This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 670c12ce09a8 Merge tag 'for-6.11/dm-fixes' of git://git.kernel.org/pub/ [...] new 6486cad00a8b KEYS: trusted: fix DCP blob payload length assignment new 0e28bf61a5f9 KEYS: trusted: dcp: fix leak of blob encryption key new 1486141ad8e7 Merge tag 'keys-trusted-next-6.11-rc4' of git://git.kernel [...] new d0949cd44a62 tracing: Return from tracing_buffers_read() if the file ha [...] new 90574d2a6759 rtla/osnoise: Prevent NULL dereference in error handling new 4a621e291000 Merge tag 'trace-v6.11-rc3' of git://git.kernel.org/pub/sc [...] new ee9a68394b4b riscv: Re-introduce global icache flush in patch_text_XXX() new 61119394631f riscv: entry: always initialize regs->a0 to -ENOSYS new 57d76bc51fd8 riscv: change XIP's kernel_map.size to be size of the enti [...] new a445699879f9 RISC-V: ACPI: NUMA: initialize all values of acpi_early_no [...] new e01d48c699bb riscv: Fix out-of-bounds when accessing Andes per hart ven [...] new c42e2f076769 RISC-V: hwprobe: Add MISALIGNED_PERF key new 1f5288874de7 RISC-V: hwprobe: Add SCALAR to misaligned perf defines new 32d5f7add080 Merge patch series "RISC-V: hwprobe: Misaligned scalar per [...] new 5b179fe05233 Merge tag 'riscv-for-linus-6.11-rc4' of git://git.kernel.o [...] new 5ce86c6c8613 rust: suppress error messages from CONFIG_{RUSTC,BINDGEN}_ [...] new aacf93e87f0d rust: fix the default format for CONFIG_{RUSTC,BINDGEN}_VE [...] new 0ba521d6948e rust: macros: indent list item in `module!`'s docs new fe992163575b rust: Support latest version of `rust-analyzer` new 869b5016e94e kbuild: rust: skip -fmin-function-alignment in bindgen flags new 02dfd63afe65 rust: add intrinsics to fix `-Os` builds new d734422b7dd7 kbuild: rust-analyzer: mark `rust_is_available.sh` invocat [...] new 0eba65f0310d rust: x86: remove `-3dnow{,a}` from target features new 60cb1da6ed4a Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for [...]
The 24 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/arch/riscv/hwprobe.rst | 36 ++++++++++++++++++------------ Makefile | 2 +- arch/riscv/include/asm/hwprobe.h | 2 +- arch/riscv/include/uapi/asm/hwprobe.h | 6 +++++ arch/riscv/kernel/acpi_numa.c | 2 +- arch/riscv/kernel/patch.c | 4 ++++ arch/riscv/kernel/sys_hwprobe.c | 11 ++++----- arch/riscv/kernel/traps.c | 4 ++-- arch/riscv/kernel/traps_misaligned.c | 6 ++--- arch/riscv/kernel/unaligned_access_speed.c | 12 +++++----- arch/riscv/kernel/vendor_extensions.c | 2 +- arch/riscv/mm/init.c | 4 ++-- init/Kconfig | 4 ++-- kernel/trace/trace.c | 2 +- rust/Makefile | 8 +++---- rust/compiler_builtins.rs | 3 +++ rust/macros/lib.rs | 2 +- scripts/generate_rust_analyzer.py | 6 ++++- scripts/generate_rust_target.rs | 4 ++-- security/keys/trusted-keys/trusted_dcp.c | 35 ++++++++++++++++++----------- tools/tracing/rtla/src/osnoise_top.c | 11 ++++----- 21 files changed, 99 insertions(+), 67 deletions(-)