From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 716DC23C3 for ; Wed, 19 Apr 2023 07:22:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9C9FDC433EF; Wed, 19 Apr 2023 07:22:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1681888960; bh=lRsxaahob87Hi5F08OqWph7rJPP7IDkdOdnQsILSUUk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DXUDMqFtm4c4iL/4vC6/oHGo2NSb8emzekf8XJ6QVmwoCa+nHqXxxnBaBgi0DbsG4 Vz0oVBgMT9S1jo6qswRTrpL4XfgXpRkrhqgl67dRUPJMTB80RYFSEvXjMWkYi0mljm fv0yup02EXQlR5IVSHGK5/gulvKA9GE7SudD5OYY= Date: Wed, 19 Apr 2023 09:22:37 +0200 From: Greg Kroah-Hartman To: Yu Zhao Cc: Bagas Sanjaya , Tom Saeger , Harshit Mogalapalli , Naresh Kamboju , Waiman Long , 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, Tejun Heo , Michal =?iso-8859-1?Q?Koutn=FD?= , Daniel =?iso-8859-1?Q?D=EDaz?= , Anders Roxell , Darren Kenny , Vegard Nossum Subject: Re: [PATCH 5.15 00/91] 5.15.108-rc1 review Message-ID: <2023041918-gravitate-reformat-9a34@gregkh> References: <20230418120305.520719816@linuxfoundation.org> <20230418165105.q5s77yew2imkamsb@oracle.com> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Tue, Apr 18, 2023 at 10:56:22PM -0600, Yu Zhao wrote: > On Tue, Apr 18, 2023 at 10:18 PM Bagas Sanjaya wrote: > > > > On Tue, Apr 18, 2023 at 10:51:05AM -0600, Tom Saeger wrote: > > > > Tom Saeger identified that the below commit moves it out of ifdef. > > > > > > > > commit 354ed597442952fb680c9cafc7e4eb8a76f9514c > > > > Author: Yu Zhao > > > > Date: Sun Sep 18 02:00:07 2022 -0600 > > > > > > > > mm: multi-gen LRU: kill switch > > > > > > > FWIW - partially backporting (location of cgroup_mutex extern) from: > > > 354ed5974429 ("mm: multi-gen LRU: kill switch") > > > > > > fixes x86_64 build for me. > > > > > > Regards, > > > > > > --Tom > > > > > > diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h > > ... > > > Yu, would you like to provide formal backport? > > Are you suggesting backporting the entire MGLRU patchset (>30 patches)? > > I do have the backport ready for 5.15 and multiple distros have taken > it. But I don't think Greg would welcome it. I'd be happy to be wrong > though. I'm just going to drop all of these patches from the queues now, and let the original submitter resend them after they are fixed up properly. thanks, greg k-h