All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-07 05:56:00 to 2026-07-07 06:22:46 UTC [more...]

[PATCH v3 00/88] scsi: qla2xxx: Add QLA29xx series adapter support
 2026-07-07  6:22 UTC  (94+ messages)
` [PATCH v3 01/88] scsi: qla2xxx: Add 29xx series PCI device ID support
` [PATCH v3 05/88] scsi: qla2xxx: Add FC operational firmware load for 29xx
` [PATCH v3 06/88] scsi: qla2xxx: Remove redundant VPD flash read in sysfs read path
` [PATCH v3 07/88] scsi: qla2xxx: Add flash block read/write BSG support for 29xx
` [PATCH v3 08/88] scsi: qla2xxx: Add BSG MPI firmware load/dump "
` [PATCH v3 09/88] scsi: qla2xxx: Add 128-byte IOCB definitions "
` [PATCH v3 10/88] scsi: qla2xxx: Add extended status continuation and marker IOCBs
` [PATCH v3 12/88] scsi: qla2xxx: Skip image-set-valid attribute for 29xx
` [PATCH v3 14/88] scsi: qla2xxx: Enable get_fw_version mailbox "
` [PATCH v3 16/88] scsi: qla2xxx: Enable get_adapter_id "
` [PATCH v3 18/88] scsi: qla2xxx: Enable get_firmware_state "
` [PATCH v3 19/88] scsi: qla2xxx: Enable serdes, resource count and FCE trace "
` [PATCH v3 20/88] scsi: qla2xxx: Enable set_els_cmds and echo_test "
` [PATCH v3 21/88] scsi: qla2xxx: Add support for QLA29XX in data rate functions
` [PATCH v3 22/88] scsi: qla2xxx: Enable qla2x00_shutdown for 29xx
` [PATCH v3 23/88] scsi: qla2xxx: Use ring-slot helpers in __qla2x00_alloc_iocbs
` [PATCH v3 24/88] scsi: qla2xxx: Add support for QLA29XX in memory allocation
` [PATCH v3 25/88] scsi: qla2xxx: Handle sts_cont_entry_ext_t for 29xx adapters
` [PATCH v3 26/88] scsi: qla2xxx: Update handling of status entries for 29xx series
` [PATCH v3 27/88] scsi: qla2xxx: Enhance ct_entry_24xx_ext iocb handling "
` [PATCH v3 28/88] scsi: qla2xxx: Enhance purex_entry "
` [PATCH v3 29/88] scsi: qla2xxx: Update handling of ELS IOCBs "
` [PATCH v3 30/88] scsi: qla2xxx: Add size check for ELS status entry layout on 29xx
` [PATCH v3 31/88] scsi: qla2xxx: Add 29xx extended logio IOCB support
` [PATCH v3 32/88] scsi: qla2xxx: Enhance task management IOCB handling for 29xx series
` [PATCH v3 33/88] scsi: qla2xxx: Add abort command "
` [PATCH v3 34/88] scsi: qla2xxx: Enhance ABTS processing "
` [PATCH v3 35/88] scsi: qla2xxx: Update VP control IOCB handling "
` [PATCH v3 36/88] scsi: qla2xxx: Add build-time size check for VP config IOCB layout
` [PATCH v3 37/88] scsi: qla2xxx: Add size check for extended VP report ID entry
` [PATCH v3 38/88] scsi: qla2xxx: Add LS4 pass-through IOCB handling for 29xx series
` [PATCH v3 39/88] scsi: qla2xxx: Adjust feature gating in BSG paths for 29xx support
` [PATCH v3 40/88] scsi: qla2xxx: Fix queue teardown NULL dma_free and bitmap locking
` [PATCH v3 41/88] scsi: qla2xxx: Replace __le16 bitfields with scalar and accessors
` [PATCH v3 42/88] scsi: qla2xxx: Fix endianness annotations in vp_rpt_id_entry structures
` [PATCH v3 43/88] scsi: qla2xxx: Use 64-bit FPM word counters for 29xx host stats
` [PATCH v3 44/88] scsi: qla2xxx: Add 64G/128G port speed setting support
` [PATCH v3 45/88] scsi: qla2xxx: Fix 64G link speed reporting in get_data_rate
` [PATCH v3 46/88] scsi: qla2xxx: edif: Fix NULL pointer deref in RX SA delete check
` [PATCH v3 47/88] scsi: qla2xxx: Fix Name Server logout detection on FWI2 adapters
` [PATCH v3 48/88] scsi: qla2xxx: Bound VP index against VP_CTRL IOCB bitmap size
` [PATCH v3 49/88] scsi: qla2xxx: Check entry_status in qla24xx_modify_vp_config()
` [PATCH v3 50/88] scsi: qla2xxx: Hold vport reference in qla24xx_report_id_acquisition()
` [PATCH v3 51/88] scsi: qla2xxx: Initialize NVMe abort_work once at submission
` [PATCH v3 52/88] scsi: qla2xxx: Hold qpair lock when sending NVMe LS reject
` [PATCH v3 53/88] scsi: qla2xxx: Zero dport diagnostics buffer to avoid info leak
` [PATCH v3 54/88] scsi: qla2xxx: Fix BSG job leak on validate flash image error path
` [PATCH v3 55/88] scsi: qla2xxx: Bound image count in qla2x00_update_fru_versions()
` [PATCH v3 56/88] scsi: qla2xxx: Clamp MSI-X derived queue counts to avoid truncation
` [PATCH v3 57/88] scsi: qla2xxx: Improve firmware dump data capture
` [PATCH v3 58/88] scsi: qla2xxx: Serialize flash version read in reset handler
` [PATCH v3 59/88] scsi: qla2xxx: Fix use-after-free of qpair work on queue teardown
` [PATCH v3 60/88] scsi: qla2xxx: Clarify MPI optrom address/length units
` [PATCH v3 61/88] scsi: qla2xxx: Fix cs84xx use-after-free on host teardown
` [PATCH v3 62/88] scsi: qla2xxx: Don't query firmware state while chip is down
` [PATCH v3 63/88] scsi: qla2xxx: Zero mailbox struct in qla2x00_get_firmware_state()
` [PATCH v3 64/88] scsi: qla2xxx: Fix FCE trace enable parsing in debugfs
` [PATCH v3 65/88] scsi: qla2xxx: Fix FCE trace use-after-free during firmware dump
` [PATCH v3 66/88] scsi: qla2xxx: Use memset_io() to clear QLAFX00 request ring slot
` [PATCH v3 67/88] scsi: qla2xxx: Null out freed pointers in qla2x00_mem_alloc() error path
` [PATCH v3 68/88] scsi: qla2xxx: Fix response queue over-consumption in __qla_consume_iocb()
` [PATCH v3 69/88] scsi: qla2xxx: Fix soft lockup polling continuation IOCB signature
` [PATCH v3 70/88] scsi: qla2xxx: Bound rsp_info_len to avoid OOB sense-data read
` [PATCH v3 71/88] scsi: qla2xxx: Avoid req_q_map double-read in qla2x00_error_entry()
` [PATCH v3 72/88] scsi: qla2xxx: Quiesce response IRQ before freeing request queue
` [PATCH v3 73/88] scsi: qla2xxx: Reject non-SCSI SRB on status IOCB fast path
` [PATCH v3 74/88] scsi: qla2xxx: Clamp max_npiv_vports to VP_CTRL bitmap capacity
` [PATCH v3 75/88] scsi: qla2xxx: Avoid double completion in async IOCB timeout
` [PATCH v3 76/88] scsi: qla2xxx: Skip vport under deletion in report ID acquisition
` [PATCH v3 77/88] scsi: qla2xxx: Drop vport reference under lock "
` [PATCH v3 78/88] scsi: qla2xxx: Hold vport_slock for host map update "
` [PATCH v3 79/88] scsi: qla2xxx: Fix NVMe abort reference leak on repeated abort
` [PATCH v3 80/88] scsi: qla2xxx: Skip NVMe LS reject IOCB when FW not started
` [PATCH v3 81/88] scsi: qla2xxx: Unlink NVMe unsol ctx before freeing on LS reject error
` [PATCH v3 82/88] scsi: qla2xxx: Serialize NVMe unsol ctx list with a per-fcport lock
` [PATCH v3 83/88] scsi: qla2xxx: Use coherent DMA buffer for D_Port diagnostics
` [PATCH v3 84/88] scsi: qla2xxx: Zero-init bsg stack buffers to avoid info leak
` [PATCH v3 85/88] scsi: qla2xxx: Validate BSG request_len before reading vendor_cmd[]
` [PATCH v3 86/88] scsi: qla2xxx: Zero SFP DMA buffer in FRU/I2C bsg handlers
` [PATCH v3 87/88] scsi: qla2xxx: Bound i2c->length in I2C "
` [PATCH v3 88/88] scsi: qla2xxx: Update version to 12.00.00.2607b1

[PATCH 1/1] iomap: avoid compaction for costly folio order allocation
 2026-07-07  6:22 UTC  (4+ messages)

[PATCH v4 00/21] Add SSP/TSP power control and DRAM remap support for AST2700
 2026-07-07  6:17 UTC  (5+ messages)
` [PATCH v4 11/21] hw/arm/ast27x0: Share FMC controller with SSP and TSP

[PATCH 1/6] lib: Add generic platform filtering framework
 2026-07-07  6:22 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for series starting with [1/6] "
` ✓ i915.CI.BAT: "

[PATCH 0/4] vmcore-tasks: export per-task metadata to vmcoreinfo
 2026-07-07  6:21 UTC  (3+ messages)

[PATCH 0/2] Enable mutliple peripherals in IPQ5210
 2026-07-07  6:21 UTC  (4+ messages)
` [PATCH 1/2] arm64: dts: qcom: ipq5210: Add nodes for multiple peripherals
` [PATCH 2/2] arm64: dts: qcom: ipq5210: Enable USB and PCIe on RDP504

[PATCH v2 0/2] iio: adc: ti-ads1298: add ADS1298/ADS1299 driver
 2026-07-07  6:21 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: iio: adc: ti,ads1298: add ADS1299 EEG ADC variants

[PATCH v3 00/91] tests/tcg: run tests with meson
 2026-07-07  6:20 UTC  (15+ messages)
` [PATCH v3 27/91] tests/docker/docker.py: remove "Image is up to date" info
` [PATCH v3 28/91] tests/tcg/meson.build: introduce cc_dockerfile and cc_docker_arch
` [PATCH v3 63/91] tests/tcg/or1k/test_addic.c: remove unused variables
` [PATCH v3 66/91] plugins/api.c: identify or1k pc register and mark it as read only
` [PATCH v3 69/91] tests/tcg/ppc64: remove dependency on qemu/compiler.h
` [PATCH v3 76/91] tests/tcg/s390x/head64.S: declare _exit symbol after main
` [PATCH v3 87/91] tests/tcg/xtensa/crt.S: align .text section

ftruncate() after FICLONERANGE costs 300-600us/file, ~10x more than the clone itself
 2026-07-07  6:20 UTC  (3+ messages)

[PATCH] drm/i915/dmc: Enable PIPEDMC_ERROR interrupt on display version 30+
 2026-07-07  6:20 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PULL 0/3] Functional testing patches
 2026-07-07  6:19 UTC  (4+ messages)
` [PULL 1/3] tests/functional: Add hotplug_scsi test to hotplug virtio-scsi disk
` [PULL 2/3] tests/functional/aspeed: unify boot completion detection on 'login:' prompt
` [PULL 3/3] tests/functional: use QMP to query available machines

[PATCH v2 0/5] riscv: dts: spacemit: serial/i2c/ethernet improvements for the K3 Pico-ITX board
 2026-07-07  6:18 UTC  (3+ messages)

[PATCH v9] misc: fastrpc: Allocate entire reserved memory for Audio PD in probe
 2026-07-07  6:17 UTC 

[PATCH v2 0/5] treewide: remove unreachable memblock_reserve() return value checks in early boot
 2026-07-07  6:17 UTC  (2+ messages)

[PATCH v1] udmabuf: Ensure to perform cache synchronisation in begin_cpu_udmabuf()
 2026-07-07  6:16 UTC  (7+ messages)

[PATCH net-next v10 0/5] net: wangxun: timeout and error
 2026-07-07  6:14 UTC  (6+ messages)
` [PATCH net-next v10 1/5] net: ngbe: implement libwx reset ops
` [PATCH net-next v10 2/5] net: wangxun: add Tx timeout process
` [PATCH net-next v10 3/5] net: wangxun: add reinit parameter to wx->do_reset callback
` [PATCH net-next v10 4/5] net: wangxun: implement soft quiesce for PCIe error recovery
` [PATCH net-next v10 5/5] net: wangxun: add pcie error handler

[PATCH net v2] mptcp: pm: drop pending ADD_ADDR when removing id 0 endpoint
 2026-07-07  6:15 UTC  (7+ messages)

[PATCH 0/6] Add TEE based client driver for UEFI Secure Application
 2026-07-07  6:11 UTC  (14+ messages)
` [PATCH 1/6] tee: qcomtee: Track the object invocation context
` [PATCH 2/6] tee: Add kernel client object invoke helper
` [PATCH 3/6] tee: qcomtee: Allow object invokes from kernel clients
` [PATCH 4/6] tee: Export uuidv5 generation for TEE clients
` [PATCH 5/6] tee: qcomtee: Add support for registering QTEE services on TEE bus
` [PATCH 6/6] firmware: qcom: Add support for TEE based EFI-var client driver

[PATCH] tests/functional: use QMP to query available machines
 2026-07-07  6:13 UTC  (3+ messages)

[PATCH] netfs: fix ENOMEM handling in netfs_writepages() to drain all dirty folios
 2026-07-07  6:13 UTC  (2+ messages)

[PATCH v2 0/4] Add Intel Agilex5 SoCDK TSN Config2 board
 2026-07-07  6:13 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: arm: altera: Add "
` [PATCH v2 2/4] arm64: dts: socfpga: agilex5: Add "
` [PATCH v2 3/4] dt-bindings: net: altr,socfpga-stmmac: Add altr,socfpga-stmmac-agilex5-tsn compatible
` [PATCH net-next v2 4/4] net: stmmac: dwmac-socfpga: Add support for Agilex5 TSN GMAC with FPGA converter

[BUG] iommu: KASAN slab-use-after-free in iommufd_auto_response_faults
 2026-07-07  6:12 UTC 

[PATCH] PCI: cadence: add missing MODULE_DEVICE_TABLE()
 2026-07-07  6:12 UTC  (2+ messages)

[PATCH] dt-bindings: usb: Add Aspeed AST2700 DWC3 controller
 2026-07-07  6:12 UTC 

[PATCH v3 0/5] Support the FEAT_HDBSS introduced in Armv9.5
 2026-07-07  6:11 UTC  (8+ messages)
` [PATCH v3 3/5] KVM: arm64: Add support for FEAT_HDBSS

[PATCH] kconfig: warn on dead default
 2026-07-07  6:06 UTC  (3+ messages)

[PATCH v2 for-4.22] x86/cpu-policy: set up host policy earlier
 2026-07-07  6:10 UTC  (2+ messages)

[PATCH v2 0/8] Refactor AST2700 SCU preparation for coprocessors
 2026-07-07  6:09 UTC  (9+ messages)
` [PATCH v2 1/8] hw/misc/aspeed_scu: Introduce Aspeed2700SCUState
` [PATCH v2 2/8] hw/arm/aspeed: Use Aspeed2700SCUState for AST2700 users
` [PATCH v2 3/8] hw/arm/aspeed_ast27x0: Move SCU link into AST27x0 coprocessors
` [PATCH v2 4/8] hw/misc/aspeed_scu: Add separate reset handler for AST2700 SCUIO
` [PATCH v2 5/8] hw/arm/aspeed_ast27x0: Pass realized PSP SoC to SSP/TSP initialization
` [PATCH v2 6/8] hw/arm/ast27x0: Share single SCUIO instance across PSP, SSP, and TSP
` [PATCH v2 7/8] hw/arm/ast27x0: Share FMC controller with SSP "
` [PATCH v2 8/8] hw/ssi/aspeed_smc: Add Data FIFO-based flash access support for AST2700

[PATCH 0/2] Enable PCIe controllers present in Qualcomm ipq5210
 2026-07-07  6:10 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: qcom: ipq5210: Enable PCIe support

[PATCH 0/2] riscv: vdso: Do not use LTO for the vDSO
 2026-07-07  6:10 UTC  (5+ messages)
` [PATCH 1/2] "

[PATCH] ASoC: SOF: amd: add missing blank line between Kconfig entries
 2026-07-07  6:09 UTC 

[PATCH v2] hw/pci/pcie_doe: Check mailbox length for overflows
 2026-07-07  6:09 UTC  (2+ messages)

[moderation/CI] Re: KVM: x86: Destroy the PIC and IOAPIC before destroying vCPUs
 2026-07-07  6:08 UTC 

[PATCH bpf-next v4 0/6] Mixing bpf2bpf and tailcalls for RV64
 2026-07-07  6:08 UTC  (6+ messages)

[PATCH bpf v2 0/2] bpf: Reject negative const offsets for buffer pointers
 2026-07-07  6:08 UTC  (3+ messages)
` [PATCH bpf v2 1/2] "
` [PATCH bpf v2 2/2] selftests/bpf: Cover negative raw_tp writable buffer offsets

[PATCH 0/2] selftests: watchdog: clean up file header comment
 2026-07-07  6:07 UTC  (3+ messages)
` [PATCH 1/2] selftests: watchdog: drop obsolete WDIOC_GETTEMP TODO
` [PATCH 2/2] selftests: watchdog: fix block comment style in file header

[PATCH i-g-t v2] tests/intel-ci/chamelium-only.testlist: Include additional chamelium tests
 2026-07-07  6:07 UTC  (2+ messages)

[PATCH 0/2] timekeeping: Move the vDSO update declarations into a private header
 2026-07-07  6:07 UTC  (3+ messages)
` [PATCH 1/2] timekeeping: Fold vdso_time_update_aux() declarations into the generic ifdeffery
` [PATCH 2/2] timekeeping: Move the vDSO update declarations into a private header

[syzbot] [netfs?] WARNING in netfs_writepages (3)
 2026-07-07  6:07 UTC 

[PATCH 0/5] s390x: interface hardening fixes
 2026-07-07  6:05 UTC  (3+ messages)
` [PATCH 1/5] s390x/sclp: reject invalid write event data headers

[PATCH v5 0/8] Generic IRQ entry/exit support for powerpc
 2026-07-07  6:05 UTC  (5+ messages)

[PATCH v3] x86/setup: do not include kexec_handover.h from asm/setup.h
 2026-07-07  6:05 UTC  (2+ messages)

[PATCH 0/2] cyclic: update and optimization
 2026-07-07  6:03 UTC  (8+ messages)
` [PATCH 2/2] cyclic: parse cyclic list only if next cyclic timestamp is reached

[PATCH] Input: i8042 - replace strlcat() with seq_buf and scnprintf()
 2026-07-07  6:04 UTC 

[Buildroot] [PATCH] support/docker: make the image reproducible again
 2026-07-07  6:03 UTC  (2+ messages)

[PATCH v3 0/2] RISC-V IOMMU HPM support
 2026-07-07  6:03 UTC  (7+ messages)
` [PATCH v3 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver

[PATCH] ata: libata-core: Allow capacity transition to zero for locked drives
 2026-07-07  6:02 UTC  (4+ messages)
` [PATCH v2 0/2] Fixes for security "
  ` [PATCH v2 1/2] ata: libata-core: Skip HPA resize for "

[PATCH 0/3] ASoC: amd: ps: bug fixes for ACP PCI driver
 2026-07-07  5:59 UTC  (4+ messages)
` [PATCH 1/3] ASoC: amd: ps: disable MSI on resume in "
` [PATCH 2/3] ASoC: amd: ps: fix wrong ACP version string in pci_request_regions()
` [PATCH 3/3] ASoC: amd: ps: replace bitwise OR with logical OR in IRQ return check

[PATCH 0/9] PCI: qcom: Add PCIe support for Shikra SoC
 2026-07-07  6:01 UTC  (4+ messages)
` [PATCH 2/9] dt-bindings: PCI: qcom: Document the Shikra PCIe Controller

[PATCH ethtool-next] netlink: rss: Add set support
 2026-07-07  6:00 UTC 

[PATCH] crypto: ctr - Convert from skcipher to lskcipher
 2026-07-07  5:57 UTC  (6+ messages)

[REGRESSION] can: usb: f81604: TX broken with "short int URB: 9 < 12"
 2026-07-07  5:59 UTC  (2+ messages)

[PATCH V1] accel/amdxdna: Fix hardware context race in amdxdna_update_heap()
 2026-07-07  5:58 UTC 

[PATCH i-g-t] tests/kms_display_modes: Skip mirrored pipe combinations
 2026-07-07  5:57 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH 1/2] tty: n_gsm: avoid reactivation without previous cleanup
 2026-07-07  5:58 UTC  (6+ messages)

[PATCH] selftests/mm/mseal_test: Fix mmap return value check in test_seal_zero_address
 2026-07-07  5:57 UTC  (3+ messages)
` [PATCH v2] "

[PATCH V1] accel/amdxdna: Fix deadlock on debug BO command timeout
 2026-07-07  5:57 UTC 

[PATCH v2 0/8] qcom: display / dts: Few corrections of address spaces
 2026-07-07  5:57 UTC  (3+ messages)
` (subset) "

[PATCH V1] accel/amdxdna: fix open_ref leak and stale client pointer on dma map failure
 2026-07-07  5:56 UTC 

[PATCH] btrfs: remove verity Merkle folio from page cache on error
 2026-07-07  5:55 UTC  (2+ messages)
` [PATCH v2] btrfs: add verity Merkle folio to page cache after reading it


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.