This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e9ba0f896ef Remove fold_builtin pass [PR121762]
new f864e4b54a1 [RISC-V][PR rtl-optimization/121937] Don't call neg_poly_in [...]
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/simplify-rtx.cc | 4 +-
gcc/testsuite/gcc.target/riscv/pr121937.c | 66 +++++++++++++++++++++++++++++++
2 files changed, 69 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/pr121937.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 gcc.
from b989a663a5f aarch64: testsuite: fix several duplicate test names
new 554a54b97ea fab/forwprop: Move memcmp->memcmp_eq to forwprop
new aca8f47ffe9 fab: Manaully build gimple rather than depend on gimplifier [...]
new 3eadb2d22a6 fab/gimple-fold: Move removal of ASSUME internal function t [...]
new 4440e022d22 fab: rewrite optimize_stack_restore call check [PR122033]
new a8326b0c203 fab/forwprop: Move optimize stack restore to forwprop [PR121762]
new 415f21fed2c fab/forwprop: Move optimize_unreachable to forwprop [PR121762]
new 6eff00d2fc3 fab/gimple-fold/forwprop: Move va_args folding to gimple_fo [...]
new d7a3038e2be fab: Use a macro for the atomic/sync builtins case
new e8a360e79a7 fab/isel: Move atomic optimizations to isel from fab [PR121762]
new e9ba0f896ef Remove fold_builtin pass [PR121762]
The 10 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/doc/passes.texi | 6 -
gcc/gimple-fold.cc | 131 ++
gcc/gimple-isel.cc | 956 +++++++++++++
gcc/passes.def | 8 +-
gcc/testsuite/gcc.dg/builtin-unreachable-5.c | 10 +-
gcc/testsuite/gcc.dg/builtin-unreachable-6.c | 6 +-
gcc/testsuite/gcc.dg/builtin-unreachable-6a.c | 6 +-
gcc/testsuite/gcc.dg/builtin-unreachable-7.c | 8 +-
gcc/testsuite/gcc.dg/pr78408-2.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/builtin-fprintf-1.c | 20 +-
.../gcc.dg/tree-ssa/builtin-fprintf-chk-1.c | 20 +-
gcc/testsuite/gcc.dg/tree-ssa/builtin-printf-1.c | 22 +-
.../gcc.dg/tree-ssa/builtin-printf-chk-1.c | 22 +-
gcc/testsuite/gcc.dg/tree-ssa/builtin-vfprintf-1.c | 16 +-
.../gcc.dg/tree-ssa/builtin-vfprintf-chk-1.c | 16 +-
gcc/testsuite/gcc.dg/tree-ssa/builtin-vprintf-1.c | 16 +-
.../gcc.dg/tree-ssa/builtin-vprintf-chk-1.c | 16 +-
gcc/testsuite/gcc.dg/tree-ssa/pr122033-1.c | 18 +
gcc/testsuite/gcc.dg/tree-ssa/pr122033-2.c | 23 +
gcc/testsuite/gcc.dg/tree-ssa/pr79691.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-10.c | 4 +-
gcc/tree-pass.h | 1 -
gcc/tree-ssa-ccp.cc | 1442 --------------------
gcc/tree-ssa-forwprop.cc | 185 ++-
gcc/tree.h | 9 +
25 files changed, 1417 insertions(+), 1550 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr122033-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr122033-2.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 main
in repository llvm-lnt.
from 06b6d38 Use allowlist_externals instead of whitelist_externals (#46)
new 609a425 Bump Sphinx version from 2.0 to 7.x (#47)
new ab46fce Fix another mention of whitelist_externals in tox.ini
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:
tox.ini | 4 ++--
1 file changed, 2 insertions(+), 2 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 main
in repository llvm-lnt.
from da59ce3 Fix various Flake8 issues in the codebase (#43)
new 06b6d38 Use allowlist_externals instead of whitelist_externals (#46)
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:
tox.ini | 3 ++-
1 file changed, 2 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 main
in repository llvm-lnt.
from de742ec add mypy
new da59ce3 Fix various Flake8 issues in the codebase (#43)
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:
lnt/__init__.py | 9 +--------
lnt/formats/__init__.py | 6 +++---
lnt/server/__init__.py | 4 +---
lnt/server/db/__init__.py | 4 +---
lnt/server/db/fieldchange.py | 15 +++++++--------
lnt/server/db/migrations/upgrade_2_to_3.py | 2 +-
lnt/server/db/migrations/upgrade_7_to_8.py | 2 +-
lnt/server/db/rules/__init__.py | 4 +---
lnt/server/db/rules/rule_update_fixed_regressions.py | 8 +++-----
lnt/server/db/rules_manager.py | 4 ++--
lnt/server/db/testsuite.py | 2 +-
lnt/server/db/util.py | 8 ++++----
lnt/server/reporting/__init__.py | 4 +---
lnt/server/ui/__init__.py | 4 +---
lnt/server/ui/util.py | 2 +-
lnt/server/ui/views.py | 4 +---
lnt/testing/__init__.py | 4 ++--
lnt/testing/util/__init__.py | 4 +---
lnt/tests/test_suite.py | 2 +-
lnt/util/__init__.py | 4 +---
lnt/util/wsgi_restart.py | 4 ++--
tests/SharedInputs/FakeCompilers/fakecompiler.py | 2 ++
22 files changed, 39 insertions(+), 63 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 f6ed490b678 Automatic date update in version.in
new e68870e4cdd gdbserver: prevent assertion caused by passing empty program name
new 823384610d4 gdb/gdbserver: add new qExecAndArgs packet
new 5edcbe2277d gdb: detect when gdbserver has no default executable set
The 3 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/NEWS | 15 +
gdb/doc/gdb.texinfo | 45 +++
gdb/remote.c | 321 +++++++++++++++++++--
gdb/testsuite/gdb.replay/connect.exp | 2 +-
.../ptrref.cc => gdb.replay/fetch-exec-and-args.c} | 30 +-
gdb/testsuite/gdb.replay/fetch-exec-and-args.exp | 146 ++++++++++
.../ptrref.cc => gdb.server/fetch-exec-and-args.c} | 30 +-
gdb/testsuite/gdb.server/fetch-exec-and-args.exp | 307 ++++++++++++++++++++
.../gdb.server/server-empty-exec-name.exp | 93 ++++++
gdb/testsuite/lib/gdbreplay-support.exp | 55 +++-
gdbserver/server.cc | 31 ++
11 files changed, 1003 insertions(+), 72 deletions(-)
copy gdb/testsuite/{gdb.dap/ptrref.cc => gdb.replay/fetch-exec-and-args.c} (75%)
create mode 100644 gdb/testsuite/gdb.replay/fetch-exec-and-args.exp
copy gdb/testsuite/{gdb.dap/ptrref.cc => gdb.server/fetch-exec-and-args.c} (75%)
create mode 100644 gdb/testsuite/gdb.server/fetch-exec-and-args.exp
create mode 100644 gdb/testsuite/gdb.server/server-empty-exec-name.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 annotated tag next-20251003
in repository linux-next.
at 4a7bcf9e0158 (tag)
tagging 47a8d4b89844f5974f634b4189a39d5ccbacd81c (commit)
replaces v6.17
tagged by Mark Brown
on Fri Oct 3 12:49:51 2025 +0100
- Log -----------------------------------------------------------------
next-20251003
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAmjfuF8ACgkQJNaLcl1U
h9CFGQf/XWmLkubkdMe1wvAr/KFdLtO7qPTPA/Kc9Q7pdCGWub28FtWqKg2IptCN
jkcgWwDCnHHVs38mlroDHFlYVcWSsVrer3X7cu+/FQ2Nd9dX7gC1Nj4M4d8YJxxa
fJNsxxP8D4FeCVGo85Sm7Xr3MHzSAXARxx6CVY6VgA00sWpmh+NnHG0+mTVtlTVs
uwNQBqly2Grb1MaIkUSqj8f89nQiCH7Xv2mQrl5z1mKiNhFjF5W7wAgBO0q5i3jE
AyDQvIYnTi1IcHPwADa5voInEGg0/m2RsrYMloZgv3MHtATLhmVY54UNsgE9DXZm
xI90dMGN9isRof8uym0i6R3zd7r/oQ==
=ubjT
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new a93b9ccb03a2 perf tools: Fix duplicated words in documentation and comments
new 241f21be7d0f perf test perftool_testsuite: Use absolute paths
new 58a606149c60 perf sched: Avoid union type punning undefined behavior
new 1dbfaf94cf66 perf powerpc: Add basic CONFIG_AUXTRACE support for VPA pm [...]
new c4bbd4ec2e50 perf powerpc: Process auxtrace events and display in 'perf [...]
new 71feffa9c086 perf powerpc: Add event name as vpa-dtl of PERF_TYPE_SYNTH [...]
new cd1c3b730a2a perf powerpc: Allocate and setup aux buffer queue to help [...]
new 8644834a482a perf powerpc: Process the DTL entries in queue and deliver [...]
new a0dfb18f7d20 perf script: Enable to present DTL entries
new 6c153cc4684a MAINTAINERS: Remove myself from perf_events subsystem
new 60c38a6d3805 perf annotate: Use architecture-agnostic register limit
new 63a562b33a9c PCI: stm32: Add PCIe host support for STM32MP25
new b8ef623f18da dt-bindings: PCI: Add STM32MP25 PCIe Endpoint bindings
new 151f3d29baf4 PCI: stm32-ep: Add PCIe Endpoint support for STM32MP25
new c86a24dfa902 MAINTAINERS: Add entry for ST STM32MP25 PCIe drivers
new 8c519a825b4a perf bpf_counter: Move header declarations into C code
new b91917c0c6fa perf bpf_counter: Fix handling of cpumap fixing hybrid
new f15548b277cc perf test: Refactor brstack test
new 11e59335b0d1 perf test: Add syscall and address tests to brstack test
new 9f0fa213790e perf test: Extend branch stack sampling test for Arm64 BRBE
new 33706fb0aa6c perf test: Add an 'import perf' test shell script
new d18020cf1e92 perf test: Remove C python_use test
new 68247d45c045 clk: COMMON_CLK_RPMI should depend on RISCV
new 96156325137f parisc: don't reference obsolete termio struct for TC* constants
new ad298d9ec957 drm/gpusvm, drm/xe: Fix userptr to not allow device private pages
new a5e07980e62d drm/i915/gvt: Propagate vfio_set_irqs_validate_and_prepare [...]
new 59abe7bc7e7c ASoC: SOF: ipc3-topology: Fix multi-core and static pipeli [...]
new bcd1383516bb ASoC: SOF: ipc4-pcm: fix delay calculation when DSP resamples
new bace10b59624 ASoC: SOF: ipc4-pcm: fix start offset calculation for chain DMA
new 4092fc5f35ce spi: dt-bindings: cadence: add soc-specific compatible str [...]
new a7fe5ff832d6 ASoC: SOF: ipc4-topology: Correct the minimum host DMA buf [...]
new 3dcf683bf106 ASoC: SOF: ipc4-topology: Account for different ChainDMA h [...]
new 45ad27d9a6f7 ASoC: SOF: Intel: hda-pcm: Place the constraint on period [...]
new 07abc16c1469 drm/xe/xe_late_bind_fw: Initialize uval variable in xe_lat [...]
new e4863f1159be drm/xe/i2c: Don't rely on d3cold.allowed flag in system PM path
new 2b5f6638204c Merge tag 'acpi-6.18-rc1' into loongarch-next
new deb2f228388f PCI/AER: Avoid NULL pointer dereference in aer_ratelimit()
new abb2a5572264 LoongArch: Add cflag -fno-isolate-erroneous-paths-dereference
new 19baac378a5f LoongArch: Fix build error for LTO with LLVM-18
new 98662be7ef20 LoongArch: Init acpi_gbl_use_global_lock to false
new 5dcddd268a8d LoongArch: Allow specify SIMD width via kernel parameters
new 30ade4fef7ad LoongArch: Add struct loongarch_image_header for kernel
new d162feec6b6e LoongArch: Add preparatory infrastructure for kexec_file
new 55d990f0084c LoongArch: Add EFI binary support for kexec_file
new fc9c112f804a LoongArch: Add ELF binary support for kexec_file
new 1bcca8620a91 LoongArch: Add crash dump support for kexec_file
new c8168b4faf1d LoongArch: Automatically disable kaslr if boot from kexec_file
new 892979b0a97c LoongArch: Try VMA lock-based page fault handling first
new db740f5689e6 LoongArch: Handle new atomic instructions for probes
new 24ff0347bbfd LoongArch: BPF: Optimize sign-extention mov instructions
new 7b6c2d172d02 LoongArch: BPF: Fix uninitialized symbol 'retval_off'
new 909d3e3f51b1 LoongArch: BPF: Remove duplicated flags check
new b0f50dc09bf0 LoongArch: BPF: Remove duplicated bpf_flush_icache()
new 3d770bd11b94 LoongArch: BPF: No text_poke() for kernel text
new e82406c7cbdd LoongArch: BPF: No support of struct argument in trampolin [...]
new a04731cbee6e LoongArch: BPF: Don't align trampoline size
new ea645cfd3d5f LoongArch: BPF: Make trampoline size stable
new de2c0b778864 LoongArch: BPF: Make error handling robust in arch_prepare [...]
new 8b51b11b3d81 LoongArch: BPF: Sign-extend struct ops return values properly
new c6d80185646b LoongArch: Update Loongson-3 default config file
new fde5b93fb2db smb: server: Use common error handling code in smb_direct_ [...]
new d7a018eb761f Merge tag 'kcsan-20250929-v6.18-rc1' of git://git.kernel.o [...]
new b56bc81078e9 drm/xe/doc: Add documentation for Execution Queues
new 23bd49d3a1c0 Merge remote-tracking branch 'spi/for-6.17' into spi-linus
new fcf6bddebfe0 drm/dp: Add quirk for Synaptics DSC throughput link-bpp limit
new 1f95871207db drm/dp: Add helpers to query the branch DSC max throughput [...]
new b3797460fd30 drm/i915/dp: Calculate DSC slice count based on per-slice [...]
new 8e696c8d2c9d drm/i915/dp: Pass DPCD device descriptor to intel_dp_get_d [...]
new a086950670af drm/i915/dp: Verify branch devices' overall pixel throughp [...]
new 8d677285a363 drm/i915/dp: Handle Synaptics DSC throughput link-bpp quirk
new 77633c77eee3 Merge tag 'bitmap-for-6.18' of https://github.com/norov/linux
new 9800921d444d cgroup: Disable preemption for cgrp->freezer.freeze_seq wh [...]
new ee105e835faf Merge branch 'for-6.18-fixes' into for-next
new 846a81abbee3 drm/xe: Detect GT workqueue allocation failure
new 198c570d7131 s390/pci: Expose firmware provided UID Checking state in sysfs
new 47304e4dc02d s390/cio: Update purge function to unregister the unused s [...]
new 85d88918e686 s390/pai_crypto: Consolidate PAI crypto allocation and cle [...]
new b32b1e46f698 Merge branch 'features' into for-next
new 5832d26433f2 Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel [...]
new aefada95fbab ASoC: SOF: ipc4/Intel: Fix the host buffer
new e1b1d03ceec3 Merge tag 'for-6.18/block-20250929' of git://git.kernel.or [...]
new b6f42b35fec3 Merge remote-tracking branch 'asoc/for-6.17' into asoc-linus
new 05a54fa77328 Merge tag 'sound-6.18-rc1' of git://git.kernel.org/pub/scm [...]
new 58809f614e0e Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesk [...]
new 7a6e249f90fd Documentation: fb: Split toctree
new 9070fbcb9af5 Documentation: fb: ep93xx: Demote section headings
new 9d079868ae4b Documentation: fb: Retitle driver docs
new c3073f1da051 fbdev: radeonfb: Remove stale product link in Kconfig
new c8fee6a7c5cb fbdev: Make drivers depend on LCD_CLASS_DEVICE
new f79e772258df Merge tag 'media/v6.18-1' of git://git.kernel.org/pub/scm/ [...]
new aadd7d40f7ea Bluetooth: hci_h5: avoid sending two SYNC messages
new 739892687cf5 Bluetooth: btmtksdio: Add pmctrl handling for BT closed st [...]
new 2f7934c7c537 Bluetooth: hci_h5: implement CRC data integrity
new 2ce61c63e745 selftests/bpf: Add tests for rejection of ALU ops with neg [...]
new 34b4620349fe fbdev/hyperv_fb: deprecate this in favor of Hyper-V DRM driver
new 020b4e86834f MAINTAINERS: Mark hyperv_fb driver Obsolete
new b595edcb2472 hyperv: Remove the spurious null directive line
new 98b7bf54338b loop: fix backing file reference leak on validation error
new 510d76646a6a block: Update a comment of disk statistics
new 45698090eb81 Merge branch 'block-6.18' into for-next
new 63d2247e2e37 libbpf: Fix missing #pragma in libbpf_utils.c
new c97cdf768613 drm/xe/pf: Add top level functions to control VFs
new ac43294e8ec2 drm/xe/pf: Log only top level VF state changes
new 5b7451fdd703 drm/xe/pf: Expose VF control operations over debugfs
new 1f018c8496a1 drm/xe/pf: Unify VF state tracking log
new 03dc00c78221 drm/xe/pf: Split VF FLR processing function
new 2a8fcf7cc950 drm/xe/pf: Synchronize VF FLR between all GTs
new fe7363be885b Merge branch 'pci/aer'
new f21b4a16195f Merge branch 'pci/aspm'
new 656598bec229 Merge branch 'pci/enumeration'
new 988f1cbb99a8 Merge branch 'pci/hotplug'
new 363778891994 Merge branch 'pci/msi'
new 77b755c3df3f Merge branch 'pci/of'
new 50130843e31d Merge branch 'pci/p2pdma'
new 2fc86d412d6b Merge branch 'pci/pm'
new e69b53b31162 Merge branch 'pci/pwrctrl'
new 322b545e4ea0 Merge branch 'pci/resource'
new d08e6e177c85 Merge branch 'pci/virtualization'
new bc750dfbd43d Merge branch 'pci/switchtec'
new 46b6c63180cc Merge branch 'pci/capability-search'
new ac94b9b7a1e1 Merge branch 'pci/dt-binding'
new d9a9045be6ac Merge branch 'pci/endpoint'
new dcac63072ff6 Merge branch 'pci/controller/amd-mdb'
new f9c2a6b29424 Merge branch 'pci/controller/dwc'
new 11c87ebf7c60 Merge branch 'pci/controller/dwc-edma'
new 5ecd9a72db93 Merge branch 'pci/controller/hv'
new 96e4366c632b Merge branch 'pci/controller/imx6'
new 956fe24bd5dd Merge branch 'pci/controller/j721e'
new 1a89810c6c99 Merge branch 'pci/controller/keystone'
new d4f8fdd7f14e Merge branch 'pci/controller/mediatek-gen3'
new 6d086056acc0 Merge branch 'pci/controller/plda'
new cd6dba784fcb Merge branch 'pci/controller/qcom'
new e9656b4079a6 Merge branch 'pci/controller/rcar-gen4'
new b5db4ae01675 Merge branch 'pci/controller/rcar-host'
new 835cffae940b Merge branch 'pci/controller/sophgo'
new 61363e3b5ecd Merge branch 'pci/controller/stm32'
new 075e6f77c1e6 Merge branch 'pci/controller/tegra'
new 127973580e23 Merge branch 'pci/controller/xgene'
new 8c79a4b22660 Merge branch 'pci/controller/xilinx-nwl'
new 360693773206 Merge branch 'pci/misc'
new 07fdad3a9375 Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/ [...]
new 24d9e8b3c9c8 Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/ [...]
new 987a18738a74 memcg: skip cgroup_file_notify if spinning is not allowed
new 945a7bcc102d hung_task: fix warnings caused by unaligned lock pointers
new 354a8adf536e mm: hugetlb: avoid soft lockup when mprotect to large memory area
new c9d31da82c48 mm/thp: fix MTE tag mismatch when replacing zero-filled subpages
new e8bfe44895d7 mm/rmap: fix soft-dirty and uffd-wp bit loss when remappin [...]
new 72acc52db111 mm/damon/vaddr: do not repeat pte_offset_map_lock() until success
new bb25baed7f5e mm/ksm: fix flag-dropping behavior in ksm_madvise
new 081d032d08ea mm-ksm-fix-flag-dropping-behavior-in-ksm_madvise-fix
new d8bbb38f6290 foo
new 7f3bdda78998 drivers/base/memory: add node id parameter to add_memory_block()
new 9f1080e2edcc mm/memory_hotplug: activate node before adding new memory blocks
new d95c31133587 drivers/base: move memory_block_add_nid() into the caller
new a7e33fb37773 mm: clean up is_guard_pte_marker()
new 94ae4cbf82f3 Documentation/mm: drop pxx_mkdevmap() descriptions from pa [...]
new 38004f3a6d1e mm/ksm: cleanup mm_slot_entry() invocation
new aa05a436eca8 mm/khugepaged: use KMEM_CACHE()
new 71fad14d72d7 foo
new 9c2d77c020ce MAINTAINERS, .mailmap: update Umang's email address
new ae4206b63a6a kho: check if kho is finalized in __kho_preserve_order()
new 7febd5196521 kho: replace kho_preserve_phys() with kho_preserve_pages()
new 7c80f3c72467 kho: add support for preserving vmalloc allocations
new 599cdf47e4b2 kho-add-support-for-preserving-vmalloc-allocations-fix
new ad6baec09dc5 kho-add-support-for-preserving-vmalloc-allocations-checkpa [...]
new 152f2861b5f1 samples: fix coding style issues in Kconfig
new 8804d970fab4 Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel [...]
new e406d57be7bd Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git. [...]
new 4e715744bf7b f2fs: add missing dput() when printing the donation list
new 2fa35e060c3a Merge branch into tip/master: 'core/bugs'
new 42eed89266fc Merge branch into tip/master: 'x86/cleanups'
new 34cdeb0a89e4 Merge branch into tip/master: 'x86/core'
new 86cb7d97de2f Merge branch into tip/master: 'x86/entry'
new 556076f10692 Merge branch into tip/master: 'x86/mm'
new d501f68c45ee Merge branch into tip/master: 'x86/tdx'
new ab220548dbef kmsan: fix kmsan_handle_dma() to avoid false positives
new 16abbabc004b dma-mapping: fix direction in dma_alloc direction traces
new e95e2d3f3464 slab: Add allow_spin check to eliminate kmemleak warnings
new d6306a3d5577 slab: Fix using this_cpu_ptr() in preemptible context
new fff0f9dbf7f8 Revert "arm64: dts: axis: Add ARTPEC-8 Grizzly dts support"
new 3dd4a5854fc6 Revert "arm64: dts: exynos: axis: Add initial ARTPEC-8 SoC [...]
new a77e34ee3bbc Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...]
new b81d3b228904 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
new f614d80f9903 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 588120b65ca7 Merge branch 'master' of https://github.com/ceph/ceph-client.git
new 1fa3969174b3 Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
new 261331a3572c Merge branch 'configfs-next' of https://git.kernel.org/pub [...]
new 3f005916ccea Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 663b74e0cb47 Merge branch 'dev' of https://git.kernel.org/pub/scm/linux [...]
new 847d45cb8b70 Merge branch 'for_next' of https://git.kernel.org/pub/scm/ [...]
new 99544ae72c49 Merge branch 'dev' of https://git.kernel.org/pub/scm/linux [...]
new cdf76d47980e Merge branch 'dev' of https://git.kernel.org/pub/scm/linux [...]
new 2a4f8b0f1f26 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new b7e54fe829d6 Merge branch 'jfs-next' of https://github.com/kleikamp/lin [...]
new 7b59157594f4 Merge branch 'ksmbd-for-next' of https://github.com/smfren [...]
new 3ab7e961126d Merge branch 'linux-next' of git://git.linux-nfs.org/proje [...]
new 2d253e875e40 Merge branch 'nfsd-next' of https://git.kernel.org/pub/scm [...]
new 468347acb4bd Merge branch 'master' of https://github.com/Paragon-Softwa [...]
new af34747a3039 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 90e986f004a0 Merge branch 'overlayfs-next' of https://git.kernel.org/pu [...]
new 32ea3135cc61 Merge branch '9p-next' of https://github.com/martinetd/linux
new 0947afe1ab08 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 3d304de1b8c2 Merge branch 'vfs.all' of https://git.kernel.org/pub/scm/l [...]
new bcbe66d01a96 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 02a55a31c873 Merge branch 'mm-hotfixes-unstable' of https://git.kernel. [...]
new 8d8aa0c7d304 Merge branch 'fs-current' of linux-next
new 2df277fb34df Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
new e7ca4880f5d6 Merge branch 'for-linus' of https://git.kernel.org/pub/scm [...]
new 9054117673c1 Merge branch 'for-linus' of https://git.kernel.org/pub/scm [...]
new 5a329d89d777 Merge branch 'for-linus' of https://git.kernel.org/pub/scm [...]
new 61d0f236e681 Merge branch 'tty-linus' of https://git.kernel.org/pub/scm [...]
new a4b1ff06ac11 Merge branch 'staging-linus' of https://git.kernel.org/pub [...]
new 06905ede736f Merge branch 'fixes-togreg' of https://git.kernel.org/pub/ [...]
new a610e2b6fe8c Merge branch 'char-misc-linus' of https://git.kernel.org/p [...]
new f881f56601ba Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
new eedd8ffc46de Merge branch 'dt/linus' of https://git.kernel.org/pub/scm/ [...]
new cbb191eb95b1 Merge branch 'slab/for-next-fixes' of https://git.kernel.o [...]
new c873f79c7ec0 Merge branch 'for-rc' of https://git.kernel.org/pub/scm/li [...]
new be119ffab848 Merge branch 'mm-unstable' of https://git.kernel.org/pub/s [...]
new bba06059423a Merge branch 'mm-nonmm-unstable' of https://git.kernel.org [...]
new 75e43bbbd1ea Merge branch 'perf-tools-next' of https://git.kernel.org/p [...]
new 3dbc1ed6b015 Merge branch 'dma-mapping-for-next' of https://git.kernel. [...]
new d328b9a3d37e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new ba88e0c49ab0 Merge branch 'for-next/core' of https://git.kernel.org/pub [...]
new fec87e49b6a5 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 6f7798dd9a75 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new e78f07e05ac0 Merge branch 'asahi-soc/for-next' of https://github.com/As [...]
new 80dbc4463215 Merge branch 'at91-next' of https://git.kernel.org/pub/scm [...]
new afa3c7fca92a Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 907d3a0529df Merge branch 'next' of https://github.com/Broadcom/stblinux.git
new 965722c833ac Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 1ea44463aa16 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new d026ed9e641f Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 27854d8e942a Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 9daffdb6d54b Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new b7a53c56b621 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 37c422821d02 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new a758a4415276 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 04f2c4d7d25c Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 5df70549f559 Merge branch 'for-linux-next' of https://git.kernel.org/pu [...]
new a5f5f3ea7770 Merge branch 'for-next' of https://github.com/sophgo/linux.git
new ec003ab9794d Merge branch 'for-next' of https://github.com/spacemit-com/linux
new 309b7b26cab1 Merge branch 'sunxi/for-next' of https://git.kernel.org/pu [...]
new 8d1b4bb4378f Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new fa9db9c6a9c4 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new a3e47470b4e2 Merge branch 'ti-next' of https://git.kernel.org/pub/scm/l [...]
new 196f396330f1 Merge branch 'for-next' of https://github.com/Xilinx/linux [...]
new 8c286cd30fef Merge branch 'clk-next' of https://git.kernel.org/pub/scm/ [...]
new f2bd245b4640 Merge branch 'linux-next' of https://github.com/c-sky/csky [...]
new 6c6f8295e5f4 Merge branch 'loongarch-next' of https://git.kernel.org/pu [...]
new 26eb9a42ba63 Merge branch 'mips-next' of https://git.kernel.org/pub/scm [...]
new 2c0a3be04dc9 Merge branch 'for-next' of https://github.com/openrisc/linux.git
new 8d6d9922c078 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new a74d0cf16d46 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 4d258bcd3658 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 176fd1de8cff Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 7c802bb62c99 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 6bda5a67f6a2 Merge branch 'xtensa-for-next' of https://github.com/jcmvb [...]
new c5515e7d2e85 Merge branch 'fs-next' of linux-next
new caf8f0982f49 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 690584d2eecb Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new c32d529ea3e3 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 8e1ae83c847f Merge branch 'i2c/for-next' of https://git.kernel.org/pub/ [...]
new 0f6f663a7249 Merge branch 'i2c/i2c-host' of https://git.kernel.org/pub/ [...]
new 25d062de56a2 Merge branch 'docs-next' of git://git.lwn.net/linux.git
new c797f70c51b7 Merge branch 'linux-next' of https://git.kernel.org/pub/sc [...]
new 61f76ab5c84f Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new f045cd18caee Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 80687e8f52e3 Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
new 3fa51882336f Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 11231b416a6e Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
new d5dd554280fa Merge branch 'mtd/next' of https://git.kernel.org/pub/scm/ [...]
new 15870baa6036 Merge branch 'nand/next' of https://git.kernel.org/pub/scm [...]
new 09f4ff007b62 Merge branch 'spi-nor/next' of https://git.kernel.org/pub/ [...]
new 4b9ef4b26ad8 Merge branch 'for-linux-next' of https://git.kernel.org/pu [...]
new a7911242229a Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new a9bc613d1d8c Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new acc26ceeebaa Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
new 6f4da364b0b3 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 49804c846b44 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 41f295520258 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 6e699d36401c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 3e06c10cef80 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new f235a5244c47 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 5f7e7159b456 Merge branch 'next-integrity' of https://git.kernel.org/pu [...]
new 19766d4984c3 Merge branch 'next' of https://github.com/cschaufler/smack-next
new babcc3282634 Merge branch 'master' of git://git.code.sf.net/p/tomoyo/to [...]
new cf305bb4070b Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 9110fc307bbf Merge branch 'master' of git://www.linux-watchdog.org/linu [...]
new 9c63b1bad239 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 09026363ffab Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 5cf10fb4ce61 Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
new b05e56f936e8 Merge branch 'edac-for-next' of https://git.kernel.org/pub [...]
new fa2658f6c2b5 next-20250929/ftrace
new 7ee09eff02e6 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 88f9f36ef894 Merge branch 'non-rcu/next' of https://git.kernel.org/pub/ [...]
new ad7ae0a19066 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/k [...]
new 563f15bab848 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 5a8c937d5f47 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new d0bfcf5cd432 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new e71d24d74ba0 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 7697685c1440 Merge branch 'usb-next' of https://git.kernel.org/pub/scm/ [...]
new 29521a197303 Merge branch 'tty-next' of https://git.kernel.org/pub/scm/ [...]
new 07586604e097 Merge branch 'char-misc-next' of https://git.kernel.org/pu [...]
new 1ecc3d0b1c02 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new b5aa50eb5cb1 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 41bdaff362ad Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 8ffeab905c69 Merge branch 'next' of https://github.com/awilliam/linux-vfio.git
new 2df94442bcbd Merge branch 'staging-next' of https://git.kernel.org/pub/ [...]
new 3a590b53b0ba Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 0ef7b393bd77 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 1ca940e0fc1e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new f7c764fecebc Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 08b6cd65db0d Merge branch 'linux-next' of https://git.kernel.org/pub/sc [...]
new 5762d6a9dd14 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 8d1c2f482200 Merge branch 'rtc-next' of https://git.kernel.org/pub/scm/ [...]
new 4aee988abeb1 Merge branch 'libnvdimm-for-next' of https://git.kernel.or [...]
new 33ad7cbdb5ab Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
new f5896e26d27b Merge branch 'main' of git://git.infradead.org/users/willy [...]
new 62b4b0477cb9 Merge branch 'hyperv-next' of https://git.kernel.org/pub/s [...]
new 005884cc5002 Merge branch 'kgdb/for-next' of https://git.kernel.org/pub [...]
new aeeb92f8aa68 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new c4865577e4c9 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 1cdcfbd3a6cf Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 7c01bfdab41b Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
new 4186cae19bf7 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new b5064da7b26a Merge branch 'for-next/kspp' of https://git.kernel.org/pub [...]
new a1ebd92f41c2 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 37f0d3778bf6 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 0072124ee843 Merge branch 'caps-next' of https://git.kernel.org/pub/scm [...]
new 0dc7617a5f3c Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new df173d57b259 Merge branch 'for-next' of https://github.com/hisilicon/li [...]
new 47a8d4b89844 Add linux-next specific files for 20251003
The 333 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.