@@ -1,291 +1,295 @@
nipa: config: disable kmemleak auto scan
nipa: drv: net: add timeout
nipa: tc_action dbg
nipa: disable 6.17's merge window kunit tests
nipa: config: x86: disable GPUs and sound
nipa: forwarding: set timeout to 3 hours
nipa: selftests: net: enable profiling
nipa: fbnic: link up on QEMU
nipa: timestamp - try waking
nipa: config: x86: use periodic HZ tick
nipa: profile (time) test output
nipa: config: disable CPU_MITIGATIONS
nipa: disable random kunit tests
[+] vsock/test: Test setting SO_ZEROCOPY on accept()ed socket
[+] vsock: Make accept()ed sockets use custom setsockopt()
[+] Revert "arm: dts: socfpga: use reset-name "stmmaceth-ocp" instead of "ahb""
[+] net: stmmac: socfpga: add call to assert/deassert ahb reset line
[+] selftests: net: report SKIP if TFO test processes timed out
[+] selftests: net: improve error handling in TFO test
[+] selftests: netdevsim: add carrier state consistency test
[+] selftests: netdevsim: test that linking already-connected devices fails
[+] net: netdevsim: fix inconsistent carrier state after link/unlink
Fix PTP driver warnings by removing settime64 check
net/ena: fix missing lock when update devlink params
atm: idt77252: Use sb_pool_remove()
net: sfp: add SMBus I2C block support
ice: drop udp_tunnel_get_rx_info() call from ndo_open()
i40e: drop udp_tunnel_get_rx_info() call from i40e_open()
net: bnge: add AUXILIARY_BUS to Kconfig dependencies
bridge: fix C-VLAN preservation in 802.1ad vlan_tunnel egress
vsock: fix DMA cacheline overlap warning using coherent memory
net: ipv4: ipmr: Prevent information leak in ipmr_sk_ioctl()
Merge tag 'for_linus' of https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
net: mscc: ocelot: Fix crash when adding interface under a lag
net/mlx5e: Dealloc forgotten PSP RX modify header
net/mlx5e: Don't print error message due to invalid module
net/mlx5e: Fix NULL pointer dereference in ioctl module EEPROM query
net/mlx5e: Don't gate FEC histograms on ppcnt_statistical_group
net/mlx5: Lag, multipath, give priority for routes with smaller network prefix
rtl8xxxu: fix slab-out-of-bounds in rtl8xxxu_sta_add
ice: recap the VSI and QoS info after rebuild
ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues
net: Fix typo of "software" in driver comments
bnxt_en: Fix potential data corruption with HW GRO/LRO
ovpn: Replace use of system_wq with system_percpu_wq
netfilter: nf_tables: Fix memory leak in nf_tables_newrule()
rxrpc: Fix memory leak in rxkad_verify_response()
inet: ping: Fix icmp out counting
net: ionic: Set msi_addr_mask to IONIC_ADDR_LEN-bit everywhere
ALSA: hda/intel: Raise msi_addr_mask to dma_bits
drm/radeon: Raise msi_addr_mask to 40 bits for pre-Bonaire
PCI/MSI: Check msi_addr_mask in msi_verify_entries()
PCI/MSI: Conservatively generalize no_64bit_msi into msi_addr_mask
netdev: preserve NETIF_F_ALL_FOR_ALL across TSO updates
net: airoha: Fix schedule while atomic in airoha_ppe_deinit()
net: sock: fix hardened usercopy panic in sock_recv_errqueue
net: fec: Add stop mode support on i.MX8DX/i.MX8QP
vsock/test: add a final full barrier after run all tests
virtio-net: schedule the pending refill work after being enabled
virtio-net: ensure rx NAPI is enabled before enabling refill work
virtio-net: make refill work a per receive queue work
dt-bindings: net: micrel: Convert micrel-ksz90x1.txt to DT schema
dt-bindings: net: micrel: Convert to DT schema
net: phy: mxl-86110: Add power management and soft reset support
buildid: validate page-backed file before parsing build ID
[-] vsock/test: Test setting SO_ZEROCOPY on accept()ed socket
[-] vsock: Make accept()ed sockets use custom setsockopt()
net: nfc: nci: Fix parameter validation for packet data
ipv6: fix a BUG in rt6_get_pcpu_route() under PREEMPT_RT
net: dlink: mask rx_coalesce/rx_timeout before writing RxDMAIntCtrl
net: rose: fix invalid array index in rose_kill_by_device()
RDMA/nldev: Expose kernel-internal FRMR pools in netlink
RDMA/nldev: Add command to set pinned FRMR handles
RDMA/core: Add netlink command to modify FRMR aging
RDMA/nldev: Add command to get FRMR pools
net/mlx5: Drop MR cache related code
RDMA/mlx5: Switch from MR cache to FRMR pools
RDMA/core: Add pinned handles to FRMR pools
RDMA/core: Add FRMR pools statistics
RDMA/core: Add aging to FRMR pools
IB/core: Introduce FRMR pools
RDMA/mlx5: Move device async_ctx initialization
drivers: net: replace `kernel::c_str!` with C-Strings
rust: net: replace `kernel::c_str!` with C-Strings
net/sched: Fix divide error in tabledist
net: enetc: do not print error log if addr is 0
net: macb: Relocate mog_init_rings() callback from macb_mac_link_up() to macb_open()
selftests: fib_test: Add test case for ipv4 multi nexthops
net: fib: restore ECMP balance from loopback
selftests: fib_nexthops: Add test cases for error routes deletion
ipv4: Fix reference count leak when using error routes with nexthop objects
net: usb: sr9700: fix incorrect command used to write single register
[c] ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()
trace: fix UBSAN warning in __remove_instance
[c] usbnet: avoid a possible crash in dql_completed()
[c] gve: defer interrupt enabling until NAPI registration
vhost/vsock: improve RCU read sections around vhost_vsock_get()
tools/virtio: add device, device_driver stubs
tools/virtio: fix up oot build
virtio_features: make it self-contained
tools/virtio: switch to kernel's virtio_config.h
tools/virtio: stub might_sleep and synchronize_rcu
tools/virtio: add struct cpumask to cpumask.h
tools/virtio: pass KCFLAGS to module build
tools/virtio: add ucopysize.h stub
tools/virtio: add dev_WARN_ONCE and is_vmalloc_addr stubs
tools/virtio: stub DMA mapping functions
tools/virtio: add struct module forward declaration
tools/virtio: use kernel's virtio.h
virtio: make it self-contained
tools/virtio: fix up compiler.h stub
Linux 6.19-rc2
Merge tag 'coccinelle-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux
Merge tag 'input-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Merge tag 'i2c-for-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Merge tag 'x86-urgent-2025-12-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Merge tag 'irq-urgent-2025-12-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Coccinelle: pm_runtime: Fix typo in report message
scripts: coccicheck: filter *.cocci files by MODE
Merge tag 'ata-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux
Merge tag 'spi-fix-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
x86/irqflags: Use ASM_OUTPUT_RM in native_save_fl()
clang: work around asm output constraint problems
Merge tag 'xfs-fixes-6.19-rc2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Merge tag 'hwmon-for-v6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Merge tag 'mmc-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Merge tag 'drm-fixes-2025-12-20' of https://gitlab.freedesktop.org/drm/kernel
Merge tag 'linux_kselftest-kunit-fixes-6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Merge tag 'devicetree-fixes-for-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Merge tag 'mips-fixes_6.19_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Merge tag 'for-linus-6.19-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Merge tag 'slab-for-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
Merge tag 'iommu-fixes-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux
Merge tag 'block-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Merge tag 'io_uring-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
hwmon: (ltc4282): Fix reset_history file permissions
arm64: dts: mediatek: Apply mt8395-radxa DT overlay at build time
arm64: dts: mediatek: mt7988: add dtbs with applied overlays for bpi-r4 (pro)
arm64: dts: mediatek: mt7986: add dtbs with applied overlays for bpi-r3
lkdtm/bugs: Do not confuse the clang/objtool with busy wait loop
amd/iommu: Make protection domain ID functions non-static
amd/iommu: Preserve domain ids inside the kdump kernel
Input: ti_am335x_tsc - fix off-by-one error in wire_order validation
Input: xpad - add support for CRKD Guitars
Input: add ABS_SND_PROFILE
Merge tag 'drm-xe-fixes-2025-12-19' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes
Merge tag 'drm-misc-fixes-2025-12-18' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
Merge tag 'trace-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Merge tag 'libcrypto-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Merge tag 'acpi-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Merge tag 'pm-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Merge tag 'thermal-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Input: apple_z2 - fix reading incorrect reports after exiting sleep
Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd
Merge branch 'pm-powercap'
hwmon: (DS620) Update broken Datasheet URL in driver documentation
Merge tag 'kvm-x86-fixes-6.19-rc1' of https://github.com/kvm-x86/linux into HEAD
drm/xe: Use usleep_range for accurate long-running workload timeslicing
drm/xe: Drop preempt-fences when destroying imported dma-bufs.
drm/xe/eustall: Disallow 0 EU stall property values
drm/xe/oa: Disallow 0 OA property values
drm/xe/xe_sriov_vfio: Fix return value in xe_sriov_vfio_migration_supported()
drm/xe/oa: Always set OAG_OAGLBCTXCTRL_COUNTER_RESUME
drm/xe: Adjust long-running workload timeslices to reasonable values
drm/xe/oa: Limit num_syncs to prevent oversized allocations
drm/xe: Limit num_syncs to prevent oversized allocations
block: validate interval_exp integrity limit
block: validate pi_offset integrity limit
block: rnbd-clt: Fix leaked ID in init_dev()
x86/bug: Fix old GCC compile fails
iommupt: Return ERR_PTR from _table_alloc()
spi: cadence-quadspi: Fix probe error path and logging
Merge tag 'amd-drm-fixes-6.19-2025-12-17' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
ublk: fix deadlock when reading partition table
ftrace: Fix address for jmp mode in t_show()
tracing: Fix UBSAN warning in __remove_instance()
tracing: Do not register unsupported perf events
MAINTAINERS: add tracepoint core-api doc files to TRACING
Input: alps - fix use-after-free bugs caused by dev3_register_work
x86/msi: Make irq_retrigger() functional for posted MSI
powercap: intel_rapl: Fix possible recursive lock warning
io_uring: fix nr_segs calculation in io_import_kbuf
block: add allocation size check in blkdev_pr_read_keys()
mmc: sdhci-esdhc-imx: add alternate ARCH_S32 dependency to Kconfig
mmc: sdhci-of-arasan: Increase CD stable timeout to 2 seconds
spi: mt65xx: Use IRQF_ONESHOT with threaded IRQ
spi: dt-bindings: snps,dw-abp-ssi: Allow up to 16 chip-selects
spi: cadence-quadspi: Fix clock disable on probe failure path
spi: cadence-quadspi: Add error logging for DMA request failure
xfs: fix the zoned RT growfs check for zone alignment
xfs: validate that zoned RT devices are zone aligned
dt-bindings: i2c: qcom-cci: Document SM8750 compatible
i2c: i801: Add support for Intel Nova Lake-S
dt-bindings: i2c: dw: Add Mobileye I2C controllers
i2c: rcar: Fix Wvoid-pointer-to-enum-cast warning
i2c: pxa: Fix Wvoid-pointer-to-enum-cast warning
i2c: bcm-iproc: Fix Wvoid-pointer-to-enum-cast warning
drm/amdkfd: Fix improper NULL termination of queue restore SMI event string
drm/amd/pm: restore SCLK settings after S0ix resume
drm/amdgpu: fix a job->pasid access race in gpu recovery
drm/amd/display: Fix DP no audio issue
drm/amd/display: Fix scratch registers offsets for DCN351
drm/amd/display: Fix scratch registers offsets for DCN35
drm/amd: Resume the device in thaw() callback when console suspend is disabled
dt-bindings: Updates Linus Walleij's mail address
iommufd/selftest: Check for overflow in IOMMU_TEST_OP_ADD_RESERVED
dt-bindings: gpu: img,powervr-rogue: Document GE7800 GPU in Renesas R-Car V3U
cpufreq: dt-platdev: Fix creating device on OPPv1 platforms
dt-bindings: clock: sprd,sc9860-clk: Allow "reg" for gate clocks
dt-bindings: display/ti: Simplify dma-coherent property
arm64: kdump: Fix elfcorehdr overlap caused by reserved memory processing reorder
PM: runtime: Do not clear needs_force_resume with enabled runtime PM
drm/panel: visionox-rm69299: Depend on BACKLIGHT_CLASS_DEVICE
xfs: fix XFS_ERRTAG_FORCE_ZERO_RANGE for zoned file system
xfs: fix a memory leak in xfs_buf_item_init()
xfs: fix stupid compiler warning
xfs: fix a UAF problem in xattr repair
xfs: ignore discard return value
x86/xen: Fix sparse warning in enlighten_pv.c
ata: libata-core: Disable LPM on ST2000DM008-2FR102
iommufd/selftest: Do not leak the hwpt if IOMMU_TEST_OP_MD_CHECK_MAP fails
iommufd/selftest: Make it clearer to gcc that the access is not out of bounds
iommufd: Fix building without dmabuf
accel/amdxdna: Block running under a hypervisor
Input: i8042 - add TUXEDO InfinityBook Max Gen10 AMD to i8042 quirk table
Input: atkbd - skip deactivate for HONOR FMB-P's internal keyboard
Documentation: admin-guide: blockdev: replace zone_capacity with zone_capacity_mb when creating devices
zloop: use READ_ONCE() to read lo->lo_state in queue_rq path
loop: use READ_ONCE() to read lo->lo_state without locking
kunit: make FAULT_TEST default to n when PANIC_ON_OOPS
kunit: Drop unused parameter from kunit_device_register_internal
drm/panel: sony-td4353-jdi: Enable prepare_prev_first
MIPS: Fix a reference leak bug in ip22_check_gio()
MIPS: Alchemy: Remove bogus static/inline specifiers
drm/xe: Restore engine registers before restarting schedulers after GT reset
drm/xe: Increase TDF timeout
drm/xe/vf: Fix queuing of recovery work
drm/xe/bo: Don't include the CCS metadata in the dma-buf sg-table
drm/me/gsc: mei interrupt top half should be in irq disabled context
drm/xe/vf: Stop waiting for ring space on VF post migration recovery
drm/xe/throttle: Skip reason prefix while emitting array
drm/xe: fix drm_gpusvm_init() arguments
drm/xe: Do not reference loop variable directly
drm/xe: Apply Wa_14020316580 in xe_gt_idle_enable_pg()
drm/xe: Fix freq kobject leak on sysfs_create_files failure
arm64/gcs: Flush the GCS locking state on exec
arm64/efi: Remove unneeded SVE/SME fallback preserve/store handling
lkdtm/bugs: Add cases for BUG and PANIC occurring in hardirq context
arm64: mm: Simplify check in arch_kfence_init_pool()
ACPI: PCC: Fix race condition by removing static qualifier
ACPI: CPPC: Fix missing PCC check for guaranteed_perf
Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixes
thermal: core: Fix typo and indentation in comments
thermal: intel: int340x: Enable power slider interface for Wildcat Lake
powercap: fix sscanf() error return value handling
powercap: fix race condition in register_control_type()
dt-bindings: mmc: sdhci-of-aspeed: Switch ref to sdhci-common.yaml
lib/crypto: riscv: Add poly1305-core.S to .gitignore
arm64/simd: Avoid pointless clearing of FP/SIMD buffer
hwmon: (tmp401) fix overflow caused by default conversion rate value
hwmon: (ibmpex) fix use-after-free in high/low store
hwmon: (dell-smm) Limit fan multiplier to avoid overflow
spi: fsl-cpm: Check length parity before switching to 16 bit mode
spi: mpfs: Fix an error handling path in mpfs_spi_probe()
x86/platform/uv: Fix UBSAN array-index-out-of-bounds
mm: Remove tlb_flush_reason::NR_TLB_FLUSH_REASONS from
x86/mm/tlb/trace: Export the TLB_REMOTE_WRONG_CPU enum in
x86/sgx: Remove unmatched quote in __sgx_encl_extend function comment
genirq: Don't overwrite interrupt thread flags on setup
block: fix race between wbt_enable_default and IO submission
selftests: ublk: add user copy test cases
selftests: ublk: add support for user copy to kublk
selftests: ublk: forbid multiple data copy modes
selftests: ublk: don't share backing files between ublk servers
selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04
selftests: ublk: fix fio arguments in run_io_and_recover()
selftests: ublk: remove unused ios map in seq_io.bt
selftests: ublk: correct last_rw map type in seq_io.bt
selftests: ublk: fix overflow in ublk_queue_auto_zc_fallback()
block: move around bio flagging helpers
drm: Fix object leak in DRM_IOCTL_GEM_CHANGE_HANDLE
drm/tests: Handle EDEADLK in set_up_atomic_state()
drm/tests: Handle EDEADLK in drm_test_check_valid_clones()
drm/tests: hdmi: Handle drm_kunit_helper_enable_crtc_connector() returning EDEADLK
Input: lkkbd - disable pending work before freeing device
x86/boot/Documentation: Fix whitespace noise in boot.rst
mm/slub: reset KASAN tag in defer_free() before accessing freed memory
x86/fpu: Fix FPU state core dump truncation on CPUs with no extended xfeatures
x86/boot/Documentation: Fix htmldocs build warning due to malformed table in boot.rst
KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-Exit
KVM: VMX: Update SVI during runtime APICv activation
KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)
KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-Exits
KVM: Harden and prepare for modifying existing guest_memfd memslots
KVM: Disallow toggling KVM_MEM_GUEST_MEMFD on an existing memslot
KVM: selftests: Add a CPUID testcase for KVM_SET_CPUID2 with runtime updates
KVM: x86: Apply runtime updates to current CPUID during KVM_SET_CPUID{,2}
KVM: selftests: Add missing "break" in rseq_test's param parsing