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

2020-02-06 Thread Viresh Kumar
On 05-02-20, 15:32, Dan Carpenter wrote: > 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

Contact Federal Reserve Bank New York to receive your inheritance contract payment (US$12.8M)

2020-02-06 Thread MS. MARYANNA B. THOMASON
Attention Fund Beneficiary, Contact Federal Reserve Bank New York to receive your inheritance contract payment (US$12.8M) Payment Release Instruction from US department of Homeland Security New York. Contact Federal Reserve Bank New York to receive your inheritance contract payment (US$12.8M)

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

2020-02-06 Thread Vaibhav Agarwal
On Wed, Feb 5, 2020 at 6:02 PM Dan Carpenter wrote: > > 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:

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

2020-02-06 Thread Jonathan Cameron
On Thu, 6 Feb 2020 10:19:09 + "Sa, Nuno" wrote: > On Thu, 2020-02-06 at 09:45 +, Jonathan Cameron wrote: > > On Wed, 5 Feb 2020 16:44:13 + > > "Sa, Nuno" wrote: > > > > > On Wed, 2020-02-05 at 14:59 +, Jonathan Cameron wrote: > > > > On Wed, 5 Feb 2020 12:25:40 + > > >

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

2020-02-06 Thread Sa, Nuno
On Thu, 2020-02-06 at 09:45 +, Jonathan Cameron wrote: > On Wed, 5 Feb 2020 16:44:13 + > "Sa, Nuno" wrote: > > > 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 +,

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

2020-02-06 Thread Jonathan Cameron
On Wed, 5 Feb 2020 16:44:13 + "Sa, Nuno" wrote: > 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 > > >

Re: [PATCH v4 01/10] staging: most: remove device from interface structure

2020-02-06 Thread Christian.Gromm
On Fri, 2020-01-24 at 10:09 +0100, Greg KH wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you > know the content is safe > > On Fri, Jan 24, 2020 at 08:56:56AM +, > christian.gr...@microchip.com wrote: > > On Thu, 2020-01-23 at 19:18 +0100, Greg KH wrote: > > >

[PATCH] staging: rtl8188eu: remove unnecessary RETURN label

2020-02-06 Thread Michael Straube
Remove unnecessary RETURN label and use return directly instead. Since the return type of rtw_free_netdev() is void, remove the return at the end of the function. Signed-off-by: Michael Straube --- drivers/staging/rtl8188eu/os_dep/osdep_service.c | 10 +++--- 1 file changed, 3

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

2020-02-06 Thread Geert Uytterhoeven
Hi Günter, On Wed, Feb 5, 2020 at 2:52 PM Guenter Roeck wrote: > 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,