The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:
Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git tags/asm-generic-5.1 for you to fetch changes up to d724444ab97d2cdf1c4dbfc1ff65d0b18a9631e0: asm-generic/page.h: fix typo in #error text requiring a real asm/page.h (2019-02-22 21:53:25 +0100) ---------------------------------------------------------------- asm-generic changes for v5.1 Only a few small changes this time: - Michael S. Tsirkin cleans up linux/mman.h - Mike Rapoport found a typo I had originally merged another cleanup series for I/O accessors from Hugo Lefeuvre as well, but dropped it after the discussion of the barrier semantics and some conflicts. I expect this series to get merged for a later release though. Signed-off-by: Arnd Bergmann <a...@arndb.de> ---------------------------------------------------------------- Michael S. Tsirkin (3): x86/mpx: tweak header name drm: tweak header name arch: move common mmap flags to linux/mman.h Mike Rapoport (1): asm-generic/page.h: fix typo in #error text requiring a real asm/page.h arch/alpha/include/uapi/asm/mman.h | 4 +--- arch/mips/include/uapi/asm/mman.h | 4 +--- arch/parisc/include/uapi/asm/mman.h | 4 +--- arch/x86/mm/mpx.c | 2 +- arch/xtensa/include/uapi/asm/mman.h | 4 +--- include/asm-generic/page.h | 2 +- include/drm/drmP.h | 3 +-- include/uapi/asm-generic/mman-common.h | 4 +--- include/uapi/linux/mman.h | 4 ++++ 9 files changed, 12 insertions(+), 19 deletions(-)