All of lore.kernel.org
 help / color / mirror / Atom feed
* [Linux-kernel-mentees] [PATCH] selftests: pidfd: Create .gitignore to include pidfd_test
@ 2019-05-12  4:57 ` Kelsey Skunberg
  0 siblings, 0 replies; 15+ messages in thread
From: skunberg.kelsey @ 2019-05-12  4:57 UTC (permalink / raw)


Create /selftests/pidfd/.gitignore which holds the following file name
created after compiling:

	- pidfd_test

Signed-off-by: Kelsey Skunberg <skunberg.kelsey at gmail.com>
---
 tools/testing/selftests/pidfd/.gitignore | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 tools/testing/selftests/pidfd/.gitignore

diff --git a/tools/testing/selftests/pidfd/.gitignore b/tools/testing/selftests/pidfd/.gitignore
new file mode 100644
index 000000000000..822a1e63d045
--- /dev/null
+++ b/tools/testing/selftests/pidfd/.gitignore
@@ -0,0 +1 @@
+pidfd_test
--
2.20.1

^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [Linux-kernel-mentees] [PATCH] selftests: pidfd: Create .gitignore to include pidfd_test
@ 2019-05-12  4:57 ` Kelsey Skunberg
  0 siblings, 0 replies; 15+ messages in thread
From: Kelsey Skunberg @ 2019-05-12  4:57 UTC (permalink / raw)


Create /selftests/pidfd/.gitignore which holds the following file name
created after compiling:

	- pidfd_test

Signed-off-by: Kelsey Skunberg <skunberg.kelsey at gmail.com>
---
 tools/testing/selftests/pidfd/.gitignore | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 tools/testing/selftests/pidfd/.gitignore

diff --git a/tools/testing/selftests/pidfd/.gitignore b/tools/testing/selftests/pidfd/.gitignore
new file mode 100644
index 000000000000..822a1e63d045
--- /dev/null
+++ b/tools/testing/selftests/pidfd/.gitignore
@@ -0,0 +1 @@
+pidfd_test
--
2.20.1

^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH] selftests: pidfd: Create .gitignore to include pidfd_test
@ 2019-05-12  4:57 ` Kelsey Skunberg
  0 siblings, 0 replies; 15+ messages in thread
From: skunberg.kelsey @ 2019-05-12  4:57 UTC (permalink / raw)


Create /selftests/pidfd/.gitignore which holds the following file name
created after compiling:

	- pidfd_test

Signed-off-by: Kelsey Skunberg <skunberg.kelsey at gmail.com>
---
 tools/testing/selftests/pidfd/.gitignore | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 tools/testing/selftests/pidfd/.gitignore

diff --git a/tools/testing/selftests/pidfd/.gitignore b/tools/testing/selftests/pidfd/.gitignore
new file mode 100644
index 000000000000..822a1e63d045
--- /dev/null
+++ b/tools/testing/selftests/pidfd/.gitignore
@@ -0,0 +1 @@
+pidfd_test
--
2.20.1

^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH] selftests: pidfd: Create .gitignore to include pidfd_test
@ 2019-05-12  4:57 ` Kelsey Skunberg
  0 siblings, 0 replies; 15+ messages in thread
From: Kelsey Skunberg @ 2019-05-12  4:57 UTC (permalink / raw)


Create /selftests/pidfd/.gitignore which holds the following file name
created after compiling:

	- pidfd_test

Signed-off-by: Kelsey Skunberg <skunberg.kelsey at gmail.com>
---
 tools/testing/selftests/pidfd/.gitignore | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 tools/testing/selftests/pidfd/.gitignore

diff --git a/tools/testing/selftests/pidfd/.gitignore b/tools/testing/selftests/pidfd/.gitignore
new file mode 100644
index 000000000000..822a1e63d045
--- /dev/null
+++ b/tools/testing/selftests/pidfd/.gitignore
@@ -0,0 +1 @@
+pidfd_test
--
2.20.1

^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH] selftests: pidfd: Create .gitignore to include pidfd_test
@ 2019-05-12  4:57 ` Kelsey Skunberg
  0 siblings, 0 replies; 15+ messages in thread
From: Kelsey Skunberg @ 2019-05-12  4:57 UTC (permalink / raw)
  To: shuah, linux-kselftest, linux-kernel, skhan, linux-kernel-mentees
  Cc: Kelsey Skunberg

Create /selftests/pidfd/.gitignore which holds the following file name
created after compiling:

	- pidfd_test

Signed-off-by: Kelsey Skunberg <skunberg.kelsey@gmail.com>
---
 tools/testing/selftests/pidfd/.gitignore | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 tools/testing/selftests/pidfd/.gitignore

diff --git a/tools/testing/selftests/pidfd/.gitignore b/tools/testing/selftests/pidfd/.gitignore
new file mode 100644
index 000000000000..822a1e63d045
--- /dev/null
+++ b/tools/testing/selftests/pidfd/.gitignore
@@ -0,0 +1 @@
+pidfd_test
--
2.20.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [Linux-kernel-mentees] [PATCH] selftests: pidfd: Create .gitignore to include pidfd_test
@ 2019-05-14 23:26   ` Shuah Khan
  0 siblings, 0 replies; 15+ messages in thread
From: skhan @ 2019-05-14 23:26 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Linux-kernel-mentees] [PATCH] selftests: pidfd: Create .gitignore to include pidfd_test
@ 2019-05-14 23:26   ` Shuah Khan
  0 siblings, 0 replies; 15+ messages in thread
From: Shuah Khan @ 2019-05-14 23:26 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH] selftests: pidfd: Create .gitignore to include pidfd_test
@ 2019-05-14 23:26   ` Shuah Khan
  0 siblings, 0 replies; 15+ messages in thread
From: skhan @ 2019-05-14 23:26 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH] selftests: pidfd: Create .gitignore to include pidfd_test
@ 2019-05-14 23:26   ` Shuah Khan
  0 siblings, 0 replies; 15+ messages in thread
From: Shuah Khan @ 2019-05-14 23:26 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PATCH] selftests: pidfd: Create .gitignore to include pidfd_test
@ 2019-05-14 23:26   ` Shuah Khan
  0 siblings, 0 replies; 15+ messages in thread
From: Shuah Khan @ 2019-05-14 23:26 UTC (permalink / raw)
  To: Kelsey Skunberg, shuah, linux-kselftest, linux-kernel,
	linux-kernel-mentees, skhan

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Linux-kernel-mentees] [PATCH] selftests: pidfd: Create .gitignore to include pidfd_test
@ 2019-05-16  7:43     ` Kelsey Skunberg
  0 siblings, 0 replies; 15+ messages in thread
From: skunberg.kelsey @ 2019-05-16  7:43 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Linux-kernel-mentees] [PATCH] selftests: pidfd: Create .gitignore to include pidfd_test
@ 2019-05-16  7:43     ` Kelsey Skunberg
  0 siblings, 0 replies; 15+ messages in thread
From: Kelsey Skunberg @ 2019-05-16  7:43 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH] selftests: pidfd: Create .gitignore to include pidfd_test
@ 2019-05-16  7:43     ` Kelsey Skunberg
  0 siblings, 0 replies; 15+ messages in thread
From: skunberg.kelsey @ 2019-05-16  7:43 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH] selftests: pidfd: Create .gitignore to include pidfd_test
@ 2019-05-16  7:43     ` Kelsey Skunberg
  0 siblings, 0 replies; 15+ messages in thread
From: Kelsey Skunberg @ 2019-05-16  7:43 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PATCH] selftests: pidfd: Create .gitignore to include pidfd_test
@ 2019-05-16  7:43     ` Kelsey Skunberg
  0 siblings, 0 replies; 15+ messages in thread
From: Kelsey Skunberg @ 2019-05-16  7:43 UTC (permalink / raw)
  To: Shuah Khan; +Cc: shuah, linux-kselftest, linux-kernel, linux-kernel-mentees

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2019-05-16  7:43 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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.