Re: [PATCH v5 0/3] Convert vmcore to use an iov_iter

2022-04-05 Thread Baoquan He
On 04/04/22 at 02:34pm, Andrew Morton wrote: > > On Sat, 2 Apr 2022 12:30:05 +0800 Baoquan He wrote: > > You were on the patch delivery path, so these patches should have had > your signoff. Documentation/process/submitting-patches.rst explains. OK, will update and repost after our IT

Re: [PATCH v5 0/3] Convert vmcore to use an iov_iter

2022-04-04 Thread Andrew Morton
> On Sat, 2 Apr 2022 12:30:05 +0800 Baoquan He wrote: You were on the patch delivery path, so these patches should have had your signoff. Documentation/process/submitting-patches.rst explains. > Copy the description of v3 cover letter from Willy: > === > For some reason several people have

[PATCH v5 0/3] Convert vmcore to use an iov_iter

2022-04-01 Thread Baoquan He
Copy the description of v3 cover letter from Willy: === For some reason several people have been sending bad patches to fix compiler warnings in vmcore recently. Here's how it should be done. Compile-tested only on x86. As noted in the first patch, s390 should take this conversion a bit further,