linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Kselftest kunit update for Linux 5.6-rc5
@ 2020-03-06 22:57 Shuah Khan
  2020-03-06 23:10 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Shuah Khan @ 2020-03-06 22:57 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Shuah Khan, Linux Kernel Mailing List,
	open list:KERNEL SELFTEST FRAMEWORK, Kees Cook, Christophe Leroy

[-- Attachment #1: Type: text/plain, Size: 2468 bytes --]

Hi Linus,

Please pull the following Keselftest update for Linux 5.6-rc5.

This Kselftest update for Linux 5.6-rc5 consists of a cleanup patch
to undo changes to global .gitignore that added selftests/lkdtm
objects and add them to a local selftests/lkdtm/.gitignore.

Summary of Linus's comments on local vs. global gitignore scope:

- Keep local gitignore patterns in local files.
- Put only global gitignore patterns in the top-level gitignore file.

Local scope keeps things much better separated. It also incidentally
means that if a directory gets renamed, the gitignore file continues
to work unless in the case of renaming the actual files themselves that
are named in the gitignore.

Diff is attached.

I took the liberty to include summary of your comments on local vs
global gitignore scope in the commit message.

thanks,
-- Shuah

----------------------------------------------------------------
The following changes since commit ef89d0545132d685f73da6f58b7e7fe002536f91:

   selftests/rseq: Fix out-of-tree compilation (2020-02-20 08:57:12 -0700)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest 
tags/linux-kselftest-5.6-rc5

for you to fetch changes up to f3a60268f5cec7dae0e9713f5fc65aecc3734c09:

   selftest/lkdtm: Use local .gitignore (2020-03-02 08:39:39 -0700)

----------------------------------------------------------------
linux-kselftest-5.6-rc5

This Kselftest update for Linux 5.6-rc5 consists of a cleanup patch
to undo changes to global .gitignore that added selftests/lkdtm
objects and add them to a local selftests/lkdtm/.gitignore.

Summary of Linus's comments on local vs. global gitignore scope:

- Keep local gitignore patterns in local files.
- Put only global gitignore patterns in the top-level gitignore file.

Local scope keeps things much better separated. It also incidentally
means that if a directory gets renamed, the gitignore file continues
to work unless in the case of renaming the actual files themselves that
are named in the gitignore.

----------------------------------------------------------------
Christophe Leroy (1):
       selftest/lkdtm: Use local .gitignore

  .gitignore                               | 4 ----
  tools/testing/selftests/lkdtm/.gitignore | 2 ++
  2 files changed, 2 insertions(+), 4 deletions(-)
  create mode 100644 tools/testing/selftests/lkdtm/.gitignore

----------------------------------------------------------------

[-- Attachment #2: linux-kselftest-5.6-rc5.diff --]
[-- Type: text/x-patch, Size: 576 bytes --]

diff --git a/.gitignore b/.gitignore
index 2763fce8766c..72ef86a5570d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -100,10 +100,6 @@ modules.order
 /include/ksym/
 /arch/*/include/generated/
 
-# Generated lkdtm tests
-/tools/testing/selftests/lkdtm/*.sh
-!/tools/testing/selftests/lkdtm/run.sh
-
 # stgit generated dirs
 patches-*
 
diff --git a/tools/testing/selftests/lkdtm/.gitignore b/tools/testing/selftests/lkdtm/.gitignore
new file mode 100644
index 000000000000..f26212605b6b
--- /dev/null
+++ b/tools/testing/selftests/lkdtm/.gitignore
@@ -0,0 +1,2 @@
+*.sh
+!run.sh

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

* Re: [GIT PULL] Kselftest kunit update for Linux 5.6-rc5
  2020-03-06 22:57 [GIT PULL] Kselftest kunit update for Linux 5.6-rc5 Shuah Khan
@ 2020-03-06 23:10 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-03-06 23:10 UTC (permalink / raw)
  To: Shuah Khan
  Cc: Linus Torvalds, Shuah Khan, Linux Kernel Mailing List,
	open list:KERNEL SELFTEST FRAMEWORK, Kees Cook, Christophe Leroy

The pull request you sent on Fri, 6 Mar 2020 15:57:27 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux-kselftest-5.6-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/63849c8f410717eb2e6662f3953ff674727303e7

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

end of thread, other threads:[~2020-03-06 23:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-06 22:57 [GIT PULL] Kselftest kunit update for Linux 5.6-rc5 Shuah Khan
2020-03-06 23:10 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).