]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Mar 2016 06:13:48 +0000 (23:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 25 Mar 2016 06:13:48 +0000 (23:13 -0700)
commit049d22106adf07dad3419fa076f1aaec76f19bff
treef77a131b252e7b6b5a7d6c0875a354240a8c2e67
parent3b099cd078f658fa1c4a0f2a4e0d93ac19c87cb9
parent31fc51ba7fff892851f80a275eaa93f639ec979f
Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic

Pull asm-generic updates from Arnd Bergmann:
 "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()"

* tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic:
  asm-generic: remove old nonatomic-io wrapper files
  asm-generic: default BUG_ON(x) to if(x)BUG()
  asm-generic: page.h: Remove useless get_user_page and free_user_page
arch/arc/include/asm/page.h
drivers/dma/idma64.h
include/asm-generic/bug.h