All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Andrii Nakryiko <andrii.nakryiko@gmail.com>
To: Shuyi Cheng <chengshuyi@linux.alibaba.com>
Cc: KP Singh <kpsingh@kernel.org>,
	Florent Revest <revest@chromium.org>,
	Brendan Jackman <jackmanb@chromium.org>,
	Alexei Starovoitov <ast@kernel.org>,
	Daniel Borkmann <daniel@iogearbox.net>,
	Andrii Nakryiko <andrii@kernel.org>, Martin Lau <kafai@fb.com>,
	Song Liu <songliubraving@fb.com>, Yonghong Song <yhs@fb.com>,
	john fastabend <john.fastabend@gmail.com>,
	bpf <bpf@vger.kernel.org>, Networking <netdev@vger.kernel.org>,
	open list <linux-kernel@vger.kernel.org>,
	kernel-janitors@vger.kernel.org
Subject: Re: [PATCH bpf-next] bpf: Fix typo in kernel/bpf/bpf_lsm.c
Date: Wed, 16 Jun 2021 20:00:08 -0700	[thread overview]
Message-ID: <CAEf4BzbEHmBhmLfTKH6VkHSJgkZEHR6kf7+mJCitjMXPvtWt=Q@mail.gmail.com> (raw)
In-Reply-To: <1623809076-97907-1-git-send-email-chengshuyi@linux.alibaba.com>

On Tue, Jun 15, 2021 at 7:04 PM Shuyi Cheng
<chengshuyi@linux.alibaba.com> wrote:
>
> Signed-off-by: Shuyi Cheng <chengshuyi@linux.alibaba.com>
> ---

Applied to bpf-next, adding a minimal commit message. Please always
provide a commit message, however minimal it is.

>  kernel/bpf/bpf_lsm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/kernel/bpf/bpf_lsm.c b/kernel/bpf/bpf_lsm.c
> index 5efb2b2..99ada85 100644
> --- a/kernel/bpf/bpf_lsm.c
> +++ b/kernel/bpf/bpf_lsm.c
> @@ -125,7 +125,7 @@ static bool bpf_ima_inode_hash_allowed(const struct bpf_prog *prog)
>  }
>
>  /* The set of hooks which are called without pagefaults disabled and are allowed
> - * to "sleep" and thus can be used for sleeable BPF programs.
> + * to "sleep" and thus can be used for sleepable BPF programs.
>   */
>  BTF_SET_START(sleepable_lsm_hooks)
>  BTF_ID(func, bpf_lsm_bpf)
> --
> 1.8.3.1
>

  reply	other threads:[~2021-06-17  3:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-16  2:04 [PATCH bpf-next] bpf: Fix typo in kernel/bpf/bpf_lsm.c Shuyi Cheng
2021-06-17  3:00 ` Andrii Nakryiko [this message]
2021-06-17  3: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='CAEf4BzbEHmBhmLfTKH6VkHSJgkZEHR6kf7+mJCitjMXPvtWt=Q@mail.gmail.com' \
    --to=andrii.nakryiko@gmail.com \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=chengshuyi@linux.alibaba.com \
    --cc=daniel@iogearbox.net \
    --cc=jackmanb@chromium.org \
    --cc=john.fastabend@gmail.com \
    --cc=kafai@fb.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=kpsingh@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=revest@chromium.org \
    --cc=songliubraving@fb.com \
    --cc=yhs@fb.com \
    /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.