[GIT PULL] Compiler Attributes for v5.9-rc4

From: Miguel Ojeda
Date: Sat Sep 05 2020 - 08:03:25 EST


Hi Linus,

Luc requested me to pick a sparse fix on my queue, so here it goes
along with other two trivial Compiler Attributes ones (also from Luc).

Cheers,
Miguel

The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:

Linux 5.9-rc2 (2020-08-23 14:08:43 -0700)

are available in the Git repository at:

https://github.com/ojeda/linux.git tags/compiler-attributes-for-linus-v5.9-rc4

for you to fetch changes up to e5fc436f06eef54ef512ea55a9db8eb9f2e76959:

sparse: use static inline for __chk_{user,io}_ptr() (2020-08-29 09:29:32 +0200)

----------------------------------------------------------------
Two trivial changes and a fix for sparse:

- sparse: use static inline for __chk_{user,io}_ptr() (Luc Van Oostenryck)

- Compiler Attributes: fix comment concerning GCC 4.6 (Luc Van Oostenryck)

- Compiler Attributes: remove comment about sparse not supporting __has_attribute (Luc Van Oostenryck)

----------------------------------------------------------------
Luc Van Oostenryck (3):
Compiler Attributes: remove comment about sparse not supporting __has_attribute
Compiler Attributes: fix comment concerning GCC 4.6
sparse: use static inline for __chk_{user,io}_ptr()

include/linux/compiler_attributes.h | 8 +-------
include/linux/compiler_types.h | 4 ++--
2 files changed, 3 insertions(+), 9 deletions(-)