Re: [PATCH v2 0/9] sound: Add sanity checks for invalid EPs

2017-10-11 Thread Takashi Iwai
On Wed, 11 Oct 2017 15:03:29 +0200, Greg KH wrote: > > On Wed, Oct 11, 2017 at 12:36:37PM +0200, Takashi Iwai wrote: > > Hi, > > > > this is a revised patch set to cover the codes that may submit URBs > > containing invalid EPs without validation, which result in the kernel > > warning from the U

Re: [PATCH v2 0/9] sound: Add sanity checks for invalid EPs

2017-10-11 Thread Greg KH
On Wed, Oct 11, 2017 at 12:36:37PM +0200, Takashi Iwai wrote: > Hi, > > this is a revised patch set to cover the codes that may submit URBs > containing invalid EPs without validation, which result in the kernel > warning from the USB core. The first patch adds a new helper for > simplifying the

[PATCH v2 0/9] sound: Add sanity checks for invalid EPs

2017-10-11 Thread Takashi Iwai
Hi, this is a revised patch set to cover the codes that may submit URBs containing invalid EPs without validation, which result in the kernel warning from the USB core. The first patch adds a new helper for simplifying the EP check, and the rest applies it at needed places. The original issues w