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 10B00C4332F for ; Wed, 21 Dec 2022 16:18:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230375AbiLUQSs (ORCPT ); Wed, 21 Dec 2022 11:18:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56144 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230361AbiLUQSr (ORCPT ); Wed, 21 Dec 2022 11:18:47 -0500 Received: from mail-oi1-x235.google.com (mail-oi1-x235.google.com [IPv6:2607:f8b0:4864:20::235]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C45E62250E for ; Wed, 21 Dec 2022 08:18:45 -0800 (PST) Received: by mail-oi1-x235.google.com with SMTP id o66so12304283oia.6 for ; Wed, 21 Dec 2022 08:18:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxtx.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:sender:from:to:cc:subject:date:message-id :reply-to; bh=M+bNXioDxNImLTRjcMNz5wv3wPkQ00PwGxcuhrFvOFA=; b=ShqBpPcKfU39heppFQgA+EfPn0ynOOQyj+YmUmCRkX3CdHJjmyJ2JK1jkHdpAHr+LL F9B+EYn8Yz35ZsMqBsJ2/jDVd/9Qsacr+f/rOu785CEBZe65aEkjvpO4vws43SnUodHY LzvHj7lZskMbNHooN12F1rGCGf55BfggbTl5A= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:sender:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=M+bNXioDxNImLTRjcMNz5wv3wPkQ00PwGxcuhrFvOFA=; b=68ChYkUS1AkeQk66JFy6aCV9vRNLj1n9xR6giGaDbNvU7our0h0lhLfCO45bIo/k0p /48EndPHHIQU0cDUg0Du69JGHO41JvMQasThqyyF7cYeTCkKNHtvnaoQxMBojU6Tb6Sy +91EwxrW7yO7Csp7aWvnz9F6x50lRZfRWQ63ufxgZC2he4J0wYWL3Q1jvq8QQagQ4Wbn WTTfOP5DB5NOTmwBnsYZflVfbqsZ4mvWj4IGY8Nh9kTTjM6jfZRFpxB+Bmw2XIR5+z/n AGpuICDI+S1xWvHyy/6IDm7o1lGe1YdYGtqNrnRm7hMnsS9BEV2KdsxYRxlkVgwPkoFt +DtQ== X-Gm-Message-State: AFqh2kpLC+e5ew85cMS4BAJjsDy80FVbIK4b4/NE1zejppfu+yWF5ceb V5x4vaWsA+KDabFLS2SO3cdYag== X-Google-Smtp-Source: AMrXdXtcRbZ41cs7IPkAwPfKR/1iE5afGVWCLVd3aADKKt5k7zhXfOz0qVd3i2fxizOY6AHvkI9m7Q== X-Received: by 2002:aca:1008:0:b0:35e:bfd2:4b9b with SMTP id 8-20020aca1008000000b0035ebfd24b9bmr1022506oiq.55.1671639525042; Wed, 21 Dec 2022 08:18:45 -0800 (PST) Received: from fedora64.linuxtx.org (99-47-93-78.lightspeed.rcsntx.sbcglobal.net. [99.47.93.78]) by smtp.gmail.com with ESMTPSA id es10-20020a056808278a00b00359ad661d3csm6891742oib.30.2022.12.21.08.18.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 21 Dec 2022 08:18:44 -0800 (PST) Sender: Justin Forbes Date: Wed, 21 Dec 2022 10:18:43 -0600 From: Justin Forbes To: Greg Kroah-Hartman 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.1 00/25] 6.1.1-rc1 review Message-ID: References: <20221219182943.395169070@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221219182943.395169070@linuxfoundation.org> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Dec 19, 2022 at 08:22:39PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.1.1 release. > There are 25 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, 21 Dec 2022 18:29:31 +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/v6.x/stable-review/patch-6.1.1-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-6.1.y > and the diffstat can be found below. > > thanks, > > greg k-h Tested rc1 against the Fedora build system (aarch64, armv7, ppc64le, s390x, x86_64), and boot tested x86_64. No regressions noted. Tested-by: Justin M. Forbes