[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1502144621-31049-1-git-send-email-jcmvbkbc@gmail.com>
Date: Mon, 7 Aug 2017 15:23:41 -0700
From: Max Filippov <jcmvbkbc@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-xtensa@...ux-xtensa.org,
Chris Zankel <chris@...kel.net>,
Max Filippov <jcmvbkbc@...il.com>
Subject: [PATCH 0/5] Xtensa fixes for v4.13-rc4
Hi Linus,
please pull the following batch of fixes for the Xtensa architecture.
The following changes since commit 5771a8c08880cdca3bfb4a3fc6d309d6bba20877:
Linux v4.13-rc1 (2017-07-15 15:22:10 -0700)
are available in the git repository at:
git://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20170807
for you to fetch changes up to bc652eb6a0d5cffaea7dc8e8ad488aab2a1bf1ed:
xtensa: mm/cache: add missing EXPORT_SYMBOLs (2017-08-01 11:17:35 -0700)
----------------------------------------------------------------
Xtensa fixes for v4.13-rc4
- use asm-generic instances of asm/param.h and asm/device.h instead of exact
copies in arch/xtensa/include/asm;
- fix build error for xtensa cores with aliasing WT cache: define cache
flushing functions and copy_{to,from}_user_page;
- add missing EXPORT_SYMBOLs for clear_user_highpage, copy_user_highpage,
flush_dcache_page, local_flush_cache_range, local_flush_cache_page,
csum_partial and csum_partial_copy_generic.
----------------------------------------------------------------
Max Filippov (3):
xtensa: fix cache aliasing handling code for WT cache
xtensa: don't limit csum_partial export by CONFIG_NET
xtensa: mm/cache: add missing EXPORT_SYMBOLs
Tobias Klauser (2):
xtensa: remove wrapper header for asm/device.h
xtensa: remove wrapper header for asm/param.h
arch/xtensa/include/asm/Kbuild | 2 ++
arch/xtensa/include/asm/device.h | 15 ---------------
arch/xtensa/include/asm/param.h | 18 ------------------
arch/xtensa/kernel/xtensa_ksyms.c | 2 --
arch/xtensa/mm/cache.c | 16 ++++++++--------
5 files changed, 10 insertions(+), 43 deletions(-)
delete mode 100644 arch/xtensa/include/asm/device.h
delete mode 100644 arch/xtensa/include/asm/param.h
--
Thanks.
-- Max
Powered by blists - more mailing lists