From: skunberg.kelsey at gmail.com (Kelsey Skunberg)
Subject: [Linux-kernel-mentees] [PATCH] selftests: pidfd: Create .gitignore to include pidfd_test
Date: Thu, 16 May 2019 01:43:41 -0600 [thread overview]
Message-ID: <20190516074340.GA12505@asus> (raw)
In-Reply-To: <f0f3c65d-2b1f-3633-ee18-7d49d18eb7a5@linuxfoundation.org>
On Tue, May 14, 2019 at 05:26:25PM -0600, Shuah Khan wrote:
> Hi Kelsey,
>
> On 5/11/19 10:57 PM, Kelsey Skunberg wrote:
> > Create /selftests/pidfd/.gitignore which holds the following file name
> > created after compiling:
>
> This patch generates the following checkpatch warning.
>
> WARNING: use relative pathname instead of absolute in changelog text
> #85:
> Create /selftests/drivers/.gitignore which holds the following file name
>
>
> I fixed it and applied the patch. Please make sure to run checkpatch
> before sending patches in the future.
>
> thanks,
> -- Shuah
Thank you for catching and fixing this! I'll make sure to remember to
run checkpatch in the future.
Thanks again!
-Kelsey
WARNING: multiple messages have this Message-ID (diff)
From: skunberg.kelsey@gmail.com (Kelsey Skunberg)
Subject: [Linux-kernel-mentees] [PATCH] selftests: pidfd: Create .gitignore to include pidfd_test
Date: Thu, 16 May 2019 01:43:41 -0600 [thread overview]
Message-ID: <20190516074340.GA12505@asus> (raw)
Message-ID: <20190516074341.V6TX-r_5zX6S4zjkF2vwmuWtBbIN3XwdOsFqKKBrMd4@z> (raw)
In-Reply-To: <f0f3c65d-2b1f-3633-ee18-7d49d18eb7a5@linuxfoundation.org>
On Tue, May 14, 2019 at 05:26:25PM -0600, Shuah Khan wrote:
> Hi Kelsey,
>
> On 5/11/19 10:57 PM, Kelsey Skunberg wrote:
> > Create /selftests/pidfd/.gitignore which holds the following file name
> > created after compiling:
>
> This patch generates the following checkpatch warning.
>
> WARNING: use relative pathname instead of absolute in changelog text
> #85:
> Create /selftests/drivers/.gitignore which holds the following file name
>
>
> I fixed it and applied the patch. Please make sure to run checkpatch
> before sending patches in the future.
>
> thanks,
> -- Shuah
Thank you for catching and fixing this! I'll make sure to remember to
run checkpatch in the future.
Thanks again!
-Kelsey
WARNING: multiple messages have this Message-ID (diff)
From: skunberg.kelsey at gmail.com (Kelsey Skunberg)
Subject: [PATCH] selftests: pidfd: Create .gitignore to include pidfd_test
Date: Thu, 16 May 2019 01:43:41 -0600 [thread overview]
Message-ID: <20190516074340.GA12505@asus> (raw)
In-Reply-To: <f0f3c65d-2b1f-3633-ee18-7d49d18eb7a5@linuxfoundation.org>
On Tue, May 14, 2019 at 05:26:25PM -0600, Shuah Khan wrote:
> Hi Kelsey,
>
> On 5/11/19 10:57 PM, Kelsey Skunberg wrote:
> > Create /selftests/pidfd/.gitignore which holds the following file name
> > created after compiling:
>
> This patch generates the following checkpatch warning.
>
> WARNING: use relative pathname instead of absolute in changelog text
> #85:
> Create /selftests/drivers/.gitignore which holds the following file name
>
>
> I fixed it and applied the patch. Please make sure to run checkpatch
> before sending patches in the future.
>
> thanks,
> -- Shuah
Thank you for catching and fixing this! I'll make sure to remember to
run checkpatch in the future.
Thanks again!
-Kelsey
WARNING: multiple messages have this Message-ID (diff)
From: skunberg.kelsey@gmail.com (Kelsey Skunberg)
Subject: [PATCH] selftests: pidfd: Create .gitignore to include pidfd_test
Date: Thu, 16 May 2019 01:43:41 -0600 [thread overview]
Message-ID: <20190516074340.GA12505@asus> (raw)
Message-ID: <20190516074341.KmyBJyKNF-Dj5fRWKIB5KcSmJLWVV4UJJUnkm0C4fcw@z> (raw)
In-Reply-To: <f0f3c65d-2b1f-3633-ee18-7d49d18eb7a5@linuxfoundation.org>
On Tue, May 14, 2019@05:26:25PM -0600, Shuah Khan wrote:
> Hi Kelsey,
>
> On 5/11/19 10:57 PM, Kelsey Skunberg wrote:
> > Create /selftests/pidfd/.gitignore which holds the following file name
> > created after compiling:
>
> This patch generates the following checkpatch warning.
>
> WARNING: use relative pathname instead of absolute in changelog text
> #85:
> Create /selftests/drivers/.gitignore which holds the following file name
>
>
> I fixed it and applied the patch. Please make sure to run checkpatch
> before sending patches in the future.
>
> thanks,
> -- Shuah
Thank you for catching and fixing this! I'll make sure to remember to
run checkpatch in the future.
Thanks again!
-Kelsey
WARNING: multiple messages have this Message-ID (diff)
From: Kelsey Skunberg <skunberg.kelsey@gmail.com>
To: Shuah Khan <skhan@linuxfoundation.org>
Cc: shuah@kernel.org, linux-kselftest@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-kernel-mentees@lists.linuxfoundation.org
Subject: Re: [PATCH] selftests: pidfd: Create .gitignore to include pidfd_test
Date: Thu, 16 May 2019 01:43:41 -0600 [thread overview]
Message-ID: <20190516074340.GA12505@asus> (raw)
In-Reply-To: <f0f3c65d-2b1f-3633-ee18-7d49d18eb7a5@linuxfoundation.org>
On Tue, May 14, 2019 at 05:26:25PM -0600, Shuah Khan wrote:
> Hi Kelsey,
>
> On 5/11/19 10:57 PM, Kelsey Skunberg wrote:
> > Create /selftests/pidfd/.gitignore which holds the following file name
> > created after compiling:
>
> This patch generates the following checkpatch warning.
>
> WARNING: use relative pathname instead of absolute in changelog text
> #85:
> Create /selftests/drivers/.gitignore which holds the following file name
>
>
> I fixed it and applied the patch. Please make sure to run checkpatch
> before sending patches in the future.
>
> thanks,
> -- Shuah
Thank you for catching and fixing this! I'll make sure to remember to
run checkpatch in the future.
Thanks again!
-Kelsey
next prev parent reply other threads:[~2019-05-16 7:43 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-12 4:57 [Linux-kernel-mentees] [PATCH] selftests: pidfd: Create .gitignore to include pidfd_test skunberg.kelsey
2019-05-12 4:57 ` Kelsey Skunberg
2019-05-12 4:57 ` Kelsey Skunberg
2019-05-12 4:57 ` skunberg.kelsey
2019-05-12 4:57 ` [Linux-kernel-mentees] " Kelsey Skunberg
2019-05-14 23:26 ` skhan
2019-05-14 23:26 ` Shuah Khan
2019-05-14 23:26 ` Shuah Khan
2019-05-14 23:26 ` skhan
2019-05-14 23:26 ` [Linux-kernel-mentees] " Shuah Khan
2019-05-16 7:43 ` skunberg.kelsey [this message]
2019-05-16 7:43 ` Kelsey Skunberg
2019-05-16 7:43 ` Kelsey Skunberg
2019-05-16 7:43 ` skunberg.kelsey
2019-05-16 7:43 ` [Linux-kernel-mentees] " Kelsey Skunberg
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=20190516074340.GA12505@asus \
--to=unknown@example.com \
/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.