All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-03 23:44:30 to 2026-09-04 00:45:44 UTC [more...]

[PATCH v3 00/40] Use defined 16-bits ASC/ASCQ combinations
 2026-09-04  0:45 UTC  (46+ messages)
` [PATCH v3 01/40] scsi: define all additional sense codes and their qualifiers
` [PATCH v3 02/40] scsi: constants: use defined sense codes
` [PATCH v3 03/40] scsi: constants: rename internal struct field names
` [PATCH v3 04/40] scsi: rename sense field of struct scsi_failure
` [PATCH v3 05/40] scsi: prepare for using 16-bits defined sense codes
` [PATCH v3 06/40] scsi: use struct scsi_sense_hdr to log sense keys and codes
` [PATCH v3 07/40] scsi: core: use 16-bits defined sense codes
` [PATCH v3 08/40] scsi: sd: "
` [PATCH v3 09/40] scsi: sr: "
` [PATCH v3 10/40] scsi: ses: "
` [PATCH v3 11/40] scsi: ch: "
` [PATCH v3 12/40] scsi: st: "
` [PATCH v3 13/40] scsi: device_handlers: hp_sw: "
` [PATCH v3 14/40] scsi: device_handlers: rdac: "
` [PATCH v3 15/40] scsi: device_handlers: emc: "
` [PATCH v3 16/40] scsi: device_handlers: alua: "
` [PATCH v3 17/40] scsi: mpt3sas: "
` [PATCH v3 18/40] scsi: mpi3mr: "
` [PATCH v3 19/40] scsi: 3w-xxxx: "
` [PATCH v3 20/40] scsi: leapraid: "
` [PATCH v3 21/40] scsi: megaraid: "
` [PATCH v3 22/40] scsi: myrX: "
` [PATCH v3 23/40] scsi: smartpqi: "
` [PATCH v3 24/40] scsi: qla2xxx: "
` [PATCH v3 25/40] scsi: ps3rom: "
` [PATCH v3 26/40] scsi: lpfc: "
` [PATCH v3 27/40] scsi: stex: "
` [PATCH v3 28/40] scsi: mvumi: "
` [PATCH v3 29/40] scsi: libiscsi: "
` [PATCH v3 30/40] scsi: ibmvscsi_tgt: "
` [PATCH v3 31/40] scsi: scsi_debug: "
` [PATCH v3 32/40] scsi: hpsa: "
` [PATCH v3 33/40] scsi: storvsc: "
` [PATCH v3 34/40] target: "
` [PATCH v3 35/40] usb: storage: "
` [PATCH v3 36/40] cdrom: "
` [PATCH v3 37/40] ata: libata: "
` [PATCH v3 38/40] s390: scsi: "
` [PATCH v3 39/40] scsi: cleanup scsi_proto.h
` [PATCH v3 40/40] scsi: remove scsi_build_sense() and scsi_build_sense_buffer()

[PATCH net v5] net: stmmac: remove software VLAN tag stripping
 2026-09-04  0:45 UTC 

[PATCH net] net: bridge: dynamically allocate frame_type instances for CFM and MRP
 2026-09-04  0:44 UTC 

[PATCH] selftests/mm: remove unreachable returns after ksft exit helpers
 2026-09-04  0:44 UTC  (2+ messages)

[PATCH v3 0/4] KVM: guest_memfd: Fix binding bugs
 2026-09-04  0:43 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: guest_memfd: Gracefully handle xarray errors when binding a memslot
` [PATCH v3 2/4] KVM: Use goto to handle errors during memslot preparation
` [PATCH v3 3/4] KVM: guest_memfd: Establish memslot<=>guest_memfd bindings *after* memslot is ready
` [PATCH v3 4/4] KVM: guest_memfd: Drop superfluous WRITE_ONCE() when binding a memslot

[PATCH 0/4] mm: replace PF_KCOMPACTD/PF_KSWAPD with kthread_func()
 2026-09-04  0:41 UTC  (4+ messages)
` [PATCH] xfs: fix NOFS state corruption in btree split worker

[PATCH v4 00/25] CPU binds and ULLS on migration queue
 2026-09-04  0:41 UTC  (38+ messages)
` [PATCH v4 01/25] drm/xe: Drop struct xe_migrate_pt_update argument from populate/clear vfuns
` [PATCH v4 02/25] drm/xe: Add xe_migrate_update_pgtables_cpu_execute helper
` [PATCH v4 03/25] drm/xe: Decouple exec queue idle check from LRC
` [PATCH v4 04/25] drm/xe: Add job count to GuC exec queue snapshot
` [PATCH v4 05/25] drm/xe: Update xe_bo_put_deferred arguments to include writeback flag
` [PATCH v4 06/25] drm/xe: Add XE_BO_FLAG_PUT_VM_ASYNC
` [PATCH v4 07/25] drm/xe: Update scheduler job layer to support PT jobs
` [PATCH v4 08/25] drm/xe: Add helpers to access PT ops
` [PATCH v4 09/25] drm/xe: Add struct xe_pt_job_ops
` [PATCH v4 10/25] drm/xe: Update GuC submission backend to run PT jobs
` [PATCH v4 11/25] drm/xe: Store level in struct xe_vm_pgtable_update
` [PATCH v4 12/25] drm/xe: Don't use migrate exec queue for page fault binds
` [PATCH v4 13/25] drm/xe: Enable CPU binds for jobs
` [PATCH v4 14/25] drm/xe: Remove unused arguments from xe_migrate_pt_update_ops
` [PATCH v4 15/25] drm/xe: Make bind queues operate cross-tile
` [PATCH v4 16/25] drm/xe: Add CPU bind layer
` [PATCH v4 17/25] drm/xe: Add device flag to enable PT mirroring across tiles
` [PATCH v4 18/25] drm/xe: Add xe_hw_engine_write_ring_tail
` [PATCH v4 19/25] drm/xe: Add ULLS support to LRC
` [PATCH v4 20/25] drm/xe: Add ULLS migration job support to migration layer
` [PATCH v4 21/25] drm/xe: Add ULLS migration job support to ring ops
` [PATCH v4 22/25] drm/xe: Add ULLS migration job support to GuC submission
` [PATCH v4 23/25] drm/xe: Enter ULLS for migration jobs upon page fault or SVM prefetch
` [PATCH v4 24/25] drm/xe: Add modparam to enable / disable ULLS on migrate queue
` [PATCH v4 25/25] drm/xe: Document ULLS for migration jobs

[syzbot] [bridge?] general protection fault in br_del_frame
 2026-09-04  0:40 UTC 

[PATCH v5] mm/damon/ops-common: use a page-aligned address in damon_ptep_mkold()
 2026-09-04  0:38 UTC  (2+ messages)

[net,PATCH v1] net: ks8851: Fix receiver error in 100BASE-TX mode following software power-down
 2026-09-04  0:37 UTC  (2+ messages)

[PATCH v4 0/5] Stop returning struct page from guest_memfd PFN lookup
 2026-09-04  0:36 UTC  (3+ messages)
` [PATCH v4 5/5] KVM: guest_memfd: Stop returning struct page from "

[PATCH v4 00/17] KVM: nVMX: Adjust VMPTRLD/VMPTRST behavior with active eVMCS
 2026-09-04  0:36 UTC  (21+ messages)
` [PATCH v4 01/17] KVM: nVMX: Make VMPTRLD result in #UD when eVMCS is used
` [PATCH v4 02/17] KVM: nVMX: Make VMPTRST return eVMCS GPA when it "
` [PATCH v4 03/17] KVM: selftests: Don't clobber RFLAGS in happy path of __KVM_ASM_SAFE()
` [PATCH v4 04/17] KVM: selftests: Adapt to the updated VMPTRST behavior when eVMCS is used
` [PATCH v4 05/17] KVM: selftests: Check VMPTRLD with active eVMCS
` [PATCH v4 06/17] KVM: selftests: Assert success in vmptrst(), kill off vmptrstz()
` [PATCH v4 07/17] KVM: selftests: Always assert that vmxon() and prepare_for_vmx_operation() succeed
` [PATCH v4 08/17] KVM: selftests: Always assert that vmclear() succeeds
` [PATCH v4 09/17] KVM: selftests: Always assert that vmptrld() succeeds
` [PATCH v4 10/17] KVM: selftests: Drop useless return code from load_vmcs()
` [PATCH v4 11/17] KVM: selftests: Add macros to handle simple VMX instructions
` [PATCH v4 12/17] KVM: selftests: Drop dead return code from evmcs_vmptrld() and load_evmcs()
` [PATCH v4 13/17] KVM: selftests: Dedup assembly code for VMLAUNCH and VMRESUME
` [PATCH v4 14/17] KVM: selftests: Assert success in vmlaunch() and vmresume()
` [PATCH v4 15/17] KVM: selftests: Add __vmwrite() and use it when initializing optional fields
` [PATCH v4 16/17] KVM: selftests: Always assert that vmwrite() succeeds
` [PATCH v4 17/17] KVM: selftests: Always assert that vmreadz() succeeds

[PATCH] mm/memory: fix hugetlb_zap_begin() call in zap_vma_range_batched()
 2026-09-04  0:35 UTC  (4+ messages)

[PATCH net v2 0/3] net: airoha: fix silent RX loss on the shared CPU ring
 2026-09-04  0:35 UTC  (4+ messages)
` [PATCH net v3 0/2] "
  ` [PATCH net v3 1/2] net: airoha: handle RX_NO_CPU_DSCP interrupt, not just RX_DONE

[PATCH net 1/2] net/sched: codel: bound the dropping loop per dequeue call
 2026-09-04  0:35 UTC  (2+ messages)

drivers/gpu/drm/amd/amdgpu/../display/modules/power/power_abm.c:817 mod_power_update_backlight_on_mode_change() warn: inconsistent indenting
 2026-09-04  0:33 UTC 

[PATCH net v4] net: reduce XMIT_RECURSION_LIMIT under KASAN
 2026-09-04  0:32 UTC  (2+ messages)

[PATCH net] genetlink: pin family module during policy dump
 2026-09-04  0:30 UTC  (2+ messages)

[PATCH v5 0/3] x86/mce: Fix timer list corruption and avoid redundant polling
 2026-09-04  0:30 UTC  (3+ messages)

[PATCH v1 1/4] Bluetooth: btintel_pcie: remove duplicate BTINTEL_PCIE_MAGIC_NUM definition
 2026-09-04  0:29 UTC  (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] Bluetooth: btintel_pcie: add MDBGC multi-buffer DBGC allocation
` [PATCH v2 3/3] Bluetooth: btintel_pcie: unified decoder coredump format

[PATCH v5 0/3] Use BTF to trim return values
 2026-09-04  0:30 UTC  (7+ messages)

[RFC PATCH net-next 0/9] net: survive a PHY whose firmware arrives after the MAC probes
 2026-09-04  0:29 UTC  (3+ messages)
` [RFC PATCH net-next 2/9] dt-bindings: net: ethernet-controller: add slow-to-probe

[PATCH v3] bootconfig: Skip printing early params to cmdline from bootconfig
 2026-09-04  0:26 UTC  (2+ messages)
` Kernel parameter collision/duplicate behavior (Re: [PATCH v3] bootconfig: Skip printing early params to cmdline from bootconfig)

[meta-gnome][PATCH] libpeas: upgrade 2.0.7 -> 2.2.1
 2026-09-04  0:26 UTC 

[PATCH] drm/xe/forcewake: add delayed-release optimization
 2026-09-04  0:25 UTC  (10+ messages)
` [PATCH v5 0/4] "
  ` [PATCH v5 2/4] drm/xe/forcewake: add delayed-release state machine

[BUG] SPD5118 Intermittent MR11 Corruption During Suspend/Resume
 2026-09-04  0:24 UTC  (15+ messages)

[PATCH v2 0/2] Use __u128 in arm64 UAPI headers
 2026-09-04  0:22 UTC  (3+ messages)
` [PATCH v2 1/2] tools: linux/types.h: Add 128-bit integer types for arm64 UAPI structures

[DISCUSSION] Three problems behind broken "perf --call-graph dwarf" on AMD: IP and stack dump mismatch, libdw fails on lld's layout, and the unwinder fallback never runs
 2026-09-04  0:22 UTC  (10+ messages)

[PATCH net v4] devlink: use direct firmware requests for flash updates
 2026-09-04  0:20 UTC  (2+ messages)

[PATCH net-next v8 6/6] selftests: drv-net: extend so_txtime with hw offload
 2026-09-04  0:19 UTC  (2+ messages)

[PATCH net-next v8 5/6] selftests: drv-net: in so_txtime tell apart sw from hw pacing
 2026-09-04  0:19 UTC  (2+ messages)

[PATCH net-next v8 4/6] selftests: drv-net: refactor so_txtime errqueue handling
 2026-09-04  0:19 UTC  (2+ messages)

[PATCH net-next v8 3/6] idpf: support pacing offload
 2026-09-04  0:19 UTC  (2+ messages)

[PATCH net-next v8 1/6] net: rtnetlink: add pacing_offload_horizon attribute to net_device
 2026-09-04  0:19 UTC  (2+ messages)

[PATCH v2 0/2] virtio_gpu: add F_CREATE_GUEST_HANDLE and F_BLOB_CTX_ID_FIX
 2026-09-04  0:19 UTC  (3+ messages)
` [PATCH v2 2/2] virtio-gpu: add flag to negotiate always passing ctx_id to RESOURCE_CREATE_BLOB

[PATCH v8 0/2] ALSA: usb-audio: the Topping M62's vendor controls
 2026-09-04  0:18 UTC  (2+ messages)

[PATCH] drm/xe: Rename xe_vm_fault to drm_xe_vm_fault
 2026-09-04  0:16 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH] lib/amdgpu: use asic_id for GFX11 platform matching
 2026-09-04  0:13 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "

[PATCH v1] usb: typec: ucsi: allow retries of ucsi_resume_work
 2026-09-04  0:13 UTC  (3+ messages)

[PATCH 0/2] scsi: Initial commit of VirtIO PCIe Endpoint Driver
 2026-09-04  0:12 UTC  (4+ messages)

[PATCH net v2] netdevsim: take bus device refcount before registering device
 2026-09-04  0:10 UTC  (2+ messages)

[PATCH net v3 0/1] ipv4: fib: bound automatic table ID allocation
 2026-09-04  0:10 UTC  (2+ messages)

[PATCH net] mlxsw: spectrum_ptp: Fix napi_gro_receive() call from GC workqueue context
 2026-09-04  0:10 UTC  (2+ messages)

[PATCH v5 0/9] PCI passthru on Hyper-V
 2026-09-04  0:10 UTC  (8+ messages)
` [PATCH v5 3/9] mshv: Introduce basic mshv bridge device for VFIO to build upon

[PATCH v2 0/5] Use SIG_ID logs for GuC component
 2026-09-04  0:09 UTC  (2+ messages)
` ✓ CI.KUnit: success for Use SIG_ID logs for GuC component (rev2)

[PATCH] x86: checksum_32: allow memory/immediate operands in csum_ipv6_magic
 2026-09-04  0:08 UTC 

[PATCH v2 0/5] PM_PME support on display hotplug
 2026-09-04  0:04 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for pm_pme support on display hotplug (rev4)

[PATCH v5 00/24] Migrate to hfi2 driver
 2026-09-04  0:03 UTC  (4+ messages)

[PATCH net 0/2] net: bcmasp: fix TX ring accounting bugs
 2026-09-04  0:00 UTC  (2+ messages)

[PATCH stable 5.10.y] tcp: fix potential race in tcp_v6_syn_recv_sock()
 2026-09-04  0:00 UTC  (8+ messages)
` [PATCH stable 5.15.y] "
` [PATCH stable 6.1.y] "
` [PATCH stable 6.6.y] "

[BUG/PATCH] drivers/usb/mtu3: Work around mtu3_log_ep double-indirection issue
 2026-09-03 23:59 UTC 

[f2fs-dev] [PATCH v9 00/11] f2fs: prepare metadata layouts for runtime block sizes
 2026-09-03 23:56 UTC  (12+ messages)
` [f2fs-dev] [PATCH v9 01/11] f2fs: initialize sb_info early in f2fs_fill_super
` [f2fs-dev] [PATCH v9 02/11] f2fs: describe SIT block layout dynamically
` [f2fs-dev] [PATCH v9 03/11] f2fs: describe NAT "
` [f2fs-dev] [PATCH v9 04/11] f2fs: describe orphan "
` [f2fs-dev] [PATCH v9 05/11] f2fs: describe dentry "
` [f2fs-dev] [PATCH v9 06/11] f2fs: describe {i, d, id}node "
` [f2fs-dev] [PATCH v9 07/11] f2fs: describe xattr "
` [f2fs-dev] [PATCH v9 08/11] f2fs: parameterize sector conversion macros
` [f2fs-dev] [PATCH v9 09/11] f2fs: parameterize byte and block "
` [f2fs-dev] [PATCH v9 10/11] f2fs: describe node tree geometry dynamically
` [f2fs-dev] [PATCH v9 11/11] f2fs: parameterize block size and mask macros

+ lib-plist-fix-plist_requeue-corrupting-order-in-the-last-bucket.patch added to mm-nonmm-unstable branch
 2026-09-03 23:55 UTC 

[PATCH] ata: libahci: clear PxCLBU and PxFBU for AHCI_HFLAG_32BIT_ONLY
 2026-09-03 23:54 UTC  (2+ messages)

[PATCH BlueZ] adapter: clear discovery_found list before discovery_cleanup()
 2026-09-03 23:54 UTC  (2+ messages)
` [BlueZ] "

[PATCH] lib/plist: fix plist_requeue() corrupting order in the last bucket
 2026-09-03 23:53 UTC  (2+ messages)

[PATCH] scsi: ufs: core: Add fault injection for task abort failures
 2026-09-03 23:53 UTC 

[PATCH v6] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-09-03 23:50 UTC  (17+ messages)
                    ` [PATCH v7] "
                            ` [PATCH v7.1] "
                              ` [PATCH v8] "

[PATCH RFC 6/8] SUNRPC: Reduce rpciod workqueue contention
 2026-09-03 23:50 UTC  (2+ messages)

[PATCH BlueZ v2] btattach: Update for glibc 2.42 compatibility
 2026-09-03 23:47 UTC  (2+ messages)
` [BlueZ,v2] "

[PATCH 00/11] clang/llvm: Upgrade to 23.1.0
 2026-09-03 23:46 UTC  (5+ messages)
  ` [OE-core] "

[PATCH v2 0/4] i2c: muxes: pca954x: bug fixes and cleanups
 2026-09-03 23:44 UTC  (5+ messages)
` [PATCH v2 1/4] i2c: muxes: pca954x: fix cleanup ordering in pca954x_cleanup()
` [PATCH v2 2/4] i2c: muxes: pca954x: free parent IRQ before dismantling IRQ domain
` [PATCH v2 3/4] i2c: muxes: pca954x: use sysfs_emit() in idle_state_show()
` [PATCH v2 4/4] i2c: muxes: pca954x: constify pca954x_irq_chip

[PATCH v3 net-next 15/15] net: enetc: add ndo_get_vf_config() support
 2026-09-03 23:44 UTC  (2+ messages)

[PATCH v3 net-next 14/15] net: enetc: add PSI-to-VSI link status notification support for VF
 2026-09-03 23:44 UTC  (2+ messages)

[PATCH v3 net-next 13/15] net: enetc: implement ndo_set_rx_mode_async for ENETC v4 VF
 2026-09-03 23:44 UTC  (2+ messages)

[PATCH v3 net-next 12/15] net: enetc: add VF support for i.MX94 and i.MX95
 2026-09-03 23:44 UTC  (2+ 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.