All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-30 16:49:20 to 2026-04-30 17:36:20 UTC [more...]

[PULL 0/3] Block patches
 2026-04-30 17:35 UTC  (2+ messages)

[syzbot] [kvmarm] BUG: scheduling while atomic in __synchronize_srcu
 2026-04-30 17:36 UTC 

arch/x86/events/intel/uncore.c:895:52: warning: '%s' directive writing between 1 and 2147483645 bytes into a region of size 25
 2026-04-30 17:34 UTC 

[PATCH] tests\intel\xe_configfs: Fix ctx_restore BB path for post and mid variants
 2026-04-30 17:33 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for tests\intel\xe_configfs: Fix ctx_restore BB path for post and mid variants (rev2)

[RFC][PATCH] unwind: Add stacktrace_setup system call
 2026-04-30 17:33 UTC  (7+ messages)

[PULL] Pull request for u-boot master / v2026.07 = u-boot-stm32-20260430
 2026-04-30 17:33 UTC  (2+ messages)

[PATCH v3 00/54] make MM selftests more CI friendly
 2026-04-30 17:33 UTC  (3+ messages)
` [PATCH v3 25/54] selftests/mm: hugepage_settings: add APIs to get and set nr_hugepages

[PATCH 00/41] Fix various QOM object life-cycle issues
 2026-04-30 17:32 UTC  (3+ messages)
` [PATCH 31/41] hw/arm/aspeed: free fmc_model and spi_model on finalization

[PULL 00/58] Misc patches for 2026-04-30
 2026-04-30 17:22 UTC  (59+ messages)
` [PULL 01/58] pythondeps: bump to meson 1.11.1
` [PULL 02/58] target/arm/hvf, target/i386/hvf: Pass MR-relative offset to memory_region_set_dirty()
` [PULL 03/58] target/i386/tcg: simplify decoding of 0F 38 F0...FF
` [PULL 04/58] tests: add test for json-streamer.c error recovery
` [PULL 05/58] kconfig: remove duplicate declaration of CONFIG_CXL
` [PULL 06/58] kconfig: remove duplicate declaration of CONFIG_MIPS_BOSTON_AIA
` [PULL 07/58] minikconf: run through isort
` [PULL 08/58] minikconf: small cleanups and dead code removal
` [PULL 09/58] minikconf: move command-line assignment out of the parser
` [PULL 10/58] minikconf: fix type mismatch in do_declaration
` [PULL 11/58] minikconf: simplify self.tok
` [PULL 12/58] minikconf: modernize handling of include chain
` [PULL 13/58] minikconf: use .items()
` [PULL 14/58] minikconf: pull main program into a function
` [PULL 15/58] minikconf: remove unnecessary semicolons
` [PULL 16/58] minikconf: replace else with early return and avoid unnecessary else
` [PULL 17/58] minikconf: add mypy annotations
` [PULL 18/58] hw/qdev: Clarify fallback order in qdev_get_printable_name()
` [PULL 19/58] hw/qdev: Prefix bus type in qdev_get_printable_name() device paths
` [PULL 20/58] hw/qdev: Consolidate qdev_get_printable_name() into qdev_get_human_name()
` [PULL 21/58] target/i386: add new AMD EPYC models for GMET enablement
` [PULL 22/58] target/i386: add new Intel models for MMIO/GDS/RFDS mitigation status
` [PULL 23/58] target/i386: add new Intel models for MBEC enablement
` [PULL 24/58] whpx: i386: x2apic emulation
` [PULL 25/58] whpx: i386: wire up feature probing
` [PULL 26/58] whpx: i386: disable TbFlushHypercalls for emulated LAPIC
` [PULL 27/58] whpx: i386: enable x2apic by default for user-mode LAPIC
` [PULL 28/58] whpx: i386: reintroduce enlightenments for Windows 10
` [PULL 29/58] whpx: i386: introduce proper cpuid support
` [PULL 30/58] whpx: i386: kernel-irqchip=off fixes
` [PULL 31/58] whpx: i386: use WHvX64RegisterCr8 only when kernel-irqchip=off
` [PULL 32/58] whpx: i386: disable kernel-irqchip on Windows 10 when PIC enabled
` [PULL 33/58] whpx: i386: IO port fast path cleanup
` [PULL 34/58] whpx: i386: disable enlightenments and LAPIC for isapc
` [PULL 35/58] whpx: i386: interrupt priority support
` [PULL 36/58] hw/intc: apic: disallow APIC reads when disabled
` [PULL 37/58] whpx: i386: fix CPUID[1:EDX].APIC reporting
` [PULL 38/58] whpx: i386: set apicbase value only on success
` [PULL 39/58] whpx: i386: enable GuestIdleReg enlightenment
` [PULL 40/58] whpx: i386: unknown MSR configurability
` [PULL 41/58] whpx: i386: don't increment eip on MSR access raising GPF
` [PULL 42/58] target/i386: emulate, hvf: rdmsr/wrmsr GPF handling
` [PULL 43/58] whpx: i386: tighten APIC base validity check
` [PULL 44/58] whpx: i386: ignore vpassist when kernel-irqchip=off
` [PULL 45/58] target: i386: HLT type that ignores EFLAGS.IF
` [PULL 46/58] whpx: i386: add HV_X64_MSR_GUEST_IDLE when !kernel-irqchip
` [PULL 47/58] whpx: i386: some x2APIC awareness
` [PULL 48/58] whpx: i386: set WHvX64RegisterInitialApicId
` [PULL 49/58] whpx: i386: Pause VM on fatal exception to be able to inspect state
` [PULL 50/58] target/i386: emulate: use exception_payload for fault address
` [PULL 51/58] target/i386: make xsave_buf present unconditionally
` [PULL 52/58] target/i386: add de/compaction to xsave_helper
` [PULL 53/58] whpx: xsave support
` [PULL 54/58] whpx: i386: set APIC ID only when APIC present
` [PULL 55/58] whpx: i386: update migration blocker message
` [PULL 56/58] whpx: i386: add feature to intercept #GP MSR accesses
` [PULL 57/58] whpx: i386: add SeparateSecurityDomain flag and make default
` [PULL 58/58] whpx: i386: documentation update

[PATCH 00/20] Introduce resume for J7xx SoCs
 2026-04-30 17:32 UTC  (7+ messages)
` [PATCH 18/20] board: ti: evm: Store wakeup reason on scratchpad memory
` [PATCH 19/20] arm: dts: k3-j7200: Remove background firewall on DDR
` [PATCH 20/20] arm: dts: k3-j7200: Extend firewall for ATF region to TIFS

[LSF/MM/BPF BoF Session] Numa-Aware Placement for Page Cache Pages
 2026-04-30 17:32 UTC  (2+ messages)

[PATCH v3] staging: greybus: bootrom: replace dev_info with dev_dbg for firmware name
 2026-04-30 17:30 UTC 

[PATCH v2 0/7] single-binary: deduplicate target_info()
 2026-04-30 17:28 UTC  (6+ messages)
` [PATCH v2 3/7] qom/object: register OBJECT and INTERFACE QOM types before main

[PATCH v3] scsi: ufs: core: call hibern8 notify when hibern8 cmd failed
 2026-04-30 17:30 UTC  (2+ messages)

[PATCH v2 0/2] staging: rtl8723bs: cleanup hal/hal_intf.c
 2026-04-30 17:29 UTC  (3+ messages)
` [PATCH v2 1/2] staging: rtl8723bs: remove wrapper rtw_hal_disable_interrupt()
` [PATCH v2 2/2] staging: rtl8723bs: rename DisableInterrupt8723BSdio() to snake_case

NFS4ERR_SEQ_MISORDERED errors and NFS client very slow
 2026-04-30 17:29 UTC  (8+ messages)

[PATCH v1 0/1] hw/misc/aspeed_sbc: Add bounds checking for OTP write operations
 2026-04-30 17:26 UTC  (3+ messages)
` [PATCH v1 1/1] "

[PATCH v2 00/13] drm/i915/color: Enable SDR plane color pipeline
 2026-04-30 17:28 UTC  (6+ messages)
` [PATCH v2 01/13] drm/colorop: Add DRM_COLOROP_FIXED_MATRIX

[PATCH] usb: xhci: bound wait command completion to avoid kdump deadlock
 2026-04-30 17:27 UTC  (3+ messages)

[PATCH] hwmon: (lm75) Add explicit default cases in lm75_is_visible()
 2026-04-30 17:27 UTC  (2+ messages)

[PATCH 0/4] HS400 and HS400ES support for Exynos DW-MMC drivers
 2026-04-30 17:26 UTC  (3+ messages)
` [PATCH 1/4] mmc: exynos_dw_mmc: add proper init sequence for HS400 support

[PATCH] PM: tools: fix ValueError when parsing incomplete device properties
 2026-04-30 17:26 UTC  (2+ messages)

[PATCH] riscv: dts: thead: Enable WiFi on Lichee Pi 4A
 2026-04-30 17:26 UTC  (2+ messages)

[LTP] [PATCH 0/2] Introduce SAFE_SPLICE()
 2026-04-30 17:25 UTC  (3+ messages)
` [LTP] [PATCH 1/2] lib: Add SAFE_SPLICE() macro
` [LTP] [PATCH 2/2] tee01, vmsplice01, af_alg08: Use SAFE_SPLICE()

[PATCH] docs: hwmon: (lm75) Add section for sysfs interface
 2026-04-30 17:26 UTC  (2+ messages)

[syzbot] [fuse?] BUG: scheduling while atomic in __synchronize_srcu
 2026-04-30 17:26 UTC  (2+ messages)
` Forwarded: #syz test

[paulmck-rcu:dev] BUILD SUCCESS e8cb50f409ced60e1c370cc5d77cd4d170e9b99e
 2026-04-30 17:25 UTC 

[pci:misc] BUILD SUCCESS fb4836551fc7b22f94f051846c60234c31869b64
 2026-04-30 17:25 UTC 

[PATCH] app/test-pmd: terminate process on second signal
 2026-04-30 17:25 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag
 2026-04-30 17:24 UTC  (5+ messages)

fs/proc/task_mmu.c:1139:31: warning: unused variable 'curr_addr'
 2026-04-30 17:24 UTC 

[PATCH 0/2] coresight: ete: Always save state on power down
 2026-04-30 17:24 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] coresight: etm4x: Refactor pm_save_enable handling

[PATCH 0/2] hwmon: (ltc2992) Fix threshold write and power read overflow
 2026-04-30 17:24 UTC  (5+ messages)
` [PATCH 1/2] hwmon: (ltc2992) Clamp threshold writes to hardware range
` [PATCH 2/2] hwmon: (ltc2992) Fix u32 overflow in power read path

[pci:pwrctrl] BUILD SUCCESS 95c4920701dfca6a8cf4986112898382fa7afc0f
 2026-04-30 17:23 UTC 

[PATCH v1 1/1] app/testpmd: allow appending to flow dump file
 2026-04-30 17:23 UTC  (2+ messages)

FAILED: patch "[PATCH] wifi: mt76: mt792x: fix mt7925u USB WFSYS reset handling" failed to apply to 6.6-stable tree
 2026-04-30 17:23 UTC  (4+ messages)
` [PATCH 6.6.y 1/3] wifi: mt76: connac: introduce helper for mt7925 chipset
  ` [PATCH 6.6.y 2/3] wifi: mt76: mt792x: describe USB WFSYS reset with a descriptor
  ` [PATCH 6.6.y 3/3] wifi: mt76: mt792x: fix mt7925u USB WFSYS reset handling

[PATCH 1/2] net/af_packet: fix indentation
 2026-04-30 17:22 UTC  (3+ messages)
` [PATCH v6 0/3] af_packet: cleanup and add test

Support for Lenovo IdeaCentre Mini X (Purwa)
 2026-04-30 17:22 UTC  (3+ messages)

[PATCH] ring: add cache guard after ring elements table
 2026-04-30 17:22 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] {linux, linux-headers}: bump 5.{10, 15}.x / 6.{1, 6, 12, 18}.x / 7.0.x series
 2026-04-30 17:22 UTC 

[PATCH 0/4] More MERTOA WA's
 2026-04-30 17:21 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH 0/6] media: refactor USB endpoint lookups
 2026-04-30 17:13 UTC  (3+ messages)

[PATCH v2 0/2] ufs-qcom: Reduce interrupt latency
 2026-04-30 17:21 UTC  (3+ messages)

[Intel-wired-lan] [PATCH iwl-net] ice: reject out-of-range ptype in ice_parser_profile_init
 2026-04-30 17:20 UTC  (2+ messages)

[PATCH 0/3] ntfs: error/durability fixes for mft writepage paths
 2026-04-30 17:20 UTC  (4+ messages)
` [PATCH 1/3] ntfs: wait for sync mft writes to complete
` [PATCH 2/3] ntfs: redirty folio when ntfs_write_mft_block() runs out of memory
` [PATCH 3/3] ntfs: capture mft mirror sync errors in ntfs_write_mft_block()

[PATCH 0/6] mm: Make per-VMA locks available in all builds
 2026-04-30 17:20 UTC  (6+ messages)

[Bug 221065] New: ideapad_acpi: unexpected charge_types spam on Yoga Pro 7 14ASP9
 2026-04-30 17:20 UTC  (2+ messages)
` [Bug 221065] "

[PATCH v4 0/2] hwmon: Add support for MPS mp2985
 2026-04-30 17:18 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: hwmon: Add "
  ` [PATCH v4 2/2] hwmon: add MP2985 driver

[PATCH net-next] net: mctp: test: remove skb dumps from test output
 2026-04-30 17:18 UTC  (2+ messages)

[tj-cgroup:for-next] BUILD SUCCESS d69e93434a0f4a3ddb78fd4d1f5c6001b8048fdb
 2026-04-30 17:17 UTC 

[PATCH] Bluetooth: l2cap: fix UAF race in l2cap_sock_cleanup_listen
 2026-04-30 17:17 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS c776b06fa37fc4193b29821f1ac2871c02ae97b4
 2026-04-30 17:16 UTC 

[PATCH v1] bluetooth: btintel: Add Bluetooth SAR revision 2 support
 2026-04-30 17:15 UTC  (3+ messages)
` [v1] "

[PATCH net 0/2] net: mctp: test: minor kunit test fixes
 2026-04-30 17:15 UTC  (2+ messages)

[PATCH v1 0/4] exfat: memory optimisations and stringent integrity checks for up-case table
 2026-04-30 17:13 UTC  (6+ messages)
` [PATCH v1 2/4] exfat: use upcase_ptable and upcase_range_info to reduce memory footprint

[PATCH v6 0/2] Add Support for LTC3220 18 Channel LED Driver
 2026-04-30 17:11 UTC  (3+ messages)
` [PATCH v6 2/2] leds: ltc3220: Add Support for LTC3220 18 channel "

[PATCH 0/9] vfio/pci: Add mmap() for DMABUFs
 2026-04-30 17:11 UTC  (5+ messages)
` [PATCH 3/9] vfio/pci: Add a helper to create a DMABUF for a BAR-map VMA

[LTP] [PATCH v2 0/2] cve-2026-31431 reproducer
 2026-04-30 17:10 UTC  (2+ messages)

[PATCH 00/12] net/pcap: cleanups and test
 2026-04-30 17:10 UTC  (3+ messages)
` [PATCH v25 00/24] net/pcap: bug fixes and new features

[PATCH net v2] bridge: mcast: Fix a false positive lockdep splat
 2026-04-30 17:10 UTC  (2+ messages)

[PATCH v3 net] net: enetc: fix VSI mailbox timeout handling and DMA lifecycle
 2026-04-30 17:09 UTC  (2+ messages)

[tip:master] BUILD SUCCESS 8f1aacb683ef4a49b83dcc40bfce022aaa4aa597
 2026-04-30 17:08 UTC 

[PATCH] bsd-user: remove cached host page size and rely on qemu_real_host_page_size()
 2026-04-30 16:29 UTC 

[PATCH v7 phy-next 00/27] Split Generic PHY consumer and provider
 2026-04-30 11:06 UTC  (3+ messages)
` [PATCH v7 phy-next 15/27] phy: move provider API out of public <linux/phy/phy.h>
` [PATCH v7 phy-next 26/27] phy: remove temporary provider compatibility from consumer header

[PATCH v2 0/5] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-04-30 17:06 UTC  (11+ messages)
` [PATCH v2 1/5] mm: Introduce zone_appears_fragmented()

[PATCH] drm/bridge: ti-sn65dsi83: Move PLL initialization to atomic_enable
 2026-04-30 14:35 UTC 

[PATCH] drm/panel/panel-edp: Add CSOT MPP36 T9 eDP panel
 2026-04-30 13:56 UTC  (3+ messages)
  ` [PATCH v2] "

[pci:p2pdma] BUILD SUCCESS 951ebc18d181af1d90deddbc0ef3269061d6e03c
 2026-04-30 17:06 UTC 

[PATCH] staging: fbtft: remove unused function fbtft_write_gpio16_wr_latched
 2026-04-30 10:25 UTC 

[PATCH] drm/fb-helper: Fix clipping when damage area spans a single scanline
 2026-04-30 15:35 UTC  (2+ messages)

[PATCH v3 0/2] Add Lontiun LT7911EXC eDP to MIPI DSI bridge
 2026-04-30  8:55 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings:bridge: "

[PATCH] ata: Consistently define pci_device_ids using named initializers
 2026-04-30 17:06 UTC 

[pci:reset] BUILD SUCCESS 9e2d53dffda2ec2fc391323d02a33cfba83705e0
 2026-04-30 17:04 UTC 

[syzbot ci] Re: mm: Make per-VMA locks available in all builds
 2026-04-30 16:59 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] demo Linux nvme initiator driver stretched and dispersed subsystems
 2026-04-30 17:02 UTC  (3+ messages)

[PATCH v2 9/9] net/sxe2: add data path for Rx and Tx
 2026-04-30 17:02 UTC  (3+ messages)
` [PATCH v3 0/9] net/sxe2: added Linkdata sxe2 ethernet driver

[PATCH net-next v2 0/5] Reimplement TCP-AO using crypto library
 2026-04-30 17:01 UTC  (6+ messages)

How to show method entry/exit in Trace Compass?
 2026-04-30 17:01 UTC 

[PATCH 0/2] pinctrl: Use FIELD_MODIFY() to simplify bit manipulation
 2026-04-30 17:01 UTC  (3+ messages)
` [PATCH 1/2] pinctrl: sophgo: Use FIELD_MODIFY()
` [PATCH 2/2] pinctrl: spacemit: "

[Intel-wired-lan] [PATCH iwl-net] idpf: fix RSS LUT memcpy size
 2026-04-30 16:58 UTC  (3+ messages)
  `  "

[PATCH v6 0/6] arm64: dts: qcom: Support AYN QCS8550 Devices
 2026-04-30 16:58 UTC  (3+ messages)

[PATCH] xfs_scrub_all: fix deadlock if lsblk produces a lot of output
 2026-04-30 16:57 UTC  (2+ messages)

[PATCH 1/2] drm/xe: Use fb cached min alignment
 2026-04-30 16:56 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for series starting with [1/2] "

[PATCH v4 0/3] mm/page_owner: add filter infrastructure for print_mode and NUMA filtering
 2026-04-30 16:32 UTC  (3+ messages)
` [PATCH v4 1/3] mm/page_owner: add print_mode filter
` [PATCH v4 2/3] mm/page_owner: add NUMA node filter with nodelist support

[tj-cgroup:for-7.2] BUILD SUCCESS 5bbb3453e8f35e1eacde30459e1fa7625c8d6d21
 2026-04-30 16:55 UTC 

fuse/io-uring: Proposal to support pBuf in additon to kBuf
 2026-04-30 16:55 UTC  (7+ messages)

[Bug 221442] New: Compile time assert error on iio/opt4001: FIELD_PREP: value too large for the field
 2026-04-30 16:55 UTC 

[PATCH v2] Input: ads7846 - don't use scratch for tx_buf when clearing register
 2026-04-30 16:54 UTC  (3+ messages)

[PATCH] iommufd: Use sizeof(*hdr) instead of sizeof(hdr) in veventq read
 2026-04-30 16:54 UTC  (2+ messages)

[PATCH] iommufd: Use sizeof(*hdr) instead of sizeof(hdr) in veventq read
 2026-04-30 16:54 UTC  (2+ messages)

FAILED: patch "[PATCH] wifi: mwifiex: fix use-after-free in" failed to apply to 6.6-stable tree
 2026-04-30 16:54 UTC  (2+ messages)
` [PATCH 6.6.y] wifi: mwifiex: fix use-after-free in mwifiex_adapter_cleanup()

[Intel-wired-lan] [PATCH linux-firmware v1] ice: add DDP COMMS triple VLAN package 1.3.2.0
 2026-04-30 12:30 UTC 

[PATCH net-next] net: Consistently define pci_device_ids using named initializers
 2026-04-30 13:15 UTC  (9+ messages)
` [Intel-wired-lan] "

[PATCH] usb: gadget: uvc: hold opts->lock across XU walks in uvc_function_bind
 2026-04-30 16:47 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v3 net-next] net/intel: Replace manual array size calculation with ARRAY_SIZE
 2026-04-29 10:24 UTC  (5+ messages)

[PATCH] usb: gadget: uvc: hold opts->lock across XU walks in uvc_function_bind
 2026-04-30 16:26 UTC  (2+ messages)

[PATCH net v5] ipv6: Implement limits on extension header parsing
 2026-04-30 16:53 UTC  (2+ messages)

[PATCH v2] ACPI: CPPC: mask Desired_Excursion when autonomous selection is enabled
 2026-04-30 16:51 UTC  (2+ messages)

[PATCH] comedi: Consistently define pci_device_ids using named initializers
 2026-04-30 16:52 UTC 

[PATCH net-next] selftests: drv-net: Enable ntuple-filters if supported
 2026-04-30 16:52 UTC 

[PATCH 00/14] userfaultfd: working set tracking for VM guest memory
 2026-04-30 16:51 UTC  (3+ messages)
` [PATCH 09/14] mm/userfaultfd: add RWP fault delivery and expose UFFDIO_REGISTER_MODE_RWP

[PATCH] hw/arm: Remove hw_error() for the unimplemented CM_LMBUSCNT register
 2026-04-30 16:50 UTC  (2+ messages)

[PATCH V5 0/2] daxctl: Add support for famfs mode
 2026-04-30 16:50 UTC  (4+ messages)
  ` [PATCH V5 2/2] Add test/daxctl-famfs.sh to test famfs mode transitions:

[PATCH] kcov: refactor common handle ID into kcov_common_handle_id
 2026-04-30 16:49 UTC  (2+ messages)

[PATCH 1/2] gpu/buddy: replace dual-tree/force_merge with decoupled clear tracker
 2026-04-30 16:49 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for series starting with [1/2] "

[RFC Patch net-next] r8169: add phylink support
 2026-04-30 16:49 UTC  (2+ messages)

[PATCH v12 2/3] hwmon: ltc4283: Add support for the LTC4283 Swap Controller
 2026-04-30 16:50 UTC  (4+ 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.