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 2EC05221FD4; Thu, 5 Mar 2026 02:23:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772677395; cv=none; b=MgK1v5QETIftAULckK9kMizxqNtPkYO8OFTmkWcunxlcsV3VhSp4vO+rr+JqFArQnSLQ/IZ6cGic4EllJ2qPiBQW80wdUR9RsX2VEMBKWJl1LkERmIE+K8g643aenp/JNj02rOxJQ7aZ/hSg5ahzUapV9KwpdQ1DqLAfV2fFiaM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772677395; c=relaxed/simple; bh=VX+eCtM+j4ulLaEbWvFmeQFhD1V7oDErGE+R9/sXrx8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=LdupnigUsJVqvvnb3OjMk3Bm1b4dHQnaxb0UByrpbgsZriRNpnggBh56QZV7oRkxF0HQcEN4uA6udHRRwL9buc0zG2HpnUwJmV90kAwB0NtdVeZI3+pI4ikSDqYVDx+Ohia+gGLhSln0J9WMeVdNxDF4SI/qWdAvVtRvFW+cH0Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Ip73y1/M; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Ip73y1/M" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8083EC4CEF7; Thu, 5 Mar 2026 02:23:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772677394; bh=VX+eCtM+j4ulLaEbWvFmeQFhD1V7oDErGE+R9/sXrx8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ip73y1/MRTv2mghlmN8r9NZVL6IYQVqF385YXC7syuB3LHOeWqg0hE11UOKILI8Tn PECQ0w4Ds8EZymKwVOgiC2xrmm+RDTJOs1ZmC1m173U5zr+apUBwURWNdr55AfPljp jwJvl3n9yKsrVvR/TeTZEQHsauMv7PxGLH932ziEEymRhs8N9x8A7sNxQ/+iBLskfd LgOfdQ1SHiZBj7xGmHKhnVn4LHoOnCIradR7Dccnta8NVRPvzhud6yAmoZ7RG1iWRk 97z9oiuwgt5XURcpHtta2+h7KuMzI+YdHJ0EjTpsBVbfsa9ZZzdmHmtqHF7HR4BXmu hm2DlDoSmhmjg== Date: Wed, 4 Mar 2026 21:23:13 -0500 From: Sasha Levin To: Peter Schneider Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, lwn@lwn.net, jslaby@suse.cz, gregkh@linuxfoundation.org, Harshit Mogalapalli Subject: Re: Linux 6.1.165 Message-ID: References: <20260304131525.84627-1-sashal@kernel.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Wed, Mar 04, 2026 at 06:27:00PM +0100, Peter Schneider wrote: >Hi Sasha, > > >Am 04.03.2026 um 14:15 schrieb Sasha Levin: >>I'm announcing the release of the 6.1.165 kernel. >> >>All users of the 6.1 kernel series must upgrade. >> >>The updated 6.1.y git tree can be found at: >> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.1.y >>and can be browsed at the normal kernel.org git web browser: >> https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary >> >> >>Thanks, >>Sasha > > >In the now released 6.1.165, I get the same build error as I have reported in the 1st incarnation of 6.1.165-rc2 (see [1]) > > CC arch/x86/kernel/setup.o >arch/x86/kernel/setup.c: In function ‘ima_get_kexec_buffer’: >arch/x86/kernel/setup.c:385:15: error: implicit declaration of >function ‘ima_validate_range’ [-Wimplicit-function-declaration] > 385 | ret = ima_validate_range(ima_kexec_buffer_phys, ima_kexec_buffer_size); > | ^~~~~~~~~~~~~~~~~~ >make[3]: *** [scripts/Makefile.build:250: arch/x86/kernel/setup.o] Fehler 1 >make[2]: *** [scripts/Makefile.build:503: arch/x86/kernel] Fehler 2 >make[1]: *** [scripts/Makefile.build:503: arch/x86] Fehler 2 >make: *** [Makefile:2025: .] Fehler 2 >root@linus:/usr/src/linux-stable# git status >HEAD losgelöst bei v6.1.165 > > >So the offending patch seems to be still in, although in the 2nd >incarnation of -rc2 which you force pushed over the 1st one of -rc2, >it was then reverted after my report [2]. When i git blame >arch/x86/kernel/setup.c and look at the offending line I see: Yup, sorry. I don't have as much automation as Greg does, so many of the steps were manual... -- Thanks, Sasha