public inbox for patches@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-02-04 19:31:16 to 2026-02-09 14:28:29 UTC [more...]

[PATCH 6.18 000/175] 6.18.10-rc1 review
 2026-02-09 14:22 UTC  (54+ messages)
` [PATCH 6.18 001/175] nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovec
` [PATCH 6.18 002/175] x86/vmware: Fix hypercall clobbers
` [PATCH 6.18 003/175] x86/kfence: fix booting on 32bit non-PAE systems
` [PATCH 6.18 004/175] KVM: x86: Explicitly configure supported XSS from {svm,vmx}_set_cpu_caps()
` [PATCH 6.18 005/175] platform/x86: intel_telemetry: Fix swapped arrays in PSS output
` [PATCH 6.18 006/175] ALSA: aloop: Fix racy access at PCM trigger
` [PATCH 6.18 007/175] pmdomain: qcom: rpmpd: fix off-by-one error in clamping to the highest state
` [PATCH 6.18 008/175] pmdomain: imx8mp-blk-ctrl: Keep gpc power domain on for system wakeup
` [PATCH 6.18 009/175] pmdomain: imx: gpcv2: Fix the imx8mm gpu hang due to wrong adb400 reset
` [PATCH 6.18 010/175] pmdomain: imx8mp-blk-ctrl: Keep usb phy power domain on for system wakeup
` [PATCH 6.18 011/175] pmdomain: imx8m-blk-ctrl: fix out-of-range access of bc->domains
` [PATCH 6.18 012/175] procfs: avoid fetching build ID while holding VMA lock
` [PATCH 6.18 013/175] mm/slab: Add alloc_tagging_slab_free_hook for memcg_alloc_abort_single
` [PATCH 6.18 014/175] ceph: fix NULL pointer dereference in ceph_mds_auth_match()
` [PATCH 6.18 015/175] rbd: check for EOD after exclusive lock is ensured to be held
` [PATCH 6.18 016/175] ARM: 9468/1: fix memset64() on big-endian
` [PATCH 6.18 017/175] ceph: fix oops due to invalid pointer for kfree() in parse_longname()
` [PATCH 6.18 018/175] cgroup/dmem: fix NULL pointer dereference when setting max
` [PATCH 6.18 019/175] cgroup/dmem: avoid rcu warning when unregister region
` [PATCH 6.18 020/175] cgroup/dmem: avoid pool UAF
` [PATCH 6.18 021/175] drm/amd: Set minimum version for set_hw_resource_1 on gfx11 to 0x52
` [PATCH 6.18 022/175] gve: Fix stats report corruption on queue count change
` [PATCH 6.18 023/175] gve: Correct ethtool rx_dropped calculation
` [PATCH 6.18 024/175] mm, shmem: prevent infinite loop on truncate race
` [PATCH 6.18 025/175] Revert "drm/amd: Check if ASPM is enabled from PCIe subsystem"
` [PATCH 6.18 026/175] nouveau: add a third state to the fini handler
` [PATCH 6.18 027/175] nouveau/gsp: use rpc sequence numbers properly
` [PATCH 6.18 028/175] nouveau/gsp: fix suspend/resume regression on r570 firmware
` [PATCH 6.18 029/175] net: cpsw: Execute ndo_set_rx_mode callback in a work queue
` [PATCH 6.18 030/175] net: cpsw_new: "
` [PATCH 6.18 031/175] net: spacemit: k1-emac: fix jumbo frame support
` [PATCH 6.18 032/175] KVM: selftests: Add -U_FORTIFY_SOURCE to avoid some unpredictable test failures
` [PATCH 6.18 033/175] KVM: Dont clobber irqfd routing type when deassigning irqfd
` [PATCH 6.18 034/175] hwmon: (gpio-fan) Fix set_rpm() return value
` [PATCH 6.18 035/175] hwmon: (gpio-fan) Allow to stop FANs when CONFIG_PM is disabled
` [PATCH 6.18 036/175] PCI/ERR: Ensure error recoverability at all times
` [PATCH 6.18 037/175] treewide: Drop pci_save_state() after pci_restore_state()
` [PATCH 6.18 038/175] bus: mhi: host: pci_generic: Add Telit FE990B40 modem support
` [PATCH 6.18 039/175] sched/fair: Skip sched_balance_running cmpxchg when balance is not due
` [PATCH 6.18 040/175] sched/fair: Have SD_SERIALIZE affect newidle balancing
` [PATCH 6.18 041/175] rust_binder: correctly handle FDA objects of length zero
` [PATCH 6.18 042/175] rust_binder: add additional alignment checks
` [PATCH 6.18 043/175] rust_binderfs: fix ida_alloc_max() upper bound
` [PATCH 6.18 044/175] binder: fix UAF in binder_netlink_report()
` [PATCH 6.18 045/175] binder: fix BR_FROZEN_REPLY error log
` [PATCH 6.18 046/175] binderfs: fix ida_alloc_max() upper bound
` [PATCH 6.18 047/175] tracing: Fix ftrace event field alignments
` [PATCH 6.18 048/175] wifi: mac80211: ocb: skip rx_no_sta when interface is not joined
` [PATCH 6.18 050/175] wifi: mac80211: dont WARN for connections on invalid channels
` [PATCH 6.18 059/175] io_uring: use GFP_NOWAIT for overflow CQEs on legacy rings
` [PATCH 6.18 060/175] LoongArch: Enable exception fixup for specific ADE subcode
` [PATCH 6.18 061/175] smb/server: fix refcount leak in parse_durable_handle_context()
` [PATCH 6.18 062/175] btrfs: do not free data reservation in fallback from inline due to -ENOSPC

[PATCH 00/10] Provide udata helpers and use them in bnxt_re
 2026-02-09 14:06 UTC  (17+ messages)
` [PATCH 01/10] RDMA: Add ib_copy_validate_udata_in()
` [PATCH 02/10] RDMA: Add ib_copy_validate_udata_in_cm()
` [PATCH 03/10] RDMA: Add ib_respond_udata()
` [PATCH 04/10] RDMA: Add ib_is_udata_in_empty()
` [PATCH 05/10] RDMA: Provide documentation about the uABI compatibility rules
` [PATCH 06/10] RDMA/bnxt_re: Add compatibility checks to the uapi path
` [PATCH 07/10] RDMA/bnxt_re: Add compatibility checks to the uapi path for no data
` [PATCH 08/10] RDMA/bnxt_re: Add missing comp_mask validation
` [PATCH 09/10] RDMA/bnxt_re: Use ib_respond_udata()
` [PATCH 10/10] RDMA/bnxt_re: Add BNXT_RE_UCNTX_CMASK_UAPI_COMPAT_SUPPORTED

[PATCH AUTOSEL 6.18-6.12] drm/amd/display: extend delta clamping logic to CM3 LUT helper
 2026-02-09 12:26 UTC  (15+ messages)
` [PATCH AUTOSEL 6.18] io_uring/fdinfo: be a bit nicer when looping a lot of SQEs/CQEs
` [PATCH AUTOSEL 6.18-6.12] ALSA: hda/realtek: Enable headset mic for Acer Nitro 5
` [PATCH AUTOSEL 6.18-5.10] platform/x86: classmate-laptop: Add missing NULL pointer checks
` [PATCH AUTOSEL 6.18-6.6] platform/x86/amd/pmc: Add quirk for MECHREVO Wujie 15X Pro
` [PATCH AUTOSEL 6.18-6.6] ASoC: amd: yc: Add quirk for HP 200 G2a 16
` [PATCH AUTOSEL 6.18-5.15] platform/x86: panasonic-laptop: Fix sysfs group leak in error path
` [PATCH AUTOSEL 6.18-5.15] ASoC: fsl_xcvr: fix missing lock in fsl_xcvr_mode_put()
` [PATCH AUTOSEL 6.18-6.12] tracing/dma: Cap dma_map_sg tracepoint arrays to prevent buffer overflow
` [PATCH AUTOSEL 6.18-5.10] drm/tegra: hdmi: sor: Fix error: variable ‘j’ set but not used
` [PATCH AUTOSEL 6.18-6.1] ASoC: Intel: sof_es8336: Add DMI quirk for Huawei BOD-WXX9
` [PATCH AUTOSEL 6.18] ASoC: sof_sdw: Add a quirk for Lenovo laptop using sidecar amps with cs42l43
` [PATCH AUTOSEL 6.18-5.10] gpiolib: acpi: Fix gpio count with string references
` [PATCH AUTOSEL 6.18-6.6] ASoC: cs42l43: Correct handling of 3-pole jack load detection
` [PATCH AUTOSEL 6.18-6.12] drm/amd/display: remove assert around dpp_base replacement

[PATCH v2 0/1] alpha: trivial: remove ^L chars
 2026-02-07 16:09 UTC  (2+ messages)

[PATCH 6.1 000/276] 6.1.162-rc2 review
 2026-02-06 23:08 UTC  (9+ messages)

[PATCH 5.15 000/203] 5.15.199-rc2 review
 2026-02-06 23:07 UTC  (8+ messages)

[PATCH 5.10 000/160] 5.10.249-rc2 review
 2026-02-06 22:28 UTC  (13+ messages)

[PATCH 6.18 000/122] 6.18.9-rc1 review
 2026-02-06 13:52 UTC  (21+ messages)

[PATCH 5.10 000/161] 5.10.249-rc1 review
 2026-02-06 11:22 UTC  (27+ messages)
` [PATCH 5.10 004/161] btrfs: send: check for inline extents in range_is_hole_in_parent()
` [PATCH 5.10 022/161] phy: rockchip: inno-usb2: fix communication disruption in gadget mode
` [PATCH 5.10 037/161] dmaengine: at_hdmac: fix device leak on of_dma_xlate()
` [PATCH 5.10 050/161] selftests/net: convert fib-onlink-tests.sh to run it in unique namespace
` [PATCH 5.10 070/161] iio: imu: st_lsm6dsx: fix iio_chan_spec for sensors without event detection
` [PATCH 5.10 080/161] scsi: hisi_sas: Use managed PCI functions

[PATCH 6.12 00/87] 6.12.69-rc1 review
 2026-02-06  9:29 UTC  (16+ messages)
` [PATCH 6.12 75/87] Revert "drm/nouveau/disp: Set drm_mode_config_funcs.atomic_(check|commit)"

[PATCH 6.6 00/72] 6.6.123-rc1 review
 2026-02-06  9:25 UTC  (10+ messages)

[PATCH 5.15.y] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
 2026-02-06  0:56 UTC 

[PATCH 6.1.y] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
 2026-02-06  0:38 UTC 

[PATCH 6.1 000/280] 6.1.162-rc1 review
 2026-02-05 14:10 UTC  (13+ messages)
` [PATCH 6.1 062/280] drm/amd: Clean up kfd node on surprise disconnect

[PATCH 5.15 000/206] 5.15.199-rc1 review
 2026-02-05 14:07 UTC  (9+ messages)
` [PATCH 5.15 195/206] mm/kfence: randomize the freelist on initialization

[PATCH] Revert "clk: Respect CLK_OPS_PARENT_ENABLE during recalc"
 2026-02-05 11:43 UTC  (2+ messages)

[PATCH 6.12.y] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
 2026-02-05  8:32 UTC 

[PATCH 6.6.y] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
 2026-02-05  8:33 UTC 


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