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 0686A2FC871 for ; Wed, 21 Jan 2026 16:21:55 +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=1769012516; cv=none; b=e8N9Q5b+fFD5SeLwixHassESadvU5oR7guICOZwqN/4P70PRbpEsQ/55kN9TQU5H/ezC+Y4a5+lTe4/J3dyOZiOlEdHCHddfxXhWb77bY4H472VaszJZ9TaphxZXeMmqP2xrWtWu7oR3E82AbFKO7VYQ2cSAgni9evBLrKP+egg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769012516; c=relaxed/simple; bh=WbJDK1HbYXS01nKGFuGRcBcrYpOhKeltwjB6WR/GkME=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=BGx6c9jM+5TJyBcuKehX5evC/UJ5rb7xan1KXFP+FvtB/ngaj83GkKYvwBXA5jx4b0iVKdm0nt7hC4cxP7vvCW/8CEiTtDXvOCddqb5bOtQDyIf42Y1oV+Ag0Ia/W+50F0YfO5WuQfP5JQk214dBJHDS4Q5nBrd00z7+QabBagE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GR78Qxxb; 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="GR78Qxxb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7EB76C116D0; Wed, 21 Jan 2026 16:21:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769012515; bh=WbJDK1HbYXS01nKGFuGRcBcrYpOhKeltwjB6WR/GkME=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GR78QxxbuqlQC9mDcZNa/pjgrYEA20JeheqP98SpSPCNR92AY5iucrC4H9z6soedq bfFtWhynemCpKGqUgo31EKV7n/CewBzJzW1E4dfGeSAra6nhETE87m+4wPQo54ZQ07 m53H99CTzegFo1NzEuGjBluQxj/XNIwmtodRrI2VxqiMz8K8dmz11AQ2pBbOd0NMiM uTmNzx2cuwjZjzNN3Ax1Q4pxV3cFGMc009Jz+thWuewPTCGlB0p+kCFY1GhFegMJLu FQFMVJLcDOCuRBEbXQRm40B1PIEV2eWaopM4QdcMUfBj7ipl84hfd+MYkHEgjriHPi /9j6aDzGbmWLA== Date: Wed, 21 Jan 2026 11:21:54 -0500 From: Sasha Levin To: Reinette Chatre Cc: stable@vger.kernel.org, "Fabio M. De Francesco" , Borislav Petkov Subject: Re: [PATCH 5.10.y 1/2] x86/resctrl: Fix kernel-doc in internal.h Message-ID: References: <2026012056-existing-collide-49ad@gregkh> <20260121025738.1158111-1-sashal@kernel.org> <7a7bfbf5-b7c5-4613-91a4-161f0bfb3130@intel.com> 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; format=flowed Content-Disposition: inline In-Reply-To: <7a7bfbf5-b7c5-4613-91a4-161f0bfb3130@intel.com> On Wed, Jan 21, 2026 at 08:07:34AM -0800, Reinette Chatre wrote: >Hi Sasha, > >On 1/20/26 6:57 PM, Sasha Levin wrote: >> From: "Fabio M. De Francesco" >> >> [ Upstream commit fd2afa70eff057fab57c9e06708b68677b261a0c ] >> >> Add description of undocumented parameters. Issues detected by >> scripts/kernel-doc. >> >> Signed-off-by: Fabio M. De Francesco >> Signed-off-by: Borislav Petkov >> Reviewed-by: Reinette Chatre >> Link: https://lkml.kernel.org/r/20210618223206.29539-1-fmdefrancesco@gmail.com >> Stable-dep-of: 6ee98aabdc70 ("x86/resctrl: Add missing resctrl initialization for Hygon") > >I cannot see how this patch is a dependency for above since it only adjusts kernel-doc >in a different file. You're obviously correct :) The full dependency chain is: 6ee98aabdc70 ("x86/resctrl: Add missing resctrl initialization for Hygon") 63c8b1231929 ("x86/resctrl: Split struct rdt_resource") fd2afa70eff0 ("x86/resctrl: Fix kernel-doc in internal.h") After applying that, I've decided to drop 63c8b1231929 as it's fairly big and just rework 6ee98aabdc70. I should have dropped fd2afa70eff0 too. -- Thanks, Sasha