From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E148EC74A5B for ; Sat, 18 Mar 2023 15:34:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229896AbjCRPeZ (ORCPT ); Sat, 18 Mar 2023 11:34:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53210 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229779AbjCRPeW (ORCPT ); Sat, 18 Mar 2023 11:34:22 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C006426CD7 for ; Sat, 18 Mar 2023 08:34:16 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 5AA4E21A8D; Sat, 18 Mar 2023 15:34:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1679153655; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=U7KT8zixlfnIjbwjKjgnOqqyx8qDb5Jny1e7PnClSv8=; b=pgBA1FfIt85osQmW+AVZ+muqLseGhhciZHiv7Pl/Hwo7/m27O/FDD3mbO2dp/odFyABAV7 KtIWcZ28UO+rEaisnjLVe8ZsEeAu00iIBA/BQ0gy23OOBfhCSkwtXCbLvSnqWCbDgkzKIQ NJ99Vc3uEPmd3dlHbCQtuXCPYMXn/1I= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1679153655; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=U7KT8zixlfnIjbwjKjgnOqqyx8qDb5Jny1e7PnClSv8=; b=W6zTfJ6Bv8p0c2NsBVLueRx2bCcn/EPol4yN3OLDrpVrPAKlP9lmmDHG7l4ElqUexZbWej T4lic9vs29cgu+AA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 370BE13443; Sat, 18 Mar 2023 15:34:15 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id EWGGDPfZFWQDWgAAMHmgww (envelope-from ); Sat, 18 Mar 2023 15:34:15 +0000 Date: Sat, 18 Mar 2023 16:34:14 +0100 Message-ID: <87zg8am5u1.wl-tiwai@suse.de> From: Takashi Iwai To: Ping-Ke Shih Cc: "tiwai@suse.de" , "linux-kernel@vger.kernel.org" , "linux-firmware@kernel.org" , "jwboyer@kernel.org" Subject: Re: [FIRMWARE] Regression on rtw89/rtw8852b_fw.bin by the latest update In-Reply-To: <00af66ce474c19ead83b9a507661a0f5993b5ad3.camel@realtek.com> References: <878rfuo67a.wl-tiwai@suse.de> <00af66ce474c19ead83b9a507661a0f5993b5ad3.camel@realtek.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 18 Mar 2023 15:05:19 +0100, Ping-Ke Shih wrote: > > On Sat, 2023-03-18 at 08:43 +0100, Takashi Iwai wrote: > > > > Hi, > > > > we've received a regression report on openSUSE Tumbleweed about the > > Realtek WiFi, and the culprit was spotted to be the latest firmware > > update of rtw89/rtw8852b_fw.bin. The former working linux-firmware > > tree was at the commit 5c11a3742947, while broken at 5bc279fb161d. > > > > The details are found in: > > https://bugzilla.opensuse.org/show_bug.cgi?id=1209449 > > > > Could you check the problem? > > (Or feel free to join to the bugzilla entry above.) > > > > > > I have sent a pull-request [1] to revert the firmware and Cc you. Great, thanks for your quick action! Takashi > > [1] > https://lore.kernel.org/linux-firmware/889f3db6ca4008047595f4392388acc1f165e03c.camel@realtek.com/T/#u > > Ping-Ke >