lkml.org 
[lkml]   [2019]   [Sep]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.2 32/94] tools: bpftool: fix error message (prog -> object)
    Date
    [ Upstream commit b3e78adcbf991a4e8b2ebb23c9889e968ec76c5f ]

    Change an error message to work for any object being
    pinned not just programs.

    Fixes: 71bb428fe2c1 ("tools: bpf: add bpftool")
    Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
    Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
    Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    tools/bpf/bpftool/common.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/tools/bpf/bpftool/common.c b/tools/bpf/bpftool/common.c
    index f7261fad45c19..647d8a4044fbd 100644
    --- a/tools/bpf/bpftool/common.c
    +++ b/tools/bpf/bpftool/common.c
    @@ -236,7 +236,7 @@ int do_pin_any(int argc, char **argv, int (*get_fd_by_id)(__u32))

    fd = get_fd_by_id(id);
    if (fd < 0) {
    - p_err("can't get prog by id (%u): %s", id, strerror(errno));
    + p_err("can't open object by id (%u): %s", id, strerror(errno));
    return -1;
    }

    --
    2.20.1


    \
     
     \ /
      Last update: 2019-09-08 14:56    [W:2.542 / U:0.276 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site