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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CF801C433EF for ; Tue, 5 Oct 2021 06:47:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A2FFE6137F for ; Tue, 5 Oct 2021 06:47:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232117AbhJEGs5 (ORCPT ); Tue, 5 Oct 2021 02:48:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:35504 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230526AbhJEGs5 (ORCPT ); Tue, 5 Oct 2021 02:48:57 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id CD43061019; Tue, 5 Oct 2021 06:47:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1633416427; bh=p+bxFa9xSUFSlIjdgl60SpyfsYPInsp9KUGfqqbVv/o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ovnn4WniriHw1xTQMn9Op6ILCRY/LtA1cBgiwfnUKsr2RPiCxEOFuWmPeG5vhGBnN UpEJprQLhp9tXeaS120CKPSb4H7yAmbVNqkOKHthmrUxxKHwD/xWKzY6x4r7fMFGgS 9lwpiErvX5YBK/eqgKHrXCYpHcfZkC4VbQCG2tXk= Date: Tue, 5 Oct 2021 08:47:05 +0200 From: Greg Kroah-Hartman To: Eric Dumazet Cc: Naresh Kamboju , open list , Shuah Khan , Florian Fainelli , patches@kernelci.org, lkft-triage@lists.linaro.org, Jon Hunter , linux-stable , Pavel Machek , Andrew Morton , Linus Torvalds , Guenter Roeck , Netdev , Jann Horn , "Eric W. Biederman" , Luiz Augusto von Dentz , Marcel Holtmann , "David S. Miller" Subject: Re: [PATCH 4.19 00/95] 4.19.209-rc1 review Message-ID: References: <20211004125033.572932188@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: stable@vger.kernel.org On Mon, Oct 04, 2021 at 10:44:50AM -0700, Eric Dumazet wrote: > On Mon, Oct 4, 2021 at 10:40 AM Naresh Kamboju > wrote: > > > > On Mon, 4 Oct 2021 at 18:32, Greg Kroah-Hartman > > wrote: > > > > > > This is the start of the stable review cycle for the 4.19.209 release. > > > There are 95 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, 06 Oct 2021 12:50:17 +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/v4.x/stable-review/patch-4.19.209-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-4.19.y > > > and the diffstat can be found below. > > > > > > thanks, > > > > > > greg k-h > > > > Regression found on arm, arm64, i386 and x86. > > following kernel crash reported on stable-rc linux-4.19.y. > > > > Stable teams should backport cred: allow get_cred() and put_cred() to > be given NULL. > > f06bc03339ad4c1baa964a5f0606247ac1c3c50b > > Or they should have tweaked my patch before backporting it. Thanks, I have now queued that up, it was not obvious that was a prerequisite for your change :) greg k-h