lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+G9fYtvmr09BwE79QzNxiauQtUD7tZhCAbVVH3Vv=anaqt-yA@mail.gmail.com>
Date:   Thu, 20 May 2021 19:21:01 +0530
From:   Naresh Kamboju <naresh.kamboju@...aro.org>
To:     bpf <bpf@...r.kernel.org>, Netdev <netdev@...r.kernel.org>,
        lkft-triage@...ts.linaro.org
Cc:     Andrii Nakryiko <andrii@...nel.org>,
        Kernel Team <kernel-team@...com>, ast@...com,
        Daniel Borkmann <daniel@...earbox.net>,
        Yonghong Song <yhs@...com>,
        Daniel Díaz <daniel.diaz@...aro.org>
Subject: bbpf_internal.h:102:22: error: format '%ld' expects argument of type
 'long int', but argument 3 has type 'int' [-Werror=format=]

The perf build failed on i386 on Linux next-20210519 and next-20210520 tag
 with gcc-7.3 due to below warnings / errors.

In file included from libbpf.c:55:0:
libbpf.c: In function 'init_map_slots':
libbpf_internal.h:102:22: error: format '%ld' expects argument of type
'long int', but argument 3 has type 'int' [-Werror=format=]
  libbpf_print(level, "libbpf: " fmt, ##__VA_ARGS__); \
                      ^
libbpf_internal.h:105:27: note: in expansion of macro '__pr'
 #define pr_warn(fmt, ...) __pr(LIBBPF_WARN, fmt, ##__VA_ARGS__)
                           ^~~~
libbpf.c:4568:4: note: in expansion of macro 'pr_warn'
    pr_warn("// TODO map_update_elem: idx %ld key %d value==map_idx %ld\n",
    ^~~~~~~
libbpf.c:4568:44: note: format string is defined here
    pr_warn("// TODO map_update_elem: idx %ld key %d value==map_idx %ld\n",
                                          ~~^
                                          %d
In file included from libbpf.c:55:0:
libbpf_internal.h:102:22: error: format '%ld' expects argument of type
'long int', but argument 5 has type 'int' [-Werror=format=]
  libbpf_print(level, "libbpf: " fmt, ##__VA_ARGS__); \
                      ^
libbpf_internal.h:105:27: note: in expansion of macro '__pr'
 #define pr_warn(fmt, ...) __pr(LIBBPF_WARN, fmt, ##__VA_ARGS__)
                           ^~~~
libbpf.c:4568:4: note: in expansion of macro 'pr_warn'
    pr_warn("// TODO map_update_elem: idx %ld key %d value==map_idx %ld\n",
    ^~~~~~~
libbpf.c:4568:70: note: format string is defined here
    pr_warn("// TODO map_update_elem: idx %ld key %d value==map_idx %ld\n",
                                                                    ~~^
                                                                    %d
  CC      /srv/oe/build/tmp-lkft-glibc/work/intel_core2_32-linaro-linux/perf/1.0-r9/perf-1.0/cpu.o
In file included from libbpf.c:55:0:
libbpf.c: In function 'bpf_core_apply_relo':
libbpf_internal.h:102:22: error: format '%ld' expects argument of type
'long int', but argument 3 has type 'int' [-Werror=format=]
  libbpf_print(level, "libbpf: " fmt, ##__VA_ARGS__); \
                      ^
libbpf_internal.h:105:27: note: in expansion of macro '__pr'
 #define pr_warn(fmt, ...) __pr(LIBBPF_WARN, fmt, ##__VA_ARGS__)
                           ^~~~
libbpf.c:6192:3: note: in expansion of macro 'pr_warn'
   pr_warn("// TODO core_relo: prog %ld insn[%d] %s %s kind %d\n",
   ^~~~~~~
libbpf.c:6192:38: note: format string is defined here
   pr_warn("// TODO core_relo: prog %ld insn[%d] %s %s kind %d\n",
                                    ~~^
                                    %d

Reported-by: Naresh Kamboju <naresh.kamboju@...aro.org>

https://ci.linaro.org/view/lkft/job/openembedded-lkft-linux-next/DISTRO=lkft,MACHINE=intel-core2-32,label=docker-buster-lkft/1030/consoleText

--
Linaro LKFT
https://lkft.linaro.org

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ