Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752051AbdHGWYM (ORCPT ); Mon, 7 Aug 2017 18:24:12 -0400 Received: from mail-lf0-f68.google.com ([209.85.215.68]:35981 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751743AbdHGWYL (ORCPT ); Mon, 7 Aug 2017 18:24:11 -0400 From: Max Filippov To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-xtensa@linux-xtensa.org, Chris Zankel , Max Filippov Subject: [PATCH 0/5] Xtensa fixes for v4.13-rc4 Date: Mon, 7 Aug 2017 15:23:41 -0700 Message-Id: <1502144621-31049-1-git-send-email-jcmvbkbc@gmail.com> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1801 Lines: 48 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