Re: [PATCH] bufio: fix the next_buf calculation

2018-04-18 Thread Daniel Kiper
On Wed, Apr 18, 2018 at 03:28:20PM +0800, Michael Chang wrote: > On Tue, Apr 17, 2018 at 07:11:34PM +0200, Daniel Kiper wrote: > > CC-ing Vladimir. > > > > On Mon, Apr 16, 2018 at 06:05:04PM +0800, Michael Chang wrote: > > > The next_buf is the offset to the next cached block rounded to the size

Re: [PATCH] bufio: fix the next_buf calculation

2018-04-18 Thread Michael Chang
On Tue, Apr 17, 2018 at 07:11:34PM +0200, Daniel Kiper wrote: > CC-ing Vladimir. > > On Mon, Apr 16, 2018 at 06:05:04PM +0800, Michael Chang wrote: > > The next_buf is the offset to the next cached block rounded to the size of > > bufio->block_size. However the calculation needs the block_size to

Re: [PATCH] pass kernel command line as verbatim

2018-04-18 Thread Michael Chang
On Tue, Apr 17, 2018 at 06:37:06PM +0200, Daniel Kiper wrote: > On Wed, Apr 11, 2018 at 05:17:03PM +0800, Michael Chang wrote: > > And this bug report seems relevant .. > > > > https://savannah.gnu.org/bugs/?49937 > > > > On Wed, Apr 11, 2018 at 04:58:54PM +0800, Michael Chang wrote: > > > The