[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210612023502.1283837-1-memxor@gmail.com>
Date: Sat, 12 Jun 2021 08:04:59 +0530
From: Kumar Kartikeya Dwivedi <memxor@...il.com>
To: bpf@...r.kernel.org
Cc: Kumar Kartikeya Dwivedi <memxor@...il.com>,
Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
Andrii Nakryiko <andrii@...nel.org>,
Toke Høiland-Jørgensen <toke@...hat.com>,
netdev@...r.kernel.org
Subject: [PATCH bpf-next 0/3] Fixes for TC-BPF series
These are a few simple cleanups. Two of these hopefully silence the coverity
warnings. Even though there is no real bug here, the report is valid as per
language rules, and overall it does make the code a bit simpler. There's one
other patch to add the forgotten NLM_F_EXCL that I spotted while doing this.
Andrii, would you be able to tell whether this silences the warnings? I wasn't
able to figure out how to run the Coverity suite locally.
Kumar Kartikeya Dwivedi (3):
libbpf: remove unneeded check for flags during detach
libbpf: set NLM_F_EXCL when creating qdisc
libbpf: add request buffer type for netlink messages
tools/lib/bpf/netlink.c | 111 +++++++++++++++-------------------------
tools/lib/bpf/nlattr.h | 37 +++++++++-----
2 files changed, 66 insertions(+), 82 deletions(-)
--
2.31.1
Powered by blists - more mailing lists