Re: [PATCH V4] r8152: add Linksys USB3GIGV1 id

2017-10-01 Thread David Miller
From: Grant Grundler Date: Thu, 28 Sep 2017 11:35:00 -0700 > This linksys dongle by default comes up in cdc_ether mode. > This patch allows r8152 to claim the device: >Bus 002 Device 002: ID 13b1:0041 Linksys > > Signed-off-by: Grant Grundler

Re: [PATCH 00/18] use ARRAY_SIZE macro

2017-10-01 Thread Greg KH
On Sun, Oct 01, 2017 at 08:52:20PM -0400, Jérémy Lefaure wrote: > On Mon, 2 Oct 2017 09:01:31 +1100 > "Tobin C. Harding" wrote: > > > > In order to reduce the size of the To: and Cc: lines, each patch of the > > > series is sent only to the maintainers and lists concerned by the

[PATCH] usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packet

2017-10-01 Thread Yoshihiro Shimoda
From: Kazuya Mizuguchi The DREQE bit of the DnFIFOSEL should be set to 1 after the DE bit of USB-DMAC on R-Car SoCs is set to 1 after the USB-DMAC received a zero-length packet. Otherwise, a transfer completion interruption of USB-DMAC doesn't happen. Even if the

Re: Huawei integrated modem causes instant resume from suspend on Acer P648-G3

2017-10-01 Thread Daniel Drake
On Wed, Sep 27, 2017 at 3:12 PM, Oliver Neukum wrote: > 1) kernel version? Currently testing 4.14.0-rc2 but reproduced on multiple older versions too going back to 4.8. (Have not found a working kernel version) > 2) driver used? The problem is reproducible just with the base

Re: [PATCH 00/18] use ARRAY_SIZE macro

2017-10-01 Thread Jérémy Lefaure
On Mon, 2 Oct 2017 09:01:31 +1100 "Tobin C. Harding" wrote: > > In order to reduce the size of the To: and Cc: lines, each patch of the > > series is sent only to the maintainers and lists concerned by the patch. > > This cover letter is sent to every list concerned by this

4879b7ae05 ("Merge tag 'dmaengine-4.12-rc1' of .."): WARNING: kernel stack regs at bd92bc2e in 01-cpu-hotplug:3811 has bad 'bp' value 000001be

2017-10-01 Thread kernel test robot
Greetings, 0day kernel testing robot got the below dmesg and the first bad commit is https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master commit 4879b7ae05431ebcd228a4ff25a81120b3d85891 Merge: ecc721a72c121 be13ec668d043 Author: Linus Torvalds

Re: [PATCH 00/18] use ARRAY_SIZE macro

2017-10-01 Thread Tobin C. Harding
On Sun, Oct 01, 2017 at 03:30:38PM -0400, Jérémy Lefaure wrote: > Hi everyone, > Using ARRAY_SIZE improves the code readability. I used coccinelle (I > made a change to the array_size.cocci file [1]) to find several places > where ARRAY_SIZE could be used instead of other macros or sizeof >

Re: [PATCH v4 0/3] initialize (multiple) PHYs in xhci-plat

2017-10-01 Thread Martin Blumenstingl
Hello Greg, Hello Mathias, On Mon, Sep 18, 2017 at 10:49 AM, Greg KH wrote: > On Sun, Sep 17, 2017 at 10:51:31PM +0200, Martin Blumenstingl wrote: >> Hello Mathias, Hello Greg, >> >> On Sun, Sep 3, 2017 at 11:38 PM, Martin Blumenstingl >>

[PATCH 05/18] net: use ARRAY_SIZE

2017-10-01 Thread Jérémy Lefaure
Using the ARRAY_SIZE macro improves the readability of the code. Also, it is not always useful to use a variable to store this constant calculated at compile time. Found with Coccinelle with the following semantic patch: @r depends on (org || report)@ type T; T[] E; position p; @@ ( (sizeof(E)@p

[PATCH 00/18] use ARRAY_SIZE macro

2017-10-01 Thread Jérémy Lefaure
Hi everyone, Using ARRAY_SIZE improves the code readability. I used coccinelle (I made a change to the array_size.cocci file [1]) to find several places where ARRAY_SIZE could be used instead of other macros or sizeof division. I tried to divide the changes into a patch per subsystem (excepted

Support for buggy MIDI-keyboard VID:PID 1c75:0204

2017-10-01 Thread Владимир Мартьянов
Hello! I just bought MIDI keyboard WORLDE MINI (looks like full chinese clone af Arturia Minilab with the same vid:pid) and it won't work in Linux. When the device is connected, it resets again and again. There are some threads on the internet about the same issue, but there is no solution. The

Project Funding Program

2017-10-01 Thread Daria Yoong Shang
Hello, Can i trust an investment project in your country? accepted please send email for more details. Best Regards Daria Yoong Shang -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH] usb: misc: usbtest: Fix overflow in usbtest_do_ioctl()

2017-10-01 Thread Dan Carpenter
On Sat, Sep 30, 2017 at 11:04:35AM -0700, Deepa Dinamani wrote: > On Sat, Sep 30, 2017 at 1:15 AM, Dan Carpenter > wrote: > > There used to be a test against "if (param->sglen > MAX_SGLEN)" but it > > was removed during a refactor. It leads to an integer overflow and a