Re: [PATCH 10/10] rpmsg: ns: Make Name service module transport agnostic

2020-10-07 Thread Mathieu Poirier
On Wed, Sep 30, 2020 at 09:13:27AM +0200, Guennadi Liakhovetski wrote: > On Mon, Sep 21, 2020 at 06:10:00PM -0600, Mathieu Poirier wrote: > > Make name service module transport agnostic by using the rpmsg > > device specific byte conversion routine. > > > > Signed-off-by: Mathieu Poirier > > ---

Re: [PATCH 10/10] rpmsg: ns: Make Name service module transport agnostic

2020-09-30 Thread Guennadi Liakhovetski
On Mon, Sep 21, 2020 at 06:10:00PM -0600, Mathieu Poirier wrote: > Make name service module transport agnostic by using the rpmsg > device specific byte conversion routine. > > Signed-off-by: Mathieu Poirier > --- > drivers/rpmsg/rpmsg_ns.c | 10 -- > include/linux/rpmsg_ns.h | 4 ++--

Re: [PATCH 10/10] rpmsg: ns: Make Name service module transport agnostic

2020-09-22 Thread kernel test robot
Hi Mathieu, I love your patch! Perhaps something to improve: [auto build test WARNING on next-20200921] [cannot apply to linux/master linus/master rpmsg/for-next v5.9-rc6 v5.9-rc5 v5.9-rc4 v5.9-rc6] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting

[PATCH 10/10] rpmsg: ns: Make Name service module transport agnostic

2020-09-21 Thread Mathieu Poirier
Make name service module transport agnostic by using the rpmsg device specific byte conversion routine. Signed-off-by: Mathieu Poirier --- drivers/rpmsg/rpmsg_ns.c | 10 -- include/linux/rpmsg_ns.h | 4 ++-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git