linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] RISC-V: Don't use a global include guard for uapi/asm/syscalls.
@ 2018-08-09 20:25 Palmer Dabbelt
  2018-08-09 20:25 ` [PATCH v2 1/2] RISC-V: Define sys_riscv_flush_icache when SMP=n Palmer Dabbelt
  2018-08-09 20:25 ` [PATCH v2 2/2] RISC-V: Don't use a global include guard for uapi/asm/syscalls.h Palmer Dabbelt
  0 siblings, 2 replies; 10+ messages in thread
From: Palmer Dabbelt @ 2018-08-09 20:25 UTC (permalink / raw)
  To: Christoph Hellwig, linux
  Cc: Palmer Dabbelt, aou, Arnd Bergmann, tklauser, Andrew Waterman,
	dan.carpenter, linux, linux-riscv, linux-kernel

It turns out that we weren't actually hooking sys_riscv_flush_icache
into the syscall table, which results in any flush_icache() call that
escapes the vDSO to silently do nothing.

Changes since v1:

* sys_riscv_flush_icache is now defined even when SMP=n, which allows
  this patch set to build against SMP=n and SMP=y.


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-08-10  4:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-09 20:25 [PATCH v2 0/2] RISC-V: Don't use a global include guard for uapi/asm/syscalls Palmer Dabbelt
2018-08-09 20:25 ` [PATCH v2 1/2] RISC-V: Define sys_riscv_flush_icache when SMP=n Palmer Dabbelt
2018-08-09 21:20   ` Guenter Roeck
2018-08-09 20:25 ` [PATCH v2 2/2] RISC-V: Don't use a global include guard for uapi/asm/syscalls.h Palmer Dabbelt
2018-08-09 21:24   ` Guenter Roeck
2018-08-10  1:03     ` Palmer Dabbelt
2018-08-10  2:40       ` Guenter Roeck
2018-08-10  3:59         ` Palmer Dabbelt
2018-08-10  4:11           ` Guenter Roeck
2018-08-10  4:53           ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).