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 0DB3EC61DA4 for ; Sat, 11 Mar 2023 09:21:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230186AbjCKJVx (ORCPT ); Sat, 11 Mar 2023 04:21:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47536 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229998AbjCKJVP (ORCPT ); Sat, 11 Mar 2023 04:21:15 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0657714499; Sat, 11 Mar 2023 01:20:17 -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 A36AEB8250B; Sat, 11 Mar 2023 09:20:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 976C1C433EF; Sat, 11 Mar 2023 09:20:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678526414; bh=BPD8iZ7NmgAO/P2+4l2QmGyukbYibkFfEbCkZWi187s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rn8/KpWPzfbmk/CVifvlyw0qIY1DNALK0sTxXLItfC5CMC+bnhkrteKdYqYWYHsbI aovsq2RWBy6jK80H+FjFzbqarLdfsPybfv+Dja0ZmeQwzB0zGvxeOmuh9z/cT+554v TJ/y63HuPu72ifvEsu/jJWzX+K3i0Ld7CbyuUllc= Date: Sat, 11 Mar 2023 10:20:11 +0100 From: Greg Kroah-Hartman To: Guenter Roeck Cc: stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, 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 4.14 000/193] 4.14.308-rc1 review Message-ID: References: <20230310133710.926811681@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 Fri, Mar 10, 2023 at 01:03:46PM -0800, Guenter Roeck wrote: > On Fri, Mar 10, 2023 at 02:36:22PM +0100, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.14.308 release. > > There are 193 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 Sun, 12 Mar 2023 13:36:38 +0000. > > Anything received after that time might be too late. > > > > s390: > > arch/s390/net/bpf_jit_comp.c: In function 'bpf_jit_insn': > arch/s390/net/bpf_jit_comp.c:1122:7: error: implicit declaration of function 'nospec_uses_trampoline' > > arch/s390/net/bpf_jit_comp.c:1127:4: error: implicit declaration of function 'EMIT6_PCREL_RILC' Thanks, I'll go drop the offending patch. greg k-h