From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932963AbcEXUN2 (ORCPT ); Tue, 24 May 2016 16:13:28 -0400 Received: from mout.kundenserver.de ([212.227.126.133]:63869 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932629AbcEXUN0 (ORCPT ); Tue, 24 May 2016 16:13:26 -0400 From: Arnd Bergmann To: Linus Torvalds Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, James Hogan Subject: [GIT PULL] asm-generic patch for v4.7 Date: Tue, 24 May 2016 22:12:51 +0200 Message-ID: <5341829.UN0BGB7Fal@wuerfel> User-Agent: KMail/5.1.3 (Linux/4.4.0-22-generic; KDE/5.18.0; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:NZVvfiMAKiZREXHfEmTjKl3xflKHnEZeEe2WiZzxvbrLfU2qDSe PqQhZkNhf+hQpfhR62Ob7lpTT9CnCsfDbn8R9uZslBBTfFWCvtsIXgTb3K+YrFYk2OZOjLE L9ENknt1h/aKa0jL6f9eogGLIQ52H+y5/rTltAoJULUeNSeOuJnKFBHP9YauYJF8Pu+o8t+ iYmqZ6NbSUUp+p5r/rNPg== X-UI-Out-Filterresults: notjunk:1;V01:K0:wAwlGHnjoFU=:DaQecr8STAr6fsYum/r/g9 /M9NC6JmbbZQZthBrccwOKaccdP/u1YeoYpLHlgmHpnMBFjLlbmFvoVwl7/qCbcI7BRQun3ra kvyHhsMTqeg8R1dbc90bNDPPy8gGbafI3yRNHqzRQnqmAKEGGaC7NOZ4ZXX56A+OYUXaUvO3r 6/t5Upr5CMv6kFliScv7FtEIyF9jlmSF3sLNu0EBw+Gh5rnjzHsB5QehQEMG5i9bUKdD73RAx /M02GxbmawuqC9+MSuNREnq7ULfrxoEwOfUUSQjnEkGub+R/xPzEY5VsqzX1qJdqfoIvQiH3w ScuGDo8WKZkZkH4JniALSFSuz4lraSvIZPhtG8GRZpxZrAGh9dWxt38t86aWL0b5rpuEmaK6J MgYHPFZLKerHIpXNbuymDw8z8o9mMDjKcFWSfhOcLacwbDIs94AjEGuOzUNZH8V5/95/BSw1s CsZWE0lbvWneNgxhXkjfxy8s7WBU0XwIM58Vw9J67Y/vU9vd974vMzRYL5x9/X8Wbfzrmg5Vi oi+NwOQ/nUK2mSDtaaXR/C1RbPaD7BAmcAdh+VvUQmpxue8Y/DHu/5Na/hb50iQxhAzYfVU3t +poIsAclElIaOTcknXFUN8Dw5SH7yFSb0fRevQMK87G0IKkFtMpDTqNHmScMWyHzm7mpxSCOt ABmZ0HLBRlSpv2vLZCLbdJCSOHjPApUcQR69fBz5wdPQQqGPdnrPzdK7CoBY2oQ5ZqpLgcpe1 0TuXtMpr3xrHt5Nz Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 1f93e9f2318b598e6775a1fc9701604993c512b1: asm-generic: use compat version for preadv2 and pwritev2 (2016-05-05 00:42:20 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git tags/asm-generic-4.7 for you to fetch changes up to b0da6d44157aa6e652de7634343708251ba64146: asm-generic: Drop renameat syscall from default list (2016-05-05 00:42:21 +0200) ---------------------------------------------------------------- asm-generic patch for 4.7 I have only one patch for asm-generic in this release, this one is from James Hogan and updates the generic system call table for renameat2 so we don't need to provide both renameat and renameat2 in newly added architectures. ---------------------------------------------------------------- James Hogan (1): asm-generic: Drop renameat syscall from default list arch/arc/include/uapi/asm/unistd.h | 1 + arch/arm64/include/uapi/asm/unistd.h | 3 +++ arch/c6x/include/uapi/asm/unistd.h | 1 + arch/h8300/include/uapi/asm/unistd.h | 2 ++ arch/hexagon/include/uapi/asm/unistd.h | 1 + arch/metag/include/uapi/asm/unistd.h | 2 ++ arch/nios2/include/uapi/asm/unistd.h | 2 ++ arch/openrisc/include/uapi/asm/unistd.h | 1 + arch/score/include/uapi/asm/unistd.h | 1 + arch/tile/include/uapi/asm/unistd.h | 1 + arch/unicore32/include/uapi/asm/unistd.h | 2 ++ include/uapi/asm-generic/unistd.h | 3 +++ 12 files changed, 20 insertions(+)