]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'compiler-attributes-for-linus-v4.20' of https://github.com/ojeda/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 22 Dec 2018 22:29:21 +0000 (14:29 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 22 Dec 2018 22:29:21 +0000 (14:29 -0800)
commit8c1c455d51126dc0d338f3169711631e0786dbf6
treee488b9ba589cda03ce8a20bc73c4b3ecee835403
parent7cfeabfdbe5be89556ef11c48f9722061663ba76
parent405cf8bbb9a296b0ef074ae5c9668722c8c3d863
Merge tag 'compiler-attributes-for-linus-v4.20' of https://github.com/ojeda/linux

Pull compiler_types.h fix from Miguel Ojeda:
 "A cleanup for userspace in compiler_types.h: don't pollute userspace
  with macro definitions (Xiaozhou Liu)

  This is harmless for the kernel, but v4.19 was released with a few
  macros exposed to userspace as the patch explains; which this removes,
  so it *could* happen that we break something for someone (although
  leaving inline redefined is probably worse)"

* tag 'compiler-attributes-for-linus-v4.20' of https://github.com/ojeda/linux:
  include/linux/compiler_types.h: don't pollute userspace with macro definitions