This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5d12ed4bea43 Merge tag 'i2c-for-6.9-rc6' of git://git.kernel.org/pub/sc [...] new 9a1f1d04f63c smb: client: Fix struct_group() usage in __packed structs new 8094a600245e smb3: missing lock when picking channel new 8861fd518047 smb3: fix lock ordering potential deadlock in cifs_sync_mi [...] new d43df69f3879 Merge tag '6.9-rc5-cifs-fixes-part2' of git://git.samba.or [...] new 6065e736f82c riscv: Fix TASK_SIZE on 64-bit NOMMU new aea702dde7e9 riscv: Fix loading 64-bit NOMMU kernels past the start of RAM new a373a36fb6b0 Merge patch the fixes from "riscv: 64-bit NOMMU fixes and [...] new 5ea6764d9095 riscv: hwprobe: fix invalid sign extension for RISCV_HWPRO [...] new 17c67ed752d6 selftests: sud_test: return correct emulated syscall value [...] new 9c49085d69ec perf riscv: Fix the warning due to the incompatible type new 49408400d683 RISC-V: selftests: cbo: Ensure asm operands match constrai [...] new 6179d4a21300 riscv: thead: Rename T-Head PBMT to MAE new 65b71cc35cc6 riscv: T-Head: Test availability bit before enabling MAE errata new 6beb6bc5a81e Merge patch series "RISC-V: Test th.sxstatus.MAEE bit befo [...] new 57865f397001 Merge tag 'riscv-for-linus-6.9-rc6' of git://git.kernel.or [...] new 7d49f53af4b9 rust: don't select CONSTRUCTORS new 01848eee20c6 docs: rust: fix improper rendering in Arch Support page new 49ceae68a0df rust: init: remove impl Zeroable for Infallible new 7044dcff8301 rust: macros: fix soundness issue in `module!` macro new 8933cf4651e0 rust: make mutually exclusive with CFI_CLANG new df70d04d5697 rust: phy: implement `Send` for `Registration` new 323617f649c0 rust: kernel: require `Send` for `Module` implementations new 50cfe93b0147 kbuild: rust: remove unneeded `@rustc_cfg` to avoid ICE new ded103c7eb23 kbuild: rust: force `alloc` extern to allow "empty" Rust files new 19843452dca4 rust: remove `params` from `module` macro example new 2c8159388952 Merge tag 'rust-fixes-6.9' of https://github.com/Rust-for- [...]
The 26 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/rust/arch-support.rst | 2 +- arch/riscv/Kconfig.errata | 8 +- arch/riscv/errata/thead/errata.c | 24 ++- arch/riscv/include/asm/errata_list.h | 20 +-- arch/riscv/include/asm/page.h | 2 +- arch/riscv/include/asm/pgtable.h | 2 +- arch/riscv/include/uapi/asm/hwprobe.h | 2 +- arch/riscv/mm/init.c | 2 +- fs/smb/client/cifspdu.h | 4 +- fs/smb/client/smb2pdu.h | 2 +- fs/smb/client/transport.c | 7 +- init/Kconfig | 2 +- rust/Makefile | 1 - rust/kernel/init.rs | 11 +- rust/kernel/lib.rs | 2 +- rust/kernel/net/phy.rs | 4 + rust/macros/lib.rs | 12 -- rust/macros/module.rs | 190 +++++++++++++-------- scripts/Makefile.build | 2 +- tools/perf/arch/riscv/util/header.c | 2 +- tools/testing/selftests/riscv/hwprobe/cbo.c | 2 +- tools/testing/selftests/riscv/hwprobe/hwprobe.h | 10 ++ .../selftests/syscall_user_dispatch/sud_test.c | 14 ++ 23 files changed, 200 insertions(+), 127 deletions(-)