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
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,
> > > >
> > > >
> > > >
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
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
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
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:
> > >
> > > >
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
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