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 F089C2512EE; Tue, 4 Nov 2025 15:19:37 +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=1762269578; cv=none; b=UTcbTYucOnldsGOvOrB/1j+h5v3SHo3IEbcZD15qnxf6mrrYHnEg+teqEaVaQjMzXnbRkfCZAm0oLmz/LaCBQF8rY696733/iMeKSYtu5p7c8dGUisLUFrKXaOUK8Vj5MBcbsYmpcLpSvQS7YzOI+HuqY9QQdwoujs5MIltLfEM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1762269578; c=relaxed/simple; bh=k4PWSdB9JPNF7dXkmlfgfPVWmRMPLaoLYeVYkmcgX84=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition:In-Reply-To; b=i0lc4zPEd/Q5tBI5zhqTZ1nvXZutgR5sEBJzrBMzg9XhNNFkEG2Zyc1+/RSj1dHlGPESZC+iFczY8BZRDWvsC0UuwRbqJkIOAW1yfM9nQhbaE8cPCMsr8bQZV524oweEWpWuo/5fepr/gAHbJlGhsqoP2+kfzQi330GAyEuD2cA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YgXbrbaw; 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="YgXbrbaw" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A1229C4CEF7; Tue, 4 Nov 2025 15:19:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1762269577; bh=k4PWSdB9JPNF7dXkmlfgfPVWmRMPLaoLYeVYkmcgX84=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=YgXbrbawniJRA9mTXZfrvv5psDoKlD7p+oObyOArVrlKfTcatyvO2l4qVYgABbbWQ GJBxUFaKXE+wRxy5wEYzPDSe6eZMjxsxNBSdF13Y7XI3F7C13mzlAdwnGAc8pjtrN3 lBoeGx3EkOaCwkEPrq2RhAOnMeVe0NyNj4/h2OLTknI6WkeEgdMCZvAelv7S118XkH vOUgDqW5UXLG2gBBloPAiik4dkDFfJxdCriAO+w28cllo2sIUcr0SbXz4FZPTsGG+f kuWp5LWxjzuZNuZBjZul4Qk9XB7BlWnPz149vmNlPdlFQrjc2c22oyXCA5nb+5/IV8 rKXN9Uac8PHlA== Date: Tue, 4 Nov 2025 09:19:36 -0600 From: Bjorn Helgaas To: Lukas Bulwahn Cc: Alexander Graf , Mike Rapoport , Changyuan Lyu , Jonathan Corbet , kexec@lists.infradead.org, linux-mm@kvack.org, linux-doc@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Lukas Bulwahn Subject: Re: [PATCH] MAINTAINERS: extend file entry in KHO to include subdirectories Message-ID: <20251104151936.GA1857569@bhelgaas> Precedence: bulk X-Mailing-List: linux-doc@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: <20251104143238.119803-1-lukas.bulwahn@redhat.com> On Tue, Nov 04, 2025 at 03:32:38PM +0100, Lukas Bulwahn wrote: > From: Lukas Bulwahn > > Commit 3498209ff64e ("Documentation: add documentation for KHO") adds the > file entry for 'Documentation/core-api/kho/*'. The asterisk in the end > means that all files in kho are included, but not files in its > subdirectories below. Add blank line between paragraphs as you did below. > Hence, the files under Documentation/core-api/kho/bindings/ are not > considered part of KHO, and get_maintainers.pl does not necessarily add the > KHO maintainers to the recipients of patches to those files. Probably, this > is not intended, though, and it was simply an oversight of the detailed > semantics of such file entries. > > Make the file entry to include the subdirectories of > Documentation/core-api/kho/. > > Signed-off-by: Lukas Bulwahn > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 06ff926c5331..499b52d7793f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -13836,7 +13836,7 @@ L: kexec@lists.infradead.org > L: linux-mm@kvack.org > S: Maintained > F: Documentation/admin-guide/mm/kho.rst > -F: Documentation/core-api/kho/* > +F: Documentation/core-api/kho/ > F: include/linux/kexec_handover.h > F: kernel/kexec_handover.c > F: tools/testing/selftests/kho/ > -- > 2.51.1 >