Re: [PATCH 3.16 226/328] x86/mm: Use WRITE_ONCE() when setting PTEs

2018-12-16 Thread Ben Hutchings
On Sun, 2018-12-09 at 21:57 +, Nadav Amit wrote: > This patch causes some sparse warnings. If you want to wait, I’ll send a > patch to fix it. (No expected functional impact though). Thanks for the note. I don't think that's enough of a reason to delay this fix. Ben. > > > On Dec 9, 2018,

[PATCH 3.16 226/328] x86/mm: Use WRITE_ONCE() when setting PTEs

2018-12-09 Thread Ben Hutchings
3.16.62-rc1 review patch. If anyone has any objections, please let me know. -- From: Nadav Amit commit 9bc4f28af75a91aea0ae383f50b0a430c4509303 upstream. When page-table entries are set, the compiler might optimize their assignment by using multiple instructions to set the

Re: [PATCH 3.16 226/328] x86/mm: Use WRITE_ONCE() when setting PTEs

2018-12-09 Thread Nadav Amit
This patch causes some sparse warnings. If you want to wait, I’ll send a patch to fix it. (No expected functional impact though). > On Dec 9, 2018, at 1:50 PM, Ben Hutchings wrote: > > 3.16.62-rc1 review patch. If anyone has any objections, please let me know. > > -- > >