From: Geliang Tang <geliang.tang@suse.com>
To: Shuah Khan <skhan@linuxfoundation.org>
Cc: linux-kselftest@vger.kernel.org
Subject: Re: [PATCH] selftests: x86: add 32bit build warnings for SUSE
Date: Mon, 28 Mar 2022 11:10:33 +0800 [thread overview]
Message-ID: <20220328031033.GA16727@localhost> (raw)
In-Reply-To: <9a8bc94f-b087-c803-e8ac-9f2ea1ef9c5e@linuxfoundation.org>
On Fri, Mar 25, 2022 at 01:45:13PM -0600, Shuah Khan wrote:
> On 3/24/22 3:55 AM, Geliang Tang wrote:
> > In order to successfully build all these 32bit tests, these 32bit gcc
> > and glibc packages, named gcc-32bit and glibc-devel-static-32bit on SUSE,
> > need to be installed.
> >
> > This patch added this information in warn_32bit_failure.
> >
>
> Convention is to use "This patch adds" i.e imperative, present tense
> in commit logs.
>
> I will amend the commit log when applying. Please keep that in mind for
> future patches.
Thank you so much for your reminder. It seems that I have used the wrong
tense in the commit logs for several years. I will use the present tense
as you suggest in future patches.
Thanks,
-Geliang
>
> > Signed-off-by: Geliang Tang <geliang.tang@suse.com>
> > ---
> > tools/testing/selftests/x86/Makefile | 4 ++++
> > 1 file changed, 4 insertions(+)
> >
> > diff --git a/tools/testing/selftests/x86/Makefile b/tools/testing/selftests/x86/Makefile
> > index 8a1f62ab3c8e..ffd7c1fa2c9e 100644
> > --- a/tools/testing/selftests/x86/Makefile
> > +++ b/tools/testing/selftests/x86/Makefile
> > @@ -92,6 +92,10 @@ warn_32bit_failure:
> > echo "If you are using a Fedora-like distribution, try:"; \
> > echo ""; \
> > echo " yum install glibc-devel.*i686"; \
> > + echo ""; \
> > + echo "If you are using a SUSE-like distribution, try:"; \
> > + echo ""; \
> > + echo " zypper install gcc-32bit glibc-devel-static-32bit"; \
> > exit 0;
> > endif
> >
>
> Thank you for the patch. Will apply for Linux 5.18-rc2
>
> thanks,
> -- Shuah
>
prev parent reply other threads:[~2022-03-28 3:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-24 9:55 [PATCH] selftests: x86: add 32bit build warnings for SUSE Geliang Tang
2022-03-25 19:45 ` Shuah Khan
2022-03-28 3:10 ` Geliang Tang [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220328031033.GA16727@localhost \
--to=geliang.tang@suse.com \
--cc=linux-kselftest@vger.kernel.org \
--cc=skhan@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.