Re: [PATCH] kgdbts: Passing ekgdbts to command line causes panic
From: Greg KH
Date: Tue Jan 05 2021 - 09:01:11 EST
On Mon, Dec 28, 2020 at 09:58:58AM +0800, Defang Bo wrote:
> Similar to commit<1bd54d851f50>("kgdboc: Passing ekgdboc to command line causes panic"),
Please wrap your lines, and use the correct way to reference a commit in
a changelog as documented. It should look like:
1bd54d851f50 ("kgdboc: Passing ekgdboc to command line causes panic")
> kgdbts_option_setup does not check input argument before passing it to strlen.
> The argument would be a NULL pointer.
What argument?
As others pointed out, your subject line does not make sense, please fix
up.
thanks,
greg k-h