From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751399AbdGLEF5 (ORCPT ); Wed, 12 Jul 2017 00:05:57 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:47282 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750729AbdGLEFz (ORCPT ); Wed, 12 Jul 2017 00:05:55 -0400 Date: Tue, 11 Jul 2017 21:05:54 -0700 (PDT) Message-Id: <20170711.210554.1600862716843784839.davem@davemloft.net> To: torvalds@linux-foundation.org CC: akpm@linux-foundation.org, sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT] Sparc From: David Miller X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Tue, 11 Jul 2017 21:05:55 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 1) Fix symbol version generation for assembler on sparc, from Nagarathnam Muthusamy. 2) Fix compound page handling in gup_huge_pmd(), from Nitin Gupta. Please pull, thanks a lot! The following changes since commit 5faab9e0f03c4eef97886b45436015e107f79f5f: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2017-06-10 11:09:23 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc for you to fetch changes up to dbd2667a4fb9ce4f547982b07cd69dda127c47ea: sparc64: Fix gup_huge_pmd (2017-06-25 15:23:57 -0400) ---------------------------------------------------------------- David S. Miller (1): Merge branch 'sparc-Suppressing-version-generation-failed-warnings-in-sparc' Nagarathnam Muthusamy (3): Adding asm-prototypes.h for genksyms to generate crc sed regex in Makefile.build requires line break between exported symbols Adding the type of exported symbols Nitin Gupta (1): sparc64: Fix gup_huge_pmd arch/sparc/include/asm/asm-prototypes.h | 24 ++++++++++++++++++++++++ arch/sparc/lib/atomic_64.S | 44 ++++++++++++++++++++++++++------------------ arch/sparc/lib/checksum_64.S | 1 + arch/sparc/lib/csum_copy.S | 1 + arch/sparc/lib/memscan_64.S | 2 ++ arch/sparc/lib/memset.S | 1 + arch/sparc/mm/gup.c | 4 ++-- 7 files changed, 57 insertions(+), 20 deletions(-) create mode 100644 arch/sparc/include/asm/asm-prototypes.h