All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-01 21:53:24 to 2026-04-01 23:00:22 UTC [more...]

[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-01 22:59 UTC  (45+ messages)
` [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
` [PATCH 02/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
` [PATCH 03/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
` [PATCH 04/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
` [PATCH 05/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` "
` [PATCH 06/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
` [PATCH 07/33] rust: kbuild: remove `feature(...)`s that are now stable
` [PATCH 08/33] rust: kbuild: simplify `--remap-path-prefix` workaround
` [PATCH 09/33] rust: kbuild: make `--remap-path-prefix` workaround conditional
` [PATCH 10/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
` [PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
` [PATCH 12/33] rust: macros: update `extract_if` MSRV TODO comment

[PATCH] vfio/pci: sanitize bogus INTx interrupt pin values
 2026-04-01 22:59 UTC  (3+ messages)
` [PATCH v2] "

[BUG] mt7921e: Intermittent connection failure
 2026-04-01 22:58 UTC  (3+ messages)

[PATCH rtw-next 00/12] wifi: rtw89: Add support for RTL8922AU
 2026-04-01 22:58 UTC  (4+ messages)
` [PATCH rtw-next 06/12] wifi: rtw89: usb: Enable RX aggregation "

[PATCH v2] mm/page_io: fix PSWPIN undercount for large folios in sio_read_complete()
 2026-04-01 22:58 UTC  (4+ messages)
` [PATCH v3] mm/page_io: use sio->len for PSWPIN accounting "

[to-be-updated] mm-page_io-fix-pswpin-undercount-for-large-folios-in-sio_read_complete.patch removed from -mm tree
 2026-04-01 22:57 UTC 

[PATCH 0/4] Introduce EC driver for Snapdragon X1E based Dell XPS 13 9345
 2026-04-01 22:57 UTC  (3+ messages)
` [PATCH 2/4] platform: arm64: dell-xps-ec: new driver

[PATCH mm-unstable 1/1] mm: fix deferred split queue races during migration
 2026-04-01 22:55 UTC  (3+ messages)

[PATCH] usb: dwc3: imx8mp: fix memory leak on probe failure path
 2026-04-01 22:55 UTC  (2+ messages)

[PATCH] drm/xe/xe3p_lpg: Add missing indirect ring state feature flag
 2026-04-01 22:53 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[ndctl PATCH 1/3] test/mmap.c: check mmap() result against MAP_FAILED
 2026-04-01 22:53 UTC  (6+ messages)
` [ndctl PATCH 2/3] test/mmap: move detailed tracing behind -v option
` [ndctl PATCH 3/3] test/mmap.sh: reduce fallocate size from 1GiB to 256MiB

[PATCH 0/6] btrfs: delay compression to bbio submission time
 2026-04-01 22:52 UTC  (2+ messages)

[PATCH bpf v3 1/2] bpf: Reject sleepable kprobe_multi programs at attach time
 2026-04-01 22:50 UTC  (4+ messages)
` [PATCH bpf v3 2/2] selftests/bpf: Add test to ensure kprobe_multi is not sleepable

[PATCH v3 00/15] add software ecdsa support
 2026-04-01 22:49 UTC  (28+ messages)
` [PATCH v3 02/15] ecdsa: initial support of ecdsa using mbedtls
  ` [v3,02/15] "
` [PATCH v3 03/15] test: lib: ecdsa: add initial test
  ` [v3,03/15] "
` [PATCH v3 05/15] ecdsa: fix support of secp521r1
  ` [v3,05/15] "
` [PATCH v3 06/15] test: dm: ecdsa.c: clean this test as software ecdsa is now implemented
  ` [v3,06/15] "
` [PATCH v3 07/15] test: py: vboot: prepare integration test for ecdsa
  ` [v3,07/15] "
` [PATCH v3 08/15] test: vboot: add "
  ` [v3,08/15] "
` [PATCH v3 09/15] tools: mkimage: pre-load: add support of ecdsa
  ` [v3,09/15] "
` [PATCH v3 10/15] tools: binman: "
  ` [v3,10/15] "
` [PATCH v3 11/15] tools: binman: pre-load: add test for ecdsa
  ` [v3,11/15] "
` [PATCH v3 12/15] boot: pre-load: add support of ecdsa
  ` [v3,12/15] "
` [PATCH v3 13/15] tools: preload_check_sign: "
  ` [v3,13/15] "
` [PATCH v3 14/15] test: py: vboot: prepare test for glocal signature with ecdsa
  ` [v3,14/15] "
` [PATCH v3 15/15] test: py: vboot: add test for global "
  ` [v3, "
` [v3,00/15] add software ecdsa support

[PATCH v15 0/5] ring-buffer: Making persistent ring buffers robust
 2026-04-01 22:49 UTC  (5+ messages)
` [PATCH v15 4/5] ring-buffer: Add persistent ring buffer invalid-page inject test
` [PATCH v15 5/5] ring-buffer: Show commit numbers in buffer_meta file

[RFC PATCH 0/2] fix xhci endpoint restart at EPROTO
 2026-04-01 22:47 UTC  (15+ messages)
` [RFC PATCH 1/2] xhci: prevent automatic endpoint restart after stall or error

[PATCH bpf-next 0/2] Properly load values from insn_arays with non-zero offsets
 2026-04-01 22:47 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: Do not ignore offsets for loads from insn_arrays
` [PATCH bpf-next 2/2] selftests/bpf: Add more tests for loading insn arrays with offsets

[PATCH] sched_ext: Fix stale direct dispatch state in ddsp_dsq_id
 2026-04-01 22:46 UTC  (2+ messages)

[PATCH i-g-t 0/3] Exercise large buffer in compute-square
 2026-04-01 22:46 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for Exercise large buffer in compute-square (rev2)
` ✗ i915.CI.BAT: failure "

[PATCH RFC v4 00/44] guest_memfd: In-place conversion support
 2026-04-01 22:46 UTC  (6+ messages)
` [PATCH RFC v4 10/44] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2

[PATCH v3 0/2] Fix CPU stall in xilinx_dma_poll_timeout caused by passing delay_us=0
 2026-04-01 22:45 UTC  (5+ messages)
` [PATCH v3 1/2] dmaengine: xilinx_dma: Fix CPU stall in xilinx_dma_poll_timeout
` [PATCH v3 2/2] dmaengine: xilinx_dma: Rename XILINX_DMA_LOOP_COUNT

[PATCH v3 00/25] CPU binds and ULLS on migration queue
 2026-04-01 22:44 UTC  (10+ messages)
` [PATCH v3 05/25] drm/xe: Update xe_bo_put_deferred arguments to include writeback flag
` [PATCH v3 06/25] drm/xe: Add XE_BO_FLAG_PUT_VM_ASYNC
` [PATCH v3 25/25] drm/xe: Add modparam to enable / disable ULLS on migrate queue

[PATCH] drm/xe: Drop redundant rtp entries for Wa_14019988906 & Wa_14019877138
 2026-04-01 22:39 UTC  (2+ messages)

[PATCH v4 0/4] Add framebuffer on Xiaomi Poco F1 and disable the MDSS on tianma panel variant
 2026-04-01 22:39 UTC  (10+ messages)
` [PATCH v4 1/4] arm64: dts: qcom: sdm845-xiaomi-beryllium: Introduce framebuffer
` [PATCH v4 2/4] arm64: dts: qcom: sdm845-oneplus: Drop address from framebuffer node
` [PATCH v4 3/4] arm64: dts: qcom: sdm845-shift-axolotl: Convert fb to use memory-region
` [PATCH v4 4/4] arm64: dts: qcom: sdm845-samsung-starqltechn: "

[ANNOUNCE] Git Rev News edition 133
 2026-04-01 22:38 UTC 

[kernel-cve-report] New CVE entries this week
 2026-04-01 22:37 UTC 

[PATCH v2] IB/mlx5: Fix tdn leak in mlx5_ib_alloc_transport_domain
 2026-04-01 22:35 UTC  (2+ messages)
` [PATCH v3] IB/mlx5: Fix tdn leak and state corruption "

[ndctl PATCH] test/cxl-dax-hmem.sh: validate dax_hmem vs CXL collisions
 2026-04-01 22:36 UTC  (2+ messages)

[PATCH v6 1/2] fs/resctrl: Report invalid domain ID when parsing io_alloc_cbm
 2026-04-01 22:35 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH v6 2/2] fs/resctrl: Add "*" shorthand to set io_alloc CBM for all domains
 2026-04-01 22:35 UTC  (2+ messages)
` [tip: x86/cache] "

ucm2: Qualcomm: Create missing symlink for Radxa Dragon Q6A
 2026-04-01 22:34 UTC 

[PATCH] drm/xe: expose multi_lrc_mask in debugfs info
 2026-04-01 22:33 UTC  (7+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 1/2] drm/xe: improve readability of debugfs engine info output
  ` [PATCH v4 2/2] drm/xe: expose multi-lrc engine classes in debugfs info
` ✓ Xe.CI.BAT: success for drm/xe: expose multi_lrc_mask in debugfs info (rev4)

[PATCH] RelNotes: minor typo fixes in 2.54.0 draft
 2026-04-01 22:33 UTC  (2+ messages)

[PATCH v2 0/4] ASoC: Add TAS675x quad-channel Class-D amplifier driver
 2026-04-01 22:28 UTC  (5+ messages)
  ` [PATCH v2 1/4] dt-bindings: sound: Add ti,tas675x
  ` [PATCH v2 2/4] ASoC: codecs: Add TAS675x quad-channel audio amplifier driver
  ` [PATCH v2 3/4] Documentation: sound: Add TAS675x codec mixer controls documentation
  ` [PATCH v2 4/4] MAINTAINERS: add entry for TAS675x audio amplifier

[PATCH bpf-next 0/6] bpf: Prep patches for static stack liveness
 2026-04-01 22:32 UTC  (4+ messages)
` [PATCH bpf-next 4/6] bpf: Add compute_const_regs() and prune_dead_branches() passes

[PATCH i-g-t] tests/intel/xe_oa: Use MAP_FAILED for mmap failures
 2026-04-01 22:32 UTC 

[PATCH v10 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-04-01 22:31 UTC  (4+ messages)
` [PATCH v10 04/12] arm64: support WFET in smp_cond_load_relaxed_timeout()

[PATCH RFC 00/12] migration/vfio: Fix a few issues on API misuse or statistic reports
 2026-04-01 22:28 UTC  (4+ messages)
` [PATCH RFC 06/12] migration: Use the new save_query_pending() API directly

[PATCH] pstore/ftrace: Factor KASLR offset in the core kernel instruction addresses
 2026-04-01 22:28 UTC  (3+ messages)

[PATCH v4 0/2] rust, nova-core: add DeviceSize trait for SZ_* constants
 2026-04-01 22:27 UTC  (3+ messages)
` [PATCH v4 1/2] rust: sizes: add SizeConstants trait for device address space constants
` [PATCH v4 2/2] gpu: nova-core: use SizeConstants trait for u64 size constants

[PATCH v6 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-04-01 22:27 UTC  (7+ messages)
` [PATCH v6 02/22] fsverity: expose ensure_fsverity_info()
    ` [f2fs-dev] "
` [PATCH v6 03/22] fsverity: generate and store zero-block hash
    ` [f2fs-dev] "

[PATCH v2 0/4] dmaengine: dma-axi-dmac: Some memory related fixes
 2026-04-01 22:27 UTC  (8+ messages)
` [PATCH v2 4/4] dmaengine: dma-axi-dmac: Defer freeing DMA descriptors

[PATCH i-g-t v3] tests/kms_invalid_mode: Add igt_info when test skips
 2026-04-01 22:26 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH v2] virt: coco: change tsm_class to a const struct
 2026-04-01 22:26 UTC  (2+ messages)

[PATCH v10 00/13] blk: honor isolcpus configuration
 2026-04-01 22:23 UTC  (14+ messages)
` [PATCH v10 01/13] scsi: aacraid: use block layer helpers to calculate num of queues
` [PATCH v10 02/13] lib/group_cpus: remove dead !SMP code
` [PATCH v10 03/13] lib/group_cpus: Add group_mask_cpus_evenly()
` [PATCH v10 04/13] genirq/affinity: Add cpumask to struct irq_affinity
` [PATCH v10 05/13] blk-mq: add blk_mq_{online|possible}_queue_affinity
` [PATCH v10 06/13] nvme-pci: use block layer helpers to constrain queue affinity
` [PATCH v10 07/13] scsi: Use "
` [PATCH v10 08/13] virtio: blk/scsi: use "
` [PATCH v10 09/13] isolation: Introduce io_queue isolcpus type
` [PATCH v10 10/13] blk-mq: use hk cpus only when isolcpus=io_queue is enabled
` [PATCH v10 11/13] blk-mq: prevent offlining hk CPUs with associated online isolated CPUs
` [PATCH v10 12/13] genirq/affinity: Restrict managed IRQ affinity to housekeeping CPUs
` [PATCH v10 13/13] docs: add io_queue flag to isolcpus

[PATCH 0/12] fixing the remainder of the C23 strchr warnings
 2026-04-01 22:22 UTC  (11+ messages)
` [PATCH 08/12] skip_prefix(): check const match between in and out params
` [PATCH 09/12] pkt-line: make packet_reader.line non-const
` [PATCH 12/12] refs/files-backend: drop const to fix strchr() warning

[PATCH V2 00/11] iommufd: Enable noiommu mode for cdev
 2026-04-01 22:17 UTC  (4+ messages)
` [PATCH V2 07/11] vfio: Update noiommu device detection logic "

[PATCH] rust: ACPI: fix missing match data for PRP0001
 2026-04-01 22:15 UTC  (4+ messages)

[PATCHES v2 perf-tools-next 0/4] Cleanups and a fix
 2026-04-01 22:14 UTC  (5+ messages)
` [PATCH 2/4] perf bench: Constify tables
` [PATCH 3/4] perf tools: Use calloc() were applicable
` [PATCH 4/4] perf symbol: Add missing libgen.h include to get basename() prototype

[PATCH 0/7] mshv: Reduce memory consumption for unpinned regions
 2026-04-01 22:13 UTC  (8+ messages)
` [PATCH 1/7] mshv: Consolidate region creation and mapping
` [PATCH 2/7] mshv: Improve code readability with handler function typedef
` [PATCH 3/7] mshv: Rename mshv_mem_region to mshv_region
` [PATCH 4/7] mshv: Optimize memory region mapping operations
` [PATCH 5/7] mshv: Pass pfns array explicitly through processing chain
` [PATCH 6/7] mshv: Simplify pfn array handling in region processing
` [PATCH 7/7] mshv: Allocate pfns array only for pinned regions

[PATCH] lib: sbi: Disable hw a/d updating by default
 2026-04-01 22:12 UTC  (2+ messages)

[GIT PULL 1/2] Broadcom devicetree changes for 7.1
 2026-04-01 22:12 UTC  (3+ messages)

[PATCH v2] perf header: Validate build_id filename length to prevent buffer overflow
 2026-04-01 22:12 UTC  (2+ messages)

[PATCH] btrfs: fix double free in create_space_info_sub_group() error path
 2026-04-01 22:11 UTC  (2+ messages)

[RFC 00/15] drm/xe: Access counter consumer layer
 2026-04-01 22:11 UTC  (7+ messages)
` [RFC 06/15] drm/xe: Extract xe_vma_lock_and_validate helper
` [RFC 08/15] drm/xe: Implement xe_access_counter_queue_work

[PATCH] lib: sbi: Fix hw a/d updating defaults
 2026-04-01 22:08 UTC 

[PATCH] clk: spear: fix resource leak in clk_register_vco_pll()
 2026-04-01 22:10 UTC  (2+ messages)

[GIT,PULL] hisilicon: driver updates for v7.1
 2026-04-01 22:10 UTC  (2+ messages)

[GIT PULL 3/4] i.MX dt binding changes for v7.1
 2026-04-01 22:10 UTC  (2+ messages)

[PATCH v2] btrfs: fix double free in create_space_info() error path
 2026-04-01 22:10 UTC  (2+ messages)

[GIT PULL] memory: drivers for v7.1
 2026-04-01 22:10 UTC  (2+ messages)

[GIT PULL] firmware: arm_scmi: Updates for v7.1
 2026-04-01 22:10 UTC  (2+ messages)

[GIT PULL] TEE update for 7.1
 2026-04-01 22:10 UTC  (2+ messages)

[GIT PULL 0/3] Renesas SoC updates for v7.1 (take two)
 2026-04-01 22:10 UTC  (2+ messages)

[GIT PULL] STM32 Bus firewall for v7.1
 2026-04-01 22:10 UTC  (2+ messages)

[GIT PULL] OP-TEE update for 7.1
 2026-04-01 22:10 UTC  (2+ messages)

[GIT PULL 1/4] samsung: drivers for v7.1
 2026-04-01 22:10 UTC  (2+ messages)

Patchwork summary for: linux-soc
 2026-04-01 22:10 UTC 

[PATCH 0/2] ext2: fix WARN_ON in drop_nlink() triggered by corrupt images
 2026-04-01 22:08 UTC  (3+ messages)
` [PATCH 1/2] ext2: validate i_nlink before decrement in ext2_unlink()
` [PATCH 2/2] ext2: guard against zero i_nlink on new_inode in ext2_rename()

[PATCH] target/arm: cpu: add HCR_E2H on reset for EL2 + !E2H0
 2026-04-01 22:07 UTC 

[OE-core][whinlatter][PATCH] binutils: mark CVE-2025-69650 and CVE-2025-69651 as disputed
 2026-04-01 22:07 UTC  (2+ messages)

[PATCHv2] accel/qaic: kcalloc + kzalloc to kzalloc
 2026-04-01 22:06 UTC 

[PATCH] i2c: rtl9300: add support for 50 kHz and 2.5 MHz bus speeds
 2026-04-01 22:06 UTC  (2+ messages)

[PATCH BlueZ 1/2] unit: Add unit test for new MIN/MAX macros
 2026-04-01 22:06 UTC  (2+ messages)
` [BlueZ,1/2] "

[PATCH v6 0/4] ASoC: Intel: Fix MCLK leaks and clean up error
 2026-04-01 22:05 UTC  (5+ messages)
` [PATCH v6 1/4] ASoC: Intel: bytcr_rt5640: Fix MCLK leak on platform_clock_control error
` [PATCH v6 2/4] ASoC: Intel: bytcr_rt5651: "
` [PATCH v6 3/4] ASoC: Intel: cht_bsw_rt5672: "
` [PATCH v6 4/4] ASoC: Intel: Standardize MCLK error logs across RT boards

[PATCH v8 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-04-01 22:04 UTC  (3+ messages)
` [PATCH v8 2/3] vfio/ism: Implement "

[PATCH] HSI: omap_ssi_port: remove depends on ARM
 2026-04-01 21:57 UTC 

[PATCH] HSI: omap_ssi_port: remove set but unused variables
 2026-04-01 21:56 UTC 

[PATCH v3 00/11] add build option to disable audio subsystem
 2026-04-01 21:54 UTC  (4+ messages)
` [PATCH v3 02/11] ui/vnc: disable audio feature when configured with --disable-audio

[PATCH 0/3] arm: mediatek: mt8189: enable USB support
 2026-04-01 21:53 UTC  (4+ messages)
` [PATCH 1/3] phy: mediatek: new XS-PHY driver
` [PATCH 2/3] arm: dts: mediatek: add USB/PHY nodes for Genio 520/720
` [PATCH 3/3] configs: mediatek: mt8189: enable USB support

[PATCH v25 00/11] Type2 device basic support
 2026-04-01 21:53 UTC  (5+ messages)
` [PATCH v25 05/11] sfc: create type2 cxl memdev


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.