Re: [PATCH 0/2] Export receive_fd() to modules and do some cleanups

2021-04-01 Thread Christian Brauner
On Thu, Apr 01, 2021 at 05:09:30PM +0800, Xie Yongji wrote: > This series starts from Christian's comments on the series[1]. > We'd like to export receive_fd() which can not only be used by > our module in the series[1] but also allow further cleanups > like patch 2 does. > > Now this series is ba

Re: Re: [PATCH 0/2] Export receive_fd() to modules and do some cleanups

2021-04-01 Thread Yongji Xie
On Thu, Apr 1, 2021 at 5:53 PM Greg KH wrote: > > On Thu, Apr 01, 2021 at 05:09:30PM +0800, Xie Yongji wrote: > > This series starts from Christian's comments on the series[1]. > > We'd like to export receive_fd() which can not only be used by > > our module in the series[1] but also allow further

Re: [PATCH 0/2] Export receive_fd() to modules and do some cleanups

2021-04-01 Thread Greg KH
On Thu, Apr 01, 2021 at 05:09:30PM +0800, Xie Yongji wrote: > This series starts from Christian's comments on the series[1]. > We'd like to export receive_fd() which can not only be used by > our module in the series[1] but also allow further cleanups > like patch 2 does. But binder can not be a m

[PATCH 0/2] Export receive_fd() to modules and do some cleanups

2021-04-01 Thread Xie Yongji
This series starts from Christian's comments on the series[1]. We'd like to export receive_fd() which can not only be used by our module in the series[1] but also allow further cleanups like patch 2 does. Now this series is based on Christoph's patch[2]. [1] https://lore.kernel.org/linux-fsdevel