All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Pu Lehui <pulehui@huawei.com>
Cc: bpf@vger.kernel.org, linux-kernel@vger.kernel.org,
	ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org,
	kafai@fb.com, tadeusz.struk@linaro.org, songliubraving@fb.com,
	yhs@fb.com, john.fastabend@gmail.com, kpsingh@kernel.org,
	jean-philippe@linaro.org, haoluo@google.com, jolsa@kernel.org
Subject: Re: [PATCH bpf] bpf: Fix kernel BUG in purge_effective_progs
Date: Thu, 18 Aug 2022 21:40:14 +0000	[thread overview]
Message-ID: <166085881493.3032.8925945016556357236.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220813134030.1972696-1-pulehui@huawei.com>

Hello:

This patch was applied to bpf/bpf.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:

On Sat, 13 Aug 2022 21:40:30 +0800 you wrote:
> Syzkaller reported kernel BUG as follows:
> 
> ------------[ cut here ]------------
> kernel BUG at kernel/bpf/cgroup.c:925!
> invalid opcode: 0000 [#1] PREEMPT SMP NOPTI
> CPU: 1 PID: 194 Comm: detach Not tainted 5.19.0-14184-g69dac8e431af #8
> Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS
> rel-1.16.0-0-gd239552ce722-prebuilt.qemu.org 04/01/2014
> RIP: 0010:__cgroup_bpf_detach+0x1f2/0x2a0
> Code: 00 e8 92 60 30 00 84 c0 75 d8 4c 89 e0 31 f6 85 f6 74 19 42 f6 84
> 28 48 05 00 00 02 75 0e 48 8b 80 c0 00 00 00 48 85 c0 75 e5 <0f> 0b 48
> 8b 0c5
> RSP: 0018:ffffc9000055bdb0 EFLAGS: 00000246
> RAX: 0000000000000000 RBX: ffff888100ec0800 RCX: ffffc900000f1000
> RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff888100ec4578
> RBP: 0000000000000000 R08: ffff888100ec0800 R09: 0000000000000040
> R10: 0000000000000000 R11: 0000000000000000 R12: ffff888100ec4000
> R13: 000000000000000d R14: ffffc90000199000 R15: ffff888100effb00
> FS:  00007f68213d2b80(0000) GS:ffff88813bc80000(0000)
> knlGS:0000000000000000
> CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
> CR2: 000055f74a0e5850 CR3: 0000000102836000 CR4: 00000000000006e0
> Call Trace:
>  <TASK>
>  cgroup_bpf_prog_detach+0xcc/0x100
>  __sys_bpf+0x2273/0x2a00
>  __x64_sys_bpf+0x17/0x20
>  do_syscall_64+0x3b/0x90
>  entry_SYSCALL_64_after_hwframe+0x63/0xcd
> RIP: 0033:0x7f68214dbcb9
> Code: 08 44 89 e0 5b 41 5c c3 66 0f 1f 84 00 00 00 00 00 48 89 f8 48 89
> f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01
> f0 ff8
> RSP: 002b:00007ffeb487db68 EFLAGS: 00000246 ORIG_RAX: 0000000000000141
> RAX: ffffffffffffffda RBX: 000000000000000b RCX: 00007f68214dbcb9
> RDX: 0000000000000090 RSI: 00007ffeb487db70 RDI: 0000000000000009
> RBP: 0000000000000003 R08: 0000000000000012 R09: 0000000b00000003
> R10: 00007ffeb487db70 R11: 0000000000000246 R12: 00007ffeb487dc20
> R13: 0000000000000004 R14: 0000000000000001 R15: 000055f74a1011b0
>  </TASK>
> Modules linked in:
> 
> [...]

Here is the summary with links:
  - [bpf] bpf: Fix kernel BUG in purge_effective_progs
    https://git.kernel.org/bpf/bpf/c/7d6620f107ba

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



      parent reply	other threads:[~2022-08-18 21:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-13 13:40 [PATCH bpf] bpf: Fix kernel BUG in purge_effective_progs Pu Lehui
2022-08-16 20:39 ` Andrii Nakryiko
2022-08-18  2:46   ` Pu Lehui
2022-08-18  5:26     ` Greg KH
2022-08-18 21:35       ` Daniel Borkmann
2022-08-18 21:40 ` patchwork-bot+netdevbpf [this message]

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=166085881493.3032.8925945016556357236.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=haoluo@google.com \
    --cc=jean-philippe@linaro.org \
    --cc=john.fastabend@gmail.com \
    --cc=jolsa@kernel.org \
    --cc=kafai@fb.com \
    --cc=kpsingh@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pulehui@huawei.com \
    --cc=songliubraving@fb.com \
    --cc=tadeusz.struk@linaro.org \
    --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.