[GIT PULL] compiler-attributes for v4.20

From: Miguel Ojeda
Date: Fri Dec 21 2018 - 16:29:59 EST


Hi Linus,

I picked this one up even if it is not exactly compiler-attributes.

I would like if you can take a look at the patch, please. The patch 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).

Greg said he would want to pick this if this ends up in your tree.

The patch has been in linux-next for a few days.

Cheers,
Miguel

The following changes since commit 40e020c129cfc991e8ab4736d2665351ffd1468d:

Linux 4.20-rc6 (2018-12-09 15:31:00 -0800)

are available in the Git repository at:

https://github.com/ojeda/linux.git tags/compiler-attributes-for-linus-v4.20

for you to fetch changes up to 71391bdd2e9aab188f86bf1ecd9b232531ec7eea:

include/linux/compiler_types.h: don't pollute userspace with macro definitions (2018-12-14 16:57:16 +0100)

----------------------------------------------------------------
A cleanup for userspace in compiler_types.h

- don't pollute userspace with macro definitions
From Xiaozhou Liu

----------------------------------------------------------------
Xiaozhou Liu (1):
include/linux/compiler_types.h: don't pollute userspace with macro definitions

include/linux/compiler_types.h | 108 ++++++++++++++++++++---------------------
1 file changed, 54 insertions(+), 54 deletions(-)