Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1566656
| From | Matthew Wilcox <willy@infradead.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4] mm: add arch-independent testcases for RODATA |
| Date | 2017-01-25 15:50 +0100 |
| Message-ID | <t3x3z-2YY-5@gated-at.bofh.it> (permalink) |
| References | <t3wAx-2Oh-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Jan 25, 2017 at 11:18:33PM +0900, Jinbum Park wrote: > + /* test 2: write to the variable; this should fault */ > + /* > + * This must be written in assembly to be able to catch the > + * exception that is supposed to happen in the correct case. > + * > + * So that probe_kernel_write is used to write > + * arch-independent assembly. > + */ This comment makes no sense. Better to just delete the comment.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v4] mm: add arch-independent testcases for RODATA Jinbum Park <jinb.park7@gmail.com> - 2017-01-25 15:20 +0100 Re: [PATCH v4] mm: add arch-independent testcases for RODATA Matthew Wilcox <willy@infradead.org> - 2017-01-25 15:50 +0100
csiph-web