From: SeongJae Park <sj38.park@gmail.com>
To: paulmck@linux.ibm.com
Cc: perfbook@vger.kernel.org, SeongJae Park <sj38.park@gmail.com>
Subject: [PATCH 1/5] toolsoftrade: Polish an ambiguous sentence
Date: Fri, 26 Apr 2019 09:57:00 +0900 [thread overview]
Message-ID: <20190426005704.10952-2-sj38.park@gmail.com> (raw)
In-Reply-To: <20190426005704.10952-1-sj38.park@gmail.com>
A sentence calls a 'signal or interrupt handler' as 'interrupt handler'.
This commit modifies the sentence to call it just a handler to minimize
any confusion.
Signed-off-by: SeongJae Park <sj38.park@gmail.com>
---
toolsoftrade/toolsoftrade.tex | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex
index 4e0764d..1cf118b 100644
--- a/toolsoftrade/toolsoftrade.tex
+++ b/toolsoftrade/toolsoftrade.tex
@@ -2365,8 +2365,8 @@ for other accesses to that same variable:
All other code must use \co{READ_ONCE()} and \co{WRITE_ONCE()}.
\item A shared variable is only accessed by a given CPU or thread
and by a signal or interrupt handler running in that CPU's
- or thread's context, and the interrupt handler always restores
- the values of any variables that it has written before return.
+ or thread's context, and the handler always restores the values of any
+ variables that it has written before return.
The handler can use plain loads and stores, as can any code
that has prevented the handler from being invoked, that is,
code that has blocked signals and/or interrupts.
--
2.10.0
next prev parent reply other threads:[~2019-04-26 0:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-26 0:56 [PATCH] memorder: Fix two trivial typos SeongJae Park
2019-04-26 0:57 ` SeongJae Park [this message]
2019-04-26 14:17 ` [PATCH 1/5] toolsoftrade: Polish an ambiguous sentence Paul E. McKenney
2019-04-26 0:57 ` [PATCH 2/5] defer/rcupai: Fix a typo: _pointer()() -> _pointer() SeongJae Park
2019-04-26 0:57 ` [PATCH 3/5] defer/rcuapi: Consistently use dashes for 'RCU-protected' and 'update-side' SeongJae Park
2019-04-26 0:57 ` [PATCH 4/5] defer: Fix a typo: processof -> process of SeongJae Park
2019-04-26 0:57 ` [PATCH 5/5] defer: Use 'Go' instead of 'golang' SeongJae Park
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=20190426005704.10952-2-sj38.park@gmail.com \
--to=sj38.park@gmail.com \
--cc=paulmck@linux.ibm.com \
--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.