This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a553c70e363 OpenMP: C/C++ parser support for dyn_groupprivate
new bdf293a112d Ada, Darwin: Implement OSLock for Darwin [PR115305].
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/ada/Makefile.rtl | 2 +-
gcc/ada/libgnat/{s-oslock__posix.ads => s-oslock__darwin.ads} | 11 +++--------
2 files changed, 4 insertions(+), 9 deletions(-)
copy gcc/ada/libgnat/{s-oslock__posix.ads => s-oslock__darwin.ads} (85%)
--
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 d181d22cb38 x86-64: use BFD_RELOC_32_PLT_PCREL in favor of custom type
new 9e05bcf99ce gdb: fix 'list' for multiple source file results
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/linespec.c | 15 ++-
.../list-multi-source.c} | 51 +++++---
gdb/testsuite/gdb.base/list-multi-source.exp | 129 +++++++++++++++++++++
3 files changed, 171 insertions(+), 24 deletions(-)
copy gdb/testsuite/{gdb.multi/interrupt-bg-exec.c => gdb.base/list-multi-source.c} (55%)
create mode 100644 gdb/testsuite/gdb.base/list-multi-source.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 binutils-gdb.
from 2abac9c95cc Add AMD znver6 processor support
new 39e2ac7ca72 bfd: drop BFD_RELOC_I370_D12
new 2c356e2d6df bfd: drop BFD_RELOC_VPE4KMATH_*
new 168846aabe3 x86-64: use BFD_RELOC_64_PLTOFF in favor of custom type
new d181d22cb38 x86-64: use BFD_RELOC_32_PLT_PCREL in favor of custom type
The 4 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:
bfd/bfd-in2.h | 9 ---------
bfd/elf64-x86-64.c | 4 ++--
bfd/libbfd.h | 5 -----
bfd/reloc.c | 15 ---------------
gas/config/tc-i386.c | 36 ++++++++++++++++--------------------
5 files changed, 18 insertions(+), 51 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 d8be3717ddb [gdb/testsuite] Fix gdb.base/long_long.exp on arm
new b994ab53f13 x86: correct {RD,WR}{FS,GS}BASE {dis,}assembly
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:
gas/testsuite/gas/i386/fsgs-intel.d | 27 ----------------------
gas/testsuite/gas/i386/fsgs.d | 26 ---------------------
gas/testsuite/gas/i386/fsgs.s | 19 ----------------
gas/testsuite/gas/i386/i386.exp | 2 --
gas/testsuite/gas/i386/x86-64-fsgs-intel.d | 3 +++
gas/testsuite/gas/i386/x86-64-fsgs.d | 3 +++
gas/testsuite/gas/i386/x86-64-fsgs.s | 4 ++++
opcodes/i386-dis.c | 36 ++++++++++++++++++++++++++----
opcodes/i386-gen.c | 2 ++
opcodes/i386-init.h | 2 +-
opcodes/i386-tbl.h | 8 +++----
11 files changed, 49 insertions(+), 83 deletions(-)
delete mode 100644 gas/testsuite/gas/i386/fsgs-intel.d
delete mode 100644 gas/testsuite/gas/i386/fsgs.d
delete mode 100644 gas/testsuite/gas/i386/fsgs.s
--
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 e148a21f383 x86/aarch64: Fix compile time hog with ccmp [PR99782]
new 941df4bc7ac Make gcc.dg/vect/vect-simd-clone-24.c more robust
new a553c70e363 OpenMP: C/C++ parser support for dyn_groupprivate
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:
gcc/c-family/c-omp.cc | 7 +-
gcc/c-family/c-pragma.h | 1 +
gcc/c/c-parser.cc | 115 +++++++++++++++++++--
gcc/c/c-typeck.cc | 1 +
gcc/cp/parser.cc | 111 ++++++++++++++++++--
gcc/cp/pt.cc | 1 +
gcc/cp/semantics.cc | 13 ++-
gcc/fortran/openmp.cc | 4 +-
gcc/fortran/trans-openmp.cc | 26 +++--
gcc/gimplify.cc | 5 +
.../c-c++-common/gomp/dyn_groupprivate-1.c | 28 +++++
.../c-c++-common/gomp/dyn_groupprivate-2.c | 72 +++++++++++++
gcc/testsuite/gcc.dg/vect/vect-simd-clone-24.c | 2 +-
.../gfortran.dg/gomp/dyn_groupprivate-1.f90 | 9 ++
.../gfortran.dg/gomp/dyn_groupprivate-2.f90 | 12 ++-
gcc/tree-core.h | 11 ++
gcc/tree-nested.cc | 2 +
gcc/tree-pretty-print.cc | 21 ++++
gcc/tree.cc | 2 +
gcc/tree.h | 5 +
20 files changed, 414 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/dyn_groupprivate-1.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/dyn_groupprivate-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 master
in repository binutils-gdb.
from fcb32d5b440 Automatic date update in version.in
new d8be3717ddb [gdb/testsuite] Fix gdb.base/long_long.exp on arm
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/testsuite/gdb.base/long_long.exp | 32 +++++++-------------------------
1 file changed, 7 insertions(+), 25 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 73824bffde7 match.pd: x&c ?(x op c):(x|c) -> x^c [PR122615, PR122616]
new e148a21f383 x86/aarch64: Fix compile time hog with ccmp [PR99782]
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/config/aarch64/aarch64.cc | 6 ++++++
gcc/config/i386/i386-expand.cc | 14 ++++++--------
gcc/testsuite/gcc.dg/torture/pr99782-1.c | 17 +++++++++++++++++
3 files changed, 29 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr99782-1.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 annotated tag next-20251205
in repository linux-next.
at 4e5a9b630580 (tag)
tagging 6987d58a9cbc5bd57c983baa514474a86c945d56 (commit)
replaces v6.18
tagged by Stephen Rothwell
on Fri Dec 5 16:06:10 2025 +1100
- Log -----------------------------------------------------------------
next-20251205
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEmFtoH6RZGWmXU6JkifkcCkHVwHoFAmkyaEIACgkQifkcCkHV
wHpt3BAAkSw6qsCRVYa+Kn1xzYd/jwrSy9Twinghao7ySdktcKAPA9aCUcCFUAgr
wWxichX4bQtT0r7yH3pBhcsni52xh34i9pw0Lc4sDYxOvyLP4/rn1w79GFlh3xcA
d00bUt1OhGEcqkKc5b6eHA4HXPk+csLtJU4XjmXmQH3CwBkSBBGMMZ0ba8mmodQJ
OT+rO7x2gKxm+SjGNAU4Jwr6uv7OCumPVu6b9g55ZyEvGbmcO1IKAvctVaHXvuAv
I6l3jrD1gDWCCXNEW9tCeddT44S7cmAw6LB2NTHIMbk2A7mXM/GRzLD5JaZODsdy
iBUmBdWDOGLb//D8PVOgzaiOMnQ0HO77vpoYHYMtyardlZvdldnTMWOKcy79djFu
cl1L2T9lIMu1fubNa9CTXI9szsfvt3d9mJKr9jPbLEhcFAa1sgfhINCnvwnroFHC
50ep+DLAulmA1GMAq8O+DT/JjxvtVVa4jyGQSzXRddEzn9twFjmgD68npACmOr48
APevtM9y5X54JRYhOps4v7F8E9ShMNqouFBujjTPtwIzNiOgAiesc29h6P2waOVU
ds4ajCK0KXKhxPfcsBe263nGAL+qMZDaTKDiOnuApVBe6AELjdeSfgdHEaYv+yG/
44W8zccMadoDUgIAbEl20GQtbxob+5sOEiHUuVhdP928OIAou3k=
=zPXZ
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 50a59230fa63 drm/xe/pm: Add scope-based cleanup helper for runtime PM
new 73834d03a523 drm/xe/pf: Enable SR-IOV VF migration
new 5be29ebe9f05 drm/xe/pci: Introduce a helper to allow VF access to PF xe_device
new bd45d46ffc8f drm/xe/pf: Export helpers for VFIO
new 1f5556ec8b9e vfio/xe: Add device specific vfio_pci driver variant for I [...]
new bf213ac63721 drm/xe: Fix memory leak when handling pagefault vma
new 14a8d83cbe7b drm/xe/pf: Use div_u64 when calculating GGTT profile
new 3d98a7164da6 drm/xe/vf: Start re-emission from first unsignaled job dur [...]
new d72312d73045 drm/xe: Protect against unset LRC when pausing submissions
new 7fce856f1180 nvmet: add sanity checks when freeing subsystem
new edd17206e363 nvmet: remove redundant subsysnqn field from ctrl
new 511b3b644e28 nvmet: pci-epf: move DMA initialization to EPC init callback
new 3c1fb0ce60ef nvmet: pci-epf: fix DMA channel debug print
new c9adfb5b68cb nvme-pci: print error message on failure in nvme_probe
new 78723fe309f1 nvme-pci: add debug message on fail to read CSTS
new b71cbcf7d170 nvme-fc: don't hold rport lock when putting ctrl
new 92ee1738dd50 nvme-fc: check all request and response have been processed
new d4a3dc77e6d6 nvmet-fcloop: check all request and response have been processed
new facf78e89270 nvmet-fcloop: remove unused lsdir member.
new d3132d5a1720 nvmet-fc: use pr_* print macros instead of dev_*
new e4475ae4586a nvme: fix typo error in nvme target
new 93cf6028b88d nvmet-rdma: use kvcalloc for commands and responses arrays
new 24717cd21924 nvmet-tcp: use kvcalloc for commands array
new 620a3d6a076a nvme-auth: use kvfree() for memory allocated with kvcalloc()
new fd87c8a7982f nvme-fabrics: add ENOKEY to no retry criteria for authenti [...]
new b1e7a590a013 ring-buffer: Add helper functions for allocations
new ccb61a328321 platform/x86: asus-wmi: use brightness_set_blocking() for kbd led
new 6dc93d689068 tools/power/x86/intel-speed-select: Check feature status
new 3bd486e2d990 tools/power/x86/intel-speed-select: Reset isst_turbo_freq_ [...]
new ad374eb9b33f tools/power/x86/intel-speed-select: v1.24 release
new e28f834f5713 perf auxtrace: Include sys/types.h for pid_t
new c4fe074b6155 perf arm_spe: Add CPU variants supporting common data sour [...]
new c914d68371b0 perf vendor events intel: Update alderlake events from 1.3 [...]
new 99eb7146cd6d perf vendor events intel: Update arrowlake events from 1.1 [...]
new 5a341ccbdda9 perf vendor events intel: Update cascadelakex metric units
new 1d341e543f1c perf vendor events intel: Update graniterapids events from [...]
new cf99cdf53e30 perf vendor events intel: Update icelakex events from 1.28 [...]
new 60688cfd84d7 perf vendor events intel: Update lunarlake events from 1.1 [...]
new aa2f558bf6e1 perf vendor events intel: Update meteorlake events from 1. [...]
new 77621ef2d649 perf vendor events intel: Update pantherlake events from 1 [...]
new 492689ba72d0 perf vendor events intel: Update sierraforest events from [...]
new 27e711257902 perf kvm: Fix debug assertion
new 830f1854c4a0 perf timechart: Add record support for output perf.data path
new b3ea721b804f perf symbol-elf: Add missing puts on error path
new b4e44399eb2e perf symbol: Add missed dso__put
new dc4d16543e60 perf probe-event: Ensure probe event nsinfo is always cleared
new f60efb4454b2 perf hist: In init, ensure mem_info is put on error paths
new 69d247295a51 perf mem-events: Don't leak online CPU map
new 1da7c10b2e36 perf jitdump: Fix missed dso__put
new 3118d14349cd perf c2c: Clean up some defensive gets and make asan clean
new ac881007c4bf perf tests c2c: Add a basic c2c
new 0eb307d954c1 perf tests buildid: Add purge and remove testing
new 75e961730b9e perf tests top: Add basic perf top coverage test
new 279385cf634b perf tests timechart: Add a perf timechart test
new 526ed2f8a7fb perf tests kallsyms: Add basic kallsyms test
new 199d5e872a9c perf tests script dlfilter: Add a dlfilter test
new db452961de93 perf tests evlist: Add basic evlist test
new b58261584d2f perf test kvm: Add some basic perf kvm test coverage
new 9b44bdd70d38 dt-bindings: arm: aspeed: Add NVIDIA MSX4 board
new 230b961ac515 ARM: dts: aspeed: Add NVIDIA MSX4 HPM
new a452f0ffe50b Merge branch 'aspeed/arm/dt' into for-next
new 6744c0b182c1 perf stat: Allow no events to open if this is a "--null" run
new a0a4173631bf libperf cpumap: Fix perf_cpu_map__max for an empty/NULL map
new e2de90bdc9f5 perf cpumap: Add "any" CPU handling to cpu_map__snprint_mask
new 279b5a85ebdd perf tests stat: Add "--null" coverage
new c9a8c343ef2f perf stat: When no events, don't report an error if there is none
new 78d91ba6bd79 drm/xe/uapi: Add NO_COMPRESSION BO flag and query capability
new 308eeb8ca3fd drm/rcar-du: dsi: Handle both DRM_MODE_FLAG_N.SYNC and !DR [...]
new 84230ad2d2af io_uring/poll: correctly handle io_poll_add() return value [...]
new 34c78b8610a9 io_uring/io-wq: always retry worker create on ERESTART*
new f345be751b96 io_uring/trace: rename io_uring_queue_async_work event "rw" field
new 05ce4c584cc6 block: use bio_alloc_bioset for passthru IO by default
new 48f22f80938d block: enable per-cpu bio cache by default
new ab4fb1d8f6e9 scsi: sd: reject invalid pr_read_keys() num_keys values
new 38ec8469f39e nvme: reject invalid pr_read_keys() num_keys values
new 22a1ffea5f80 block: add IOC_PR_READ_KEYS ioctl
new 3e2cb9ee76c2 block: add IOC_PR_READ_RESERVATION ioctl
new 71075d25ca5c blk-mq: add blk_rq_nr_bvec() helper
new c196bf43d706 blk-mq: Abort suspend when wakeup events are pending
new 4afe63c5ea2e Merge tag 'nvme-6.19-2025-12-03' of git://git.infradead.or [...]
new 29fb7f4da8a4 Merge branch 'block-6.19' into for-next
new f40aefebbd19 Merge branch 'io_uring-6.19' into for-next
new ef7de33544a7 drm/xe/pf: fix VFIO link error
new 29bce9c8b41d drm/xe: fix drm_gpusvm_init() arguments
new da01f64e7470 KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing ne [...]
new f402ecd7a8b6 KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EX [...]
new e45b5df47b07 drm/xe/pf: fix VFIO link error
new bf3b8e335fd3 Merge ftrace/for-next
new 9f003b6983f3 Merge latency/for-next
new 498785618f47 Merge probes/for-next
new 29d61d6b4b01 Merge ring-buffer/for-next
new e18ffabe337a Merge tools/for-next
new 5a63f3faf656 Merge unused-tracepoints/for-next
new 4df66a74d2a5 Merge branch 'intel-sst' of https://github.com/spandruvada [...]
new 83c8f7b5e194 mm/mm_init: Introduce a boot parameter for check_pages
new 4cd8a64b15c1 drm/i915/display: Add identifiers for driver specific blocks
new 3e9b06559aa1 drm/i915: Add intel_color_op
new 730df5065ee9 drm/i915/color: Add helper to create intel colorop
new ef105316819d drm/i915/color: Create a transfer function color pipeline
new a78f1b6baf4d drm/i915/color: Add framework to program CSC
new 6f1e094fb6e9 drm/i915/color: Preserve sign bit when int_bits is Zero
new f00d02707dc2 drm/i915/color: Add plane CTM callback for D12 and beyond
new ed0ebbc89f84 drm/i915: Add register definitions for Plane Degamma
new 05df71544c44 drm/i915: Add register definitions for Plane Post CSC
new 3b7476e786c2 drm/i915/color: Add framework to program PRE/POST CSC LUT
new 82caa1c8813f drm/i915/color: Program Pre-CSC registers
new bf0fd7375466 drm/i915/color: Program Plane Post CSC Registers
new 55b0f3cd09a1 drm/i915/color: Add registers for 3D LUT
new 65db7a1f9cf7 drm/i915/color: Add 3D LUT to color pipeline
new 860daa4b0d09 drm/i915/color: Enable Plane Color Pipelines
new 3df2470adc1c PM: runtime: Stop checking pm_runtime_barrier() return code
new 41f7351fc472 PM: runtime: Make pm_runtime_barrier() return void
new 316f0b43fe01 coccinelle: Drop pm_runtime_barrier() error code checks
new d573d1f5141d Merge branch 'pm-runtime' into linux-next
new 89f0b56f77c9 drm/xe/oa: Use explicit struct initialization for struct x [...]
new 16e076b03658 drm/xe/oa/uapi: Add gt_id to struct drm_xe_oa_unit
new c7e269aa565f drm/xe/oa: Allow exec_queue's to be specified only for OAG [...]
new ed455775c5a6 drm/xe/rtp: Refactor OAG MMIO trigger register whitelisting
new 8322adedc0f2 drm/xe/rtp: Whitelist OAM MMIO trigger registers
new c1daf37fec0d drm/xe/guc: Add log init config abi definitions
new 7eeb0e5408bd drm/xe/guc: Add LFD related abi definitions
new 9124732b1401 drm/xe/guc: Add GuC log init config in LFD format
new fc40e8f6fc2d drm/xe/guc: Add GuC log event buffer output in LFD format
new 09fb6bccef82 drm/xe/guc: Only add GuC crash dump if available
new c7ea291be086 drm/xe/guc: Add new debugfs entry for lfd format output
new 3f1c07fc21c6 Merge drm/drm-next into drm-xe-next-fixes
new 552c1149af7a block: Clear BLK_ZONE_WPLUG_PLUGGED when aborting plugged BIOs
new 8a32282175c9 block: fix comment for op_is_zone_mgmt() to include RESET_ALL
new f7e3f852a42d block: fix memory leak in __blkdev_issue_zero_pages
new b8201b50e403 io_uring/rsrc: clean up buffer cloning arg validation
new e29af2aba262 io_uring/rsrc: rename misleading src_node variable in io_c [...]
new 525916ce4966 io_uring/rsrc: fix lost entries after cloned range
new 78385c7299f7 io_uring/kbuf: use READ_ONCE() for userspace-mapped memory
new 97a9e85186f3 Merge branch 'block-6.19' into for-next
new aef6e2abade3 Merge branch 'io_uring-6.19' into for-next
new 5d3e2d9ba9ed Merge branch 'fixes'
new 5123509628e1 perf tests stat: Add test for error for an offline CPU
new d509d14fff78 perf stat: Improve handling of termination by signal
new 55a271a0f7e0 Merge tag 'topic/xe-vfio-2025-12-01' of https://gitlab.fre [...]
new e73c2262041a Merge tag 'topic/xe-vfio-2025-12-04' of https://gitlab.fre [...]
new 86fafc584c19 Merge tag 'drm-xe-next-fixes-2025-12-04' of https://gitlab [...]
new c7685d11108a Merge tag 'topic/drm-intel-plane-color-pipeline-2025-12-04 [...]
new ac9b1414158f mm/huge_memory: fix initialization of huge zero folio
new 5a2a6bd2905b MAINTAINERS: add Mike Rapoport as maintainer for userfaultfd
new d9391f991ed3 genalloc.h: fix htmldocs warning
new a94dc22c4fe2 mailmap: update entry for Bartosz Golaszewski
new 11a0b64f340d idr: fix idr_alloc() returning an ID out of range
new 717fa17b7319 x86/kexec: add a sanity check on previous kernel's ima kex [...]
new 330aee524f61 x86-kexec-add-a-sanity-check-on-previous-kernels-ima-kexec [...]
new 9f1143892eff mm/page_alloc: make percpu_pagelist_high_fraction reads lock-free
new f0cba1515b89 mm-page_alloc-make-percpu_pagelist_high_fraction-reads-loc [...]
new 02eec0a86088 mm/kasan: fix incorrect unpoisoning in vrealloc for KASAN
new 7cc5c03d90c0 kasan: refactor pcpu kasan vmalloc unpoison
new 674e5755fd74 kasan: unpoison vms[area] addresses with a common tag
new e929cbf7c2f8 foo
new 75023da9f57a powerpc/pseries/cmm: call balloon_devinfo_init() also with [...]
new 4cd701ab1a22 powerpc/pseries/cmm: adjust BALLOON_MIGRATE when migrating pages
new 43c1e87a12b9 mm/sparse: fix sparse_vmemmap_init_nid_early definition wi [...]
new a1935e59db81 mm/huge_memory: change folio_split_supported() to folio_ch [...]
new ee10d7c94357 mm/huge_memory: replace can_split_folio() with direct refc [...]
new 137bab68c82e mm/huge_memory: make min_order_for_split() always return an order
new b39efac2a674 mm/huge_memory: fix folio split stats counting
new faf6f7bcb621 mm: fix CONFIG_STACK_GROWSUP typo in mm.h
new 93eb08c8bd66 mm/hugetlb: fix incorrect error return from hugetlb_reserv [...]
new 3cfeff1d2304 MAINTAINERS: add idr core-api doc file to XARRAY
new 8ddfaecfd0b5 foo
new 15b7e498f4bf oid_registry: allow arbitrary size OIDs
new bc1a6b530b57 oid_registry: allow arbitrary size OIDs
new 6ae88b58caeb liveupdate: luo_flb: introduce File-Lifecycle-Bound global state
new 6ab3af586e5d tests/liveupdate: add in-kernel liveupdate test
new eaf7125d30ce liveupdate: luo_file: don't use invalid list iterator
new 479e772d44ab ocfs2: check tl_used after reading it from trancate log inode
new 98c80720c6d4 ocfs2: replace deprecated strcpy with strscpy
new 9db6b77ac367 fs/fat: remove unnecessary wrapper fat_max_cache()
new 33b261a2cb81 ocfs2: validate inline xattr size and entry count in ocfs2 [...]
new bea933a6fe3a liveupdate: luo_core: fix redundant bound check in luo_ioctl()
new 24f4966dd55b ocfs2: fix kernel BUG in ocfs2_find_victim_chain
new 2b9f6537d32d args: fix documentation to reflect the correct numbers
new f8073b55b243 checkpatch: add uninitialized pointer with __free attribute check
new 6a5f791bc78d ocfs2: add ocfs2_emergency_state helper and apply to setattr
new 8b35a439ae00 ocfs2: convert remaining read-only checks to ocfs2_emergen [...]
new 3a59e3e68922 ocfs2: avoid -Wflex-array-member-not-at-end warning
new 1abfb92dcae8 kernel/watchdog.c: fix unused var warning
new 55b7d75112c2 ocfs2: invalidate inode if i_mode is zero after block read
new fdfeefe67fe5 Merge branch 'mm-stable' of https://git.kernel.org/pub/scm [...]
new c75f21934dd1 Merge branch 'mm-nonmm-stable' of https://git.kernel.org/p [...]
new 708f01bc700d Merge branch 'mm-unstable' of https://git.kernel.org/pub/s [...]
new 69d5e45e8fe1 Merge branch 'mm-nonmm-unstable' of https://git.kernel.org [...]
new a1c56ca75a38 Merge branch 'perf-tools-next' of https://git.kernel.org/p [...]
new d13846f882f5 Merge branch 'dma-mapping-for-next' of https://git.kernel. [...]
new 7459a69320cf Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 923b9dee7506 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 02625f4a27e7 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new d675472d0e10 Merge branch 'asahi-soc/for-next' of https://github.com/As [...]
new 150f41e0aafe Merge branch 'at91-next' of https://git.kernel.org/pub/scm [...]
new 637b2358b182 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new bcf001251a7c Merge branch 'next' of https://github.com/Broadcom/stblinux.git
new 1b2ce87d1530 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new af2f43979f84 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 40c3c759fb86 Merge branch 'soc_fsl' of https://git.kernel.org/pub/scm/l [...]
new 3015c6e81412 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new e202804a90c9 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 121493f33d9e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 186ccd236601 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 46d6a2566eb2 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 6570be981ae7 Merge branch 'reset/next' of https://git.pengutronix.de/gi [...]
new eaf27fd7506e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 9d9af5d11ce9 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 5bdbf1e3222b Merge branch 'for-linux-next' of https://git.kernel.org/pu [...]
new 8563f8ac3b1d Merge branch 'for-next' of https://github.com/sophgo/linux.git
new 2dd94d83a49d Merge branch 'sunxi/for-next' of https://git.kernel.org/pu [...]
new 7784832f8cd0 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new a5ecd8f40ecf Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new a136fb96fd95 Merge branch 'ti-next' of https://git.kernel.org/pub/scm/l [...]
new 7dfc3b2abc2b Merge branch 'for-next' of https://github.com/Xilinx/linux [...]
new dc38c837da3e Merge branch 'clk-next' of https://git.kernel.org/pub/scm/ [...]
new 4aa9f56e8d44 Merge branch 'linux-next' of https://github.com/c-sky/csky [...]
new fef797e83fb5 Merge branch 'loongarch-next' of https://git.kernel.org/pu [...]
new b370898bbb9e Merge branch 'mips-next' of https://git.kernel.org/pub/scm [...]
new 6668cc846950 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new b8003c36610c Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new ee3fc9aa7e7e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 143e7e014fac Merge branch 'riscv-dt-for-next' of https://git.kernel.org [...]
new bb7deeaaa134 Merge branch 'riscv-soc-for-next' of https://git.kernel.or [...]
new 1eb882aceae6 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new b3b226661d84 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 311607017e13 virt: Fix Kconfig warning when selecting TSM without VIRT_DRIVERS
new c42f9a2927ab Merge branch 'fs-next' of linux-next
new 0b4ab3f40e0d Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 8d77deb089d2 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 17260794e50c Merge branch 'for-next/pstore' of https://git.kernel.org/p [...]
new fac2ad232450 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 51b04cd64207 Merge branch 'i2c/i2c-host' of https://git.kernel.org/pub/ [...]
new 7a74af4a6ca9 Merge branch 'i3c/next' of https://git.kernel.org/pub/scm/ [...]
new 6d0d738b5616 Merge branch 'next' of git://linuxtv.org/media-ci/media-pe [...]
new 12d92664978a Merge branch 'linux-next' of https://git.kernel.org/pub/sc [...]
new 7cf728bb6844 Merge branch 'cpufreq/arm/linux-next' of https://git.kerne [...]
new eaf20a1fc0bd Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 226e73bec360 Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
new 285c5dd82ce8 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new bae7b3b0cb64 Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
new 7dfbe9a67519 crypto/ccp: Fix CONFIG_PCI=n build
new 02607265e693 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new 330e0bbd415a Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new 4c4e468d1d55 Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
new b853f8d0085d Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 5aa6c8ce9b00 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 4ca54f07454e Merge branch 'modules-next' of https://git.kernel.org/pub/ [...]
new bca72a15c784 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 311750f66e8a Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 63b63fca113c Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new eaf9ccbcea8f Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 6342e458ea56 Merge branch 'for-mfd-next' of https://git.kernel.org/pub/ [...]
new b4e4d66deaa4 Merge branch 'for-backlight-next' of https://git.kernel.or [...]
new ebde740c9ed6 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 9d355517b766 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 0b05a688fa0e Merge branch 'master' of git://git.code.sf.net/p/tomoyo/to [...]
new accee6130c2a Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 6a671400f925 Merge branch 'master' of git://www.linux-watchdog.org/linu [...]
new af04dd29d1c4 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 887e02e0f72a Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new ebf48bf7f315 Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
new f55cdd40aa30 Merge branch 'edac-for-next' of https://git.kernel.org/pub [...]
new 469199b7412c Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new d026d655175f Merge branch 'next' of git://git.kernel.org/pub/scm/virt/k [...]
new d88458a13b21 Merge branch 'next' of https://github.com/kvm-x86/linux.git
new 8bcf62e29568 Merge branch 'linux-next' of https://git.kernel.org/pub/sc [...]
new cb287dc47392 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 320ea15b4457 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 48652c5a6d6b Merge branch 'for-leds-next' of https://git.kernel.org/pub [...]
new 7ac60d49e7c5 Merge branch 'for-next' of https://github.com/cminyard/lin [...]
new d32a785fa493 Merge branch 'driver-core-next' of https://git.kernel.org/ [...]
new 5f62771b048e Merge branch 'usb-next' of https://git.kernel.org/pub/scm/ [...]
new 32eba5377392 Merge branch 'tty-next' of https://git.kernel.org/pub/scm/ [...]
new 7891d8916aa5 Merge branch 'char-misc-next' of https://git.kernel.org/pu [...]
new 3f552bf0cee2 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 598db842a42f Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new df03cb4861d0 Merge branch 'extcon-next' of https://git.kernel.org/pub/s [...]
new 7a5ca12224d7 Merge branch 'next' of https://github.com/awilliam/linux-vfio.git
new 752ff9fd4be3 Merge branch 'staging-next' of https://git.kernel.org/pub/ [...]
new 78e83cf6d266 Merge branch 'counter-next' of https://git.kernel.org/pub/ [...]
new 9208e1bd93f7 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new bc2719dd04b5 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 7fb99b824cc8 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new d175c434d291 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 9c8840640e5c Merge branch 'linux-next' of https://git.kernel.org/pub/sc [...]
new 35ef3d802e8d Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 0348fd75dee0 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 50b8acf4807d Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new a78515ecb0a3 Merge branch 'rtc-next' of https://git.kernel.org/pub/scm/ [...]
new 0b5f1e394cfb Merge branch 'libnvdimm-for-next' of https://git.kernel.or [...]
new a5d3903487a0 Merge branch 'at24/for-next' of https://git.kernel.org/pub [...]
new a416e9f9b4ec Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
new 13a7d9645e86 Merge branch 'main' of git://git.infradead.org/users/willy [...]
new 41d1a241124f Merge branch 'hyperv-next' of https://git.kernel.org/pub/s [...]
new b4800e250528 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 0528a05fa145 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 17daf04f56cd Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 88704d5b29ec Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 3c925eae761d Merge branch 'sysctl-next' of https://git.kernel.org/pub/s [...]
new 137ddc3dc31d Merge branch 'bitmap-for-next' of https://github.com/norov [...]
new b198f91d4a4f Merge branch 'for-next/kspp' of https://git.kernel.org/pub [...]
new 8a4725d6e0c6 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new d96974651060 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new b8033294a7f3 Merge branch 'caps-next' of https://git.kernel.org/pub/scm [...]
new 8a3091810989 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new cee53911c235 Merge branch 'for-next' of https://github.com/hisilicon/li [...]
new 6987d58a9cbc Add linux-next specific files for 20251205
The 308 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.