All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-04 14:10:15 to 2026-03-04 14:40:53 UTC [more...]

[PATCH] drm/amdgpu/gfx12.1: add support for disable_kq
 2026-03-04 14:40 UTC  (8+ messages)

[PATCH RFC v11 00/12] crypto/dmaengine: qce: introduce BAM locking and use DMA for register I/O
 2026-03-04 14:39 UTC  (3+ messages)
` [PATCH RFC v11 07/12] crypto: qce - Communicate the base physical address to the dmaengine

[PATCH v4 00/15] s390x: Add support for virtio-blk-pci IPL device
 2026-03-04 14:39 UTC  (11+ messages)
` [PATCH v4 10/15] pc-bios/s390-ccw: Introduce PCI device
` [PATCH v4 11/15] pc-bios/s390-ccw: Introduce virtio-pci functions
` [PATCH v4 12/15] pc-bios/s390-ccw: Add support for virtio-blk-pci IPL

[RFC PATCH 00/17] netfs: [WIP] Keep track of folios in a segmented bio_vec[] chain
 2026-03-04 14:39 UTC  (8+ messages)
` [RFC PATCH 02/17] vfs: Implement a FIEMAP callback
` [RFC PATCH 17/17] netfs: Combine prepare and issue ops and grab the buffers on request

[PATCH 0/2] mtd: nand: raw: Cadence NAND cleanup
 2026-03-04 14:39 UTC  (3+ messages)
` [PATCH 1/2] mtd: nand: raw: Kconfig: clean up SPL Cadence NAND dependencies

[RFC 0/2] add FALLOC_FL_WRITE_ZEROES support to xfs
 2026-03-04 14:39 UTC  (7+ messages)
` [RFC 1/2] xfs: add flags field to xfs_alloc_file_space

[PATCH 00/13] libmultipath: a generic multipath lib for block drivers
 2026-03-04 14:38 UTC  (4+ messages)
` [PATCH 03/13] libmultipath: Add path selection support

[PATCH v4] tools build: Fix rust cross compilation
 2026-03-04 14:39 UTC  (3+ messages)

[PATCH v1 1/1] send-mail: add client certificate options
 2026-03-04 14:39 UTC  (5+ messages)
` [PATCH v2 0/1] send-email: "
  ` [PATCH v2 1/1] "

CVE-2026-23237: platform/x86: classmate-laptop: Add missing NULL pointer checks
 2026-03-04 14:38 UTC 

CVE-2026-23238: romfs: check sb_set_blocksize() return value
 2026-03-04 14:38 UTC 

[PATCH net-next 0/8] net: dsa: add DSA support for the LAN9645x switch chip family
 2026-03-04 14:37 UTC  (4+ messages)
` [PATCH net-next 4/8] net: dsa: lan9645x: add basic dsa driver for LAN9645X

[PATCH] tisdk-uenv: Add instructions to load initramfs while booting linux
 2026-03-04 14:38 UTC  (4+ messages)
` [meta-arago] "

[PATCH v1] spi: designware: add support for bits-per-word DT binding
 2026-03-04 14:38 UTC  (9+ messages)

[PATCH 0/9] s390/idle/vtime: Minor fixes and cleanups
 2026-03-04 14:38 UTC  (7+ messages)
` [PATCH 1/9] s390/idle: Fix cpu idle exit cpu time accounting
` [PATCH 2/9] s390/vtime: Fix virtual timer forwarding
` [PATCH 3/9] s390/idle: Add comment for non obvious code

[PATCH v2 00/13] TYPE_SERIAL cleanup
 2026-03-04 14:37 UTC  (5+ messages)
` [PATCH v2 12/13] hw/char/serial: Inherit from SysBusDevice
  ` QOM parent type "sys-bus-device" vs. "device" (was: [PATCH v2 12/13] hw/char/serial: Inherit from SysBusDevice)

[RESEND 1/1] phy: freescale: imx8qm-hsio: provide regmap names
 2026-03-04 14:36 UTC  (4+ messages)

linux-next: build failure after merge of the xen-tip tree
 2026-03-04 14:37 UTC  (2+ messages)

[PATCH] x86/ACPI: _PDC bits vs HWP/CPPC
 2026-03-04 14:37 UTC 

CVE-2026-23236: fbdev: smscufx: properly copy ioctl memory to kernelspace
 2026-03-04 14:36 UTC 

CVE-2026-23235: f2fs: fix out-of-bounds access in sysfs attribute read/write
 2026-03-04 14:36 UTC 

CVE-2026-23234: f2fs: fix to avoid UAF in f2fs_write_end_io()
 2026-03-04 14:36 UTC 

CVE-2026-23233: f2fs: fix to avoid mapping wrong physical block for swapfile
 2026-03-04 14:36 UTC 

[PATCH 0/5] isa-serial: acpi: declare shared IRQs for COM1/3 and COM2/4
 2026-03-04 14:36 UTC  (4+ messages)
` [PATCH 4/5] hw/char/serial-isa.c: declare IRQ as shared in ACPI IRQ descriptor

CVE-2025-71238: scsi: qla2xxx: Fix bsg_done() causing double free
 2026-03-04 14:36 UTC 

CVE-2026-23232: Revert "f2fs: block cache/dio write during f2fs_enable_checkpoint()"
 2026-03-04 14:36 UTC 

[PATCH] x86/S3: restore MCE (APs) and add MTRR (BSP) init
 2026-03-04 14:36 UTC  (2+ messages)

[PATCH 0/2] tests/intel/xe_eudebug_online: Fix sporadic failures due to unhandled fsync errors
 2026-03-04 14:36 UTC  (3+ messages)
` [PATCH 1/2] tests/intel/xe_eudebug_online: Set timeout for debugger VM fd sync
` [PATCH 2/2] tests/intel/xe_eudebug_online: Assert fsync return on debugger VM fd

[PATCH v6 0/5] bpf: Extend the bpf_list family of APIs
 2026-03-04 14:34 UTC  (6+ messages)
` [PATCH v6 1/5] bpf: Introduce the bpf_list_del kfunc
` [PATCH v6 2/5] bpf: Add bpf_list_add_impl to insert node after a given list node
` [PATCH v6 3/5] bpf: Add bpf_list_is_edge/empty kfuncs
` [PATCH v6 4/5] selftests/bpf: Add test cases for bpf_list_del/add/is_edge/empty
` [PATCH v6 5/5] bpf/verifier: refactor kfunc checks to table-driven approach

[PATCH v1] misc: fastrpc: Add reference counting for fastrpc_user structure
 2026-03-04 14:35 UTC  (5+ messages)

[PATCH v2] PCI: dwc: rcar-gen4-ep: Mark BAR0 and BAR2 as Resizable BARs
 2026-03-04 14:34 UTC  (5+ messages)

[PATCH v2] perf symbol: Remove psw_idle() from list of idle symbols
 2026-03-04 14:34 UTC  (5+ messages)

[PATCH V2 0/3] Add support for Orange Pi 5 Pro
 2026-03-04 14:32 UTC  (4+ messages)
` [PATCH V2 2/3] arm64: dts: rockchip: refactor items from Orange Pi 5/b to prep for Pro

[PATCHv3 0/7] nvme: export additional diagnostic counters via sysfs
 2026-03-04 14:33 UTC  (2+ messages)

[PATCH] dt-bindings: interrupt-controller: arm,gic-v3: Fix EPPI range
 2026-03-04 14:32 UTC  (2+ messages)

[PATCH] staging: sm750fb: use proper error codes instead of -1
 2026-03-04 14:30 UTC  (10+ messages)
` [PATCH v2 0/6] staging: sm750fb: fix error return values
  ` [PATCH 3/6] staging: sm750fb: sm750_hw_copyarea: propagate de_wait() error
  ` [PATCH 4/6] staging: sm750fb: sm750_hw_imageblit: "
  ` [PATCH 5/6] staging: sm750fb: sw_i2c_write_byte: return -ETIMEDOUT on timeout
  ` [PATCH 6/6] staging: sm750fb: sm750_sw_i2c_init: return -EINVAL for invalid GPIO

[PATCH] drm/syncobj: Fix handle <-> fd ioctls with dirty stack
 2026-03-04 14:29 UTC  (19+ messages)

[PATCH v2 0/8] drm/msm: Add Qualcomm Eliza SoC support
 2026-03-04 14:29 UTC  (5+ messages)
` [PATCH v2 1/8] dt-bindings: display/msm: dp-controller: Add Eliza SoC
` [PATCH v2 7/8] drm/msm/dpu: Add support for "

[PATCH v7 0/5] rebase: support --trailer
 2026-03-04 14:29 UTC  (2+ messages)

[PATCH] docs: sysctl: Add documentation for /proc/sys/xen/
 2026-03-04 14:29 UTC  (2+ messages)

[PATCH 0/5] DSI byte clock setting fixup
 2026-03-04 14:27 UTC  (11+ messages)
` [PATCH 1/5] clk: qcom: dispcc-glymur: Fix DSI byte clock rate setting
` [PATCH 2/5] clk: qcom: dispcc-kaanapali: "
` [PATCH 3/5] clk: qcom: dispcc-milos: "
` [PATCH 4/5] clk: qcom: dispcc-sm4450: "
` [PATCH 5/5] clk: qcom: dispcc[01]-sa8775p: "

[PATCH] SUNRPC: xdr.h: fix all kernel-doc warnings
 2026-03-04 14:27 UTC  (2+ messages)

[PATCH v3 00/10] rust: pci: add abstractions for SR-IOV capability
 2026-03-04 14:26 UTC  (6+ messages)

[bitbake-devel][PATCH v2] runqueue.py: make sure we use bb multiprocessing
 2026-03-04 14:25 UTC  (2+ messages)
` [PATCH] "

[RFC PATCH 0/2] disable optimistic spinning for ftrace_lock
 2026-03-04 14:25 UTC  (8+ messages)
` [RFC PATCH 1/2] locking: add mutex_lock_nospin()

[PATCH 00/23] xhci features for usb-next
 2026-03-04 14:25 UTC  (4+ messages)
` [PATCH 23/23] usb: xhci: Add debugfs support for xHCI Port Link Info (PORTLI) register

[PATCH v4] scsi: core: Fix async_scan race condition with READ_ONCE/WRITE_ONCE
 2026-03-04 14:25 UTC  (2+ messages)

[PATCH 0/3] hw/arm/smmuv3: small fixes (spec compliance / robustness)
 2026-03-04 14:23 UTC  (4+ messages)
` [PATCH 1/3] hw/arm/smmuv3-common: Fix incorrect reserved mask for SMMU CR0 register
` [PATCH 2/3] hw/arm/smmuv3: Correct SMMUEN field name in CR0
` [PATCH 3/3] hw/arm/smmuv3: Fix CFGI_CD handling when stage-1 is unsupported

[PATCH v2] target/riscv: Support Smpmpmt extension
 2026-03-04 14:23 UTC  (4+ messages)

[PATCH] block: fix race in update_io_ticks causing inflated disk statistics
 2026-03-04 14:24 UTC  (2+ messages)

[PATCH v5 00/15] tests: do more testing of block drivers
 2026-03-04 14:21 UTC  (16+ messages)
` [PATCH v5 01/15] gitlab: ensure all meson jobs capture build/meson-logs by default
` [PATCH v5 02/15] tests: print reason when I/O test is skipped in TAP mode
` [PATCH v5 03/15] tests: remove redundant meson suite for iotests
` [PATCH v5 04/15] tests: ensure all qcow2 I/O tests are able to be run via make
` [PATCH v5 05/15] scripts/mtest2make: ensure output has stable sorting
` [PATCH v5 06/15] scripts/mtest2make: support optional tests grouping
` [PATCH v5 07/15] tests: add a meson suite / make target per block I/O tests format
` [PATCH v5 08/15] docs/devel/testing: expand documentation for 'make check-block'
` [PATCH v5 09/15] tests: add nbd and luks to the I/O test suites
` [PATCH v5 10/15] tests: use 'driver' as collective term for either format or protocol
` [PATCH v5 11/15] tests: validate dmsetup result in test 128
` [PATCH v5 12/15] tests: fix check for sudo access in LUKS I/O test
` [PATCH v5 13/15] tests: add QEMU_TEST_IO_SKIP for skipping I/O tests
` [PATCH v5 14/15] gitlab: add jobs for thorough block tests
` [PATCH v5 15/15] gitlab: remove I/O tests from build-tcg-disabled job

[akpm-mm:mm-nonmm-unstable 49/110] __efistub_cmdline.c:undefined reference to `__efistub___lshrdi3'
 2026-03-04 14:24 UTC  (3+ messages)

[PATCH v18 0/9] AuxCCS handling and render compression modifiers
 2026-03-04 14:23 UTC  (4+ messages)
` [PATCH v18 1/9] drm/xe: Rename XE_BO_FLAG_SCANOUT to XE_BO_FLAG_FORCE_WC

[PATCH] perf build: prevent "argument list too long" error
 2026-03-04 14:23 UTC  (2+ messages)

[PATCH] phy: rockchip: naneng-combphy: configure SSC for PCIe on rk3588 and rk3576
 2026-03-04 13:47 UTC  (2+ messages)

[PATCH v2] dt-bindings: misc: xlnx,axi-fifo-mm-s: fix interrupt-parent property
 2026-03-04 14:22 UTC  (6+ messages)
` [PATCH] "

[syzbot] [rdma?] kernel BUG in ib_device_get_by_index
 2026-03-04 14:22 UTC  (5+ messages)

[RFC PATCH 0/4] PCI: Add DOE support for endpoint
 2026-03-04 14:22 UTC  (6+ messages)
` [RFC PATCH 3/4] PCI/DOE: Add DOE mailbox support for endpoint functions

[PATCH v5 00/36] KVM: arm64: Introduce vGIC-v5 with PPI support
 2026-03-04 14:21 UTC  (6+ messages)
` [PATCH v5 15/36] KVM: arm64: gic-v5: Implement GICv5 load/put and save/restore
` [PATCH v5 20/36] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5

[PATCH 6.6.y] smb: client: fix page cache corruption from in-place encryption in SMB2_write
 2026-03-04 14:21 UTC  (2+ messages)

[PATCH 0/5] qcow2: Suppress data-file WRITE during creation
 2026-03-04 14:20 UTC  (4+ messages)
` [PATCH 2/5] block: Introduce BDRV_O_NO_DATA_{WRITE,RESIZE}

[PATCH v7 0/6] imu: st_lsm6dsx: Add support for rotation sensor
 2026-03-04 14:21 UTC  (4+ messages)
` [PATCH v7 5/6] iio: ABI: Add partial quaternion modifier

[PATCH 1/1] drm/amd/display: complete cursor vblank events immediately
 2026-03-04 14:20 UTC  (9+ messages)

[PATCH 0/7] drm/{i915, xe}/frontbuffer: refactor, move calls to parent interface
 2026-03-04 14:20 UTC  (3+ messages)
` [PATCH 1/7] drm/i915/gem: relocate __i915_gem_object_{flush, invalidate}_frontbuffer()

[PATCH bpf 0/3] bpf: fix and improve open-coded task_vma iterator
 2026-03-04 14:20 UTC  (4+ messages)
` [PATCH bpf 1/3] bpf: fix mm lifecycle in "
` [PATCH bpf 2/3] bpf: switch task_vma iterator from mmap_lock to per-VMA locks
` [PATCH bpf 3/3] bpf: return VMA snapshot from task_vma iterator

+ arm64-mm-fix-pass-user-prot-to-ioremap_prot-in-generic_access_phys.patch added to mm-new branch
 2026-03-04 14:18 UTC  (2+ messages)

[RFC v1 00/18] PCI: Enable async probe by default
 2026-03-04 13:52 UTC  (34+ messages)
` [RFC v1 08/18] PCI: fu740: Allow asynchronous probing for background link training
` [RFC v1 09/18] PCI: intel-gw: "
` [RFC v1 10/18] PCI: keystone: "
` [RFC v1 11/18] PCI: keembay: "
` [RFC v1 12/18] PCI: kirin: "
` [RFC v1 13/18] PCI: layerscape: "
` [RFC v1 14/18] PCI: meson: "
` [RFC v1 15/18] PCI: sophgo: "
` [RFC v1 16/18] PCI: tegra194: "
` [RFC v1 17/18] PCI: uniphier: "
` [RFC v1 18/18] PCI: visconti: "

[LTP] [PATCH 3/3] syscalls: refactor vfork02 using new API
 2026-03-04 14:18 UTC  (2+ messages)

[PATCH] ASoC: codecs: wcd-clsh: Always update buck/flyback on transitions on transitions
 2026-03-04 14:10 UTC 

[PATCH v3 0/5] gpu: nova-core: gsp: add locking to Cmdq
 2026-03-04 14:17 UTC  (4+ messages)
` [PATCH v3 3/5] gpu: nova-core: gsp: add reply/no-reply info to `CommandToGsp`

[PATCH v2 0/5] iomap, xfs: improve zero range flushing and lookup
 2026-03-04 14:17 UTC  (9+ messages)
` [PATCH v2 1/5] iomap, xfs: lift zero range hole mapping flush into xfs

[PATCH v1 0/1] exfat: Valid Data Length(VDL) ioctl
 2026-03-04 14:16 UTC  (3+ messages)
` [PATCH v2 0/1] exfat: EXFAT_IOC_GET_VALID_DATA ioctl
  ` [PATCH v2 1/1] "

[Buildroot] [PATCH v2 1/3] linux/linux.mk: export LINUX_DTBS
 2026-03-04 14:16 UTC  (4+ messages)
` [Buildroot] [PATCH v2 2/3] board/zynqmp/post-image.sh: use LINUX_DTBS variable

[syzbot] [netfilter?] KASAN: use-after-free Read in nf_hook_entry_head
 2026-03-04 14:17 UTC 

preparations for 4.21.1, 4.20.3, and 4.19.5
 2026-03-04 14:16 UTC 

[PATCH 1/1] dmaengine: xilinx: xdma: Fix regmap init error handling
 2026-03-04 14:14 UTC  (2+ messages)

btrfs: fix periodic reclaim condition - missing patch in stable?
 2026-03-04 14:15 UTC  (2+ messages)

[PATCH v11] setup: improve error diagnosis for invalid .git files
 2026-03-04 14:15 UTC  (2+ messages)
` [PATCH v12] "

rtmutex deadlock and memory corruption when running gcc testsuite in next-20260303
 2026-03-04 14:15 UTC  (2+ messages)

[PATCH v4 0/2] landlock: Fix TSYNC deadlock and clean up error path
 2026-03-04 14:15 UTC  (3+ messages)
` [PATCH v4 1/2] landlock: Serialize TSYNC thread restriction

[PATCH i-g-t v1] tests/kms_plane_alpha_blend : print reason for test skips
 2026-03-04 14:14 UTC  (2+ messages)

[android-common:android16-6.12-desktop 1/1] mm/huge_memory.c:587:43: sparse: sparse: incorrect type in initializer (different address spaces)
 2026-03-04 14:14 UTC 

fs/btrfs/raid56.c:1154 get_rbio_vertical_errors() error: we previously assumed 'faila' could be null (see line 1148)
 2026-03-04 14:14 UTC 

[PATCH 0/32] fs: Move metadata bh tracking from address_space
 2026-03-04 14:14 UTC  (5+ messages)
` [PATCH 05/32] ext4: Sync and invalidate metadata buffers from ext4_evict_inode()
` [PATCH 06/32] ext4: Use inode_has_buffers()

[PATCH] iio: proximity: rfd77402: Fix completion race condition in IRQ mode
 2026-03-04 14:14 UTC 

[PATCH v4 0/2] jbd2: audit and convert legacy J_ASSERT usage
 2026-03-04 14:14 UTC  (3+ messages)
` [PATCH v4 2/2] jbd2: gracefully abort on transaction state corruptions

[LTP] [PATCH 0/3] Convert sysinfo tests to new library
 2026-03-04 14:12 UTC  (4+ messages)
` [LTP] [PATCH 1/3] tst_test_macros: Add TST_EXP_LE_LU*()
` [LTP] [PATCH 2/3] syscalls: sysinfo01: Rewrite
` [LTP] [PATCH 3/3] syscalls: sysinfo02: Convert to the new library

[PATCH] staging: rtl8723bs: replace kzalloc/kmalloc+memcpy with kmemdup
 2026-03-04 14:13 UTC  (2+ messages)

[PATCH] tools/build: make in-target rule robust against too long argument error
 2026-03-04 14:13 UTC  (6+ messages)

[PATCH] firmware: cs_dsp: Fix fragmentation regression in firmware download
 2026-03-04 14:12 UTC 

[PATCH] MAINTAINERS: change email address of Denis Benato
 2026-03-04 14:12 UTC  (2+ messages)

[PATCH] staging: axis-fifo: fix alignment and add DT binding documentation
 2026-03-04 14:12 UTC  (4+ messages)
  ` [PATCH v2] dt-bindings: misc: xlnx,axi-fifo-mm-s: fix interrupt-parent property

[PATCH v3 00/13] Provide udata helpers and use them in bnxt_re
 2026-03-04 14:11 UTC  (4+ messages)
` [PATCH v3 13/13] RDMA: Add IB_UVERBS_CORE_SUPPORT_ROBUST_UDATA

[PATCH] ACPI: add a boot parameter to disable parsing CFMWS during NUMA init
 2026-03-04 14:10 UTC  (2+ messages)

[PATCH v3 00/15] hwspinlock: move device alloc into core and refactor includes
 2026-03-04 14:11 UTC  (3+ messages)
` [PATCH v3 09/15] hwspinlock: sun6i: use new callback to initialize hwspinlock priv

[PATCH 0/3] RISC-V Zbr0p93 extension
 2026-03-04 12:11 UTC  (3+ messages)
` [PATCH 1/3] util: export CRC32[C] lookup tables
` [PATCH 3/3] disas: diassemble RISC-V Zbr0p93 instructions

[PATCH v13 0/7] vhost-user: Add SHMEM_MAP/UNMAP requests
 2026-03-04 14:10 UTC  (4+ messages)
` [PATCH v13 7/7] vhost-user-device: Add shared memory BAR

[PATCH net-next] tools: ynl: add uns-admin-perm to genetlink
 2026-03-04 14:10 UTC 

[PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
 2026-03-04 14:10 UTC  (13+ messages)
                    ` [f2fs-dev] "


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.