From: patchwork-bot+linux-riscv@kernel.org
To: Tao Liu <ltao@redhat.com>
Cc: linux-riscv@lists.infradead.org, pjw@kernel.org,
palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr,
linux-kernel@vger.kernel.org, kexec@lists.infradead.org,
bhe@redhat.com, zohar@linux.ibm.com, roberto.sassu@huawei.com,
dmitry.kasatkin@gmail.com, eric.snowberg@oracle.com,
linux-integrity@vger.kernel.org, pratyush@kernel.org,
Markus.Elfring@web.de, kernel-janitors@vger.kernel.org,
jarkko@kernel.org, stable@vger.kernel.org, nutty.liu@hotmail.com
Subject: Re: [PATCH v4] riscv: Prevent NULL pointer dereference in machine_kexec_prepare
Date: Tue, 07 Jul 2026 02:41:03 +0000 [thread overview]
Message-ID: <178339206389.1302215.10769604011679543705.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260703111530.91285-2-ltao@redhat.com>
Hello:
This patch was applied to riscv/linux.git (fixes)
by Paul Walmsley <pjw@kernel.org>:
On Fri, 3 Jul 2026 23:15:31 +1200 you wrote:
> A NULL pointer dereference issue is noticed in riscv's machine_kexec_prepare(),
> where image->segment[i].buf might be NULL and copied unchecked.
>
> The NULL buf comes from ima_add_kexec_buffer(), where kbuf is added by
> kexec_add_buffer(), but kbuf.buffer is NULL, then it is copied without
> a check in machine_kexec_prepare().
>
> [...]
Here is the summary with links:
- [v4] riscv: Prevent NULL pointer dereference in machine_kexec_prepare
https://git.kernel.org/riscv/c/60d607dc599a
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
WARNING: multiple messages have this Message-ID (diff)
From: patchwork-bot+linux-riscv@kernel.org
To: Tao Liu <ltao@redhat.com>
Cc: linux-riscv@lists.infradead.org, pjw@kernel.org,
palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr,
linux-kernel@vger.kernel.org, kexec@lists.infradead.org,
bhe@redhat.com, zohar@linux.ibm.com, roberto.sassu@huawei.com,
dmitry.kasatkin@gmail.com, eric.snowberg@oracle.com,
linux-integrity@vger.kernel.org, pratyush@kernel.org,
Markus.Elfring@web.de, kernel-janitors@vger.kernel.org,
jarkko@kernel.org, stable@vger.kernel.org, nutty.liu@hotmail.com
Subject: Re: [PATCH v4] riscv: Prevent NULL pointer dereference in machine_kexec_prepare
Date: Tue, 07 Jul 2026 02:41:03 +0000 [thread overview]
Message-ID: <178339206389.1302215.10769604011679543705.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260703111530.91285-2-ltao@redhat.com>
Hello:
This patch was applied to riscv/linux.git (fixes)
by Paul Walmsley <pjw@kernel.org>:
On Fri, 3 Jul 2026 23:15:31 +1200 you wrote:
> A NULL pointer dereference issue is noticed in riscv's machine_kexec_prepare(),
> where image->segment[i].buf might be NULL and copied unchecked.
>
> The NULL buf comes from ima_add_kexec_buffer(), where kbuf is added by
> kexec_add_buffer(), but kbuf.buffer is NULL, then it is copied without
> a check in machine_kexec_prepare().
>
> [...]
Here is the summary with links:
- [v4] riscv: Prevent NULL pointer dereference in machine_kexec_prepare
https://git.kernel.org/riscv/c/60d607dc599a
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
next prev parent reply other threads:[~2026-07-07 2:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-03 11:15 [PATCH v4] riscv: Prevent NULL pointer dereference in machine_kexec_prepare Tao Liu
2026-07-03 11:15 ` Tao Liu
2026-07-03 14:38 ` Markus Elfring
2026-07-03 14:38 ` Markus Elfring
2026-07-03 14:59 ` Pratyush Yadav
2026-07-03 14:59 ` Pratyush Yadav
2026-07-06 0:03 ` Tao Liu
2026-07-06 0:03 ` Tao Liu
2026-07-07 2:41 ` patchwork-bot+linux-riscv [this message]
2026-07-07 2:41 ` patchwork-bot+linux-riscv
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=178339206389.1302215.10769604011679543705.git-patchwork-notify@kernel.org \
--to=patchwork-bot+linux-riscv@kernel.org \
--cc=Markus.Elfring@web.de \
--cc=alex@ghiti.fr \
--cc=aou@eecs.berkeley.edu \
--cc=bhe@redhat.com \
--cc=dmitry.kasatkin@gmail.com \
--cc=eric.snowberg@oracle.com \
--cc=jarkko@kernel.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=kexec@lists.infradead.org \
--cc=linux-integrity@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=ltao@redhat.com \
--cc=nutty.liu@hotmail.com \
--cc=palmer@dabbelt.com \
--cc=pjw@kernel.org \
--cc=pratyush@kernel.org \
--cc=roberto.sassu@huawei.com \
--cc=stable@vger.kernel.org \
--cc=zohar@linux.ibm.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.