All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-16 21:39:32 to 2026-08-16 23:24:20 UTC [more...]

[PATCH net-next v12 0/6] net: dsa: mxl862xx: devlink flash and rescue
 2026-08-16 23:24 UTC  (6+ messages)
` [PATCH net-next v12 1/6] net: dsa: add devlink flash_update callback to dsa_switch_ops
` [PATCH net-next v12 2/6] net: dsa: mxl862xx: add SMDIO clause-22 register access
` [PATCH net-next v12 3/6] driver core: add device_schedule_reprobe()
` [PATCH net-next v12 4/6] net: dsa: mxl862xx: add devlink flash_update and info_get
` [PATCH net-next v12 5/6] net: dsa: mxl862xx: recover switch stuck in MCUboot rescue mode

[meta-python][PATCH 01/12] python3-cbor2: add tzdata/zoneinfo RDEPENDS for ptest
 2026-08-16 23:23 UTC  (7+ messages)
` [meta-python][PATCH 02/12] python3-faker: add codecs/misc "
` [meta-python][PATCH 03/12] python3-ecdsa: deselect test with upstream PEM-fixture bug
` [meta-python][PATCH 04/12] python3-fastapi: ship docs_src for ptest, drop pydantic-settings-only examples
` [meta-python][PATCH 05/12] python3-glances: fix ptest args being consumed by GlancesMain's argv slicing
` [meta-python][PATCH 06/12] python3-google-auth-oauthlib: add python3-cryptography to ptest RDEPENDS
` [meta-python][PATCH 07/12] python3-rich-toolkit: add python3-pydantic "

[RFC PATCH 0/5] pm_pme support on display hotplug
 2026-08-16 23:22 UTC  (9+ messages)
` [RFC PATCH 1/5] drm/xe/pm: add xe_pm_pme_supported() helper
` [RFC PATCH 2/5] drm/i915/display: add pme_capable() to the parent interface
` [RFC PATCH 3/5] drm/i915/xe: plug the pme_capability query for xe
` [RFC PATCH 4/5] drm/i915/display: add intel_hpd_polling_enabled()
` [RFC PATCH 5/5] drm/i915/display: skip HPD polling if PME is supported
` ✓ CI.KUnit: success for pm_pme support on display hotplug
` ✓ i915.CI.BAT: "

[PATCH v14 00/10] rpm: 4.20.1 -> 6.0.2
 2026-08-16 23:21 UTC  (5+ messages)

[syzbot] [block?] possible deadlock in submit_bio_noacct_nocheck (2)
 2026-08-16 23:17 UTC 

[PATCH bpf-next v2 0/2] bpf: Reject mixed arena and ordinary atomic paths
 2026-08-16 23:17 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover mixed arena and stack atomics

[PATCH] tracing: Fix crash passing ERR_PTR to kthread_stop()
 2026-08-16 23:15 UTC  (3+ messages)

[PATCH v10 00/41] guest_memfd: In-place conversion support
 2026-08-16 23:13 UTC  (18+ messages)
` [PATCH v10 11/41] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v10 12/41] KVM: guest_memfd: Call arch make_shared callback for to-shared conversion
` [PATCH v10 15/41] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check

[PATCH v15 00/12] rpm: 4.20.1 -> 6.0.2
 2026-08-16 23:11 UTC  (13+ messages)
` [PATCH v15 01/12] package_rpm.bbclass: Drop external dependency generator to support rpm 6
` [PATCH v15 02/12] package_rpm.bbclass: Define _lib and _libdir for rpmbuild
` [PATCH v15 03/12] lib/oe/package.py: Don't add ldconfig_postinst_fragment for glibc or musl
` [PATCH v15 04/12] lib/oe/package.py: Don't redirect stderr
` [PATCH v15 05/12] target-sdk-provides-dummy: Add pkg-config to DUMMYPROVIDES
` [PATCH v15 06/12] rpm: 4.20.1 -> 6.0.2
` [PATCH v15 07/12] libarchive: Make it work with rpm 6.0.2
` [PATCH v15 08/12] rpm: Fix pkgconfig() Provides missing in cross-built RPMs
` [PATCH v15 09/12] libarchive: Add RPM format reader to support rpm 6
` [PATCH v15 10/12] libarchive: Disable RPM filter auto-bidding and update huge_rpm test
` [PATCH v15 11/12] package_rpm.bbclass: Suppress pkgconfig() Requires for sstate compatibility
` [PATCH v15 12/12] lib/oe/package_manager/rpm: Enable DNF filelists to resolve file deps

[Bug 2163604] Re: Wine's ntdll:exception test causes GPF in KVM
 2026-08-16 23:02 UTC 

[PATCH RFC] media: usbtv: fix null-pointer dereference on disconnect
 2026-08-16 23:09 UTC 

Linux 7.2
 2026-08-16 23:07 UTC 

[ANN] net-next is CLOSED
 2026-08-16 22:59 UTC 

Patchwork housekeeping for: spi-devel-general
 2026-08-16 22:57 UTC 

[PATCH] dt-bindings: net: ti,davinci-emac: Convert to DT schema
 2026-08-16 22:57 UTC 

[syzbot] [usb?] INFO: trying to register non-static key in gadget_dev_open
 2026-08-16 22:55 UTC 

[PATCH RFC] e1000e: reject non-PCIe devices and check reset_hw() return value
 2026-08-16 22:53 UTC 

[PATCH] redis: fix build of the bundled xxHash with -Og
 2026-08-16 22:47 UTC  (2+ messages)
` [oe] "

[RFC PATCH 00/57] mm/collapse: rebuild collapse on migration primitives
 2026-08-16 22:46 UTC  (58+ messages)
` [RFC PATCH 01/57] mm: add pte_folio()
` [RFC PATCH 02/57] mm: add pte_none_or_zero()
` [RFC PATCH 03/57] mm/collapse: add collapse.h for the shared collapse state
` [RFC PATCH 04/57] mm/collapse: rename mthp_present_ptes to eligible_ptes
` [RFC PATCH 05/57] mm/collapse: state what a collapse may do in the policy
` [RFC PATCH 06/57] mm/collapse: move the smallest collapse order to collapse.h
` [RFC PATCH 07/57] mm/collapse: sketch the new anonymous collapse engine
` [RFC PATCH 08/57] mm/collapse: scan a table for what a collapse could use
` [RFC PATCH 09/57] mm/collapse: collect candidate windows into a round
` [RFC PATCH 10/57] mm/collapse: run a round and feed the outcomes back
` [RFC PATCH 11/57] mm/collapse: sketch the passes of a round
` [RFC PATCH 12/57] mm/collapse: allocate a destination per candidate
` [RFC PATCH 13/57] mm/collapse: revalidate a round against the VMA
` [RFC PATCH 14/57] mm/collapse: fault the sources in before the freeze
` [RFC PATCH 15/57] mm/collapse: check what a candidate would freeze
` [RFC PATCH 16/57] mm/collapse: freeze the sources behind migration entries
` [RFC PATCH 17/57] mm/collapse: copy the sources into the destinations
` [RFC PATCH 18/57] mm/collapse: install the destinations at PTE level
` [RFC PATCH 19/57] mm/collapse: install a PMD leaf as the terminal layer
` [RFC PATCH 20/57] mm/collapse: put the sources back
` [RFC PATCH 21/57] mm/collapse: settle whatever the round reached
` [RFC PATCH 22/57] mm/collapse: walk a table with a selection cursor
` [RFC PATCH 23/57] mm/collapse: give a refused region a second chance
` [RFC PATCH 24/57] mm/collapse: report each candidate's outcome to tracing
` [RFC PATCH 25/57] mm/collapse: collapse anonymous memory with the new engine
` [RFC PATCH 26/57] mm/collapse: give collapse_single_pmd() the range to work on
` [RFC PATCH 27/57] mm/collapse: scan the windows a VMA can hold
` [RFC PATCH 28/57] mm/collapse: remove the mechanism the engine replaces
` [RFC PATCH 29/57] mm/collapse: move what a collapse is judged on into collapse.c
` [RFC PATCH 30/57] mm/collapse: name the max_ptes ceiling after collapse
` [RFC PATCH 31/57] mm/khugepaged: count collapses where khugepaged makes them
` [RFC PATCH 32/57] mm/collapse: move the file collapse into collapse.c
` [RFC PATCH 33/57] mm/collapse: split collapse into a scan and a run
` [RFC PATCH 34/57] mm/collapse: implement MADV_COLLAPSE in madvise.c
` [RFC PATCH 35/57] mm/madvise: drop MADV_COLLAPSE's redundant mm reference
` [RFC PATCH 36/57] mm/collapse: report what the scan found
` [RFC PATCH 37/57] mm/collapse: report what the fault-in pass paid
` [RFC PATCH 38/57] mm/collapse: report the round, and what it made faulters wait
` [RFC PATCH 39/57] mm/collapse: name the file collapse's tracepoints after collapse
` [RFC PATCH 40/57] mm/collapse: remove the tracepoints of the mechanism that is gone
` [RFC PATCH 41/57] mm/collapse: give collapse its own trace header
` [RFC PATCH 42/57] mm/collapse: allow error injection into the freeze
` [RFC PATCH 43/57] mm/khugepaged: check the scan budget before the work, not after
` [RFC PATCH 44/57] mm/khugepaged: hold the address space open across a scan
` [RFC PATCH 45/57] mm/collapse: take a per-VMA read lock for the round
` [RFC PATCH 46/57] mm/khugepaged: scan under a per-VMA read lock
` [RFC PATCH 47/57] mm/madvise: collapse "
` [RFC PATCH 48/57] mm/collapse: assert the mm reference the engine relies on
` [RFC PATCH 49/57] mm/khugepaged: drop the mmap_lock barrier from __khugepaged_exit()
` [RFC PATCH 50/57] selftests/mm: attribute collapses by candidate event alone
` [RFC PATCH 51/57] selftests/mm: cover collapse inside a sub-PMD VMA
` [RFC PATCH 52/57] selftests/mm: cover a hole-y window in "
` [RFC PATCH 53/57] selftests/mm: cover collapse of mlocked ranges
` [RFC PATCH 54/57] selftests/mm: cover collapse beside a MADV_FREE'd page
` [RFC PATCH 55/57] selftests/mm: cover collapse beside a pinned page
` [RFC PATCH 56/57] selftests/mm: cover the scaled max_ptes_shared limit
` [RFC PATCH 57/57] MAINTAINERS: add an entry for collapse

[PATCHSET v12 sched_ext/for-7.3] sched: Make proxy execution compatible with sched_ext
 2026-08-16 22:45 UTC  (10+ messages)
` [PATCH 08/17] sched_ext: Block proxy donors across scheduler transitions
` [PATCH 09/17] sched_ext: Fix ops.running/stopping() pairing for proxy-exec donors
    ` [PATCH v2] "
` [PATCH 11/17] sched_ext: Generalize the reject DSQ reenqueue path

[android-common:android15-6.6 2/2] arch/arm64/include/asm/kvm_define_hypevents.h:17:7: warning: no previous prototype for 'hyp_event_trace_host_hcall'
 2026-08-16 22:42 UTC 

[syzbot] [ocfs2?] possible deadlock in ocfs2_remove_inode (2)
 2026-08-16 22:41 UTC  (2+ messages)

[PATCH v4 00/19] Landlock tracepoints
 2026-08-16 22:39 UTC  (3+ messages)
` [PATCH v4 05/19] landlock: Decouple the per-denial logging decision from CONFIG_AUDIT

[PATCH 2/2] net/cpfl: validate fieldvector offsets before copying keys
 2026-08-16 22:33 UTC  (2+ messages)

[GIT PULL] pwm: Changes for 7.3-rc1
 2026-08-16 22:33 UTC 

[PATCH 1/2] lib/pipeline: bound token concatenation when parsing instructions
 2026-08-16 22:32 UTC  (2+ messages)

[PATCH bpf-next v2 1/6] bpf: Keep fault protection when merging pointer types
 2026-08-16 22:32 UTC  (6+ messages)
` [PATCH bpf-next v2 5/6] selftests/bpf: Add tests for pointer type merge at a shared load
` [PATCH bpf-next v2 6/6] selftests/bpf: Add tests for fault prone loads out of RCU pointers

[PATCH net] vsock: do not reset a socket in connect() once it has connected
 2026-08-16 22:29 UTC  (4+ messages)

[dinguyen:agilex5_edac_v2 7/7] arch/arm64/boot/dts/intel/socfpga_agilex3_socdk.dtb: eccmgr (altr,socfpga-agilex5-ecc-manager): 'reset-names' is a required property
 2026-08-16 22:26 UTC 

[PATCH v2 0/3] mm, swap: don't spin or flood the console on a bad swap entry
 2026-08-16 22:22 UTC  (5+ messages)
` [PATCH v2 2/3] mm, swap: distinguish a malformed swap entry from a dying device
` [PATCH v2 3/3] mm: fail the fault on a malformed swap entry instead of retrying it

[PATCH] doc:it_IT: align Italian documentation in process
 2026-08-16 22:22 UTC  (2+ messages)

[Buildroot] [PATCH 1/5] package/containerd: security bump version to 2.0.11
 2026-08-16 22:20 UTC  (10+ messages)
` [Buildroot] [PATCH 2/5] package/docker-engine: security bump to version 28.5.2
` [Buildroot] [PATCH 3/5] package/docker-compose: bump to version 2.40.3
` [Buildroot] [PATCH 4/5] package/docker-cli: bump version to 28.5.2
` [Buildroot] [PATCH 5/5] package/runc: security bump version to 1.3.6

[Buildroot] [git commit] package/runc: security bump version to 1.3.6
 2026-08-16 22:18 UTC 

[Buildroot] [git commit] package/docker-engine: security bump to version 28.5.2
 2026-08-16 22:06 UTC 

[Buildroot] [git commit] package/docker-compose: bump to version 2.40.3
 2026-08-16 22:09 UTC 

[Buildroot] [git commit] package/containerd: security bump version to 2.0.11
 2026-08-16 21:49 UTC 

[Buildroot] [git commit] package/docker-cli: bump version to 28.5.2
 2026-08-16 22:08 UTC 

[PATCH net-next v11 0/2] ptp: ocp: add TAP CPLD support for ADVA TimeCard X1
 2026-08-16 22:19 UTC  (3+ messages)
` [PATCH net-next v11 2/2] ptp: ocp: add TAP CPLD firmware upload "

[PATCH net-next v7 0/3] dpll: add SiTime SiT9531x DPLL clock driver
 2026-08-16 22:19 UTC  (5+ messages)
` [PATCH net-next v7 2/3] dt-bindings: dpll: add SiTime SiT95316 clock generator
` [PATCH net-next v7 3/3] dpll: add SiTime SiT9531x DPLL clock driver

[PATCH] i2c: mux: demux-pinctrl: fix OF node leak on kstrdup failure
 2026-08-16 22:19 UTC  (2+ messages)

[PATCH 0/7] cooker/tinfoil: fix -b bbappend handling and add single-task prepared-task API
 2026-08-16 22:18 UTC  (4+ messages)
` [PATCH 1/7] cooker: fix bitbake -b silently ignoring bbappends
  ` [bitbake-devel] "

[RESEND PATCH 0/5] platform/x86: bitland-mifs-wmi: MIFS v2 firmware support (Xiaomi Book Pro 14 2026)
 2026-08-16 22:18 UTC  (3+ messages)
` [RESEND PATCH 2/5] platform/x86: bitland-mifs-wmi: support MIFS v2 perf-mode mapping

[PATCH v2 0/8] cooker/tinfoil: fix -b bbappend handling and add single-task prepared-task API
 2026-08-16 22:14 UTC  (9+ messages)
` [PATCH v2 1/8] cooker: fix bitbake -b silently ignoring bbappends
` [PATCH v2 2/8] tests/cooker: add a shared bitbake-subprocess test base class
` [PATCH v2 3/8] tests/cooker: add a bitbake -b bbappend test
` [PATCH v2 4/8] command: fix setConfig coercing bool config values to truthy strings
` [PATCH v2 5/8] cooker: add a buildFile mode that runs a single task
` [PATCH v2 6/8] tinfoil: add a prepared task runner
` [PATCH v2 7/8] tests/cooker: add TinfoilTests for run_prepared_task
` [PATCH v2 8/8] parse/ast: skip empty BBPATH segments in include_all

[PATCH 0/2] regmap: Test caches for regmaps with high bits set in register numbers
 2026-08-16 22:13 UTC  (3+ messages)
` [PATCH 1/2] regmap: Allow a base register to be specified for the RAM regmap
` [PATCH 2/2] regmap: Test rbtree and maple caches for very high register numbers

[PATCH v2] tracing: Use seq_buf for string concatenation
 2026-08-16 22:10 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in ring_buffer_peek
 2026-08-16 22:10 UTC 

[PATCH] platform/x86: bitland-mifs-wmi: add TM2424 thin-ultrabook perf-mode quirk
 2026-08-16 21:58 UTC 

[PATCH v3 0/2] spi: davinci: Convert bindings to DT schema and clean up DTS
 2026-08-16 22:05 UTC  (4+ messages)
` [PATCH v3 1/2] ARM: dts: ti: keystone-k2l: Rename ti,davinci-spi-num-cs to num-cs
` [PATCH v3 2/2] dt-bindings: spi: ti,davinci-spi: convert to DT schema

[PATCH] mm/rmap: synchronize lock and unlock target in anon_vma_clone
 2026-08-16 22:02 UTC  (4+ messages)

[PATCH v5 0/6] KVM: arm64: nv: Implement nested stage-2 reverse map (new data structure)
 2026-08-16 22:01 UTC  (5+ messages)
` [PATCH v5 2/6] KVM: arm64: nv: Introduce guest stage-2 tracking structures

Add a git squash function?
 2026-08-16 21:52 UTC  (2+ messages)

[PATCH 0/5] iio: humidity: hts221: update probe and logging implementations
 2026-08-16 21:58 UTC  (7+ messages)
` [PATCH 1/5] iio: humidity: hts221: report available values via read_avail()

[PATCH 02/17] sched/core: Dequeue waking proxy donors before reset
 2026-08-16 21:56 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 0/9] iio: adc: Add TI ADS126X ADC family support
 2026-08-16 21:54 UTC  (9+ messages)
` [PATCH v3 6/9] iio: adc: ti-ads1262: support excitation currents
` [PATCH v3 7/9] iio: adc: ti-ads1262: support triggered buffer sampling

[PATCH] kconfig: error out for recursive range
 2026-08-16 21:53 UTC 

[Buildroot] [PATCH] package/mongoose: security bump to version 7.23
 2026-08-16 21:52 UTC 

[PATCH v3 00/49] Make HMP optional (and later standalone)
 2026-08-16 21:51 UTC  (3+ messages)
` [PATCH v3 31/49] monitor: change HMPCommand cmd to take MonitorHMP

[RFC PATCH 1/1] x86/VMBus: DMA transfer with encrypted memory in Coco VM
 2026-08-16 21:51 UTC  (2+ messages)

[android-common:android14-kiwi-6.1 216/216] arch/arm64/kvm/hyp_events.c:25:20: warning: no previous prototype for 'hyp_event_trace_host_hcall'
 2026-08-16 21:51 UTC 

[PATCH v2 0/9] arm64: dts: phy: st: usb: Add STM32MP2 USB support
 2026-08-16 21:50 UTC  (22+ messages)
` [PATCH v2 2/9] phy: stm32: Add support for ST STM32MP25 USB2-FEMTO PHY
` [PATCH v2 3/9] dt-bindings: usb: generic-ehci: Document access-controllers property
` [PATCH v2 4/9] dt-bindings: usb: generic-ohci: "
` [PATCH v2 5/9] dt-bindings: usb: dwc3: Document ST STM32MP2 DWC3 xHCI USB controller
` [PATCH v2 6/9] usb: dwc3: dwc3-generic-plat: Add ST STM32MP2 DWC3 xHCI USB controller glue
` [PATCH v2 7/9] dt-bindings: arm: stm32: Switch st,stm32mp23/25-syscfg into simple-mfd
` [PATCH v2 8/9] arm64: dts: st: Add USB nodes on stm32mp231
` [PATCH v2 9/9] arm64: dts: st: Add USB nodes on stm32mp251

[PATCH 0/5] i2c: fix device_node refcount leaks in 5 bus drivers
 2026-08-16 21:32 UTC  (3+ messages)
` [PATCH 1/5] i2c: mpc: fix device_node refcount leak in fsl_i2c_probe()/fsl_i2c_remove()

[syzbot] [mm?] WARNING in ep_write_iter
 2026-08-16 21:47 UTC  (3+ messages)

[PATCH 1/2] RDMA/rxe: copy send WQE to kernel buffer before processing
 2026-08-16 21:44 UTC  (2+ messages)

[PATCH] bpf: reject stack-argument callback subprograms
 2026-08-16 21:42 UTC  (2+ messages)

[PATCH v6 00/51] x86: Try to wrangle PV clocks vs. TSC
 2026-08-16 21:38 UTC  (3+ messages)
` [PATCH v6 21/51] x86/kvm: Obtain TSC frequency from PV CPUID if present

[PATCH v2 0/2] spi: davinci: Convert bindings to DT schema and clean up DTS
 2026-08-16 21:39 UTC  (4+ messages)
` [PATCH v2 2/2] dt-bindings: spi: ti,davinci-spi: convert to DT schema


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.