lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 8 Nov 2011 16:49:03 -0800
From:	Greg KH <gregkh@...e.de>
To:	KY Srinivasan <kys@...rosoft.com>
Cc:	Dmitry Torokhov <dmitry.torokhov@...il.com>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"devel@...uxdriverproject.org" <devel@...uxdriverproject.org>,
	"ohering@...e.com" <ohering@...e.com>,
	"joe@...ches.com" <joe@...ches.com>,
	"jkosina@...e.cz" <jkosina@...e.cz>
Subject: Re: [PATCH 1/1] Staging: hv: Move the mouse driver out of staging

On Wed, Nov 09, 2011 at 12:45:30AM +0000, KY Srinivasan wrote:
> 
> 
> > -----Original Message-----
> > From: Dmitry Torokhov [mailto:dmitry.torokhov@...il.com]
> > Sent: Monday, November 07, 2011 12:51 AM
> > To: KY Srinivasan
> > Cc: gregkh@...e.de; linux-kernel@...r.kernel.org;
> > devel@...uxdriverproject.org; virtualization@...ts.osdl.org; ohering@...e.com;
> > joe@...ches.com; jkosina@...e.cz
> > Subject: Re: [PATCH 1/1] Staging: hv: Move the mouse driver out of staging
> > 
> > Hi K. Y,
> > 
> > On Mon, Nov 07, 2011 at 01:04:53AM +0000, KY Srinivasan wrote:
> > >
> > >
> > > > -----Original Message-----
> > > > From: Dmitry Torokhov [mailto:dmitry.torokhov@...il.com]
> > > > Sent: Saturday, November 05, 2011 2:48 AM
> > > > To: KY Srinivasan
> > > > Cc: gregkh@...e.de; linux-kernel@...r.kernel.org;
> > > > devel@...uxdriverproject.org; virtualization@...ts.osdl.org;
> > ohering@...e.com;
> > > > joe@...ches.com; jkosina@...e.cz
> > > > Subject: Re: [PATCH 1/1] Staging: hv: Move the mouse driver out of staging
> > > >
> > > > Hi KY,
> > >
> > > Dimitry,
> > >
> > > Let me begin by thanking you for taking the time to review. I have incorporated
> > > pretty much all your suggestions.
> > 
> > Thank you very much for considering my suggestions.
> 
> > 
> > > >
> > > > Instead of potentially ever-increasing buffer that you also allocate
> > > > (and it looks like leaking on every callback invocation) can you just
> > > > repeat the read if you know that there are more data and use single
> > > > pre-allocated buffer?
> > >
> > > The ring-buffer protocol is such that we need to consume the full message.
> > > Also, why do you say we are leaking memory?
> > 
> > Ah, OK, I see, we keep reading until read returns 0-sized reply and then
> > we free the buffer... Never mind then.
> > 
> > > > > +
> > > > > +	hid_dev->ll_driver = &mousevsc_ll_driver;
> > > > > +	hid_dev->driver = &mousevsc_hid_driver;
> > > >
> > > > You are not really hid driver; you are more of a "provider" so why do
> > > > you need to set hid_dev->driver in addition to hid_dev->ll_driver?
> > > >
> > > True, but hid_parse_report() expects that the driver field be set; so I
> > > need to fake this.
> > 
> > If you supply .parse() method for your mousevsc_ll_driver structure and
> > call hid_parse_report() from it then HID core will set the default
> > driver and call parse at appropriate time.
> 
> Would it be ok if I were to make this change after Jiri accepts the driver out of staging?

Why not fix this now?  No need to take a driver that is known to have
issues, right?

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ