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 4AB2EC433F5 for ; Mon, 7 Mar 2022 15:25:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229939AbiCGP0e (ORCPT ); Mon, 7 Mar 2022 10:26:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53510 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235406AbiCGP0a (ORCPT ); Mon, 7 Mar 2022 10:26:30 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1A13B90CD9; Mon, 7 Mar 2022 07:25:35 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 68188B815E2; Mon, 7 Mar 2022 15:25:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9B884C340EB; Mon, 7 Mar 2022 15:25:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1646666733; bh=BNQWhI2ZZ59vaTrOPgc5ts1aXPYVmELNBcWywiAR6ug=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SnAbyCdbk1hQur6TFu02eVVDcJCVsjO+0vHlxOYZuK08YK0WDdtrP0AY8VMxqnRQx oRs4ngY50FAS0myedFBp7iw5T0zkCCKtxsg41jU5JIOIhChW2pTYVEJ7t7PYYAMQMF j6zFXYzafHCzaTD6CLd/Tf62jEwuUnbmS8eWr91M= Date: Mon, 7 Mar 2022 16:25:30 +0100 From: Greg Kroah-Hartman To: Naresh Kamboju Cc: Linux ARM , Netdev , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, stable@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, slade@sladewatkins.com, Catalin Marinas , Will Deacon , Hou Tao , Christoph Hellwig , Tiezhu Yang , "moderated list:ARM/Mediatek SoC..." , Matthias Brugger , Daniel Vetter , David Airlie Subject: Re: [PATCH 5.15 000/262] 5.15.27-rc1 review Message-ID: References: <20220307091702.378509770@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 07, 2022 at 06:30:18PM +0530, Naresh Kamboju wrote: > On Mon, 7 Mar 2022 at 15:07, Greg Kroah-Hartman > wrote: > > > > This is the start of the stable review cycle for the 5.15.27 release. > > There are 262 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, 09 Mar 2022 09:16:25 +0000. > > Anything received after that time might be too late. > > > > The whole patch series can be found in one patch at: > > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.15.27-rc1.gz > > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.15.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > > Following build errors/warnings noticed on arm64. > > > arch/arm64/net/bpf_jit_comp.c: In function 'build_insn': > arch/arm64/net/bpf_jit_comp.c:791:21: error: implicit declaration of > function 'bpf_pseudo_func' [-Werror=implicit-function-declaration] > 791 | if (bpf_pseudo_func(insn)) > | ^~~~~~~~~~~~~~~ > cc1: some warnings being treated as errors Found this one, now dropped.