Re: [PATCH 10/17] prmem: documentation
From: Igor Stoppa <hidden>
Date: 2018-10-24 14:30:58
Also in:
linux-doc, linux-integrity, lkml
Hi, On 24/10/18 06:48, Randy Dunlap wrote:
Hi, On 10/23/18 2:34 PM, Igor Stoppa wrote:
[...]
quoted
+- The present document doesn't address such transient.transience.
ok [...]
quoted
+ are attempted after the write protection is in place, will causeno comma.
ok [...]
quoted
+ - Its usefulness depends on the specific use case at handend above sentence with a period, please, like all of the others above it.
ok
quoted
+ - The "START_WR" mode is the only one which provides immediate protection, at the cost of speed.Please try to keep the line above and a few below to < 80 characters in length. (because some of us read rst files as text files, with a text editor, and line wrap is ugly)
ok, I still have to master .rst :-( [...]
quoted
+- The users of rare write must take care of ensuring the atomicity of thes/rare write/write rare/ ?
thanks
quoted
+ action, respect to the way they use the data being altered; for example,This .. "respect to the way" is awkward, but I don't know what to change it to.quoted
+ take a lock before making a copy of the value to modify (if it's + relevant), then alter it, issue the call to rare write and finally + release the lock. Some special scenario might be exempt from the need + for locking, but in general rare-write must be treated as an operationIt seemed to me that "write-rare" (or write rare) was the going name, but now it's being called "rare write" (or rare-write). Just be consistent, please.
write-rare it is, because it can be shortened as wr_xxx rare_write becomes rw_xxx which wrongly hints at read/write, which it definitely is not
quoted
+ tlb entries. It still does a better job of it, compared to invokingTLB
ok
quoted
+ vmalloc for each allocation, but it is undeniably less optimized wrt tos/wrt/with respect to/
yes
Thanks for the documentation.
thanks for the review :-) -- igor