From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 8A38B386C36; Fri, 24 Jul 2026 06:20:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784874005; cv=none; b=WO5hmU8YhvAKBU9Tsj6IreWH8daNkRJe85vjN3/M2yCWovGPtuiK0jezwJUcrfmk5gulVGII19axHmGb3LeiTC9PrmaBK82VZiNbciQwqFkhibupDsC2E48latA9bZ1TpQEygAiqwH9xEAzmtgBulNuWn2WnvqaJqTFDoJG9WcY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784874005; c=relaxed/simple; bh=bC/3KKTpSzybqbFD1KYCGwPNrgwjkOCqvSTFvZXZ074=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=hDMEXHR+hrc3PonmbbU/f5DdatTW3FeKrJ5yBKRWFy+APoPBBrbcIbHxiICVzHkPbOhZ9fu+tO+Zh5dv8VoKsUnv/l6g7YaQDVZQtu/868UxR2CesXLgrBCVGOfOcYC49uiQ1sEkr1+ugyygN9hB1Ijkpy2SeFoG7CEkLNHDI+0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=ynerJ52K; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="ynerJ52K" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 35C311F000E9; Fri, 24 Jul 2026 06:20:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1784874002; bh=5xJB4AJahxGxS06Br1XXTPS1vV7DHILOaafRQB9LnGc=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=ynerJ52KqWsrMrThlw2kgbYq/56qmNi456eLbAjOrDSGUUPAK5rzP3iXB1BTBMrJy vBOFHZuETOZoIFG4zcEMWDeS9xA5ndvetDGvj7VCbZ3IFwmIzpPF0LkJo/u4uA1NSI /f/eANDAP+lnR3d14Gw7VGXXKbmck3ctfvII3Taw= Date: Fri, 24 Jul 2026 08:18:39 +0200 From: Greg Kroah-Hartman To: Shung-Hsi Yu 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@nabladev.com, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, rwarsow@gmx.de, conor@kernel.org, hargar@microsoft.com, broonie@kernel.org, achill@achill.org, sr@sladewatkins.com Subject: Re: [PATCH 6.6 0000/1226] 6.6.145-rc2 review Message-ID: <2026072416-chunk-curtain-332d@gregkh> References: <20260722143258.264584003@linuxfoundation.org> <2026072304-dentist-repayment-4761@gregkh> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2026072304-dentist-repayment-4761@gregkh> On Thu, Jul 23, 2026 at 12:17:23PM +0200, Greg Kroah-Hartman wrote: > On Thu, Jul 23, 2026 at 04:37:07PM +0800, Shung-Hsi Yu wrote: > > On Wed, Jul 22, 2026 at 04:33:42PM +0200, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 6.6.145 release. > > > There are 1226 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 Fri, 24 Jul 2026 14:31:21 +0000. > > > Anything received after that time might be too late. > > > > BPF selftests compilation is currently broken. But with [1] applied it > > will build, with test_progs, test_progs-no_alu32, test_progs-cpuv4, > > test_maps, test_verifier in BPF selftests all passes[2] on x86_64 and > > aarch64. > > > > Tested-by: Shung-Hsi Yu > > > > 1: https://lore.kernel.org/stable/20260723071334.39630-1-shung-hsi.yu@suse.com/ > > 2: https://github.com/kernel-patches/linux-stable/actions/runs/29987147891 > > Ok, I'll go queue those up for 6.12.y and 6.6.y now, thanks! As I said on the thread for those patches, they only applied to 6.12.y, so 6.6 will remain as-is for now :(