messages from 2026-07-23 04:52:37 to 2026-07-23 05:23:08 UTC [more...]
[isar-cip-core][PATCH v2] .gitlab-ci.yml: Override default release with sid
2026-07-23 5:09 UTC
[PATCH v5] wifi: brcmfmac: add DPP support
2026-07-23 5:22 UTC (3+ messages)
[PATCH v2 0/5] firmware: tegra: bpmp: Add ACPI and MBWT support
2026-07-23 5:21 UTC (7+ messages)
` [PATCH v2 2/5] firmware: tegra: bpmp: Add ACPI support
` [PATCH v2 4/5] firmware: tegra: bpmp: Add MBWT BPMP helpers
` [PATCH v2 5/5] firmware: tegra: bpmp: Add MBWT sysfs interface
[AUH] bind: upgrading to 9.20.26 SUCCEEDED
2026-07-23 5:21 UTC
[AUH] Upgrade status: 2026-07-23
2026-07-23 5:21 UTC
[AUH] python3-hypothesis: upgrading to 6.160.0 FAILED
2026-07-23 5:21 UTC
[AUH] ttyrun: upgrading to 2.43.1 SUCCEEDED
2026-07-23 5:21 UTC
[AUH] appstream: upgrading to 1.1.4 FAILED
2026-07-23 5:21 UTC
[AUH] gpgme: upgrading to 2.2.0 FAILED
2026-07-23 5:21 UTC
[isar-cip-core][PATCH] .gitlab-ci.yml: Override default release with sid
2026-07-23 5:06 UTC
[PATCH v6 01/10] perf hists browser: Increase MAX_OPTIONS to prevent stack buffer overflow
2026-07-23 5:19 UTC (10+ messages)
` [PATCH v7 0/6] perf ui hists / annotate: Remaining fixes for reference counting and annotation
` [PATCH v7 1/6] perf ui hists: Fix stack use-after-return in symbol_filter_str
` [PATCH v7 2/6] perf ui hists: Guard against NULL hist_entry in add_script_opt()
` [PATCH v7 3/6] perf ui hists: In report UI ensure thread is set with reference counting
` [PATCH v7 4/6] perf ui hists: Fix dso_filter reference leak and exit zoom cleanup
` [PATCH v7 5/6] perf annotate: Be robust to annotating without a thread
` [PATCH v7 6/6] perf ui hists: Remove duplicated thread in popup_action
[PATCH can v3] can: gs_usb: fix hardware timestamp state for mixed channels
2026-07-23 5:17 UTC (3+ messages)
[PATCH] dmaengine: at_hdmac: ioremap and get irq early
2026-07-23 5:16 UTC (2+ messages)
[PATCH] dmaengine: at_hdmac: use more devm in _probe
2026-07-23 5:16 UTC (2+ messages)
[PATCH] dmaengine: at_hdmac: fix memory leak in atc_prep_slave_sg
2026-07-23 5:16 UTC (2+ messages)
[PATCH v10 0/6] Add RMPOPT support
2026-07-23 5:14 UTC (5+ messages)
` [PATCH v10 2/6] x86/sev: Initialize RMPOPT configuration MSRs
[PATCH] dmaengine: at_hdmac: fix sparse '__iomem' cast warning in memset helpers
2026-07-23 5:14 UTC (2+ messages)
[PATCH v2] watchdog: atcwdt200: fix return value when watchdog is enabled
2026-07-23 5:12 UTC (2+ messages)
[RFC PATCH v2 00/25] Optimize nSVM TLB flushes
2026-07-23 5:11 UTC (11+ messages)
` [RFC PATCH v2 04/25] KVM: x86/mmu: Support specifying a minimum TLB tag
` [RFC PATCH v2 15/25] KVM: nSVM: Call nested_svm_transition_tlb_flush() on every VMCB switch
` [RFC PATCH v2 22/25] KVM: x86/mmu: Refactor kvm_mmu_invlpg() to allow skipping the gva flush
[PATCH RESEND v1 0/5] selftests/mm: Handle unsupported and transient test conditions
2026-07-23 5:08 UTC (5+ messages)
` [PATCH RESEND v1 3/5] selftests/mm: skip khugepaged swap tests without swap
[PATCH v2 0/2] hw/net: fix rx_desc_len on migration load
2026-07-23 5:08 UTC (2+ messages)
[RESEND PATCH net-next v5 0/2] net: lan743x: add RMII support for PCI11x1x
2026-07-23 5:08 UTC (3+ messages)
` [RESEND PATCH net-next v5 1/2] net: lan743x: add RMII strap status detection "
` [RESEND PATCH net-next v5 2/2] net: lan743x: add support for RMII interface
[PATCH bpf-next v1 00/18] Generate bpf_func_proto for kfunc
2026-07-23 5:08 UTC (19+ messages)
` [PATCH bpf-next v1 01/18] bpf: Drop process_timer_func wrappers
` [PATCH bpf-next v1 02/18] bpf: Unify const map ptr argument checking for helpers and kfuncs
` [PATCH bpf-next v1 03/18] bpf: Split kfunc map argument into __const_map and __map
` [PATCH bpf-next v1 04/18] bpf: Pass kfunc meta to mem and mem_size check
` [PATCH bpf-next v1 05/18] bpf: Check helper and kfunc mem+size arguments identically
` [PATCH bpf-next v1 06/18] selftests/bpf: Add tests for helper and kfunc mem+size arguments
` [PATCH bpf-next v1 07/18] bpf: Check fixed-size mem args of helpers and kfuncs the same way
` [PATCH bpf-next v1 08/18] bpf: Express ARG_CONST_SIZE_OR_ZERO as ARG_CONST_SIZE | SCALAR_MAYBE_ZERO
` [PATCH bpf-next v1 09/18] bpf: Rename ARG_CONST_SIZE{,_OR_ZERO} to ARG_MEM_SIZE{,_OR_ZERO}
` [PATCH bpf-next v1 10/18] bpf: Fold __szk const size handling into the scalar arg path
` [PATCH bpf-next v1 11/18] bpf: Classify kfunc mem_size args from BTF without register state
` [PATCH bpf-next v1 12/18] bpf: Handle NULL kfunc pointer args without a KF_ARG_PTR_TO_NULL type
` [PATCH bpf-next v1 13/18] bpf: Distinguish fixed- and variable-size kfunc mem args with MEM_FIXED_SIZE
` [PATCH bpf-next v1 14/18] bpf: Check helper mem+size in ARG_PTR_TO_MEM case
` [PATCH bpf-next v1 15/18] bpf: Classify kfunc pointer arguments from BTF, resolve type against the register
` [PATCH bpf-next v1 16/18] bpf: Tag nullable kfunc pointer args with PTR_MAYBE_NULL
` [PATCH bpf-next v1 17/18] bpf: Classify scalar kfunc arguments from BTF
` [PATCH bpf-next v1 18/18] bpf: Generate kfunc argument prototype at add-call time
[PATCHSET 2/2] xfs: LLM-inspired iunlink repair bug fixes
2026-07-23 5:08 UTC (11+ messages)
` [PATCH 2/9] xfs: don't livelock in scrub on a circular unlinked list
` [PATCH 3/9] xfs: don't walk off the end of a null sc->sa.agi_bp in AGI repair
` [PATCH 5/9] xfs: pass runtime errors from xrep_iunlink_mark_ondisk_rec up to callers
` [PATCH 6/9] xfs: check xfarray iteration errors when committing unlinked inode lists
` [PATCH 7/9] xfs: fix allocated inodes that show up in the unlinked list
[PATCH v6 00/56] scsi: qla2xxx: Add QLA29xx series adapter support
2026-07-23 5:04 UTC (57+ messages)
` [PATCH v6 01/56] scsi: qla2xxx: Add 29xx series PCI device ID support
` [PATCH v6 02/56] scsi: qla2xxx: Add flash read/write interface for 29xx
` [PATCH v6 03/56] scsi: qla2xxx: Add NVRAM config support for 29xx adapters
` [PATCH v6 04/56] scsi: qla2xxx: Add 29xx support in queue initialisation path
` [PATCH v6 05/56] scsi: qla2xxx: Add FC operational firmware load for 29xx
` [PATCH v6 06/56] scsi: qla2xxx: Remove redundant VPD flash read in sysfs read path
` [PATCH v6 07/56] scsi: qla2xxx: Add flash block read/write BSG support for 29xx
` [PATCH v6 08/56] scsi: qla2xxx: Add BSG MPI firmware load/dump "
` [PATCH v6 09/56] scsi: qla2xxx: Add 128-byte IOCB definitions "
` [PATCH v6 10/56] scsi: qla2xxx: Add extended status continuation and marker IOCBs
` [PATCH v6 11/56] scsi: qla2xxx: Update IO path to use 128-byte IOCBs for 29xx
` [PATCH v6 12/56] scsi: qla2xxx: Skip image-set-valid attribute "
` [PATCH v6 13/56] scsi: qla2xxx: Skip unsupported sysfs attributes "
` [PATCH v6 14/56] scsi: qla2xxx: Enable get_fw_version mailbox "
` [PATCH v6 15/56] scsi: qla2xxx: Extend execute_fw mailbox to include 29xx
` [PATCH v6 16/56] scsi: qla2xxx: Enable get_adapter_id mailbox for 29xx
` [PATCH v6 17/56] scsi: qla2xxx: Enable init_firmware "
` [PATCH v6 18/56] scsi: qla2xxx: Enable get_firmware_state "
` [PATCH v6 19/56] scsi: qla2xxx: Enable serdes, resource count and FCE trace "
` [PATCH v6 20/56] scsi: qla2xxx: Enable set_els_cmds and echo_test "
` [PATCH v6 21/56] scsi: qla2xxx: Add support for QLA29XX in data rate functions
` [PATCH v6 22/56] scsi: qla2xxx: Enable qla2x00_shutdown for 29xx
` [PATCH v6 23/56] scsi: qla2xxx: Use ring-slot helpers in __qla2x00_alloc_iocbs
` [PATCH v6 24/56] scsi: qla2xxx: Add support for QLA29XX in memory allocation
` [PATCH v6 25/56] scsi: qla2xxx: Handle sts_cont_entry_ext_t for 29xx adapters
` [PATCH v6 26/56] scsi: qla2xxx: Update handling of status entries for 29xx series
` [PATCH v6 27/56] scsi: qla2xxx: Enhance ct_entry_24xx_ext iocb handling "
` [PATCH v6 28/56] scsi: qla2xxx: Enhance purex_entry "
` [PATCH v6 29/56] scsi: qla2xxx: Update handling of ELS IOCBs "
` [PATCH v6 30/56] scsi: qla2xxx: Add size check for ELS status entry layout on 29xx
` [PATCH v6 31/56] scsi: qla2xxx: Add 29xx extended logio IOCB support
` [PATCH v6 32/56] scsi: qla2xxx: Enhance task management IOCB handling for 29xx series
` [PATCH v6 33/56] scsi: qla2xxx: Add abort command "
` [PATCH v6 34/56] scsi: qla2xxx: Enhance ABTS processing "
` [PATCH v6 35/56] scsi: qla2xxx: Update VP control IOCB handling "
` [PATCH v6 36/56] scsi: qla2xxx: Add build-time size check for VP config IOCB layout
` [PATCH v6 37/56] scsi: qla2xxx: Add size check for extended VP report ID entry
` [PATCH v6 38/56] scsi: qla2xxx: Add LS4 pass-through IOCB handling for 29xx series
` [PATCH v6 39/56] scsi: qla2xxx: Adjust feature gating in BSG paths for 29xx support
` [PATCH v6 40/56] scsi: qla2xxx: Fix queue teardown NULL dma_free and bitmap locking
` [PATCH v6 41/56] scsi: qla2xxx: Replace __le16 bitfields with scalar and accessors
` [PATCH v6 42/56] scsi: qla2xxx: Fix endianness annotations in vp_rpt_id_entry structures
` [PATCH v6 43/56] scsi: qla2xxx: Use 64-bit FPM word counters for 29xx host stats
` [PATCH v6 44/56] scsi: qla2xxx: Add 64G/128G port speed setting support
` [PATCH v6 45/56] scsi: qla2xxx: Fix 64G link speed reporting in get_data_rate
` [PATCH v6 46/56] scsi: qla2xxx: edif: Fix NULL pointer deref in RX SA delete check
` [PATCH v6 47/56] scsi: qla2xxx: Fix Name Server logout detection on FWI2 adapters
` [PATCH v6 48/56] scsi: qla2xxx: Bound VP index against VP_CTRL IOCB bitmap size
` [PATCH v6 49/56] scsi: qla2xxx: Check entry_status in qla24xx_modify_vp_config()
` [PATCH v6 50/56] scsi: qla2xxx: Hold vport reference in qla24xx_report_id_acquisition()
` [PATCH v6 51/56] scsi: qla2xxx: Initialize NVMe abort_work once at submission
` [PATCH v6 52/56] scsi: qla2xxx: Hold qpair lock when sending NVMe LS reject
` [PATCH v6 53/56] scsi: qla2xxx: Zero dport diagnostics buffer to avoid info leak
` [PATCH v6 54/56] scsi: qla2xxx: Fix BSG job leak on validate flash image error path
` [PATCH v6 55/56] scsi: qla2xxx: Bound image count in qla2x00_update_fru_versions()
` [PATCH v6 56/56] scsi: qla2xxx: Update version to 12.00.00.2607b1
[RFC PATCH v2 17/25] KVM: nSVM: Service local TLB flushes before nested transitions
2026-07-23 5:06 UTC (6+ messages)
[PATCH v2] perf cap: Remove used_root parameter and simplify capability checks
2026-07-23 5:06 UTC (2+ messages)
` [PATCH v3] "
[PATCH v2] perf record: Fix destructor invocation and event counting in fdarray__filter
2026-07-23 5:04 UTC (2+ messages)
` [PATCH v3] "
[PATCH] erofs: ensure valid f_path for page cache sharing
2026-07-23 5:03 UTC
[PATCH] fstests Fix build errors on kernels before v5.1
2026-07-23 5:03 UTC (2+ messages)
[RESEND PATCH net-next v5 0/2] net: lan743x: add RMII support for PCI11x1x
2026-07-23 5:02 UTC
decouple simple direct I/O reads from iomap_dio_rw v2
2026-07-23 5:01 UTC (4+ messages)
` [PATCH 1/3] iomap: split iomap_iter() logic into iomap_iter_next()
` [PATCH 2/3] iomap: decouple simple direct I/O reads from iomap_dio_rw
` [PATCH 3/3] iomap: use GFP_NOWAIT when application for iomap_dio_simple allocations
[RFC PATCH v2 08/25] KVM: SEV: Stop using per-vCPU ASID for SEV VMs
2026-07-23 5:02 UTC (6+ messages)
[PATCH v2 00/10] gpu: nova-core: blackwell follow-ups and fixes
2026-07-23 5:02 UTC (3+ messages)
` [PATCH v2 05/10] gpu: nova-core: split FbLayout into FSP and non-FSP versions
[PATCH i-g-t] lib/rendercopy_gen9: Bump up URB size
2026-07-23 5:00 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for "
arch/arm64/boot/dts/qcom/sdm845-lg-judyln.dtb: /soc@0/display-subsystem@ae00000/dsi@ae94000/panel@0: failed to match any schema with compatible: ['lg,sw49410-lh609qh1', 'lg,sw49410']
2026-07-23 5:00 UTC
[PATCH] netfs: fix ENOMEM handling in netfs_writepages() to drain all dirty folios
2026-07-23 4:59 UTC (2+ messages)
[PATCH 1/2] Bluetooth: HIDP: reject frames without a transaction header
2026-07-23 4:58 UTC (2+ messages)
` Bluetooth: HIDP: validate short receive frames
[PATCH v3 0/4] mm/vmscan: fix swappiness=max and clean up per-node proactive reclaim
2026-07-23 4:57 UTC (5+ messages)
` [PATCH v3 1/4] mm/vmscan: fix anon-only reclaim evicting file pages when swappiness=max
` [PATCH v3 2/4] mm: vmscan: propagate real error code from per-node proactive reclaim
` [PATCH v3 3/4] mm: vmscan: drop unused gfp_mask parameter from __node_reclaim()
` [PATCH v3 4/4] mm/mglru: fix anon-only reclaim evicting file pages when swappiness=max
[PATCH v2 00/44] qapi: convert trivial intro sections
2026-07-23 4:48 UTC (25+ messages)
` [PATCH v2 18/44] qapi: convert trivial intro sections for qdev.json
` [PATCH v2 21/44] qapi: convert intro sections for common.json
` [PATCH v2 22/44] qapi: convert intro sections for sockets.json
` [PATCH v2 24/44] qapi: convert trivial intro sections for stats.json
` [PATCH v2 25/44] qapi: convert trivial intro sections for job.json
` [PATCH v2 26/44] qapi: convert intro sections for pci.json
` [PATCH v2 27/44] qapi: convert trivial intro sections for introspect.json
` [PATCH v2 28/44] qapi: convert intro sections for rocker.json
` [PATCH v2 29/44] qapi: convert trivial intro sections for misc-i386.json
` [PATCH v2 30/44] qapi: convert trivial intro sections for block-export.json
` [PATCH v2 31/44] qapi: convert intro sections for audio.json
` [PATCH v2 32/44] qapi: convert trivial intro sections for block.json
` [PATCH v2 33/44] qapi: convert trivial intro sections for misc.json
` [PATCH v2 34/44] qapi: convert trivial intro sections for crypto.json
` [PATCH v2 35/44] qapi: convert intro sections for cxl.json
` [PATCH v2 36/44] qapi: convert trivial intro sections for run-state.json
` [PATCH v2 37/44] qapi: convert intro sections for char.json
` [PATCH v2 38/44] qapi: convert intro sections for virtio.json
` [PATCH v2 39/44] qapi: convert trivial intro sections for net.json
` [PATCH v2 40/44] qapi: convert trivial intro sections for qom.json
` [PATCH v2 41/44] qapi: convert trivial intro sections for ui.json
` [PATCH v2 42/44] qapi: convert trivial intro sections for migration.json
` [PATCH v2 43/44] qapi: convert trivial intro sections for machine.json
` [PATCH v2 44/44] qapi: convert trivial intro sections for block-core.json
[PATCH 00/26] ASoC: codecs: Use guard() for mutex & spin locks - part 3
2026-07-23 4:53 UTC (27+ messages)
` [PATCH 01/26] ASoC: codecs: sigmadsp: Use guard() for mutex locks
` [PATCH 02/26] ASoC: codecs: sta350: "
` [PATCH 03/26] ASoC: codecs: sta32x: "
` [PATCH 04/26] ASoC: codecs: tas2781: "
` [PATCH 05/26] ASoC: codecs: tas2783: "
` [PATCH 06/26] ASoC: codecs: tas5805m: "
` [PATCH 07/26] ASoC: codecs: tlv320dac33: Use guard() for mutex & spin locks
` [PATCH 08/26] ASoC: codecs: tscs42xx: Use guard() for mutex locks
` [PATCH 09/26] ASoC: codecs: tscs454: "
` [PATCH 10/26] ASoC: codecs: twl6040: "
` [PATCH 11/26] ASoC: codecs: wcd-mbhc: "
` [PATCH 12/26] ASoC: codecs: wcd934x: "
` [PATCH 13/26] ASoC: codecs: wcd937x: "
` [PATCH 14/26] ASoC: codecs: wcd938x: "
` [PATCH 15/26] ASoC: codecs: wcd939x: "
` [PATCH 16/26] ASoC: codecs: wm0010: Use guard() for mutex & spin locks
` [PATCH 17/26] ASoC: codecs: wm2000: Use guard() for mutex locks
` [PATCH 18/26] ASoC: codecs: wm5102: "
` [PATCH 19/26] ASoC: codecs: wm8731: "
` [PATCH 20/26] ASoC: codecs: wm8903: "
` [PATCH 21/26] ASoC: codecs: wm8958: "
` [PATCH 22/26] ASoC: codecs: wm8962: "
` [PATCH 23/26] ASoC: codecs: wm8994: "
` [PATCH 24/26] ASoC: codecs: wm971x: "
` [PATCH 25/26] ASoC: codecs: wm_adsp: "
` [PATCH 26/26] ASoC: codecs: wsa88xx: "
decouple simple direct I/O reads from iomap_dio_rw
2026-07-23 4:55 UTC (6+ messages)
` [PATCH 2/3] iomap: "
[PATCH v2 0/4] Add support for AD5710R/AD5711R DAC
2026-07-23 4:54 UTC (4+ messages)
` [PATCH v2 4/4] iio: dac: ad3530r: add support for AD5710R/AD5711R
[PATCH] fpga: zynq-fpga: Remove redundant dev_err()
2026-07-23 4:55 UTC (3+ messages)
[PATCH v6 0/6] Add CAMSS and IMX577 sensor support for Shikra EVK
2026-07-23 4:54 UTC (3+ messages)
` [PATCH v6 1/6] dt-bindings: media: qcom: Add Shikra CAMSS compatible
[PATCH v2 0/2] mm/zswap: Fixes and improves the zswap global shrinker
2026-07-23 4:52 UTC (4+ messages)
` [PATCH v2 2/2] mm/zswap: Support batch writeback in shrink_memcg()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.