Are people from linux-mediatek also interested in Mediatek MIPS SoCs? [Was: [PATCH] staging: mt7621-dts: add dt node for 2nd/3rd uart on mt7621]

2020-02-05 Thread Chuanhong Guo
On Tue, Feb 4, 2020 at 6:37 PM Dan Carpenter wrote: > > On Tue, Feb 04, 2020 at 05:59:21PM +0800, Chuanhong Guo wrote: > > Hi! > > > > On Tue, Feb 4, 2020 at 5:47 PM Dan Carpenter > > wrote: > > > > > > Please use ./scripts/get_maintainer.pl to pick the CC list and resend. > > > > > > The MAINTA

Re: [PATCH 2/4] iio: imu: adis: Refactor adis_initial_startup

2020-02-05 Thread Sa, Nuno
On Wed, 2020-02-05 at 14:59 +, Jonathan Cameron wrote: > On Wed, 5 Feb 2020 12:25:40 + > "Sa, Nuno" wrote: > > > On Mon, 2020-02-03 at 12:03 +, Jonathan Cameron wrote: > > > On Mon, 3 Feb 2020 10:31:30 +0100 > > > Nuno Sá wrote: > > > > > > > Hi Jonathan, > > > > > > > > > > > >

Re: [PATCH 2/4] iio: imu: adis: Refactor adis_initial_startup

2020-02-05 Thread Jonathan Cameron
On Wed, 5 Feb 2020 12:25:40 + "Sa, Nuno" wrote: > On Mon, 2020-02-03 at 12:03 +, Jonathan Cameron wrote: > > > > On Mon, 3 Feb 2020 10:31:30 +0100 > > Nuno Sá wrote: > > > > > Hi Jonathan, > > > > > > > > > On Sat, 2020-02-01 at 17:08 +, Jonathan Cameron wrote: > > > > On Mon

Re: [PATCH 1/2] staging: octeon: delete driver

2020-02-05 Thread Guenter Roeck
On 2/5/20 1:03 AM, Geert Uytterhoeven wrote: On Wed, Feb 5, 2020 at 4:57 AM Guenter Roeck wrote: On 2/4/20 7:34 PM, Dan Carpenter wrote: On Tue, Feb 04, 2020 at 12:31:16PM -0800, Matthew Wilcox wrote: On Tue, Feb 04, 2020 at 08:06:14PM +, Chris Packham wrote: On Tue, 2020-02-04 at 07:09

[PATCH] staging: greybus: use after free in gb_audio_manager_remove_all()

2020-02-05 Thread Dan Carpenter
When we call kobject_put() and it's the last reference to the kobject then it calls gb_audio_module_release() and frees module. We dereference "module" on the next line which is a use after free. Fixes: c77f85bbc91a ("greybus: audio: Fix incorrect counting of 'ida'") Signed-off-by: Dan Carpenter

Re: [PATCH 2/4] iio: imu: adis: Refactor adis_initial_startup

2020-02-05 Thread Sa, Nuno
On Mon, 2020-02-03 at 12:03 +, Jonathan Cameron wrote: > > On Mon, 3 Feb 2020 10:31:30 +0100 > Nuno Sá wrote: > > > Hi Jonathan, > > > > > > On Sat, 2020-02-01 at 17:08 +, Jonathan Cameron wrote: > > > On Mon, 20 Jan 2020 16:20:49 +0200 > > > Alexandru Ardelean wrote: > > > > > > >

Re: [PATCH 1/2] staging: octeon: delete driver

2020-02-05 Thread Geert Uytterhoeven
On Wed, Feb 5, 2020 at 4:57 AM Guenter Roeck wrote: > On 2/4/20 7:34 PM, Dan Carpenter wrote: > > On Tue, Feb 04, 2020 at 12:31:16PM -0800, Matthew Wilcox wrote: > >> On Tue, Feb 04, 2020 at 08:06:14PM +, Chris Packham wrote: > >>> On Tue, 2020-02-04 at 07:09 +, gre...@linuxfoundation.org

Re: [PATCH v3 02/17] media: v4l2-fwnode: Pass notifier to v4l2_async_register_fwnode_subdev()

2020-02-05 Thread Andy Shevchenko
On Tue, Feb 04, 2020 at 03:49:03PM -0800, Steve Longerbeam wrote: > Instead of allocating a notifier in v4l2_async_register_fwnode_subdev(), > have the caller provide one. This allows the caller to implement > notifier ops (bind, unbind). > > The caller is now responsible for first initializing it