Re: [PATCH] kernel/crash_core.c: No judgment required

2022-04-26 Thread Philipp Rudo
Hi, On Tue, 26 Apr 2022 10:17:18 +0200 Philipp Rudo wrote: > Hi lizhe, > > On Mon, 25 Apr 2022 14:22:31 +0800 (CST) > lizhe wrote: > > > HI : > > > > > > I found the problem at the first time and gave the solution, > > > > > > > > > > Pphilipp Rudo just saw the solution to the problem

Re: [PATCH] kernel/crash_core.c: No judgment required

2022-04-26 Thread Philipp Rudo
Hi lizhe, On Mon, 25 Apr 2022 14:22:31 +0800 (CST) lizhe wrote: > HI : > > > I found the problem at the first time and gave the solution, > > > > > Pphilipp Rudo just saw the solution to the problem and gave an explanation. > the author of this patch should only be me right, I only

Re: [PATCH] kernel/crash_core.c: No judgment required

2022-04-24 Thread Baoquan He
On 12/14/21 at 05:32pm, Philipp Rudo wrote: > Hi lizhe, > > On Thu, 9 Dec 2021 19:20:03 -0800 > lizhe wrote: > > > No judgment required ck_cmdline is NULL > > its caller has alreadly judged, see __parse_crashkernel > > function > > > > Signed-off-by: lizhe > > --- > > kernel/crash_core.c |

Re: [PATCH] kernel/crash_core.c: No judgment required

2021-12-14 Thread Philipp Rudo
Hi lizhe, On Thu, 9 Dec 2021 19:20:03 -0800 lizhe wrote: > No judgment required ck_cmdline is NULL > its caller has alreadly judged, see __parse_crashkernel > function > > Signed-off-by: lizhe > --- > kernel/crash_core.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git

[PATCH] kernel/crash_core.c: No judgment required

2021-12-09 Thread lizhe
No judgment required ck_cmdline is NULL its caller has alreadly judged, see __parse_crashkernel function Signed-off-by: lizhe --- kernel/crash_core.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/kernel/crash_core.c b/kernel/crash_core.c index eb53f5ec62c9..9981cf9b9fe4 100644 ---