Re: [PATCH 0/3] stream_open bits for Linux 5.2

2019-05-08 Thread Kirill Smelkov
On Tue, May 07, 2019 at 12:18:03PM -0700, Linus Torvalds wrote: > On Tue, May 7, 2019 at 12:09 PM Kirill Smelkov wrote: > > > > I've pushed corresponding gpg-signed tag (stream_open-5.2) to my tree. I > > did not go the gpg way initially because we do not have a gpg-trust > > relation established

Re: [PATCH 0/3] stream_open bits for Linux 5.2

2019-05-07 Thread Kirill Smelkov
On Tue, May 07, 2019 at 11:54:21AM -0700, Linus Torvalds wrote: > On Mon, May 6, 2019 at 10:20 AM Kirill Smelkov wrote: > > > > Maybe it will help: the patches can be also pulled from here: > > > > git pull https://lab.nexedi.com/kirr/linux.git y/stream_open-5.2 > > I'll take this, but I

Re: [PATCH 0/3] stream_open bits for Linux 5.2

2019-05-07 Thread Linus Torvalds
On Tue, May 7, 2019 at 12:09 PM Kirill Smelkov wrote: > > I've pushed corresponding gpg-signed tag (stream_open-5.2) to my tree. I > did not go the gpg way initially because we do not have a gpg-trust > relation established and so I thought that signing was useless. Ok, since I hadn't pushed out

Re: [PATCH 0/3] stream_open bits for Linux 5.2

2019-05-07 Thread Linus Torvalds
On Mon, May 6, 2019 at 10:20 AM Kirill Smelkov wrote: > > Maybe it will help: the patches can be also pulled from here: > > git pull https://lab.nexedi.com/kirr/linux.git y/stream_open-5.2 I'll take this, but I generally *really* want a signed tag for non-kernel.org git tree sources. The

[PATCH 0/3] stream_open bits for Linux 5.2

2019-05-06 Thread Kirill Smelkov
Linus, Please consider applying the following stream_open related patches: - The first one removes unnecessary double nonseekable_open from drivers/char/dtlk.c as noticed by Pavel Machek while reviewing nonseekable_open -> stream_open mass conversion. - The second one is the mass conversion