messages from 2026-05-22 19:37:45 to 2026-05-22 20:25:37 UTC [more...]
[GIT PULL] regulator fixes for v7.1-rc4
2026-05-22 20:25 UTC (2+ messages)
[GIT PULL]: Generic phy fixes for v7.1
2026-05-22 20:25 UTC (2+ messages)
[libgpiod][PATCH 0/3] bindings: python: add support for free-threaded Python
2026-05-22 20:24 UTC (5+ messages)
` [libgpiod][PATCH 1/3] bindings: python: tests: add multi-threaded tests
` [libgpiod][PATCH 2/3] bindings: python: support free-threaded CPython
` [libgpiod][PATCH 3/3] bindings: python: add a changelog
[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
2026-05-22 20:24 UTC (13+ messages)
` [PATCH v6 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v6 02/12] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v6 03/12] PCI: liveupdate: Track incoming "
` [PATCH v6 04/12] PCI: liveupdate: Document driver binding responsibilities
` [PATCH v6 05/12] PCI: liveupdate: Keep bus numbers constant during Live Update
` [PATCH v6 06/12] PCI: liveupdate: Auto-preserve upstream bridges across "
` [PATCH v6 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v6 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
` [PATCH v6 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
` [PATCH v6 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v6 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v6 12/12] Documentation: PCI: Add documentation for Live Update
[PATCH 6.12 000/666] 6.12.91-rc1 review
2026-05-22 20:23 UTC (5+ messages)
` [PATCH 6.12 505/666] sched/psi: fix race between file release and pressure write
` [PATCH 6.12 634/666] netfs: fix error handling in netfs_extract_user_iter()
[PATCH] hwmon: (lm63) expose PWM frequency and LUT hysteresis as writable
2026-05-22 20:22 UTC (5+ messages)
` [PATCH v2] "
+ selftests-damon-sysfssh-test-pause-file-existence.patch added to mm-new branch
2026-05-22 20:22 UTC
+ selftests-damon-sysfssh-test-addr_unit-file-existence.patch added to mm-new branch
2026-05-22 20:22 UTC
+ selftests-damon-sysfssh-test-monitoring-intervals-goal-dir.patch added to mm-new branch
2026-05-22 20:22 UTC
+ selftests-damon-sysfspy-stop-kdamonds-before-failing.patch added to mm-new branch
2026-05-22 20:22 UTC
+ mm-damon-tests-core-kunit-add-damon_set_regions-test-cases.patch added to mm-new branch
2026-05-22 20:22 UTC
+ mm-damon-core-remove-damon_verify_nr_regions.patch added to mm-new branch
2026-05-22 20:22 UTC
+ mm-damon-core-add-kdamond_call-debug_sanity-check.patch added to mm-new branch
2026-05-22 20:22 UTC
+ mm-damon-core-hide-damon_destroy_region.patch added to mm-new branch
2026-05-22 20:22 UTC
+ mm-damon-core-hide-damon_insert_region.patch added to mm-new branch
2026-05-22 20:22 UTC
+ mm-damon-core-hide-damon_add_region.patch added to mm-new branch
2026-05-22 20:22 UTC
+ mm-damon-tests-vaddr-kunit-replace-damon_add_region-with-damon_set_regions.patch added to mm-new branch
2026-05-22 20:22 UTC
+ samples-damon-mtier-replace-damon_add_region-with-damon_set_regions.patch added to mm-new branch
2026-05-22 20:22 UTC
+ mm-damon-core-do-not-use-region-out-of-a-loop-in-damon_set_regions.patch added to mm-new branch
2026-05-22 20:22 UTC
+ mm-damon-core-safely-handle-no-region-case-in-damon_set_regions.patch added to mm-new branch
2026-05-22 20:22 UTC
[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 v3 00/18] firmware: qcom: scm: Add minidump SRAM destination support
2026-05-22 20:21 UTC (20+ 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 00/39] MAINTAINERS: Fix F: lines
2026-05-22 20:18 UTC (2+ messages)
[PATCH 0/2] RFC: drm/xe/pagefault: Add SRCID to pagefault reporting
2026-05-22 20:15 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for "
[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
FAILED: patch "[PATCH] net: skbuff: propagate shared-frag marker through" failed to apply to 5.10-stable tree
2026-05-22 20:12 UTC (2+ messages)
` [PATCH 5.10] net: skbuff: propagate shared-frag marker through frag-transfer helpers
[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
[PATCH 08/14] mm/damon/core: add kdamond_call() debug_sanity check
2026-05-22 20:11 UTC (2+ messages)
[REGRESSION] GPU passes into VM improperly after c376a3456d8b or a98db518dde2
2026-05-22 20:10 UTC (6+ messages)
[PATCH v2 00/10] GuC paging engine support
2026-05-22 20:10 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for GuC paging engine support (rev2)
[ANNv4] Media Summit on May 26th in Nice, France
2026-05-22 20:10 UTC (15+ messages)
FAILED: patch "[PATCH] net: skbuff: preserve shared-frag marker during coalescing" failed to apply to 5.10-stable tree
2026-05-22 20:09 UTC (2+ messages)
` [PATCH 5.10] net: skbuff: preserve shared-frag marker during coalescing
[PATCH 01/14] mm/damon/core: safely handle no region case in damon_set_regions()
2026-05-22 20:09 UTC (2+ 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] drm/i915: Add the blend mode property to all planes that support alpha blending
2026-05-22 20:08 UTC (2+ messages)
` ✓ CI.KUnit: success for "
[PATCH v6 00/64] target/arm: Implement FEAT_FP8
2026-05-22 20:04 UTC (13+ messages)
` [PATCH v6 23/64] target/arm: Set e4m3_nan_is_snan
` [PATCH v6 25/64] target/arm: Implement BF1CVT, BF1CVTLT, BF2CVT, BF2CVTLT for SVE
` [PATCH v6 31/64] target/arm: Implement BFCVTN "
` [PATCH v6 60/64] target/arm: Implement FMMLA (FP8 to FP16) for AdvSIMD
[Buildroot] [PATCH 1/1] package/mpd: update version to 0.24.12
2026-05-22 20:04 UTC (2+ messages)
[PATCH v4 00/12] Linux RISC-V trace framework and drivers
2026-05-22 20:04 UTC (7+ messages)
` [PATCH v4 03/12] rvtrace: Add functions to create/destroy a trace component path
` [PATCH v4 07/12] rvtrace: Add trace ramsink driver
[Buildroot] [git commit] package/mpd: update version to 0.24.12
2026-05-22 19:50 UTC
[PATCH 00/10] drm/i915/bw: Bunch of fixes
2026-05-22 20:03 UTC (11+ messages)
` [PATCH 01/10] drm/i915/bw: Fix num_planes handling on TGL+
` [PATCH 02/10] drm/i915/bw: Fix DCLK rounding mess
` [PATCH 03/10] drm/i915/bw: Fix bw rounding direction
` [PATCH 04/10] drm/i915/bw: Fix 'deinterleave' "
` [PATCH 05/10] drm/i915/bw: Fix rounding direction in clperchgroup calculation
` [PATCH 06/10] drm/i915/bw: Fix DEPROGBWPCLIMIT handling on BMG
` [PATCH 07/10] drm/i915/bw: Fix/unify peakbw calculations
` [PATCH 08/10] drm/i915/bw: Round the PM demand bandwidth down
` [PATCH 09/10] drm/i915/bw: Remove deinterleave fallback for TGL+
` [PATCH 10/10] drm/i915/bw: Do not consider tile4 as tileY
[PATCH v2 1/2] riscv: track effective hardware PTE A/D updates
2026-05-22 20:01 UTC (6+ messages)
` [PATCH v2 2/2] riscv: preserve hardware-updated A/D bits in PTE accessors
[PATCH 00/17] i3c: renesas: Suspend to RAM with power loss and runtime PM
2026-05-22 20:01 UTC (19+ messages)
` [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 0/2] Refactor and extend SCL handling for VRRTG
2026-05-22 19:56 UTC (2+ messages)
` ✗ i915.CI.Full: failure for Refactor and extend SCL handling for VRRTG (rev2)
[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 v2 0/2] fixes to DRM doc & parameter's print
2026-05-22 19:55 UTC (3+ messages)
` [PATCH v2 1/2] drm/print: describe 6th & 9th bit of drm.debug
[PATCH i-g-t 1/4] lib/igt_kms: Add support for the BACKGROUND_COLOR property
2026-05-22 19:54 UTC (2+ messages)
[PATCH v2 0/3] tests/kms_color: Add support for background color testing
2026-05-22 19:53 UTC (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "
[PATCH v2] target/riscv: Reject Svinval instructions in U-mode
2026-05-22 19:53 UTC (2+ messages)
[PATCH] drm/vmwgfx: Check whether CRTC is active when updating planes
2026-05-22 19:53 UTC
[PATCH] nfsd: reset write verifier when async COPY writeback fails
2026-05-22 19:53 UTC (2+ messages)
[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 (5+ 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 (2+ messages)
FAILED: patch "[PATCH] net: skbuff: propagate shared-frag marker through" failed to apply to 5.15-stable tree
2026-05-22 19:46 UTC (2+ messages)
` [PATCH 5.15] net: skbuff: propagate shared-frag marker through frag-transfer helpers
[Buildroot] [PATCH/next 1/1] package/libxmlb: bump version to 0.3.27
2026-05-22 19:45 UTC (2+ messages)
[Buildroot] [git commit branch/next] package/libxmlb: bump version to 0.3.27
2026-05-22 19:29 UTC
[PATCH v2 00/16] testing/next: various updates (MacOS, docker, gitlab)
2026-05-22 19:44 UTC (5+ messages)
` [PATCH v2 03/16] tests/Makefile.include: add binary dependency to run-tcg-tests-% rules
[PATCH i-g-t 0/1] Rename GEN_VER to GFX_VER
2026-05-22 19:44 UTC (3+ messages)
` [PATCH i-g-t 1/1] "
[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] xen/decompress: resolve MISRA R5.5 identifier/macro name conflicts
2026-05-22 19:41 UTC (3+ messages)
FAILED: patch "[PATCH] drm/xe/hdcp: Add NULL check for media_gt in" failed to apply to 6.12-stable tree
2026-05-22 19:40 UTC (2+ messages)
` [PATCH 6.12.y] drm/xe/hdcp: Add NULL check for media_gt in intel_hdcp_gsc_check_status()
[GIT PULL FOR v7.2] i.MX NXP stage driver for changes
2026-05-22 19:40 UTC
[PATCH v15 00/22] target/mips: add missing Octeon user-mode support
2026-05-22 19:36 UTC (21+ messages)
` [PATCH v15 01/22] tcg: Optimize INDEX_op_mul[us]2 for 0 and 1
` [PATCH v15 03/22] target/mips: add Octeon COP2 crypto helper plumbing
` [PATCH v15 04/22] target/mips: add Octeon CRC COP2 helpers
` [PATCH v15 05/22] target/mips: add Octeon GFM "
` [PATCH v15 06/22] target/mips: add Octeon SHA3 "
` [PATCH v15 07/22] target/mips: add Octeon ZUC "
` [PATCH v15 09/22] target/mips: add Octeon AES "
` [PATCH v15 10/22] target/mips: add Octeon SMS4 "
` [PATCH v15 11/22] target/mips: add Octeon 3DES and KASUMI "
` [PATCH v15 12/22] target/mips: add Octeon Camellia "
` [PATCH v15 13/22] target/mips: add Octeon HSH "
` [PATCH v15 14/22] target/mips: add Octeon CHORD and LLM "
` [PATCH v15 15/22] target/mips: decode Octeon COP2 register selectors
` [PATCH v15 16/22] target/mips: decode Octeon CRC and GFM COP2 selectors
` [PATCH v15 17/22] target/mips: decode Octeon HSH and SHA3 "
` [PATCH v15 18/22] target/mips: decode Octeon ZUC and SNOW3G "
` [PATCH v15 19/22] target/mips: decode Octeon block-cipher "
` [PATCH v15 20/22] target/mips: decode Octeon CHORD and LLM "
` [PATCH v15 21/22] target/mips: add Octeon CvmCount RDHWR support
` [PATCH v15 22/22] tests/tcg/mips: cover Octeon QMAC instructions
[PATCH] drm/client: check whether CRTC is active before waiting for vblank
2026-05-22 19:39 UTC (7+ messages)
[PATCH v3 5/5] arm64: dts: qcom: Add Shikra EVK boards
2026-05-22 19:39 UTC (3+ messages)
[GIT PULL] io_uring fixes for 7.1-rc5
2026-05-22 19:39 UTC (2+ messages)
[GIT PULL] Block fixes for 7.1-rc5
2026-05-22 19:39 UTC (2+ messages)
[GIT PULL] zonefs fixes for 7.1-rc5
2026-05-22 19:39 UTC (2+ 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)
[PATCH v2] pwm: imx27: Fix variable truncation in .apply()
2026-05-22 19:38 UTC (2+ messages)
[GIT PULL] smb3 client fixes
2026-05-22 19:38 UTC (2+ messages)
[scosu-sched:topic/mmap-cap-prot-wip/v6.18 1063/1130] include/linux/cciss_ioctl.h:15:3: error: unknown type name 'compat_caddr_t'
2026-05-22 19:37 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.