From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752616AbbC0WXn (ORCPT ); Fri, 27 Mar 2015 18:23:43 -0400 Received: from mout.gmx.net ([212.227.17.22]:57418 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751400AbbC0WXk (ORCPT ); Fri, 27 Mar 2015 18:23:40 -0400 Date: Fri, 27 Mar 2015 23:23:28 +0100 From: Helge Deller To: Linus Torvalds , linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org, James Bottomley , John David Anglin Subject: [GIT PULL] parisc fixes for v4.0 Message-ID: <20150327222328.GA4014@ls3530.box> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Provags-ID: V03:K0:+Z2dVbWwqgyTaFOA+YyHWE2e1BjptmFYEptS5M/AuABc0BPjs6e ypTcpyLDwWzCil0dqlzA05JTftojtpV0JielMqOiLdfUGJsQh400hdi+Eihxbv1pStf/zPp 2CSuUv7CHP9VhLv+FGSMDGFbHnaR6G3KwRNdjYmL3FjXZNpLuBMU6wn05C7zoFINQ0mAd+Q kR3uxZpjQjpifKAD8JUdw== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull three patches for kernel-4.0 for the parisc architecture from git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.0-1 One patch from Mikulas fixes a bug on parisc by artifically incrementing the counter in pmd_free when the kernel tries to free the preallocated pmd. Other than that we now prevent that syscalls gets added without incrementing __NR_Linux_syscalls and fix the initial pmd setup code if a default page size greater than 4k has been selected. Thanks, Helge ---------------------------------------------------------------- Helge Deller (2): parisc: Add compile-time check when adding new syscalls parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BIT Mikulas Patocka (1): parisc: mm: don't count preallocated pmds arch/parisc/include/asm/pgalloc.h | 17 ++++++++++------- arch/parisc/kernel/syscall_table.S | 9 ++++++--- 2 files changed, 16 insertions(+), 10 deletions(-)