This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 200289db261f Merge tag 'pmdomain-v6.12' of git://git.kernel.org/pub/scm [...] new a7050ca72480 pstore/ramoops: Fix typo as there is no "reserver" new 1bf8012fc699 pstore: replace spinlock_t by raw_spinlock_t new 7c9026b2b054 Merge tag 'pstore-v6.12-rc1' of git://git.kernel.org/pub/s [...] new c114e9948c2b coredump: Standartize and fix logging new fb97d2eb542f binfmt_elf, coredump: Log the reason of the failed core dumps new 7d442a33bfe8 binfmt_elf: Dump smaller VMAs first in ELF cores new 44f65d900698 binfmt_elf: mseal address zero new 667495de218c Merge tag 'execve-v6.12-rc1' of git://git.kernel.org/pub/s [...] new 4e9903b0861c fortify: refactor test_fortify Makefile to fix some build [...] new 5a8d0c46c9e0 fortify: move test_fortify.sh to lib/test_fortify/ new 9c6b7fbbd7a2 fortify: use if_changed_dep to record header dependency in [...] new a98ae7f045b2 lib/string_choices: Add str_up_down() helper new 9b97452bcce7 coccinelle: Add rules to find str_up_down() replacements new f5c1ca3a15fd string_choices: Add wrapper for str_down_up() new 0336f898881a coccinelle: Add rules to find str_down_up() replacements new bbf3c7ff9dfa lib/string_helpers: rework overflow-dependent code new 5ac86f0ed04b virt: vbox: struct vmmdev_hgcm_pagelist: Replace 1-element [...] new c93452777f53 media: venus: hfi_cmds: struct hfi_session_release_buffer_ [...] new 32ef4b710cbe media: venus: hfi_cmds: struct hfi_session_release_buffer_ [...] new 559048d156ff string: Check for "nonstring" attribute on strscpy() arguments new 6ff4cd1160af lib/string_choices: Add str_true_false()/str_false_true() helper new c2708ba91c3c lib/string_choices: Introduce several opposite string choi [...] new c121d5cc3a99 lib/string_choices: Add some comments to make more clear f [...] new 39b3f4e0db5d Merge tag 'hardening-v6.12-rc1' of git://git.kernel.org/pu [...]
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/admin-guide/ramoops.rst | 2 +- MAINTAINERS | 1 - drivers/media/platform/qcom/venus/hfi_cmds.h | 2 +- fs/binfmt_elf.c | 53 ++++++-- fs/coredump.c | 166 +++++++++++++++++------- fs/pstore/platform.c | 8 +- include/linux/compiler.h | 3 + include/linux/compiler_types.h | 7 + include/linux/coredump.h | 30 ++++- include/linux/mm.h | 10 ++ include/linux/pstore.h | 2 +- include/linux/string.h | 12 +- include/linux/string_choices.h | 29 +++++ include/uapi/linux/vbox_vmmdev_types.h | 5 +- kernel/signal.c | 21 ++- lib/.gitignore | 2 - lib/Makefile | 38 +----- lib/string_helpers.c | 3 + {arch/x86/tools => lib/test_fortify}/.gitignore | 2 +- lib/test_fortify/Makefile | 28 ++++ {scripts => lib/test_fortify}/test_fortify.sh | 0 mm/mseal.c | 2 +- scripts/coccinelle/api/string_choices.cocci | 46 +++++++ scripts/remove-stale-files | 2 + 24 files changed, 359 insertions(+), 115 deletions(-) copy {arch/x86/tools => lib/test_fortify}/.gitignore (85%) create mode 100644 lib/test_fortify/Makefile rename {scripts => lib/test_fortify}/test_fortify.sh (100%)