All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-12 09:52:07 to 2026-06-12 10:33:04 UTC [more...]

[PATCH] leds: tests: clarify name conflict test It is a good practice to use a fresh led_classdev instance when doing the testing. LED_REJECT_NAME_CONFLICT rather than re-registering the already registered LED class device. Besides that, do a zero initialization of led_lookup_data
 2026-06-12 10:32 UTC  (4+ messages)

[GIT PULL] USB driver fixes for 7.1-final
 2026-06-12 10:32 UTC 

[PATCH] ALSA: seq: Fix kernel heap address leak in bounce_error_event()
 2026-06-12 10:32 UTC 

[GIT PULL] Staging driver fixes for 7.1-final
 2026-06-12 10:31 UTC 

[GIT PULL] Char/Misc driver fixes for 7.1-final
 2026-06-12 10:31 UTC 

[PATCH] net: airoha: Fix debugfs new-tuple display for IPv4 ROUTE entries
 2026-06-12 10:31 UTC  (2+ messages)

[PATCH v2 00/60] scsi: qla2xxx: Add QLA29xx series adapter support
 2026-06-12 10:31 UTC  (72+ messages)
` [PATCH v2 01/60] scsi: qla2xxx: Add 29xx series PCI device ID support
` [PATCH v2 02/60] scsi: qla2xxx: Add flash read/write interface for 29xx
` [PATCH v2 03/60] scsi: qla2xxx: Add NVRAM config support for 29xx adapters
` [PATCH v2 04/60] scsi: qla2xxx: Add get_flash_version "
` [PATCH v2 05/60] scsi: qla2xxx: Add 29xx support in queue initialisation path
` [PATCH v2 06/60] scsi: qla2xxx: Add FC operational firmware load for 29xx
` [PATCH v2 07/60] scsi: qla2xxx: Add flash block read/write BSG support "
` [PATCH v2 08/60] scsi: qla2xxx: Add BSG MPI firmware load/dump "
` [PATCH v2 09/60] scsi: qla2xxx: Add 128-byte IOCB definitions "
` [PATCH v2 10/60] scsi: qla2xxx: Add extended status continuation and marker IOCBs
` [PATCH v2 11/60] scsi: qla2xxx: Remove duplicate flash memo block definitions
` [PATCH v2 12/60] scsi: qla2xxx: Update IO path to use 128-byte IOCBs for 29xx
` [PATCH v2 13/60] scsi: qla2xxx: Replace IS_QLA29XX() size checks with entry-size helpers
` [PATCH v2 14/60] scsi: qla2xxx: Skip image-set-valid attribute for 29xx
` [PATCH v2 15/60] scsi: qla2xxx: Skip unsupported sysfs attributes "
` [PATCH v2 16/60] scsi: qla2xxx: Enable get_fw_version mailbox "
` [PATCH v2 17/60] scsi: qla2xxx: Extend execute_fw mailbox to include 29xx
` [PATCH v2 18/60] scsi: qla2xxx: Enable get_adapter_id mailbox for 29xx
` [PATCH v2 19/60] scsi: qla2xxx: Enable init_firmware "
` [PATCH v2 20/60] scsi: qla2xxx: Enable get_firmware_state "
` [PATCH v2 21/60] scsi: qla2xxx: Enable serdes, resource count and FCE trace "
` [PATCH v2 22/60] scsi: qla2xxx: Enable set_els_cmds and echo_test "
` [PATCH v2 23/60] scsi: qla2xxx: Add support for QLA29XX in data rate functions
` [PATCH v2 24/60] scsi: qla2xxx: Enable qla2x00_shutdown for 29xx
` [PATCH v2 25/60] scsi: qla2xxx: Use ring-slot helpers in __qla2x00_alloc_iocbs
` [PATCH v2 26/60] scsi: qla2xxx: Add support for QLA29XX in memory allocation
` [PATCH v2 27/60] scsi: qla2xxx: Refactor marker IOCB handling for 29xx series
` [PATCH v2 28/60] scsi: qla2xxx: Handle sts_cont_entry_ext_t for 29xx adapters
` [PATCH v2 29/60] scsi: qla2xxx: Update handling of status entries for 29xx series
` [PATCH v2 30/60] scsi: qla2xxx: Enhance ct_entry_24xx_ext iocb handling "
` [PATCH v2 31/60] scsi: qla2xxx: Enhance purex_entry "
` [PATCH v2 32/60] scsi: qla2xxx: Update handling of ELS IOCBs "
` [PATCH v2 33/60] scsi: qla2xxx: Add size check for ELS status entry layout on 29xx
` [PATCH v2 34/60] scsi: qla2xxx: Add 29xx extended logio IOCB support
` [PATCH v2 35/60] scsi: qla2xxx: Enhance task management IOCB handling for 29xx series
` [PATCH v2 36/60] scsi: qla2xxx: Add abort command "
` [PATCH v2 37/60] scsi: qla2xxx: Enhance ABTS processing "
` [PATCH v2 38/60] scsi: qla2xxx: Update VP control IOCB handling "
` [PATCH v2 39/60] scsi: qla2xxx: Add build-time size check for VP config IOCB layout
` [PATCH v2 40/60] scsi: qla2xxx: Add size check for extended VP report ID entry
` [PATCH v2 41/60] scsi: qla2xxx: Unify NVMe IOCB build path for 29xx and legacy adapters
` [PATCH v2 42/60] scsi: qla2xxx: Add LS4 pass-through IOCB handling for 29xx series
` [PATCH v2 43/60] scsi: qla2xxx: Convert NVMe ring advance to use qla_req_ring_advance()
` [PATCH v2 44/60] scsi: qla2xxx: Adjust feature gating in BSG paths for 29xx support
` [PATCH v2 45/60] scsi: qla2xxx: Fix queue teardown NULL dma_free and bitmap locking
` [PATCH v2 46/60] scsi: qla2xxx: Replace __le16 bitfields with scalar and accessors
` [PATCH v2 47/60] scsi: qla2xxx: Fix endianness annotations in vp_rpt_id_entry structures
` [PATCH v2 48/60] scsi: qla2xxx: Use 64-bit FPM word counters for 29xx host stats
` [PATCH v2 49/60] scsi: qla2xxx: Add 64G/128G port speed setting support
` [PATCH v2 50/60] scsi: qla2xxx: Fix 64G link speed reporting in get_data_rate
` [PATCH v2 51/60] scsi: qla2xxx: edif: Fix NULL pointer deref in RX SA delete check
` [PATCH v2 52/60] scsi: qla2xxx: Fix Name Server logout detection on FWI2 adapters
` [PATCH v2 53/60] scsi: qla2xxx: Bound VP index against VP_CTRL IOCB bitmap size
` [PATCH v2 54/60] scsi: qla2xxx: Check entry_status in qla24xx_modify_vp_config()
` [PATCH v2 55/60] scsi: qla2xxx: Hold vport reference in qla24xx_report_id_acquisition()
` [PATCH v2 56/60] scsi: qla2xxx: Initialize NVMe abort_work once at submission
` [PATCH v2 57/60] scsi: qla2xxx: Hold qpair lock when sending NVMe LS reject
` [PATCH v2 58/60] scsi: qla2xxx: Zero dport diagnostics buffer to avoid info leak
` [PATCH v2 59/60] scsi: qla2xxx: Fix BSG job leak on validate flash image error path
` [PATCH v2 60/60] scsi: qla2xxx: Bound image count in qla2x00_update_fru_versions()

[RFC PATCH v2 00/11] add shmem mTHP collapse support
 2026-06-12 10:32 UTC  (7+ messages)
` [RFC PATCH v2 01/11] mm: khugepaged: add max_ptes_none check in collapse_file()
` [RFC PATCH v2 02/11] mm: khugepaged: generalize collapse_file() for shmem mTHP support
` [RFC PATCH v2 08/11] selftests: mm: extend the check_huge() to support mTHP check

[PATCH v2 3/3] powerpc: Kconfig: Enable THP_SWAP on Book3S64
 2026-06-12  6:31 UTC  (3+ messages)

[PATCH net-next 0/8] net: dsa: mt7530: modernise register access and add two DSA ops
 2026-06-12 10:29 UTC  (4+ messages)
` [PATCH net-next 8/8] net: dsa: mt7530: implement port_change_conduit op

[PATCH v12 00/86] Generic line based metadata support, internal pads
 2026-06-12 10:29 UTC  (5+ messages)
` [PATCH v12 13/86] media: Documentation: v4l: Document internal sink pads

[dwmw2:kvmclock6 12/36] arch/x86/kvm/x86.c:3249:1: warning: label 'fallback' defined but not used
 2026-06-12 10:29 UTC 

[PATCH 0/2] efi/runtime-wrappers: bound the wait for EFI runtime service calls
 2026-06-12 10:28 UTC  (6+ messages)
` [PATCH 1/2] "

[PATCH 1/9] staging: rtl8723bs: hal: fix whitespace in sdio_halinit.c
 2026-06-12 10:28 UTC  (8+ messages)
` [PATCH v2 1/7] staging: rtl8723bs: hal: fix space-before-tab warnings in HalBtc8723b2Ant.c
  ` [PATCH v2 2/7] staging: rtl8723bs: hal: fix space-before-tab warnings in hal_btcoex.c
  ` [PATCH v2 3/7] staging: rtl8723bs: hal: fix space-before-tab warnings in hal_com.c
  ` [PATCH v2 4/7] staging: rtl8723bs: hal: fix space-before-tab warnings in HalPhyRf_8723B.c
  ` [PATCH v2 5/7] staging: rtl8723bs: hal: fix space-before-tab warnings in rtl8723b_dm.c
  ` [PATCH v2 6/7] staging: rtl8723bs: hal: fix space-before-tab warnings in rtl8723b_hal_init.c
  ` [PATCH v2 7/7] staging: rtl8723bs: hal: fix space-before-tab warnings in rtl8723bs_recv.c

[PATCH] net: airoha: Fix register index for Tx-fwd counter configuration
 2026-06-12 10:28 UTC  (2+ messages)

[PATCH for-4.23] xen/kexec: Drop the obsolete v1 hypercall implementation
 2026-06-12 10:27 UTC 

[LTP] [PATCH v6 0/8] Convert shell-based ACL test (tacl_xattr.sh) to C
 2026-06-12 10:25 UTC  (9+ messages)
` [LTP] [PATCH v6 1/8] fs/acl: Add ACL_USER_OBJ permission test
` [LTP] [PATCH v6 2/8] fs/acl: Add ACL mask interaction tests
` [LTP] [PATCH v6 3/8] fs/acl: Add ACL_OTHER permission test
` [LTP] [PATCH v6 4/8] fs/acl: Add default ACL inheritance test
` [LTP] [PATCH v6 5/8] fs/acl: Add chmod/chown ACL interaction tests
` [LTP] [PATCH v6 6/8] fs/acl: Add ACL symlink operations test
` [LTP] [PATCH v6 7/8] fs/acl: Add extended attributes test
` [LTP] [PATCH v6 8/8] fs/acl: Remove old shell-based ACL test

[PATCH v6 0/7] Relocate U-Boot in the last bank
 2026-06-12 10:26 UTC  (4+ messages)
` [PATCH v6 6/7] configs: Enable RELOC_ADDR_TOP on arm64

[PATCH] sparse: predefine __ILP32__ and _ILP32 in 32-bit mode
 2026-06-12 10:27 UTC 

[PATCH v2 0/3] perf: marvell: LLC-TAD PMU MPAM filtering support
 2026-06-12 10:26 UTC  (6+ messages)
` [PATCH v2 1/3] perf: marvell: Add MPAM partid filtering to CN10K TAD PMU
` [PATCH v2 2/3] perf: marvell: Add CN20K LLC-TAD PMU support
` [PATCH v2 3/3] dt-bindings: perf: marvell: add CN20K TAD "

[PATCH RFCv1] virtio: Inherit max bounce buffer size from bus parent if possible
 2026-06-12 10:25 UTC  (12+ messages)

[PATCH v4 12/16] media: iris: implement support for the Agatti platform
 2026-06-12 10:25 UTC  (2+ messages)

[Buildroot] [PATCH 2025.02.x] package/mesa3d: patch CVE-2026-40393
 2026-06-12 10:08 UTC 

[OE-core][scarthgap][PATCH] python3-urllib3: fix CVE-2026-44431
 2026-06-12 10:24 UTC  (2+ messages)

[PATCH] KVM: arm64: Sync SCTLR_EL1 when injecting an exception into a pVM
 2026-06-12 10:23 UTC 

[PATCH] net: l2tp: fix refcount leak in pppol2tp_tunnel_get()
 2026-06-12 10:13 UTC  (2+ messages)

[PATCH v4 13/16] media: iris: Introduce buffer size calculations for AR50LT
 2026-06-12 10:22 UTC  (2+ messages)

[PATCH net-next v2 1/2] tls: remove tls_toe and the related driver
 2026-06-12 10:21 UTC  (2+ messages)

[PATCH v3] drm/xe/guc: Hold device ref until queue teardown completes
 2026-06-12 10:21 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[RFC PATCH v2 04/11] mm: khugepaged: add shmem mTHP collapse support
 2026-06-12 10:22 UTC  (3+ messages)

[PATCH bpf-next 1/2] bpf: support shift operations with non-const src operand
 2026-06-12 10:19 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: add helper retval linked scalar pruning selftest
 2026-06-12 10:18 UTC  (3+ messages)

[PATCH] i2c: amd-asf: Validate firmware-reported length
 2026-06-12 10:18 UTC  (2+ messages)

[PATCH v2 00/16] mm/slab: introduce alloc_flags and slab_alloc_context
 2026-06-12 10:17 UTC  (13+ messages)
` [PATCH v2 07/16] mm/slab: replace struct partial_context with slab_alloc_context
` [PATCH v2 08/16] mm/slab: pass alloc_flags to new slab allocation
` [PATCH v2 11/16] mm/slab: allow kmem_cache_alloc_bulk() with any gfp flags
` [PATCH v2 15/16] mm/slab: remove __GFP_NO_OBJ_EXT usage from alloc_slab_obj_exts()

[LTP] [PATCH v8 0/2] doc: Add missing headers and complete API docs
 2026-06-12 10:17 UTC  (3+ messages)
` [LTP] [PATCH v8 1/2] doc: Add missing API references to api_c_tests.rst

[PATCH] mm: use mapping_mapped to simplify the code
 2026-06-12 10:16 UTC  (2+ messages)

[PATCH] l2tp: fix refcount leak in l2tp_nl_cmd_tunnel_create()
 2026-06-12 10:16 UTC  (2+ messages)

[PATCH v6 00/10] GuC paging engine support
 2026-06-12 10:16 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for GuC paging engine support (rev6)

[PATCH v3 02/24] firmware: arm_scmi: Reduce the scope of protocols mutex
 2026-06-12 10:15 UTC  (2+ messages)

[PATCH v2 0/2] upboard pinctrl support for device id INTC1055
 2026-06-12 10:13 UTC  (3+ messages)
` [PATCH v2 1/2] pinctrl: tigerlake: add some pin groups and functions for INTC1055
` [PATCH v2 2/2] pinctrl: upboard: add device id INTC1055 based UP boards support

[PATCH v3] mm/mempool: Untangle CONFIG_SLUB_DEBUG_ON abuse and switch to static key
 2026-06-12 10:12 UTC  (2+ messages)
` 答复: "

[PATCH v3 0/3] media: i2c: Add os02g10 camera sensor driver
 2026-06-12 10:12 UTC  (3+ messages)
` [PATCH v3 2/3] media: i2c: add os02g10 image "

[PATCH] sched/isolation: Prevent out-of-bounds read in isolcpus= boot parameter parser
 2026-06-12 10:11 UTC  (2+ messages)

[GIT PULL] i2c-host-fixes for v7.1-rc8
 2026-06-12 10:11 UTC 

[PATCH v2 net] virtio_net: do not allow tunnel csum offload for non GSO packets
 2026-06-12 10:11 UTC  (2+ messages)

[PATCH v3 01/24] firmware: arm_scmi: Add new SCMIv4.0 error codes definitions
 2026-06-12 10:10 UTC  (2+ messages)

[PATCH net-next v6 01/12] net: phylink: keep and use MAC supported_interfaces in phylink struct
 2026-06-12 10:10 UTC  (3+ messages)

[PATCH v2 1/1] mm: reduce NODE_RECLAIM_xxx and change to enum
 2026-06-12 10:10 UTC  (2+ messages)

[PATCH v4 11/16] media: iris: update buffer requirements based on received info
 2026-06-12 10:08 UTC  (2+ messages)

[PATCH v2] doc: reword sample application guides
 2026-06-12 10:06 UTC  (6+ messages)
` [PATCH 00/15] doc: clean up "
  ` [PATCH 09/15] doc: improve IP reassembly, IPsec, multicast, and keep-alive
  ` [PATCH 15/15] doc: correct grammar and punctuation consistency issues

[PATCH 0/6] arm64: ti: Use syscon for the Control Module
 2026-06-12 10:06 UTC  (3+ messages)

[PATCH net-next v2] net: airoha: Add TCP LRO support
 2026-06-12 10:05 UTC  (2+ messages)

[PATCH v3 1/2] cpufreq: spacemit: Add K1 cpufreq driver
 2026-06-12 10:05 UTC  (2+ messages)

[PATCH] btrfs: zoned: don't force read-only on transient -EAGAIN from reloc merge
 2026-06-12 10:04 UTC 

[PATCH] drm/amdgpu: add parameter to allow skip specified PCI devices
 2026-06-12 10:03 UTC 

[PATCH v2] block: invalidate cached plug timestamp after task switch
 2026-06-12 10:02 UTC  (3+ messages)

[PATCH] ARM: multi_v7_defconfig: Enable dma-buf heaps
 2026-06-12 10:02 UTC  (5+ messages)

[PATCH 00/17] Q35 initial support for HVM guests
 2026-06-12 10:02 UTC  (58+ messages)
` [PATCH 01/17] libacpi: Split dsdt.asl file and extract i440 specific parts
` [PATCH 03/17] hvmloader: add function to set the emulated machine type (i440/Q35)
` [PATCH 06/17] hvmloader: Move pci devices setup to a separate function
` [PATCH 05/17] hvmloader: add Q35 DSDT table loading
` [PATCH 02/17] libacpi: new DSDT ACPI table for Q35
` [PATCH 08/17] hvmloader: Extend PCI BAR struct
` [PATCH 07/17] hvmloader: add basic Q35 support
` [PATCH 09/17] xev/hvm: Add HVMOP_get|set_ecam_space hypercalls
` [PATCH 14/17] libacpi: build ACPI MCFG table if requested
` [PATCH 11/17] hvmloader: allocate MMCONFIG area in the MMIO hole
` [PATCH 17/17] docs: provide description for device_model_machine option
` [PATCH 15/17] hvmloader: Set MCFG in ACPI table
` [PATCH 16/17] Handle PCIe ECAM space access from guests

[PATCH] tty: serial: core: fix NULL pointer deref in uart_resume_port()
 2026-06-12 10:01 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: Track dw-hdmi-qp under Rockchip DRM drivers
 2026-06-12 10:01 UTC  (2+ messages)

[PATCH v4 0/8] Support for block device NVMEM providers
 2026-06-12 10:00 UTC  (4+ messages)
` [PATCH v4 6/8] Bluetooth: hci_sync: Add NVMEM-backed BD address retrieval

[PATCH] ASoC: rsnd: adg: make rsnd_adg_clk_control() idempotent
 2026-06-12 10:01 UTC  (3+ messages)

[PATCH] drm/amdgpu/fence: handle NULL guilty fence in reemit path
 2026-06-12 10:01 UTC 

[net] net/sched: fix partial tx_queue_len change rollback
 2026-06-12 10:01 UTC  (2+ messages)

[PATCH net-next 06/15] igb: Retrieve Tx timestamp from BH workqueue
 2026-06-12  9:57 UTC  (2+ messages)

[PATCH] ext4: skip extra isize expansion on inode eviction to avoid deadlock
 2026-06-12  9:58 UTC  (2+ messages)
` [PATCH v2] ext4: defer iput() in ext4_xattr_block_set() to avoid deadlock with writepages

[LTP] [PATCH v2] clone11: skip CLONE_NEWCGROUP on kernels < 4.6
 2026-06-12  9:58 UTC 

TZASC misconfiguration on i.mx8m
 2026-06-12  9:59 UTC  (5+ messages)

[PATCH 0/9] refs: stop using `chdir_notify_reparent()`
 2026-06-12  9:58 UTC  (3+ messages)
` [PATCH 9/9] refs: always use absolute paths for reference stores

[PATCH] v2 Documentation: arch: fix brackets
 2026-06-12  9:54 UTC  (2+ messages)

[PATCH RFC] mm/kmemleak: avoid soft lockup when scanning task stacks
 2026-06-12  9:57 UTC  (4+ messages)

[PATCH] usb: ucsi: huawei_gaokun: support mode switching
 2026-06-12  9:57 UTC  (2+ messages)

[PATCH v4 10/16] media: iris: add minimal GET_PROPERTY implementation
 2026-06-12  9:56 UTC  (2+ messages)

[PATCH v4 09/16] media: iris: Add framework support for AR50_LITE video core
 2026-06-12  9:54 UTC  (2+ messages)

Logging SNAT'ed connections
 2026-06-12  9:53 UTC  (7+ messages)

AMD iopt levels question
 2026-06-12  9:52 UTC  (2+ messages)

[PATCH v3 0/2] cpufreq: spacemit: Add cpufreq support for K1 SoC
 2026-06-12  9:51 UTC  (2+ messages)
` [PATCH v3 2/2] riscv: dts: spacemit: Add cpu scaling "

[PATCH v3 0/4] btrfs: use IOMAP_DIO_BOUNCE flag instead of falling back to buffered IO
 2026-06-12  9:51 UTC  (2+ messages)
` [PATCH v3 3/4] iomap: reject NOWAIT and BOUNCE direct IOs


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.