From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751610AbcCXVMR (ORCPT ); Thu, 24 Mar 2016 17:12:17 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:56652 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751209AbcCXVMN (ORCPT ); Thu, 24 Mar 2016 17:12:13 -0400 From: Arnd Bergmann To: torvalds@linux-foundation.org Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: asm-generic changes for 4.6 Date: Thu, 24 Mar 2016 22:12:07 +0100 Message-ID: <11845534.Q9psV3m4LA@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:1bL16rN8wZWEIL9Ht45q8rgEHV5hct4qHGyTsIZGvUAFZKP9BKO Qt/DY3B6KwVd3HI4mvBx6vyh9MEns/6Ar8uULN4SgZoXOLtliGqYGYpqjAdGivbsQlPrFZ5 l3DYih84DsGqXr0lSftv/X3nubicQclKQh6rQh/6iQxKIuhBXSTBX+g8i9Qgo5Q0vxNz35C TqURgGbQQuNk37IkDF05A== X-UI-Out-Filterresults: notjunk:1;V01:K0:p8bWGly6zDE=:ms833wA5UrNMNkHIT1KlHT ss4CmBnk96+5uUdg5aZy0Pzg7NDafMm0BgzunZj+zoN/5cnrkpXHUYE3HFFoc3eYXFExH3bph 8pVd5HLQY2gFPMfYkwvXL6djI5u7JmZ37/K9y7meG674RYXuwlPIXcxWGh9wGdDmKzpErZCQr +IxXZDuOSimBrSsmyUpRJv/9NFwXeoC938wIrYV+L73AwyJHOM60AXRvFdwyswGkOXTRTSxig CnKCA15xsbd56dSr4Orr1Oz73ooO7T82KBlq5hRunxnxOKkAOHmFFDSxcHevshDUmK/3iJUgL svuNY27FmGDQdZuKXctA1UoonHFgaOHpwYE4fU4xQE/SpSY5joI5dVNnBcRGZdI3YXrGpxq/H XAd7w0tj/z/dvRRJRy4iPE2yHoddlpOST+b2skC1NEm7D1sIOT6Si0LvGmYCAwtno0XywGZG1 d/ercq36QogLyRgtHtTF2wn8Ij5QQsStcfDpckfvtcRW9aXkJnxyc2cDqsRw/uZfEdVz135t1 Ey/PP3SemGUy3+Xp1nxMDOA1GQ2WcNrJ1UvokMOS0WOzhrfa21qOirAqyO0XyD6caN6HBh/ch ZPSOdsUcc/4HrCI6p+az56+YMQKll8iuk0sxsnPXVNe/mEsYTwPw3rQal/LKdGJMRQdoE/BZ3 jIlVdNZ4v8NHDP2orqhWAOusUfpehfROY8PhBLsLJEv0b56yeV3lUL0aCbxeh8Qp8KGp10x8X sh/JvXG881Kb2C26 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 36f90b0a2ddd60823fe193a85e60ff1906c2a9b3: Linux 4.5-rc2 (2016-01-31 18:12:16 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git tags/asm-generic-4.6 for you to fetch changes up to a1cbaad75a8f891bca9cc65a1fb95ae1b28d2f6a: asm-generic: remove old nonatomic-io wrapper files (2016-03-01 22:25:17 +0100) ---------------------------------------------------------------- asm-generic changes for 4.6 There are only three patches this time, most other changes to files in include/asm-generic tend to go through the tree of whoever depends on the change. Two patches are cleanups for stuff that is no longer needed, the main change is to adapt the generic version of BUG_ON() for CONFIG_BUG=n to make it behave consistently with BUG(). This avoids undefined behavior along with a number of warnings about that undefined behavior in randconfig builds when we keep going on after hitting a BUG_ON(). ---------------------------------------------------------------- Arnd Bergmann (2): asm-generic: default BUG_ON(x) to if(x)BUG() asm-generic: remove old nonatomic-io wrapper files Chen Gang (1): asm-generic: page.h: Remove useless get_user_page and free_user_page arch/arc/include/asm/page.h | 3 --- arch/arm/include/asm/page-nommu.h | 3 --- arch/frv/include/asm/page.h | 3 --- arch/m68k/include/asm/page_mm.h | 3 --- arch/m68k/include/asm/page_no.h | 3 --- arch/openrisc/include/asm/page.h | 3 --- drivers/dma/idma64.h | 2 +- drivers/net/ethernet/hisilicon/hns/hns_dsaf_xgmac.c | 2 +- drivers/net/ethernet/netronome/nfp/nfp_net.h | 2 +- include/asm-generic/bug.h | 2 +- include/asm-generic/io-64-nonatomic-hi-lo.h | 2 -- include/asm-generic/io-64-nonatomic-lo-hi.h | 2 -- include/asm-generic/page.h | 3 --- 13 files changed, 4 insertions(+), 29 deletions(-) delete mode 100644 include/asm-generic/io-64-nonatomic-hi-lo.h delete mode 100644 include/asm-generic/io-64-nonatomic-lo-hi.h