Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
install_dir-is-destdir.patch | install to DESTDIR . | Laszlo Boszormenyi (GCS) <gcs@debian.org> | no | |||
build_reproducible.patch | diff --git a/Makefile b/Makefile index a98aa5b..e58088d 100644 |
no | ||||
verbose_build.patch | make build verbose Don't hide compiler invocations. | Laszlo Boszormenyi (GCS) <gcs@debian.org> | not-needed | 2018-03-05 | ||
fix_db_test.patch | limit block_size to 32 bit Make the block_size to 3 Gb only on i386 and mipsel. | Laszlo Boszormenyi (GCS) <gcs@debian.org> | no | 2020-02-18 | ||
link_with_dl.patch | Link shared library with dynamic linking library. Explicitly add -ldl to librocksdb.so.* linking. | Laszlo Boszormenyi (GCS) <gcs@debian.org> | invalid | debian | 2020-12-09 | |
fix_illegal_instruction.patch | [PATCH] Fix RocksDB SIGILL error on Raspberry PI 4 (#7233) Summary: Issue:https://github.com/facebook/rocksdb/issues/7042 No PMULL runtime check will lead to SIGILL on a Raspberry pi 4. Leverage 'getauxval' to get Hardware-Cap to detect whether target platform does support PMULL or not in runtime. Consider the condition that the target platform does support crc32 but not support PMULL. In this condition, the code should leverage the crc32 instruction rather than skip all hardware crc32 instruction. Pull Request resolved: https://github.com/facebook/rocksdb/pull/7233 Reviewed By: jay-zhuang Differential Revision: D23790116 |
Yuqi Gu <yuqi.gu@arm.com> | no | 2020-09-22 |