From: Alexei Starovoitov Date: Fri, 16 Aug 2019 05:06:47 +0000 (-0700) Subject: Merge branch 'fix-printf' X-Git-Tag: for-linus-2019-09-27~91^2~62^2~40 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=82c4c3b7c76720672b84c849ffe7367801278b26;p=linux-block.git Merge branch 'fix-printf' Quentin Monnet says: ==================== Because the "__printf()" attributes were used only where the functions are implemented, and not in header files, the checks have not been enforced on all the calls to printf()-like functions, and a number of errors slipped in bpftool over time. This set cleans up such errors, and then moves the "__printf()" attributes to header files, so that the checks are performed at all locations. ==================== Signed-off-by: Alexei Starovoitov --- 82c4c3b7c76720672b84c849ffe7367801278b26