Re: [PATCH v3 1/1] fs: move kernel_read_file* to its own include file

2020-06-30 Thread Scott Branden
Hi Al (Viro), Are you able to take this patch into your tree or does someone else? On 2020-06-24 12:55 a.m., Christoph Hellwig wrote: Looks good, Reviewed-by: Christoph Hellwig ___ kexec mailing list kexec@lists.infradead.org

Re: [PATCH v3 2/3] printk: add lockless ringbuffer

2020-06-30 Thread Paul E. McKenney
On Thu, Jun 18, 2020 at 04:55:18PM +0206, John Ogness wrote: > Introduce a multi-reader multi-writer lockless ringbuffer for storing > the kernel log messages. Readers and writers may use their API from > any context (including scheduler and NMI). This ringbuffer will make > it possible to

Re: [PATCH 04/11] ppc64/kexec_file: avoid stomping memory used by special regions

2020-06-30 Thread piliu
On 06/30/2020 02:10 PM, Hari Bathini wrote: > > > On 30/06/20 9:00 am, piliu wrote: >> >> >> On 06/29/2020 01:55 PM, Hari Bathini wrote: >>> >>> >>> On 28/06/20 7:44 am, piliu wrote: Hi Hari, >>> >>> Hi Pingfan, >>> After a quick through for this series, I have a few

Re: [PATCH 04/11] ppc64/kexec_file: avoid stomping memory used by special regions

2020-06-30 Thread Hari Bathini
On 30/06/20 9:00 am, piliu wrote: > > > On 06/29/2020 01:55 PM, Hari Bathini wrote: >> >> >> On 28/06/20 7:44 am, piliu wrote: >>> Hi Hari, >> >> Hi Pingfan, >> >>> >>> After a quick through for this series, I have a few question/comment on >>> this patch for the time being. Pls see comment