From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-oa1-f54.google.com (mail-oa1-f54.google.com [209.85.160.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 958F2BA5D for ; Tue, 15 Nov 2022 17:19:03 +0000 (UTC) Received: by mail-oa1-f54.google.com with SMTP id 586e51a60fabf-13ae8117023so16957979fac.9 for ; Tue, 15 Nov 2022 09:19:03 -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=rWVr3Bm3ZsOWguCOHMhSWPkWa2JP0/lqzzMZ6exDEOY=; b=TZ+1EZrzdouLdTqi7sb/sJwGi8pulf/fd61zf35O8Y7QO+893QhyUI3HPuCPUBTkLG atVdlt+YEJBGLb57maB9j12BPmLbj3o2yt9eayhi2XFexidWzXE3ZQDO6ncLEfVIK84k RW71x2N3p5K4PG9K7cgt/bSVGIOPPByBzbi30= 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=rWVr3Bm3ZsOWguCOHMhSWPkWa2JP0/lqzzMZ6exDEOY=; b=ULnsDzdSsXR4z/huPXQrX5IBqrAFx16zX71+pBvZckG4/sM0raoTqvLQyOy72spD3v pNw6SvMMtPhfJvn1Ywd8/JChTzYNYz4/C6fsH9TsgO9qJyaRjMcTUzKp1JdxtvWOcLiA cQLvs7AP50CabPfI1L4EuD5OM/pqE8T61RyxrBhF4rD4yLpiiJWJWROpbk/gS0nlhbet M06aB0kn7l1SK0z0l7weZjUzePe3DOYkvCniShUMPmAa73vrlMuwliu+FCmvi5o8M2Ol sU6hi52MF0/YSwrh/RrnrxXVNHNncWJWYiQjXb95uEhYywvQc0TKjNqdEupw12fF101m R3bw== X-Gm-Message-State: ANoB5pkLfLqRAw/pQE/PI/uOVf6c6r76IZUBpRjFtSLXL5fIMjhZ9PzH AyRiAihmxyApNDGZHBk0lNbuig== X-Google-Smtp-Source: AA0mqf4v4jolSKH87QearLWdn3ivgxw+V0w2ABmvhy54GWkXvmlb6RMJfYb+UBwZScSygNsGEbmUzg== X-Received: by 2002:a05:6870:4944:b0:13b:1584:4743 with SMTP id fl4-20020a056870494400b0013b15844743mr1598223oab.230.1668532742370; Tue, 15 Nov 2022 09:19:02 -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 be20-20020a056808219400b003549db40f38sm5094887oib.46.2022.11.15.09.19.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 15 Nov 2022 09:19:01 -0800 (PST) Sender: Justin Forbes Date: Tue, 15 Nov 2022 11:19:00 -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.0 000/190] 6.0.9-rc1 review Message-ID: References: <20221114124458.806324402@linuxfoundation.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221114124458.806324402@linuxfoundation.org> On Mon, Nov 14, 2022 at 01:43:44PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 6.0.9 release. > There are 190 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, 16 Nov 2022 12:44:21 +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.0.9-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.0.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