* [d-kernel] [PATCH 0/1] [6.12-7.1] Fix: mt7921e lockup
@ 2026-05-18 10:36 silverducks
2026-05-18 10:36 ` [d-kernel] [PATCH 1/1] " silverducks
2026-05-18 12:26 ` [d-kernel] [PATCH 0/1] [6.12-7.1] " Vitaly Chikunov
0 siblings, 2 replies; 3+ messages in thread
From: silverducks @ 2026-05-18 10:36 UTC (permalink / raw)
To: devel-kernel
Патч устраняющий зависание mt7921e.
Прошу применить данный патч ко всем ядрам.
Pavel Petrykin (1):
Fix: mt7921e lockup
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.50.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [d-kernel] [PATCH 1/1] Fix: mt7921e lockup
2026-05-18 10:36 [d-kernel] [PATCH 0/1] [6.12-7.1] Fix: mt7921e lockup silverducks
@ 2026-05-18 10:36 ` silverducks
2026-05-18 12:26 ` [d-kernel] [PATCH 0/1] [6.12-7.1] " Vitaly Chikunov
1 sibling, 0 replies; 3+ messages in thread
From: silverducks @ 2026-05-18 10:36 UTC (permalink / raw)
To: devel-kernel
Make scan cancellation in the mt76 common layer synchronous,
thus avoiding a race condition, which causes mt7921e chip to
go unresponsive until it is reset.
Signed-off-by: Pavel Petrykin <silverducks@altlinux.org>
---
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
b/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
index fc3e6728fcfb..0b50d31a6d98 100644
--- a/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
+++ b/drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c
@@ -1857,7 +1857,7 @@ int mt76_connac_mcu_cancel_hw_scan(struct mt76_phy
*phy,
}
return mt76_mcu_send_msg(phy->dev, MCU_CE_CMD(CANCEL_HW_SCAN),
- &req, sizeof(req), false);
+ &req, sizeof(req), true);
}
EXPORT_SYMBOL_GPL(mt76_connac_mcu_cancel_hw_scan);
--
2.50.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [d-kernel] [PATCH 0/1] [6.12-7.1] Fix: mt7921e lockup
2026-05-18 10:36 [d-kernel] [PATCH 0/1] [6.12-7.1] Fix: mt7921e lockup silverducks
2026-05-18 10:36 ` [d-kernel] [PATCH 1/1] " silverducks
@ 2026-05-18 12:26 ` Vitaly Chikunov
1 sibling, 0 replies; 3+ messages in thread
From: Vitaly Chikunov @ 2026-05-18 12:26 UTC (permalink / raw)
To: silverducks, ALT Linux kernel packages development
Pavel,
On Mon, May 18, 2026 at 01:36:17PM +0300, silverducks wrote:
> Патч устраняющий зависание mt7921e.
> Прошу применить данный патч ко всем ядрам.
>
> Pavel Petrykin (1):
> Fix: mt7921e lockup
Спасибо, но такие патчи нужно слать в апстрим.
https://www.kernel.org/doc/html/latest/process/submitting-patches.html
>
> drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --
> 2.50.1
> _______________________________________________
> devel-kernel mailing list
> devel-kernel@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/devel-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-05-18 12:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-18 10:36 [d-kernel] [PATCH 0/1] [6.12-7.1] Fix: mt7921e lockup silverducks
2026-05-18 10:36 ` [d-kernel] [PATCH 1/1] " silverducks
2026-05-18 12:26 ` [d-kernel] [PATCH 0/1] [6.12-7.1] " Vitaly Chikunov
ALT Linux kernel packages development
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel-kernel/0 devel-kernel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel-kernel devel-kernel/ http://lore.altlinux.org/devel-kernel \
devel-kernel@altlinux.org devel-kernel@altlinux.ru devel-kernel@altlinux.com
public-inbox-index devel-kernel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel-kernel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git