OSDN Git Service

Merge branch 'fix-printf'
authorAlexei Starovoitov <ast@kernel.org>
Fri, 16 Aug 2019 05:06:47 +0000 (22:06 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 16 Aug 2019 05:06:47 +0000 (22:06 -0700)
commit82c4c3b7c76720672b84c849ffe7367801278b26
treefb4d3e3897a5731d4d7bf7a856eb8dc197157c62
parentdadb81d0afe732a7670f7c1bd287dada163a9f2f
parent8918dc42dc85ba6981028f65a989c478eb80bc02
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 <ast@kernel.org>