All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-07 07:06:38 to 2026-07-07 07:34:02 UTC [more...]

[PATCH v3 00/88] scsi: qla2xxx: Add QLA29xx series adapter support
 2026-07-07  7:34 UTC  (43+ messages)
` [PATCH v3 46/88] scsi: qla2xxx: edif: Fix NULL pointer deref in RX SA delete check
` [PATCH v3 52/88] scsi: qla2xxx: Hold qpair lock when sending NVMe LS reject
` [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 59/88] scsi: qla2xxx: Fix use-after-free of qpair work on queue teardown
` [PATCH v3 61/88] scsi: qla2xxx: Fix cs84xx use-after-free on host teardown
` [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 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 74/88] scsi: qla2xxx: Clamp max_npiv_vports to VP_CTRL bitmap capacity
` [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 81/88] scsi: qla2xxx: Unlink NVMe unsol ctx before freeing on LS reject error

[RFC PATCH 0/7] mm: store zswap entries in swap table (Pointer entry)
 2026-07-07  7:32 UTC  (8+ messages)
` [RFC PATCH 1/7] mm/swap_table: add Pointer type support for zswap entry storage
` [RFC PATCH 2/7] mm/zswap: add swp_tb_val to zswap_entry and Pointer accessor helpers
` [RFC PATCH 3/7] mm/swap_state: do zswap conversion in __swap_cache_do_del_folio
` [RFC PATCH 4/7] mm/zswap, mm/swap_state: handle Pointer entries in add_folio path
` [RFC PATCH 5/7] mm/swapfile: handle Pointer entries in count/dup/put paths
` [RFC PATCH 6/7] mm/zswap, mm/swap_state: migrate zswap to use swap_table for entry indexing
` [RFC PATCH 7/7] mm/zswap, mm/swap_state: replace xarray indexing with swap table lookups

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-07-07  7:33 UTC  (65+ messages)
` [PATCH v19 01/40] dept: implement "
` [PATCH v19 02/40] dept: add single event dependency tracker APIs
` [PATCH v19 03/40] dept: add lock "
` [PATCH v19 04/40] dept: tie to lockdep and IRQ tracing
` [PATCH v19 05/40] dept: add proc knobs to show stats and dependency graph
` [PATCH v19 06/40] dept: distinguish each kernel context from another
` [PATCH v19 07/40] dept: distinguish each work "
` [PATCH v19 08/40] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v19 10/40] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
  ` [PATCH v19 10/40] dept: apply sdt_might_sleep_{start, end}() "
` [PATCH v19 11/40] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v19 12/40] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
  ` [PATCH v19 12/40] dept: apply sdt_might_sleep_{start, end}() "
` [PATCH v19 13/40] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
  ` [PATCH v19 13/40] dept: apply sdt_might_sleep_{start, end}() "
` [PATCH v19 15/40] dept: track timeout waits separately with a new Kconfig
` [PATCH v19 17/40] dept: apply timeout consideration to swait
` [PATCH v19 18/40] dept: apply timeout consideration to waitqueue wait
` [PATCH v19 19/40] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v19 21/40] dept: make dept able to work with an external wgen
` [PATCH v19 22/40] dept: track PG_locked with dept
` [PATCH v19 23/40] dept: print staged wait's stacktrace on report
` [PATCH v19 24/40] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v19 27/40] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v19 28/40] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v19 29/40] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v19 30/40] dept: make dept stop from working on debug_locks_off()
` [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v19 32/40] completion, dept: introduce init_completion_dmap() API
` [PATCH v19 33/40] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v19 34/40] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v19 35/40] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v19 36/40] dept: track PG_writeback with dept
` [PATCH v19 38/40] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
` [PATCH v19 40/40] dept: implement a basic unit test for dept

[PATCH] dt-bindings: xilinx: Remove EDK/Ethernet references
 2026-07-07  7:34 UTC  (2+ messages)

[PATCH 0/2] s390/vdso: Fix GNU_EH_FRAME PHDR
 2026-07-07  7:32 UTC  (4+ messages)
` [PATCH 2/2] s390/vdso: Use symbolic constants for the PHDR permission flags

[PATCH] powerpc/64s: Clarify copy_and_flush() cache sync loop comment
 2026-07-07  7:32 UTC  (6+ messages)
` [PATCH v2] "

[scarthgap][PATCH v3] libgcrypt: upgrade 1.10.3 -> 1.10.4
 2026-07-07  6:45 UTC 

[PATCH] libgcrypt: upgrade 1.10.3 -> 1.10.4
 2026-07-07  6:43 UTC 

[PATCH] watchdog: pretimeout: Add "dump" pretimeout governor
 2026-07-07  7:31 UTC 

IWD bugfixes for SEGVs at corner cases after failed ft_handover with NXP-driver/firmware
 2026-07-07  7:23 UTC 

[PATCH v3] Bluetooth: virtio: Fix HCI device unregister on probe failure
 2026-07-07  7:29 UTC 

[oe][meta-networking][master][PATCH] mbedtls: set CVE_STATUS for CVE-2025-66442
 2026-07-07  7:29 UTC 

[PATCH v7 00/35] monitor: turn QMP and HMP into QOM objects
 2026-07-07  7:29 UTC  (9+ messages)
` [PATCH v7 01/35] qom: replace 'can_be_deleted' with 'prepare_delete'
` [PATCH v7 05/35] monitor: minimal conversion of monitors to QOM
` [PATCH v7 06/35] monitor: pass chardev ID into monitor constructor instead of object

[PATCH 1/2] dt-bindings: i3c: add binding for Realtek RTS490x I3C HUB
 2026-07-07  7:28 UTC  (2+ messages)

[RFC PATCH 0/6] mm/hugetlb: Dynamic, NUMA-aware HugePage Cache & Free Page Reporting
 2026-07-07  7:29 UTC  (6+ messages)
` [PATCH 6/6] mm/hugetlb: support free page reporting for cached hugepages

[PATCH] hw/ufs: avoid double unref of wrapped scsi-hd
 2026-07-07  7:28 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/8] Organize the SMMUv3 invalidation flow so iommupt can use it
 2026-07-07  7:27 UTC  (5+ messages)
` [PATCH v2 3/8] iommu/arm-smmu-v3: Optimize range invalidation for latency
` [PATCH v2 4/8] iommu/arm-smmu-v3: Keep track in the arm_smmu_invs if RIL is used

[PATCH v2 RESEND] target/riscv/kvm: add extensions after v7.1-rc4 update
 2026-07-07  7:26 UTC 

[PATCH v3] MAINTAINERS: Update multiplexer subsystem maintainers and status
 2026-07-07  7:27 UTC  (3+ messages)

[PATCH v2 0/6] can: bcm: collected fixes
 2026-07-07  7:27 UTC  (14+ messages)
` [PATCH v2 1/6] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
` [PATCH v2 2/6] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
` [PATCH v2 3/6] can: bcm: add locking when updating filter and timer values
` [PATCH v2 4/6] can: bcm: fix CAN frame rx/tx statistics
` [PATCH v2 5/6] can: bcm: add missing rcu list annotations and operations
` [PATCH v2 6/6] can: bcm: extend bcm_tx_lock usage for data and timer updates

[PATCH 0/5] software node: provide support for fw_devlink
 2026-07-07  7:27 UTC  (11+ messages)
` [PATCH 3/5] software node: add kunit tests for fw_devlink support
` [PATCH 5/5] gpio: kunit: add test cases verifying swnode devlink support

[meta-virtualization][scarthgap][PATCH] podman: Fix CVE-2026-55686
 2026-07-07  7:25 UTC 

[PATCH v6 00/11] Dynamic PAMT
 2026-07-07  7:25 UTC  (3+ messages)
` [PATCH v6 08/11] x86/tdx: Add APIs to support Dynamic PAMT ops from KVM's fault path

[PATCH v10 00/19] zsmalloc/zram: there be preemption
 2026-07-07  7:25 UTC  (3+ messages)
` [PATCH v10 04/19] zram: remove max_comp_streams device attr

[PATCH v2] target/riscv/kvm: add extensions after v7.1-rc4 update
 2026-07-07  7:23 UTC  (2+ messages)

[PATCH v4 0/4] gpio: realtek: Add support for Realtek DHC RTD1625
 2026-07-07  7:24 UTC  (4+ messages)
` (subset) "

[PATCH] userfaultfd: prevent registration of special VMAs
 2026-07-07  7:23 UTC  (11+ messages)

[PATCH v3 00/12] LoongArch: Add livepatch build (KLP) support
 2026-07-07  7:20 UTC  (13+ messages)
` [PATCH v3 01/12] objtool/LoongArch: Add arch_adjusted_addend() for KLP support
` [PATCH v3 02/12] LoongArch: Mark special sections "
` [PATCH v3 03/12] livepatch/klp-build: disable direct-extern-access for LoongArch to fix kernel panic
` [PATCH v3 04/12] livepatch/klp-build: build LoongArch with -fPIC to keep GOT-indirect symbol references
` [PATCH v3 05/12] LoongArch: Fix EFI linking with -fdata-sections
` [PATCH v3 06/12] objtool/klp: Add LoongArch jump opcode bytes support
` [PATCH v3 07/12] klp-build: Add LoongArch syscall patching macro
` [PATCH v3 08/12] LoongArch: Add livepatch build (KLP) support
` [PATCH v3 09/12] LoongArch: Select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
` [PATCH v3 10/12] objtool/klp: Convert local label references in special sections
` [PATCH v3 11/12] objtool/klp: Fix ANNOTATE_DATA_SPECIAL parsing for local label references
` [PATCH v3 12/12] objtool/klp: Fold LoongArch paired ADD/SUB relocations into PCREL

[PATCH v3 00/17] rv: Add selftests to tools and KUnit tests
 2026-07-07  7:23 UTC  (4+ messages)
` [PATCH v3 11/17] rv: Prevent unintentional tracepoints during "

[PATCH v9] misc: fastrpc: Allocate entire reserved memory for Audio PD in probe
 2026-07-07  7:23 UTC  (2+ messages)

[PATCH v5 00/13] gpu: nova-core: consolidate and streamline GSP boot process
 2026-07-07  7:21 UTC  (14+ messages)
` [PATCH v5 01/13] gpu: nova-core: gsp: sequencer: use GspBootContext
` [PATCH v5 02/13] gpu: nova-core: gsp: sequencer: do not store sequence into GspSequencer
` [PATCH v5 03/13] gpu: nova-core: gsp: replace BootUnloadGuard with local handlers
` [PATCH v5 04/13] gpu: nova-core: gsp: pass GspBootContext to unload methods
` [PATCH v5 05/13] gpu: nova-core: gsp: centralize missing unload bundle warnings
` [PATCH v5 06/13] gpu: nova-core: gsp: fold TU102 unload bundle construction into HAL method
` [PATCH v5 07/13] gpu: nova-core: gsp: turn FWSEC execution "
` [PATCH v5 08/13] gpu: nova-core: gsp: make use of FWSEC bootloader a property of the TU102 HAL
` [PATCH v5 09/13] gpu: nova-core: move GSP firmware files decision to GSP HAL
` [PATCH v5 10/13] gpu: nova-core: avoid repeated calls to pci::Device::as_ref
` [PATCH v5 11/13] gpu: nova-core: gsp: pass GspBootContext mutably
` [PATCH v5 12/13] gpu: nova-core: gsp: separate context and GPU lifetimes in GspBootContext
` [PATCH v5 13/13] gpu: nova-core: store Fsp instance in Gpu

[RFC PATCH v2 00/13] mm: rework anon_vma and remove anon_vma_chain
 2026-07-07  7:23 UTC  (5+ messages)
` [RFC PATCH v2 01/13] mm: add CONFIG_ANON_VMA_FRACTAL
` [RFC PATCH v2 02/13] mm: implement helpers for ANON_VMA_FRACTAL

[oe][meta-networking][scarthgap][PATCH] lldpd: Fix CVE-2026-46433
 2026-07-07  7:22 UTC 

[PATCH 00/13] setup: split up repository discovery and setup
 2026-07-07  7:21 UTC  (15+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/13] setup: rename `check_repository_format_gently()`
  ` [PATCH v2 02/13] setup: mark bogus worktree in `apply_repository_format()`
  ` [PATCH v2 03/13] setup: unify setup of shallow file
  ` [PATCH v2 04/13] setup: split up concerns of `setup_git_env_internal()`
  ` [PATCH v2 05/13] setup: introduce explicit repository discovery
  ` [PATCH v2 06/13] setup: embed repository format in discovery
  ` [PATCH v2 07/13] setup: move prefix into repository
  ` [PATCH v2 08/13] setup: drop static `cwd` variable
  ` [PATCH v2 09/13] setup: propagate prefix via repository discovery
  ` [PATCH v2 10/13] setup: make repository discovery self-contained
  ` [PATCH v2 11/13] setup: drop redundant configuration of `startup_info->have_repository`
  ` [PATCH v2 12/13] setup: pass worktree to `init_db()`
  ` [PATCH v2 13/13] setup: mark `set_git_work_tree()` as file-local

[PATCH v4 00/27] KVM: s390: Introduce arm64 KVM
 2026-07-07  7:20 UTC  (4+ messages)
` [PATCH v4 08/27] KVM: arm64: Prepare sharing arm64 code with s390

[PATCH char-misc v2] mei: lb: fix incorrect type in assignment
 2026-07-07  7:21 UTC  (4+ messages)

[PATCH v10 00/21] target/s390x: Extend qemu CPACF support
 2026-07-07  7:21 UTC  (3+ messages)
` [PATCH v10 08/21] target/s390x: Minimal AES XTS support for cpacf pcc instruction

Policy regarding linux-next only changes
 2026-07-07  7:21 UTC  (8+ messages)
      ` [PATCH] lockdep: Enable the printing of held locks of running non-current tasks (was: Policy regarding linux-next only changes)
        ` [PATCH] lockdep: Enable the printing of held locks of running non-current tasks
          ` [PATCH -v2] lockdep: Enable the printing of held locks of remote running tasks and print task CPU
        ` [tip: locking/debug] "

[PATCH 1/3] wifi: cfg80211: validate rx/tx MLME callback frame lengths before access
 2026-07-07  7:21 UTC  (4+ messages)

[PATCH 0/2] fs: refuse O_TMPFILE creation with an unmapped fsuid or fsgid
 2026-07-07  7:20 UTC  (5+ messages)
` [PATCH 1/2] "

[PATCH v7 0/6] Add reclaim to the dmem cgroup controller
 2026-07-07  7:20 UTC  (4+ messages)
` [PATCH v7 3/6] cgroup/dmem: Add reclaim callback for lowering max below current usage

[PATCH 1/3] zram: fix zstd dict use-after-free on per-CPU error path
 2026-07-07  7:19 UTC  (2+ messages)

[PATCH 0/2] dt-bindings: pci: qcom,hawi-pcie: Add Maili PCIe compatibles
 2026-07-07  7:19 UTC  (9+ messages)
` [PATCH 1/2] dt-bindings: pci: qcom,hawi-pcie: Add Maili PCIe compatible

[PATCH v6 0/4] mm/zsmalloc: reduce lock contention in zs_free()
 2026-07-07  7:18 UTC  (2+ messages)

[PATCH i-g-t] lib/igt_kms: Fix plane type check in igt_crtc_get_plane_type
 2026-07-07  7:17 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH v4] staging: media: atomisp: refactor pipe graph dump stage formatting
 2026-07-07  7:18 UTC  (4+ messages)

[OE-core] [PATCH] cml1: use KCONFIG_CONFIG_ROOTDIR in savedefconfig
 2026-07-07  7:18 UTC 

[PATCH-next v10 00/11] cgroup/cpuset: Support multiple source/destination cpusets for cpuset_*attach()
 2026-07-07  7:15 UTC  (2+ messages)

[PATCH v6 00/23] sched: Introduce cpu_preferred_mask and steal-driven vCPU backoff
 2026-07-07  7:16 UTC  (7+ messages)
` [PATCH v6 20/23] virt/steal_monitor: Act on steal values at regular intervals
` [PATCH v6 21/23] virt/steal_monitor: Add direction control

[PATCH bpf v2 0/2] bpf: Reject negative const offsets for buffer pointers
 2026-07-07  7:17 UTC  (3+ messages)
` [PATCH bpf v2 1/2] "

[PATCH v3] vdpa/mlx5: Fix buffer length in create_direct_keys()
 2026-07-07  7:17 UTC  (2+ messages)

[PATCH 0/3] x86/entry: GPR handling improvements
 2026-07-07  7:16 UTC  (3+ messages)
` [PATCH 3/3] x86/entry: Use PUSH_AND_CLEAR_GPRS and drop SAVE_ALL

[PATCH v3 0/2] HID: sensor: custom: Fix fields lifetime issues
 2026-07-07  7:15 UTC  (3+ messages)
` [PATCH v3 1/2] HID: sensor: custom: Fix use-after-free in enable_sensor
` [PATCH v3 2/2] HID: sensor: custom: Fix field sysfs group cleanup on failure

[PATCH v1 net-next] net: phy: Drop #inclusion of <linux/mod_devicetable.h> from <linux/mdio.h>
 2026-07-07  7:15 UTC  (5+ messages)

[PATCH] riscv: dts: spacemit: k3-pico-itx: Fix non-functional ethernet TX timing
 2026-07-07  7:15 UTC  (3+ messages)

[PATCH] MAINTAINERS: add ABI docs and selftests to ZRAM entry
 2026-07-07  7:14 UTC  (2+ messages)

[PATCH v4 0/2] Add Loongson CAN-FD controller driver
 2026-07-07  7:14 UTC  (3+ messages)
` [PATCH v4 2/2] can: loongson_canfd: Add RXDMA support

[PATCH v2 0/2] Add Lenovo ThinkEdge SE70 carrier board support
 2026-07-07  7:13 UTC  (6+ messages)
` [PATCH 2/2] arm64: tegra: Add Lenovo ThinkEdge SE70 device tree
    ` [External] "

[PATCHv2] gpio: mvebu: fix devres LIFO ordering between GPIO chip and IRQ domain
 2026-07-07  7:13 UTC  (2+ messages)

[RFC 0/8] DRM scheduler kthread_worker for submission latency improvements
 2026-07-07  7:12 UTC  (5+ messages)

[PATCH v9] arm64: dts: qcom: kodiak: Add EL2 overlay
 2026-07-07  7:12 UTC  (3+ messages)

[PATCH V16 0/7] Rust Support for powerpc
 2026-07-07  7:11 UTC  (10+ messages)
` [PATCH V16 4/7] rust/powerpc: Set min rustc version "

[PATCH v9 0/2] Enable sdhc inline crypto engine for kodiak and monaco
 2026-07-07  7:11 UTC  (3+ messages)
` [PATCH v9 1/2] arm64: dts: qcom: kodiak: enable inline crypto engine for SDHC
` [PATCH v9 2/2] arm64: dts: qcom: monaco: "

[PATCH v2 0/5] interface hardening fixes
 2026-07-07  7:07 UTC  (6+ messages)
` [PATCH v2 1/5] s390x/sclp: reject invalid write event data headers
` [PATCH v2 2/5] s390x/pci: Tighten region detection for BAR read/write
` [PATCH v2 3/5] s390x/pci: Shrink RPCIT ranges to registered window
` [PATCH v2 4/5] s390x/ioinst: Require strict length and format for SEI CHSC handler
` [PATCH v2 5/5] s390x/css: limit number of CHPIDs in description

[PATCH] mm: Standardize printing for pgtable entries
 2026-07-07  7:08 UTC  (2+ messages)

[PATCH 1/4] files/fs-perms.txt: Replace /srv by $servicedir
 2026-07-07  7:07 UTC  (3+ messages)
` [PATCH 4/4] systemd: Ship /srv with the package
  ` [OE-core] "

[PATCH v2] powerpc/powernv: Cache OPAL check_token() results
 2026-07-07  7:06 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.