All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-28 08:23:38 to 2026-05-28 08:56:52 UTC [more...]

[cocci] Question regarding Coccinelle
 2026-05-28  8:45 UTC  (13+ messages)
    ` [cocci] Adjusting attributes for variables with SmPL?

[PATCH v2 00/12] rv: Fixes on Deterministic and Hybrid Automata
 2026-05-28  8:56 UTC  (9+ messages)
` [PATCH v2 01/12] rv: Fix __user specifier usage in extract_params()
` [PATCH v2 02/12] rv: Fix read_lock scope in per-task DA cleanup
` [PATCH v2 03/12] rv: Reset per-task DA monitors before releasing the slot
` [PATCH v2 04/12] rv: Prevent task migration while handling per-CPU events

[PATCH v2 0/4] cpufreq: Set policy->min and max as real QoS constraints
 2026-05-28  8:55 UTC  (7+ messages)
` [PATCH v2 1/4] cpufreq: Extract cpufreq_policy_init_qos() function
` [PATCH v2 2/4] cpufreq: Set default policy->min/max values for all drivers

MSI-X vector limits and reserving a virtio device ID
 2026-05-28  8:56 UTC  (5+ messages)
    ` Vhost-guest (was virtio vhost-user) vs virtio-msg

[PATCH net-next v3 0/2] net: dsa: mv88e6xxx: add support for credit based shaper
 2026-05-28  8:56 UTC  (5+ messages)
` [PATCH net-next v3 2/2] "

[PATCH] rust: module_param: add missing newline to pr_warn
 2026-05-28  8:56 UTC  (2+ messages)

[PATCH net 1/2] ipv6: fix possible infinite loop in rt6_fill_node()
 2026-05-28  8:56 UTC  (5+ messages)
` [PATCH net 2/2] ipv6: fix possible infinite loop in fib6_select_path()

[PATCH 0/9] riscv: ultrarisc: add DP1000 SoC DT and pinctrl support
 2026-05-28  8:55 UTC  (7+ messages)
` [PATCH 6/9] pinctrl: ultrarisc: Add UltraRISC DP1000 pinctrl driver

[PATCH v11 net-next 0/8] dpll/ice: Add generic DPLL type and full TX reference clock control for E825
 2026-05-28  8:55 UTC  (7+ messages)
` [Intel-wired-lan] [PATCH v11 net-next 5/8] ice: introduce TXC DPLL device and TX ref clock pin framework "
` [Intel-wired-lan] [PATCH v11 net-next 6/8] ice: implement CPI support for E825C

[PATCH v3 00/13] spi: cadence-quadspi: add PHY tuning support
 2026-05-28  8:54 UTC  (21+ messages)
` [PATCH v3 01/13] spi: dt-bindings: allow spi-max-frequency to specify a frequency pair
` [PATCH v3 02/13] spi: dt-bindings: cdns,qspi-nor: add PHY tuning pattern partition property
` [PATCH v3 03/13] spi: parse two-element spi-max-frequency property
` [PATCH v3 04/13] spi: spi-mem: add spi_mem_apply_base_freq_cap()
` [PATCH v3 05/13] spi: spi-mem: add execute_tuning callback and spi_mem_execute_tuning()
` [PATCH v3 08/13] spi: cadence-quadspi: add PHY tuning support

[PATCH v3 0/2] lib/raid: replace __get_free_pages() call with kvmalloc()
 2026-05-28  8:55 UTC  (5+ messages)
` [PATCH v3 1/2] xor: use kmalloc() in calibrate_xor_blocks()
` [PATCH v3 2/2] raid6: use kmalloc() in raid6_select_algo()

[PATCH 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
 2026-05-28  8:55 UTC  (4+ messages)
` [PATCH 02/15] mm: convert anon_vma rmap APIs to anon_rmap

[PATCH v10 04/11] dt-bindings: iio: adc: hx711: add HX710B support
 2026-05-28  8:54 UTC  (5+ messages)

[PATCH net v2] ixgbe: implement get_queue_stats_rx
 2026-05-28  8:54 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH v3 0/7] hw/arm/sabrelite: Add FlexCAN support
 2026-05-28  8:53 UTC  (2+ messages)

[PATCH v2 0/7] pinctrl: renesas: rzg2l: Add support for RZ/G3S I3C
 2026-05-28  8:54 UTC  (5+ messages)
` [PATCH v2 2/7] pinctrl: renesas: rzg2l: Drop defines present in struct rzg2l_hwcfg

[PATCH net-next 0/2] net/smc: transition to RDMA core CQ pooling
 2026-05-28  8:48 UTC  (3+ messages)
` [PATCH net-next v2 1/2] "
` [PATCH net-next v2 2/2] net/smc: reduce TX slot contention with exclusive wait

[PATCH v3 00/15] TDX MMU refactors
 2026-05-28  8:13 UTC  (16+ messages)
` [PATCH v3 01/15] KVM: TDX: Drop kvm_x86_ops.link_external_spt()
` [PATCH v3 02/15] KVM: TDX: Wrap mapping of leaf and non-leaf S-EPT entries into helpers
` [PATCH v3 03/15] KVM: x86/mmu: Fold set_external_spte_present() into its sole caller
` [PATCH v3 04/15] KVM: x86/mmu: Plumb param "old_spte" into kvm_x86_ops.set_external_spte()
` [PATCH v3 05/15] KVM: TDX: Move KVM_BUG_ON()s in __tdp_mmu_set_spte_atomic() to TDX code
` [PATCH v3 06/15] KVM: TDX: Move lockdep assert "
` [PATCH v3 07/15] KVM: x86/tdp_mmu: Morph !is_frozen_spte() check into a KVM_MMU_WARN_ON()
` [PATCH v3 08/15] KVM: x86/mmu: Plumb "sp" _pointer_ into the TDP MMU's handle_changed_spte()
` [PATCH v3 09/15] KVM: x86/tdp_mmu: Centrally propagate to-present/atomic zap updates to external PTEs
` [PATCH v3 10/15] KVM: x86/mmu: Drop KVM_BUG_ON() on shared lock to zap child "
` [PATCH v3 11/15] KVM: TDX: Hoist tdx_sept_remove_private_spte() above set_private_spte()
` [PATCH v3 12/15] KVM: TDX: Drop kvm_x86_ops.remove_external_spte()
` [PATCH v3 13/15] KVM: TDX: Rename tdx_sept_remove_private_spte() to show it's for leaf SPTEs
` [PATCH v3 14/15] KVM: x86: Move error handling inside free_external_spt()
` [PATCH v3 15/15] KVM: TDX: Move external page table freeing to TDX code

[PATCH] powerpc: Export set_memory_encrypted and set_memory_decrypted
 2026-05-28  8:53 UTC  (5+ messages)

[Intel-wired-lan] [PATCH iwl-net v1 0/2] Rework ice Tx checksum
 2026-05-28  8:52 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH iwl-net v1 2/2] ice: use NETIF_F_HW_CSUM instead of IP/IPV6
    `  "

[PATCH 0/3] Update some topology matching for newer laptops
 2026-05-28  8:51 UTC  (6+ messages)
` [PATCH 3/3] soundwire: dmi-quirks: Disable ghost Realtek devices

[PATCH v2 0/4] KVM: arm64: Handle unsupported guest translation granule sizes
 2026-05-28  8:51 UTC  (3+ messages)
` [PATCH v2 4/4] KVM: arm64: Fallback to a supported value for unsupported guest TGx

[PATCH] mm/compaction: cap compact_gap() at COMPACT_CLUSTER_MAX
 2026-05-28  8:51 UTC  (4+ messages)

[PATCH v3 0/3] drm: detect panel type from DisplayID 2.x
 2026-05-28  8:51 UTC  (3+ messages)
` [PATCH v3 1/3] drm/edid: extract base section header processing into helper

[Intel-wired-lan] [PATCH net] idpf: fix mailbox capability for set device clock time
 2026-05-28  8:51 UTC  (3+ messages)

[PATCH v9 0/2] Add Support for LTC3220 18 Channel LED Driver
 2026-05-28  8:49 UTC  (3+ messages)
` [PATCH v9 1/2] dt-bindings: leds: Add LTC3220 18 channel "
` [PATCH v9 2/2] leds: ltc3220: Add Support for "

[Buildroot] [PATCH] package/radvd: security bump to version 2.21
 2026-05-28  8:50 UTC 

[PATCH] gpio: realtek-otto: fix kernel-doc warnings
 2026-05-28  8:50 UTC  (2+ messages)

[PATCH net] i40e: fix netdev leak in i40e_vsi_setup() error paths
 2026-05-28  8:49 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH v3 1/2] Input: atmel_mxt_ts: Fix async config use-after-free
 2026-05-28  8:48 UTC  (2+ messages)

[PATCH] kbuild: rpm-pkg: append %{?dist} macro to Release tag
 2026-05-28  8:48 UTC  (3+ messages)

[PATCH meta-rockchip 0/2] add support for (upstream) OP-TEE OS
 2026-05-28  8:48 UTC  (4+ messages)
` [PATCH meta-rockchip 2/2] add support for baking OP-TEE OS into U-Boot proper binary
  ` [yocto-patches] "

[GIT PULL] Gemini DTS updates for v7.2
 2026-05-28  8:48 UTC 

[PATCH v2 1/7] pinctrl: renesas: rzg2l: Generalize the power source code
 2026-05-28  8:48 UTC  (2+ messages)

[PATCH v1 0/3] gpio: Use named initializers for platform_device_id arrays
 2026-05-28  8:47 UTC  (2+ messages)

[PATCH] net/sxe2: fix 32-bit SSE build
 2026-05-28  8:47 UTC 

[PATCH] MAINTAINERS: add myself as co-maintainer for Samsung pinctrl drivers
 2026-05-28  8:47 UTC  (2+ messages)

[PATCH v2] block: add a bio_endio_status helper
 2026-05-28  8:46 UTC 

[net-next v44] mctp pcc: Implement MCTP over PCC Transport
 2026-05-28  8:45 UTC  (2+ messages)

[PATCH] MAINTAINERS: add myself as a co-maintainer for Samsung SoC clock drivers
 2026-05-28  8:46 UTC  (2+ messages)

[RFC PATCH v2 0/2] workqueue: Add warnings and check WQ flags usage
 2026-05-28  8:45 UTC  (4+ messages)
` [RFC PATCH v2 1/2] workqueue: Add warnings and fallback if system_{unbound}_wq is used

[PATCH v9 mptcp-next 0/6] mptcp: address stall under memory pressure
 2026-05-28  8:45 UTC  (7+ messages)
` [PATCH v9 mptcp-next 2/6] mptcp: explicitly drop over memory limits
` [PATCH v9 mptcp-next 4/6] mptcp: implemented OoO queue pruning

[PATCH 6.1.y-cip] i2c: riic: Implement bus recovery
 2026-05-28  8:44 UTC  (2+ messages)

[RFC PATCH 0/1] nvme-pci: detect I/O queue depth changes after reset
 2026-05-28  8:44 UTC  (4+ messages)

[PATCH v2] block: rename need_dispatch to piecemeal_dispatch in blk-mq sched
 2026-05-28  8:44 UTC 

[PATCH 4/5] arm64: dts: imx91-11x11-evk: add reset gpios for ethernet PHYs
 2026-05-28  8:43 UTC  (3+ messages)
  ` [EXT] "

[PATCH v2 03/11] iommu/arm-smmu-v3: Add arm_smmu_drain_queue_for_iopf() helper
 2026-05-28  8:43 UTC  (2+ messages)

[PATCH v5] nvme: reject passthrough of driver-managed Set Features
 2026-05-28  8:43 UTC  (3+ messages)

[PATCH v4 0/9] hw/arm/smmuv3-accel: Resolve AUTO properties
 2026-05-28  8:42 UTC  (7+ messages)
` [PATCH v4 1/9] hw/arm/smmuv3: Update ATC invalidation check
` [PATCH v4 2/9] hw/arm/smmuv3: Improve accel SMMUv3 usage documentation
` [PATCH v4 8/9] hw/arm/smmuv3: Set default ats, ril, ssidsize, oas to auto

[PATCH] wifi: cfg80211: fix leak if split 6 GHz scanning fails
 2026-05-28  8:42 UTC  (2+ messages)

[PATCH 00/11] NVMe over MPTCP
 2026-05-28  8:42 UTC  (2+ messages)

[PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP collapse support
 2026-05-28  8:42 UTC  (7+ messages)
` [PATCH mm-unstable v18 11/14] mm/khugepaged: Introduce "

[PATCH v2] x86/vm86: Remove deprecated VM86 support
 2026-05-28  8:40 UTC  (2+ messages)

[PATCH v3 0/2] Add static TX Equalization settings support from DT
 2026-05-28  8:40 UTC  (6+ messages)
` [PATCH 2/2] scsi: ufs: core: Add support for static TX Equalization settings

[PATCH v1 0/3] rtc: Use named initializers for platform_device_id arrays
 2026-05-28  8:40 UTC  (3+ messages)
` [PATCH v1 3/3] "

[PATCH RFC 00/12] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-05-28  8:39 UTC  (9+ messages)

[PATCH 2/3] iio: adc: add Axiado SARADC driver
 2026-05-28  8:39 UTC  (2+ messages)

[PATCH] mailmap: Update email addresses for Andrew Jones
 2026-05-28  8:39 UTC 

[PATCH 0/8] riscv: Add reliable stack unwinding for livepatch
 2026-05-28  8:23 UTC  (7+ messages)
` [PATCH v2 3/8] riscv: stacktrace: disable KASAN instrumentation for stacktrace.o
` [PATCH v2 4/8] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
` [PATCH v2 5/8] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH v2 6/8] riscv: stacktrace: switch to frame-pointer based unwinder
` [PATCH v2 7/8] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
` [PATCH v2 8/8] selftests/livepatch: Add RISC-V syscall wrapper prefix

FAILED: patch "[PATCH] ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP 16" failed to apply to 7.0-stable tree
 2026-05-28  8:38 UTC 

[PATCH] mailmap: Update email addresses for Daniel Henrique Barboza
 2026-05-28  8:38 UTC 

[PATCH v2] loop: Fix NULL pointer dereference by synchronizing lo_release and loop_queue_rq
 2026-05-28  8:38 UTC  (11+ messages)
  ` [PATCH v3] loop: Fix NULL pointer dereference in lo_rw_aio()

[PATCH v3 0/5] iio: adc: add AMD/Xilinx Versal SysMon driver
 2026-05-28  8:38 UTC  (3+ messages)
` [PATCH v3 1/5] dt-bindings: iio: adc: add xlnx,versal-sysmon binding

[PATCH v2] ARM: dts: gemini: Fix partition offsets
 2026-05-28  8:37 UTC  (2+ messages)

[PATCH v7 0/3] xen/mm: Introduce NUMA-aware memory claim sets
 2026-05-28  8:37 UTC  (4+ messages)
` [PATCH v7 3/3] tools/ocaml: Add OCaml binding for NUMA "

[PATCH v2] drm/virtio: abort virtqueue wait on device removal to avoid hung task
 2026-05-28  8:36 UTC  (2+ messages)

[PATCH v3 0/9] s390: Improve this_cpu operations
 2026-05-28  8:36 UTC  (10+ messages)

linux-next: build failure after merge of the nfsd tree
 2026-05-28  8:36 UTC  (4+ messages)

[PATCH v6 0/2] Pinefeat cef168 lens control board driver
 2026-05-28  8:36 UTC  (3+ messages)

[RFC PATCH 0/1] media: uvcvideo: reset interface on bulk stream stop
 2026-05-28  8:36 UTC  (5+ messages)

[Buildroot] [PATCH 2025.02.x] package/samba4: security bump version to 4.22.10
 2026-05-28  8:35 UTC 

[PATCH] mtd: hbmc-am654: Use dev_remap_addr_index()
 2026-05-28  8:35 UTC  (2+ messages)

[PATCH v7 0/4] rust: helpers: add SRCU helpers
 2026-05-28  8:35 UTC  (4+ messages)
` [PATCH v7 3/4] rust: sync: add SRCU abstraction

[PATCH v5 0/4] PCI: tegra: Add Tegra264 support
 2026-05-28  8:34 UTC  (7+ messages)
` [PATCH v5 2/4] PCI: Use standard wait times for PCIe link monitoring

[PATCH v5] tools: mkeficapsule: Rework pkcs11 support
 2026-05-28  8:34 UTC  (2+ messages)

[PATCH v5 2/2] hwmon: Add Eswin EIC7700 PVT sensor driver
 2026-05-28  8:33 UTC  (5+ messages)
    `  "
      `  "

[RFC v2 0/6] block/io: avoid failure caused by misaligned BLKZEROOUT ioctl
 2026-05-28  8:32 UTC  (6+ messages)

[PATCH v3] dax/bus: Upgrade resource conflict message to dev_err() in alloc_dax_region()
 2026-05-28  8:33 UTC  (2+ messages)

[PATCH v2 0/3] ASoC: Intel: catpt: Error handling and debug improvements
 2026-05-28  8:34 UTC  (4+ messages)
` [PATCH v2 1/3] ASoC: Intel: catpt: Complete coredump handling
` [PATCH v2 2/3] ASoC: Intel: catpt: Add pretty-trace for large IPC payloads
` [PATCH v2 3/3] ASoC: Intel: catpt: Print error code if board-registration fails

[PATCH 0/4] KVM: x86: small MMU-adjacent cleanups
 2026-05-28  8:33 UTC  (4+ messages)
` [PATCH 3/4] KVM: nSVM: invalidate cached PDPTRs across nested NPT transitions

[PATCH v8 6/7] power: supply: Add driver for ASUS Transformer battery
 2026-05-28  8:32 UTC  (2+ messages)

[PATCH v6 0/9] cxl: Add cxl_reset sysfs attribute for memdevs
 2026-05-28  8:31 UTC  (10+ messages)
` [PATCH v6 1/9] cxl/hdm: Add helpers to restore and commit memdev decoders
` [PATCH v6 2/9] PCI: Export pci_dev_save_and_disable() and pci_dev_restore()
` [PATCH v6 3/9] cxl: Add reset-idle and cache flush helpers
` [PATCH v6 4/9] PCI/CXL: Add sibling function coordination for reset
` [PATCH v6 5/9] cxl/pci: Add CXL DVSEC reset helper
` [PATCH v6 6/9] cxl/pci: Track memdevs affected by CXL reset
` [PATCH v6 7/9] cxl/pci: Orchestrate CXL reset for affected memdevs
` [PATCH v6 8/9] cxl/memdev: Add cxl_reset sysfs attribute
` [PATCH v6 9/9] Documentation/ABI: Document CXL memdev cxl_reset

[PATCH v8 1/2] dt-bindings: Input: Add Wacom W9000-series penabled touchscreens
 2026-05-28  8:32 UTC  (2+ messages)

[PATCH v2 0/1] add PWM DTS support for S32G2/S32G3 SoCs
 2026-05-28  8:32 UTC  (2+ messages)
` [PATCH v2 1/1] arm64: dts: s32g: add PWM support for s32g2 and s32g3

[PATCH] xfs: drain inodegc before quota teardown on mount failure
 2026-05-28  8:32 UTC  (3+ messages)

[PATCH v2 1/1] nvme: fix FDP configuration log parsing
 2026-05-28  8:30 UTC  (5+ messages)
` [PATCH v3 1/2] nvme: fix FDP fdpcidx bounds check
` [PATCH v3 2/2] nvme: validate FDP configuration descriptor sizes

[PATCH v7 00/17] KVM: x86/pmu: Add support for AMD Host-Only/Guest-Only bits
 2026-05-28  8:30 UTC  (2+ messages)

[PATCH v2 0/3] i2c: Add Starfive JHB100 I2C master/slave support
 2026-05-28  8:30 UTC  (11+ messages)
` [PATCH v2 1/3] dt-bindings: i2c: Add StarFive JHB100 I2C
    ` 回复: "
        ` 回复: "
` [PATCH v2 2/3] i2c: designware: Export symbols and add __weak for Starfive I2C driver
    ` 回复: "
        ` 回复: "

[PATCH 0/3] Subject: [PATCH 0/3] iio: adc: Add Axiado SARADC driver
 2026-05-28  8:29 UTC  (3+ messages)
` [PATCH 3/3] MAINTAINERS: add Axiado SARADC driver entry

[PATCH] drm/prime: Fix unsupervised rb_tree corruption in drm_prime_remove_buf_handle
 2026-05-28  8:29 UTC 

[PATCH v2 0/2] selftests/mm: refactor pkey helpers and fix mmap error handling
 2026-05-28  8:29 UTC  (2+ messages)

[PATCH v4] nvme: refresh multipath head zoned limits from path limits
 2026-05-28  8:29 UTC  (2+ messages)

[PATCH 00/17] i3c: renesas: Suspend to RAM with power loss and runtime PM
 2026-05-28  8:29 UTC  (5+ messages)
` [PATCH 03/17] i3c: renesas: Restore STDBR and EXTBR registers on resume

[PATCHv3 0/2] block, nvme: enable passthrough iostats
 2026-05-28  8:29 UTC  (5+ messages)
` [PATCHv3 1/2] block: export passthrough stats enabled
` [PATCHv3 2/2] nvme: add support multipath passthrough iostats

remove struct xfs_inode.i_ino
 2026-05-28  8:28 UTC  (6+ messages)
` [PATCH 5/9] xfs: add a xfs_rmap_inode_owner helper

status of O_DIRECT with btrfs ?
 2026-05-28  8:28 UTC  (2+ messages)

[PATCH v2 00/13] rv: Convert rvgen to Lark
 2026-05-28  8:28 UTC  (14+ messages)
` [PATCH v2 01/13] verification/rvgen: Switch LTL parser "
` [PATCH v2 02/13] verification/rvgen: Introduce a parse tree for automata using Lark
` [PATCH v2 03/13] verification/rvgen: Implement state and transition parser based on Lark
` [PATCH v2 04/13] verification/rvgen: Convert __fill_verify_invariants_func() to Lark
` [PATCH v2 05/13] verification/rvgen: Convert __fill_setup_invariants_func() "
` [PATCH v2 06/13] verification/rvgen: Convert __fill_verify_guards_func() "
` [PATCH v2 07/13] rv: Simply hybrid automata monitors's clock variables
` [PATCH v2 08/13] verification/rvgen: Simplify the generation for "
` [PATCH v2 09/13] verification/rvgen: Delete __parse_constraint()
` [PATCH v2 10/13] verification/rvgen: Switch __get_event_variables() to Lark
` [PATCH v2 11/13] verification/rvgen: Switch __create_matrix() "
` [PATCH v2 12/13] verification/rvgen: Remove the old state variables
` [PATCH v2 13/13] verification/rvgen: Remove dead code

[PATCH] usb: misc: yurex: fix ordering of usb_deregister_dev() and usb_set_intfdata()
 2026-05-28  8:27 UTC 

[RFC PATCH bpf-next v7 00/11] mm: BPF struct_ops for dynamic memory protection and async reclaim
 2026-05-28  8:27 UTC  (3+ messages)

[PATCH] docs/devel: relax policy on AI-generated contributions
 2026-05-28  8:26 UTC  (2+ messages)

[PATCH v4] ext2: Remove deprecated DAX support
 2026-05-28  8:26 UTC  (3+ messages)

[PATCH nf] netfilter: nft_ct: fix OOB in NFT_CT_SRC/DST eval
 2026-05-28  8:25 UTC  (8+ messages)

zoned xfs updates
 2026-05-28  8:25 UTC  (5+ messages)
` [PATCH 3/3] xfs: drop the experimental warning for the zoned allocator

[PATCH v3 0/7] b43: complete N-PHY rev 8 + radio 2057 rev 8 support
 2026-05-28  8:22 UTC  (4+ messages)
` [PATCH v3 1/7] b43: add firmware mappings and remove comments wondering about rev22 initvals

[PATCH] powerpc/boot: drop redundant assignment in serial_edit_cmdline
 2026-05-28  8:23 UTC 

[PATCH v2 00/14] rv: Add selftests to tools and KUnit tests
 2026-05-28  8:24 UTC  (2+ messages)

[PATCH] runfvp: add --dry-run option
 2026-05-28  8:23 UTC 

[PATCH i-g-t] tests/intel/gem_softpin: Show debug info also on success
 2026-05-28  8:23 UTC  (3+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH] xfs: abort mount if xfs_fs_reserve_ag_blocks fails
 2026-05-28  8:23 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.