Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2026-06-07 11:01:18 to 2026-06-16 00:12:37 UTC [more...]

[PATCH 6.12 000/307] 6.12.93-rc1 review
 2026-06-16  0:12 UTC  (49+ messages)
` [PATCH 6.18 077/315] net/handshake: Use spin_lock_bh for hn_lock
  ` [PATCH 6.12 073/307] net/sched: Revert "net/sched: Restrict conditions for adding duplicating netems to qdisc tree"
` [PATCH 6.12 116/307] HID: core: introduce hid_safe_input_report()
` [PATCH 6.12 264/307] xhci: tegra: Fix ghost USB device on dual-role port unplug
` [PATCH 6.12 265/307] iommu: Skip PASID validation for devices without PASID capability
` [PATCH 6.12 280/307] ice: fix VF queue configuration with low MTU values
` [PATCH 6.12 281/307] ring-buffer: Flush and stop persistent ring buffer on panic
` [PATCH 6.12 282/307] mptcp: cleanup fallback dummy mapping generation
` [PATCH 6.12 283/307] mptcp: reset rcv wnd on disconnect
` [PATCH 6.12 284/307] arm64: tlb: Flush walk cache when unsharing PMD tables
` [PATCH 6.12 285/307] octeontx2-pf: avoid double free of pool->stack on AQ init failure
` [PATCH 6.12 286/307] mptcp: introduce the mptcp_init_skb helper
` [PATCH 6.12 287/307] mptcp: handle first subflow closing consistently
` [PATCH 6.12 288/307] mptcp: do not drop partial packets
` [PATCH 6.12 289/307] mm/damon/sysfs-schemes: delete tried region in regions_rmdirs()
` [PATCH 6.12 290/307] iio: chemical: scd30: Use guard(mutex) to allow early returns
` [PATCH 6.12 291/307] iio: chemical: scd30: fix division by zero in write_raw
` [PATCH 6.12 292/307] iio: dac: ad5686: fix ref bit initialization for single-channel parts
` [PATCH 6.12 293/307] ALSA: firewire-motu: Protect register DSP event queue positions
` [PATCH 6.12 294/307] usb: dwc3: xilinx: fix error handling in zynqmp init error paths
` [PATCH 6.12 295/307] usb: musb: omap2430: Fix use-after-free in omap2430_probe()
` [PATCH 6.12 296/307] usb: typec: ucsi: Check if power role change actually happened before handling
` [PATCH 6.12 297/307] thunderbolt: property: Cap recursion depth in __tb_property_parse_dir()
` [PATCH 6.12 298/307] scsi: target: iscsi: Fix CRC overread and double-free in iscsit_handle_text_cmd()
` [PATCH 6.12 299/307] usb: typec: ucsi: Dont update power_supply on power role change if not connected
` [PATCH 6.12 300/307] x86/alternatives: Rename apply_relocation() to text_poke_apply_relocation()
` [PATCH 6.12 301/307] x86/ftrace: Relocate %rip-relative percpu refs in dynamic trampolines
` [PATCH 6.12 302/307] hwmon: (pmbus/adm1266) serialize sequencer_state debugfs read with pmbus_lock
` [PATCH 6.12 303/307] hwmon: (pmbus/adm1266) serialize NVMEM blackbox "
` [PATCH 6.12 304/307] hwmon: (pmbus/adm1266) serialize GPIO PMBus accesses "
` [PATCH 6.12 305/307] mm: perform all memfd seal checks in a single place
` [PATCH 6.12 306/307] mm/memfd: fix spelling and grammatical issues
` [PATCH 6.12 307/307] memfd: deny writeable mappings when implying SEAL_WRITE

Project Takeoffs
 2026-06-15 20:27 UTC 

[PATCH v8 00/16] Allow AET to use PMT as loadable module
 2026-06-15 18:24 UTC  (17+ messages)
` [PATCH v8 01/16] fs/resctrl: Move functions to avoid forward references in subsequent fixes
` [PATCH v8 02/16] fs/resctrl: Free mon_data structures on rdt_get_tree() failure
` [PATCH v8 03/16] fs/resctrl: Fix use-after-free during unmount
` [PATCH v8 04/16] fs/resctrl: Fix deadlock on errors during mount
` [PATCH v8 05/16] platform/x86/intel/pmt: Prevent unbind of PMT telemetry driver
` [PATCH v8 06/16] fs/resctrl: Remove redundant calls to resctrl_arch_mon_capable()
` [PATCH v8 07/16] x86/resctrl: Honor rdt=perf option to force enable AET perf events
` [PATCH v8 08/16] fs/resctrl: Add interface to disable a monitor event
` [PATCH v8 09/16] x86/resctrl: Drop global 'rdt_mon_capable' flag
` [PATCH v8 10/16] arm,x86,fs/resctrl: Handle change in number of RMIDs on each mount
` [PATCH v8 11/16] x86/resctrl: Add PMT registration API for AET enumeration callbacks
` [PATCH v8 12/16] platform/x86/intel/pmt: Register enumeration functions with resctrl
` [PATCH v8 13/16] arm,x86/resctrl: Resolve INTEL_PMT_TELEMETRY symbols at runtime
` [PATCH v8 14/16] fs/resctrl: Call architecture hooks for every mount/unmount
` [PATCH v8 15/16] x86/resctrl: Simplify Kconfig options for resctrl
` [PATCH v8 16/16] Documentation/filesystems/resctrl: Add footnote for telemetry fstab mount caveat

[PATCH 0/5] vmsplice: fix some problems in my previous vmsplice patchset
 2026-06-15 16:16 UTC  (4+ messages)
` [LTP] "

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-15 13:11 UTC  (9+ messages)
` [PATCH 2/3] "

[PATCH v7 00/14] Allow AET to use PMT as loadable module
 2026-06-12 18:04 UTC  (49+ messages)
` [PATCH v7 05/14] x86/resctrl: Stop setting event_group::force_off on RMID shortage
` [PATCH v7 06/14] fs/resctrl: Add interface to disable a monitor event
` [PATCH v7 07/14] x86/resctrl: Maintain a count of enabled monitor features
` [PATCH v7 08/14] fs,x86,mpam/resctrl: Handle change in number of RMIDs on each mount
` [PATCH v7 09/14] x86/resctrl: Add PMT registration API for AET enumeration callbacks
` [PATCH v7 10/14] platform/x86/intel/pmt: Register enumeration functions with resctrl
` [PATCH v7 11/14] mpam,x86/resctrl: Resolve INTEL_PMT_TELEMETRY symbols at runtime
` [PATCH v7 12/14] fs/resctrl: Call architecture hooks for every mount/unmount
` [PATCH v7 14/14] Documentation/filesystems/resctrl: Add footnote for telemetry fstab mount caveat

[PATCH 0/5] Improve the invalidation path in AMD
 2026-06-12 12:27 UTC  (7+ messages)

[PATCH v5 00/11] x86,fs/resctrl: Fix long-standing issues
 2026-06-10 23:17 UTC  (17+ messages)
` [PATCH v5 01/11] x86,fs/resctrl: Prevent out-of-bounds access while offlining CPU when SNC enabled
` [PATCH v5 02/11] x86,fs/resctrl: Document safe RCU list traversal
` [PATCH v5 03/11] fs/resctrl: Move functions to avoid forward references in subsequent fixes
` [PATCH v5 04/11] fs/resctrl: Free mon_data structures on rdt_get_tree() failure
` [PATCH v5 05/11] fs/resctrl: Fix use-after-free during unmount
` [PATCH v5 06/11] fs/resctrl: Fix deadlock on errors during mount
` [PATCH v5 07/11] fs/resctrl: Prevent use-after-free in rdtgroup_kn_put()
` [PATCH v5 08/11] fs/resctrl: Fix double-add of pseudo-locked region's RMID to free list
` [PATCH v5 09/11] fs/resctrl: Prevent deadlock and use-after-free in info file handlers
` [PATCH v5 10/11] x86/resctrl: Ensure domain fully initialized before placed on RCU list
` [PATCH v5 11/11] fs/resctrl: Fix UAF from worker threads when domains are removed

[PATCH 6.6.y] usb: gadget: f_ncm: Fix net_device lifecycle with device_move
 2026-06-10 17:58 UTC  (3+ messages)

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-10 14:17 UTC  (3+ messages)

[PATCH 0/3] vmsplice: make vmsplice a trivial wrapper for preadv2/pwritev2
 2026-06-10  9:55 UTC  (3+ messages)

ZDI Vulnerability Reporting Issue
 2026-06-10  6:32 UTC  (2+ messages)

[PATCH rc] iommu/dma: Do not try to iommu_map a 0 length region in swiotlb
 2026-06-09 20:26 UTC  (5+ messages)

[PATCH] IB/mlx4: Fill in the access_flags if IB_MR_REREG_ACCESS is not specified
 2026-06-09 19:00 UTC  (2+ messages)

[PATCH 7.0 000/332] 7.0.12-rc1 review
 2026-06-09  4:50 UTC  (30+ messages)
` [PATCH 7.0 015/332] kernel/fork: validate exit_signal in kernel_clone()
` [PATCH 7.0 016/332] esp: fix page frag reference leak on skb_to_sgvec failure
` [PATCH 7.0 089/332] net/handshake: Pass negative errno through handshake_complete()
` [PATCH 7.0 243/332] gpib: cb7210: Fix region leak when request_irq fails
` [PATCH 7.0 325/332] arm64: tlb: Flush walk cache when unsharing PMD tables
` [PATCH 7.0 326/332] i2c: tegra: make tegra_i2c_mutex_unlock() return void

[PATCH 6.6.y] hwmon: (pmbus/core) Protect regulator operations with mutex
 2026-06-09  0:51 UTC  (2+ messages)

[PATCH] RDMA: During rereg_mr ensure that REREG_ACCESS is compatible
 2026-06-08 23:25 UTC  (3+ messages)

[PATCH 00/10] Fix races around IB_MR_REREG_PD and mr->pd
 2026-06-08 17:52 UTC  (2+ messages)

[PATCH 6.18 000/315] 6.18.35-rc1 review
 2026-06-08 13:30 UTC  (22+ messages)
` [PATCH 6.18 141/315] KVM: arm64: Correctly cap ZCR_EL2 provided by a guest hypervisor
` [PATCH 6.18 288/315] serdev: Provide a bustype shutdown function
` [PATCH 6.18 291/315] selftests: mptcp: drop nanoseconds width specifier
` [PATCH 6.18 307/315] hwmon: (pmbus) Add support for guarded PMBus lock
` [PATCH 6.18 308/315] hwmon: (pmbus/adm1266) serialize sequencer_state debugfs read with pmbus_lock
` [PATCH 6.18 309/315] hwmon: (pmbus/adm1266) serialize GPIO PMBus accesses "
` [PATCH 6.18 310/315] mm/slub: hold cpus_read_lock around flush_rcu_sheaves_on_cache()
` [PATCH 6.18 311/315] net: phy: micrel: fix LAN8814 QSGMII soft reset
` [PATCH 6.18 312/315] xhci: tegra: Fix ghost USB device on dual-role port unplug
` [PATCH 6.18 314/315] drm/i915/psr: Use DC_OFF wake reference to block DC6 on vblank enable
` [PATCH 6.18 315/315] thunderbolt: property: Cap recursion depth in __tb_property_parse_dir()

[PATCH 6.1.y] usb: gadget: f_ncm: Fix net_device lifecycle with device_move
 2026-06-08  5:37 UTC 

[PATCH 5.10 000/589] 5.10.258-rc1 review
 2026-06-07 19:25 UTC  (3+ messages)
` [PATCH 5.10 503/589] crypto: af_alg - Cap AEAD AD length to 0x80000000


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox