| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
arch: add noinstrument_function to up_irq_save/restore Add noinstrument_function attribute to up_irq_save and up_irq_restore functions across all architectures that were missing it. These functions are called in the instrument callback path and must not be instrumented to avoid infinite recursion when CONFIG_ARCH_INSTRUMENT_ALL is enabled. Note: armv7-a, armv7-r, armv8-r, risc-v, xtensa, and tricore already had noinstrument_function attribute. Signed-off-by: yezhonghui <yezhonghui@xiaomi.com> | 2 个月前 | |
fs: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
sim/sim_rptun.c: Fixed data type for sim_rptun_shmem_s Signed-off-by: yintao <yintao@xiaomi.com> | 2 个月前 | |
arch/intel64: ARCH_HAVE_RNG depends on RDRAND support ARCH_HAVE_RNG should be set only when RDRAND instruction is supported. This prevents the use of a hardware RNG for /dev/random and /dev/urandom when it's not supported by CPU. Signed-off-by: p-szafonimateusz <p-szafonimateusz@xiaomi.com> | 2 个月前 |