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,
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 insertions(+),
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:
> > > EXTERNA
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
> > > >
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 +,
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 +
> > > >
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: audio:
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) dep
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 incorrec