* [PATCH] toolsoftrade: Fix a mistake about line number pointing
@ 2018-07-21 18:04 SeongJae Park
2018-07-21 18:09 ` Paul E. McKenney
0 siblings, 1 reply; 3+ messages in thread
From: SeongJae Park @ 2018-07-21 18:04 UTC (permalink / raw)
To: paulmck; +Cc: perfbook, SeongJae Park
Fixes: c88cc9eba7a5 ("toolsoftrade: Give a forward reference for READ_ONCE() and WRITE_ONCE()")
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
---
toolsoftrade/toolsoftrade.tex | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex
index 00db182..f02d339 100644
--- a/toolsoftrade/toolsoftrade.tex
+++ b/toolsoftrade/toolsoftrade.tex
@@ -629,7 +629,7 @@ primitives.
} \QuickQuizEnd
\QuickQuiz{}
- What is the \co{READ_ONCE()} on lines~17 and~41 and the
+ What is the \co{READ_ONCE()} on lines~17 and the
\co{WRITE_ONCE()} on line~41 of
Listing~\ref{lst:toolsoftrade:Demonstration of Exclusive Locks}?
\QuickQuizAnswer{
--
2.10.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] toolsoftrade: Fix a mistake about line number pointing
2018-07-21 18:04 [PATCH] toolsoftrade: Fix a mistake about line number pointing SeongJae Park
@ 2018-07-21 18:09 ` Paul E. McKenney
2018-07-21 18:20 ` SeongJae Park
0 siblings, 1 reply; 3+ messages in thread
From: Paul E. McKenney @ 2018-07-21 18:09 UTC (permalink / raw)
To: SeongJae Park; +Cc: perfbook
On Sun, Jul 22, 2018 at 03:04:10AM +0900, SeongJae Park wrote:
> Fixes: c88cc9eba7a5 ("toolsoftrade: Give a forward reference for READ_ONCE() and WRITE_ONCE()")
> Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Hmmm... There is both a READ_ONCE() and a WRITE_ONCE() on line 41, so
the original is accurate. That said, this might be an indication that the
question is confusing. If so, would you like to take a shot at rewording?
Thanx, Paul
> ---
> toolsoftrade/toolsoftrade.tex | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex
> index 00db182..f02d339 100644
> --- a/toolsoftrade/toolsoftrade.tex
> +++ b/toolsoftrade/toolsoftrade.tex
> @@ -629,7 +629,7 @@ primitives.
> } \QuickQuizEnd
>
> \QuickQuiz{}
> - What is the \co{READ_ONCE()} on lines~17 and~41 and the
> + What is the \co{READ_ONCE()} on lines~17 and the
> \co{WRITE_ONCE()} on line~41 of
> Listing~\ref{lst:toolsoftrade:Demonstration of Exclusive Locks}?
> \QuickQuizAnswer{
> --
> 2.10.0
>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] toolsoftrade: Fix a mistake about line number pointing
2018-07-21 18:09 ` Paul E. McKenney
@ 2018-07-21 18:20 ` SeongJae Park
0 siblings, 0 replies; 3+ messages in thread
From: SeongJae Park @ 2018-07-21 18:20 UTC (permalink / raw)
To: Paul E. McKenney; +Cc: SeongJae Park, perfbook
On Sat, 21 Jul 2018, Paul E. McKenney wrote:
> On Sun, Jul 22, 2018 at 03:04:10AM +0900, SeongJae Park wrote:
> > Fixes: c88cc9eba7a5 ("toolsoftrade: Give a forward reference for READ_ONCE() and WRITE_ONCE()")
> > Signed-off-by: SeongJae Park <sj38.park@gmail.com>
>
> Hmmm... There is both a READ_ONCE() and a WRITE_ONCE() on line 41, so
> the original is accurate. That said, this might be an indication that the
> question is confusing. If so, would you like to take a shot at rewording?
Oops, obviously my fault. sorry. Ignore the patch, please.
Thnaks,
SeongJae Park
>
> Thanx, Paul
>
> > ---
> > toolsoftrade/toolsoftrade.tex | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex
> > index 00db182..f02d339 100644
> > --- a/toolsoftrade/toolsoftrade.tex
> > +++ b/toolsoftrade/toolsoftrade.tex
> > @@ -629,7 +629,7 @@ primitives.
> > } \QuickQuizEnd
> >
> > \QuickQuiz{}
> > - What is the \co{READ_ONCE()} on lines~17 and~41 and the
> > + What is the \co{READ_ONCE()} on lines~17 and the
> > \co{WRITE_ONCE()} on line~41 of
> > Listing~\ref{lst:toolsoftrade:Demonstration of Exclusive Locks}?
> > \QuickQuizAnswer{
> > --
> > 2.10.0
> >
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-07-21 19:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-21 18:04 [PATCH] toolsoftrade: Fix a mistake about line number pointing SeongJae Park
2018-07-21 18:09 ` Paul E. McKenney
2018-07-21 18:20 ` SeongJae Park
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.