This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from d475e5bf4f localedata: Refer to Eswatini instead of Swaziland.
new 404526ee2e sparc: Fix argument passing to __libc_start_main (BZ 32981)
The 1 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:
sysdeps/sparc/sparc32/start.S | 4 ++++
sysdeps/sparc/sparc64/start.S | 4 ++++
2 files changed, 8 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.35/master
in repository glibc.
from 8624f6431b elf: Fix subprocess status handling for tst-dlopen-sgid (bug 32987)
new c7ff2bc297 Revert "elf: Ignore LD_LIBRARY_PATH and debug env var for se [...]
new 621c65ccf1 elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for static
The 2 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:
elf/dl-support.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from a8f4696286a gdb: handle struct and union types in evaluate_subexp_for_a [...]
new fcfd8a4f239 gdb: support zero inode in generate-core-file command
The 1 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:
gdb/linux-tdep.c | 13 +-
.../gdb.base/corefile-shmem-zero-id-lib.c | 522 +++++++++++++++++++++
.../corefile-shmem-zero-id.c} | 69 +--
gdb/testsuite/gdb.base/corefile-shmem-zero-id.exp | 228 +++++++++
4 files changed, 795 insertions(+), 37 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/corefile-shmem-zero-id-lib.c
copy gdb/testsuite/{gdb.tui/flush-after-run.c => gdb.base/corefile-shmem-zero-id.c} (55%)
create mode 100644 gdb/testsuite/gdb.base/corefile-shmem-zero-id.exp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 973c43faf07 libstdc++: Fix errors and incorrect returns in atomic timed waits
new b32bf304793 libstdc++: Use new __is_destructible built-in in <type_traits>
new dcc14761f34 libstdc++: Check feature test macro for jthread in <stop_token>
The 2 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:
libstdc++-v3/include/std/stop_token | 7 +++---
libstdc++-v3/include/std/type_traits | 42 ++++++++++++++++++++++++++++++++++--
2 files changed, 43 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4db88b963b0 libstdc++: Replace some implicit conversions in std::vector
new 973c43faf07 libstdc++: Fix errors and incorrect returns in atomic timed waits
The 1 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:
libstdc++-v3/include/bits/atomic_timed_wait.h | 7 +++----
libstdc++-v3/src/c++20/atomic.cc | 24 +++++++++++++++---------
2 files changed, 18 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a8c03f056f4 libgomp: Fix up omp_target_memset-3.c test for C++ [PR120444]
new 4ab36e8e562 x86: Add g++.target/i386/pr103750.C
The 1 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:
gcc/testsuite/g++.target/i386/pr103750.C | 39 ++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
create mode 100644 gcc/testsuite/g++.target/i386/pr103750.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from b2970d5e5b stdio-common: Add nonnull attribute to stdio_ext.h functions.
new 6945ce4a6f sigaction: don't sign-extend sa_flags
new d475e5bf4f localedata: Refer to Eswatini instead of Swaziland.
The 2 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:
locale/iso-3166.def | 2 +-
locale/iso-4217.def | 2 +-
sysdeps/unix/sysv/linux/libc_sigaction.c | 2 +-
sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from c6115b5eacd [gdb/cli] Use captured per_command_time in worker threads
new 7b91a240d6e gdb: remove unused argument in evaluate_subexp_for_address_base
new a8f4696286a gdb: handle struct and union types in evaluate_subexp_for_a [...]
The 2 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:
gdb/eval.c | 21 ++++++++++-----------
gdb/testsuite/gdb.cp/chained-calls.cc | 17 +++++++++++++++++
gdb/testsuite/gdb.cp/chained-calls.exp | 3 +++
3 files changed, 30 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to annotated tag next-20250603
in repository linux-next.
at 5f04780d14a2 (tag)
tagging a0bea9e39035edc56a994630e6048c8a191a99d8 (commit)
replaces v6.15
tagged by Stephen Rothwell
on Tue Jun 3 16:59:00 2025 +1000
- Log -----------------------------------------------------------------
next-20250603
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEmFtoH6RZGWmXU6JkifkcCkHVwHoFAmg+nTQACgkQifkcCkHV
wHrg3w//aBOx1F4zyjLMc2eloDxkyMf487CZ71Zyoo4xSlT4TzA19nGTvKX9KqjJ
atyVuycXtu2oZ8bEge09NCmgMRqfzZEgMc8lTrP3a+/zT048rch/Pn68dQ68f++c
94BGM7pcr6i2bfUq3u75uOXgBNG/dNc3elvTdGnf7HkUy7MbkIX+3Kn2CJu+6/jY
a3oA/XZNoNNV9bUZbfM3uF907undC19eSjkjXbhX+doQo3hlRYSSkaiRL0ehucBg
WTf9uZxqyDYQLs9gy6pbtL7RIbcFA6VvGhumEz1e8GDaa5uCRD5cjbK6AwnDMXAP
GP6APgoxanY50+wFDL5++JEXPeHvW6H2zcHIzkRmhRcCAaH0FukinLUaa7ak/p9Z
jYAoX7ZtKFLqXJrFPgT5QAV09hkohY7Yl7mUqnflBD2KoqqrkLyk9OzGSeGtH3oA
6daY3eGk54t5knXQbT8imrTbMY7DXICqTrljfo0csY6XKuKK45R3w5YOhEHN2GfW
SRGi9uFE4UYGtpAcrMFZTVPQHrF4KE2qKBthsaxfCaC9V4lRbMTpOK8DlClj4pzX
CR7iXVVca/0NAKf0SxM5LvV6/EzJdk4KXvEwqRR2Cmf7WA0rdXbUleSqoaCFV5RU
Kd9MKKhW1C7X+F2hGXF979z9TcOE2cKGuNSrWtWTVxnd41iI5VU=
=drvA
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 0f6edcccfbd8 riscv/kexec_file: Fix comment in purgatory relocator
new 6b47903a9e10 riscv: Add support for PUD THP
new 8f9b274ad153 riscv: save the SR_SUM status over switches
new 4672645c8d47 riscv: implement user_access_begin() and families
new fdf2c1197754 riscv: uaccess: use input constraints for ptr of __put_user()
new aa70c8c05331 riscv: uaccess: use 'asm goto' for put_user()
new 7cecf4f30c33 riscv: ftrace: support fastcc in Clang for WITH_ARGS
new 2efa234f5e0c riscv: ftrace factor out code defined by !WITH_ARG
new cced570c2c0c riscv: ftrace: align patchable functions to 4 Byte boundary
new 4abec7d96c18 riscv: kexec_file: Split the loading of kernel and others
new 1d57a3df656f riscv: kexec_file: Support loading Image binary file
new ca7d2c6e1ce1 kernel: ftrace: export ftrace_sync_ipi
new 4fc7f7839796 riscv: ftrace: prepare ftrace for atomic code patching
new 1e544dec167d riscv: ftrace: do not use stop_machine to update code
new e2a8cbdbe932 riscv: vector: Support calling schedule() for preemptible Vector
new 29b59e3bbb6e riscv: add a data fence for CMODX in the kernel mode
new f48ba55bb8a8 riscv: ftrace: support PREEMPT
new ed9db3fc7e8b riscv: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPS
new 7ef9ae7457c0 riscv: ftrace: support direct call using call_ops
new 0e07200b2af6 riscv: Documentation: add a description about dynamic ftrace
new b81f148e583b riscv: Introduce Zicbop instructions
new 120068a68961 riscv: Add support for Zicbop
new 46a47d7a42bb riscv: Add ARCH_HAS_PREFETCH[W] support with Zicbop
new 993d2e054b05 riscv: xchg: Prefetch the destination word for sc.w
new c5947898b78d ARM: dts: bcm6878: Correct UART0 IRQ number
new f254830a0bf4 dt-bindings: rng: r200: Add interrupt property
new 1776b581be5d ARM: dts: bcm6846: Add interrupt to RNG
new cbc12d2f9049 ARM: dts: bcm6855: Add BCMBCA peripherals
new 2b465d169250 ARM: dts: bcm6878: Add BCMBCA peripherals
new ff80698146ff ARM: dts: bcm63138: Add BCMBCA peripherals
new f968b4a61ff0 ARM: dts: bcm63148: Add BCMBCA peripherals
new 9374982bbd81 ARM: dts: bcm63178: Add BCMBCA peripherals
new 235e7234c219 ARM64: dts: bcm4908: Add BCMBCA peripherals
new d3615ad845be ARM64: dts: bcm6856: Add BCMBCA peripherals
new db438e1013b0 ARM64: dts: bcm6858: Add BCMBCA peripherals
new 2f03a939fdb3 ARM64: dts: bcm63158: Add BCMBCA peripherals
new 631b2af2f357 PCI/ACPI: Fix allocated memory release on error in pci_acp [...]
new a424b598e6a6 PCI/DPC: Initialize aer_err_info before using it
new a0b62cc31023 PCI/DPC: Log Error Source ID only when valid
new 6fc4dae74afc PCI/AER: Factor COR/UNCOR error handling out from aer_isr_ [...]
new 6a1eda745967 PCI/AER: Consolidate Error Source ID logging in aer_isr_on [...]
new f40bd2865501 PCI/AER: Extract bus/dev/fn in aer_print_port_info() with [...]
new 99c3fd0de8eb PCI/AER: Rename aer_print_port_info() to aer_print_source()
new ca2426a570ab PCI/AER: Move aer_print_source() earlier in file
new 57964ba39057 PCI/AER: Initialize aer_err_info before using it
new ad9839137cf9 PCI/AER: Simplify pci_print_aer()
new 88a7765e62b9 PCI/AER: Update statistics before ratelimiting
new 6bb4befbd65f PCI/AER: Trace error event before ratelimiting
new c8f6791e33a7 PCI/AER: Check log level once and remember it
new 82013ff394ea PCI/ERR: Add printk level to pcie_print_tlp_log()
new 36c5932074aa PCI/AER: Reduce pci_print_aer() correctable error level to [...]
new 09683a6184ad PCI/AER: Rename struct aer_stats to aer_info
new 94bc15c3484a PCI/AER: Convert aer_get_device_error_info(), aer_print_er [...]
new d72bae423004 PCI/AER: Simplify add_error_device()
new a57f2bfb4a58 PCI/AER: Ratelimit correctable and non-fatal error logging
new 24816cc298ee PCI/AER: Add ratelimits to PCI AER Documentation
new b4fe7398def6 PCI/AER: Add sysfs attributes for log ratelimits
new 8b926f237743 PCI/pwrctrl: Cancel outstanding rescan work when unregistering
new 13bbf6a5f065 PCI/pwrctrl: Rename pwrctrl Kconfig symbols and slot module
new 52ddd0265bca wifi: ath11k: switch to PCI_PWRCTRL_PWRSEQ
new d5fc1909349e wifi: ath12k: switch to PCI_PWRCTRL_PWRSEQ
new 46bc169f6f07 arm64: Kconfig: switch to HAVE_PWRCTRL
new 1e46ed947ec6 bcache: fix NULL pointer in cache_set_flush()
new 5a08e49f2359 bcache: remove unused constants
new 208c1559c5b1 bcache: reserve more RESERVE_BTREE buckets to prevent allo [...]
new eda4623cf989 io_uring/zcrx: init id for xa_find
new 39d86db34e41 loop: add file_start_write() and file_end_write()
new 0ec33c81d9c7 io_uring/zcrx: fix area release on registration failure
new 2bb369ab50e1 ARM: dts: bcm958625-meraki-mx6x: Use #pwm-cells = <3>
new ee2a778c450f Merge branch 'devicetree-arm64/next' into next
new db9d482652b2 Merge branch 'drivers/next' into next
new 894942f6a900 Merge branch 'maintainers/next' into next
new 57b5970fc3e7 riscv: uaccess: use 'asm_goto_output' for get_user()
new d8b59054d831 Merge patch series "riscv: uaccess: optimisations"
new 6b02d3a406c9 Merge patch series "riscv: ftrace: atmoic patching and pre [...]
new e9aa38ea39b2 riscv: module: Optimize PLT/GOT entry counting
new 0cd4b9ce1e92 RISC-V: Kconfig: Fix help text of CMDLINE_EXTEND
new ac5d6cd5229b Merge patch series "riscv: kexec_file: Support loading Ima [...]
new e4c39a45a0ea perf symbols: Ignore mapping symbols on riscv
new 91a072f84c2d riscv: Make regs_irqs_disabled() more clear
new a479a75e82d9 riscv: hwprobe: export Zabha extension
new 212218d90bc2 Merge patch series "riscv: Add Zicbop & prefetchw support"
new e8d8fadfea0e MAINTAINERS: Update Atish's email address
new 0ee3002d66c9 riscv: Improve Kconfig help for RISCV_ISA_V_PREEMPTIVE
new 8528e2c89d14 drm/virtio: implement virtio_gpu_shutdown
new bb4bfd7cdd69 virtio: document ENOSPC
new f248703d67a5 media: add virtio-media driver
new 2c7f02321996 io_uring/net: only consider msg_inq if larger than 1
new 793908d60b87 PCI: endpoint: Retain fixed-size BAR size as well as aligned size
new e5327a655636 PCI: endpoint: pci-epf-vntb: Simplify ctrl/SPAD space allocation
new 810276362bad PCI: dwc: ep: Correct PBA offset in .set_msix() callback
new c8bcb01352a8 PCI: cadence-ep: Correct PBA offset in .set_msix() callback
new f7f15fc53245 PCI: endpoint: Align pci_epc_get_msi(), pci_epc_ops::get_m [...]
new 0917ed8f16b6 PCI: endpoint: Align pci_epc_get_msix(), pci_epc_ops::get_ [...]
new f62da6e7270c PCI: endpoint: Align pci_epc_set_msi(), pci_epc_ops::set_m [...]
new de0321bcc5fd PCI: endpoint: Align pci_epc_set_msix(), pci_epc_ops::set_ [...]
new 16b2da850f6f PCI: cadence: Remove duplicate message code definitions
new 1a524e8b488e drm/xe: Do not warn on SVM migration failing because of 64 [...]
new ffa1d4e41f30 Merge branch 'soc/dt' into for-next
new 9f346f7d4ea7 md/raid1,raid10: don't handle IO error for REQ_RAHEAD and [...]
new 2afe17794cfe md/md-bitmap: fix dm-raid max_write_behind setting
new b88647580423 md/dm-raid: remove max_write_behind setting limit
new 38f520a37d54 md/md-bitmap: cleanup bitmap_ops->startwrite()
new 01bf468c4e08 md/md-bitmap: remove parameter slot from bitmap_create()
new f4d22ac96a45 Merge tag 'md-6.16-20250530' of https://git.kernel.org/pub [...]
new 314da9d6b311 MIPS: loongson2ef: cs5536: add missing function prototypes
new 5a0c749125c0 MIPS: loongson2ef: lemote-2f: add missing function prototypes
new cddded9803cd crypto: s390/sha256 - rename module to sha256-s390
new b9802b54d41b asm-generic: Add sched.h inclusion in simd.h
new c006d5d69148 Merge commit 'core-entry-2025-05-25' into loongarch-next
new a96c7330da0b LoongArch: Add a default install.sh
new 75cffd392bfa LoongArch: Using generic scripts/install.sh in `make install`
new 980d4a42d595 LoongArch: Add some annotations in archhelp
new 93f437315660 LoongArch: Add SCHED_MC (Multi-core scheduler) support
new b37981ce540d LoongArch: Enable ARCH_SUPPORTS_MSEAL_SYSTEM_MAPPINGS
new a45728fd4120 LoongArch: Enable HAVE_ARCH_STACKLEAK
new 9559d5806319 LoongArch: Increase max supported CPUs up to 2048
new a24f2fb70cb6 LoongArch: Introduce the numa_memblks conversion
new 52c22661c79a LoongArch: Avoid using $r0/$r1 as "mask" for csrxchg
new 712e6a914328 LoongArch: Preserve firmware configuration when desired
new ee084fa96123 LoongArch: Fix panic caused by NULL-PMD in huge_pte_offset()
new ca4b87321b82 LoongArch: dts: Add PWM support to Loongson-2K0500
new c820b3ad6347 LoongArch: dts: Add PWM support to Loongson-2K1000
new b96492cbe4e4 LoongArch: dts: Add PWM support to Loongson-2K2000
new 7596d839f622 drm/xe/hwmon: Add support to manage power limits though mailbox
new 25e963a09e05 drm/xe/hwmon: Move card reactive critical power under chan [...]
new c713b9a23c73 drm/xe/hwmon: Add support to manage PL2 though mailbox
new 719d8a595952 drm/xe/hwmon: Expose powerX_cap_interval
new 0c5405d3aa4a drm/xe/hwmon: Read energy status from PMT
new 48a1126836cc drm/xe/hwmon: Expose power sysfs entries based on firmware [...]
new 61761a6b57f2 drm/xe: drop redundant conversion to bool
new 995f1fd6ac0b Bluetooth: btusb: Add support for variant of RTL8851BE (US [...]
new a731614b3044 Bluetooth: L2CAP: Fix not responding with L2CAP_CR_LE_ENCRYPTION
new b06d125e6280 PCI/ERR: Remove misleading TODO regarding kernel panic
new d1c696dba120 PCI: host-common: Convert to library for host controller drivers
new e4931f8be347 drm/xe/vsec: fix CONFIG_INTEL_VSEC dependency
new d34719d0e81f PCI: dw-rockchip: Replace PERST# sleep time with proper macro
new ec49e253322b PCI: qcom: Replace PERST# sleep time with proper macro
new 9972ae792005 dt-bindings: clock: Add RaspberryPi RP1 clock bindings
new 45252b51a52f dt-bindings: pinctrl: Add RaspberryPi RP1 gpio/pinctrl/pin [...]
new 7757c98de024 dt-bindings: misc: Add device specific bindings for Raspbe [...]
new 83f3c65d0523 arm64: dts: rp1: Add support for RaspberryPi's RP1 device
new 6e2bfe9f1632 arm64: dts: bcm2712: Add external clock for RP1 chipset on Rpi5
new 76f20110f021 arm64: dts: broadcom: Add board DTS for Rpi5 which include [...]
new 386f036078f4 arm64: dts: broadcom: Add overlay for RP1 device
new 5610966e6503 clk: rp1: Add support for clocks provided by RP1
new f4b3c1c25d39 pinctrl: rp1: Implement RaspberryPi RP1 gpio support
new d04abc60a903 misc: rp1: RaspberryPi RP1 misc driver
new 10c68f40b86e arm64: defconfig: Enable RP1 misc/clock/gpio drivers
new b8e22cf599d1 arm64: defconfig: Enable OF_OVERLAY option
new 4e69827e27d7 MAINTAINERS: add Raspberry Pi RP1 section
new 628f66f1ecf7 Merge branch 'defconfig-arm64/next' into next
new ce17fdf6ba28 Merge branch 'devicetree/next' into next
new e9e080552a50 Merge branch 'drivers/next' into next
new faf709774301 Merge branch 'maintainers/next' into next
new c853d18706de cgroup: adjust criteria for rstat subsystem cpu lock access
new ee9a4e92799d sched_ext: idle: Properly handle invalid prev_cpu during i [...]
new 8858e8099446 Merge branch into tip/master: 'x86/sgx'
new ab03a61c6614 ublk: have a per-io daemon instead of a per-queue daemon
new bf098d72696d selftests: ublk: kublk: plumb q_id in io_uring user_data
new 977370975283 selftests: ublk: kublk: tie sqe allocation to io instead of queue
new 8f75ba28b874 selftests: ublk: kublk: lift queue initialization out of thread
new b9848ca7a764 selftests: ublk: kublk: move per-thread data out of ublk_queue
new abe54c160346 selftests: ublk: kublk: decouple ublk_queues from ublk ser [...]
new 236918d3e9ac selftests: ublk: add functional test for per io daemons
new 17574aa2a06b selftests: ublk: add stress test for per io daemons
new 08652bd86e26 Documentation: ublk: document UBLK_F_PER_IO_DAEMON
new e94715982c96 m68k: remove use of page->index
new acc53a0b4c15 mm: rename page->index to page->__folio_index
new 80ae99c5727f ntfs3: use folios more in ntfs_compress_write()
new d9736929445e iov: remove copy_page_from_iter_atomic()
new a5ade2e9fa6a zram: rename ZCOMP_PARAM_NO_LEVEL
new dc75a0d93bd5 zram: support deflate-specific params
new 62973e38670a selftests/mm: deduplicate test logging in test_mlock_lock()
new 9abb8c208fcc selftests/mm: deduplicate default page size test results i [...]
new 25352d2f2dc6 memcg: disable kmem charging in nmi for unsupported arch
new 940b01fc8dc1 memcg: nmi safe memcg stats for specific archs
new 9d3edf96cef6 memcg: add nmi-safe update for MEMCG_KMEM
new 15ca4fa90457 memcg: nmi-safe slab stats updates
new 3ac4638a734a memcg: make memcg_rstat_updated nmi safe
new 8e1c4961f44b mm/damon/core: avoid destroyed target reference from DAMOS quota
new e08d5f515613 mm: shmem: avoid unpaired folio_unlock() in shmem_swapin_folio()
new 594ec2ab389a mm: shmem: add missing shmem_unacct_size() in __shmem_file [...]
new 3f778ab1b524 mm/shmem: fix potential dead loop in shmem_unuse()
new a5cdbe9f376f mm: shmem: only remove inode from swaplist when it's swapp [...]
new c5a9deace609 mm/shmem: remove unneeded xa_is_value() check in shmem_unu [...]
new 6d211303121f selftests/mm: skip guard_regions.uffd tests when uffd is n [...]
new 115155901db2 selftests/mm: skip hugevm test if kernel config file is no [...]
new 3aefb1f06994 hugetlb: show nr_huge_pages in report_hugepages()
new 0acfc656df50 mm/damon/Kconfig: set DAMON_{VADDR,PADDR,SYSFS} default to DAMON
new 28615e6eed15 mm/damon/Kconfig: enable CONFIG_DAMON by default
new bfe125f1b187 mmu_gather: move tlb flush for VM_PFNMAP/VM_MIXEDMAP vmas [...]
new 5a78977262f4 mm: rust: make CONFIG_MMU ifdefs more narrow
new 3bf67171e982 kcov: rust: add flags for KCOV with Rust
new cfc695109a6c selftests/mm: deduplicate test names in madv_populate
new 49c69504f4d3 mmu_notifiers: remove leftover stub macros
new e13e7922d034 mm: add CONFIG_PAGE_BLOCK_ORDER to select page block order
new 595cf683519a mm/khugepaged: fix race with folio split/free using tempor [...]
new bb084994d38f selftests/mm: two fixes for the pfnmap test
new 52084f258e46 mm/gup: update comment explaining why gup_fast() disables IRQs
new 918850c13608 tools/testing/vma: add missing function stub
new 83da212b7fca tools/testing: check correct variable in open_procmap()
new 9709eb0f845b sched/numa: fix task swap by skipping kernel threads
new ad6b26b6a0a7 sched/numa: add statistics of numa balance task
new 79509ec1d253 selftests/damon/_damon_sysfs: skip testcases if CONFIG_DAM [...]
new 109364fce504 selftests/mm: use standard ksft_finished() in cow and gup_ [...]
new 3f192afbede2 selftests/mm: add helper for logging test start and results
new 3f2d9a9ac544 selftests/mm: report unique test names for each cow test
new 66bce7afbaca selftests/mm: fix test result reporting in gup_longterm
new 0b43b8bc8ef8 mm/khugepaged: clean up refcount check using folio_expecte [...]
new 833726f654c7 kbuild: replace deprecated T option with --thin for $(AR)
new e9c7a25eb082 tinyconfig: enable CONFIG_LD_DEAD_CODE_DATA_ELIMINATION
new fff45b921e12 kbuild: link lib-y objects to vmlinux forcibly even when C [...]
new ae95a7e32140 dt-bindings: rtc: rzn1: add optional second clock
new a50f00cb87b1 rtc: rzn1: Disable controller before initialization
new f096bdbf08c9 rtc: rzn1: support input frequencies other than 32768Hz
new 1e15a6803df0 rtc: pcf8563: fix wrong alarm register
new 1d92cac1aaa2 foo
new a48e019482a5 mm: fix uprobe pte be overwritten when expanding vma
new 6407380199d0 mm: expose abnormal new_pte during move_ptes
new e945451097f1 mm-expose-abnormal-new_pte-during-move_ptes-fix
new a0aabd108c8d selftests/mm: extract read_sysfs and write_sysfs into vm_util
new 58265a9b8aa2 selftests/mm: add test about uprobe pte be orphan during v [...]
new 135a204985f8 selftests-mm-add-test-about-uprobe-pte-be-orphan-during-vm [...]
new a17d67a7d32b mm: vmscan: apply proportional reclaim pressure for memcg [...]
new bc5ec07af3c3 MAINTAINERS: add Alistair as reviewer of mm memory policy
new 2b94277e61f1 foo
new 7df4cfef8b35 rtc: Make rtc_time64_to_tm() support dates before 1970
new fe9f5f96cfe8 rtc: Fix offset calculation for .start_secs < 0
new 46351921cbe1 rtc: test: Emit the seconds-since-1970 value instead of da [...]
new da62b49830f8 rtc: test: Also test time and wday outcome of rtc_time64_to_tm()
new ccb2dba3c19f rtc: test: Test date conversion for dates starting in 1900
new 3d8b44b104fb rtc: mt6359: Add mt6357 support
new 1c1df79ccf56 Merge tag 'amd-drm-fixes-6.16-2025-05-29' of https://gitla [...]
new 34a149a02b5f s390/crypto: Select crypto engine in Kconfig when PAES is chosen
new c557fd1050f6 drm/i915/guc: Check if expecting reply before decrementing [...]
new 57d63c6cd085 drm/i915/psr: Fix using wrong mask in REG_FIELD_PREP
new 0323a5127e7c drm/i915/guc: Handle race condition where wakeref count dr [...]
new b8c9c3b822fe um: stop using PCI port I/O
new fd054188999f um: Fix tgkill compile error on old host OSes
new bb13e79cc9ef MAINTAINERS: remove obsolete file entry in TUN/TAP DRIVER
new 10eabeca45fd um: chan_kern: use raw spinlock for irqs_to_free_lock
new 477c1c21da0d um: vector: Clean up and modernize log messages
new b76d18b53a3f um: vector: Use mac_pton() for MAC address parsing
new 9d5558649f68 drm/xe: Rework eviction rejection of bound external bos
new 38fafa9f392f drm/xe/sched: stop re-submitting signalled jobs
new e21560b7d33c arm64: Disable LLD linker ASSERT()s for the time being
new e931d3a9d520 MAINTAINERS: remove myself from io_uring
new dc0a08394804 arm64: Work around convergence issue with LLD linker
new 4b634918384c arm64/mm: Close theoretical race where stale TLB entry rem [...]
new 10f885d63a0e arm64: Add override for MPAM
new 247ed9e4a686 um: Move faultinfo extraction into userspace routine
new dac494bf54f7 um: Add stub side of SECCOMP/futex based process handling
new b1e1bd2e6943 um: Add helper functions to get/set state for SECCOMP
new 8420e08fe3a5 um: Track userspace children dying in SECCOMP mode
new 406d17c6c370 um: Implement kernel side of SECCOMP based process handling
new beddc9fb1cb1 um: Add SECCOMP support detection and initialization
new e92e25528581 um: pass FD for memory operations when needed
new 1c8a0ed2043c PCI: Remove unused pci_printk()
new af6e3defb11a PCI: WARN (not BUG()) when we fail to assign optional resources
new 6c5d0010e8a4 Bluetooth: hci_core: fix list_for_each_entry_rcu usage
new 1d891ee820fd drm/xe/pxp: Use the correct define in the set_property_fun [...]
new 21784ca96025 drm/xe/pxp: Clarify PXP queue creation behavior if PXP is [...]
new ccd3c6820a90 drm/xe/pxp: Decouple queue addition from PXP start
new 041f1a3afbd7 dt-bindings: clock: Add RaspberryPi RP1 clock bindings
new 2e373e93bb28 dt-bindings: pinctrl: Add RaspberryPi RP1 gpio/pinctrl/pin [...]
new 9e2a0a8aec52 dt-bindings: misc: Add device specific bindings for Raspbe [...]
new 22b60cf9fd64 arm64: dts: rp1: Add support for RaspberryPi's RP1 device
new 0c4ab80c7708 arm64: dts: bcm2712: Add external clock for RP1 chipset on Rpi5
new cbaec80bda2e arm64: dts: broadcom: Add board DTS for Rpi5 which include [...]
new 10730c2b48df arm64: dts: broadcom: Add overlay for RP1 device
new 7612b1ac4056 Merge branch 'devicetree-arm64/next' into next
new e683131e64f7 dt-bindings: pwm: adi,axi-pwmgen: Fix clocks
new a8841dc3dfbf pwm: axi-pwmgen: fix missing separate external clock
new dea7a2b4f60e drm/xe/hwmon: Simplify and fix 32b wrap
new 8d425229acb2 drm/xe: Convert page fault messages to be GT-oriented
new eae784475896 drm/xe: Use GT-oriented printer to dump topology on init
new d65650a9d153 drm/xe/guc: Resend potentially lost H2G MMIO request
new da12597a1d8c selftests: ublk: cover PER_IO_DAEMON in more stress tests
new d8636cce7a1c drm/xe/configfs: Drop trailing semicolons
new 2b0ef1f7a298 drm/xe: Convert "fused off" messages to be gt-based
new 58b51df807d7 drm/xe: Allow to disable engines
new d09bc3edfe5c drm/xe/configfs: Add attribute to disable engines
new 399c5f54090c drm/xe/configfs: Add internal API to documentation
new 1672aaf8a810 Merge branch 'io_uring-6.16' into for-next
new b801ed05cbf1 Merge branch 'block-6.16' into for-next
new c50b612bef51 ubsan: Fix incorrect hand-side used in handle
new 2f956db8b3b0 Revert "RISC-V: vDSO: Wire up getrandom() vDSO implementation"
new b7033d0cf109 Merge tag 'riscv-mw1-6.16-rc1' of ssh://gitolite.kernel.or [...]
new 75d7b40becfb PCI: Remove unnecessary linesplit in __pci_setup_bridge()
new ae06c6197c9e MAINTAINERS: Update Krzysztof Wilczyński email address
new f876904e4436 PCI: cadence: Add support to build pcie-cadence library as [...]
new 47f25da6c5ea PCI: cadence-host: Introduce cdns_pcie_host_disable() help [...]
new 3a4b05c9bae4 PCI: cadence-ep: Introduce cdns_pcie_ep_disable() helper f [...]
new a2790bf81f0f PCI: j721e: Add support to build as a loadable module
new 3c05e88413f7 PCI: j721e: Fix host/endpoint dependencies
new 8d40ee884e11 Merge branch 'pci/aer'
new fc271b8ebc86 Merge branch 'pci/bwctrl'
new 334661647aac Merge branch 'pci/devres'
new 68e7b30c6ded Merge branch 'pci/enumeration'
new 8bb5280d5b10 Merge branch 'pci/hotplug'
new 646ad35d8b70 Merge branch 'pci/irq'
new 54a1a70ff19d Merge branch 'pci/pci-acpi'
new 905a01fc1493 Merge branch 'pci/pm'
new 82cf11e753e4 Merge branch 'pci/pwrctrl'
new 83e5e7d978bd Merge branch 'pci/reset'
new d2725a1fdad3 Merge branch 'pci/virtualization'
new c88f78be7357 Merge branch 'pci/endpoint'
new 906a8b8646e2 Merge branch 'pci/controller/apple'
new 73878dd4b0b9 Merge branch 'pci/controller/cadence'
new 75b0930b1efd Merge branch 'pci/controller/dw-rockchip'
new f1330481099c Merge branch 'pci/controller/dwc-ep'
new cad39fe2d751 Merge branch 'pci/controller/dwc'
new 154e609fb071 Merge branch 'pci/controller/imx6'
new 5643cb0f182a Merge branch 'pci/controller/mobiveil'
new b18fb1858075 Merge branch 'pci/controller/mvebu'
new 00c9035ef185 Merge branch 'pci/controller/qcom'
new 1156c8bed7be Merge branch 'pci/controller/rcar-gen4'
new d81e6d249e3d Merge branch 'pci/controller/rockchip'
new 484a8d9bb775 Merge branch 'pci/controller/tegra194'
new 4478d056fd53 Merge branch 'pci/ptm-debugfs'
new 6c2777cdaadf Merge branch 'pci/dt-bindings'
new 28b996ce7398 drm/xe: remove unmatched xe_vm_unlock() from __xe_exec_que [...]
new 8fb7bccf507d Merge branch 'pci/misc'
new 7532a530025d Merge branch 'mm-stable' of git://git.kernel.org/pub/scm/l [...]
new 6a2d37d281cf Merge branch 'mm-unstable' of git://git.kernel.org/pub/scm [...]
new 3024f3fa3c2d Merge branch 'mm-nonmm-unstable' of git://git.kernel.org/p [...]
new 2c30ce9ebeab Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new fd2b8f019229 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d380b9b726df Merge branch 'for-next/core' of git://git.kernel.org/pub/s [...]
new 5d0bd8162c5e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 55cfacd6ef52 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 762daec67e2a Merge branch 'asahi-soc/for-next' of https://github.com/As [...]
new b9d2b042c39e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 9690f5fe60f4 Merge branch 'at91-next' of git://git.kernel.org/pub/scm/l [...]
new 1fa634b672c3 Merge branch 'next' of https://github.com/Broadcom/stblinux.git
new 44a20729d09b Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new c27916dc67ad Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d8373eebcaa2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 2acf263630ef Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 55deb8376f12 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d91110faa135 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new c1986e4688bd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 97e9494ee1e1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 77f8628d1156 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 78dabae543cd Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
new b6d5aac7786f Merge branch 'stm32-next' of git://git.kernel.org/pub/scm/ [...]
new 3e4ed85aef7b Merge branch 'sunxi/for-next' of git://git.kernel.org/pub/ [...]
new 8133e9846fd7 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 63e218155929 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d2d592855036 Merge branch 'ti-next' of git://git.kernel.org/pub/scm/lin [...]
new be815a67a4e5 Merge branch 'linux-next' of git://github.com/c-sky/csky-l [...]
new 9ff05e831c9a Merge branch 'loongarch-next' of git://git.kernel.org/pub/ [...]
new 8a56cf671298 Merge branch 'mips-next' of git://git.kernel.org/pub/scm/l [...]
new 5494303a71d2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new fd921a5d07ba Merge branch 'riscv-soc-for-next' of git://git.kernel.org/ [...]
new ad0c74e9a2b7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 35ee14c36044 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 330367c10970 Merge branch 'xtensa-for-next' of git://github.com/jcmvbkb [...]
new 1b42f5917798 Merge branch 'fs-next' of linux-next
new d4c3b0332922 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7fc8a09ee2d9 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new a8f2e486ef5d Merge branch 'for-next/pstore' of git://git.kernel.org/pub [...]
new e4fd9c903f38 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d8e0c4478970 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/sc [...]
new d70390a8ce4c Merge branch 'i2c/i2c-host' of git://git.kernel.org/pub/sc [...]
new 89ebd67f75ac Merge branch 'hwmon-next' of git://git.kernel.org/pub/scm/ [...]
new c1cd0f829fb1 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new 39c7277a03a7 Merge branch 'cpupower' of git://git.kernel.org/pub/scm/li [...]
new 0fb698b14b77 Merge branch 'devfreq-next' of git://git.kernel.org/pub/sc [...]
new d13529e46615 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 6f24fd76b35a Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new e9b32eea6681 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 435777c0fcff Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new 14563a9892f5 Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
new ff9be03e0001 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new 804486cb8301 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new 2b00882b7b63 Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
new 172c2059f922 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 881256c7517f Merge branch 'modules-next' of git://git.kernel.org/pub/sc [...]
new 24ef7ec9514a Merge branch 'for-next' of git://git.kernel.dk/linux-block.git
new 47818633d7a3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 77c5404b5325 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a00c94ca28e3 Merge branch 'for-mfd-next' of git://git.kernel.org/pub/sc [...]
new 5c12c4fdce16 Merge branch 'for-backlight-next' of git://git.kernel.org/ [...]
new 9d4951fb8d1c Merge branch 'apparmor-next' of git://git.kernel.org/pub/s [...]
new b23b955c4a20 Merge branch 'master' of git://git.code.sf.net/p/tomoyo/to [...]
new 2edef8d8ac70 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 70327c403642 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 28a392d0e66b Merge branch 'edac-for-next' of git://git.kernel.org/pub/s [...]
new bacbe6441037 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new fd0dbe75f4f8 Merge branch 'non-rcu/next' of git://git.kernel.org/pub/sc [...]
new c3a6b60a0be6 Merge branch 'next' of https://github.com/kvm-x86/linux.git
new 6def49990374 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 72b56304664e Merge branch 'for-leds-next' of git://git.kernel.org/pub/s [...]
new 46c3b9fb7e24 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
new 6dea210b4e47 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/li [...]
new 3eff038ca8cc Merge branch 'char-misc-next' of git://git.kernel.org/pub/ [...]
new 9228dc2b831b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 041f691840cb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new a885cc6588da Merge branch 'extcon-next' of git://git.kernel.org/pub/scm [...]
new c9453fd81896 Merge branch 'staging-next' of git://git.kernel.org/pub/sc [...]
new c090e09660e2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new a6a93976033e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new b6b94ea73d26 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 65d72bcc601a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ada8db4b71cc Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new d746194553d8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 24300f258093 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 8e55b5e46664 Merge branch 'pwm/for-next' of git://git.kernel.org/pub/sc [...]
new 02ebb08abfee Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ea953dc65517 Merge branch 'rtc-next' of git://git.kernel.org/pub/scm/li [...]
new 4ff6c4824f50 Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
new 8e4f69c774ec Merge branch 'main' of git://git.infradead.org/users/willy [...]
new 3b6f9b023e20 Merge branch 'hyperv-next' of git://git.kernel.org/pub/scm [...]
new 5ac4a0f2220e Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new ecee8be5316f Merge branch 'slab/for-next' of git://git.kernel.org/pub/s [...]
new 4e0c7ddf8299 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 660ceb1481e3 Merge branch 'rust-next' of https://github.com/Rust-for-Li [...]
new e48ded49ce73 Merge branch 'bitmap-for-next' of https://github.com/norov [...]
new 4f2e67942770 Merge branch 'for-next/kspp' of git://git.kernel.org/pub/s [...]
new b89cf3c72e09 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 89da65244bed Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 5ba65cfa3496 Revert "kbuild: replace deprecated T option with --thin fo [...]
new a0bea9e39035 Add linux-next specific files for 20250603
The 425 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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.