From: John Fastabend <john.fastabend@gmail.com>
To: Colin Ian King <colin.i.king@gmail.com>,
Alexei Starovoitov <ast@kernel.org>,
bpf@vger.kernel.org, linux-kselftest@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: RE: [PATCH] selftests/bpf: Fix spelling mistake "unpriviledged" -> "unprivileged"
Date: Thu, 29 Sep 2022 19:14:37 -0700 [thread overview]
Message-ID: <6336510da9fe_233df20894@john.notmuch> (raw)
In-Reply-To: <20220928221555.67873-1-colin.i.king@gmail.com>
Colin Ian King wrote:
> There a couple of spelling mistakes, one in a literal string and one
> in a comment. Fix them.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
> tools/testing/selftests/bpf/verifier/calls.c | 2 +-
> tools/testing/selftests/bpf/verifier/var_off.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tools/testing/selftests/bpf/verifier/calls.c b/tools/testing/selftests/bpf/verifier/calls.c
> index 3fb4f69b1962..e1a937277b54 100644
> --- a/tools/testing/selftests/bpf/verifier/calls.c
> +++ b/tools/testing/selftests/bpf/verifier/calls.c
> @@ -284,7 +284,7 @@
> .result = ACCEPT,
> },
> {
> - "calls: not on unpriviledged",
> + "calls: not on unprivileged",
> .insns = {
> BPF_RAW_INSN(BPF_JMP | BPF_CALL, 0, 1, 0, 2),
> BPF_MOV64_IMM(BPF_REG_0, 1),
> diff --git a/tools/testing/selftests/bpf/verifier/var_off.c b/tools/testing/selftests/bpf/verifier/var_off.c
> index 187c6f6e32bc..d37f512fad16 100644
> --- a/tools/testing/selftests/bpf/verifier/var_off.c
> +++ b/tools/testing/selftests/bpf/verifier/var_off.c
> @@ -121,7 +121,7 @@
> BPF_EXIT_INSN(),
> },
> .fixup_map_hash_8b = { 1 },
> - /* The unpriviledged case is not too interesting; variable
> + /* The unprivileged case is not too interesting; variable
> * stack access is rejected.
> */
> .errstr_unpriv = "R2 variable stack access prohibited for !root",
> --
> 2.37.1
>
Sure, but bpf-next.
Acked-by: John Fastabend <john.fastabend@gmail.com>
next prev parent reply other threads:[~2022-09-30 2:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-28 22:15 [PATCH] selftests/bpf: Fix spelling mistake "unpriviledged" -> "unprivileged" Colin Ian King
2022-09-30 2:14 ` John Fastabend [this message]
2022-09-30 22:10 ` patchwork-bot+netdevbpf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6336510da9fe_233df20894@john.notmuch \
--to=john.fastabend@gmail.com \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=colin.i.king@gmail.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-kselftest@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.