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 8FA4AC433EF for ; Mon, 4 Oct 2021 19:49:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 740076140A for ; Mon, 4 Oct 2021 19:49:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234380AbhJDTvi (ORCPT ); Mon, 4 Oct 2021 15:51:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41722 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234287AbhJDTvg (ORCPT ); Mon, 4 Oct 2021 15:51:36 -0400 Received: from mail-oi1-x236.google.com (mail-oi1-x236.google.com [IPv6:2607:f8b0:4864:20::236]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 01600C06174E for ; Mon, 4 Oct 2021 12:49:47 -0700 (PDT) Received: by mail-oi1-x236.google.com with SMTP id u22so23171787oie.5 for ; Mon, 04 Oct 2021 12:49:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=0xg0klEEXfQWyRwdVFTk0XM1yzW4hChkS4NjvWNx8aU=; b=CDtCkikeyO++8Dw6DTVaX/AIePG7DTSGjbDcCsuSjPJluh4XvMAw/uY3Gh6CQoNJ0d J2AInkZI4kOnjTBw6lZwwnvLTFcgp7+wj51CxMTZEatOUOwvheo3uMup5Pdfh6snsBkl H09KTg2kwKdyEUYMgyDcsOoBVrmED+gyJUrt8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=0xg0klEEXfQWyRwdVFTk0XM1yzW4hChkS4NjvWNx8aU=; b=ybbl23JPU0kHuQHbhaGU9f0zfrXIlQrHW4I4878avl63F9So/W9wErC6LRegwpqn9E s3XrWR2Q0WTy3DonKR8tmeXMQCFWCtSHnvA0QdhnySRKkU8Dd03bzEtmSsuc8th8t3HD reUt8zow8Q1AzdzrubgbwplEgBojVyA6S2YlgEwZC+/n6CjH8wDiATgrb7Glb26A0817 80pnTSvqkLYQq2OlXGq8KeAg8/UkC7/R5OqZlsGL8Jud7F20BEb/WN3y4RIhZ5/7iEMF w0JPXcf03oSTNh5HYsiBq86UeTfcI3idPkDFHH81mA0QyUk5YYIo3yFigePMxcd83bdf 6wZA== X-Gm-Message-State: AOAM532NwFESWaUmNiUBgdrlh5pQyQLxFyv0dXeXrEcU7FOjfHF3VfUJ Psekz5CWBC3tdkYKTwUmlux5gw== X-Google-Smtp-Source: ABdhPJzsnMH+2UsoMkwY1hiP5DrE0TfnSByx0Y6C/tVxAI6vzAv0kmaVE4C2B8tHNk/IbWCLjH+j1g== X-Received: by 2002:a05:6808:1910:: with SMTP id bf16mr15014619oib.43.1633376986355; Mon, 04 Oct 2021 12:49:46 -0700 (PDT) Received: from [192.168.1.112] (c-24-9-64-241.hsd1.co.comcast.net. [24.9.64.241]) by smtp.gmail.com with ESMTPSA id s66sm2808181oie.32.2021.10.04.12.49.44 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 04 Oct 2021 12:49:45 -0700 (PDT) Subject: Re: [PATCH 4.19 00/95] 4.19.209-rc1 review To: Eric Dumazet , Naresh Kamboju Cc: Greg Kroah-Hartman , 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" , Shuah Khan References: <20211004125033.572932188@linuxfoundation.org> From: Shuah Khan Message-ID: <576d46b9-644f-ece0-2cf0-8abbe8b85f4a@linuxfoundation.org> Date: Mon, 4 Oct 2021 13:49:44 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/4/21 11:44 AM, 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. > Seeing the same problem on my test system as well. Patch applied with fuzz. Didn't need any tweaks. Compiling now. Will let you know soon. thanks, -- Shuah