* [PATCH] CodeSamples/locking: Add rec_tree_itr to .gitignore
@ 2022-11-18 14:52 Akira Yokosawa
2022-11-18 21:38 ` Paul E. McKenney
0 siblings, 1 reply; 2+ messages in thread
From: Akira Yokosawa @ 2022-11-18 14:52 UTC (permalink / raw)
To: Paul E. McKenney; +Cc: Elad Lahav, perfbook, Akira Yokosawa
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
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] CodeSamples/locking: Add rec_tree_itr to .gitignore
2022-11-18 14:52 [PATCH] CodeSamples/locking: Add rec_tree_itr to .gitignore Akira Yokosawa
@ 2022-11-18 21:38 ` Paul E. McKenney
0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2022-11-18 21:38 UTC (permalink / raw)
To: Akira Yokosawa; +Cc: Elad Lahav, perfbook
On Fri, Nov 18, 2022 at 11:52:13PM +0900, Akira Yokosawa wrote:
> 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>
Thank you for spotting this one! Queued and pushed.
Thanx, Paul
> ---
> 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
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-18 21:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-18 14:52 [PATCH] CodeSamples/locking: Add rec_tree_itr to .gitignore Akira Yokosawa
2022-11-18 21:38 ` Paul E. McKenney
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.