From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 E7B271F920 for ; Tue, 23 May 2023 16:51:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E9238C433D2; Tue, 23 May 2023 16:51:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1684860673; bh=izyCzL7IxwPYSjQwQ4VWfRTuDpLIk4BkEayJvTPAB30=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hdwimHNYQj4/yfHUvCqQHWJ7pdOeKTJr3fgpcgipgCBE5cCa+XCbuw5ynPX36VGRX fCMZqBEKsN2QxuqQB7eAvhVLxWfLu1uXRcbz6XSLy9spqOqxvLRbBofaNBsr9sJ4KQ 2p2WxzsirgoAt6Efvl3ptSis04HcN920XuKNBjb4= Date: Tue, 23 May 2023 17:51:10 +0100 From: Greg Kroah-Hartman To: Chris Paterson Cc: "stable@vger.kernel.org" , "patches@lists.linux.dev" , "linux-kernel@vger.kernel.org" , "torvalds@linux-foundation.org" , "akpm@linux-foundation.org" , "linux@roeck-us.net" , "shuah@kernel.org" , "patches@kernelci.org" , "lkft-triage@lists.linaro.org" , "pavel@denx.de" , "jonathanh@nvidia.com" , "f.fainelli@gmail.com" , "sudipm.mukherjee@gmail.com" , "srw@sladewatkins.net" , "rwarsow@gmx.de" Subject: Re: [PATCH 6.3 000/364] 6.3.4-rc1 review Message-ID: <2023052357-deepen-celery-bdd5@gregkh> References: <20230522190412.801391872@linuxfoundation.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Mon, May 22, 2023 at 08:29:05PM +0000, Chris Paterson wrote: > Hello Greg, > > > From: Greg Kroah-Hartman > > Sent: Monday, May 22, 2023 8:05 PM > > > > This is the start of the stable review cycle for the 6.3.4 release. > > There are 364 patches in this series, all will be posted as a response > > to this one. If anyone has any issues with these being applied, please > > let me know. > > > > Responses should be made by Wed, 24 May 2023 19:03:25 +0000. > > Anything received after that time might be too late. > > I'm seeing a few build failures with Linux 6.3.4-rc1 (20efcce0526d) due to the drivers/usb/host/xhci.c driver: > > drivers/usb/host/xhci.c:497:19: error: static declaration of 'xhci_try_enable_msi' follows non-static declaration > 497 | static inline int xhci_try_enable_msi(struct usb_hcd *hcd) > | ^~~~~~~~~~~~~~~~~~~ > In file included from drivers/usb/host/xhci.c:22: > drivers/usb/host/xhci.h:2146:5: note: previous declaration of 'xhci_try_enable_msi' was here > 2146 | int xhci_try_enable_msi(struct usb_hcd *hcd); > | ^~~~~~~~~~~~~~~~~~~ > > Example build failure: https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/jobs/4328533790#L2178 > Pipeline: https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/875108293 > > Commit 78887e3e5f00 ("xhci: Avoid PCI MSI/MSIX interrupt reinitialization at resume") adds the offending code. > I'm only seeing this for the 6.3 rc. Thanks, I've dropped the offending change and will push out a -rc2. greg k-h