This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 27cc6fdf7201 Merge tag 'linux_kselftest-fixes-6.12-rc2' of git://git.ke [...] new c5e3cdbf2afe tomoyo: revert CONFIG_SECURITY_TOMOYO_LKM support new fb9b76749adb Merge tag 'lsm-pr-20241004' of git://git.kernel.org/pub/sc [...] new 886d518ca9a6 MAINTAINERS: Add unsafe_memcpy() to the FORTIFY review list new dd3a7ee91e0c hardening: Adjust dependencies in selection of MODVERSIONS new 045244dd5d75 MAINTAINERS: Add security/Kconfig.hardening to hardening section new 9ec2236a0260 Merge tag 'hardening-v6.12-rc2' of git://git.kernel.org/pu [...] new 162d9b5d2308 spi: atmel-quadspi: Fix wrong register value written to MR new 68a16708d250 spi: s3c64xx: fix timeout counters in flush_fifo new b6e05ba08441 spi: spi-imx: Fix pm_runtime_set_suspended() with runtime [...] new 67d4a70faa66 spi: spi-cadence: Fix pm_runtime_set_suspended() with runt [...] new 3eae4a916fc0 spi: spi-cadence: Fix missing spi_controller_is_target() check new 65fbec3121eb spi: Fix pm_runtime_set_suspended() with runtime pm new 60b9f47eb3b0 Merge tag 'spi-fix-v6.12-rc1' of git://git.kernel.org/pub/ [...] new 048bbbdbf85e i2c: stm32f7: Do not prepare/unprepare clock during runtim [...] new 3689245dedfd Merge tag 'i2c-host-fixes-6.12-rc2' of git://git.kernel.or [...] new 3a28c9e12828 Merge tag 'i2c-for-6.12-rc2' of git://git.kernel.org/pub/s [...] new ee1e3c46ed19 EINJ, CXL: Fix CXL device SBDF calculation new 7c50f221837e Merge tag 'cxl-fixes-6.12-rc2' of git://git.kernel.org/pub [...] new faab35a0370f ext4: use handle to mark fc as ineligible in __track_dentr [...] new 04e6ce8f06d1 ext4: mark fc as ineligible using an handle in ext4_xattr_set() new 6121258c2b33 ext4: fix off by one issue in alloc_flex_gd() new fdd0a94dcf7f Merge tag 'ext4_for_linus-5.12-rc2' of git://git.kernel.or [...] new 9af48210ea5f xen: Fix config option reference in XEN_PRIVCMD definition new fc20a3e57247 Merge tag 'for-linus-6.12a-rc2-tag' of git://git.kernel.or [...]
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: MAINTAINERS | 2 + drivers/acpi/apei/einj-cxl.c | 2 +- drivers/i2c/busses/i2c-stm32f7.c | 6 +- drivers/spi/atmel-quadspi.c | 2 +- drivers/spi/spi-cadence.c | 8 +- drivers/spi/spi-imx.c | 2 +- drivers/spi/spi-s3c64xx.c | 4 +- drivers/xen/Kconfig | 2 +- fs/ext4/fast_commit.c | 19 +- fs/ext4/resize.c | 18 +- fs/ext4/xattr.c | 3 +- security/Kconfig.hardening | 4 +- security/tomoyo/Kconfig | 15 -- security/tomoyo/Makefile | 8 +- security/tomoyo/common.c | 14 +- security/tomoyo/common.h | 72 ------- security/tomoyo/gc.c | 3 - security/tomoyo/init.c | 366 ---------------------------------- security/tomoyo/load_policy.c | 12 -- security/tomoyo/proxy.c | 82 -------- security/tomoyo/securityfs_if.c | 10 +- security/tomoyo/{hooks.h => tomoyo.c} | 110 +++++++++- security/tomoyo/util.c | 3 + 23 files changed, 159 insertions(+), 608 deletions(-) delete mode 100644 security/tomoyo/init.c delete mode 100644 security/tomoyo/proxy.c rename security/tomoyo/{hooks.h => tomoyo.c} (79%)