patch "tty: omap-serial: fix division by zero" added to tty tree

2014-09-28 Thread gregkh
This is a note to let you know that I've just added the patch titled tty: omap-serial: fix division by zero to my tty git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git in the tty-next branch. The patch will show up in the next release of the lin

patch "serial: 8250: Add Quark X1000 to 8250_pci.c" added to tty tree

2014-09-28 Thread gregkh
This is a note to let you know that I've just added the patch titled serial: 8250: Add Quark X1000 to 8250_pci.c to my tty git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git in the tty-next branch. The patch will show up in the next release of th

Re: [PATCH v4] perf tools: Fix build-id matching on vmlinux

2014-09-28 Thread Namhyung Kim
Hi Ingo and Arnaldo, On Wed, 24 Sep 2014 09:33:56 +0200, Ingo Molnar wrote: > * Namhyung Kim wrote: >> @@ -1062,8 +1063,26 @@ static int machine__process_kernel_mmap_event(struct >> machine *machine, >> * Should be there already, from the build-id table in >> * the he

RE: [PATCH 1/1] Drivers: net-next: hyperv: Fix a bug in netvsc_start_xmit()

2014-09-28 Thread KY Srinivasan
> -Original Message- > From: David Miller [mailto:da...@davemloft.net] > Sent: Sunday, September 28, 2014 8:17 PM > To: KY Srinivasan > Cc: net...@vger.kernel.org; linux-ker...@vger.kernel.org; > de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com; > jasow...@redhat.com; stab

Re: [PATCH 1/1] Drivers: net-next: hyperv: Fix a bug in netvsc_start_xmit()

2014-09-28 Thread David Miller
From: "K. Y. Srinivasan" Date: Sun, 28 Sep 2014 19:49:51 -0700 > After the packet is successfully sent, we should not touch the skb as it may > have been freed. This patch is based on the work done by > Long Li . > > Signed-off-by: K. Y. Srinivasan > Tested-by: Long Li > Cc: You hyperv guys

[PATCH 1/6] [media] em28xx: remove firmware before releasing xc5000 priv state

2014-09-28 Thread Mauro Carvalho Chehab
hybrid_tuner_release_state() can free the priv state, so we need to release the firmware before calling it. root@debian:~# rmmod em28xx_dvb em28xx_v4l drxk em28xx [ 1992.790039] em2884 #0: Closing DVB extension [ 1992.797623] xc5000 2-0061: destroying instance [ 1992.799595] general protection fau

[PATCH 1/1] Drivers: net-next: hyperv: Fix a bug in netvsc_start_xmit()

2014-09-28 Thread K. Y. Srinivasan
After the packet is successfully sent, we should not touch the skb as it may have been freed. This patch is based on the work done by Long Li . Signed-off-by: K. Y. Srinivasan Tested-by: Long Li Cc: --- drivers/net/hyperv/netvsc_drv.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(

Re: [PATCH fix for 3.17 1/2] xhci: Check for eps[ep_index].ring being NULL after an usb_device_reset

2014-09-28 Thread Alan Stern
On Sun, 28 Sep 2014, Hans de Goede wrote: > >> The problem is the following call sequence (simplified): > >> > >> 1) usb_reset_device > >> 2) usb_reset_and_verify_device > >> 2) hub_port_init > >> 3)hub_port_finish_reset > >> 3) xhci_discover_or_reset_device > >> This frees xhci

Re: [PATCH v2] vfs: Don't exchange "short" filenames unconditionally.

2014-09-28 Thread Mikhail Efremov
On Sat, 27 Sep 2014 10:56:57 -0700 Linus Torvalds wrote: > (And Mikhail - I'm not ragging on you, even if I'm ragging on the > patch. I understand why you did it the way you did, and it makes sense > exactly in the "let's reinstate old hackery" model. I just think we > can and should do better than

Re: [PATCH fix for 3.17 1/2] xhci: Check for eps[ep_index].ring being NULL after an usb_device_reset

2014-09-28 Thread Hans de Goede
Hi, On 09/28/2014 04:29 PM, Alan Stern wrote: > On Sat, 27 Sep 2014, Hans de Goede wrote: > >> This commit fixes the following oops: >> >> [10238.622067] scsi host3: uas_eh_bus_reset_handler start >> [10240.766164] usb 3-4: reset SuperSpeed USB device number 3 using xhci_hcd >> [10245.779365] usb

Re: [PATCH fix for 3.17 1/2] xhci: Check for eps[ep_index].ring being NULL after an usb_device_reset

2014-09-28 Thread Alan Stern
On Sat, 27 Sep 2014, Hans de Goede wrote: > This commit fixes the following oops: > > [10238.622067] scsi host3: uas_eh_bus_reset_handler start > [10240.766164] usb 3-4: reset SuperSpeed USB device number 3 using xhci_hcd > [10245.779365] usb 3-4: device descriptor read/8, error -110 > [10245.883

Re: [PATCH fix for 3.17 1/2] xhci: Check for eps[ep_index].ring being NULL after an usb_device_reset

2014-09-28 Thread Ben Hutchings
On Sat, 2014-09-27 at 15:01 +0200, Hans de Goede wrote: [...] > --- a/drivers/usb/host/xhci.c > +++ b/drivers/usb/host/xhci.c > @@ -1146,10 +1146,12 @@ unsigned int xhci_last_valid_endpoint(u32 added_ctxs) > * returns 0 this is a root hub; returns -EINVAL for NULL pointers. > */ > static int x

Re: [PATCH 1/5] m68k: Disable/restore interrupts in hwreg_present()/hwreg_write()

2014-09-28 Thread Geert Uytterhoeven
On Sun, Sep 28, 2014 at 11:40 AM, Andreas Schwab wrote: >> While most callers run early, before interrupt are disabled, or > >interrupts are enabled Thanks, will fix. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots

Re: [PATCH 1/5] m68k: Disable/restore interrupts in hwreg_present()/hwreg_write()

2014-09-28 Thread Andreas Schwab
Geert Uytterhoeven writes: > While most callers run early, before interrupt are disabled, or interrupts are enabled Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for so

[PATCH 1/5] m68k: Disable/restore interrupts in hwreg_present()/hwreg_write()

2014-09-28 Thread Geert Uytterhoeven
hwreg_present() and hwreg_write() temporarily change the VBR register to another vector table. This table contains a valid bus error handler only, all other entries point to arbitrary addresses. If an interrupt comes in while the temporary table is active, the processor will start executing at suc