diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2020-09-06 00:22:46 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-09-06 00:22:46 +0300 |
commit | dd9fb9bb3340c791a2be106fdc895db75f177343 (patch) | |
tree | 705c7bf8cb04ea8fcc677abafb2730114e1de788 /drivers/xen/xenbus | |
parent | 70187f7727d4ddd8282b576ece93ca233e88b19e (diff) | |
parent | 46d4a403a04c0ba46641452367b6a04bcf918a06 (diff) | |
parent | 4e4bb894467cd2a08fc3116407b13e6bc23a7119 (diff) | |
parent | e5fc436f06eef54ef512ea55a9db8eb9f2e76959 (diff) | |
download | linux-dd9fb9bb3340c791a2be106fdc895db75f177343.tar.xz |
Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4' and 'compiler-attributes-for-linus-v5.9-rc4' of git://github.com/ojeda/linux
Pull misc fixes from Miguel Ojeda:
"A trivial patch for auxdisplay:
- Replace HTTP links with HTTPS ones (Alexander A. Klimov)
The usual clang-format trivial update:
- Update with the latest for_each macro list (Miguel Ojeda)
And 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).
- 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)"
* tag 'auxdisplay-for-linus-v5.9-rc4' of git://github.com/ojeda/linux:
auxdisplay: Replace HTTP links with HTTPS ones
* tag 'clang-format-for-linus-v5.9-rc4' of git://github.com/ojeda/linux:
clang-format: Update with the latest for_each macro list
* tag 'compiler-attributes-for-linus-v5.9-rc4' of git://github.com/ojeda/linux:
sparse: use static inline for __chk_{user,io}_ptr()
Compiler Attributes: fix comment concerning GCC 4.6
Compiler Attributes: remove comment about sparse not supporting __has_attribute