kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bpf-next] bpf: Fix typo in kernel/bpf/bpf_lsm.c
@ 2021-06-16  2:04 Shuyi Cheng
  2021-06-17  3:00 ` Andrii Nakryiko
  2021-06-17  3:10 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Shuyi Cheng @ 2021-06-16  2:04 UTC (permalink / raw)
  To: kpsingh, revest, jackmanb, ast, daniel, andrii, kafai,
	songliubraving, yhs, john.fastabend
  Cc: bpf, netdev, linux-kernel, kernel-janitors, Shuyi Cheng

Signed-off-by: Shuyi Cheng <chengshuyi@linux.alibaba.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH bpf-next] bpf: Fix typo in kernel/bpf/bpf_lsm.c
  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
  2021-06-17  3:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: Andrii Nakryiko @ 2021-06-17  3:00 UTC (permalink / raw)
  To: Shuyi Cheng
  Cc: KP Singh, Florent Revest, Brendan Jackman, Alexei Starovoitov,
	Daniel Borkmann, Andrii Nakryiko, Martin Lau, Song Liu,
	Yonghong Song, john fastabend, bpf, Networking, open list,
	kernel-janitors

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
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH bpf-next] bpf: Fix typo in kernel/bpf/bpf_lsm.c
  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
@ 2021-06-17  3:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+netdevbpf @ 2021-06-17  3:10 UTC (permalink / raw)
  To: Shuyi Cheng
  Cc: kpsingh, revest, jackmanb, ast, daniel, andrii, kafai,
	songliubraving, yhs, john.fastabend, bpf, netdev, linux-kernel,
	kernel-janitors

Hello:

This patch was applied to bpf/bpf-next.git (refs/heads/master):

On Wed, 16 Jun 2021 10:04:36 +0800 you wrote:
> Signed-off-by: Shuyi Cheng <chengshuyi@linux.alibaba.com>
> ---
>  kernel/bpf/bpf_lsm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - [bpf-next] bpf: Fix typo in kernel/bpf/bpf_lsm.c
    https://git.kernel.org/bpf/bpf-next/c/712b78c697cd

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-17  3:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2021-06-17  3:10 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).