[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20211029135321.94065-1-houtao1@huawei.com>
Date: Fri, 29 Oct 2021 21:53:19 +0800
From: Hou Tao <houtao1@...wei.com>
To: Alexei Starovoitov <ast@...nel.org>
CC: Martin KaFai Lau <kafai@...com>, Yonghong Song <yhs@...com>,
"Daniel Borkmann" <daniel@...earbox.net>,
Andrii Nakryiko <andrii@...nel.org>, <netdev@...r.kernel.org>,
<bpf@...r.kernel.org>, <houtao1@...wei.com>
Subject: [PATCH bpf-next v2 0/2] clean-up for BPF_LOG_KERNEL log level
Hi,
There are just two clean-up patches for BPF_LOG_KERNEL log level:
patch #1 fixes the possible extra newline for bpf_log() and removes
the unnecessary calculation and truncation, and patch #2 disallows
BPF_LOG_KERNEL log level for bpf_btf_load().
Comments are welcome.
Regards,
Tao
Change Log:
v2:
* rebased on bpf-next
* patch #1: add a trailing newline if needed (suggested by Martin)
* add patch #2
v1: https://www.spinics.net/lists/bpf/msg48550.html
Hou Tao (2):
bpf: clean-up bpf_verifier_vlog() for BPF_LOG_KERNEL log level
bpf: disallow BPF_LOG_KERNEL log level for sys(BPF_BTF_LOAD)
include/linux/bpf_verifier.h | 6 ++++++
kernel/bpf/btf.c | 3 +--
kernel/bpf/verifier.c | 16 +++++++++-------
3 files changed, 16 insertions(+), 9 deletions(-)
--
2.29.2
Powered by blists - more mailing lists