* [PATCH] docs: Kconfig: fix defconfig description
@ 2025-02-27 12:23 Satoru Takeuchi
2025-02-27 15:43 ` Miguel Ojeda
0 siblings, 1 reply; 2+ messages in thread
From: Satoru Takeuchi @ 2025-02-27 12:23 UTC (permalink / raw)
To: linux-kbuild; +Cc: Satoru Takeuchi
The commit 2a86f6612164 remved arch/$ARCH/defconfig.
Signed-off-by: Satoru Takeuchi <satoru.takeuchi@gmail.com>
---
Documentation/admin-guide/README.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/admin-guide/README.rst b/Documentation/admin-guide/README.rst
index eb9452668909..b557cf1c820d 100644
--- a/Documentation/admin-guide/README.rst
+++ b/Documentation/admin-guide/README.rst
@@ -176,7 +176,7 @@ Configuring the kernel
values without prompting.
"make defconfig" Create a ./.config file by using the default
- symbol values from either arch/$ARCH/defconfig
+ symbol values from either arch/$ARCH/configs/defconfig
or arch/$ARCH/configs/${PLATFORM}_defconfig,
depending on the architecture.
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] docs: Kconfig: fix defconfig description
2025-02-27 12:23 [PATCH] docs: Kconfig: fix defconfig description Satoru Takeuchi
@ 2025-02-27 15:43 ` Miguel Ojeda
0 siblings, 0 replies; 2+ messages in thread
From: Miguel Ojeda @ 2025-02-27 15:43 UTC (permalink / raw)
To: Satoru Takeuchi; +Cc: linux-kbuild
On Thu, Feb 27, 2025 at 1:26 PM Satoru Takeuchi
<satoru.takeuchi@gmail.com> wrote:
>
> The commit 2a86f6612164 remved arch/$ARCH/defconfig.
Nit: typo "removed".
In general, commit references should use the commit ...... ("......")
formatting, e.g.
2a86f6612164 ("kbuild: use KBUILD_DEFCONFIG as the fallback for
DEFCONFIG_LIST")
In addition, if it is a fix for a previous commit, this typically
would be a "Fixes:" tag:
Fixes: 2a86f6612164 ("kbuild: use KBUILD_DEFCONFIG as the fallback
for DEFCONFIG_LIST")
Details about these two notes can be found in:
https://docs.kernel.org/process/submitting-patches.html#describe-your-changes
Thanks for the patch!
Cheers,
Miguel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-27 15:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-27 12:23 [PATCH] docs: Kconfig: fix defconfig description Satoru Takeuchi
2025-02-27 15:43 ` Miguel Ojeda
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox