From: Akira Yokosawa <akiyks@gmail.com>
To: "Paul E. McKenney" <paulmck@kernel.org>
Cc: Elad Lahav <e2lahav@gmail.com>,
perfbook@vger.kernel.org, Akira Yokosawa <akiyks@gmail.com>
Subject: [PATCH] CodeSamples/locking: Add rec_tree_itr to .gitignore
Date: Fri, 18 Nov 2022 23:52:13 +0900 [thread overview]
Message-ID: <3b515cce-eef7-7ca5-2ffe-a1c92a8db44b@gmail.com> (raw)
Commit a4e1d87b97f8 ("locking: Warn about state preservation when
releasing and re-acquiring locks") added a make target of
rec_tree_itr under CodeSamples/locking/, but failed to update
.gitignore.
Add rec_tree_itr in the list.
Fixes: a4e1d87b97f8 ("locking: Warn about state preservation when releasing and re-acquiring locks")
Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
CodeSamples/locking/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/CodeSamples/locking/.gitignore b/CodeSamples/locking/.gitignore
index 4cd08bfb256b..29a71f856d68 100644
--- a/CodeSamples/locking/.gitignore
+++ b/CodeSamples/locking/.gitignore
@@ -1,3 +1,4 @@
locked_list
lockwakelatency
+rec_tree_itr
xchglock
base-commit: ea5a893d74e27536fd1189905f9496fd4bc368f4
--
2.25.1
next reply other threads:[~2022-11-18 14:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-18 14:52 Akira Yokosawa [this message]
2022-11-18 21:38 ` [PATCH] CodeSamples/locking: Add rec_tree_itr to .gitignore Paul E. McKenney
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=3b515cce-eef7-7ca5-2ffe-a1c92a8db44b@gmail.com \
--to=akiyks@gmail.com \
--cc=e2lahav@gmail.com \
--cc=paulmck@kernel.org \
--cc=perfbook@vger.kernel.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.