This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0c3836482481 Linux 6.10 adds e60cc61153e6 vfs: dcache: move hashlen_hash() from callers into d_hash() adds e78298556ee5 runtime constants: add default dummy infrastructure adds e3c92e81711d runtime constants: add x86 architecture support adds 94a2bc0f611c arm64: add 'runtime constant' support new a5819099f601 Merge branch 'runtime-constants' adds 4b8fa1173cdc x86-64: word-at-a-time: improve byte count calculations adds f915a3e5b018 arm64: word-at-a-time: improve byte count calculations for LE new 6a31ffdfed10 Merge branch 'word-at-a-time' adds 86a6a68febfc arm64: start using 'asm goto' for get_user() when available adds 7fd298d4b39d arm64: start using 'asm goto' for put_user() new 1654c37ddbfc Merge branch 'arm64-uaccess' (early part) adds 7d286849a8de vfs: link_path_walk: simplify name hash flow adds 631e1a710c04 vfs: link_path_walk: clarify and improve name hashing interface adds ba848a77c908 vfs: link_path_walk: do '.' and '..' detection while hashing adds 58b0afa038bb vfs: link_path_walk: improve may_lookup() code generation adds 13694f0dbc07 vfs: link_path_walk: move more of the name hashing into ha [...] new 5e0497553643 Merge branch 'link_path_walk'
The 4 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: arch/arm64/Kconfig | 1 + arch/arm64/include/asm/asm-extable.h | 3 + arch/arm64/include/asm/runtime-const.h | 88 +++++++++++++++++ arch/arm64/include/asm/uaccess.h | 169 +++++++++++++++++++++++--------- arch/arm64/include/asm/word-at-a-time.h | 11 +-- arch/arm64/kernel/mte.c | 12 +-- arch/arm64/kernel/vmlinux.lds.S | 3 + arch/x86/include/asm/runtime-const.h | 61 ++++++++++++ arch/x86/include/asm/word-at-a-time.h | 57 +++++------ arch/x86/kernel/vmlinux.lds.S | 3 + fs/dcache.c | 17 +++- fs/namei.c | 141 +++++++++++++++++--------- include/asm-generic/Kbuild | 1 + include/asm-generic/runtime-const.h | 15 +++ include/asm-generic/vmlinux.lds.h | 8 ++ 15 files changed, 444 insertions(+), 146 deletions(-) create mode 100644 arch/arm64/include/asm/runtime-const.h create mode 100644 arch/x86/include/asm/runtime-const.h create mode 100644 include/asm-generic/runtime-const.h