Re: [PATCH v2] arm: mvebu: fix null pointer when access

From: Andrew Lunn

Date: Wed Mar 18 2026 - 09:33:03 EST


On Wed, Mar 18, 2026 at 04:21:43PM +0800, Li Jun wrote:
> the kzalloc&kstrdup may return null pointer, will cause kernel panic.
>
> -Fix null pointer.

Please don't post new versions of a patch within 24 hours. You need to
give reviewers time to actually review.

Please look at my comments to v1.

Andrew