All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-17 22:09:33 to 2026-03-17 23:05:34 UTC [more...]

amdgpu driver fails to initialize on ppc64le in 7.0-rc1 and newer
 2026-03-17 22:34 UTC  (2+ messages)

[PATCH v4 phy-next 00/24] Split Generic PHY consumer and provider API
 2026-03-17 23:04 UTC  (13+ messages)
` [PATCH v4 phy-next 01/24] ata: add <linux/pm_runtime.h> where missing
` [PATCH v4 phy-next 02/24] PCI: Add missing headers transitively included by <linux/phy/phy.h>
` [PATCH v4 phy-next 03/24] usb: add "
` [PATCH v4 phy-next 04/24] drm: add <linux/pm_runtime.h> where missing
` [PATCH v4 phy-next 05/24] phy: "
` [PATCH v4 phy-next 06/24] phy: spacemit: include missing <linux/phy/phy.h>

[PATCH v3 0/5] intel-ci: Add Xe FULL chamelium run type and testlist improvements
 2026-03-17 23:04 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for intel-ci: Add Xe FULL chamelium run type and testlist improvements (rev3)

[PATCH v2] drm/xe/oa: Allow reading after disabling OA stream
 2026-03-17 23:03 UTC  (3+ messages)

[PATCH v4] lib/bootconfig: guard xbc_node_compose_key_after() buffer size
 2026-03-17 23:03 UTC  (2+ messages)

[PATCH v9 0/6] gpu: nova-core: expose the logging buffers via debugfs
 2026-03-17 23:02 UTC  (5+ messages)
` [PATCH v9 2/6] rust: uaccess: add write_dma() for copying from DMA buffers to userspace

[PATCH 0/2] ASoC: Add flag to ignore 0Hz sysclk requests
 2026-03-17 23:02 UTC  (4+ messages)
` [PATCH 1/2] ASoC: simple-card-utils: add ignore_zero_sysclk flag

[PATCH] contrib/diff-highlight: do not highlight identical pairs
 2026-03-17 23:02 UTC 

[PATCH 0/5] Renesas MTU3 PWM / counter fixes
 2026-03-17 23:02 UTC  (7+ messages)
` [PATCH 1/5] pwm: rz-mtu3: fix prescale check when enabling 2nd channel

[LTP] [PATCH v3 2/2] setxattr02: Adapt test for kernel 7.1.0+ socket xattr support
 2026-03-17 23:01 UTC  (3+ messages)

[PATCH 0/2] Add THC Nova Lake device IDs
 2026-03-17 23:01 UTC  (2+ messages)

[PATCH] nilfs2: no longer save to shadow map if the num of members is too small
 2026-03-17 23:00 UTC  (4+ messages)

[GIT PULL] Please pull mediatek-for-master-2026-03-17 into master
 2026-03-17 22:59 UTC 

[PATCH v3 0/8] hw/vfio: single-binary
 2026-03-17 22:59 UTC  (6+ messages)
` [PATCH v3 4/8] hw/vfio: eradicate CONFIG_IOMMU from sources

[PATCH 0/7] Miscellaneous devres improvements
 2026-03-17 22:59 UTC  (2+ messages)

[PATCH v2] KVM: x86: Use gfn_to_pfn_cache for record_steal_time
 2026-03-17 22:59 UTC  (3+ messages)

[PATCH 0/2] iommufd: give hints to user about kernel support
 2026-03-17 22:57 UTC  (3+ messages)
` [PATCH 1/2] backends/iommufd.c: report error when /dev/iommu is not available
` [PATCH 2/2] hw/vfio/iommufd.c: report hint to user when vfio-dev/vfio*/dev is missing

[PATCH net-next] net: macb: allow MTU changes while the interface is running
 2026-03-17 22:58 UTC  (4+ messages)

[GIT PULL] Please pull mediatek-for-next-2026-03-17 into next
 2026-03-17 22:56 UTC 

[PATCH v2] module.lds,codetag: force 0 sh_addr for sections
 2026-03-17 22:55 UTC  (4+ messages)

cherry-pick: add --show-current-patch
 2026-03-17 22:55 UTC  (4+ messages)

[PATCH v7 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-03-17 22:53 UTC  (32+ messages)
` [PATCH v7 01/31] gpu: nova-core: Hopper/Blackwell: basic GPU identification
` [PATCH v7 02/31] gpu: nova-core: factor .fwsignature* selection into a new find_gsp_sigs_section()
` [PATCH v7 03/31] gpu: nova-core: use GPU Architecture to simplify HAL selections
` [PATCH v7 04/31] gpu: nova-core: move GPU init into Gpu::new()
` [PATCH v7 05/31] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v7 06/31] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting
` [PATCH v7 07/31] gpu: nova-core: move firmware image parsing code to firmware.rs
` [PATCH v7 08/31] gpu: nova-core: factor out an elf_str() function
` [PATCH v7 09/31] gpu: nova-core: don't assume 64-bit firmware images
` [PATCH v7 10/31] gpu: nova-core: add support for 32-bit "
` [PATCH v7 11/31] gpu: nova-core: add auto-detection of 32-bit, 64-bit "
` [PATCH v7 12/31] gpu: nova-core: Hopper/Blackwell: add FMC firmware image, in support of FSP
` [PATCH v7 13/31] gpu: nova-core: Hopper/Blackwell: add FSP falcon engine stub
` [PATCH v7 14/31] gpu: nova-core: Hopper/Blackwell: add FSP falcon EMEM operations
` [PATCH v7 15/31] gpu: nova-core: Hopper/Blackwell: add FSP message infrastructure
` [PATCH v7 16/31] rust: ptr: add const_align_up()
` [PATCH v7 17/31] gpu: nova-core: Hopper/Blackwell: calculate reserved FB heap size
` [PATCH v7 18/31] gpu: nova-core: add MCTP/NVDM protocol types for firmware communication
` [PATCH v7 19/31] gpu: nova-core: Hopper/Blackwell: add FSP secure boot completion waiting
` [PATCH v7 20/31] gpu: nova-core: Hopper/Blackwell: add FMC signature extraction
` [PATCH v7 21/31] gpu: nova-core: Hopper/Blackwell: add FSP send/receive messaging
` [PATCH v7 22/31] gpu: nova-core: Hopper/Blackwell: add FspCotVersion type
` [PATCH v7 23/31] gpu: nova-core: Hopper/Blackwell: larger non-WPR heap
` [PATCH v7 24/31] gpu: nova-core: Hopper/Blackwell: add FSP Chain of Trust boot
` [PATCH v7 25/31] gpu: nova-core: Blackwell: use correct sysmem flush registers
` [PATCH v7 26/31] gpu: nova-core: make WPR heap sizing fallible
` [PATCH v7 27/31] gpu: nova-core: Hopper/Blackwell: larger WPR2 (GSP) heap
` [PATCH v7 28/31] gpu: nova-core: refactor SEC2 booter loading into BooterFirmware::run()
` [PATCH v7 29/31] gpu: nova-core: Hopper/Blackwell: add GSP lockdown release polling
` [PATCH v7 30/31] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror
` [PATCH v7 31/31] gpu: nova-core: Hopper/Blackwell: integrate FSP boot path into boot()

[BUG] fuse: wb_wait_for_completion hang on suspend with fuse-overlayfs on tmpfs persists in 6.19.6 (AS_NO_DATA_INTEGRITY fix incomplete)
 2026-03-17 22:55 UTC  (4+ messages)

balance_dirty_pages() causes 40% IO PSI (full) with no drain benefit on 384 GB machine
 2026-03-17 22:53 UTC 

[PATCH net-next v5 0/3] ethtool: Dynamic RSS context indirection table resizing
 2026-03-17 22:53 UTC  (5+ messages)
` [PATCH net-next v5 1/3] ethtool: Add RSS indirection table resize helpers
` [PATCH net-next v5 2/3] bnxt_en: Resize RSS contexts on channel count change

[kvm-unit-tests PATCH] x86: Increase access_fep timeout to 300s
 2026-03-17 22:53 UTC 

[meta-ti][master][PATCH] layer.conf: Update the layers to support wrynose
 2026-03-17 22:53 UTC  (6+ messages)

[linuxppc:next-test 12/13] error[E0658]: inline assembly is not stable yet on this architecture
 2026-03-17 22:52 UTC 

[linusw-gpio:b4/descriptors-wireless 2/2] drivers/gpio/gpio-ath79.c:264:1: warning: non-void function does not return a value
 2026-03-17 22:52 UTC 

[PATCH net v3] bnxt_en: fix OOB access in DBG_BUF_PRODUCER async event handler
 2026-03-17 22:52 UTC  (3+ messages)

[PATCH v2 00/12] objtool/arm64: Port klp-build to arm64
 2026-03-17 22:51 UTC  (13+ messages)
` [PATCH v2 01/12] arm64: Annotate intra-function calls
` [PATCH v2 02/12] arm64: head: Move boot header to .head.data
` [PATCH v2 03/12] arm64: Fix EFI linking with -fdata-sections
` [PATCH v2 04/12] crypto: arm64: Move data to .rodata
` [PATCH v2 05/12] objtool: Extricate checksum calculation from validate_branch()
` [PATCH v2 06/12] objtool: Allow setting --mnop without --mcount
` [PATCH v2 07/12] kbuild: Only run objtool if there is at least one command
` [PATCH v2 08/12] objtool: Ignore jumps to the end of the function for non-CFG arches
` [PATCH v2 09/12] objtool: Allow empty alternatives
` [PATCH v2 10/12] objtool: Reuse consecutive string references
` [PATCH v2 11/12] objtool: Introduce objtool for arm64
` [PATCH v2 12/12] klp-build: Support cross-compilation

[LTP] [PATCH] tst_kconfig: Don't consider CONFIG_FAULT_INJECTION slow
 2026-03-17 22:51 UTC  (3+ messages)

[PATCH 0/5] drm/xe: Fix mismatched include guards in header files
 2026-03-17 22:51 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/xe: Fix mismatched include guards in header files (rev2)

[PATCH v3 0/7] fuse: fix hang with sync init
 2026-03-17 22:51 UTC  (5+ messages)
` [PATCH v3 3/7] fuse: add refcount to fuse_dev
` [PATCH v3 5/7] fuse: clean up device cloning

[PATCH v4 0/2] Enable seamless boot (fastboot) for PTL
 2026-03-17 22:49 UTC  (4+ messages)
` [PATCH v4 1/2] drm/xe/display: Fix reading the framebuffer from stolen memory
` [PATCH v4 2/2] drm/i915/display: Sync state to BIOS for seamless handoff
` ✗ Fi.CI.BUILD: failure for Enable seamless boot (fastboot) for PTL

[PATCH] PCI: cpcihp: Check pci_hp_add_bridge() return value
 2026-03-17 22:49 UTC  (3+ messages)
` [PATCH v2] PCI: hotplug: Change return type of pci_hp_add_bridge() to void

[PATCH v12 0/1] Rust GPU buddy allocator bindings
 2026-03-17 22:49 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for Rust GPU buddy allocator bindings (rev2)

[PATCH testsuite v2] Add tests for selabel_file backend
 2026-03-17 22:48 UTC  (3+ messages)

[PATCH 0/3] ext4: remove use of d_alloc()
 2026-03-17 22:39 UTC  (4+ messages)
` [PATCH 1/3] ext4: split __ext4_add_entry() out of ext4_add_entry()
` [PATCH 2/3] ext4: add ext4_fc_eligible()
` [PATCH 3/3] ext4: move dcache manipulation out of __ext4_link()

[PATCH] gpio: shared: call gpio_chip::of_xlate() if set
 2026-03-17 22:46 UTC  (9+ messages)

[oe-layersetup][master][PATCH] TEMP: arago-master: lock into specific commit for oe-core
 2026-03-17 22:46 UTC 

[syzbot] [kernel?] WARNING in exit_mm
 2026-03-17 22:45 UTC  (2+ messages)

[PATCH] objtool: Support Clang RAX DRAP sequence
 2026-03-17 22:44 UTC  (5+ messages)

[linux-next:master 6300/6828] fs/erofs/ishare.c:157:15: error: implicit declaration of function 'security_mmap_backing_file'
 2026-03-17 22:44 UTC  (2+ messages)

[net-next v34 0/1] MCTP Over PCC Transport
 2026-03-17 22:43 UTC  (2+ messages)
` [net-next v34 1/1] mctp pcc: Implement MCTP over "

[PATCH v3 i-g-t 0/1] test/intel/xe_vm: Add oversubscribe concurrent bind stress subtest
 2026-03-17 22:42 UTC  (3+ messages)
` ✓ i915.CI.Full: success for test/intel/xe_vm: Add oversubscribe concurrent bind stress subtest (rev2)
` ✗ Xe.CI.FULL: failure "

[PATCH 0/3] Fix incorrect overlayfs mmap() and mprotect() LSM access controls
 2026-03-17 22:42 UTC  (3+ messages)
` [PATCH 2/3] lsm: add the security_mmap_backing_file() hook

[PATCH 0/2] pmdomain: bcm: bcm2835-power: Fix ASB timeout and clean up polling loops
 2026-03-17 22:41 UTC  (3+ messages)
` [PATCH 1/2] pmdomain: bcm: bcm2835-power: Increase ASB control timeout
` [PATCH 2/2] pmdomain: bcm: bcm2835-power: Replace open-coded polling with readl_poll_timeout_atomic()

[meta-arago][master][PATCH] layer.conf: Update the layers to support wrynose
 2026-03-17 22:41 UTC  (3+ messages)

include/linux/compiler_types.h:568:45: error: call to '__compiletime_assert_542' declared with attribute error: BUILD_BUG_ON failed: sizeof(priv_tbl->probs) % 16
 2026-03-17 22:40 UTC 

[chao:bugfix/common 5/5] include/trace/events/f2fs.h:2655:12: warning: format '%lld' expects argument of type 'long long int', but argument 6 has type 'long unsigned int'
 2026-03-17 22:40 UTC 

[patch 0/8] futex: Address the robust futex unlock race for real
 2026-03-17 22:40 UTC  (10+ messages)
` [patch 4/8] futex: Add support for unlocking robust futexes
` [patch 8/8] x86/vdso: Implement __vdso_futex_robust_try_unlock()

[tnguy-next-queue:200GbE 3/15] checkpatch: WARNING:BAD_SIGN_OFF: Unexpected content after email: 'Larysa Zaremba <larysa.zaremba@intel.com>i', should be: 'Larysa Zaremba <larysa.zaremba@intel.com> (i)'
 2026-03-17 22:39 UTC 

b4 review available in master
 2026-03-17 22:39 UTC  (9+ messages)

[PATCH v2 0/9] clk: mediatek: clean up flags
 2026-03-17 22:38 UTC  (2+ messages)
` (subset) "

[LTP] LTP old API conversion
 2026-03-17 22:39 UTC  (3+ messages)

[PATCH i-g-t] tests/intel/xe_oa: Extend enable-disable to read after disabling stream
 2026-03-17 22:39 UTC 

[Buildroot] [PATCH] package/mesa3d: make LLVM optional for radeonsi
 2026-03-17 22:38 UTC 

[PATCH v11] media: Add t4ka3 camera sensor driver
 2026-03-17 22:35 UTC  (6+ messages)

[PATCH v1 1/1] device property: Document how to check for the property presence
 2026-03-17 22:32 UTC  (3+ messages)

[PATCH net v3] virtio-net: enable NETIF_F_GRO_HW only if GRO-related offloads are supported
 2026-03-17 22:31 UTC  (2+ messages)

[linux-next:master 5071/6828] drivers/pci/controller/dwc/pcie-eswin.c:381:1: sparse: sparse: symbol 'eswin_pcie_pm' was not declared. Should it be static?
 2026-03-17 22:29 UTC 

[PATCH] lib/maple_tree: fix incorrect dead range comparison in mas_topiary_replace()
 2026-03-17 22:29 UTC 

[PATCH v6 9/9] power: sequencing: pcie-m2: Create serdev device for WCN7850 bluetooth
 2026-03-17 22:29 UTC  (3+ messages)

[meta-ti][master][PATCH] linux-bb.org_6.12: Backport C23 compile fix from linux-stable
 2026-03-17 22:28 UTC  (4+ messages)

[PATCH bpf-next v2] bpf: verifier: fix integer wrap in regs_refine_cond_op() BPF_JNE case
 2026-03-17 22:26 UTC  (2+ messages)

[PATCH] clk: add clk_hw_recalc_rate() to trigger HW clk rate recalculation
 2026-03-17 22:23 UTC  (4+ messages)

[PATCH 0/5] hwmon: (pmbus) Fix unchecked error returns in multiple drivers
 2026-03-17 22:23 UTC  (10+ messages)
` [PATCH 1/5] hwmon: (pmbus/hac300s) Add error check for pmbus_read_word_data() return value
` [PATCH 2/5] hwmon: (pmbus/mp2975) "
` [PATCH 3/5] hwmon: (pmbus/mp2869) Check pmbus_read_byte_data() before using its "
` [PATCH 4/5] hwmon: (pmbus/ina233) Add error check for pmbus_read_word_data() "

[moderation/CI] Re: ipvs: Move defense_work to system_dfl_long_wq
 2026-03-17 22:22 UTC 

Sorting for applied and thanked reviews
 2026-03-17 22:21 UTC  (3+ messages)

[PATCH v2 bpf-next] xsk: use __xsk_rcv_zc_safe for ZC multi-buffer Rx processing
 2026-03-17 22:20 UTC  (4+ messages)

[iwlwifi-next:nan_mac80211_phase2 29/57] checkpatch: WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon
 2026-03-17 22:18 UTC 

[PATCH 0/5] backfill: accept revision arguments
 2026-03-17 22:19 UTC  (5+ messages)
` [PATCH 4/5] backfill: work with prefix pathspecs
` [PATCH 5/5] path-walk: support wildcard pathspecs for blob filtering

[linux-next:master 282/6828] drivers/gpu/drm/verisilicon/vs_dc.c:193:24: sparse: sparse: symbol 'vs_dc_platform_driver' was not declared. Should it be static?
 2026-03-17 22:17 UTC 

[RFC PATCH] genetlink: add multi-version family support for protocol negotiation
 2026-03-17 22:17 UTC  (4+ messages)

[PATCH v6 00/34] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-03-17 22:17 UTC  (4+ messages)
` [PATCH v6 33/34] gpu: nova-core: Hopper/Blackwell: new location for PCI config mirror

[Buildroot] [PATCH v4 0/5] Add virglrenderer support
 2026-03-17 22:16 UTC  (6+ messages)
` [Buildroot] [PATCH v4 1/5] package/libepoxy: remove gl/egl dependency
` [Buildroot] [PATCH v4 2/5] package/virglrenderer: new package
` [Buildroot] [PATCH v4 3/5] package/virglrenderer: Fix build with glibc 2.43
` [Buildroot] [PATCH v4 4/5] package/qemu: add OpenGL config
` [Buildroot] [PATCH v4 5/5] package/qemu: add virglrenderer support

[PATCH] floppy: annotate data-races around command_status and floppy_work_fn
 2026-03-17 22:16 UTC  (2+ messages)

[PATCH 00/11] MT8195: add ufs support
 2026-03-17 22:15 UTC  (3+ messages)
` [PATCH 09/11] drivers: ufs: ufs-mediatek: implement clocking

[PATCH] staging: rtl8723bs: coding style cleanup
 2026-03-17 22:14 UTC 

[PATCH v2 0/2] Improve user experience with xfs_fsr
 2026-03-17 22:12 UTC  (5+ messages)
` [PATCH v2 1/2] fsr: package function should check for negative errors
` [PATCH v2 2/2] fsr: always print error messages from xfrog_defragrange()

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

[PATCH 0/4] ati-vga fixes
 2026-03-17 22:11 UTC  (3+ messages)
` [PATCH 2/4] ati-vga: Also switch mode on HW cursor enable bit change

[PATCH v5 0/7] mfd: Add support for NXP MC33978/MC34978 MSDI
 2026-03-17 22:12 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/{mesa3d, mesa3d-headers}: bump version to 25.2.2
 2026-03-17 22:11 UTC  (4+ messages)

[PATCH 0/2] name-rev: learn --format=<pretty>
 2026-03-17 22:10 UTC  (4+ messages)
` [PATCH 1/2] name-rev: wrap both blocks in braces

[GSoC RFC PATCH] graph: add --graph-max option to limit displayed columns
 2026-03-17 22:09 UTC  (2+ messages)
` [GSoC RFC PATCH v2] graph: add --max-columns "

[PATCH net-next v2 0/2] selftests/vsock: support nested VM runner for vmtest.sh
 2026-03-17 22:09 UTC  (3+ messages)
` [PATCH net-next v2 1/2] selftests/vsock: fix vmtest.sh for read-only nested VM runners
` [PATCH net-next v2 2/2] selftests/vsock: fix vsock_test path shadowing in nested VMs


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.