messages from 2026-05-22 17:57:30 to 2026-05-22 20:22:01 UTC [more...]
[PATCH 00/14] mm/damon: minor improvements for code readability and tests
2026-05-22 20:22 UTC (3+ messages)
[PATCH] bpf: Fix preorder-unaware index in replace_effective_prog and purge_effective_progs replace_effective_prog() and purge_effective_progs() compute the target index in the effective program array by sequentially walking the hlist (pos++). However, since commit 4b82b181a26c ("bpf: Allow pre-ordering for bpf cgroup progs"), compute_effective_progs() partitions the effective array: preorder programs occupy indices 0..preorder_cnt-1 and normal programs occupy indices preorder_cnt..end. The sequential hlist walk does not account for this partitioning, so when BPF_F_PREORDER programs coexist with normal programs the computed index diverges from the actual position in the effective array. In replace_effective_prog() this causes BPF_LINK_UPDATE to overwrite the wrong slot: the freed program pointer remains in the correct slot while an unrelated neighbor is clobbered. Fix both functions by searching the effective array directly for the target program pointer instead of computing an index from the hlist. This is correct regardless of array layout since it matches by pointer identity. For purge_effective_progs(), resolve the effective prog from the link when the direct prog pointer is NULL (link-based detach path). Fixes: 4b82b181a26c ("bpf: Allow pre-ordering for bpf cgroup progs") Signed-off-by: Himanshu Anand <anand.himanshu17@gmail.com>
2026-05-22 20:21 UTC (2+ messages)
[PATCH] PCI: Prevent workqueue code nesting in pci_call_probe()
2026-05-22 20:14 UTC
[PATCH v4] libbpf: harden parse_vma_segs() path parsing
2026-05-22 20:13 UTC
[PATCH v2 0/2] dmaengine: add helper macro dmaengine_prep_submit()
2026-05-22 20:13 UTC (3+ messages)
` [PATCH v2 1/2] dmaengine: Add helper dmaengine_prep_submit_slave_single()
` [PATCH v2 2/2] i2c: imx-lpi2c: use dmaengine_prep_submit() to simple code
[PATCH v2 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
2026-05-22 20:11 UTC (4+ messages)
` [PATCH v2 1/6] alloc_tag: add ioctl to /proc/allocinfo
[REGRESSION] GPU passes into VM improperly after c376a3456d8b or a98db518dde2
2026-05-22 20:10 UTC (6+ messages)
[PATCH v2 0/6] bus: mhi: Fix broken runtime PM design
2026-05-22 20:09 UTC (3+ messages)
` [PATCH v2 3/6] net: mhi_net: Hold runtime PM during active data path operations
[PATCH v4 00/12] Linux RISC-V trace framework and drivers
2026-05-22 20:04 UTC (8+ messages)
` [PATCH v4 03/12] rvtrace: Add functions to create/destroy a trace component path
` [PATCH v4 05/12] rvtrace: Add trace encoder driver
` [PATCH v4 07/12] rvtrace: Add trace ramsink driver
[PATCH 00/17] i3c: renesas: Suspend to RAM with power loss and runtime PM
2026-05-22 20:01 UTC (35+ messages)
` [PATCH 01/17] i3c: renesas: Check that the transfer is valid before accessing it
` [PATCH 02/17] i3c: renesas: Use the divider 128
` [PATCH 03/17] i3c: renesas: Restore STDBR and EXTBR registers on resume
` [PATCH 04/17] i3c: renesas: Follow the reset deassert order used in probe
` [PATCH 05/17] i3c: renesas: Fix re-attach
` [PATCH 06/17] i3c: renesas: Reset the controller on resume
` [PATCH 07/17] i3c: renesas: Perform Dynamic Address Assignment "
` [PATCH 08/17] i3c: renesas: Clean DATBAS register on detach
` [PATCH 09/17] i3c: renesas: Use reset_control_bulk_{assert, deassert}()
` [PATCH 10/17] i3c: renesas: Return immediately if there is nothing to transfer
` [PATCH 11/17] i3c: renesas: Follow a unified pattern for transfer and command initialization
` [PATCH 12/17] i3c: renesas: Drop the explicit memset() call
` [PATCH 13/17] i3c: renesas: Update HW registers after SW computations are done
` [PATCH 14/17] i3c: renesas: Organize structures to avoid unnecessary padding
` [PATCH 15/17] i3c: renesas: Use the "dev_name:irq_name" format for the interrupt name
` [PATCH 16/17] i3c: renesas: Drop unnecessary tab
` [PATCH 17/17] i3c: renesas: Add runtime PM support
[PATCH v2 1/2] riscv: track effective hardware PTE A/D updates
2026-05-22 20:01 UTC (4+ messages)
` [PATCH v2 2/2] riscv: preserve hardware-updated A/D bits in PTE accessors
[PATCH v2 0/2] arm64: dts: glymur-crd: Add reset GPIO to touchscreen
2026-05-22 19:55 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: input: hid-over-i2c: Add reset-gpios property
` [PATCH v2 2/2] arm64: dts: glymur-crd: Add reset GPIO to touchscreen node
[PATCH v3 00/18] firmware: qcom: scm: Add minidump SRAM destination support
2026-05-22 19:50 UTC (19+ messages)
` [PATCH v3 01/18] dt-bindings: firmware: qcom,scm: Add minidump SRAM property
` [PATCH v3 02/18] dt-bindings: sram: qcom,imem: Add minidump-sram pattern property
` [PATCH v3 03/18] firmware: qcom: scm: use dev_err_probe() for dload address failure
` [PATCH v3 04/18] firmware: qcom: scm: Add minidump SRAM support
` [PATCH v3 05/18] arm64: dts: qcom: kaanapali: Add minidump SRAM config to SCM node
` [PATCH v3 06/18] arm64: dts: qcom: sm8450: "
` [PATCH v3 07/18] arm64: dts: qcom: sa8775p: "
` [PATCH v3 08/18] arm64: dts: qcom: qcs8300: "
` [PATCH v3 09/18] arm64: dts: qcom: qdu1000: "
` [PATCH v3 10/18] arm64: dts: qcom: sm8550: "
` [PATCH v3 11/18] arm64: dts: qcom: sm8650: "
` [PATCH v3 12/18] arm64: dts: qcom: sc7280: "
` [PATCH v3 13/18] arm64: dts: qcom: sm8350: "
` [PATCH v3 14/18] arm64: dts: qcom: sc7180: "
` [PATCH v3 15/18] arm64: dts: qcom: sm6350: "
` [PATCH v3 16/18] arm64: dts: qcom: sm6375: "
` [PATCH v3 17/18] arm64: dts: qcom: qcs615: "
` [PATCH v3 18/18] arm64: dts: qcom: sdm845: "
[PATCH] Bluetooth: RFCOMM: add length check in rfcomm_recv_mcc
2026-05-22 19:50 UTC (2+ messages)
[PATCH] arch/x86/kernel/apic: Fix kernel-doc warning for spurious_interrupt()
2026-05-22 19:46 UTC
[PATCH v5 00/16] Add ACPI-based PMT discovery support for Intel PMC
2026-05-22 19:49 UTC (4+ messages)
` [PATCH v5 10/16] platform/x86/intel/pmc/ssram: Use fixed-size static pmc array
[PATCH v2 0/2] fs/pipe: reduce pipe->mutex contention by pre-allocating outside the lock
2026-05-22 19:48 UTC (4+ messages)
` [PATCH v2 1/2] fs/pipe: pre-allocate pages outside pipe->mutex in anon_pipe_write
[syzbot] [fs?] KASAN: slab-use-after-free Read in reverse_path_check_proc
2026-05-22 19:48 UTC
[PATCH v9 0/2] Pass down hot-plug CONNECTOR ID to user-space
2026-05-22 19:47 UTC (8+ messages)
` [PATCH v9 2/2] drm: Send per-connector hotplug events
[PATCH] nfsd: reset write verifier on deferred writeback errors
2026-05-22 19:47 UTC (4+ messages)
[PATCH v5 00/21] nfsd: add support for CB_NOTIFY callbacks in directory delegations
2026-05-22 19:42 UTC (22+ messages)
` [PATCH v5 01/21] nfsd: check fl_lmops in nfsd_breaker_owns_lease()
` [PATCH v5 02/21] nfsd: add protocol support for CB_NOTIFY
` [PATCH v5 03/21] nfs_common: add new NOTIFY4_* flags proposed in RFC8881bis
` [PATCH v5 04/21] nfsd: allow nfsd to get a dir lease with an ignore mask
` [PATCH v5 05/21] nfsd: update the fsnotify mark when setting or removing a dir delegation
` [PATCH v5 06/21] nfsd: make nfsd4_callback_ops->prepare operation bool return
` [PATCH v5 07/21] nfsd: add callback encoding and decoding linkages for CB_NOTIFY
` [PATCH v5 08/21] nfsd: use RCU to protect fi_deleg_file
` [PATCH v5 09/21] nfsd: add data structures for handling CB_NOTIFY
` [PATCH v5 10/21] nfsd: add notification handlers for dir events
` [PATCH v5 11/21] nfsd: add tracepoint to dir_event handler
` [PATCH v5 12/21] nfsd: apply the notify mask to the delegation when requested
` [PATCH v5 13/21] nfsd: add helper to marshal a fattr4 from completed args
` [PATCH v5 14/21] nfsd: allow nfsd4_encode_fattr4_change() to work with no export
` [PATCH v5 15/21] nfsd: send basic file attributes in CB_NOTIFY
` [PATCH v5 16/21] nfsd: allow encoding a filehandle into fattr4 without a svc_fh
` [PATCH v5 17/21] nfsd: add a fi_connectable flag to struct nfs4_file
` [PATCH v5 18/21] nfsd: add the filehandle to returned attributes in CB_NOTIFY
` [PATCH v5 19/21] nfsd: properly track requested child attributes
` [PATCH v5 20/21] nfsd: track requested dir attributes
` [PATCH v5 21/21] nfsd: add support to CB_NOTIFY for dir attribute changes
[PATCH] drm/client: check whether CRTC is active before waiting for vblank
2026-05-22 19:39 UTC (7+ messages)
[GIT PULL] pin control fixes for the v7.1 kernel
2026-05-22 19:39 UTC (2+ messages)
[GIT PULL] gpio fixes for v7.1-rc5
2026-05-22 19:38 UTC (2+ messages)
[GIT PULL] sound fixes for 7.1-rc5
2026-05-22 19:38 UTC (2+ messages)
[GIT PULL] smb3 client fixes
2026-05-22 19:38 UTC (2+ messages)
[net-next v44] mctp pcc: Implement MCTP over PCC Transport
2026-05-22 19:36 UTC
[PATCH v4] nvme: reject keep-alive passthrough on non-fabrics
2026-05-22 19:32 UTC (2+ messages)
[PATCH] ARM: zte: clean up zx297520v3 doc. warnings
2026-05-22 19:31 UTC (4+ messages)
[PATCH v2 00/16] iommu: Add live update state preservation
2026-05-22 19:29 UTC (6+ messages)
` [PATCH v2 13/16] iommufd: Persist iommu hardware pagetables for live update
[PATCH v5 0/3] ASoC: qcom: lpass: Switch VA/WSA macros to PM clock framework
2026-05-22 19:26 UTC (8+ messages)
` [PATCH v5 1/3] ASoC: codecs: lpass-wsa-macro: Switch to PM clock framework for runtime PM
[PATCH] clocksource/drivers/owl: fix refcount leak
2026-05-22 19:25 UTC (4+ messages)
` "
[PATCH v2 0/3] ASoC: sunxi: sun4i-spdif: Cleanup and runtime PM improvements
2026-05-22 19:20 UTC (5+ messages)
` [PATCH v2 2/3] ASoC: sunxi: sun4i-spdif: Resume device before kcontrol register access
` [PATCH v2 3/3] ASoC: sunxi: sun4i-spdif: Reorder clock enable sequence
[PATCH v5 0/2] mm: improve large folio readahead for exec memory
2026-05-22 19:20 UTC (2+ messages)
[PATCH V2 0/7] Fixes to the previously-merged drivers/dax/fsdev series
2026-05-22 19:19 UTC (8+ messages)
` [PATCH V2 1/7] dax: fix misleading comment about share/index union in dax_folio_reset_order()
` [PATCH V2 2/7] dax/fsdev: fix multi-range offset, vmemmap_shift leak, and probe error cleanup
` [PATCH V2 3/7] dax/fsdev: fix kaddr for multi-range and fail probe on invalid pgmap offset
` [PATCH V2 4/7] dax/fsdev: clamp direct_access return to current physical range
` [PATCH V2 5/7] dax: fix holder_ops race in fs_put_dax()
` [PATCH V2 6/7] dax: replace exported dax_dev_get() with non-allocating dax_dev_find()
` [PATCH V2 7/7] dax: fsdev.c minor formatting cleanup
[PATCH v15 00/28] Add new general DRM property "color format"
2026-05-22 19:19 UTC (5+ messages)
` [PATCH v15 11/28] drm/i915/hdmi: Add YCBCR444 handling for sink formats
` [PATCH v15 12/28] drm/i915/dp: "
[PATCH v3 0/9] x86,fs/resctrl: Fix long-standing issues
2026-05-22 19:15 UTC (10+ messages)
` [PATCH v3 1/9] fs/resctrl: Move functions to avoid forward references in subsequent fixes
` [PATCH v3 2/9] fs/resctrl: Free mon_data structures on rdt_get_tree() failure
` [PATCH v3 3/9] fs/resctrl: Fix use-after-free during unmount
` [PATCH v3 4/9] fs/resctrl: Fix deadlock for errors during mount
` [PATCH v3 5/9] fs/resctrl: Prevent use-after-free in rdtgroup_kn_put()
` [PATCH v3 6/9] fs/resctrl: Fix pseudo-locking lifetime handling
` [PATCH v3 7/9] fs/resctrl: Prevent deadlock and use-after-free in info file handlers
` [PATCH v3 8/9] x86/resctrl: Ensure domain fully initialized before placed on RCU list
` [PATCH v3 9/9] fs/resctrl: Fix UAF from worker threads when domains are removed
[PATCH v2] pwm: imx27: Fix variable truncation in .apply()
2026-05-22 19:13 UTC
[PATCH] ipc/sem: fix malformed kernel-doc comment
2026-05-22 19:05 UTC
[RELEASE] LTTng-UST 2.14.2 and 2.15.1 (Linux user-space tracer)
2026-05-22 19:08 UTC
[PATCH 0/8] i3c: Hot-Join improvements and MIPI HCI Hot-Join support
2026-05-22 18:59 UTC (9+ messages)
` [PATCH 6/8] i3c: master: Defer new-device registration out of DAA caller context
[PATCH 0/8] x86-32 CPU configuration cleanups
2026-05-22 19:00 UTC (5+ messages)
` [PATCH 5/8] x86: remove dependencies on CONFIG_M... CPU options
[PATCH v9 0/3] kbuild: distributed build support for Clang ThinLTO
2026-05-22 18:58 UTC (11+ messages)
` [PATCH v9 3/3] "
[PATCH v1 0/8] powerpc/signal: Convert to scoped user access
2026-05-22 18:55 UTC (6+ messages)
` [PATCH v1 2/8] powerpc/signal64: Untangle setup_tm_sigcontexts() and user_access_begin()
[PATCH] rust: helpers: add is_vmalloc_addr wrapper for NOMMU builds
2026-05-22 18:54 UTC
[PATCH v13 0/6] Support sparse mappings in Panthor
2026-05-22 18:52 UTC (7+ messages)
` [PATCH v13 1/6] drm/panthor: Expose GPU page sizes to UM
` [PATCH v13 2/6] drm/panthor: Pass vm_bind_op to vm_prepare_map_op_ctx
` [PATCH v13 3/6] drm/panthor: Delete spurious whitespace from uAPI header
` [PATCH v13 4/6] drm/panthor: Remove unused operation context field
` [PATCH v13 5/6] drm/panthor: Support sparse mappings
` [PATCH v13 6/6] drm/panthor: Bump the driver version to 1.9
[syzbot] [fs?] KASAN: slab-use-after-free Read in clear_tfile_check_list
2026-05-22 18:52 UTC
[PATCH v2] libbpf: fix UAF in strset__add_str()
2026-05-22 18:50 UTC (5+ messages)
` [PATCH v3] "
[PATCH 0/3] tools/nolibc: -Wwrite-strings compatibility
2026-05-22 18:48 UTC (5+ messages)
` [PATCH 2/3] selftests/nolibc: cast execve() argv string to character pointer
[PATCH] ALC269/Realtek: add quirk for HP Dragonfly Folio G3 2-in-1
2026-05-22 18:44 UTC
[PATCH] crypto: nx: fix nx_crypto_ctx_exit argument
2026-05-22 18:44 UTC (2+ messages)
[PATCH] mmc: dw_mmc-rockchip: Add missing private data for very old controllers
2026-05-22 18:43 UTC
[PATCH v3] libbpf: harden parse_vma_segs() path parsing
2026-05-22 18:34 UTC (4+ messages)
[PATCH v4 0/8] s390: Improve this_cpu operations
2026-05-22 18:33 UTC (2+ messages)
[PATCH net v2] vsock: keep poll shutdown state consistent
2026-05-22 18:30 UTC (2+ messages)
[PATCH v1 0/4] arm64: SFrame user space unwinding
2026-05-22 18:24 UTC (5+ messages)
` [PATCH v1 3/4] arm64/vdso: Enable SFrame generation in vDSO
[PATCH v3 0/2] drm/drm_blend: allow blend mode property without PREMULTI
2026-05-22 18:24 UTC (4+ messages)
` [PATCH v3 2/2] drm: ensure blend mode supported if alpha exposed
[PATCH] block: Add bvec_folio()
2026-05-22 18:21 UTC
[PATCH 1/2] gpio: mxc: fix irq_high handling
2026-05-22 18:21 UTC (4+ messages)
` [PATCH 2/2] gpio: mxc: use BIT() macro
[PATCH v5 00/13] AD9910 Direct Digital Synthesizer
2026-05-22 18:20 UTC (8+ messages)
` [PATCH v5 06/13] iio: frequency: ad9910: initial driver implementation
` [PATCH v5 11/13] iio: frequency: ad9910: show channel priority in debugfs
` [PATCH v5 12/13] Documentation: ABI: testing: add docs for ad9910 sysfs entries
[PATCH net-next v9] net: mana: Expose hardware diagnostic info via debugfs
2026-05-22 18:20 UTC (2+ messages)
[PATCH net-next v3 0/6] net: convert atm/xdp/af_iucv/l2tp_ppp/rxrpc/tipc to getsockopt_iter
2026-05-22 18:20 UTC (2+ messages)
[PATCH net-next V2 2/2] net/mlx5: implement max_sfs parameter
2026-05-22 18:19 UTC (2+ messages)
[PATCH 1/1] l2tp: pppol2tp: hold reference to session in pppol2tp_ioctl()
2026-05-22 18:15 UTC (3+ messages)
[PATCH] power: snapshot: fix missing kernel-doc parameter descriptions
2026-05-22 18:11 UTC
[PATCH bpf-next v6 0/3] bpf: Implement stack_map_get_build_id_offset_sleepable()
2026-05-22 18:14 UTC (5+ messages)
` [PATCH bpf-next v6 2/3] bpf: Avoid faultable build ID reads under mm locks
[PATCH 0/3] arm64: dts: rockchip: Add support for Axelera Metis SBC
2026-05-22 18:12 UTC (3+ messages)
` [PATCH 1/3] dt-bindings: vendor-prefixes: Add Axelera AI
[PATCH v3 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
2026-05-22 18:07 UTC (2+ messages)
[PATCH v4 0/3] dt-bindings: automated coding style check for DTS examples
2026-05-22 18:04 UTC (4+ messages)
` [PATCH v4 1/3] dt-bindings: add DTS style checker
` [PATCH v4 2/3] dt-bindings: wire style checker into dt_binding_check
` [PATCH v4 3/3] dt-bindings: add self-test fixtures for style checker
[PATCH] ceph: fix OOB read in ceph_osdc_list_watchers via uncapped outdata_len
2026-05-22 18:02 UTC
[PATCH v3 0/5] arm64: dts: qcom: Add initial device tree support for Shikra
2026-05-22 18:02 UTC (6+ messages)
` [PATCH v3 1/5] dt-bindings: arm: qcom: Document Shikra and its EVK boards
` [PATCH v3 2/5] arm64: dts: qcom: Introduce Shikra SoC base dtsi
` [PATCH v3 3/5] arm64: dts: qcom: Add Shikra CQ2390M SoM platform
` [PATCH v3 4/5] arm64: dts: qcom: Add Shikra IQ2390S "
` [PATCH v3 5/5] arm64: dts: qcom: Add Shikra EVK boards
[PATCH v5 10/11] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
2026-05-22 18:01 UTC (2+ messages)
[PATCH] media: v4l2-fwnode: Fix subdev owner overwritten in v4l2_async_register_subdev_sensor()
2026-05-22 18:01 UTC (4+ messages)
[PATCH] KVM: arm64: Preserve all guest ZCR_EL2.LEN values
2026-05-22 18:00 UTC
[PATCH 0/5] Add RPROC support for the MX95-15x15-FRDM board
2026-05-22 18:00 UTC (3+ messages)
` [PATCH 1/5] dt-bindings: remoteproc: imx_rproc: document optional "memory-region-names"
[PATCH 0/3] arm64: Fixes and cleanups for cpu-feature-registers.rst
2026-05-22 17:58 UTC (4+ messages)
` [PATCH 1/3] arm64: Don't number registers in cpu-feature-registers.rst
` [PATCH 2/3] arm64: Document missing bitfields "
` [PATCH 3/3] arm64: Sort registers "
[PATCH v5 05/11] PCI: liveupdate: Keep bus numbers constant during Live Update
2026-05-22 17:59 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox