All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-05 04:56:45 to 2026-06-05 06:20:07 UTC [more...]

[PATCH v9 0/5] perf tools: Add inject --aslr feature, early maps loading, and decoupling fixes
 2026-06-05  6:20 UTC  (9+ messages)
` [PATCH v10 "
  ` [PATCH v10 1/5] perf maps: Add maps__mutate_mapping
  ` [PATCH v10 2/5] perf inject/aslr: Add ASLR tool infrastructure and MMAP tracking
  ` [PATCH v10 3/5] perf inject/aslr: Implement sample address remapping
  ` [PATCH v10 4/5] perf test: Add inject ASLR test
  ` [PATCH v10 5/5] perf aslr: Strip sample registers

[LTP] [PATCH v4 0/8] Convert shell-based ACL test (tacl_xattr.sh) to C
 2026-06-05  6:19 UTC  (4+ messages)
` [LTP] [PATCH v4 1/8] fs/acl: Add ACL_USER_OBJ permissions test

[PATCH] drm/gem: Try to fix change_handle ioctl, attempt 4
 2026-06-05  6:19 UTC  (4+ messages)

[PATCH v6 0/5] selftests/mm: refactor pkey helpers and fix mmap error handling
 2026-06-05  6:18 UTC  (2+ messages)

[PATCH v3 00/13] spi: cadence-quadspi: add PHY tuning support
 2026-06-05  6:15 UTC  (6+ messages)
` [PATCH v3 04/13] spi: spi-mem: add spi_mem_apply_base_freq_cap()

[PATCH] spmi: pmic-arb: Fix OF node leak in spmi_pmic_arb_register_buses()
 2026-06-05  6:15 UTC  (2+ messages)

[PATCH 0/5] gests: update ubuntu2204 to ubuntu2404
 2026-06-05  6:15 UTC  (9+ messages)
` [PATCH 2/5] tests: add ubuntu 2404
` [PATCH 3/5] docs: update mention to ubuntu2204
` [PATCH 4/5] ci: update to ubuntu2404
` [PATCH 5/5] tests: remove ubuntu2204 container

[PATCH v5 0/4] Add missing SRCREV check for SCM URIs
 2026-06-05  6:15 UTC  (4+ messages)
` [PATCH v5 3/4] insane.bbclass: add missing-srcrev QA "

[PATCH] cmake: upgrade 4.3.2 -> 4.3.3
 2026-06-05  6:14 UTC 

[PATCH 0/5] arm: socfpga: agilex5: cleanup SDRAM initialization
 2026-06-05  6:13 UTC  (2+ messages)

[PATCH v3 0/4] DRM RAS Fixes
 2026-06-05  6:14 UTC  (3+ messages)
` [PATCH v3 2/4] drm/xe/drm_ras: Make counter allocation drm managed

[PATCH v7 0/3] Add driver support for ESWIN EIC7700 HSP clock and reset generator
 2026-06-05  6:14 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: clock: Add ESWIN eic7700 "
` [PATCH v7 2/3] clk: eswin: Add eic7700 HSP clock driver
` [PATCH v7 3/3] reset: eswin: Add eic7700 HSP reset driver

[PATCH v4 0/2] Fix aspeed-video driver load failure
 2026-06-05  6:13 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: clock: ast2600: Add reset definition for video
` [PATCH v4 2/2] ARM: dts: aspeed: add 'resets' to video node

[PATCH] iio: backend: fix uninitialized data in debugfs
 2026-06-05  6:12 UTC  (11+ messages)

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-05  6:11 UTC  (5+ messages)
` [PATCH v6 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v6 02/12] PCI: liveupdate: Track outgoing preserved PCI devices

[PATCH] drm/connector: add CRTC state change callback to HDMI audio helpers
 2026-06-05  6:09 UTC  (2+ messages)

[PATCH 1/1] target/i386/kvm: Use logical counter index for AMD PMU getter
 2026-06-05  6:09 UTC  (3+ messages)

[PATCH 0/1] rust: revocable: Fix racing access during revocation
 2026-06-05  6:09 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] drm/i915/dp_tunnel: fix CRTC hw state cleanup ordering
 2026-06-05  6:05 UTC 

[PATCH v2 1/2] perf script powerpc: Update the hcall list with new hcalls
 2026-06-05  6:06 UTC  (2+ messages)

[PATCH v2] dt-bindings: cache: qcom,llcc: Document Maili SoC
 2026-06-05  6:06 UTC 

[PATCH 0/8] Add support for Hygon Family 18h model 4h~8h processors
 2026-06-05  6:05 UTC  (6+ messages)
` [PATCH 1/8] x86/cpu/hygon: Adjust the die_id and logical_die_id for Hygon model 4h~8h

[PATCH 1/3] lib/amdgpu: Use correct SDMA doorbell offset for userqueues
 2026-06-05  6:04 UTC 

[PATCH v3 00/13] Refcounted interrupt disable and SpinLockIrq for rust (Part 1)
 2026-06-05  6:04 UTC  (22+ messages)
` [PATCH v3 01/13] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v3 02/13] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v3 03/13] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH v3 04/13] openrisc: Include <linux/cpumask.h> in smp.h
` [PATCH v3 05/13] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v3 06/13] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v3 07/13] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH v3 08/13] sched: Remove the unused preempt_offset parameter of __cant_sleep()
` [PATCH v3 09/13] sched: Avoid signed comparison of preempt_count() in __cant_migrate()
` [PATCH v3 10/13] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v3 11/13] arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v3 12/13] s390/preempt: "
` [PATCH v3 13/13] irq: Optimize reschedule check in local_interrupt_enable()

linux-next: build failure after merge of the drm-xe tree
 2026-06-05  6:03 UTC  (6+ messages)

[PATCH v3 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-06-05  6:02 UTC  (5+ messages)
` [PATCH v3 4/6] mm/vmalloc: Extend page table walk to support larger page_shift sizes and eliminate page table rewalk

[net-next v6 0/3] Add motorcomm 8531s set ds func and 8522 driver
 2026-06-05  6:02 UTC  (4+ messages)
` [net-next v6 1/3] net: phy: motorcomm: move mdio lock out from yt8531_set_ds()
` [net-next v6 2/3] net: motorcomm: phy: set drive strength in YT8531s RGMII
` [net-next v6 3/3] net: phy: motorcomm: Add YT8522 100M RMII PHY support

[PATCH v2] KVM/arm64: vgic-its: Make ABI commit helpers return void
 2026-06-05  6:01 UTC  (2+ messages)

[ath:master 2/4] net/wireless/nl80211.c:6993:36: error: no member named 'he_oper' in 'struct cfg80211_ap_settings'
 2026-06-05  6:00 UTC 

[mst-vhost:balloon 12/38] page_alloc.c:undefined reference to `folio_zero_user'
 2026-06-05  6:00 UTC 

[android-common:android16-6.12 0/6] kernel/locking/rwsem.c:1651:2: error: call to undeclared function 'trace_android_vh_rwsem_write_finished'; ISO C99 and later do not support implicit function declarations
 2026-06-05  6:00 UTC 

[PATCH] KVM: arm64: vgic: Check the interrupt is still ours before migrating it
 2026-06-05  6:00 UTC  (2+ messages)

[PATCH v3] scsi: scsi_debug: fix one-partition tape setup bounds
 2026-06-05  5:59 UTC  (2+ messages)

[PATCH v2] mm/slub: preserve original size in _kmalloc_nolock_noprof retry path
 2026-06-05  5:59 UTC  (2+ messages)

[PATCH net] octeontx2-af: npc: Fix size of entry2cntr_map
 2026-06-05  5:58 UTC 

[PATCH v6 0/2] Add driver support for ESWIN EIC7700 PVT controller
 2026-06-05  5:56 UTC  (4+ messages)
` [PATCH v6 2/2] hwmon: Add Eswin EIC7700 PVT sensor driver
    `  "

[PATCH V9 0/2] KVM: x86: Make bus clock frequency for vAPIC timer configurable
 2026-06-05  5:56 UTC  (12+ messages)
` [PATCH V9 2/2] KVM: selftests: Add test for configure of x86 APIC bus frequency
  ` VMX Preemption Timer appears to be buggy on SKX, CLX, and ICX

[Bug 221583] New: Lenovo 82KU: keyboard backlight works via Fn+Space but no kbd_backlight LED device exposed
 2026-06-05  5:55 UTC  (2+ messages)
` [Bug 221583] "

[PATCH v19 net-next 0/9] octeontx2-af: npc: Enhancements
 2026-06-05  5:54 UTC  (2+ messages)

[PATCH 0/2] pinctrl: qcom: Introduce Pinctrl for the upcoming Maili SoC
 2026-06-05  5:54 UTC  (5+ messages)

[PATCH v2 0/3] powerpc/numa: Enable coregroup support on PowerNV
 2026-06-05  5:52 UTC  (4+ messages)
` [PATCH v2 1/3] powerpc/numa: Simplify find_primary_domain_index
` [PATCH v2 2/3] powerpc/numa: Allow cpu_to_coregroup_id without PPC_SPLPAR
` [PATCH v2 3/3] powerpc/numa: Support coregroup on PowerNV

[PATCH net v2 1/1] sctp: stream: fully roll back denied add-stream state
 2026-06-05  5:53 UTC 

[PATCH v8 0/2] staging: rtl8723bs: Fix error handling in _rtw_pktfile_read()
 2026-06-05  5:53 UTC  (7+ messages)

[viro-vfs:more.configfs] [configfs] 2bbdcd7eab: BUG:kernel_NULL_pointer_dereference,address
 2026-06-05  5:52 UTC 

[PATCH] power: supply: max17042_battery: Use modern PM ops to clear up warning
 2026-06-05  5:52 UTC 

declarations after a case statement
 2026-06-05  5:50 UTC  (4+ messages)

[PATCH v3 00/21] Add basic pinctrl drivers for JHB100 SoC
 2026-06-05  5:14 UTC  (11+ messages)
` [PATCH v3 03/21] dt-bindings: pinctrl: Add starfive,jhb100-sys0-pinctrl
` [PATCH v3 09/21] dt-bindings: pinctrl: Add starfive,jhb100-sys2-pinctrl

[PATCH] lib: logo: support a single pre-rendered logo file as an alternative to SVG
 2026-06-05  5:46 UTC  (3+ messages)

[PATCH] KVM: arm64: vgic: Use list_del_rcu() when flushing pending LPIs
 2026-06-05  5:47 UTC  (2+ messages)

[PATCH v5 0/4] cleanup: Remove NULL check from unconditional guards
 2026-06-05  5:46 UTC  (3+ messages)
` [PATCH v5 3/4] cleanup: Annotate guard constructors with nonnull

[PATCH i-g-t, v2] tests/kms_chamelium_color_pipeline: Add plane color pipeline validation
 2026-06-05  5:45 UTC  (2+ messages)

[PATCH v2 0/3] dt-bindings: soc: qcom: Add Maili soc related bindings
 2026-06-05  5:45 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: firmware: qcom,scm: Document SCM on Maili SOC
` [PATCH v2 2/3] dt-bindings: sram: Document qcom,maili-imem compatible
` [PATCH v2 3/3] dt-bindings: soc: qcom,aoss-qmp: Document the Maili AOSS side channel

[PATCH 0/2] net: isolate SKB data area allocations
 2026-06-05  5:45 UTC  (5+ messages)
` [PATCH 2/2] net: skb: isolate skb data area allocations into a separate bucket

[LTP] [PATCH] [v2] execve05: add exit call when execve failed
 2026-06-05  5:44 UTC 

[PATCH] wifi: nl80211: Increase ie_len size to prevent truncated IEs in new peer notifications
 2026-06-05  5:43 UTC 

[PATCH v6 0/7] ndctl: Dynamic Capacity additions for cxl-cli
 2026-06-05  5:43 UTC  (2+ messages)

[PATCH] bluez5: set L2CAP IMTU for OBEX profile listeners
 2026-06-05  2:43 UTC 

[linux-next:master] [mm] 504f40f6bd: kernel_BUG_at_include/linux/page-flags.h
 2026-06-05  5:40 UTC 

[PATCH v6 00/11] Dynamic PAMT
 2026-06-05  5:40 UTC  (9+ messages)
` [PATCH v6 06/11] x86/virt/tdx: Optimize tdx_pamt_get/put()
` [PATCH v6 10/11] x86/virt/tdx: Enable Dynamic PAMT

[ath:master 2/4] net/wireless/nl80211.c:6993:41: error: 'struct cfg80211_ap_settings' has no member named 'he_oper'
 2026-06-05  5:39 UTC 

[PATCH net-next] net: mana: Cache MANA_QUERY_LINK_CONFIG result to avoid repeated HWC queries
 2026-06-05  5:29 UTC  (3+ messages)

[PATCH 1/1] docs: Fix minor grammatical error
 2026-06-05  5:38 UTC 

[meta-ti][master][PATCH] CI/CD Auto-Merger: cicd.master.202606042200
 2026-06-05  5:36 UTC  (2+ messages)

[PATCH] KVM: arm64: Reallocate the nested_mmus array under the mmu_lock
 2026-06-05  5:35 UTC  (3+ messages)

[PATCH v10 00/31] DCD: Add support for Dynamic Capacity Devices (DCD)
 2026-06-05  5:35 UTC  (2+ messages)

[PATCH] crypto: tegra: fix refcount leak in tegra_se_host1x_submit()
 2026-06-05  5:34 UTC  (2+ messages)

[android-common:upstream-wireless-next-main 5/5] drivers/net/wireless/ath/ath12k/wifi7/hw.c:979 ath12k_wifi7_mac_op_tx() error: buffer overflow 'ahsta->link' 15 <= 15
 2026-06-05  5:34 UTC 

[PATCH net-next] net: phy: mdio-i2c: defer RollBall bridge probe to PHY discovery
 2026-06-05  5:34 UTC  (2+ messages)

[sailus-media-tree:partial-reg 7/9] htmldocs: include/uapi/linux/media.h:399: WARNING: Invalid xref: std:ref:`media_ioc_unsubscribe_event`. Possible alternatives:
 2026-06-05  5:32 UTC 

[PATCH] powerpc/vtime: Initialize starttime at boot for native accounting
 2026-06-05  5:32 UTC  (5+ messages)

[PATCH net-next] net: phy: mdio-i2c: defer RollBall bridge probe to PHY discovery
 2026-06-05  5:30 UTC  (3+ messages)
` [PATCH v2 "

[LTP] [PATCH v2] mmapstress06: Convert to new API
 2026-06-05  5:28 UTC  (2+ messages)
` [LTP] "

[PATCH] drm/xe/query: Avoid global forcewake in cycle query path
 2026-06-05  5:26 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH 1/3] MAINTAINERS: Add entry for Novatek NT726xx SoC i2c driver
 2026-06-05  5:25 UTC  (3+ messages)
` [PATCH 2/3] dt-bindings: i2c: add Novatek NT726xx SoC i2c controller

[PATCH v4 1/2] Add support for extlinux.conf
 2026-06-05  5:23 UTC  (2+ messages)
` [PATCH v4 2/2] Documentation: add extlinux.conf support description

[PATCH v3] riscv: mm: Avoid spurious fault after hotplugging vmemmap
 2026-06-05  5:23 UTC  (2+ messages)

[GIT PULL] [PATCH 0/3] Rust synchronization changes for v7.2
 2026-06-05  5:23 UTC  (4+ messages)
` [PATCH 1/3] MAINTAINERS: Add RUST [SYNC] entry
` [PATCH 2/3] locking/lockdep: Replace snprintf with strscpy in seq_stats
` [PATCH 3/3] rust: sync: completion: Mark inline complete_all and wait_for_completion

[PATCH for-4.22 v2 0/2] xen/arm: validate hwdom first bank boot placement
 2026-06-05  5:19 UTC  (3+ messages)
` [PATCH for-4.22 v2 1/2] xen/arm: split DTB/initrd placement helpers
` [PATCH for-4.22 v2 2/2] device-tree: validate hwdom bank 0 boot placement

better block swap batching and a different take on swap_ops v2
 2026-06-05  5:21 UTC  (3+ messages)
` [PATCH 7/8] mm/swap: remove SWP_FS_OPS

[PATCH v5 0/7] Relocate U-Boot in the last bank
 2026-06-05  5:20 UTC  (4+ messages)
` [PATCH v5 1/7] treewide: move bi_dram[] from bd to gd

[LTP] [PATCH] execve05: add exit call when execve failed
 2026-06-05  5:20 UTC  (2+ messages)
` [LTP] "

[PATCH next-next] net: dsa: qca8k: Add support for force mode for fixed link topology
 2026-06-05  5:18 UTC  (3+ messages)

[LTP] [PATCH v5 1/2] lib: Introduce tst_path_defs.h to consolidate system paths
 2026-06-05  5:18 UTC  (3+ messages)

[PATCH] mm/gup: fix GUP-fast fallback for NULL-mapping order-0 folios
 2026-06-05  5:17 UTC  (4+ messages)

[PATCH] ALSA: pcm: keep linked runtime alive while draining
 2026-06-05  5:16 UTC 

[PATCH] wifi: nl80211: Increase ie_len size to prevent truncated IEs in new peer notifications
 2026-06-05  5:12 UTC  (2+ messages)

drivers/vfio/pci/vfio_pci_config.c:1166:9: error: call to undeclared function 'FIELD_GET'; ISO C99 and later do not support implicit function declarations
 2026-06-05  5:12 UTC 

[PATCH 0/2] kunit: Add support for skipping entire test suites
 2026-06-05  5:10 UTC  (5+ messages)
` [PATCH 1/2] kunit: Add ability to skip "
` [PATCH 2/2] kunit: Add example of test suite that can be skipped at runtime

[RFC PATCH 00/25] assorted dcache cleanups and fixes
 2026-06-05  5:09 UTC  (24+ messages)
` [PATCH v2 00/22] "
  ` [PATCH v2 01/22] VFS: use wait_var_event for waiting in d_alloc_parallel()
  ` [PATCH v2 02/22] alloc_path_pseudo(): make sure we don't end up with NORCU dentries for directories
  ` [PATCH v2 03/22] fix a race between d_find_any_alias() and final dput() of NORCU dentries
  ` [PATCH v2 04/22] find_acceptable_alias(): skip NORCU aliases with zero refcount
  ` [PATCH v2 05/22] select_collect(): ignore dentries on shrink lists if they have positive refcounts
  ` [PATCH v2 06/22] make to_shrink_list() return whether it has moved dentry to list
  ` [PATCH v2 07/22] kill d_dispose_if_unused()
  ` [PATCH v2 08/22] d_prune_aliases(): make sure to skip NORCU aliases
  ` [PATCH v2 09/22] shrink_dentry_list(): start with removing from shrink list
  ` [PATCH v2 10/22] fold lock_for_kill() into shrink_kill()
  ` [PATCH v2 11/22] fold lock_for_kill() and __dentry_kill() into common helper
  ` [PATCH v2 12/22] simplify safety for lock_for_kill() slowpath
  ` [PATCH v2 13/22] Shift rcu_read_{,un}lock() inside fast_dput()
  ` [PATCH v2 14/22] Document rcu_read_lock() use in select_collect2()
  ` [PATCH v2 15/22] adjust calling conventions of lock_for_kill(), fold __dentry_kill() into dentry_kill()
  ` [PATCH v2 16/22] document dentry_kill()
  ` [PATCH v2 17/22] d_walk(): shrink rcu_read_lock() scope
  ` [PATCH v2 18/22] shrinking rcu_read_lock() scope in d_alloc_parallel()
  ` [PATCH v2 19/22] shrink_dentry_tree(): unify the calls of shrink_dentry_list()
  ` [PATCH v2 20/22] wind ->s_roots via ->d_sib instead of ->d_hash
  ` [PATCH v2 21/22] nfs: get rid of fake root dentries
  ` [PATCH v2 22/22] make cursors NORCU

[PATCH] drm/amdgpu: remove spurious line in amdgpu_ring_find_guilty_fence()
 2026-06-05  5:07 UTC  (2+ messages)

Save a WRMSR GS.base?
 2026-06-05  5:05 UTC  (10+ messages)

Mirror repositories for submodules
 2026-06-05  5:05 UTC  (5+ messages)

[PATCH v2 0/2] mtd: spi-nor: macronix: Add support for MX25L12833F and MX25L12845G
 2026-06-05  5:05 UTC  (7+ messages)
` [PATCH v2 1/2] mtd: spi-nor: "
` [PATCH v2 2/2] mtd: spi-nor: macronix: Restore fallback parameters for MX25L12805D

[PATCH RESEND] staging: rtl8723bs: rename CamelCase variable RxMgmtFrameSeqNum
 2026-06-05  5:01 UTC 

[PATCH 0/2] hashserv: tighten unihash handling
 2026-06-05  4:58 UTC  (3+ messages)
` [PATCH 1/2] hashserv/tests: use valid 64-character unihashes
` [PATCH 2/2] hashserv: validate unihash values

[PATCH] platform/x86: asus-wmi: Don't warn when fan curve method is unsupported
 2026-06-05  4:57 UTC 

[net-next PATCH v12 0/9] net: dsa: realtek: rtl8365mb: bridge offloading and VLAN support
 2026-06-05  4:56 UTC  (9+ messages)
` [net-next PATCH v12 2/9] net: dsa: realtek: rtl8365mb: reject unsupported topologies
` [net-next PATCH v12 3/9] net: dsa: realtek: rtl8365mb: use dsa helpers for port iteration
` [net-next PATCH v12 4/9] net: dsa: realtek: rtl8365mb: prepare for multiple source files
` [net-next PATCH v12 5/9] net: dsa: realtek: rtl8365mb: add table lookup interface
` [net-next PATCH v12 6/9] net: dsa: realtek: rtl8365mb: add VLAN support
` [net-next PATCH v12 7/9] net: dsa: realtek: rtl8365mb: add FDB support
` [net-next PATCH v12 8/9] net: dsa: realtek: rtl8365mb: add port_bridge_{join,leave}
` [net-next PATCH v12 9/9] net: dsa: realtek: rtl8365mb: add bridge port flags


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.