All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-07 10:50:20 to 2026-09-07 11:09:44 UTC [more...]

[PATCH v4 00/12] block: fix the zone write granularity and the zone append limit
 2026-09-07 11:07 UTC  (12+ messages)
` [PATCH v4 01/12] block: widen BlockLimits.zone_size to uint64_t
` [PATCH v4 02/12] virtio-blk: do not merge requests across a zone boundary
` [PATCH v4 03/12] block: add a helper for the index of the zone an offset falls in
` [PATCH v4 04/12] virtio-blk: report the effective zone write granularity
` [PATCH v4 05/12] virtio-blk: check the write granularity of writes to sequential zones
` [PATCH v4 06/12] hw/block: reject a zoned device whose write pointers are unaddressable
` [PATCH v4 07/12] block: reject zone appends that are not a multiple of the sector size
` [PATCH v4 08/12] file-posix: remove the zone append write granularity check
` [PATCH v4 09/12] file-posix: base the zone append limit on the transfer limit
` [PATCH v4 10/12] virtio-blk: derive the maximum zone append size
` [PATCH v4 12/12] file-posix: reject a zone append to a full or conventional zone

[PATCH v8 00/27] Native SCSI Multipath support
 2026-09-07 11:09 UTC  (29+ messages)
` [PATCH v8 01/27] libmultipath: Add initial framework
` [PATCH v8 02/27] libmultipath: Add basic gendisk support
` [PATCH v8 03/27] libmultipath: Add path selection support
` [PATCH v8 04/27] libmultipath: Add bio handling
` [PATCH v8 05/27] libmultipath: Add support for mpath_device management
` [PATCH v8 06/27] libmultipath: Add delayed removal support
` [PATCH v8 07/27] libmultipath: Add sysfs helpers
` [PATCH v8 08/27] libmultipath: Add support for block device IOCTL
` [PATCH v8 09/27] libmultipath: Add mpath_bdev_getgeo()
` [PATCH v8 10/27] libmultipath: Add mpath_bdev_get_unique_id()
` [PATCH v8 11/27] scsi-multipath: introduce basic SCSI device support
` [PATCH v8 12/27] scsi-multipath: introduce scsi_device head structure
` [PATCH v8 13/27] scsi-multipath: provide sysfs link from to scsi_device
` [PATCH v8 14/27] scsi-multipath: support iopolicy
` [PATCH v8 15/27] scsi-multipath: clone each bio
` [PATCH v8 16/27] scsi-multipath: clear path when device is blocked
` [PATCH v8 17/27] scsi-multipath: revalidate paths upon device unblock
` [PATCH v8 18/27] scsi-multipath: failover handling
` [PATCH v8 19/27] scsi-multipath: provide callbacks for path state
` [PATCH v8 20/27] scsi-multipath: add scsi_mpath_{start,end}_request()
` [PATCH v8 21/27] scsi-multipath: add delayed disk removal support
` [PATCH v8 22/27] scsi: sd: add multipath disk class
` [PATCH v8 23/27] scsi: sd: add multipath disk attr groups
` [PATCH v8 24/27] scsi: sd: support multipath disk
` [PATCH v8 25/27] scsi: sd: add mpath_dev file
` [PATCH v8 26/27] scsi: sd: add mpath_numa_nodes dev attribute
` [PATCH v8 27/27] scsi: sd: add mpath_queue_depth "

[PATCH v3] drm/xe: Guard page-fault worker with runtime PM check
 2026-09-07 11:09 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe: Guard page-fault worker with runtime PM check (rev2)

[PATCH v6 0/8] media: qcom: camss: CAMSS Offline Processing Engine support
 2026-09-07 11:09 UTC  (12+ messages)
` [PATCH v6 1/8] media: qcom: camss: Add V4L2 meta format for CAMSS ISP parameters
` [PATCH v6 2/8] dt-bindings: media: qcom: Add CAMSS Offline Processing Engine (OPE)
` [PATCH v6 3/8] dt-bindings: media: qcom,qcm2290-camss-ope: Document shikra compatible
` [PATCH v6 4/8] media: uapi: Add CAMSS ISP configuration definition
` [PATCH v6 5/8] media: Documentation: uapi: Add qcom-camss ISP params documentation
` [PATCH v6 6/8] media: qcom: camss: Add CAMSS Offline Processing Engine driver
` [PATCH v6 7/8] arm64: dts: qcom: agatti: Add OPE node
` [PATCH v6 8/8] arm64: defconfig: Enable CAMSS OPE driver

[PATCH v3 00/12] Enable USB3 for Qualcomm IPQ5018
 2026-09-07 11:08 UTC  (7+ messages)
` [PATCH v3 02/12] dt-bindings: phy: qcom,ipq5332-uniphy-pcie-usb3: Document the IPQ5018 USB3 PHY
` [PATCH v3 09/12] dt-bindings: usb: qcom,snps-dwc3: Add clocks for USB3 on Qualcomm IPQ5018

[PATCH] ovl: clean up dir on casefold mismatch
 2026-09-07 11:08 UTC  (3+ messages)

[PATCH 00/17] Various QGA VSS fixes
 2026-09-07 11:07 UTC  (20+ messages)
` [PATCH 01/17] qga/installer: preserve VssOption registry value across upgrades
` [PATCH 02/17] qga/vss-win32: fix race condition in COM Release() methods
` [PATCH 03/17] qga/vss-win32: pass valid SERVICE_STATUS to ControlService
` [PATCH 04/17] qga/vss-win32: explicit NULL/zero initialization
` [PATCH 05/17] qga/vss-win32: free bstrWriterName in outer writer loop
` [PATCH 06/17] qga/vss-win32: pass character count instead of byte count to volume APIs
` [PATCH 07/17] qga/vss-win32: allow pceltFetched==NULL in IEnumObject::Next
` [PATCH 08/17] qga/vss-win32: return an interface pointer for IID_IUnknown
` [PATCH 09/17] qga/vss-win32: use GetLastError() after FindFirstVolumeW failure
` [PATCH 10/17] qga/vss-win32: guard CloseServiceHandle calls against NULL handles
` [PATCH 11/17] qga/vss-win32: avoid CRT calls in DllMain debug logging
` [PATCH 12/17] qga/vss-win32: evaluate err_set() macro argument only once
` [PATCH 13/17] qga/vss-win32: report QueryStatus return value on failure
` [PATCH 14/17] qga/vss-win32: check GetLastError() after FindNextVolumeW failure
` [PATCH 15/17] qga/vss-win32: initialize *num_vols at start of requester_freeze
` [PATCH 16/17] qga/vss-win32: restrict access to freeze/thaw synchronisation events
` [PATCH 17/17] qga/vss-win32: log to file during COM+ registration

[PATCH v4 0/3] drm/sched: fix use-after-free of the fence timeline name
 2026-09-07 11:06 UTC  (11+ messages)
` [PATCH v4 1/3] drm/sched: cache the timeline name to fix a use-after-free

[PATCH v7 0/4] Input: support for STM FTS5
 2026-09-07 11:06 UTC  (12+ messages)
` [PATCH v7 1/4] Input: stmfts - wait for controller ready after reset
` [PATCH v7 2/4] dt-bindings: input: touchscreen: st,stmfts: Introduce STM FTS5
` [PATCH v7 3/4] Input: stmfts - support FTS5
` [PATCH v7 4/4] arm64: dts: qcom: sdm845-google: Add STM FTS touchscreen support

[PATCH] usb: typec: ucsi: Retry if notification enable timesout
 2026-09-07 11:05 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/taglib: bump version to 2.3.2
 2026-09-07 11:05 UTC 

[PATCH v2 0/6] Add CAMSS support for Qualcomm Glymur
 2026-09-07 11:05 UTC  (11+ messages)
` [PATCH v2 1/6] dt-bindings: phy: qcom,x1e80100-csi2-phy: Add Glymur compatible
  ` [PATCH v2 2/6] dt-bindings: media: qcom,glymur-camss: Add Glymur CAMSS

[PATCH] dma-mapping: don't trace the DMA address when the allocation fails
 2026-09-07 11:05 UTC  (2+ messages)

[PATCH v2 0/8] sched: introduce for_each_process_rculock and for_each_thread_rculock
 2026-09-07 11:05 UTC  (3+ messages)
` [PATCH v2 4/8] mm/memory-failure: convert process iterator to for_each_process_rculock

[Buildroot] [PATCH 1/1] package/libpcap: security bump version to 1.10.7
 2026-09-07 11:04 UTC 

Request for review for 4.19-st20, 4.19-cip136
 2026-09-07 11:04 UTC  (2+ messages)

[PATCH v2 0/3] remoteproc: Hawi CDSP support with per-PD proxy performance states
 2026-09-07 11:04 UTC  (4+ messages)
` [PATCH v2 2/3] dt-bindings: remoteproc: qcom,sm8550-pas: make qcom,hawi-cdsp-pas standalone

[PATCH v7 0/9] drm/xe/sysctrl: Clean up error handling in
 2026-09-07 11:04 UTC  (12+ messages)
` [PATCH v7 1/9] drm/xe/sysctrl: Return error codes from sysctrl_wait_bit_clear()
` [PATCH v7 2/9] drm/xe/sysctrl: Return error codes from sysctrl_wait_bit_set()
` [PATCH v7 3/9] drm/xe/sysctrl: Make sysctrl_write_frame() void
` [PATCH v7 4/9] drm/xe/sysctrl: Make sysctrl_read_frame() void
` [PATCH v7 5/9] drm/xe/sysctrl: Use xe_assert() for payload size validation
` [PATCH v7 6/9] drm/xe/sysctrl: Replace FIELD_GET() with REG_FIELD_GET()
` [PATCH v7 7/9] drm/xe/sysctrl: Improve firmware response error logging
` [PATCH v7 8/9] drm/xe/sysctrl: Log group and command ID on mailbox failure
` [PATCH v7 9/9] drm/xe/sysctrl: Report 'System Controller event' error using SIGID

[PATCH iwl-next v1 00/10] Interrupts helper in libie
 2026-09-07 10:24 UTC  (11+ messages)
` [PATCH iwl-next v1 01/10] idpf: store HW vectors information
` [PATCH iwl-next v1 02/10] idpf: fill q_vector interrupt registers one by one
` [PATCH iwl-next v1 03/10] idpf: get rid of msix_entries array
` [PATCH iwl-next v1 04/10] idpf: drop v_idx from q_vector structure
` [PATCH iwl-next v1 05/10] libie, idpf: move irq code to libie
` [PATCH iwl-next v1 06/10] libie, idpf: move hardware irq info struct "
` [PATCH iwl-next v1 07/10] libie, idpf: move parsing alloc vectors command "
` [PATCH iwl-next v1 08/10] ice: use libie_irq for interrupts managing
` [PATCH iwl-next v1 09/10] ixd: support for getting lan memory regions
` [PATCH iwl-next v1 10/10] ixd: use interrupt for mailbox communication

[PATCH] interconnect: qcom: use 64-bit SMD RPM bus votes
 2026-09-07 11:04 UTC  (2+ messages)

[android-common:android17-6.18-kminext 2/2] /usr/bin/ld: tools/testing/selftests/vfio/lib/vfio_pci_driver.o:undefined reference to `ioat_ops'
 2026-09-07 11:03 UTC 

[PATCH v2 0/4] phy: core: Add phy bulk helpers support
 2026-09-07 11:03 UTC  (7+ messages)
` [PATCH v2 1/4] phy: core: Add common helper to add phy phandle device link
` [PATCH v2 2/4] phy: core: Add common helper for get phy phandle by index
` [PATCH v2 3/4] phy: core: Add phy bulk data helper functions

[PATCH] iio: light: isl29028: fix runtime PM reference leak on error paths
 2026-09-07 11:02 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/4] phy: rockchip: add support for the RK3576 MIPI CSI-2 DPHYs
 2026-09-07 11:02 UTC  (5+ messages)
` [PATCH 3/4] phy: rockchip: phy-rockchip-inno-csidphy: add support for rk3576 variant

[PATCH v2 net-next] octeontx2-pf: report port connector type in ethtool link ksettings
 2026-09-07 11:01 UTC  (3+ messages)

[PATCH v2 0/4] mm: restore per-memcg reclaim for NONSLAB shrinkers under nokmem
 2026-09-07 11:01 UTC  (5+ messages)
` [PATCH v2 1/4] mm: memcontrol: drop kmemcg_id and use the memcg ID for list_lru indexing
` [PATCH v2 2/4] mm: list_lru: keep per-memcg lists with nokmem for NONSLAB-backed lrus
` [PATCH v2 3/4] mm: thp: restore SHRINKER_NONSLAB on the deferred split shrinker
` [PATCH v2 4/4] mm: zswap: mark the zswap shrinker SHRINKER_NONSLAB

[PATCH v2 0/6] Add support to handle memory double-bit ecc errors
 2026-09-07 11:01 UTC  (2+ messages)
` ✓ CI.KUnit: success for Add support to handle memory double-bit ecc errors (rev2)

Missing signoff in the bluetooth tree
 2026-09-07 11:01 UTC 

[PATCH 1/1] mm/zswap: enable static key after runtime pool recovery
 2026-09-07 11:00 UTC  (4+ messages)

[PATCH 00/10] net: support thread-specific pidfds for send and connect
 2026-09-07 11:00 UTC  (7+ messages)
` [PATCH 08/10] selftests/net: SO_PEERPIDFD_THREAD
` [PATCH 09/10] pidfs: record the coredump on the dumping thread's pid too
` [PATCH 10/10] selftests/coredump: check the dumping thread's pidfd

[PATCH] media: uvcvideo: defer cancelled buffer completion until copies finish
 2026-09-07 11:00 UTC  (4+ messages)
` [PATCH v2] "

[PATCH bpf-next v4 0/7] bpf: Add user memory access kfuncs for mm_struct
 2026-09-07 10:59 UTC  (3+ messages)
` [PATCH bpf-next v4 1/7] mm: Add copy_remote_mm_str()

[PATCH v2 0/2] drm/xe/pcode: Increase default mailbox timeout
 2026-09-07 10:59 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH 00/13] s390/cio: replace page allocator calls with k[mz]alloc()
 2026-09-07 10:59 UTC  (7+ messages)
` [PATCH 01/13] s390/chsc: Use kzalloc() for CUBs
` [PATCH 06/13] s390/cmf: Use kmalloc() for the CMB area

Patchwork housekeeping for: spi-devel-general
 2026-09-07 10:58 UTC 

[PATCH v7 0/6] net: wwan: t9xx: Add MediaTek T9XX WWAN driver
 2026-09-07 10:58 UTC  (3+ messages)

[PATCH v1 0/2] Macro Ordering and Typo Correction
 2026-09-07 10:59 UTC  (5+ messages)
` [PATCH v1 1/2] dmaengine: dw-edma: Macro order as per reg bit position
` [PATCH v1 2/2] dmaengine: dw-edma: IP name corrected under its struct

[PATCH] isofs: fix Rock Ridge CE extent validation on multisession media
 2026-09-07 10:58 UTC  (2+ messages)

[PATCH 0/2] zsmallc: remove old object read API
 2026-09-07 10:57 UTC  (3+ messages)
` [PATCH 1/2] zram: convert to SG-list zsmalloc "
` [PATCH 2/2] zsmalloc: remove old "

[RFC PATCH v3 0/8] fuse: caches documentation and testing
 2026-09-07 10:58 UTC  (7+ messages)
` [RFC PATCH v3 7/8] selftests/fuse: add fuse symlink caching test
` [RFC PATCH v3 8/8] selftests/fuse: add fuse readdir "

[OE-core][PATCH] systemd: re-enable ptest support
 2026-09-07 10:56 UTC  (3+ messages)
` [OE-core][PATCH v2] "

[PATCH 00/12] mm/collapse: separate a collapse from its callers
 2026-09-07 10:56 UTC  (4+ messages)
` [PATCH 05/12] mm/collapse: state what a collapse may do in the policy

[PATCH v7 0/1] platform/x86: add Acer battery control driver
 2026-09-07 10:55 UTC  (3+ messages)
` [PATCH v7 1/1] "

[PATCH v20 00/14] KVM: arm64: Provide guest support for GCS
 2026-09-07 10:55 UTC  (7+ messages)
` [PATCH v20 06/14] KVM: arm64: Validate GCS exception lock when emulating ERET

[PATCH] cpufreq: conservative: Ignore idle periods when a policy CPU is busy
 2026-09-07 10:55 UTC  (2+ messages)

[PATCH] ext4: isolate s_orphan_lock from read-mostly fields
 2026-09-07 10:55 UTC  (2+ messages)

[PULL v3 00/12] Misc fixes patches
 2026-09-07 10:53 UTC  (13+ messages)
` [PULL v3 01/12] crypto: Use g_autofree
` [PULL v3 02/12] crypto/x509-utils: don't double set errp
` [PULL v3 03/12] crypto/x509-utils: propagate the error
` [PULL v3 04/12] io/channel-socket: do not treat a zero length write as an error
` [PULL v3 05/12] io/channel-websock: send an HTTP 400 when the greeting has no space
` [PULL v3 06/12] io/channel-websock: handle a blocked write during the handshake
` [PULL v3 07/12] tests/unit: add websock handshake test
` [PULL v3 08/12] io/channel-websock: do not lose QIO_CHANNEL_ERR_BLOCK while reading
` [PULL v3 09/12] tests/unit: cover blocked IO during the websock handshake
` [PULL v3 10/12] crypto: deprecate the AF_ALG crypto backend
` [PULL v3 11/12] gitlab: use --emacs --quiet for checkpatch.pl instead of --terse
` [PULL v3 12/12] docs/system/security: exclude uninitialized stack variables as bugs

[PATCH RFC v9 00/25] pkeys-based page table hardening
 2026-09-07 10:54 UTC  (7+ messages)
` [PATCH RFC v9 01/25] mm: Introduce kpkeys
` [PATCH RFC v9 11/25] mm: kpkeys: Introduce kpkeys_hardened_pgtables feature
` [PATCH RFC v9 12/25] mm: kpkeys: Protect regular page tables

[PATCH] pinctrl: qcom: Drop marketing name-prefixed duplicate defines
 2026-09-07 10:53 UTC  (2+ messages)

[PATCH] usb: typec: anx7411 - stop the IRQ before destroying the workqueue
 2026-09-07 10:53 UTC  (2+ messages)

[PATCH v2 0/5] m68k SuperVidel patches
 2026-09-07 10:53 UTC  (4+ messages)
` [PATCH v2 5/5] m68k: Add support for Svethlana

[PATCH] arm64: dts: qcom: x1e80100-medion-sprchrgd-14-s1: Drop NOP override
 2026-09-07 10:52 UTC  (2+ messages)

[PATCH v1 0/3] tests/intel/xe_sriov_mmio_regs: Add tests to verify registers on VFs
 2026-09-07 10:52 UTC  (3+ messages)
` [PATCH v1 2/3] "

[PATCH v3 0/6] btrfs: handle -ENOMEM errors in some synchronous dirops without aborting
 2026-09-07 10:52 UTC  (5+ messages)
` [PATCH v3 1/6] btrfs: use an on-stack path in btrfs_insert_orphan_item()

[PATCH v2] bpf, sockmap: Fix self-redirect copied_seq double-counting
 2026-09-07 10:52 UTC  (4+ messages)

[PATCH net v2] vxlan: vnifilter: validate the VNI range in vni_filter_entry_policy
 2026-09-07 10:52 UTC  (3+ messages)

[PATCH 0/2] mm: restore SHRINKER_NONSLAB on THP and zswap shrinkers
 2026-09-07 10:52 UTC  (5+ messages)
` [PATCH 1/2] mm: thp: restore SHRINKER_NONSLAB on the deferred split shrinker
` [PATCH 2/2] mm: zswap: mark the zswap shrinker SHRINKER_NONSLAB

[PATCH] soundwire: bus: iterate DT compatibles for class-ID match
 2026-09-07 10:51 UTC  (2+ messages)

[PATCH v2 0/2] Add validation for DMC firmware header parsing
 2026-09-07 10:51 UTC  (3+ messages)
` [PATCH v2 1/2] drm/i915/dmc: Add sanity check for DMC load address

[PATCH v4 3/6] KVM: arm64: Add auto DBM support for hardware dirty tracking
 2026-09-07 10:50 UTC  (11+ messages)


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.