mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/5] Xtensa fixes for v4.13-rc4
@ 2017-08-07 22:23 Max Filippov
  0 siblings, 0 replies; only message in thread
From: Max Filippov @ 2017-08-07 22:23 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-xtensa, Chris Zankel, Max Filippov

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-07 22:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-07 22:23 [PATCH 0/5] Xtensa fixes for v4.13-rc4 Max Filippov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®