Re: [PATCH 00/12] staging: some memory-related patches

From: xkernel.wang
Date: Mon Jun 06 2022 - 08:09:13 EST


On Monday, June 6, 2022 2:12 PM +0800, Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
> Can you please look at Documentation/process/researcher-guidelines.rst
> and update the changelog texts of these commits to provide the extra
> information that this document requires of changes like this?

Hi Greg,
Ok, I'll see what's missing.

In fact, I originally used my developing tool to find the lacking checks
for kzalloc(patch 12 in this series) and the other bugs are found manually
by myself for the purpose of improving code quality.

Now I am happy to find the bug for checking the return of kzalloc() is
fixed now, however, the patch to fix it didn't even consider potential
memory leaks. So I'm a little confused about why these patches from me are
suspended again and again.

Anyway, when I have time, I will rebase them and send new patches if they
are still there.

Regards,
Xiaoke Wang