From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0A6EC72 for ; Thu, 26 Aug 2021 18:12:08 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 3AF0760F92; Thu, 26 Aug 2021 18:12:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1630001528; bh=twz5qjfjs3FJbsj6czhiTtitZVCzSoSTVpLqfp7OECg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=hq4hit2omb/F8USIQBiXwf1s6cMa8i8CXlt8xq4CmxL7+SfKgMzzS3yqMmWZEPCVd A+i9B4sjCH8uc8iYmSdp0+NQE5Ol98Z0mqWkHM3Eh+QTf9q04vw9D95qYiwOfaodk1 8b55k25Q8VjIUZ4OABbF7OSB5lk/+W7DI2eZjPc3WK24UETY3AJqRRQn9xFNaKsozZ IrnvZVwOuAkMpdn411eeWQuLTz2TnrOm6H19zFPmX4KaTDX1B5yRuw4uGfbjDDfg46 9wQnPDtHGLxmHCW/4c83P1tSowb96r3r01zAIBAJr32QqaMKFaBTq0FQPiEPEyXZgb gekelTGW6N5DQ== Date: Thu, 26 Aug 2021 11:12:07 -0700 From: Jakub Kicinski To: Kalle Valo Cc: Greg Kroah-Hartman , "David S. Miller" , Linus Torvalds , Wren Turkal , ath11k@lists.infradead.org, linux-wireless@vger.kernel.org, regressions@lists.linux.dev, Manivannan Sadhasivam , Hemant Kumar , Loic Poulain , Nicolas Schichan Subject: Re: [regression] Re: 5.14 rc6 broken for QCA6390 on Dell XPS 13 9310 Message-ID: <20210826111207.364d0ba5@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: <87y28o5cw4.fsf@codeaurora.org> References: <87y28sqq4l.fsf@codeaurora.org> <843e7689-fa1e-441b-c49a-ed7291046d5f@freebox.fr> <87tujgqcth.fsf@codeaurora.org> <87mtp47073.fsf_-_@codeaurora.org> <20210826074850.16768dee@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <87eeag6yjr.fsf@codeaurora.org> <87y28o5cw4.fsf@codeaurora.org> Precedence: bulk X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 26 Aug 2021 20:33:47 +0300 Kalle Valo wrote: > >> Also no objections here. FWIW I'm about to send the last PR for > >> networking, still waiting on BPF. You can send the revert to netdev, > >> or directly to Linus as you prefer. LMK. > > > > I prefer take it via the net tree if possible, so if you can wait ~2h > > and I'll send it to you. > > I now submitted the revert, please take it into the net tree if you > still can: > > https://patchwork.kernel.org/project/netdevbpf/patch/20210826172816.24478-1-kvalo@codeaurora.org/ > > I also tested the build with various QRTR options and didn't see any > build errors. Done, thank you!