]> git.baikalelectronics.ru Git - kernel.git/commit
x86, pmem: Fix cache flushing for iovec write < 8 bytes
authorBen Hutchings <ben.hutchings@codethink.co.uk>
Tue, 9 May 2017 17:00:43 +0000 (18:00 +0100)
committerDan Williams <dan.j.williams@intel.com>
Tue, 9 May 2017 17:09:26 +0000 (10:09 -0700)
commitb709ea8e454505c540d8c29fd5fc30bdecb1fe33
treea058fa06362f801e82408c20f5d681b7dfcc8a54
parent14a1f55d6e33423f7aa592a1addfcbc2e095e7e7
x86, pmem: Fix cache flushing for iovec write < 8 bytes

Commit 09f95b4ec7b7 added cache flushing for unaligned writes from an
iovec, covering the first and last cache line of a >= 8 byte write and
the first cache line of a < 8 byte write.  But an unaligned write of
2-7 bytes can still cover two cache lines, so make sure we flush both
in that case.

Cc: <stable@vger.kernel.org>
Fixes: 09f95b4ec7b7 ("x86, pmem: fix broken __copy_user_nocache ...")
Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
arch/x86/include/asm/pmem.h