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 33F8C35A388 for ; Sat, 4 Apr 2026 06:24:50 +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=1775283890; cv=none; b=gy+jhWhZQZRlU9Xp+si3I5mEbsIwVCJRMbst04lmtql3y6MHuD3fjVx5xObfWZLSqGCVEp3/8mHC6xPt4dfh1E17cLlFtJVLyRgDeeLQMphrF1WceCgTDec9MZJKpLXXBiTSyO1UDf3GFT/jFfopanqmuBpuq1zK0Tk/XKb/OUA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775283890; c=relaxed/simple; bh=69qbniI/yDPH9O8gmb5zEow+XJP7lfA+g1rRL0NMW24=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ZtPCF+jkAutqAuBmBAc32Wc/+fC6GWv6lQQU38FHtBITahSCMRCeSERJh8gABFC4Dej85pcLRbQoPdhoCmR7x+3BSnM8gv+PcxcfQY7hBrlJLCTleyix1Gvfo/xQEWWj4fZ/rpVN0Pn710bJeR+CLld2EPhmfq1duzO9uajje5Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=obDr7y5D; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="obDr7y5D" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 693B6C19423; Sat, 4 Apr 2026 06:24:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1775283889; bh=69qbniI/yDPH9O8gmb5zEow+XJP7lfA+g1rRL0NMW24=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=obDr7y5D6wS1E/Tax8cgZ8qTmG9U0qG8Gfwmh4U/gSJyVPpsHkWCmzIaOG+ZrX4YS n7k4HWBtcY0ojTKMWm2Va+eA9//JwphZZJKxgL+BpyTOmTSkrK1cqOLOwqt5BRC5Qb Ikl5bwpVtrnE0VGCzG5fM4O/TyKoP/yJm9+Tv3nU= Date: Sat, 4 Apr 2026 08:24:46 +0200 From: Greg KH To: Brett Mastbergen Cc: stable@vger.kernel.org, pmladek@suse.com Subject: Re: Backport request for fda024fb64769e9d6b3916d013c78d6b189129f8 to stable/6.18.y Message-ID: <2026040448-prideful-feast-eae5@gregkh> References: Precedence: bulk X-Mailing-List: stable@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: On Fri, Apr 03, 2026 at 04:30:35PM -0400, Brett Mastbergen wrote: > Please consider applying the following mainline commit to the 6.18.y > stable tree: > > commit fda024fb64769e9d6b3916d013c78d6b189129f8 > kallsyms: clean up modname and modbuildid initialization in > kallsyms_lookup_buildid() > > The patch applies cleanly to 6.18.21 What about 6.19.y? You also need/want it there too, right? thanks, greg k-h