This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-current in repository linux-next.
omits 41a988827390 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits a5363e1bad8e Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 731cf5f3af36 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] adds 9e2f46cd8747 ata: ahci: Do not apply Intel PCS quirk on Intel Alder Lake adds 86aaa7e9d641 ata: libata-core: Add ATA_HORKAGE_NOLPM for Crucial CT240B [...] adds 473880369304 ata: libata-core: Add ATA_HORKAGE_NOLPM for AMD Radeon S3 SSD adds 3cb648c4dd3e ata: libata-core: Add ATA_HORKAGE_NOLPM for Apacer AS340 new 58d89ee81a0b Merge tag 'ata-6.10-rc2' of git://git.kernel.org/pub/scm/l [...] new c3f38fa61af7 Linux 6.10-rc2 new 6c3ca6654a74 LoongArch: Remove CONFIG_ACPI_TABLE_UPGRADE in platform_init() new b56f67a6c748 LoongArch: Fix built-in DTB detection new 3de9c42d02a7 LoongArch: Add all CPUs enabled by fdt to NUMA node 0 new beb2800074c1 LoongArch: Fix entry point in kernel image header new 1098efd299ff LoongArch: Override higher address bits in JUMP_VIRT_ADDR new eb36e520f4f1 LoongArch: Fix GMAC's phy-mode definitions in dts new f06ce441457d Merge tag 'loongarch-fixes-6.10-1' of git://git.kernel.org [...] adds d55510527153 cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c adds 49ba7b515c4c cxl/region: Fix memregion leaks in devm_cxl_add_region() new 2ab795141095 Merge tag 'cxl-fixes-6.10-rc3' of git://git.kernel.org/pub [...] new 96998332ac4d fs/file: fix the check in find_next_fd() new 5ea71848f7b2 cachefiles: remove unneeded include of <linux/fdtable.h> new 73adfd9d60f6 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 02d38cc92434 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 5abd7ef47dc6 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new 4a77c3dead97 SUNRPC: Fix loop termination condition in gss_free_in_toke [...] new 7805dc23f674 Merge branch 'nfsd-fixes' of git://git.kernel.org/pub/scm/ [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (41a988827390) \ N -- N -- N refs/heads/fs-current (7805dc23f674)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 17 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: Makefile | 2 +- arch/loongarch/boot/dts/loongson-2k0500-ref.dts | 4 ++-- arch/loongarch/boot/dts/loongson-2k1000-ref.dts | 4 ++-- arch/loongarch/boot/dts/loongson-2k2000-ref.dts | 2 +- arch/loongarch/include/asm/numa.h | 1 + arch/loongarch/include/asm/stackframe.h | 2 +- arch/loongarch/kernel/head.S | 2 +- arch/loongarch/kernel/setup.c | 6 ++---- arch/loongarch/kernel/smp.c | 5 ++++- arch/loongarch/kernel/vmlinux.lds.S | 10 ++++++---- drivers/ata/ahci.c | 1 - drivers/ata/libata-core.c | 9 ++++++++- drivers/cxl/core/region.c | 18 +++++++++--------- drivers/firmware/efi/libstub/loongarch.c | 2 +- fs/cachefiles/ondemand.c | 1 - fs/file.c | 4 ++-- net/sunrpc/auth_gss/svcauth_gss.c | 2 +- tools/testing/cxl/test/mem.c | 1 + 18 files changed, 43 insertions(+), 33 deletions(-)