Re: [GIT PULL] compiler-attributes for v4.20

2018-12-22 Thread pr-tracker-bot
The pull request you sent on Fri, 21 Dec 2018 22:29:22 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1104bd96eb2af9707dce69a22c63bd432a41380a

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


[GIT PULL] compiler-attributes for v4.20

2018-12-21 Thread Miguel Ojeda
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(-)


Re: [GIT PULL] Compiler Attributes for v4.20-rc2

2018-11-08 Thread Linus Torvalds
On Thu, Nov 8, 2018 at 6:00 AM Miguel Ojeda
 wrote:
>
> A small patch for compiler-gcc.h and a trivial one for compiler_attributes.h.

Pulled,

Linus


Re: [GIT PULL] Compiler Attributes for v4.20-rc2

2018-11-08 Thread Linus Torvalds
On Thu, Nov 8, 2018 at 6:00 AM Miguel Ojeda
 wrote:
>
> A small patch for compiler-gcc.h and a trivial one for compiler_attributes.h.

Pulled,

Linus


[GIT PULL] Compiler Attributes for v4.20-rc2

2018-11-08 Thread Miguel Ojeda
Hi Linus,

A small patch for compiler-gcc.h and a trivial one for compiler_attributes.h.

The non-trivial one was in yesterday's linux-next without apparent problems.

Cheers,
Miguel

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 24efee412c75843755da0ddd7bbc2db2ce9129f5:

  Compiler Attributes: improve explanation of header (2018-11-08 11:33:52 +0100)


Small improvements to Compiler Attributes:

  - Define asm_volatile_goto for non-gcc compilers
From Nick Desaulniers

  - Improve the explanation of compiler_attributes.h


Miguel Ojeda (1):
  Compiler Attributes: improve explanation of header

ndesaulni...@google.com (1):
  include/linux/compiler*.h: define asm_volatile_goto

 include/linux/compiler_attributes.h | 14 +-
 include/linux/compiler_types.h  |  4 
 2 files changed, 13 insertions(+), 5 deletions(-)


[GIT PULL] Compiler Attributes for v4.20-rc2

2018-11-08 Thread Miguel Ojeda
Hi Linus,

A small patch for compiler-gcc.h and a trivial one for compiler_attributes.h.

The non-trivial one was in yesterday's linux-next without apparent problems.

Cheers,
Miguel

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 24efee412c75843755da0ddd7bbc2db2ce9129f5:

  Compiler Attributes: improve explanation of header (2018-11-08 11:33:52 +0100)


Small improvements to Compiler Attributes:

  - Define asm_volatile_goto for non-gcc compilers
From Nick Desaulniers

  - Improve the explanation of compiler_attributes.h


Miguel Ojeda (1):
  Compiler Attributes: improve explanation of header

ndesaulni...@google.com (1):
  include/linux/compiler*.h: define asm_volatile_goto

 include/linux/compiler_attributes.h | 14 +-
 include/linux/compiler_types.h  |  4 
 2 files changed, 13 insertions(+), 5 deletions(-)