All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-22 17:19:08 to 2026-06-22 18:22:24 UTC [more...]

[PATCH 0/2] nfs: refactor bit operations using clear_and_wake_up_bit
 2026-06-22 17:55 UTC  (3+ messages)
` [PATCH 1/2] nfs: replace atomic bitops sequence with clear_and_wake_up_bit helper
` [PATCH 2/2] nfs: refactor pNFS functions using clear_and_wake_up_bit

[PATCH/RFC 0/6] commit-reach: terminate merge-base walk when one side is exhausted
 2026-06-22 18:22 UTC  (14+ messages)
` [PATCH/RFC 1/6] commit-reach: decouple ahead_behind from nonstale_queue
` [PATCH/RFC 2/6] commit-reach: introduce struct paint_queue with per-side counters
` [PATCH/RFC 3/6] commit-reach: terminate merge-base walk when one paint side is exhausted
` [PATCH/RFC 4/6] t6600: add test cases for side-exhaustion edge cases
` [PATCH/RFC 5/6] t6099, t6600: add side-exhaustion regression tests
` [PATCH/RFC 6/6] Documentation/technical: add paint-down-to-common doc

[PATCH] raid6: fix raid6_recov_rvv symbol undeclared warning
 2026-06-22 18:21 UTC  (3+ messages)

[PATCH 0/2] drm/xe/guc: distinguish wedged from recoverable cancellation
 2026-06-22 18:21 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] drm/xe/guc: fix activity stats error message format

[PATCH] drm/nouveau: Simplify nouveau_cli_work
 2026-06-22 18:20 UTC  (9+ messages)
` [PATCH v3] "

[PATCH] misc: bcm-vk: fix a potential memory leak in bcm_vk_write()
 2026-06-22 18:18 UTC 

[PATCH v6 0/3] regulator: Add support for Unisoc SC2730 PMIC regulators
 2026-06-22 18:18 UTC  (4+ messages)
` [PATCH v6 1/3] regulator: dt-bindings: Add Unisoc SC2730 PMIC

[PATCH] Docs/driver-api/uio-howto: document mmap_prepare callback
 2026-06-22 18:18 UTC 

[PATCH 0/5] Shikra: Add DT support for ice, rng and qce
 2026-06-22 18:19 UTC  (5+ messages)

[linux-next:master 865/14705] drivers/iio/adc/ad4130.c:1527 ad4130_validate_diff_channel() error: buffer overflow 'st->pins_fn' 16 <= 29
 2026-06-22 18:15 UTC 

[PATCH bpf-next v3 0/3] HID: bpf: Fix hid_bpf_get_data() range check
 2026-06-22 18:18 UTC  (3+ messages)
` [PATCH bpf-next v3 1/3] "

[PATCH] GPU: drm: meson inline drm_simple_encoder_init()
 2026-06-22 18:18 UTC  (2+ messages)

[PATCH linux-next] perf test: Skip failing 'perf test aslr' test case
 2026-06-22 18:17 UTC  (3+ messages)

[PATCH v2] selinux: use bool instead of int in ss/services.c
 2026-06-22 18:16 UTC  (2+ messages)

[PATCH v5 0/2] remoteproc: xlnx: remote crash recovery
 2026-06-22 18:16 UTC  (6+ messages)
` [PATCH v5 2/2] remoteproc: xlnx: add crash detection mechanism

[PATCH i-g-t v6 0/2] Enable multi-format testing for pipe color tests
 2026-06-22 18:15 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for Enable multi-format testing for pipe color tests (rev3)

[PATCH BlueZ v2] a2dp: Fix handling of codec capability storage
 2026-06-22 18:14 UTC  (2+ messages)
` [BlueZ,v2] "

[PATCH] arm64: mm: Defer read-only remap of data/bss linear alias
 2026-06-22 18:13 UTC  (2+ messages)

[PATCH] nvdimm/btt: add endian conversion in dev_err in btt_log_read
 2026-06-22 18:14 UTC  (2+ messages)

arch/arm/boot/dts/microchip/at91rm9200ek.dtb: timer@fffffd00 (atmel,at91rm9200-st): Unevaluated properties are not allowed ('watchdog' was unexpected)
 2026-06-22 18:11 UTC 

[PATCH v9 00/30] drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe
 2026-06-22 18:10 UTC  (31+ messages)
` [PATCH v9 01/30] drm/vblank_work: Add methods to schedule vblank_work in 2 stages
` [PATCH v9 02/30] drm/vblank: Add a 2-stage version of drm_crtc_arm_vblank_event
` [PATCH v9 03/30] drm/intel/display: Make intel_crtc_arm_vblank_event static
` [PATCH v9 04/30] drm/intel/display: Convert vblank event handling to 2-stage arming
` [PATCH v9 05/30] drm/i915/display: Move vblank put until after critical section
` [PATCH v9 06/30] drm/i915/display: Remove locking from intel_vblank_evade "
` [PATCH v9 07/30] drm/i915/display: Handle vlv dsi workaround in scanline_in_safe_range too
` [PATCH v9 08/30] drm/i915: Use preempt_disable/enable_rt() where recommended
` [PATCH v9 09/30] drm/i915/display: Make get_vblank_counter use intel_de_read_fw()
` [PATCH v9 10/30] drm/i915/display: Do not take uncore lock in i915_get_vblank_counter
` [PATCH v9 11/30] drm/i915/display: Make icl_dsi_frame_update use _fw too
` [PATCH v9 12/30] drm/i915/display: Use intel_de_read/write_fw in colorops
` [PATCH v9 13/30] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset
` [PATCH v9 14/30] drm/i915/display: Make set_pipeconf use the fw variants
` [PATCH v9 15/30] drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock()
` [PATCH v9 16/30] drm/i915: Drop the irqs_disabled() check
` [PATCH v9 17/30] drm/i915/guc: Consider also RCU depth in busy loop
` [PATCH v9 18/30] drm/i915/gt: Fix selftests on PREEMPT_RT
` [PATCH v9 19/30] drm/i915/gt: Set stop_timeout() correctly on PREEMPT-RT
` [PATCH v9 20/30] drm/i915/display: Remove uncore lock from vlv_atomic_update_fifo
` [PATCH v9 21/30] drm/i915: Use sleeping selftests for igt_atomic on PREEMPT_RT
` [PATCH v9 22/30] Revert "drm/i915: Depend on !PREEMPT_RT."
` [PATCH v9 23/30] PREEMPT_RT injection
` [PATCH v9 24/30] FOR-CI: bump MAX_STACK_TRACE_ENTRIES
` [PATCH v9 25/30] drm/i915/gt: Add a spinlock to prevent starvation of irq_work
` [PATCH v9 26/30] drm/xe: Avoid using stolen memory for DPT
` [PATCH v9 27/30] drm/xe/display: Avoid using stolen memory for framebuffer when media gt exists
` [PATCH v9 28/30] drm/xe/display: Do not allocate into stolen for new framebuffers
` [PATCH v9 29/30] drm/i915/pmu: Convert to raw spinlock
` [PATCH v9 30/30] drm/i915/guc: Make timestamp.lock a "

[PATCH v9 0/6] Introduce cold reset recovery method
 2026-06-22 18:09 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for Introduce cold reset recovery method (rev9)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH] uboot-sign: allow customizing the FIT configuration description
 2026-06-22 18:09 UTC 

[PATCH] riscv: fix frame pointer in call_on_irq_stack for RV32
 2026-06-22 18:08 UTC  (3+ messages)

[PATCH 1/2] arm64: dts: qcom: sm8250-xiaomi-elish: Add pm8008 PMIC
 2026-06-22 18:07 UTC  (2+ messages)

new A64-OLinuXino revisions
 2026-06-22 18:07 UTC  (4+ messages)

[PATCH] MAINTAINERS: Orphan SUNPLUS ETHERNET DRIVER
 2026-06-22 18:07 UTC 

[PATCH 0/4] qga: Add vsock-listen support on Windows
 2026-06-22 18:06 UTC  (5+ messages)
` [PATCH 4/4] qga: Add AF_VSOCK channel "

[PATCH v3 0/4] media: renesas: Fix missing media_entity_cleanup()
 2026-06-22 18:06 UTC  (7+ messages)
` [PATCH v3 1/4] media: renesas: rcar-csi2: Add "
` [PATCH v3 2/4] media: renesas: csisp: "
` [PATCH v3 3/4] media: renesas: rcar-core: "
` [PATCH v3 4/4] media: renesas: rzg2l-core: "

[PATCH bpf-next v2 0/2] bpf: Enforce gotox targets against subprog bounds
 2026-06-22 18:06 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "

[PATCH v4 0/4] vfio-pci/zdev: Improved zPCI Function Measurement Support
 2026-06-22 18:06 UTC  (2+ messages)

[PATCH v2] phy: Add USB3 PHY support to Google Tensor SoC USB PHY driver
 2026-06-22 18:05 UTC  (3+ messages)

[PATCH v3 0/1] contrib/plugins: add dlcall to call host functions from a guest
 2026-06-22 18:04 UTC  (4+ messages)

[PATCH i-g-t v2 0/2] Add CPU idle state control for accurate vblank timing
 2026-06-22 18:04 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for Add CPU idle state control for accurate vblank timing (rev2)
` ✓ Xe.CI.BAT: "

[PATCH] fuse: replace passthrough backing-id IDR with IDA plus hashtable
 2026-06-22 18:03 UTC  (4+ messages)

[PATCH v5][makedumpfile 0/9] btf/kallsyms based makedumpfile extension for mm page filtering
 2026-06-22 18:03 UTC  (8+ messages)

[PATCH v4 00/16] rust: drm: Higher-Ranked Lifetime private data
 2026-06-22 18:03 UTC  (4+ messages)
` [PATCH v4 06/16] rust: drm: restrict AlwaysRefCounted to Normal GEM Object context

[PATCH RFC] udf: Mark LVID buffer as uptodate before marking it dirty in open/sync
 2026-06-22 18:02 UTC  (2+ messages)

[PATCH] Revert "drm/i915/psr: Allow SCL=0 on platforms with always-on VRR TG"
 2026-06-22 18:01 UTC  (2+ messages)
` ✓ i915.CI.Full: success for "

[PATCH v2 0/2] environment: move ignore_case into repo_config_values
 2026-06-22 18:01 UTC  (5+ messages)
` [PATCH v3 "

[RFC PATCH] remoteproc: xlnx: initialize mailbox work before requesting channels
 2026-06-22 18:00 UTC  (2+ messages)

[PATCH v2 0/4] vhost/vsock: add support for VHOST_RESET_OWNER and CPR migration
 2026-06-22 17:58 UTC  (5+ messages)
` [PATCH v2 1/4] vhost/vsock: split out vhost_vsock_drop_backends helper
` [PATCH v2 2/4] vhost/vsock: suppress EHOSTUNREACH fast-fail during CPR pause
` [PATCH v2 3/4] vhost/vsock: re-scan TX virtqueue on device start
` [PATCH v2 4/4] vhost/vsock: add VHOST_RESET_OWNER ioctl

[PATCH v3 0/3] Add drm_ras netlink error event support
 2026-06-22 17:58 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for Add drm_ras netlink error event support (rev3)

[PATCH mm-hotfixses] Revert "mm: limit filemap_fault readahead to VMA boundaries"
 2026-06-22 17:57 UTC  (12+ messages)

[PATCH 0/3] connected: search promisor objects generically
 2026-06-22 17:57 UTC  (5+ messages)
` [PATCH 1/3] odb/source-packed: extract logic to skip certain packs
` [PATCH 3/3] connected: search promisor objects generically

[PATCH] remoteproc: Use presence checks for syscon props
 2026-06-22 17:56 UTC  (2+ messages)

[PATCH v3 0/6] drm/xe/mmio: Small improvements
 2026-06-22 17:56 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe/mmio: Small improvements (rev3)

[Buildroot] [PATCH] package/bind: security bump version to 9.20.24
 2026-06-22 17:54 UTC 

[smfrench-smb3:ksmbd-for-next-next 34/47] smb2pdu.c:undefined reference to `__moddi3'
 2026-06-22 17:51 UTC 

[koverstreet-bcachefs:bcachefs-testing 35/95] fs/bcachefs/alloc/foreground.c:560:2: warning: label followed by a declaration is a C23 extension
 2026-06-22 17:48 UTC 

[abelloni:rtc-next 7/14] drivers/rtc/rtc-renesas-rtca3.c:233:9: warning: result of comparison of constant 65535 with expression of type 'typeof (_Generic((mask), char: (unsigned char)0, unsigned char: (unsigned char)0, signed char: (unsigned char)0, unsigned short: (unsigned shor
 2026-06-22 17:52 UTC 

[PATCH v1] perf pmu: Recognize default_core as a core PMU in more places
 2026-06-22 17:53 UTC  (3+ messages)

[PATCH] fuse: check fi is not NULL before calling fuse_passthrough_release()
 2026-06-22 17:53 UTC  (2+ messages)

[PATCH net-next v3 1/2] net: dsa: realtek: rtl8365mb: add SGMII support for RTL8367S
 2026-06-22 17:53 UTC 

[PATCH] ALSA: hda/realtek: Enable internal speakers on Razer Blade 16 (2025)
 2026-06-22 17:51 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v7 0/7] timekeeping/ntp: Fix drift tracking precision
 2026-06-22 17:52 UTC  (3+ messages)
` [PATCH v7 3/7] timekeeping: Account for clocksource tick quantisation via NTP

[PATCH v2] dt-bindings: clock: ti,clockdomain: Convert to DT schema
 2026-06-22 17:51 UTC 

[PATCH] net: stmmac: fix missed le32_to_cpu()
 2026-06-22 17:51 UTC  (2+ messages)

[PATCH v4 0/3] Add camera clock controller support on Glymur platform
 2026-06-22 17:50 UTC  (10+ messages)
` [PATCH v4 2/3] clk: qcom: camcc-glymur: Add camera clock controller driver

[RFC PATCH 0/3] dt-bindings: riscv: Add RISC-V Worlds and SiFive WorldGuard DT bindings
 2026-06-22 17:50 UTC  (4+ messages)
` [RFC PATCH 3/3] dt-bindings: sifive: Add WorldGuard Checker

[REGRESSION 6.12.90 -> 6.12.94] vsock/virtio: large AF_VSOCK transfers reset under backpressure
 2026-06-22 17:48 UTC  (3+ messages)

[PATCH v3 0/3] ARM: dts: renesas: r9a06g032-rzn1d400-eb: Enable SPI and FRAM
 2026-06-22 17:48 UTC  (4+ messages)
` [PATCH v3 1/3] spi: dt-bindings: snps,dw-apb-ssi: add 'power-domains' property
` [PATCH v3 2/3] ARM: dts: renesas: r9a06g032: Describe SPI controllers
` [PATCH v3 3/3] ARM: dts: renesas: r9a06g032-rzn1d400-eb: Enable SPI-FRAM

[PATCH v3] media: i2c: rdacm21: Fix missing media_entity_cleanup()
 2026-06-22 17:47 UTC 

"ip help" output is an error
 2026-06-22 17:47 UTC  (5+ messages)
    ` [PATCH iproute2-next] "ip help" wrong output, exit code

[PATCH v2 0/3] Add and use abstraction for synchronize_rcu()
 2026-06-22 17:47 UTC  (8+ messages)
` [PATCH v2 1/3] rust: sync: Add "
` [PATCH v2 2/3] rust: revocable: Use safe synchronize_rcu() abstraction
` [PATCH v2 3/3] rust: sync: Use safe synchronize_rcu() abstraction in poll

[PATCH] signal: avoid shared siginfo namespace rewrites
 2026-06-22 17:46 UTC  (2+ messages)

sound/soc/codecs/rt5575-spi.c:85:26: sparse: sparse: incorrect type in assignment (different base types)
 2026-06-22 17:43 UTC 

[regression] amdgpu carrizo: no display signal after modeset
 2026-06-22 17:46 UTC  (5+ messages)
  ` [resend] "

[stefandoesinger-zx297520:mfd 35/124] drivers/net/wireless/realtek/rtl8xxxu/core.c:2773:38: warning: variable 'vop' set but not used
 2026-06-22 17:43 UTC 

[PATCH] ref-manual: add missing section on build/tmp/deploy/spdx
 2026-06-22 17:44 UTC 

[PATCH 00/23] driver core: count references of the platform device's fwnode, not OF node
 2026-06-22 17:43 UTC  (3+ messages)
` [PATCH 05/23] powerpc/powermac: fix OF node refcount

[PATCH v2] ALSA: hda/realtek: Enable internal speakers on Razer Blade 16 (2025)
 2026-06-22 17:43 UTC  (2+ messages)

[PATCHv2 0/6] direct-io: validate user space vectors during extraction
 2026-06-22 17:42 UTC  (7+ messages)
` [PATCHv2 1/6] block: introduce bio_endio_errno helper
` [PATCHv2 2/6] block: report the actual status
` [PATCHv2 3/6] block: fix dio leak on metadata mapping error
` [PATCHv2 4/6] loop: set dma_alignment from the backing file for direct I/O
` [PATCHv2 5/6] zloop: set dma_alignment from the backing files "
` [PATCHv2 6/6] block: validate user space vectors during extraction

lpfc: unbounded QFPA response length in lpfc_cmpl_els_qfpa()
 2026-06-22 17:40 UTC  (2+ messages)

[GSoC][PATCH 0/4] teach git repo info to handle path keys
 2026-06-22 17:41 UTC  (6+ messages)
` [GSoC Patch v7 0/3] "
  ` [GSoC Patch v7 1/3] path: extract append_formatted_path() and use in rev-parse

[PATCH net 01/14] netfilter: flowtable: fix offloaded ct timeout never being extended
 2026-06-22 17:40 UTC  (2+ messages)

[PATCH 0/1] direct-io: validate user space vectors during extraction
 2026-06-22 17:40 UTC  (5+ messages)
` [PATCH 1/1] block: "

[PATCH mptcp-next] selftests: mptcp: fix const qualifier warnings in strchr usage
 2026-06-22 17:40 UTC  (2+ messages)

Patchwork summary for: spi-devel-general
 2026-06-22 17:40 UTC 

[PATCH sched_ext/for-7.2 1/2] sched_ext: Make kernel/sched/ext/ sources self-contained for clangd
 2026-06-22 17:39 UTC  (2+ messages)
` [PATCH sched_ext/for-7.2 2/2] sched_ext: Move shared helpers from ext.c into internal.h and cid.h

[PATCH mptcp-next 0/2] mptcp: pm: net-next port of the alloc-during-teardown leak fix
 2026-06-22 17:37 UTC  (3+ messages)
` [PATCH mptcp-next 2/2] mptcp: pm: fix memory leak from alloc-during-teardown race

[PATCH] drm/i915/gem: Add missing nospec on parallel submit slot
 2026-06-22 17:36 UTC  (2+ messages)

[PATCH v1 0/2] drm/xe/i2c: alerts and controller enabling modifications
 2026-06-22 17:36 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH 1/6 v3] libselinux: Add overflow checks
 2026-06-22 17:35 UTC  (6+ messages)
` [PATCH 2/6 v3] libsemanage: "
` [PATCH 3/6 v3] libsepol/cil: Add overflow checks for circular reference checks
` [PATCH 4/6 v3] libsepol/cil: Add overflow checks and cil_reallocarray
` [PATCH 5/6 v3] libsepol: Add overflow checks to strs_* family of functions
` [PATCH 6/6 v3] libsepol: Add overflow checks

[peterz-queue:x86/syscall 2/4] vmlinux.o: warning: objtool: x32_sys_call+0x1c76: return with instrumentation enabled
 2026-06-22 17:29 UTC 

[PATCH] ALSA: FCP: Add Focusrite ISA C8X support
 2026-06-22 17:29 UTC 

[PATCH] dm thin metadata: fix metadata snapshot consistency on commit failure
 2026-06-22 17:32 UTC 

[PATCH 0/4] drm/i915: Work harder to enable VRR based refresh rate changes on eDP
 2026-06-22 17:32 UTC  (9+ messages)

[PATCH v20 0/4] [PCI] Error recovery for vfio-pci devices on s390x
 2026-06-22 17:32 UTC  (9+ messages)
` [PATCH v20 1/4] PCI: Allow per function PCI slots to fix slot reset on s390
` [PATCH v20 2/4] PCI: Avoid saving config space state if inaccessible
` [PATCH v20 3/4] PCI: Fail FLR when config space is inaccessible
` [PATCH v20 4/4] PCI/MSI: Enable memory decoding before restoring MSI-X messages

[PATCH] hw/i386/x86-iommu: Correctly set pt bit in extended capability register
 2026-06-22 17:31 UTC  (2+ messages)

[PATCH blktests] Fix _get_page_size()
 2026-06-22 17:31 UTC  (7+ messages)

[PATCH] selinux: replace strlcat() with seq_buf in selinux_ima_collect_state()
 2026-06-22 17:09 UTC  (3+ messages)

[PATCH v3 00/10] Data in direntry (dirdata) feature
 2026-06-22 17:29 UTC  (5+ messages)
` [PATCH v3 01/10] ext4: replace ext4_dir_entry with ext4_dir_entry_2
` [PATCH v3 10/10] ext4: Add EXT4_IOC_SET_LUFID ioctl for setting LUFID on directory entries

[PATCH v3 0/7] livepatch: Introduce replace set support
 2026-06-22 17:26 UTC  (9+ messages)
` [PATCH v3 3/7] livepatch: Support scoped atomic replace using replace_set

[PATCH 0/4] x86/kexec: Improvements for FRED
 2026-06-22 17:26 UTC  (2+ messages)
` [PATCH for-4.22 "

fs/crypto/bio.c:67:17: sparse: sparse: cast from restricted blk_status_t
 2026-06-22 17:23 UTC 

[PATCH 0/2] status: improve rebase todo list parsing
 2026-06-22 17:26 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] "

[PATCH sched_ext/for-7.2] sched_ext: Move sources under kernel/sched/ext/
 2026-06-22 17:24 UTC  (5+ messages)
` [PATCH v2 "

[PATCH] ALSA: hda: Add Lenovo Legion 7i 16IAX7 17AA3874 quirk
 2026-06-22 17:22 UTC 

[PATCH] restart: fix restart handler by name selection
 2026-06-22 17:21 UTC 

[PATCH] oeqa/selftest/devtool: add regression test for kernel cfg in subdirs
 2026-06-22 17:21 UTC  (2+ messages)
` [OE-core] "

[PATCH net v4 0/2] mptcp: pm: fix stale ADD_ADDR entry on id 0 removal
 2026-06-22 17:22 UTC  (3+ messages)
` [PATCH net v4 2/2] selftests: mptcp: add regression test for stale ADD_ADDR "

[bluez/bluez] 4ec0b2: a2dp: Fix handling of codec capability storage
 2026-06-22 17:21 UTC 

[PATCH for-4.22] x86/kexec: Check for a good per-cpu area before accessing IDTs
 2026-06-22 17:20 UTC 

drivers/perf/arm-cmn.c:2248:35: sparse: sparse: duplicate [noderef]
 2026-06-22 17:19 UTC 

[PATCH v2] PCI/proc: check user access return values in proc_bus_pci_{read,write}()
 2026-06-22 17:19 UTC  (2+ messages)

[rockchip][PATCH 0/2] rk3576: rock-4d: initial support
 2026-06-22 17:18 UTC  (3+ messages)
` [rockchip][PATCH 2/2] rock-4d: add "
  ` [yocto-patches] "


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.