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 A0E1D39AEF for ; Tue, 19 Dec 2023 20:59:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="WGJoh71N" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0FB23C433C7; Tue, 19 Dec 2023 20:59:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1703019552; bh=/4hjERkAPt+syprtriz6ra8FZhYXY4lHfJlVQXDwg34=; h=Date:To:From:Subject:From; b=WGJoh71N4x/PnpxGuD+k+XL2wxdzfvXpmprc1HsuP0hTC2i5xaPykG4h7mZs296jt updf6ZYX+QzKqqbWfnY0oxuqkZ3jYCYqidRwpi5uhdjJuIuemYkyvacMqbyWFWtfJ7 k1i/WDLEtwrhEv5ODlPPp7iZ0D6qgM53DcAh51Kc= Date: Tue, 19 Dec 2023 12:59:11 -0800 To: mm-commits@vger.kernel.org,corbet@lwn.net,yangtiezhu@loongson.cn,akpm@linux-foundation.org From: Andrew Morton Subject: + docs-submit-checklist-remove-all-of-make-namespacecheck.patch added to mm-nonmm-unstable branch Message-Id: <20231219205912.0FB23C433C7@smtp.kernel.org> Precedence: bulk X-Mailing-List: mm-commits@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: The patch titled Subject: docs: submit-checklist: remove all of "make namespacecheck" has been added to the -mm mm-nonmm-unstable branch. Its filename is docs-submit-checklist-remove-all-of-make-namespacecheck.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/docs-submit-checklist-remove-all-of-make-namespacecheck.patch This patch will later appear in the mm-nonmm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Tiezhu Yang Subject: docs: submit-checklist: remove all of "make namespacecheck" Date: Tue, 19 Dec 2023 20:50:01 +0800 After commit 7dfbea4c468c ("scripts: remove namespace.pl"), scripts/namespace.pl has been removed from the kernel, and "make namespacecheck" has been removed from the English version of submit-checklist.rst, so also remove it in the related translations. Link: https://lkml.kernel.org/r/20231219125008.23007-6-yangtiezhu@loongson.cn Signed-off-by: Tiezhu Yang Cc: Jonathan Corbet Signed-off-by: Andrew Morton --- Documentation/translations/ja_JP/SubmitChecklist | 4 ++-- Documentation/translations/zh_CN/process/submit-checklist.rst | 3 +-- Documentation/translations/zh_TW/process/submit-checklist.rst | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) --- a/Documentation/translations/ja_JP/SubmitChecklist~docs-submit-checklist-remove-all-of-make-namespacecheck +++ a/Documentation/translations/ja_JP/SubmitChecklist @@ -56,8 +56,8 @@ などのLinuxカーネルパッチ投 9: sparseを利用してちゃんとしたコードチェックをしてください。 -10: 'make checkstack' と 'make namespacecheck' を利用し、問題が発見されたら - 修正してください。'make checkstack' は明示的に問題を示しませんが、どれか +10: 'make checkstack' を利用し、問題が発見されたら修正してください。 + 'make checkstack' は明示的に問題を示しませんが、どれか 1つの関数が512バイトより大きいスタックを使っていれば、修正すべき候補と なります。 --- a/Documentation/translations/zh_CN/process/submit-checklist.rst~docs-submit-checklist-remove-all-of-make-namespacecheck +++ a/Documentation/translations/zh_CN/process/submit-checklist.rst @@ -53,8 +53,7 @@ 和其他有关提交Linux内核补丁 9) 通过 sparse 清查。 (参见 Documentation/translations/zh_CN/dev-tools/sparse.rst ) -10) 使用 ``make checkstack`` 和 ``make namespacecheck`` 并修复他们发现的任何 - 问题。 +10) 使用 ``make checkstack`` 并修复他们发现的任何问题。 .. note:: --- a/Documentation/translations/zh_TW/process/submit-checklist.rst~docs-submit-checklist-remove-all-of-make-namespacecheck +++ a/Documentation/translations/zh_TW/process/submit-checklist.rst @@ -56,8 +56,7 @@ 和其他有關提交Linux內核補丁 9) 通過 sparse 清查。 (參見 Documentation/translations/zh_CN/dev-tools/sparse.rst ) -10) 使用 ``make checkstack`` 和 ``make namespacecheck`` 並修復他們發現的任何 - 問題。 +10) 使用 ``make checkstack`` 並修復他們發現的任何問題。 .. note:: _ Patches currently in -mm which might be from yangtiezhu@loongson.cn are scripts-checkstackpl-remove-ia64-support.patch scripts-checkstackpl-add-min_stack-to-the-usage-comment.patch scripts-checkstackpl-match-all-stack-sizes-for-some-archs.patch scripts-checkstackpl-change-min_stack-to-512-by-default.patch docs-submit-checklist-remove-all-of-make-namespacecheck.patch