messages from 2026-07-08 19:50:24 to 2026-07-08 21:50:01 UTC [more...]
[patch 00/18] entry: Consolidate and rework syscall entry handling
2026-07-08 21:49 UTC (19+ messages)
` [patch 06/18] riscv/syscall: Use syscall_enter_from_user_mode_randomize_stack()
` [patch 07/18] s390/syscall: Use enter_from_user_mode_randomize_stack()
` [patch 08/18] x86/syscall: Use [syscall_]enter_from_user_mode_randomize_stack()
` [patch 09/18] entry: Remove syscall_enter_from_user_mode()
` [patch 10/18] entry: Use syscall number instead of rereading it
` [patch 11/18] seccomp, treewide: Rename and convert __secure_computing() to return boolean
` [patch 13/18] entry: Make trace_syscall_enter() return type bool
[PATCH] fuse: drop redundant err assignments in fuse_dev_do_write()
2026-07-08 21:49 UTC (2+ messages)
[PATCH v1] landlock: Document the threat model
2026-07-08 21:48 UTC (2+ messages)
[RFC PATCH 0/3] rust: power_supply class abstraction and SMB347 charger driver
2026-07-08 21:47 UTC (4+ messages)
` [RFC PATCH 1/3] rust: i2c: add SMBus byte transfer helpers
` [RFC PATCH 2/3] rust: power_supply: add power supply class abstraction
` [RFC PATCH 3/3] power: supply: add Rust SMB347 charger driver
[PATCH net] macsec: fix promiscuity refcount leak in macsec_dev_open()
2026-07-08 21:47 UTC (2+ messages)
Lunar Lake: silent fatal platform resets caused by idle-exit core hang
2026-07-08 21:44 UTC (2+ messages)
[PATCH 0/5] drm/panel: jd9365da: add support for DCLTek DT300250
2026-07-08 21:35 UTC (6+ messages)
` [PATCH 1/5] drm: panel: jd9365da: Enable LPM mode
` [PATCH 2/5] drm: panel: jd9365da: Add prepare_prev_first flag to drm_panel
` [PATCH 3/5] dt-bindings: vendor-prefixes: Add DCLTEK
` [PATCH 4/5] dt-bindings: display: panel: add compatible for DCLTek 300250 9.35in panel
` [PATCH 5/5] drm: panel: jd9365da: Add DCLTek 300250 9.35in display
[PATCH] x86/microcode/intel: Panic on partial microcode update
2026-07-08 21:18 UTC (2+ messages)
` [PATCH v2] x86/microcode/intel: Taint kernel on partial update
[PATCH] x86/build/64: Prevent native builds from generating APX instructions
2026-07-08 21:14 UTC
[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
2026-07-08 21:37 UTC (14+ messages)
` [PATCH v2 16/17] KVM: TDX: Add in-kernel Quote generation
[PATCH] media: ov5693: add OVTI5693 ACPI HID for IPU6 Surface devices
2026-07-08 21:36 UTC
[PATCH 0/3] SM8450 IPA support
2026-07-08 21:35 UTC (8+ messages)
` [PATCH 3/3] net: ipa: Add IPA v5.1 data
[PATCH] mm/page_owner: avoid docs build warning
2026-07-08 21:35 UTC
[PATCH v2 0/7] KVM: x86: EFER validity fixes and cleanups
2026-07-08 21:34 UTC (8+ messages)
` [PATCH v2 4/7] KVM: x86: Add a per-vendor callback to setup EFER caps
[PATCH 00/15] MT8189: Add support for system and base clock controllers
2026-07-08 21:34 UTC (5+ messages)
` [PATCH 02/15] dt-bindings: clock: mediatek: regroup MT8188 dt-bindings into MT8186
[PATCH v3 00/11] arm64: dts: qcom: Add x1e/Hamoa camera DTSI
2026-07-08 21:33 UTC (4+ messages)
[PATCH v4] dma: at_hdmac: Fix use-after-free by proper tasklet cleanup
2026-07-08 21:32 UTC (2+ messages)
[PATCH v12 0/6] Add dt-bindings and PHY updates for CAMSS on x1e80100 silicon
2026-07-08 21:32 UTC (4+ messages)
` [PATCH v12 2/6] dt-bindings: media: qcom,x1e80100-camss: Describe iommu entries
[RFC PATCH] pinctrl: sunxi: convert to GPIO_GENERIC
2026-07-08 21:31 UTC (3+ messages)
[PATCH] phy: HiSilicon: Fix error handling in hi3670_pcie_allclk_ctrl()
2026-07-08 21:31 UTC
[PATCH] cxl/hdm: Enforce CFMWS HDM-H policy at decoder commit time
2026-07-08 21:30 UTC
[PATCH] KVM: x86: Remove AMX-TF32 enumeration
2026-07-08 21:01 UTC
[PATCHSET v4 sched_ext/for-7.3] sched_ext: Capability-based CPU delegation for sub-schedulers
2026-07-08 21:24 UTC (41+ messages)
` [PATCH v4 sched_ext/for-7.3 01/40] sched_ext: Record an error on errno-only sub-enable failure
` [PATCH v4 sched_ext/for-7.3 02/40] sched_ext: Fix premature ops->priv publication in scx_alloc_and_add_sched()
` [PATCH v4 sched_ext/for-7.3 03/40] tools/sched_ext: scx - Fix cmask_subset(), cmask_equal() and cmask_weight()
` [PATCH v4 sched_ext/for-7.3 04/40] sched_ext: Use READ_ONCE/WRITE_ONCE in cmask word ops and drop _RACY variants
` [PATCH v4 sched_ext/for-7.3 05/40] sched_ext: Add SCX_CALL_CID_OP_TASK() for cid-form op dispatch
` [PATCH v4 sched_ext/for-7.3 06/40] sched_ext: Rename extra_enq_flags to remote_activate_enq_flags
` [PATCH v4 sched_ext/for-7.3 07/40] tools/sched_ext: scx_qmap - Use bare u64/u32/s32 integer types
` [PATCH v4 sched_ext/for-7.3 08/40] sched_ext: Reject direct slice and dsq_vtime writes for cid-form schedulers
` [PATCH v4 sched_ext/for-7.3 09/40] sched_ext: Make scx_bpf_kick_cid() return void
` [PATCH v4 sched_ext/for-7.3 10/40] sched_ext: Make the kick machinery per-sched
` [PATCH v4 sched_ext/for-7.3 11/40] sched_ext: Add ops.init_cids() to finalize the cid layout before init
` [PATCH v4 sched_ext/for-7.3 12/40] sched_ext: Add CID sharding
` [PATCH v4 sched_ext/for-7.3 13/40] sched_ext: Add shard boundaries to scx_bpf_cid_override()
` [PATCH v4 sched_ext/for-7.3 14/40] sched_ext: Defer scx_sched kobj sysfs add into the enable workfns
` [PATCH v4 sched_ext/for-7.3 15/40] sched_ext: Add per-shard scx_sched storage scaffolding
` [PATCH v4 sched_ext/for-7.3 16/40] sched_ext: Add scx_cmask_ref for validated arena cmask access
` [PATCH v4 sched_ext/for-7.3 17/40] sched_ext: Build the set_cmask scratch from trusted geometry
` [PATCH v4 sched_ext/for-7.3 18/40] sched_ext: RCU-protect the sub-sched tree's children/sibling lists
` [PATCH v4 sched_ext/for-7.3 19/40] sched_ext: Add scx_skip_subtree_pre()
` [PATCH v4 sched_ext/for-7.3 20/40] sched_ext: Stop resolving a disabled scheduler's programs
` [PATCH v4 sched_ext/for-7.3 21/40] sched_ext: Add per-shard cap delegation for sub-schedulers
` [PATCH v4 sched_ext/for-7.3 22/40] sched_ext: Add coalescing sub_caps_updated() notifier "
` [PATCH v4 sched_ext/for-7.3 23/40] sched_ext: Maintain per-cpu effective cap copies for single-read checks
` [PATCH v4 sched_ext/for-7.3 24/40] sched_ext: Add sub_ecaps_updated() effective-cap change notifier
` [PATCH v4 sched_ext/for-7.3 25/40] sched_ext: Generalize local-DSQ handling to rq-owned DSQs
` [PATCH v4 sched_ext/for-7.3 26/40] sched_ext: Add reject DSQ for cap-rejected dispatches
` [PATCH v4 sched_ext/for-7.3 27/40] sched_ext: Add the SCX_CAP_ENQ_IMMED cap
` [PATCH v4 sched_ext/for-7.3 28/40] sched_ext: Assign a unique id to each scheduler instance
` [PATCH v4 sched_ext/for-7.3 29/40] sched_ext: Route task slice writes through set_task_slice()
` [PATCH v4 sched_ext/for-7.3 30/40] sched_ext: Track the cpu a task is runnable on
` [PATCH v4 sched_ext/for-7.3 31/40] sched_ext: Tie cpu occupancy to SCX_CAP_BASE through the task slice
` [PATCH v4 sched_ext/for-7.3 32/40] sched_ext: Add the SCX_CAP_ENQ cap
` [PATCH v4 sched_ext/for-7.3 33/40] sched_ext: Gate kicks on SCX_CAP_BASE and preemption on SCX_CAP_PREEMPT
` [PATCH v4 sched_ext/for-7.3 34/40] sched_ext: Authorize remote-move inserts against the placing scheduler
` [PATCH v4 sched_ext/for-7.3 35/40] sched_ext: Route ops.update_idle() to sub-schedulers and re-notify owed scheds
` [PATCH v4 sched_ext/for-7.3 36/40] sched_ext: Replay ecaps notifications suppressed by bypass
` [PATCH v4 sched_ext/for-7.3 37/40] sched_ext: Add scx_bpf_sub_kill() to evict a child sub-scheduler
` [PATCH v4 sched_ext/for-7.3 38/40] tools/sched_ext: Add three-mask cmask intersection iterator
` [PATCH v4 sched_ext/for-7.3 39/40] tools/sched_ext: scx_qmap - Expand hierarchical sub-scheduling
` [PATCH v4 sched_ext/for-7.3 40/40] tools/sched_ext: scx_qmap - Add sub-sched cap fault injection
[PATCH 00/10] mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODE (Part 2)
2026-07-08 21:24 UTC (2+ messages)
[PATCH v4 0/5] Add Qualcomm JPEG V4L2 encoder for SM8250
2026-07-08 21:21 UTC (12+ messages)
[PATCH v6 00/11] Dynamic PAMT
2026-07-08 21:20 UTC (15+ messages)
` [PATCH v6 02/11] x86/virt/tdx: Allocate page bitmap for "
` [PATCH v6 04/11] x86/virt/tdx: Allocate ref counts for Dynamic PAMT memory
` [PATCH v6 05/11] x86/virt/tdx: Handle concurrent callers in tdx_pamt_get/put()
[PATCH net] sctp: validate stream count in sctp_process_strreset_inreq()
2026-07-08 21:20 UTC (2+ messages)
[PATCH 1/2] platform/x86: uniwill-laptop: Add 2 new feature defines for TUXEDO devices
2026-07-08 21:18 UTC (2+ messages)
` [PATCH 2/2] platform/x86: uniwill-laptop: Add Avell A60 MUV support
[PATCH v1 0/3] Add support for Variscite VAR-SOM-AM62 and Symphony board
2026-07-08 21:18 UTC (4+ messages)
` [PATCH v1 1/3] dt-bindings: arm: ti: Add bindings for Variscite VAR-SOM-AM62
` [PATCH v1 2/3] arm64: dts: ti: Add support "
` [PATCH v1 3/3] arm64: dts: ti: var-som-am62: Add support for Variscite Symphony Board
[PATCH v3 00/11] dma-buf: heaps: Add support for Tegra VPR
2026-07-08 21:18 UTC (5+ messages)
` [PATCH v3 01/11] dt-bindings: reserved-memory: Document "
[tip:perf/merge] BUILD SUCCESS c364506b98ef947174c1e8554c6861383712e141
2026-07-08 21:14 UTC
possible deadlock in drm_gem_shmem_mmap
2026-07-08 21:13 UTC
[PATCH v8 0/6] alloc_tag: introduce IOCTL-based filtering for MAP
2026-07-08 21:13 UTC (2+ messages)
[PATCH v4 0/4] AUXADC driver for the MediaTek mt6323 PMIC
2026-07-08 21:10 UTC (3+ messages)
` [PATCH v4 3/4] mfd: mt6397-core: add mt6323 AUXADC support
[PATCH 0/4] rust: Add support for reserving of ranges of IDs
2026-07-08 21:08 UTC (9+ messages)
` [PATCH 3/4] rust: id_pool: add contiguous area allocation
[PATCH] libceph: reset OSD session when keepalive2 acks stop arriving
2026-07-08 21:07 UTC (2+ messages)
[PATCH] scsi: ufs: core: cancel RTC work in active-active suspend
2026-07-08 21:04 UTC (2+ messages)
[PATCH -next] docs: submitting-patches: Fix section structure around DCO
2026-07-08 21:04 UTC (2+ messages)
[PATCH v4] dmaengine: sun6i-dma: Fix use-after-free in error handling paths
2026-07-08 21:03 UTC (2+ messages)
[PATCH net-next v3] net: mana: Add handler for sriov configure
2026-07-08 20:59 UTC
[PATCH v2] x86/shstk: shadow stack enabling write return code change
2026-07-08 21:00 UTC (4+ messages)
[PATCH v2] dmaengine: fsl-edma: Add error handling for devm_kasprintf
2026-07-08 20:58 UTC (2+ messages)
[RESEND PATCH v4 00/15] x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
2026-07-08 20:56 UTC (5+ messages)
` [RESEND PATCH v4 03/15] x86/resctrl: Add data structures and definitions for PLZA configuration
` [RESEND PATCH v4 04/15] fs/resctrl: Introduce kernel mode (kmode) data structures
[PATCH v3 00/10] dmaengine: dw-edma: flatten desc structions and simple code
2026-07-08 20:55 UTC (4+ messages)
[PATCH] usb: gadget: f_uac1_legacy: fix inverted NULL check after kstrndup()
2026-07-08 20:54 UTC (3+ messages)
[PATCH net-next v2] net: mana: Add handler for sriov configure
2026-07-08 20:52 UTC (3+ messages)
` [EXTERNAL] "
[PATCH v4] EDAC/altera: use ECC manager compatible to select A10/S10 IRQ layout
2026-07-08 20:48 UTC (6+ messages)
` [PATCH v5 0/2] EDAC/altera: select A10/S10 behaviour by ECC manager compatible
` [PATCH v5 1/2] EDAC/altera: use ECC manager compatible to select A10/S10 IRQ layout
` [PATCH v5 2/2] EDAC/altera: remove remaining CONFIG_64BIT ifdefs in the DB-error path
[PATCH 0/5] riscv: vdso: Implement __vdso_futex_robust_try_unlock()
2026-07-08 20:46 UTC (5+ messages)
` [PATCH 5/5] "
[PATCH 0/6] Add audio support on i.MX91 9x9 QSB
2026-07-08 20:45 UTC (11+ messages)
` [PATCH 1/6] ASoC: dt-bindings: wlf,wm8524: Add audio-graph port support
` [PATCH 2/6] ASoC: dt-bindings: fsl,micfil: "
` [PATCH 3/6] ASoC: dt-bindings: dmic-codec: "
` [PATCH 4/6] arm64: dts: imx91-9x9-qsb: Add audio-related board muxes
` [PATCH 5/6] arm64: dts: imx91-9x9-qsb: Add WM8524 sound card support
[PATCH] crypto: atmel-ecc - avoid stale fallback key after set_secret failure
2026-07-08 20:42 UTC
[PATCH] selftests/tracing: Have trigger-hist-poll.tc use sched_process_exit
2026-07-08 20:37 UTC (3+ messages)
[PATCH] fd/ceph/mds_client: add per-request lock for completion
2026-07-08 20:42 UTC
[PATCH] docs: dma-api: remove needless bracket
2026-07-08 20:41 UTC (2+ messages)
[PATCH] fs/ceph/mds_client: drop mdsc->mutex before decoding the MDS reply
2026-07-08 20:40 UTC
[PATCH v3] net/ceph/messenger: support IPv6 Link-Local with scope identifier
2026-07-08 20:38 UTC
[PATCH net-next v4 0/3] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
2026-07-08 20:35 UTC (5+ messages)
` [PATCH net-next v4 1/3] net: devmem: allow rx-buf-size > PAGE_SIZE per dmabuf binding
[PATCH] posix-cpu-timers: don't abuse lock_task_sighand() in handle_posix_cpu_timers()
2026-07-08 20:35 UTC (2+ messages)
[PATCH v2] eeprom: move nvmem EEPROM drivers to drivers/nvmem/
2026-07-08 20:33 UTC (2+ messages)
[PATCH v2] mm/util: don't read __page_2 for order-1 folios in snapshot_page()
2026-07-08 20:31 UTC (2+ messages)
[PATCH] staging: rtl8723bs: fix spaces preferred fix
2026-07-08 20:28 UTC (2+ messages)
` [PATCH v2] staging: rtl8723bs: "
[PATCH] mm/util: don't read __page_2 for order-1 folios in snapshot_page()
2026-07-08 20:29 UTC (4+ messages)
[PATCH 0/4] ARM: dts: imx: fix ldb related CHECK_DTBS warnings
2026-07-08 20:29 UTC (5+ messages)
` [PATCH 1/4] dt-bindings: display: bridge: ldb: allow a single reg for fsl,imx6sx-ldb
` [PATCH 2/4] dt-bindings: soc: imx-iomuxc-gpr: allow bridge@18 as child node
` [PATCH 3/4] dt-bindings: display: lcdif: Allow display0 child node for i.MX6UL
` [PATCH 4/4] ARM: dts: imx6ul-tx6ul: rename disp0 to display0
[tip: timers/urgent] posix-cpu-timers: Prevent UAF caused by non-leader exec() race
2026-07-08 20:27 UTC (5+ messages)
[PATCH v5 0/9] nvmem: rework nvmem core and allow unbinding with active consumers
2026-07-08 20:26 UTC (2+ messages)
[PATCH v2] x86: Start removing X86_X32_ABI
2026-07-08 20:26 UTC (8+ messages)
[PATCH net-next v11 0/7] netconsole: support automatic target recovery
2026-07-08 20:24 UTC (4+ messages)
` [PATCH net-next v11 7/7] selftests: netconsole: validate target resume
[PATCH] drm/imx: check parallel-display drm_bridge_attach
2026-07-08 20:23 UTC (2+ messages)
` [PATCH v2] "
[PATCH v2 1/2] fuse: copy request headers via a stack buffer for io-uring
2026-07-08 20:21 UTC (2+ messages)
[PATCH] drm/imx: Fix ipu_plane_duplicate_state() OOM handling
2026-07-08 20:21 UTC (2+ messages)
` [PATCH v2] "
[PATCH net 0/2] net/stmmac: Secure against failures of DMA memory allocation
2026-07-08 20:16 UTC (3+ messages)
` [PATCH net 2/2] net/stmmac: Prevent dma queue NULL free on allocation failure
[PATCH 0/7] platform/x86: uniwill-laptop: Support additional features
2026-07-08 20:15 UTC (7+ messages)
` [PATCH 1/7] platform/x86: uniwill-laptop: Add keyboard backlight support
` [PATCH 7/7] platform/x86: uniwill-laptop: Add lightbar support for LAPQC71A/B
[tip:x86/cpu] BUILD SUCCESS 3eaa50e1e255ec261c757b9eea811ef3bac10d1e
2026-07-08 20:14 UTC
[PATCH] selftests: do not override CFLAGS set by the build environment
2026-07-08 20:16 UTC (2+ messages)
[PATCH] drm/xe: free madvise VMA array on L2 flush failure
2026-07-08 20:14 UTC (2+ messages)
arch/x86/kvm/mmu/mmu.c:5596:82: sparse: sparse: cast truncates bits from constant value (ffff5555 becomes 5555)
2026-07-08 20:12 UTC
[PATCH net v3 0/2] net/stmmac: Fix panic during interface shutdown & apply STMMAC_DOWN flag
2026-07-08 20:12 UTC (3+ messages)
` [PATCH net v3 1/2] net/stmmac: Check for STMMAC_DOWN flag in all XDP paths
[Regression] Kernel 7.2-rc : thunderbolt crash on startup
2026-07-08 20:09 UTC
[PATCH 0/4] ARM: dts: imx: small change to fix CHECK_DTBS warnings
2026-07-08 20:08 UTC (5+ messages)
` [PATCH 1/4] ARM: dts: imx6dl-plym2m: change #io-channel-cells to 1 of voltage divider
` [PATCH 2/4] ARM: dts: imx53-smd: remove undocument property clock-names of ovti,ov5642
` [PATCH 3/4] ARM: dts: imx6ul-isiot: remove undocument property clock-names of fsl,sgtl5000
` [PATCH 4/4] ARM: dts: imx6ull-engicam-microgea: remove nand-ecc-strength and nand-ecc-step-size
[PATCH v5 00/23] Introduce SCMI Telemetry support
2026-07-08 20:05 UTC (3+ messages)
[PATCH] perf stat: Do not open cgroups for BPF counters
2026-07-08 20:04 UTC
[PATCH v1] ACPI: fan: Use devm_acpi_install_notify_handler()
2026-07-08 20:03 UTC (2+ messages)
[PATCH 0/2] ir: support IR for Amlogic A9 SoC
2026-07-08 20:02 UTC (5+ messages)
` [PATCH 2/2] arm64: dts: amlogic: a9: Add IR controller support
[PATCH RFC net-next 3/3] net: dsa: mxl862xx: add devlink flash_update and info_get
2026-07-08 20:02 UTC (3+ messages)
[PATCH 0/4] test-ww_mutex: Miscellaneous fixes
2026-07-08 20:01 UTC (9+ messages)
` [PATCH 3/4] test-ww_mutex: Handle transient -EDEADLK in test_cycle_work
` [PATCH 4/4] test-ww_mutex: Retry lock acquisition after timeout if deadlocked
[PATCH 0/2] ARM: dts: imx: clean up fsl,emi-bus related CHECK_DTBS warnings
2026-07-08 20:00 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: soc: imx: Add fsl,eim-bus
` [PATCH 2/2] ARM: dts: imx53-ard: change node name eim-cs1 to eim-cs1-bus
[PATCH 0/8] wifi: fix PMSR lifetime and frame validation issues
2026-07-08 19:59 UTC (9+ messages)
` [PATCH 1/8] wifi: mac80211_hwsim: clear PMSR request state on abort
` [PATCH 2/8] wifi: mac80211_hwsim: authenticate PMSR report senders
` [PATCH 3/8] wifi: iwlwifi: mld: abort active PMSR requests
` [PATCH 4/8] wifi: cfg80211: guard optional PMSR nominal time
` [PATCH 5/8] wifi: mac80211: validate probe response countdown offsets
` [PATCH 6/8] wifi: mac80211: validate S1G TWT params before driver setup
` [PATCH 7/8] wifi: mwifiex: validate action frame fixed fields
` [PATCH 8/8] wifi: nl80211: clean up color-change beacon data on errors
[PATCH v6 00/23] sched: Introduce cpu_preferred_mask and steal-driven vCPU backoff
2026-07-08 19:59 UTC (8+ messages)
` [PATCH v6 20/23] virt/steal_monitor: Act on steal values at regular intervals
[PATCH] iio: light: opt3001: split opt3001_get_processed() logic
2026-07-08 19:57 UTC (2+ messages)
[PATCH] hwmon: (asus_ec_sensors) add ProArt Z690-CREATOR WIFI
2026-07-08 19:56 UTC
[PATCH v2 0/5] platform/x86: lg-laptop: Improve support for modern devices
2026-07-08 19:55 UTC (6+ messages)
` [PATCH v2 1/5] platform/x86: lg-laptop: Fix LED resource handling
` [PATCH v2 2/5] platform/x86: lg-laptop: Add support for native ACPI events
` [PATCH v2 3/5] platform/x86: lg-laptop: Add support for additional events
` [PATCH v2 4/5] platform/x86: lg-laptop: Improve WMAB control method support
` [PATCH v2 5/5] platform/x86: lg-laptop: Fix keyboard backlight support on LG Gram 16T90SP
[PATCH] drm/xe/nvm: fix writable override for CRI
2026-07-08 19:53 UTC (2+ messages)
[PATCH] cifs: Fix support for creating SFU socket
2026-07-08 19:50 UTC (4+ messages)
[PATCH] iio: dac: mcp47feb02: add missing 'select REGMAP_I2C' to Kconfig
2026-07-08 19:50 UTC
[PATCH wireless-next] wifi: mt76: fix MAC address for non OF pcie cards
2026-07-08 19:42 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox