* [patch 1/1] arch/sparc/include/asm/pgtable_64.h: fix build
@ 2019-09-26 14:28 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2019-09-26 14:28 UTC (permalink / raw)
To: akpm, andreyknvl, davem, linux-mm, mm-commits, torvalds
From: Andrew Morton <akpm@linux-foundation.org>
Subject: arch/sparc/include/asm/pgtable_64.h: fix build
A last-minute fixlet which I'd failed to merge at the appropriate time had
the predictable effect.
Fixes: f672e2c217e2d4b2 ("lib: untag user pointers in strn*_user")
Cc: Andrey Konovalov <andreyknvl@google.com>
Cc: David Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
arch/sparc/include/asm/pgtable_64.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/arch/sparc/include/asm/pgtable_64.h~arch-sparc-include-asm-pgtable_64h-fix-build
+++ a/arch/sparc/include/asm/pgtable_64.h
@@ -1099,7 +1099,7 @@ static inline unsigned long __untagged_a
return start;
}
#define untagged_addr(addr) \
- ((__typeof__(addr))(__untagged_addr((unsigned long)(addr)))
+ ((__typeof__(addr))(__untagged_addr((unsigned long)(addr))))
static inline bool pte_access_permitted(pte_t pte, bool write)
{
_
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-09-26 14:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-26 14:28 [patch 1/1] arch/sparc/include/asm/pgtable_64.h: fix build akpm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox