All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-13 06:17:41 to 2025-09-13 10:14:13 UTC [more...]

[PATCH net-next v6 0/6] net: stmmac: Add support for Allwinner A523 GMAC200
 2025-09-13 10:13 UTC  (5+ messages)
` [PATCH net-next v6 1/6] dt-bindings: net: sun8i-emac: Add A523 GMAC200 compatible
` [PATCH net-next v6 2/6] net: stmmac: Add support for Allwinner A523 GMAC200
` [PATCH net-next v6 3/6] arm64: dts: allwinner: a523: Add GMAC200 ethernet controller
` [PATCH net-next v6 4/6] arm64: dts: allwinner: a527: cubie-a5e: Enable second Ethernet port

[PATCH] gpiolib: acpi: initialize acpi_gpio_info struct
 2025-09-13 10:10 UTC  (2+ messages)

Large(ish) variance induced by SCHED_FIFO
 2025-09-13 10:09 UTC  (11+ messages)
` Unexplained variance in run-time of trivial program

[PATCH net-next v4 0/2] tcp: Update bind bucket state on port release
 2025-09-13 10:09 UTC  (3+ messages)
` [PATCH net-next v4 1/2] "
` [PATCH net-next v4 2/2] selftests/net: Test tcp port reuse after unbinding a socket

[PATCH] crypto: qat - Return pointer directly in adf_ctl_alloc_resources
 2025-09-13 10:09 UTC  (2+ messages)

[PATCH 1/5] yocto-space-optimize.inc: move space optimize from recipe webkitgtk
 2025-09-13 10:06 UTC  (3+ messages)
` [PATCH 2/5] distro/include: Add debug_build_tune.inc, collect debug tuning configuration
  ` [OE-core] "

[geert-renesas-devel:renesas-dts-for-v6.18] BUILD SUCCESS 5bf682d9747277a0190e82e5ae6f9e201ce002d9
 2025-09-13 10:01 UTC 

[broonie-ci:20250912_sbinding_support_reading_subsystem_id_from_device_tree 2/2] sound/soc/codecs/cs35l41.c:1163 cs35l41_get_system_name() warn: passing zero to 'PTR_ERR'
 2025-09-13  9:59 UTC 

[cel:nfsd-testing 45/50] fs/nfsd/nfs4recover.c:406 purge_old() error: uninitialized symbol 'child'
 2025-09-13  9:59 UTC 

[PATCH] parser: Skip parsing of old-style command substitution here-doc marker
 2025-09-13  9:59 UTC 

[Buildroot] [PATCH 1/1] package/apitrace: remove stale patch
 2025-09-13  9:56 UTC 

[GIT PULL] Driver core fixes for 6.17-rc6
 2025-09-13  9:57 UTC 

[meta-oe][walnascar][PATCH] ledmon: fix building on 32-bit x86
 2025-09-13  9:53 UTC 

[libevl][PATCH] lib/vdso: Update vdso parser to latest Linux version
 2025-09-13  9:47 UTC 

[PULL 00/61] CPU, Rust, x86 changes for 2025-09-13
 2025-09-13  9:37 UTC  (63+ messages)
` [PULL 01/61] target/ppc: limit cpu_interrupt_exittb to system emulation
` [PULL 02/61] target/sparc: limit cpu_check_irqs "
` [PULL 03/61] target/i386: limit a20 "
` [PULL 04/61] target-arm: remove uses of cpu_interrupt() for user-mode emulation
` [PULL 05/61] user-exec: remove cpu_interrupt() stub
` [PULL 06/61] treewide: clear bits of cs->interrupt_request with cpu_reset_interrupt()
` [PULL 07/61] cpu-common: use atomic access for interrupt_request
` [PULL 08/61] cpus: document that qemu_cpu_kick() can be used for BQL-less operation
` [PULL 09/61] accel: use store_release/load_acquire for cross-thread exit_request
` [PULL 10/61] accel: use atomic accesses for exit_request
` [PULL 11/61] accel/tcg: create a thread-kick function for TCG
` [PULL 12/61] accel/tcg: inline cpu_exit()
` [PULL 13/61] cpus: remove TCG-ism from cpu_exit()
` [PULL 14/61] cpus: properly kick CPUs out of inner execution loop
` [PULL 15/61] treewide: rename qemu_wait_io_event/qemu_wait_io_event_common
` [PULL 16/61] bsd-user, linux-user: introduce qemu_process_cpu_events
` [PULL 17/61] cpus: clear exit_request in qemu_process_cpu_events
` [PULL 18/61] accel: make all calls to qemu_process_cpu_events look the same
` [PULL 19/61] tcg/user: do not set exit_request gratuitously
` [PULL 20/61] ci: temporarily remove rust from Ubuntu
` [PULL 21/61] configure: bump Meson to 1.9.0 for use with Rust
` [PULL 22/61] meson, cargo: require Rust 1.83.0
` [PULL 23/61] rust: add missing const markers for MSRV==1.83.0
` [PULL 24/61] rust: use inline const expressions
` [PULL 25/61] rust: add qdev Device derive macro
` [PULL 26/61] rust: vmstate: convert to use builder pattern
` [PULL 27/61] rust: vmstate: use const_refs_to_static
` [PULL 28/61] rust: qdev: const_refs_to_static
` [PULL 29/61] docs/rust: update msrv
` [PULL 30/61] rust: remove unused global qemu "allocator"
` [PULL 31/61] rust: add workspace authors
` [PULL 32/61] rust: move vmstate_clock!() to qdev module
` [PULL 33/61] rust: move VMState handling to QOM module
` [PULL 34/61] rust: move Cell vmstate impl
` [PULL 35/61] rust: split Rust-only "common" crate
` [PULL 36/61] rust: make build.rs generic over various ./rust/projects
` [PULL 37/61] rust: split "util" crate
` [PULL 38/61] rust: split "migration" crate
` [PULL 39/61] rust: split "bql" crate
` [PULL 40/61] rust: split "qom" crate
` [PULL 41/61] rust: split "chardev" crate
` [PULL 42/61] rust: split "system" crate
` [PULL 43/61] rust: split "hwcore" crate
` [PULL 44/61] rust: rename qemu_api_macros -> qemu_macros
` [PULL 45/61] rust/hpet: drop now unneeded qemu_api dep
` [PULL 46/61] rust/pl011: drop dependency on qemu_api
` [PULL 47/61] rust: repurpose qemu_api -> tests
` [PULL 48/61] rust: re-export qemu_macros internal helper in "bits"
` [PULL 49/61] rust: re-export qemu macros from common/qom/hwcore
` [PULL 50/61] docs: update rust.rst
` [PULL 51/61] rust: meson: remove unnecessary complication in device crates
` [PULL 52/61] rust: do not inline do_init_io
` [PULL 53/61] hpet: guard IRQ handling with BQL
` [PULL 54/61] i386/cpu: Enable SMM cpu address space under KVM
` [PULL 55/61] target/i386: Define enum X86ASIdx for x86's address spaces
` [PULL 56/61] multiboot: Fix the split lock
` [PULL 57/61] i386/kvm: Get X86MachineState in kvm_arch_init() without the cast check
` [PULL 58/61] i386/kvm: Drop KVM_CAP_X86_SMM check in kvm_arch_init()
` [PULL 59/61] accel/kvm: Switch to check KVM_CAP_GUEST_MEMFD and KVM_CAP_USER_MEMORY2 on VM
` [PULL 60/61] accel/kvm: Zero out mem explicitly in kvm_set_user_memory_region()
` [PULL 61/61] accel/kvm: Set guest_memfd_offset to non-zero value only when guest_memfd is valid

[PATCH 0/2] Initial Amediatech X96Q support based on Allwinner H313
 2025-09-13  9:36 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: allwinner: h313: Add Amediatech X96Q

[PATCH v2 01/72] dt-bindings: media: Deprecate clock-frequency property for camera sensors
 2025-09-13  9:31 UTC  (4+ messages)
` [PATCH v2.1 "

[PATCH v8 0/5] Add support for NetCube Systems Nagami SoM and its carrier boards
 2025-09-13  9:30 UTC  (9+ messages)
` [PATCH v8 2/5] riscv: dts: allwinner: d1s-t113: Add pinctrl's required by NetCube Systems Nagami SoM
` [PATCH v8 3/5] ARM: dts: sunxi: add support for "

[PATCH 0/3] riscv: dts: thead: add more th1520 isa extension support
 2025-09-13  9:29 UTC  (5+ messages)
` [PATCH 2/3] riscv: dts: thead: add ziccrse for th1520

[regression] 1a8953f4f774 ("HID: Add IGNORE quirk for SMARTLINKTECHNOLOGY") causes issue with ID 4c4a:4155 Jieli Technology USB Composite Device
 2025-09-13  8:55 UTC  (5+ messages)

[PATCH v2 1/5] dt-bindings: touchscreen: convert bu21013 bindings to json schema
 2025-09-13  9:26 UTC  (5+ messages)
` [PATCH v2 2/5] dt-bindings: touchscreen: convert eeti "
` [PATCH v2 3/5] dt-bindings: touchscreen: convert raspberrypi,firmware-ts "
` [PATCH v2 4/5] dt-bindings: touchscreen: convert zet6223 "
` [PATCH v2 5/5] dt-bindings: touchscreen: remove touchscreen.txt

BF (Bitstreams OS, was Low Jitter, Fair Pay Philosophy, Unification of Open Source)
 2025-09-13  9:26 UTC 

[meta-oe][walnascar][PATCH] libiodbc: use gnu17 and ignore incompatible-pointer-types to allow building with gcc-15
 2025-09-13  9:25 UTC 

[PATCH v8 0/2] Generate strided vector loads/stores with tcg nodes
 2025-09-13  9:17 UTC  (3+ messages)
` [PATCH v8 1/2] target/riscv: Use tcg nodes for strided vector ld/st generation
` [PATCH v8 2/2] tests/tcg/riscv64: Add test for vlsseg8e32 instruction

[PATCH v2] scripts/Makefile.lib: add CONFIG_SYS_CONFIG_NAME prefix to dtsi search
 2025-09-13  9:23 UTC  (3+ messages)

[linux-next:master 5585/6355] arch/arm/boot/dts/aspeed/aspeed-ast2500-evb.dtb: display@1e6e6000 (aspeed,ast2500-gfx): 'reg-io-width', 'syscon' do not match any of the regexes: '^pinctrl-[0-9]+$'
 2025-09-13  9:20 UTC 

[PATCH] Revert "drm: Add directive to format code in comment"
 2025-09-13  9:20 UTC  (2+ messages)

[PATCH i-g-t] tests/chamelium/kms_chamelium_audio: Reset chamelium before audio test and retry ALSA open
 2025-09-13  9:20 UTC  (2+ messages)
` ✓ i915.CI.Full: success for "

A question on crypto_engine and a possible bug
 2025-09-13  9:18 UTC 

[cel:direct-io 52/54] fs/nfsd/filecache.c:1069:9: error: implicit declaration of function 'trace_nfsd_file_get_dio_attrs'; did you mean 'trace_nfsd_file_get_dio_attr'?
 2025-09-13  9:17 UTC 

[PATCH] ARM: dts: imx6ull-engicam-microgea-rmm: fix report-rate-hz value
 2025-09-13  9:16 UTC 

[PATCH v2 0/4] Add support for MT8189 clock/power controller
 2025-09-13  9:16 UTC  (3+ messages)
` [PATCH v2 4/4] pmdomain: mediatek: Add power domain driver for MT8189 SoC

[PATCH v3 bpf-next] selftests/bpf: Fix arena_spin_lock selftest failure
 2025-09-13  9:13 UTC 

[PATCH v3 0/2] media: add Himax HM1246 image sensor
 2025-09-13  9:11 UTC  (3+ messages)
` [PATCH v3 2/2] media: i2c: add Himax HM1246 image sensor driver

[Intel-wired-lan] [PATCH v3 0/5] ice: add standard stats
 2025-09-13  9:07 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH v3 5/5] ice: refactor to use helpers
    `  "

mm/kfence/kfence_test.c:397 test_use_after_free_read_nofault() warn: passing freed memory 'addr' (line 395)
 2025-09-13  9:06 UTC 

[PATCH for-next 0/8] RDMA/hns: Support RoCE bonding
 2025-09-13  9:06 UTC  (9+ messages)
` [PATCH for-next 1/8] RDMA/hns: Add helpers to obtain netdev and bus_num from hr_dev
` [PATCH for-next 2/8] RDMA/hns: Initialize bonding resources
` [PATCH for-next 3/8] RDMA/hns: Add bonding event handler
` [PATCH for-next 4/8] RDMA/hns: Add bonding cmds
` [PATCH for-next 5/8] RDMA/hns: Implement bonding init/uninit process
` [PATCH for-next 6/8] RDMA/hns: Add delayed work for bonding
` [PATCH for-next 7/8] RDMA/hns: Support link state reporting for bond
` [PATCH for-next 8/8] RDMA/hns: Support reset recovery "

[PATCH v3 00/10] Error recovery for vfio-pci devices on s390x
 2025-09-13  9:04 UTC  (5+ messages)
` [PATCH v3 01/10] PCI: Avoid saving error values for config space
` [PATCH v3 08/10] vfio-pci/zdev: Add a device feature for error information

[PATCH net-next v3 0/2] tcp: Update bind bucket state on port release
 2025-09-13  9:04 UTC  (4+ messages)
` [PATCH net-next v3 1/2] "

[PATCH v3 0/3] Audio and other peripherals on Orange Pi Zero
 2025-09-13  8:59 UTC  (2+ messages)

[PATCH RESEND net-next] Documentation: ARCnet: Update obsolete contact info
 2025-09-13  8:59 UTC  (2+ messages)

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-13  8:58 UTC  (4+ messages)

[syzbot] [kernel?] KASAN: slab-out-of-bounds Read in change_page_attr_set_clr
 2025-09-13  8:58 UTC 

[PATCH] drm/i915/alpm: Remove error handling from get_lfps_cycle_min_max_time
 2025-09-13  8:54 UTC  (2+ messages)
` ✓ i915.CI.Full: success for "

[ANNOUNCE] v5.10.241-cip64-rt28
 2025-09-13  8:53 UTC 

[Intel-wired-lan] [PATCH iwl-next v1] iavf: fix proper type for error code in iavf_resume()
 2025-09-13  8:51 UTC  (3+ messages)
  `  "

[PATCH v3 0/2] dmaengine: idxd: Add basic DSA 3.0 capability and SGL support
 2025-09-13  8:50 UTC  (5+ messages)
` [PATCH v3 1/2] dmaengine: idxd: Expose DSA3.0 capabilities through sysfs

[brgl:gpio/for-next] BUILD SUCCESS 9b90afa6d613b66ec4e74ae75f9bfa5baf386ecd
 2025-09-13  8:45 UTC 

[PATCH v5 00/19] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-09-13  8:29 UTC  (3+ messages)
` [PATCH v5 17/19] mm: Unpoison pcpu chunks with base address tag

[PATCH v1 0/2] oci: improve layer identification with digest-based approach
 2025-09-13  8:27 UTC  (3+ messages)
` [PATCH v1 1/2] mount: change oci layer option from "oci=X" to "oci.layer=X"
` [PATCH v1 2/2] oci: replace layer index with layer digest

[linux-next:master 6038/8719] drivers/gpu/drm/radeon/evergreen_cs.c:2705 evergreen_packet3_check() warn: Function too hairy. No more merges
 2025-09-13  8:24 UTC 

[mediatek:v6.17-next/dts64.2 18/38] arch/arm64/boot/dts/mediatek/mt6795-sony-xperia-m5.dtb: pmic (mediatek,mt6331): 'mt6332-led' does not match any of the regexes: '^pinctrl-[0-9]+$'
 2025-09-13  8:24 UTC 

[syzbot] [bpf?] WARNING in convert_ctx_accesses (2)
 2025-09-13  8:23 UTC 

System is broken in KASAN sw_tags mode during bootup
 2025-09-13  8:18 UTC  (3+ messages)

[mediatek:v6.17-next/dts64.2 18/38] arch/arm64/boot/dts/mediatek/mt6795-sony-xperia-m5.dtb: /soc/pwrap@1000d000/pmic/regulators: failed to match any schema with compatible: ['mediatek,mt6331-regulator']
 2025-09-13  8:13 UTC 

[PATCH 0/7] usb: xhci: enhancements to address printing
 2025-09-13  8:12 UTC  (12+ messages)
` [PATCH 2/7] usb: xhci: use '%pad' specifier for DMA "

[PATCH] net/rose: Fix uninitialized values in rose_add_node
 2025-09-13  8:10 UTC  (2+ messages)

unsubscribe lkml
 2025-09-13  8:08 UTC 

[syzbot] [rdma?] WARNING in gid_table_release_one (3)
 2025-09-13  8:06 UTC  (3+ messages)

[PATCH] vfio/pds: replace bitmap_free with vfree
 2025-09-13  8:02 UTC  (2+ messages)

Unaligned access trade-offs for SFrame FRE layout
 2025-09-13  8:01 UTC  (4+ messages)

[PATCH] rcu: Remove redundant rcu_read_lock/unlock() in spin_lock critical sections
 2025-09-13  8:00 UTC  (5+ messages)

[PATCH v2] ACPI: battery: prevent sysfs_add_battery re-entry on rapid events
 2025-09-13  7:56 UTC  (4+ messages)
` [PATCH v4] "
` [PATCH v5] "

[PATCH v1] mount: change oci layer option from "oci=X" to "oci.layer=X"
 2025-09-13  7:48 UTC 

RFI: powerpc cpus supporting BLRM for MSR_LE
 2025-09-13  7:45 UTC  (2+ messages)

[syzbot] [kernel?] KASAN: slab-out-of-bounds Read in change_page_attr_set_clr
 2025-09-13  7:36 UTC  (2+ messages)
` Forwarded: [PATCH] x86/mm/pat: fix oob error

[tip:master] BUILD SUCCESS fc1ded58808520a1ced0c4e2e5fb0dbd33b33612
 2025-09-13  7:32 UTC 

❌ FAIL (MISSED 23 of 110): Test report for master (6.17.0-rc5, upstream-mainline, 22f20375)
 2025-09-13  7:32 UTC 

[tip:tip/urgent] BUILD SUCCESS 72dfe83e9fe2a9ebae30b0045c05a0ececd844e8
 2025-09-13  7:30 UTC 

[BUG] git apply misplaces patch when similar code fragments exist in the same file
 2025-09-13  7:29 UTC  (3+ messages)
  ` 回复: "

[PATCH v3 0/9] Enable Xenstore-stubdom Live Update
 2025-09-13  7:16 UTC  (4+ messages)
` [PATCH v3 8/9] SUPPORT.md: add xenstorepvh-stubdom live update

[PATCH v3] ACPI: SPCR: Support Precise Baud Rate filed
 2025-09-13  7:08 UTC 

[PATCH v2] ACPI: SPCR: Support Precise Baud Rate filed
 2025-09-13  7:07 UTC  (2+ messages)
` [PATCH] "

[PATCH v2] ACPI: SPCR: Support Precise Baud Rate filed
 2025-09-13  7:06 UTC  (2+ messages)
` [PATCH] "

The VFIO/IOMMU/PCI MC at LPC 2025 - Call for Papers reminder
 2025-09-13  7:05 UTC  (2+ messages)

[QUESTION] mergetool environment variables
 2025-09-13  7:04 UTC  (2+ messages)

[yocto] do_package error after building meta-tensorflow and libcamera-apps does not detect tensorflow-lite
 2025-09-13  7:03 UTC  (2+ messages)

drivers/staging/gpib/eastwood/fluke_gpib.c:1013:21: error: call to undeclared function 'ioremap'; ISO C99 and later do not support implicit function declarations
 2025-09-13  6:59 UTC 

[PATCH v2] nvmet: pci-epf: fix DMA channel debug print
 2025-09-13  6:58 UTC  (2+ messages)

[isar-cip-core][PATCH] linux-cip: Update to 4.4.302-cip102[-rt57], 5.10.241-cip64, 6.12.46-cip8
 2025-09-13  6:54 UTC 

[isar-cip-core][PATCH] efibootguard: Update to 0.21-1
 2025-09-13  6:54 UTC 

Upstream ACPI fixes
 2025-09-13  6:45 UTC  (3+ messages)

[PATCH net v1 1/1] net: usb: asix: ax88772: drop phylink use in PM to avoid MDIO runtime PM wakeups
 2025-09-13  6:45 UTC  (10+ messages)

[PATCH 0/2] Enable OLDI support on AM62X
 2025-09-13  6:42 UTC  (3+ messages)
` [PATCH 1/2] arm64: dts: ti: k3-am62: Add support for AM625 OLDI IO Control
` [PATCH 2/2] arm64: dts: ti: k3-am625: Add OLDI support

[PATCH v3] arm64: dts: qcom: sdm845-shift-axolotl: Fix typo of compatible
 2025-09-13  6:39 UTC 

[PATCH] perf/x86/amd/uncore: use kcalloc() instead of multiplication
 2025-09-13  6:35 UTC 

[PATCH] nvmet: pci-epf: fix DMA channel debug print
 2025-09-13  6:32 UTC  (3+ messages)

[PATCH v2 0/7] Introduce Kernel Control Flow Integrity ABI [PR107048]
 2025-09-13  6:29 UTC  (8+ messages)
` [PATCH v2 2/7] kcfi: Add core Kernel Control Flow Integrity infrastructure

[PATCH v2] PCI: endpoint: pci-epf-test: NULL check dma channels before release
 2025-09-13  6:29 UTC  (2+ messages)

target/riscv/pmu.c:216:riscv_pmu_icount_update_priv: assertion failed: (newpriv <= PRV_S)
 2025-09-13  6:27 UTC  (2+ messages)

[PATCH net] net/mlx5: report duplex full when speed is known
 2025-09-13  6:28 UTC 

[PATCH v2] iommu/amd/pgtbl: Fix possible race while increase page table level
 2025-09-13  6:26 UTC 

[PATCH] i2c: davinci: use I2C_MAX_STANDARD_MODE_FREQ when no clock-frequency is set
 2025-09-13  6:25 UTC 

[RESEND PATCH v7 0/1] PCI/sysfs: Expose PCIe device serial number
 2025-09-13  6:20 UTC  (3+ messages)
` [RESEND PATCH v7 1/1] "

[PATCH] iommu/amd/pgtbl: Fix possible race while increase page table level
 2025-09-13  6:18 UTC  (3+ messages)

[westeri-thunderbolt:next] BUILD SUCCESS 00f2bf97544cdc7e5b166d19f896f5eaa2bb02ae
 2025-09-13  6:17 UTC 


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.