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 8C2ADC43334 for ; Fri, 1 Jul 2022 08:57:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233444AbiGAI5y (ORCPT ); Fri, 1 Jul 2022 04:57:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40636 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233394AbiGAI5y (ORCPT ); Fri, 1 Jul 2022 04:57:54 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9B98521813; Fri, 1 Jul 2022 01:57:53 -0700 (PDT) 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 4A422B828CF; Fri, 1 Jul 2022 08:57:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 78124C3411E; Fri, 1 Jul 2022 08:57:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1656665871; bh=naWyQ/gKVIUnWh+OiO9MWycEgG5P+lpNp4Wk5b6CI7M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=J/PUEGRr/MzcHM5OV2utKPKl2j9/x/1m6yUsVFjTB/jvQ5qGZiQKKiQDcID1HIdSX Gj7KB7DU6RtHfSinQcKpGL/ZYLESZW0NUdgRaUAQpmtt1Iy2zYtFLMPF2lTLkJ7OlZ nlvEAihpHtvQtqBSmlDRtQZF/ydrVJ+/HAvDPmnM= Date: Fri, 1 Jul 2022 10:57:48 +0200 From: Greg Kroah-Hartman To: Christian Brauner Cc: linux-kernel@vger.kernel.org, stable@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, slade@sladewatkins.com Subject: Re: [PATCH 5.15 00/28] 5.15.52-rc1 review Message-ID: References: <20220630133232.926711493@linuxfoundation.org> <20220701085123.j6xxzjp2oiokb55p@wittgenstein> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220701085123.j6xxzjp2oiokb55p@wittgenstein> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Jul 01, 2022 at 10:51:23AM +0200, Christian Brauner wrote: > On Thu, Jun 30, 2022 at 03:46:56PM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.15.52 release. > > There are 28 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 Sat, 02 Jul 2022 13:32:22 +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/v5.x/stable-review/patch-5.15.52-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-5.15.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > Ran xfstests after the backport series I gave you: > > sudo ./check -g idmapped (xfs, ext4, btrfs, ...) > sudo ./runltp -f fs_perms_simple,fs_bind,containers,cap_bounds,cve,uevent,filecaps > > all tests pass. Nice! Want to respond with a Tested-by so that the tools will pick it up for the release commit? thanks, greg k-h