This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15
in repository gcc.
from 0a52c19d730 libstdc++: Inconsistent const in flat_map's value_type [PR122921]
new 29ef8ea6416 Daily bump.
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/ChangeLog | 22 ++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 18 ++++++++++++++++++
libstdc++-v3/ChangeLog | 12 ++++++++++++
4 files changed, 53 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 releases/gcc-14
in repository gcc.
from 0ef48f2cc13 Daily bump.
new e29c34c95e0 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc.
from 68de3c4b892 Daily bump.
new aa8b01d796f Manually add ChangeLog entry for r16-5788.
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/algol68/ChangeLog | 6 ++++++
1 file changed, 6 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 releases/gcc-13
in repository gcc.
from d79826cec1b Revert "isel: Check bounds before converting VIEW_CONVERT t [...]
new 3bb07124c2c Daily bump.
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/ChangeLog | 8 ++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 9 +++++++++
3 files changed, 18 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 gcc.
from 62736c5a062 [PATCH] [AutoFDO] Fix 'inlined' set in inline_functions_by_afdo
new be86130982a Add e69bea9b4ccfe79efeec6e87d7d24e6350f31375 to ignored_commits
new 68de3c4b892 Daily bump.
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:
contrib/ChangeLog | 10 ++
contrib/gcc-changelog/git_update_version.py | 3 +-
gcc/ChangeLog | 179 ++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/algol68/ChangeLog | 11 ++
gcc/cobol/ChangeLog | 76 ++++++++++++
gcc/cp/ChangeLog | 33 +++++
gcc/fortran/ChangeLog | 24 ++++
gcc/testsuite/ChangeLog | 92 ++++++++++++++
include/ChangeLog | 6 +
libcc1/ChangeLog | 9 ++
libgomp/ChangeLog | 58 +++++++++
libstdc++-v3/ChangeLog | 33 +++++
13 files changed, 534 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 master
in repository gcc.
from 6ae7f781322 aarch64: have aarch64-tuning-enums.def installed for plugin [...]
new 62736c5a062 [PATCH] [AutoFDO] Fix 'inlined' set in inline_functions_by_afdo
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/ipa-inline.cc | 1 -
1 file changed, 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 gcc.
from addda4a7e85 hard-reg-set: use ctz for iteration
new 6ae7f781322 aarch64: have aarch64-tuning-enums.def installed for plugin [...]
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/t-aarch64 | 1 +
1 file changed, 1 insertion(+)
--
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 linux.
from 1b5dd29869b1 Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel [...]
new c14ecb555c3e locking/spinlock/debug: Fix data-race in do_raw_write_lock
new da123f0ee40f rust: lock: guard: Add T: Unpin bound to DerefMut
new 2497a7116ff9 rust: lock: Pin the inner data
new 66f1ea83d9f8 rust: lock: Add a Pin<&mut T> accessor
new 44472d1b8312 atomic: Skip alignment check for try_cmpxchg() old arg
new 28a0ee311960 documentation: seqlock: fix the wrong documentation of rea [...]
new cc39f3872c08 seqlock: Introduce scoped_seqlock_read()
new 488f48b32654 seqlock: Change thread_group_cputime() to use scoped_seqlo [...]
new b76f72bea2c6 seqlock: Change do_task_stat() to use scoped_seqlock_read()
new 795aab353d06 seqlock: Change do_io_accounting() to use scoped_seqlock_read()
new 37d0472c8ac4 rust: debugfs: Implement Reader for Mutex<T> only when T is Unpin
new b94d45b6bbb4 seqlock: Allow KASAN to fail optimizing
new 14e9a18b07ec rust: sync: atomic: Make Atomic*Ops pub(crate)
new 013f912eb5fa rust: sync: atomic: Implement Debug for Atomic<Debug>
new f74cf399e02e rust: debugfs: Replace the usage of Rust native atomics
new 51d7a054521d locking/mutex: Redo __mutex_init() to reduce generated code size
new 52ed74614714 locking/local_lock: Add the <linux/local_lock*.h> headers [...]
new 719e357fc09c locking/local_lock: s/l/__l/ and s/tl/__tl/ to reduce the [...]
new 43decb6b628e locking/local_lock: Fix all kernel-doc warnings
new b53440f8e5a1 Merge tag 'locking-core-2025-12-01' of git://git.kernel.or [...]
new c5df4e1ab8c0 objtool/x86: Remove 0xea hack
new 76e1851a1bc2 objtool/x86: Add UDB support
new 044f721ccd33 objtool/x86: Fix NOP decode
new 2e985fdb7e54 objtool: Remove unneeded semicolon
new a808a2b35f66 tools build: Fix fixdep dependencies
new 567f9c428f99 scripts/faddr2line: Set LANG=C to enforce ASCII output
new 6b4679fcbfdf scripts/faddr2line: Use /usr/bin/env bash for portability
new ff5c0466486b scripts/faddr2line: Fix "Argument list too long" error
new be8374a5ba7c objtool: Fix standalone --hacks=jump_label
new 68e71067ec9a s390/vmlinux.lds.S: Prevent thunk functions from getting p [...]
new 1ba9f8979426 vmlinux.lds: Unify TEXT_MAIN, DATA_MAIN, and related macros
new bf770d6d2097 x86/module: Improve relocation error messages
new 122679ebf90e x86/kprobes: Remove STACK_FRAME_NON_STANDARD annotation
new afb026b6d35c compiler: Tweak __UNIQUE_ID() naming
new 9f14f1f91883 compiler.h: Make addressable symbols less of an eyesore
new c2d420796a42 elfnote: Change ELFNOTE() to use __UNIQUE_ID()
new 6717e8f91db7 kbuild: Remove 'kmod_' prefix from __KBUILD_MODNAME
new 4109043bff31 modpost: Ignore unresolved section bounds symbols
new 3049fc4b5f1d x86/alternative: Refactor INT3 call emulation selftest
new 9b7eacac2269 interval_tree: Sync interval_tree_generic.h with tools
new b37491d72b43 interval_tree: Fix ITSTATIC usage for *_subtree_search()
new 07e1c3fd86d7 objtool: Make find_symbol_containing() less arbitrary
new 9ebb662fab38 objtool: Fix broken error handling in read_symbols()
new 2bb23cbf3f21 objtool: Propagate elf_truncate_section() error in elf_write()
new 4ac2ba35f62d objtool: Remove error handling boilerplate
new 81cf39be3559 objtool: Add empty symbols to the symbol tree again
new c2a3e7af3110 objtool: Fix interval tree insertion for zero-length symbols
new 72567c630d32 objtool: Fix weak symbol detection
new 41d24d785897 objtool: Fix x86 addend calculation
new 68245893cf44 objtool: Fix __pa_symbol() relocation handling
new 4cdee7888f42 objtool: Fix "unexpected end of section" warning for alternatives
new 3e4b5f66cf1a objtool: Check for missing annotation entries in read_annotate()
new 34244f784c6d objtool: Const string cleanup
new 31eca25f3a3b objtool: Clean up compiler flag usage
new 72e4b6b44e9f objtool: Remove .parainstructions reference
new 96eceff331ea objtool: Convert elf iterator macros to use 'struct elf'
new 25eac74b6bdb objtool: Add section/symbol type helpers
new 4ea029389bf0 objtool: Mark .cold subfunctions
new c9e9b85d41f9 objtool: Fix weak symbol hole detection for .cold functions
new a1526bcfcb6c objtool: Mark prefix functions
new a040ab73dfd1 objtool: Simplify reloc offset calculation in unwind_read_hints()
new 48f1bbaf2655 objtool: Avoid emptying lists for duplicate sections
new 56754f0f46f6 objtool: Rename --Werror to --werror
new 2b91479776b6 objtool: Resurrect --backup option
new 935c0b6a0591 objtool: Reindent check_options[]
new a05de0a772ce objtool: Refactor add_jump_destinations()
new 02cf323a7ee0 objtool: Simplify special symbol handling in elf_update_symbol()
new dd2c29aafde7 objtool: Generalize elf_create_symbol()
new 243e96385368 objtool: Generalize elf_create_section()
new 431dbabf2d9d objtool: Add elf_create_data()
new 2c05ca026218 objtool: Add elf_create_reloc() and elf_init_reloc()
new 03c19a99ee69 objtool: Add elf_create_file()
new 3b92486fa1a9 objtool: Add annotype() helper
new d2c60bde1c0f objtool: Move ANNOTATE* macros to annotate.h
new 58f36a575644 objtool: Add ANNOTATE_DATA_SPECIAL
new aca282ab7e75 x86/asm: Annotate special section entries
new f6b740ef5f47 objtool: Unify STACK_FRAME_NON_STANDARD entry sizes
new 0d83da43b1e1 objtool/klp: Add --checksum option to generate per-functio [...]
new a3493b33384a objtool/klp: Add --debug-checksum=<funcs> to show per-inst [...]
new dd590d4d57eb objtool/klp: Introduce klp diff subcommand for diffing obj [...]
new 7c2575a6406f objtool/klp: Add --debug option to show cloning decisions
new ebe864b55304 objtool/klp: Add post-link subcommand to finalize livepatc [...]
new 2058f6d1660e objtool: Refactor prefix symbol creation code
new 164c9201e1da objtool: Add base objtool support for livepatch modules
new 7ae60ff0b77f livepatch: Add CONFIG_KLP_BUILD
new f2c356d1d0f0 kbuild,objtool: Defer objtool validation step for CONFIG_K [...]
new abaf1f42ddd0 livepatch/klp-build: Introduce fix-patch-lines script to a [...]
new 59adee07b568 livepatch/klp-build: Add stub init code for livepatch modules
new 24ebfcd65a87 livepatch/klp-build: Introduce klp-build script for genera [...]
new 2c2f0b862691 livepatch/klp-build: Add --debug option to show cloning decisions
new 78be9facfb5e livepatch/klp-build: Add --show-first-changed option to sh [...]
new b9976fa46496 livepatch: Introduce source code helpers for livepatch modules
new 00a155c691be Merge branch 'objtool/core' of https://git.kernel.org/pub/ [...]
new da247eff96dd objtool/klp: Add the debian-based package name of xxhash t [...]
new 9025688bf6d4 module: Fix device table module aliases
new f6af8690d17d perf build: Fix perf build issues with fixdep
new 0ccf30fc64ac x86/smpboot: Mark native_play_dead() as __noreturn
new 5eccd322390e objtool: Remove unneeded semicolon
new 6568f14cb5ae vmlinux.lds: Exclude .text.startup and .text.exit from TEXT_MAIN
new 249092174caa tools/objtool: Copy the __cleanup unused variable fix for [...]
new d851f2b2b273 Merge tag 'v6.18-rc5' into objtool/core, to pick up fixes
new f6a8919d6148 vmlinux.lds: Fix TEXT_MAIN to include .text.start and friends
new 56255fa96871 media: atomisp: Fix namespace collision and startup() sect [...]
new 0330b7fbbf31 drivers/xen/xenbus: Fix namespace collision and split() se [...]
new 9c7dc1dd897a objtool: Warn on functions with ambiguous -ffunction-secti [...]
new ee0b48fabadf objtool: Set minimum xxhash version to 0.8
new 2092007aa32f objtool/klp: Only enable --checksum when needed
new 024020e2b6ad objtool: Support Clang AUTOFDO .cold functions
new 2c2acca2eabf objtool: Fix .cold function detection for duplicate symbols
new 16f366c5a688 objtool: Don't alias undefined symbols
new 9205a322cf96 objtool: Return canonical symbol when aliases exist in sym [...]
new a91a61b29043 objtool: Skip non-canonical aliased symbols in add_jump_ta [...]
new 106f11d43be5 objtool: Remove second pass of .cold function correlation
new da6202139aef serial: icom: Fix namespace collision and startup() sectio [...]
new 2c715c9de293 media: atomisp: gc2235: Fix namespace collision and startu [...]
new 845c09e4744f tty: amiserial: Fix namespace collision and startup() sect [...]
new 31863337138a tty: synclink_gt: Fix namespace collision and startup() se [...]
new 93863f3f859a kbuild: Check for functions with ambiguous -ffunction-sect [...]
new 11991999a201 Revert "objtool: Warn on functions with ambiguous -ffuncti [...]
new 55d2a473f317 objtool: Move disassembly functions to a separated file
new 1013f2e37bec objtool: Create disassembly context
new 59953303827e objtool: Disassemble code with libopcodes instead of runni [...]
new f348a44c103a tool build: Remove annoying newline in build output
new 5d859dff266f objtool: Print symbol during disassembly
new d4e13c21497d objtool: Store instruction disassembly result
new 0bb080ba6469 objtool: Disassemble instruction on warning or backtrace
new a0e5bf9fd6a0 objtool: Extract code to validate instruction from the val [...]
new de0248fbbf99 objtool: Record symbol name max length
new 70589843b36f objtool: Add option to trace function validation
new fcb268b47a2f objtool: Trace instruction state changes during function v [...]
new 26a453fb5637 objtool: Improve register reporting during function validation
new d490aa21973f objtool: Identify the different types of alternatives
new 9b580accac00 objtool: Add functions to better name alternatives
new 350c7ab8577a objtool: Improve tracing of alternative instructions
new c3b7d044fc5a objtool: Do not validate IBT for .return_sites and .call_sites
new 5f326c889736 objtool: Add the --disas=<function-pattern> action
new 7ad7a4a72050 objtool: Preserve alternatives order
new 87343e664252 objtool: Print headers for alternatives
new a4f1599672e7 objtool: Disassemble group alternatives
new 15e7ad8667b9 objtool: Print addresses with alternative instructions
new 78df4590c568 objtool: Disassemble exception table alternatives
new 7e017720aae8 objtool: Disassemble jump table alternatives
new 4aae0d3f77b1 objtool: Fix address references in alternatives
new be5ee60ac554 objtool: Provide access to feature and flags of group alte [...]
new 8308fd001927 objtool: Add Function to get the name of a CPU feature
new 56967b9a7722 objtool: Improve naming of group alternatives
new 07d70b271a6f objtool: Compact output for alternatives with one instruction
new aff95e0d4e27 objtool: Add wide output for disassembly
new c0a67900dc12 objtool: Trim trailing NOPs in alternative
new 59bfa6408214 objtool: Build with disassembly can fail when including bdf.h
new 6ec33db1aaf0 objtool: Fix segfault on unknown alternatives
new 63e6995005be Merge tag 'objtool-core-2025-12-01' of git://git.kernel.or [...]
new 866cf36bfee4 perf/x86/amd: Check event before enable to avoid GPF
new 8a5c6cbfe4a3 x86/insn,uprobes,alternative: Unify insn_is_nop()
new 45e1dccc0653 x86/insn: Simplify for_each_insn_prefix()
new e39b82f6cb05 perf/x86/intel/cstate: Add Clearwater Forest support
new 4ba45f041abe perf/x86/intel/cstate: Remove PC3 support from LunarLake
new 34976eaf5f83 perf/x86/intel/cstate: Add Pantherlake support
new ef1ea98c8fff task_work: Fix NMI race condition
new c31b9d2f5894 unwind: Shorten lines
new b1164c7d118d unwind: Add required include files
new 52a1ec718b3e unwind: Simplify unwind_reset_info()
new ae577ea0bc52 unwind: Add comment to unwind_deferred_task_exit()
new a38a64712e74 unwind: Fix unwind_deferred_request() vs NMI
new 1e74829f36b5 unwind: Clarify calling context
new 42b9138f81fc unwind: Simplify unwind_user_faultable()
new 639214f65b1d unwind: Make unwind_task_info::unwind_mask consistent
new 5578534e4b92 unwind: Simplify unwind_user_next_fp() alignment check
new c79dd946e370 unwind: Implement compat fp unwind
new 49cf34c0815f unwind_user/x86: Enable frame pointer unwinding on x86
new ae25884ad749 unwind_user/x86: Teach FP unwind about start of function
new c69993ecdd4d perf: Support deferred user unwind
new aa7387e79a5c unwind_user/x86: Fix arch=um build
new cf76553aaa36 entry,unwind/deferred: Fix unwind_reset_info() placement
new c7f69dc073e5 perf/x86: Remove redundant is_x86_event() prototype
new 7e772a93eb61 perf/x86: Fix NULL event access and potential PEBS record loss
new ee98b8bfc7c4 perf/x86/intel: Replace x86_pmu.drain_pebs calling with st [...]
new 5e4e355ae7cd perf/x86/intel: Correct large PEBS flag check
new d243d0bb64af perf/x86/intel: Initialize architectural PEBS
new 8807d922705f perf/x86/intel/ds: Factor out PEBS record processing code [...]
new 167cde7dc9b3 perf/x86/intel/ds: Factor out PEBS group processing code t [...]
new d21954c8a0ff perf/x86/intel: Process arch-PEBS records or record fragments
new 2721e8da2de7 perf/x86/intel: Allocate arch-PEBS buffer and initialize P [...]
new e89c5d1f290e perf/x86/intel: Update dyn_constraint base on PEBS event p [...]
new 52448a0a7390 perf/x86/intel: Setup PEBS data configuration and enable l [...]
new bb5f13df3c45 perf/x86/intel: Add counter group support for arch-PEBS
new bd24f9beed59 perf/x86/intel: Add a check for dynamic constraints
new 02da693f6658 perf/x86/intel: Check PEBS dyn_constraints
new 2093d8cf80fa perf/x86/intel: Optimize PEBS extended config
new 9929dffce5ed perf/x86/intel: Fix and clean up intel_pmu_drain_arch_pebs [...]
new 6c26fbe8c9d3 Merge tag 'perf-core-2025-12-01' of git://git.kernel.org/p [...]
new 79104becf42b sched/fair: Forfeit vruntime on yield
new 382748c05e58 sched/deadline: only set free_cpus for online runqueues
new 06f2c90885e9 sched: Create architecture specific sched domain distances
new 4d6dd05d07d0 sched/topology: Fix sched domain build error for GNR, CWF [...]
new 82d6e01a0699 sched/fair: Only update stats for allowed CPUs when lookin [...]
new e9139f765ac7 sched: Employ sched_change guards
new 376f8963bbda sched: Re-arrange the {EN,DE}QUEUE flags
new 5e42d4c123ba sched/deadline: Prepare for switched_from() change
new 637b0682821b sched: Fold sched_class::switch{ing,ed}_{to,from}() into t [...]
new 1ae5f5dfe5ad sched: Cleanup sched_delayed handling for class switches
new 6455ad5346c9 sched: Move sched_class::prio_changed() into the change pattern
new 942b8db96500 sched: Fix migrate_disable_switch() locking
new abfc01077df6 sched: Fix do_set_cpus_allowed() locking
new b079d9379652 sched: Rename do_set_cpus_allowed()
new 650952d3fb38 sched: Make __do_set_cpus_allowed() use the sched_change pattern
new 46a177fb01e5 sched: Add locking comments to sched_class methods
new 5892cbd85dbf sched: Match __task_rq_{,un}lock()
new d4c64207b88a sched: Cleanup the sched_change NOCLOCK usage
new 73ec89a1ce4b sched: Mandate shared flags for sched_change
new 1e900f415c60 sched: Detect per-class runqueue changes
new 50653216e4ff sched: Add support to pick functions to take rf
new 4c95380701f5 sched/ext: Fold balance_scx() into pick_task_scx()
new 73cbcfe255f7 sched/topology,x86: Fix build warning
new af13e5e437dc sched: Fix the do_set_cpus_allowed() locking fix
new 977b9a005419 Merge branch 'linus/master' into sched/core, to resolve conflict
new 127b90315ca0 sched/proxy: Yield the donor task
new 7f829bde94b1 sched/core: Optimize core cookie matching check
new 9359d9785d85 sched/core: Add comment explaining force-idle vruntime snapshots
new 79f3f9bedd14 sched/eevdf: Fix min_vruntime vs avg_vruntime
new e40cea333e60 sched/core: Remove double update_rq_clock() in __set_cpus_ [...]
new e636ffb9e31b sched/deadline: Fix dl_server time accounting
new f5a538c07df2 sched/deadline: Fix dl_server stop condition
new 2614069c5912 sched/deadline: Document dl_server
new b4bfacd39216 sched/deadline: Use cpumask_weight_and() in dl_bw_cpus
new 65177ea9f64d sched/deadline: Minor cleanup in select_task_rq_dl()
new 3324b2180c17 sched/fair: Skip sched_balance_running cmpxchg when balanc [...]
new 522fb20fbdbe sched/fair: Have SD_SERIALIZE affect newidle balancing
new aaab6bb54ab9 sched: Increase sched_tick_remote timeout
new aceccac58ad7 sched/fair: Enable scheduler feature NEXT_BUDDY
new e837456fdca8 sched/fair: Reimplement NEXT_BUDDY to align with EEVDF goals
new d206fbad9328 sched/fair: Revert max_newidle_lb_cost bump
new e78e70dbf603 sched/fair: Small cleanup to sched_balance_newidle()
new 08d473dd8718 sched/fair: Small cleanup to update_newidle_cost()
new 33cf66d88306 sched/fair: Proportional newidle balance
new c04507ac500e sched: Provide and use set_need_resched_current()
new 6d2c10e889db Merge tag 'sched-core-2025-12-01' of git://git.kernel.org/ [...]
new 27d2afa3b4ea x86/ioapic: Simplify mp_irqdomain_alloc() slightly
new ed4f9638d905 x86/apic: Fix frequency in apic=verbose log output
new de2f75d55ef8 Merge tag 'x86-apic-2025-12-01' of git://git.kernel.org/pu [...]
new 780813d70180 x86/math-emu: Fix div_Xsig() prototype
new e7d81c1ed665 Merge tag 'x86-build-2025-12-01' of git://git.kernel.org/p [...]
new ad74016b919c x86/alternative: Drop not needed test after call of alt_re [...]
new ced37e9ceae5 x86/dumpstack: Prevent KASAN false positive warnings in __ [...]
new dcd8637edb87 Merge tag 'x86-core-2025-12-01' of git://git.kernel.org/pu [...]
new aec58b48517c bugs/core: Extend __WARN_FLAGS() with the 'cond_str' parameter
new 3bc3c9c3ab6d bugs/core: Pass down the condition string of WARN_ON_ONCE( [...]
new 687fac9d1b00 bugs/core: Introduce the CONFIG_DEBUG_BUGVERBOSE_DETAILED [...]
new 407b9076c147 bugs/x86: Extend _BUG_FLAGS() with the 'cond_str' parameter
new 48ede5be5c07 bugs/x86: Augment warnings output by concatenating 'cond_s [...]
new 1c59c2b284cb bugs/powerpc: Pass in 'cond_str' to BUG_ENTRY()
new 1284579a7f49 bugs/powerpc: Concatenate 'cond_str' with '__FILE__' in BU [...]
new 66e94df0dd27 bugs/LoongArch: Pass in 'cond_str' to __BUG_ENTRY()
new d6b894cbfa4b bugs/LoongArch: Concatenate 'cond_str' with '__FILE__' in [...]
new 7ce0f693cb0e bugs/s390: Pass in 'cond_str' to __EMIT_BUG()
new 6584ff203aec bugs/s390: Use 'cond_str' in __EMIT_BUG()
new 7e8c292692fd bugs/riscv: Pass in 'cond_str' to __BUG_FLAGS()
new bb39faa71d87 bugs/riscv: Concatenate 'cond_str' with '__FILE__' in __BU [...]
new f40484925b93 bugs/parisc: Concatenate 'cond_str' with '__FILE__' in __W [...]
new be2ba2fef167 bugs/sh: Concatenate 'cond_str' with '__FILE__' in __WARN_ [...]
new 28ea295f941e bugs/core: Reorganize fields in the first line of WARNING [...]
new ed845c363d8c bugs/s390: Remove private WARN_ON() implementation
new a53d0cf7f1cb Merge commit 'linus' into core/bugs, to resolve conflicts
new 2ace52718376 Merge branch 'objtool/core'
new 1be1fac648fe x86: Rework __bug_table helpers
new d292dbb5640c bug: Add BUG_FORMAT infrastructure
new 30b82568b04e bug: Clean up CONFIG_GENERIC_BUG_RELATIVE_POINTERS
new 5c47b7f3d1a9 bug: Add BUG_FORMAT_ARGS infrastructure
new 7d2c27a0ec5e bug: Add report_bug_entry()
new 3fd45b871fde bug: Implement WARN_ON() using __WARN_FLAGS()
new b9b2c455f462 bug: Allow architectures to provide __WARN_printf()
new 0a52d339d35d x86/bug: Add BUG_FORMAT basics
new 4f1b701f24be x86/bug: Use BUG_FORMAT for DEBUG_BUGVERBOSE_DETAILED
new 5b472b6e5bd9 x86_64/bug: Implement __WARN_printf()
new 11bb4944f014 x86/bug: Implement WARN_ONCE()
new 860238af7a33 x86_64/bug: Inline the UD1
new d62e4f2b9542 x86/bug: Fix BUG_FORMAT vs KASLR
new b0a848f4a47a x86/bugs: Make i386 use GENERIC_BUG_RELATIVE_POINTERS
new 4a26e7032d7d Merge tag 'core-bugs-2025-12-01' of git://git.kernel.org/p [...]
The 279 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:
Documentation/locking/seqlock.rst | 9 +-
MAINTAINERS | 4 +-
arch/arm64/include/asm/bug.h | 2 +-
arch/loongarch/include/asm/bug.h | 27 +-
arch/parisc/include/asm/bug.h | 6 +-
arch/powerpc/include/asm/bug.h | 12 +-
arch/riscv/include/asm/bug.h | 10 +-
arch/s390/include/asm/bug.h | 102 +-
arch/s390/include/asm/nospec-insn.h | 2 +-
arch/s390/kernel/vmlinux.lds.S | 2 +-
arch/s390/mm/pfault.c | 3 +-
arch/sh/include/asm/bug.h | 4 +-
arch/x86/Kconfig | 4 +-
arch/x86/boot/compressed/sev-handle-vc.c | 3 +-
arch/x86/boot/startup/Makefile | 2 +-
arch/x86/entry/entry.S | 8 +
arch/x86/events/amd/core.c | 7 +-
arch/x86/events/core.c | 66 +-
arch/x86/events/intel/core.c | 444 ++++-
arch/x86/events/intel/cstate.c | 18 +-
arch/x86/events/intel/ds.c | 601 +++++--
arch/x86/events/perf_event.h | 41 +-
arch/x86/include/asm/alternative.h | 4 +
arch/x86/include/asm/asm.h | 5 +
arch/x86/include/asm/bug.h | 147 +-
arch/x86/include/asm/cpufeature.h | 1 +
arch/x86/include/asm/insn-eval.h | 2 +
arch/x86/include/asm/insn.h | 5 +-
arch/x86/include/asm/intel_ds.h | 10 +-
arch/x86/include/asm/jump_label.h | 1 +
arch/x86/include/asm/msr-index.h | 20 +
arch/x86/include/asm/perf_event.h | 116 +-
arch/x86/include/asm/smp.h | 2 +-
arch/x86/include/asm/topology.h | 2 +
arch/x86/include/asm/unwind_user.h | 41 +
arch/x86/include/asm/uprobes.h | 9 +
arch/x86/kernel/alternative.c | 80 +-
arch/x86/kernel/apic/apic.c | 15 +-
arch/x86/kernel/apic/io_apic.c | 2 +-
arch/x86/kernel/dumpstack.c | 23 +-
arch/x86/kernel/kprobes/core.c | 3 +-
arch/x86/kernel/kprobes/opt.c | 4 -
arch/x86/kernel/module.c | 15 +-
arch/x86/kernel/smpboot.c | 78 +-
arch/x86/kernel/static_call.c | 13 +-
arch/x86/kernel/traps.c | 119 +-
arch/x86/kernel/uprobes.c | 70 +-
arch/x86/lib/insn-eval.c | 151 +-
arch/x86/math-emu/poly.h | 2 +-
.../infiniband/hw/usnic/usnic_uiom_interval_tree.h | 4 +
drivers/staging/media/atomisp/i2c/atomisp-gc2235.c | 4 +-
drivers/staging/media/atomisp/i2c/atomisp-ov2722.c | 6 +-
drivers/tty/amiserial.c | 14 +-
drivers/tty/serial/icom.c | 8 +-
drivers/tty/synclink_gt.c | 20 +-
drivers/xen/xenbus/xenbus_xs.c | 4 +-
fs/proc/array.c | 9 +-
fs/proc/base.c | 13 +-
include/asm-generic/bug.h | 80 +-
include/asm-generic/vmlinux.lds.h | 76 +-
include/linux/annotate.h | 134 ++
include/linux/atomic/atomic-instrumented.h | 26 +-
include/linux/bug.h | 8 +
include/linux/cleanup.h | 5 +
include/linux/compiler.h | 8 +-
include/linux/elfnote.h | 13 +-
include/linux/init.h | 3 +-
include/linux/interval_tree.h | 4 +
include/linux/interval_tree_generic.h | 2 +-
include/linux/irq-entry-common.h | 2 +-
include/linux/livepatch.h | 25 +-
include/linux/livepatch_external.h | 76 +
include/linux/livepatch_helpers.h | 77 +
include/linux/local_lock.h | 4 +-
include/linux/local_lock_internal.h | 62 +-
include/linux/mm.h | 2 +
include/linux/module.h | 3 +-
include/linux/mutex.h | 45 +-
include/linux/objtool.h | 96 +-
include/linux/objtool_types.h | 2 +
include/linux/perf_event.h | 2 +-
include/linux/sched.h | 33 +-
include/linux/sched/topology.h | 3 +
include/linux/seqlock.h | 114 ++
include/linux/unwind_deferred.h | 52 +-
include/linux/unwind_deferred_types.h | 18 +-
include/linux/unwind_user_types.h | 2 +
include/uapi/linux/perf_event.h | 21 +-
kernel/bpf/stackmap.c | 4 +-
kernel/cgroup/cpuset.c | 2 +-
kernel/events/callchain.c | 14 +-
kernel/events/core.c | 78 +-
kernel/exit.c | 7 +-
kernel/kthread.c | 15 +-
kernel/livepatch/Kconfig | 12 +
kernel/livepatch/core.c | 8 +-
kernel/locking/mutex-debug.c | 10 +-
kernel/locking/mutex.c | 28 +-
kernel/locking/mutex.h | 5 +-
kernel/locking/rtmutex_api.c | 19 +-
kernel/locking/spinlock_debug.c | 4 +-
kernel/panic.c | 16 +-
kernel/rcu/tiny.c | 8 +-
kernel/rcu/tree.c | 14 +-
kernel/rcu/tree_exp.h | 3 +-
kernel/rcu/tree_plugin.h | 9 +-
kernel/rcu/tree_stall.h | 3 +-
kernel/sched/core.c | 400 ++---
kernel/sched/cpudeadline.c | 34 +-
kernel/sched/cpudeadline.h | 4 +-
kernel/sched/cputime.c | 20 +-
kernel/sched/deadline.c | 336 +++-
kernel/sched/debug.c | 8 +-
kernel/sched/ext.c | 132 +-
kernel/sched/fair.c | 600 +++++--
kernel/sched/features.h | 7 +-
kernel/sched/idle.c | 29 +-
kernel/sched/rt.c | 13 +-
kernel/sched/sched.h | 271 ++-
kernel/sched/stats.h | 2 +-
kernel/sched/stop_task.c | 13 +-
kernel/sched/syscalls.c | 87 +-
kernel/sched/topology.c | 114 +-
kernel/task_work.c | 8 +-
kernel/unwind/deferred.c | 44 +-
kernel/unwind/user.c | 59 +-
lib/Kconfig.debug | 10 +
lib/bug.c | 90 +-
lib/interval_tree.c | 1 +
rust/kernel/debugfs/traits.rs | 55 +-
rust/kernel/sync/atomic.rs | 12 +-
rust/kernel/sync/lock.rs | 41 +-
rust/kernel/sync/lock/global.rs | 5 +-
samples/rust/rust_debugfs.rs | 12 +-
samples/rust/rust_debugfs_scoped.rs | 6 +-
scripts/Makefile.lib | 6 +-
scripts/Makefile.vmlinux_o | 6 +-
scripts/atomic/gen-atomic-instrumented.sh | 11 +-
scripts/check-function-names.sh | 25 +
scripts/faddr2line | 19 +-
scripts/link-vmlinux.sh | 3 +-
scripts/livepatch/fix-patch-lines | 79 +
scripts/livepatch/init.c | 108 ++
scripts/livepatch/klp-build | 831 ++++++++++
scripts/mod/modpost.c | 5 +
scripts/module.lds.S | 22 +-
tools/arch/x86/include/asm/insn.h | 5 +-
tools/arch/x86/tools/gen-cpu-feature-names-x86.awk | 34 +
tools/build/Build | 2 +
tools/build/Makefile | 21 +-
tools/build/Makefile.feature | 4 +-
tools/include/linux/interval_tree_generic.h | 10 +-
tools/include/linux/livepatch_external.h | 76 +
tools/include/linux/objtool_types.h | 2 +
tools/include/linux/string.h | 14 +
tools/include/uapi/linux/perf_event.h | 21 +-
tools/objtool/.gitignore | 3 +
tools/objtool/Build | 7 +-
tools/objtool/Makefile | 70 +-
tools/objtool/arch/loongarch/decode.c | 29 +-
tools/objtool/arch/loongarch/orc.c | 1 -
tools/objtool/arch/loongarch/special.c | 5 +
tools/objtool/arch/powerpc/decode.c | 31 +-
tools/objtool/arch/powerpc/special.c | 5 +
tools/objtool/arch/x86/Build | 13 +-
tools/objtool/arch/x86/decode.c | 111 +-
tools/objtool/arch/x86/orc.c | 1 -
tools/objtool/arch/x86/special.c | 12 +-
tools/objtool/builtin-check.c | 102 +-
tools/objtool/builtin-klp.c | 53 +
tools/objtool/check.c | 1482 +++++++++--------
tools/objtool/disas.c | 1248 ++++++++++++++
tools/objtool/elf.c | 822 +++++++---
tools/objtool/include/objtool/arch.h | 16 +-
tools/objtool/include/objtool/builtin.h | 14 +-
tools/objtool/include/objtool/check.h | 39 +-
tools/objtool/include/objtool/checksum.h | 43 +
tools/objtool/include/objtool/checksum_types.h | 25 +
tools/objtool/include/objtool/disas.h | 81 +
tools/objtool/include/objtool/elf.h | 198 ++-
tools/objtool/include/objtool/endianness.h | 9 +-
tools/objtool/include/objtool/klp.h | 35 +
tools/objtool/include/objtool/objtool.h | 4 +-
tools/objtool/include/objtool/special.h | 4 +-
tools/objtool/include/objtool/trace.h | 141 ++
tools/objtool/include/objtool/util.h | 19 +
tools/objtool/include/objtool/warn.h | 66 +-
tools/objtool/klp-diff.c | 1723 ++++++++++++++++++++
tools/objtool/klp-post-link.c | 168 ++
tools/objtool/noreturns.h | 1 +
tools/objtool/objtool.c | 42 +-
tools/objtool/orc_dump.c | 1 -
tools/objtool/orc_gen.c | 9 +-
tools/objtool/special.c | 16 +-
tools/objtool/sync-check.sh | 2 +
tools/objtool/trace.c | 203 +++
tools/objtool/weak.c | 7 +
tools/perf/Makefile.perf | 6 +-
198 files changed, 11487 insertions(+), 2753 deletions(-)
create mode 100644 arch/x86/include/asm/unwind_user.h
create mode 100644 include/linux/annotate.h
create mode 100644 include/linux/livepatch_external.h
create mode 100644 include/linux/livepatch_helpers.h
create mode 100755 scripts/check-function-names.sh
create mode 100755 scripts/livepatch/fix-patch-lines
create mode 100644 scripts/livepatch/init.c
create mode 100755 scripts/livepatch/klp-build
create mode 100644 tools/arch/x86/tools/gen-cpu-feature-names-x86.awk
create mode 100644 tools/build/Build
create mode 100644 tools/include/linux/livepatch_external.h
create mode 100644 tools/objtool/builtin-klp.c
create mode 100644 tools/objtool/disas.c
create mode 100644 tools/objtool/include/objtool/checksum.h
create mode 100644 tools/objtool/include/objtool/checksum_types.h
create mode 100644 tools/objtool/include/objtool/disas.h
create mode 100644 tools/objtool/include/objtool/klp.h
create mode 100644 tools/objtool/include/objtool/trace.h
create mode 100644 tools/objtool/include/objtool/util.h
create mode 100644 tools/objtool/klp-diff.c
create mode 100644 tools/objtool/klp-post-link.c
create mode 100644 tools/objtool/trace.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 v6.18
in repository linux-next.
at f7b88edb52c8 (tag)
tagging 7d0a66e4bb9081d75c82ec4957c50034cb0ea449 (commit)
replaces v6.18-rc7
tagged by Linus Torvalds
on Sun Nov 30 14:42:10 2025 -0800
- Log -----------------------------------------------------------------
Linux 6.18
-----BEGIN PGP SIGNATURE-----
iQFSBAABCgA8FiEEq68RxlopcLEwq+PEeb4+QwBBGIYFAmksyEIeHHRvcnZhbGRz
QGxpbnV4LWZvdW5kYXRpb24ub3JnAAoJEHm+PkMAQRiGuRUH/i5oyGqw5tJmyAKa
N+RZ1zU/d9NnuYVhHylRFXxIQY+ZqjQMF82meEJP3zZn7c73LDQEtcSuygrmtbmm
66TpfU3KJSK5YCYFT9kL9D3IAMpHoOk5smyp1KxVNIfLO5qT7fiWFlEvvWjjb+7/
oJAa3iX6uFtoeBHuGBUU/r6etoL8rE6H3uGZloA09+AMc+CF36vHloW5Mq7++51p
HFfge8mAqKXF5ZayCG9+I+6nwK277MfVmgcz4PIvHQQhPUa9CMvy96CWnObQo8lP
GpNlLf92A/C5S5DsMgVjFDf4MBSsE1hiFLxu3kKPzl8L41uvg/aiMIJqc1BIeZjw
/Okl7wo=
=lz6b
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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-20251202
in repository linux-next.
at fbb59e23146a (tag)
tagging 47b7b5e32bb7264b51b89186043e1ada4090b558 (commit)
replaces v6.18
tagged by Stephen Rothwell
on Tue Dec 2 16:34:12 2025 +1100
- Log -----------------------------------------------------------------
next-20251202
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEmFtoH6RZGWmXU6JkifkcCkHVwHoFAmkuelQACgkQifkcCkHV
wHoswQ//c6WCbTBbJBduAA+Ap6i+niSKyQqxyllo2yJPvXjLpRAbFcq+Txm/yRvJ
+ogXn6MNzh19WQUzSTLKCZhmKxyA+RCCDAcl+A3Rp4R8zufCQxzjTBkAnEfTtpdX
iw499vieSzyprG355g+sU6MHQmMYxho4Rwz07jBTUVaQaHejbYCSG7go3bZdy4/L
u2PrhPB1azRxsCYZv8Vct6eQlZFagXYxbliyMlJixkqgXnXcG0lNzsJ0iiIi5LX5
jBSdQgN1wnj+AVBu6pVFZVgijjLYfNesGwjr9egBxJ0ooFPopMqJbl2Fpl31Ak9I
xo1BlVJLzlg0/CE6TOys2BCR4hodERmZDQN1o5NwrShLD1dx2movFbaAFOPQ4nfo
wsfgvSvg23MRed2A7J4XsvajNWcYlwbR1danVwt6xJ1nBiOdMqyWcQwKc7pyh5KV
hEAS3N3w7MfEHbvwLp5481geTZA1uvmYrmGYjx1710E98Q8HRYIhKmdxBZLhgs3C
+N4N09RYdg4NRt9/rNMTECPI95d6P5upa5WKOijR+/+nm7ny48Qb+epMEzA72Wez
PF1w1jJJvK7V+Sd4MKmVIgt/WI7H32M7iQS+WqLgOfGiSaFSKybS4sYitV0hvh3O
5821zVzZj434eezjjrVcdKPxA+f8ZY2rLbtDTkvSAqHs5dsm2l4=
=YC2J
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new a74b6c0e53a6 um: Don't rename vmap to kernel_vmap
new 5aefbf5b6879 acpi: platform_profile - Add max-power profile option
new 8d0aef2b3a17 platform/x86: lenovo-wmi-gamezone Use max-power rather tha [...]
new 55715d7ad5e7 platform/x86: wmi-gamezone: Add Legion Go 2 Quirks
new f03dd5dd736d platform/surface: acpi-notify: add WQ_PERCPU to alloc_work [...]
new db4399501c58 platform: x86: replace use of system_wq with system_percpu_wq
new f720239ca39d platform: surface: replace use of system_wq with system_percpu_wq
new b169e1733cad platform/x86/intel/hid: Add Dell Pro Rugged 10/12 tablet t [...]
new 256a21743d91 i3c: Add HDR API support
new 9280b6ebbf08 i3c: Switch to use new i3c_xfer from i3c_priv_xfer
new 108420fe2100 i3c: master: svc: Replace bool rnw with union for HDR support
new 4e7263b87ca3 i3c: master: svc: Add basic HDR mode support
new de95c587981a Merge tag 'spi-nor/for-6.19' of https://git.kernel.org/pub [...]
new 801b0840b09d Merge tag 'nand/for-6.19' into mtd/next
new cf33f0b7df13 clk: samsung: exynos-clkout: Assign .num before accessing .hws
new c2e86837a784 Merge branch 'clk-cleanup' into clk-next
new b5b9e93bbfc0 Merge tag 'clk-microchip-6.19' of https://git.kernel.org/p [...]
new 06290f6b177c Merge branch 'clk-microchip' into clk-next
new 53fbbc29dd20 Merge tag 'v6.19-rockchip-clk1' of git://git.kernel.org/pu [...]
new 05e67125ca62 Merge branch 'clk-rockchip' into clk-next
new c2c332d78c86 Merge tag 'qcom-clk-for-6.19' of https://git.kernel.org/pu [...]
new 1413717ad0c6 clk: qcom: Mark camcc_sm7150_hws static
new d47a844cb0cb Merge branch 'clk-qcom' into clk-next
new 9c75986a298f clk: keystone: syscon-clk: fix regmap leak on probe failure
new b276445e98fe clk: keystone: fix compile testing
new 6056c50534f8 Merge branch 'clk-cleanup' into clk-next
new f872db1f3297 rust: cpufreq: always inline functions using build_assert [...]
new c84ed7463f87 Merge branch 'sched/core' into core/merge, to help CI
new 87ad409cc711 Merge branch 'core/rseq' into core/merge, to resolve conflicts
new 51d7a054521d locking/mutex: Redo __mutex_init() to reduce generated code size
new 52ed74614714 locking/local_lock: Add the <linux/local_lock*.h> headers [...]
new 719e357fc09c locking/local_lock: s/l/__l/ and s/tl/__tl/ to reduce the [...]
new 43decb6b628e locking/local_lock: Fix all kernel-doc warnings
new 6b49f70022ed KVM: arm64: Teach ptdump about FEAT_XNX permissions
new 692650bd7b12 KVM: arm64: nv: Advertise support for FEAT_XNX
new cdba9da34b14 KVM: arm64: Call helper for reading descriptors directly
new 977d1bf15c51 KVM: arm64: nv: Stop passing vCPU through void ptr in S2 PTW
new fabf321cba4b KVM: arm64: Handle endianness in read helper for emulated PTW
new 590e694820bf KVM: arm64: nv: Use pgtable definitions in stage-2 walk
new f6927b41d573 KVM: arm64: Add helper for swapping guest descriptor
new 92c6443222ca KVM: arm64: Propagate PTW errors up to AT emulation
new bff8aa213dee KVM: arm64: Implement HW access flag management in stage-1 SW PTW
new e4c7dfac2f1a KVM: arm64: nv: Implement HW access flag management in sta [...]
new d5bbb76f4474 KVM: arm64: nv: Expose hardware access flag management to [...]
new 66f188858385 KVM: arm64: selftests: Add test for AT emulation
new 36fe022f884b KVM: arm64: Fix compilation when CONFIG_ARM64_USE_LSE_ATOMICS=n
new b0fc8329ec98 KVM: arm64: Add endian casting to kvm_swap_s[12]_desc()
new d98a04dc1906 KVM: arm64: Add break to default case in kvm_pgtable_stage [...]
new 05474b7bc75d KVM: arm64: Fix spelling mistake "Unexpeced" -> "Unexpected"
new 93e8d997812b KVM: arm64: Document KVM_PGTABLE_PROT_{UX,PX}
new e88d60c0aa0a KVM: arm64: at: Use correct HA bit in TCR_EL2 when regime is EL2
new d52aca163565 KVM: arm64: at: Update AF on software walk only if VM has [...]
new 404c2027d528 Merge branch 'kvm-arm64/misc' into kvmarm/next
new 11b8e6edc151 Merge branch 'kvm-arm64/sea-user' into kvmarm/next
new 938309b028ba Merge branch 'kvm-arm64/vgic-lr-overflow' into kvmarm/next
new 3eef0c83c3f3 Merge branch 'kvm-arm64/nv-xnx-haf' into kvmarm/next
new c8610c021be3 MIPS: Fix HOTPLUG_PARALLEL dependency
new eb6ac268a7c9 mips: configs: loongson1: Update defconfig
new 4f0b3cd7b664 MIPS: dts: Always descend vendor subdirectories
new 36dac9a3dda1 MIPS: ftrace: Fix memory corruption when kernel is located [...]
new 58508479b5cc mips: Remove __GFP_HIGHMEM masking
new 4ebb6c951551 MIPS: alchemy: mtx1: switch to static device properties
new 263e954a4c92 mips: kvm: simplify kvm_mips_deliver_interrupts()
new 2b6d718c8dbe MIPS: Fix whitespace damage in r4k_wait from VS timer fix
new 6ec33db1aaf0 objtool: Fix segfault on unknown alternatives
new a3209bb94b36 um: Disable KASAN_INLINE when STATIC_LINK is selected
new 3f7f66530425 dt-bindings: display: bcm2711-hdmi: Add interrupt details [...]
new 1705bbe7fec5 dt-bindings: display: Fix brcm,bcm2835-hvs bindings for BCM2712
new 7838c7a9e269 dt-bindings: interrupt-controller: brcm,bcm2836-l1-intc: D [...]
new a9ea3a2e081d tomoyo: Use local kmap in tomoyo_dump_page()
new ac92c79ecccd net: update dev_put()/dev_hold() debugging
new 310d371a4626 net/can/j1939: add j1939_priv debugging
new 4386488bac26 net/can/j1939: add j1939_session debugging
new 4d0e1f2139ad blk-mq: use queue_hctx in blk_mq_map_queue_type
new d211a2803551 block/rnbd: correct all kernel-doc complaints
new 01e449e11504 Merge branch 'for-6.19/block' into for-next
new 9d94c1cf6ef9 drm/xe/xe3_lpg: Apply Wa_16028005424
new 251be5fb4982 drm/xe: Fix freq kobject leak on sysfs_create_files failure
new 8b5502145351 drm/xe: Apply Wa_14020316580 in xe_gt_idle_enable_pg()
new eafc150549ec drm/xe: Add properties line to VM snapshot capture
new 819c9ffd4259 drm/xe: Add "null_sparse" type to VM snap properties
new 81e66a55a8d7 drm/xe: Add mem_region to properties line in VM snapshot capture
new 6cf5d14a0bf7 drm/xe: Add pat_index to properties line in VM snapshot capture
new 066a1ddd8559 drm/xe: Add cpu_caching to properties line in VM snapshot capture
new c87f586e5536 drm/xe: Add VM.uapi_flags to VM snapshot capture
new b80961a86b40 drm/xe/uapi: Add DRM_XE_EXEC_QUEUE_SET_HANG_REPLAY_STATE
new 7032361d8cb1 drm/xe: Add replay_offset and replay_length lines to LRC H [...]
new 1026c1a73a96 drm/xe: Implement DRM_XE_EXEC_QUEUE_SET_HANG_REPLAY_STATE
new 4740e6c796bf rust: id_pool: fix broken intra-doc link
new 3ee4e41a75e0 foo
new ade6fb13e9ad powerpc/pseries/cmm: call balloon_devinfo_init() also with [...]
new 1a7a60c26ecb powerpc/pseries/cmm: adjust BALLOON_MIGRATE when migrating pages
new 7b0f77e96a93 mm/sparse: fix sparse_vmemmap_init_nid_early definition wi [...]
new 79b68eb73401 mm/huge_memory: change folio_split_supported() to folio_ch [...]
new e350709af60d mm/huge_memory: replace can_split_folio() with direct refc [...]
new 8c3be0a7d9e6 mm/huge_memory: make min_order_for_split() always return an order
new 5aa37c8e1d58 mm/huge_memory: fix folio split stats counting
new 4a5a135bf8c5 mm: fix CONFIG_STACK_GROWSUP typo in mm.h
new 2a5568dd60c8 mm/hugetlb: fix incorrect error return from hugetlb_reserv [...]
new dc6e3c848ef3 foo
new e4f79dd05250 oid_registry: allow arbitrary size OIDs
new 64cc9bc7ad2a oid_registry: allow arbitrary size OIDs
new 15cab180c008 liveupdate: luo_flb: introduce File-Lifecycle-Bound global state
new 6f97039e45aa tests/liveupdate: add in-kernel liveupdate test
new 616fd45e2425 liveupdate: luo_file: don't use invalid list iterator
new 6640cd3fb5e0 ocfs2: check tl_used after reading it from trancate log inode
new c5144cabf159 ocfs2: replace deprecated strcpy with strscpy
new 1c0b2577eb08 fs/fat: remove unnecessary wrapper fat_max_cache()
new 8f7746d6dfde ocfs2: validate inline xattr size and entry count in ocfs2 [...]
new 4ebf17371a33 liveupdate: luo_core: fix redundant bound check in luo_ioctl()
new 3513371f4425 rust: id_pool: fix example
new 4b295ae45d3e tools/power turbostat: Validate that RAPL MSRs really exist
new 30ca0e049f50 hwmon: (dell-smm) Add Dell G5 5505 to fan control whitelist
new 7adf0efb41fc ynl: samples: Fix spelling mistake "failedq" -> "failed"
new d3fbfb8b2c4a net: gianfar: convert to use .get_rx_ring_count
new b2d633926901 net: dpaa2: convert to use .get_rx_ring_count
new ca8df5b877d4 net: enetc: convert to use .get_rx_ring_count
new cbca440dc329 Merge branch 'net-freescale-migrate-to-get_rx_ring_count-e [...]
new 40d5ce4af206 net: dlink: fix several spelling mistakes in comments
new 4b1639cac04c selftests: net: py: handle interrupt during cleanup
new aadff9f76639 selftests: net: add a hint about MACAddressPolicy=persistent
new 09339d0d8310 l2tp: correct debugfs label for tunnel tx stats
new ea2d3befcf29 net: dsa: yt921x: Set ageing_time_min/ageing_time_max
new e3b8cbf40c6e selftests: netconsole: remove log noise due to socat exit
new aa8225d4ee87 MAINTAINERS: Remove myself from xe maintainers
new 1dd6c84f1c54 sched_ext: Fix incorrect sched_class settings for per-cpu [...]
new 484f1176896e Bluetooth: mediatek: add gpio pin to reset bt
new 01622e9a5336 Bluetooth: hci_h5: avoid sending two SYNC messages
new 97fdb2ea06ef Bluetooth: hci_h5: implement CRC data integrity
new 33b2835f0b7e Bluetooth: HCI: Add initial support for PAST
new c530569adc19 Bluetooth: hci_core: Introduce HCI_CONN_FLAG_PAST
new 9c0a5e83ebe7 Merge branch 'for-6.19' into for-next
new d3413703d5f8 Bluetooth: ISO: Add support to bind to trigger PAST
new 14b06c3a88f7 Bluetooth: HCI: Always use the identity address when initi [...]
new f817db10dc80 Bluetooth: ISO: Attempt to resolve broadcast address
new a3b76bf4c4c9 Bluetooth: MGMT: Allow use of Set Device Flags without Add Device
new 577cf4c0a1e8 Bluetooth: ISO: Fix not updating BIS sender source address
new c126f98c011f Bluetooth: btusb: MT7920: Add VID/PID 0489/e135
new 5a6700a31c95 Bluetooth: btusb: MT7922: Add VID/PID 0489/e170
new 1fb0d830dab8 Bluetooth: btintel_pcie: Support for S4 (Hibernate)
new 88c6216a52ea Bluetooth: btintel_pcie: Suspend/Resume: Controller doorbe [...]
new 8dbbb5423c08 Bluetooth: btusb: Add new VID/PID 2b89/6275 for RTL8761BUV
new 0b00bee940cb Bluetooth: btusb: Reclassify Qualcomm WCN6855 debug packets
new 73d2d709cc17 dt-bindings: net: Convert Marvell 8897/8997 bindings to DT schema
new b8414ba5a0e6 Bluetooth: Remove redundant pm_runtime_mark_last_busy() calls
new 4a23ce935f74 Bluetooth: btrtl: Add the support for RTL8761CUV
new 027473ef6a83 Bluetooth: MAINTAINERS: Add Bartosz Golaszewski as Qualcom [...]
new 56f765ce73b4 Bluetooth: iso: fix socket matching ambiguity between BIS and CIS
new 32caa197b9b6 Bluetooth: btusb: Add new VID/PID 0x0489/0xE12F for RTL8852BE-VT
new f460768bba2a Bluetooth: btusb: Add new VID/PID 0x13d3/0x3618 for RTL8852BE-VT
new 1216462f4e7c Bluetooth: btusb: Add new VID/PID 0x13d3/0x3619 for RTL8852BE-VT
new a8b38d19857d Bluetooth: btusb: add new custom firmwares
new 5b5ab58047fc Merge branch into tip/master: 'core/merge'
new d04609d63ecf Merge branch into tip/master: 'core/bugs'
new 464fa4e91834 Merge branch into tip/master: 'core/core'
new 8470659fd21b Merge branch into tip/master: 'core/debugobjects'
new 1ec6c17fd47f Merge branch into tip/master: 'core/uaccess'
new 0325be14b6c0 Merge branch into tip/master: 'irq/core'
new 5038f402ff6a Merge branch into tip/master: 'irq/drivers'
new 2fdae8c3f0f3 Merge branch into tip/master: 'irq/msi'
new 09e4b49392f3 Merge branch into tip/master: 'locking/core'
new 4a210a34215b Merge branch into tip/master: 'locking/futex'
new 7eb2e9cc0757 Merge branch into tip/master: 'objtool/core'
new e875f908690c Merge branch into tip/master: 'perf/core'
new ecfdd7b9c407 Merge branch into tip/master: 'ras/core'
new 8ed19af345a2 Merge branch into tip/master: 'timers/clocksource'
new b64937b7553c Merge branch into tip/master: 'timers/core'
new b00410dedf53 Merge branch into tip/master: 'x86/apic'
new e904940adc02 Merge branch into tip/master: 'x86/boot'
new 359d1057f07b Merge branch into tip/master: 'x86/bugs'
new 6e5597c99259 Merge branch into tip/master: 'x86/build'
new d93c3f88ca6b Merge branch into tip/master: 'x86/cache'
new 03bd8852f2de Merge branch into tip/master: 'x86/cleanups'
new a17820dd0b20 Merge branch into tip/master: 'x86/core'
new fafce4197a01 Merge branch into tip/master: 'x86/cpu'
new c9df4a47cd28 Merge branch into tip/master: 'x86/entry'
new a4fbc5c78275 Merge branch into tip/master: 'x86/microcode'
new 0d35bfe4adf6 Merge branch into tip/master: 'x86/misc'
new 441db3dcf008 Merge branch into tip/master: 'x86/mm'
new c638592a0f65 Merge branch into tip/master: 'x86/sev'
new 318e20812174 Merge branch into tip/master: 'x86/sgx'
new 1386e6ac627a dm: ignore discard return value
new bc6f557b3387 Bluetooth: btintel_pcie: Introduce HCI Driver protocol
new 6f7cf13ef6b0 drivers/bluetooth: btbcm: Use kmalloc_array() to prevent overflow
new a106e50be74b Bluetooth: HCI: Add support for LL Extended Feature Set
new 525459da4bd6 Bluetooth: btusb: Add new VID/PID 13d3/3533 for RTL8821CE
new 8f591d86bc0f dm-snapshot: fix 'scheduling while atomic' on real-time kernels
new 56435627d90f net: pcs: lynx: accept in-band autoneg for 2500base-x
new 6ab578739a4c net: mctp: test: move TX packetqueue from dst to dev
new 9bf66036d686 net: mana: Handle hardware recovery events when probing th [...]
new aee0f01b4f11 team: Add matching error label for failed action
new c3b744fd2019 amd-xgbe: refactor the dma IRQ handling code path
new ab96af7004c7 amd-xgbe: schedule NAPI on Rx Buffer Unavailable (RBU)
new 4e3583cb61a9 Merge branch 'amd-xgbe-schedule-napi-on-rbu-event'
new 6f268e275c74 net: dsa: b53: fix VLAN_ID_IDX write size for BCM5325/65
new 9316012dd019 net: dsa: b53: fix extracting VID from entry for BCM5325/65
new 8e46aacea426 net: dsa: b53: use same ARL search result offset for BCM5325/65
new 85132103f700 net: dsa: b53: fix CPU port unicast ARL entries for BCM5325/65
new 3b08863469aa net: dsa: b53: fix BCM5325/65 ARL entry multicast port masks
new d39514e6a2d1 net: dsa: b53: fix BCM5325/65 ARL entry VIDs
new 0b2b27058692 net: dsa: b53: allow VID 0 for BCM5325/65
new 8d92057c4a9b Merge branch 'net-dsa-b53-fix-arl-accesses-for-bcm5325-65- [...]
new 596c696301b1 Revert "r8169: add DASH support for RTL8127AP"
new e1de33c377b6 net/mlx5e: Use u64 instead of __u64 in ieee_setmaxrate
new e1098bb02f2d net/mlx5e: Rename upper_limit_mbps to upper_limit_100mbps
new 53f7a7712851 net/mlx5e: Use U8_MAX instead of hard coded magic number
new 87a5112bfc40 net/mlx5e: Use standard unit definitions for bandwidth conversion
new 8d537e333e37 Merge branch 'net-mlx5e-enhance-dcbnl-get-set-maxrate-code'
new 5e1bf5ae5e3b net: phy: phy-c45: add SQI and SQI+ support for OATC14 10B [...]
new 16416c835287 net: phy: microchip_t1s: add SQI support for LAN867x Rev.D0 PHYs
new a2027019e9ce Merge branch 'add-sqi-and-sqi-support-for-oatc14-10base-t1 [...]
new d973ac83ad0d net: dsa: yt921x: Use *_ULL bitfield macros for VLAN_CTRL
new 633b1d010ce8 net: dsa: yt921x: Add STP/MST support
new b4dcaeea5e9a Merge branch 'net-dsa-yt921x-add-stp-mst-support'
new c9faac168b56 Merge branch 'pci/enumeration'
new d7d3fd615ecb Merge branch 'pci/err'
new d93003bf8d66 Merge branch 'pci/ptm'
new 1cc60e5666a8 Merge branch 'pci/resource'
new 8520c4482a25 Merge branch 'pci/dt-binding'
new 04cdad823168 Merge branch 'pci/endpoint'
new e5a3642e0261 Merge branch 'pci/controller/host-common'
new cf8f0799ae9a Merge branch 'pci/controller/brcmstb'
new e8b543f30cd4 Merge branch 'pci/controller/dwc'
new 3b4a1bafce46 Merge branch 'pci/controller/dw-rockchip'
new 04c765013040 Merge branch 'pci/controller/ixp4xx'
new 5e8c76c6cb08 Merge branch 'pci/controller/j721e'
new b200560c0b50 Merge branch 'pci/controller/keystone'
new 1841f2a04603 Merge branch 'pci/controller/mediatek'
new 4e7cd18edb40 Merge branch 'pci/controller/meson'
new f2335252c38c Merge branch 'pci/controller/qcom'
new 3485d112b527 Merge branch 'pci/controller/rcar-gen2'
new b92de9cd804c Merge branch 'pci/controller/rzg3s-host'
new d51c233cb452 Merge branch 'pci/controller/sg2042'
new 77686a41b628 Merge branch 'pci/controller/sky1'
new 25bcfba1db41 Merge branch 'pci/controller/spacemit-k1'
new 55ef67181698 Merge branch 'pci/controller/stm32'
new d55cd26c8d86 Merge branch 'pci/pwrctrl-tc9563'
new d1d34a4064b4 Merge branch 'pci/misc'
new 811ba8115748 selftests: tpm2: Fix ill defined assertions
new 121fb30b2011 tpm_crb: Fix a spelling mistake
new 97e35b2b5d81 tpm_crb: add missing loc parameter to kerneldoc
new 48ec78c1e4ca tpm: add WQ_PERCPU to alloc_workqueue users
new 2a52cfb5d679 tpm: Remove tpm_find_get_ops
new 83f6ace27d21 tpm: Cap the number of PCR banks
new b50695b5096f tpm: Use -EPERM as fallback error code in tpm_ret_to_err
new b8b93e380604 KEYS: trusted: Use tpm_ret_to_err() in trusted_tpm2
new 3b87e60d2131 net: dsa: mt7530: unexport mt7530_switch_ops
new a0244e762139 net: hsr: create an API to get hsr port type
new bed59a86e91a net: dsa: avoid calling ds->ops->port_hsr_leave() when uno [...]
new 30296ac76426 net: dsa: xrs700x: reject unsupported HSR configurations
new 0e75bfe340bf net: dsa: add simple HSR offload helpers
new 42e63b1373a3 net: dsa: yt921x: use simple HSR offloading helpers
new 4b65d445556d net: dsa: ocelot: use simple HSR offload helpers
new 6db31942e347 net: dsa: realtek: use simple HSR offload helpers
new b6ad21ef286a net: dsa: lantiq_gswip: use simple HSR offload helpers
new 4af9fa2ba65a net: dsa: mv88e6060: use simple HSR offload helpers
new 017bcff7321a net: dsa: hellcreek: use simple HSR offload helpers
new 585943b7ad30 net: dsa: mt7530: use simple HSR offload helpers
new 7271d4a08c39 net: dsa: a5psw: use simple HSR offload helpers
new 977839161f26 Documentation: net: dsa: mention availability of RedBox
new 4e4c00f34d5d Documentation: net: dsa: mention simple HSR offload helpers
new 3101f3e11645 Merge branch 'dsa-simple-hsr-offload'
new d8e08149a5ed net: ps3_gelic_net: Use napi_alloc_skb() and napi_gro_receive()
new 4a18b6cd7c57 Merge tag 'for-net-next-2025-12-01' of git://git.kernel.or [...]
new a8658f7bb650 selftests: drv-net: Add devlink_rate_tc_bw.py to TEST_PROGS
new 2a60ce94c6e8 selftests: drv-net: introduce Iperf3Runner for measurement [...]
new cb1acbd30a42 selftests: drv-net: Use Iperf3Runner in devlink_rate_tc_bw.py
new 3796e549e305 selftests: drv-net: Set shell=True for sysfs writes in dev [...]
new 9ecd05a2c872 selftests: drv-net: Fix and clarify TC bandwidth split in [...]
new 5cc1bddcfeb2 selftests: drv-net: Fix tolerance calculation in devlink_r [...]
new cbc19b3229f1 Merge branch 'selftests-drv-net-fix-issues-in-devlink_rate [...]
new 00b95ab1d6d5 Merge branch 'mm-stable' of https://git.kernel.org/pub/scm [...]
new 133721aae84c Merge branch 'mm-nonmm-stable' of https://git.kernel.org/p [...]
new 05cac33d0e8b Merge branch 'mm-unstable' of https://git.kernel.org/pub/s [...]
new 81031cb5aea7 Merge branch 'mm-nonmm-unstable' of https://git.kernel.org [...]
new 852f50d79218 Merge branch 'kbuild-next' of https://git.kernel.org/pub/s [...]
new 8d5e6ca39a19 Merge branch 'perf-tools-next' of https://git.kernel.org/p [...]
new 5962646b93b3 Merge branch 'dma-mapping-for-next' of https://git.kernel. [...]
new 43345a82954c Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 79cc7400c0e1 Merge branch 'for-next/core' of https://git.kernel.org/pub [...]
new a0d10c0b4bd8 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new ab98b866f0e0 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new dc865ee705b3 Merge branch 'asahi-soc/for-next' of https://github.com/As [...]
new 35b0f16d36ba Merge branch 'at91-next' of https://git.kernel.org/pub/scm [...]
new 7db89d54cd0d Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 036f4fd9de1e Merge branch 'next' of https://github.com/Broadcom/stblinux.git
new a9bac0227aa6 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new c879cc555eec Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new bbb9647c95b9 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new d70e25c6814e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 9e4c63b48566 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new e3194eedc3ca Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new b7b053d654b0 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 506306fb681d Merge branch 'reset/next' of https://git.pengutronix.de/gi [...]
new 6e16f2717eb5 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 00a8cdcc84ce Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 10e76fe3f42c Merge branch 'for-linux-next' of https://git.kernel.org/pu [...]
new e499c266a933 Merge branch 'for-next' of https://github.com/sophgo/linux.git
new 27073cb1eb4b Merge branch 'sunxi/for-next' of https://git.kernel.org/pu [...]
new c4edba8090e9 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 3e620583f61d Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 46db4c44e9a1 Merge branch 'ti-next' of https://git.kernel.org/pub/scm/l [...]
new 7a673f391140 Merge branch 'for-next' of https://github.com/Xilinx/linux [...]
new bf410eaf7f11 Merge branch 'clk-next' of https://git.kernel.org/pub/scm/ [...]
new 78ec3e0b24e3 Merge branch 'linux-next' of https://github.com/c-sky/csky [...]
new bc094b07d295 Merge branch 'loongarch-next' of https://git.kernel.org/pu [...]
new 5bd11c10b56b Merge branch 'mips-next' of https://git.kernel.org/pub/scm [...]
new 78ac078dbf9c Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 3091fa46d7ee Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 447223da29d9 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new f72e60e1d8d3 Merge branch 'riscv-dt-for-next' of https://git.kernel.org [...]
new 254a06e32ac1 Merge branch 'riscv-soc-for-next' of https://git.kernel.or [...]
new 87b7f6f9f33c Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 3bf528e51d7a Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new a1bcfc9123a5 Merge branch 'fs-next' of linux-next
new 3622200c96e2 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 2dcfee29144e Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 1b702c68b02b Merge branch 'for-next/pstore' of https://git.kernel.org/p [...]
new af6527c68808 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 632e86cf6009 Merge branch 'i2c/i2c-host' of https://git.kernel.org/pub/ [...]
new 8706281e4c0a Merge branch 'i3c/next' of https://git.kernel.org/pub/scm/ [...]
new f2bc8bc01909 Merge branch 'hwmon-next' of https://git.kernel.org/pub/sc [...]
new 8129d73995a9 Merge branch 'docs-next' of git://git.lwn.net/linux.git
new 70b102ceb407 Merge branch 'next' of git://linuxtv.org/media-ci/media-pe [...]
new 053895241e44 Merge branch 'linux-next' of https://git.kernel.org/pub/sc [...]
new 7c97a51d2b07 Merge branch 'cpufreq/arm/linux-next' of https://git.kerne [...]
new 681576b92104 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new ee6f3a5bd70e Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 080b72368383 Merge branch 'main' of https://git.kernel.org/pub/scm/linu [...]
new c14378aa7dfd Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 275fee79d748 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new c2764adf210e Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
new c140e8c9f84f Merge branch 'mtd/next' of https://git.kernel.org/pub/scm/ [...]
new 67d7debccfe5 Merge branch 'libcrypto-next' of https://git.kernel.org/pu [...]
new 26fa6ca26618 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new ef5c58843285 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new e04c4464001b Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new d19fe1cc639e Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
new 1457dc144a62 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new b4be461b4507 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 731f4ef96709 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new e159f7a7f9c7 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 1397020ede17 Merge branch 'modules-next' of https://git.kernel.org/pub/ [...]
new b96db7343131 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 717d2fdfedb2 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 5fb76f150110 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 690f769490f8 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 1a6b405907f7 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 02124468bd1c Merge branch 'for-mfd-next' of https://git.kernel.org/pub/ [...]
new b7bbc75bc149 Merge branch 'for-backlight-next' of https://git.kernel.or [...]
new ad257d05d07f Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 451f841e3ef8 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new f86d172c2e0a Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 6227e95a6867 Merge branch 'next-integrity' of https://git.kernel.org/pu [...]
new e73b61be33d5 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new e3557ccdbd3a Merge branch 'next' of https://github.com/cschaufler/smack-next
new 79b2ba2d64cc Merge branch 'master' of git://git.code.sf.net/p/tomoyo/to [...]
new 22abbc67b496 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 55e4b05d54ab Merge branch 'master' of git://www.linux-watchdog.org/linu [...]
new 1b352e25402d Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 56808199a61d Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new b47fd191d650 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 6f4615f8551a Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 22a84d884b65 Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
new b1d0e9629c24 Merge branch 'edac-for-next' of https://git.kernel.org/pub [...]
new 950ab76d09f5 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new db1a636a06ca Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 6a18f955b175 Merge branch 'non-rcu/next' of https://git.kernel.org/pub/ [...]
new 95fb16e296cc Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 5aebc567ec6f Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 36a427b3afbb Merge branch 'riscv_kvm_next' of https://github.com/kvm-ri [...]
new f2f8307f1c9e Merge branch 'next' of https://github.com/kvm-x86/linux.git
new 15741c2821b1 Merge branch 'linux-next' of https://git.kernel.org/pub/sc [...]
new 4175ee74c3f2 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 0363ac3a5e12 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 22379abf5f95 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new ec3d20649991 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 6a9837461a34 Merge branch 'for-leds-next' of https://git.kernel.org/pub [...]
new f3658f981e4d Merge branch 'for-next' of https://github.com/cminyard/lin [...]
new 6ca244755c35 Merge branch 'driver-core-next' of https://git.kernel.org/ [...]
new 1539db9e58b3 Merge branch 'usb-next' of https://git.kernel.org/pub/scm/ [...]
new a3f7ce5c586d Merge branch 'tty-next' of https://git.kernel.org/pub/scm/ [...]
new 43e823037491 Merge branch 'char-misc-next' of https://git.kernel.org/pu [...]
new 0ff8c70630f3 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 53748b534122 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 96280fb63fa6 Merge branch 'extcon-next' of https://git.kernel.org/pub/s [...]
new f3775cc7e062 Merge branch 'gnss-next' of https://git.kernel.org/pub/scm [...]
new 7fcccde7fa1c Merge branch 'next' of https://github.com/awilliam/linux-vfio.git
new f0713cb0446a Merge branch 'staging-next' of https://git.kernel.org/pub/ [...]
new 269dfdcc984f Merge branch 'counter-next' of https://git.kernel.org/pub/ [...]
new 40c0661b04ce Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new dd73bba53cc1 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new f0cef1443755 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 8226c66e3cb4 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 371384eb1242 Merge branch 'linux-next' of https://git.kernel.org/pub/sc [...]
new 1ad289c7978f Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new ddc02e1f3c36 Merge branch 'gpio/for-next' of https://git.kernel.org/pub [...]
new 40b0d57c5658 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new c060ca5a8147 Merge branch 'pwm/for-next' of https://git.kernel.org/pub/ [...]
new 4e6e2702fc74 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new a175522789fc Merge branch 'kunit' of https://git.kernel.org/pub/scm/lin [...]
new 4647b0001768 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new b50c6831019b Merge branch 'rtc-next' of https://git.kernel.org/pub/scm/ [...]
new a60770a17a66 Merge branch 'libnvdimm-for-next' of https://git.kernel.or [...]
new bf74af0658cb Merge branch 'at24/for-next' of https://git.kernel.org/pub [...]
new 6139f4fd51bc Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
new b7d106d8a962 Merge branch 'main' of git://git.infradead.org/users/willy [...]
new e7518ae66e8c Merge branch 'hyperv-next' of https://git.kernel.org/pub/s [...]
new 05d5e26c2c09 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new a92a7f58dedc Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 01bc36f857e2 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new b240c8c20286 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new ec14cf84fcc9 Merge branch 'slab/for-next' of https://git.kernel.org/pub [...]
new df81dbcb4dc3 Merge branch 'master' of https://git.kernel.org/pub/scm/li [...]
new a079481b47da Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 196ecd5f34c8 Merge branch 'rust-next' of https://github.com/Rust-for-Li [...]
new 486aea146d9a Merge branch 'sysctl-next' of https://git.kernel.org/pub/s [...]
new b48c243abb27 Merge branch 'bitmap-for-next' of https://github.com/norov [...]
new 6555195f20a1 Merge branch 'for-next/kspp' of https://git.kernel.org/pub [...]
new 1f243f11be0a Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 3a63e215ff19 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 4b9801d7adba Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 5c557d736a4a Merge branch 'caps-next' of https://git.kernel.org/pub/scm [...]
new f1ac54095a56 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new cea0c77885f6 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 4e227d73d00b Merge branch 'for-next' of https://github.com/hisilicon/li [...]
new 47b7b5e32bb7 Add linux-next specific files for 20251202
The 427 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.