[PATCH 3/3 v2] tracing: Prevent buffer overwrite disabled for latency tracers

2013-03-14 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" The latency tracers require the buffers to be in overwrite mode, otherwise they get screwed up. Force the buffers to stay in overwrite mode when latency tracers are enabled. Added a flag_changed() method to the tracer structure to allow the tracers to see what fl

[PATCH 1/3 v2] tracing: Protect tracer flags with trace_types_lock

2013-03-14 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" Seems that the tracer flags have never been protected from synchronous writes. Luckily, admins don't usually modify the tracing flags via two different tasks. But if scripts were to be used to modify them, then they could get corrupted. Move the trace_types_lock

[PATCH 2/3 v2] tracing: Keep overwrite in sync between regular and snapshot buffers

2013-03-14 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" Changing the overwrite mode for the ring buffer via the trace option only sets the normal buffer. But the snapshot buffer could swap with it, and then the snapshot would be in non overwrite mode and the normal buffer would be in overwrite mode, even though the opt

Re: [PATCH] hw_random: free rng_buffer at module exit

2013-03-14 Thread Rusty Russell
Satoru Takeuchi writes: > At Thu, 14 Mar 2013 17:11:21 +1030, > Rusty Russell wrote: >> >> Satoru Takeuchi writes: >> > Hi Rusty, >> > >> > At Tue, 12 Mar 2013 15:43:33 -0700, >> > Greg Kroah-Hartman wrote: >> >> @@ -307,6 +312,14 @@ int hwrng_register(struct hwrng *rng) >> >> >> >> mutex_lo

Re: [PATCH] Bluetooth: Add support for Dell[QCA 0cf3:0036]

2013-03-14 Thread Ming Lei
Hi Gustavo, On Fri, Mar 15, 2013 at 2:53 AM, Gustavo Padovan wrote: > > This patch need to be rebased against the bluetooth.git tree[1], I recently > applied a similar patch there and your patch now breaks when I try to apply > it. V1 has been rebased against the bluetooth git tree and sent out.

[PATCH v1] Bluetooth: Add support for Dell[QCA 0cf3:0036]

2013-03-14 Thread Ming Lei
Add support for the AR9462 chip T: Bus=03 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=0cf3 ProdID=0036 Rev= 0.02 C:* #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100mA A: FirstIf#= 0 IfCount= 2 Cls=e0(wlcon) Sub=01 Prot=01 I:* I

[PATCH] usb: gadget: f_mass_storage: add missing memory barrier for thread_wakeup_needed

2013-03-14 Thread UCHINO Satoshi
Without this memory barrier, the file-storage thread may fail to escape from the following while loop, because it may observe new common->thread_wakeup_needed and old bh->state which are updated by the callback functions. /* Wait for the CBW to arrive */ while (bh->state != BUF_STA

Re: [PATCH v2 1/2] x86/mce: Replace shared_bank array with is_shared_bank() helper

2013-03-14 Thread Borislav Petkov
On Thu, Mar 14, 2013 at 03:20:05PM -0700, Greg KH wrote: > On Thu, Mar 14, 2013 at 05:10:40PM -0400, Boris Ostrovsky wrote: > > Use helper function instead of an array to report whether register > > bank is shared. Currently only bank 4 (northbridge) is shared. > > > > Signed-off-by: Boris Ostrovs

Re: [PATCH stable 3.4.y, 3.8.y] tg3: 5715 does not link up when autoneg off

2013-03-14 Thread Nithin Nayak Sujir
On 03/14/2013 03:17 PM, Greg KH wrote: On Wed, Mar 13, 2013 at 01:56:47PM -0700, Nithin Nayak Sujir wrote: From: Nithin Sujir Hi Greg, Please consider this patch for the stable 3.4.y and 3.8.y trees. Upstream commit id: 7c6cdead7cc9a99650d15497aae47d7472217eb1 That patch is not in Linus's

Re: [PATCH v2 1/2] x86/mce: Replace shared_bank array with is_shared_bank() helper

2013-03-14 Thread Greg KH
On Thu, Mar 14, 2013 at 05:10:40PM -0400, Boris Ostrovsky wrote: > Use helper function instead of an array to report whether register > bank is shared. Currently only bank 4 (northbridge) is shared. > > Signed-off-by: Boris Ostrovsky > --- > arch/x86/kernel/cpu/mcheck/mce_amd.c | 17 +---

Patch "ARM: kirkwood: fix to retain gbe MAC addresses for DT kernels" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled ARM: kirkwood: fix to retain gbe MAC addresses for DT kernels to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Re: [PATCH stable 3.4.y, 3.8.y] tg3: 5715 does not link up when autoneg off

2013-03-14 Thread Greg KH
On Wed, Mar 13, 2013 at 01:56:47PM -0700, Nithin Nayak Sujir wrote: > From: Nithin Sujir > > Hi Greg, > Please consider this patch for the stable 3.4.y and 3.8.y trees. > Upstream commit id: 7c6cdead7cc9a99650d15497aae47d7472217eb1 That patch is not in Linus's tree, so how could I apply it? gre

Patch "md: protect against crash upon fsync on ro array" has been added to the 3.0-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled md: protect against crash upon fsync on ro array to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: md-prot

Patch "Revert duplicated perf commit." has been added to the 3.0-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled Revert duplicated perf commit. to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: revert-duplicated-perf-co

Re: [stable revert request] ... of doubled commit

2013-03-14 Thread Greg KH
On Fri, Mar 08, 2013 at 11:29:15PM +0100, Jiri Slaby wrote: > On 03/08/2013 11:01 PM, Jiri Slaby wrote: > > Hi, > > > > Tony Jones found that the following commit: > > perf: Fix parsing of __print_flags() in TP_printk() > > is applied to 3.0 twice. > > > > Once as: > > commit 248f3235861683bb1f

Re: [PATCH v2][RESEND] usb: musb: da8xx: Fix build breakage due to typo

2013-03-14 Thread Sergei Shtylyov
Hello. On 15-03-2013 2:09, Felipe Balbi wrote: From: Mikhail Kshevetskiy Commit 032ec49f5351e9cb242b1a1c367d14415043ab95 (usb: musb: drop useless board_mode usage) introduced a typo that breaks the build. There were no replies on my first mail, so I would like to draw your attention to

[PATCH v2 1/2] x86/mce: Replace shared_bank array with is_shared_bank() helper

2013-03-14 Thread Boris Ostrovsky
Use helper function instead of an array to report whether register bank is shared. Currently only bank 4 (northbridge) is shared. Signed-off-by: Boris Ostrovsky --- arch/x86/kernel/cpu/mcheck/mce_amd.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/arch/x86

[PATCH v2 0/2] AMD MCE fixes

2013-03-14 Thread Boris Ostrovsky
Boris, Here is the updated patch for determining number of regiter banks on AMD plus a patch removing shared_bank array, as you suggested. Offline/online testing didn't show any issues. Boris Ostrovsky (2): x86/mce: Replace shared_bank array with is_shared_bank() helper x86/mce: Use MCG_C

[PATCH v2 2/2] x86/mce: Use MCG_CAP MSR to find out number of banks on AMD

2013-03-14 Thread Boris Ostrovsky
Currently number of error reporting register banks is hardcoded to 6 on AMD processors. This may break in virtualized scenarios when a hypervisor prefers to report fewer banks than what the physical HW provides. Since number of supported banks is reported in MSR_IA32_MCG_CAP[7:0] that's what we sh

Re: [PATCH v2][RESEND] usb: musb: da8xx: Fix build breakage due to typo

2013-03-14 Thread Felipe Balbi
On Thu, Mar 14, 2013 at 09:49:08PM +0400, Sergei Shtylyov wrote: > Hello. > > On 14-03-2013 13:18, Michael Riesch wrote: > > >From: Mikhail Kshevetskiy > > >Commit 032ec49f5351e9cb242b1a1c367d14415043ab95 (usb: musb: drop useless > >board_mode usage) introduced a typo that breaks the build. >

[PATCH 3/3] tracing: Prevent buffer overwrite disabled for latency tracers

2013-03-14 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" The latency tracers require the buffers to be in overwrite mode, otherwise they get screwed up. Force the buffers to stay in overwrite mode when latency tracers are enabled. Added a flag_changed() method to the tracer structure to allow the tracers to see what fl

[PATCH 2/3] tracing: Keep overwrite in sync between regular and snapshot buffers

2013-03-14 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" Changing the overwrite mode for the ring buffer via the trace option only sets the normal buffer. But the snapshot buffer could swap with it, and then the snapshot would be in non overwrite mode and the normal buffer would be in overwrite mode, even though the opt

[PATCH 1/3] tracing: Protect tracer flags with trace_types_lock

2013-03-14 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" Seems that the tracer flags have never been protected from synchronous writes. Luckily, admins don't usually modify the tracing flags via two different tasks. But if scripts were to be used to modify them, then they could get corrupted. Move the trace_types_lock

Patch "tty/serial: Add support for Altera serial port" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled tty/serial: Add support for Altera serial port to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: tty-seria

Patch "tty: serial: fix typo "SERIAL_S3C2412"" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled tty: serial: fix typo "SERIAL_S3C2412" to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: tty-serial-fix-ty

Patch "tty: serial: fix typo "ARCH_S5P6450"" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled tty: serial: fix typo "ARCH_S5P6450" to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: tty-serial-fix-typo

Patch "tty/8250_pnp: serial port detection regression since v3.7" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled tty/8250_pnp: serial port detection regression since v3.7 to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "TTY: do not reset master's packet mode" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled TTY: do not reset master's packet mode to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: tty-do-not-reset-

Patch "TTY: disable debugging warning" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled TTY: disable debugging warning to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: tty-disable-debugging-war

Patch "signal: always clear sa_restorer on execve" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled signal: always clear sa_restorer on execve to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: signal-always

Patch "serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 Multi-I/O Controller" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 Multi-I/O Controller to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=s

Patch "Fix 4 port and add support for 8 port 'Unknown' PCI serial port cards" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled Fix 4 port and add support for 8 port 'Unknown' PCI serial port cards to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the p

Patch "serial: 8250: Keep 8250. module options functional after driver rename" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled serial: 8250: Keep 8250. module options functional after driver rename to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the

Patch "ext3: Fix format string issues" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled ext3: Fix format string issues to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: ext3-fix-format-string-is

Patch "TTY: do not reset master's packet mode" has been added to the 3.4-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled TTY: do not reset master's packet mode to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: tty-do-not-reset-

Patch "tty: serial: fix typo "ARCH_S5P6450"" has been added to the 3.4-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled tty: serial: fix typo "ARCH_S5P6450" to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: tty-serial-fix-typo

Patch "signal: always clear sa_restorer on execve" has been added to the 3.4-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled signal: always clear sa_restorer on execve to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: signal-always

Patch "ext3: Fix format string issues" has been added to the 3.4-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled ext3: Fix format string issues to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: ext3-fix-format-string-is

Patch "serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 Multi-I/O Controller" has been added to the 3.4-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 Multi-I/O Controller to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=s

Patch "tty: serial: fix typo "ARCH_S5P6450"" has been added to the 3.0-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled tty: serial: fix typo "ARCH_S5P6450" to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: tty-serial-fix-typo

Patch "signal: always clear sa_restorer on execve" has been added to the 3.0-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled signal: always clear sa_restorer on execve to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: signal-always

Patch "TTY: do not reset master's packet mode" has been added to the 3.0-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled TTY: do not reset master's packet mode to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: tty-do-not-reset-

Patch "ext3: Fix format string issues" has been added to the 3.0-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled ext3: Fix format string issues to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: ext3-fix-format-string-is

Re: [stable request] TTY: do not reset master's packet mode

2013-03-14 Thread Greg KH
On Thu, Mar 14, 2013 at 12:01:51PM +0100, Jiri Slaby wrote: > Hi, > > please include the patch below to all maintained stable trees. > > commit b81273a132177edd806476b953f6afeb17b786d5 > Author: Jiri Slaby > Date: Tue Jan 15 23:26:22 2013 +0100 > > TTY: do not reset master's packet mode

+ mm-hugetlb-fix-total-hugetlbfs-pages-count-when-memory-overcommit-accouting.patch added to -mm tree

2013-03-14 Thread akpm
The patch titled Subject: mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit accouting has been added to the -mm tree. Its filename is mm-hugetlb-fix-total-hugetlbfs-pages-count-when-memory-overcommit-accouting.patch Before you just go and hit "reply", please:

Patch "USB: storage: fix Huawei mode switching regression" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: storage: fix Huawei mode switching regression to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-s

Patch "USB: EHCI: work around silicon bug in Intel's EHCI controllers" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: EHCI: work around silicon bug in Intel's EHCI controllers to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is

Patch "usb: serial: Add Rigblaster Advantage to device table" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: serial: Add Rigblaster Advantage to device table to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: us

Patch "usb: dwc3: core: don't forget to free coherent memory" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: dwc3: core: don't forget to free coherent memory to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: us

Patch "USB: EHCI: don't check DMA values in QH overlays" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: EHCI: don't check DMA values in QH overlays to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-ehc

Patch "staging: comedi: dt9812: use CR_CHAN() for channel number" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled staging: comedi: dt9812: use CR_CHAN() for channel number to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "usb: cp210x new Vendor/Device IDs" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: cp210x new Vendor/Device IDs to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-cp210x-new-vendor-

Patch "USB: added support for Cinterion's products AH6 and PLS8" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: added support for Cinterion's products AH6 and PLS8 to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "staging: vt6656: Fix oops on resume from suspend." has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled staging: vt6656: Fix oops on resume from suspend. to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: stagin

Patch "qcserial: bind to DM/DIAG port on Gobi 1K devices" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled qcserial: bind to DM/DIAG port on Gobi 1K devices to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: qcseri

Patch "USB: EHCI: don't check DMA values in QH overlays" has been added to the 3.4-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: EHCI: don't check DMA values in QH overlays to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-ehc

Patch "USB: storage: fix Huawei mode switching regression" has been added to the 3.4-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: storage: fix Huawei mode switching regression to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-s

Patch "usb: serial: Add Rigblaster Advantage to device table" has been added to the 3.4-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: serial: Add Rigblaster Advantage to device table to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: us

Patch "usb: cp210x new Vendor/Device IDs" has been added to the 3.4-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: cp210x new Vendor/Device IDs to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-cp210x-new-vendor-

Patch "USB: added support for Cinterion's products AH6 and PLS8" has been added to the 3.4-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: added support for Cinterion's products AH6 and PLS8 to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "USB: storage: fix Huawei mode switching regression" has been added to the 3.0-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: storage: fix Huawei mode switching regression to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-s

Patch "staging: vt6656: Fix oops on resume from suspend." has been added to the 3.4-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled staging: vt6656: Fix oops on resume from suspend. to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: stagin

Patch "USB: EHCI: don't check DMA values in QH overlays" has been added to the 3.0-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: EHCI: don't check DMA values in QH overlays to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-ehc

Patch "usb: cp210x new Vendor/Device IDs" has been added to the 3.0-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: cp210x new Vendor/Device IDs to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-cp210x-new-vendor-

Patch "usb: serial: Add Rigblaster Advantage to device table" has been added to the 3.0-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: serial: Add Rigblaster Advantage to device table to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: us

Patch "USB: added support for Cinterion's products AH6 and PLS8" has been added to the 3.0-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: added support for Cinterion's products AH6 and PLS8 to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "staging: vt6656: Fix oops on resume from suspend." has been added to the 3.0-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled staging: vt6656: Fix oops on resume from suspend. to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: stagin

Patch Upstream: ext3: Fix format string issues

2013-03-14 Thread Gregs git-bot
commit: 8d0c2d10dd72c5292eda7a06231056a4c972e4cc From: Lars-Peter Clausen Date: Sat, 9 Mar 2013 15:28:44 +0100 Subject: ext3: Fix format string issues ext3_msg() takes the printk prefix as the second parameter and the format string as the third parameter. Two callers of ext3_msg omit the prefix a

Patch "USB: option: add Huawei E5331" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: option: add Huawei E5331 to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-option-add-huawei-e533

Patch "USB: cdc-wdm: fix buffer overflow" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: cdc-wdm: fix buffer overflow to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-cdc-wdm-fix-buffer

Patch "xen/pciback: Don't disable a PCI device that is already disabled." has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled xen/pciback: Don't disable a PCI device that is already disabled. to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

Patch "virtio: rng: disallow multiple device registrations, fixes crashes" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled virtio: rng: disallow multiple device registrations, fixes crashes to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patc

Patch "tools: usb: ffs-test: Fix build failure" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled tools: usb: ffs-test: Fix build failure to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: tools-usb-ffs-te

Patch "qcaux: add Franklin U600" has been added to the 3.8-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled qcaux: add Franklin U600 to the 3.8-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: qcaux-add-franklin-u600.patch a

Patch "xen/pciback: Don't disable a PCI device that is already disabled." has been added to the 3.4-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled xen/pciback: Don't disable a PCI device that is already disabled. to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

Patch "virtio: rng: disallow multiple device registrations, fixes crashes" has been added to the 3.4-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled virtio: rng: disallow multiple device registrations, fixes crashes to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patc

Patch "USB: option: add Huawei E5331" has been added to the 3.4-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: option: add Huawei E5331 to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-option-add-huawei-e533

Patch "USB: cdc-wdm: fix buffer overflow" has been added to the 3.4-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: cdc-wdm: fix buffer overflow to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-cdc-wdm-fix-buffer

Patch "qcaux: add Franklin U600" has been added to the 3.4-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled qcaux: add Franklin U600 to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: qcaux-add-franklin-u600.patch a

Patch "USB: option: add Huawei E5331" has been added to the 3.0-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: option: add Huawei E5331 to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-option-add-huawei-e533

Patch "virtio: rng: disallow multiple device registrations, fixes crashes" has been added to the 3.0-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled virtio: rng: disallow multiple device registrations, fixes crashes to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patc

Patch "USB: cdc-wdm: fix buffer overflow" has been added to the 3.0-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: cdc-wdm: fix buffer overflow to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: usb-cdc-wdm-fix-buffer

Patch "qcaux: add Franklin U600" has been added to the 3.0-stable tree

2013-03-14 Thread gregkh
This is a note to let you know that I've just added the patch titled qcaux: add Franklin U600 to the 3.0-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: qcaux-add-franklin-u600.patch a

Re: [stable request] TTY: do not reset master's packet mode

2013-03-14 Thread Jiri Slaby
On 03/14/2013 12:01 PM, Jiri Slaby wrote: > Hi, > > please include the patch below to all maintained stable trees. > > commit b81273a132177edd806476b953f6afeb17b786d5 > Author: Jiri Slaby > Date: Tue Jan 15 23:26:22 2013 +0100 > > TTY: do not reset master's packet mode Just in case, back

Linux 3.0.69

2013-03-14 Thread Greg KH
I'm announcing the release of the 3.0.69 kernel. All users of the 3.0 kernel series must upgrade. The updated 3.0.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.0.y and can be browsed at the normal kernel.org git web browser:

Re: [PATCH] Bluetooth: Add support for Dell[QCA 0cf3:0036]

2013-03-14 Thread Gustavo Padovan
Hi Ming, * Ming Lei [2013-03-13 15:31:02 +0800]: > Add support for the AR9462 chip > > T: Bus=03 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 > D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 > P: Vendor=0cf3 ProdID=0036 Rev= 0.02 > C:* #Ifs= 2 Cfg#= 1 Atr=e0 MxPwr=100

Linux 3.8.3

2013-03-14 Thread Greg KH
I'm announcing the release of the 3.8.3 kernel. All users of the 3.8 kernel series must upgrade. The updated 3.8.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.8.y and can be browsed at the normal kernel.org git web browser:

[merged] signal-always-clear-sa_restorer-on-execve.patch removed from -mm tree

2013-03-14 Thread akpm
The patch titled Subject: signal: always clear sa_restorer on execve has been removed from the -mm tree. Its filename was signal-always-clear-sa_restorer-on-execve.patch This patch was dropped because it was merged into mainline or a subsystem tree

Re: Linux 3.4.36

2013-03-14 Thread Greg KH
diff --git a/Makefile b/Makefile index 282e8da..2659987 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 4 -SUBLEVEL = 35 +SUBLEVEL = 36 EXTRAVERSION = NAME = Saber-toothed Squirrel diff --git a/arch/arm/kernel/perf_event_v7.c b/arch/arm/kernel/perf_event_v7.c ind

Re: Linux 3.0.69

2013-03-14 Thread Greg KH
diff --git a/Makefile b/Makefile index 8f3b7a8..534f7de 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 0 -SUBLEVEL = 68 +SUBLEVEL = 69 EXTRAVERSION = NAME = Sneaky Weasel diff --git a/arch/arm/mm/alignment.c b/arch/arm/mm/alignment.c index 724ba3b..1aa3a70 10064

Linux 3.4.36

2013-03-14 Thread Greg KH
I'm announcing the release of the 3.4.36 kernel. All users of the 3.4 kernel series must upgrade. The updated 3.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.4.y and can be browsed at the normal kernel.org git web browser:

Re: [PATCH v2][RESEND] usb: musb: da8xx: Fix build breakage due to typo

2013-03-14 Thread Sergei Shtylyov
Hello. On 14-03-2013 13:18, Michael Riesch wrote: From: Mikhail Kshevetskiy Commit 032ec49f5351e9cb242b1a1c367d14415043ab95 (usb: musb: drop useless board_mode usage) introduced a typo that breaks the build. There were no replies on my first mail, so I would like to draw your attention

Re: [PATCH] X.509: Remove certificate date checks

2013-03-14 Thread Alexander Holler
Am 14.03.2013 18:09, schrieb David Woodhouse: On Thu, 2013-03-14 at 17:22 +0100, Alexander Holler wrote: Agreed (thats what my patch did). I've introduced a new config option because I don't know if something (a use case I don't know) relies on the validity check of the dates in the parser. If

Re: [PATCH] X.509: Remove certificate date checks

2013-03-14 Thread David Woodhouse
On Thu, 2013-03-14 at 17:22 +0100, Alexander Holler wrote: > > Agreed (thats what my patch did). > > I've introduced a new config option because I don't know if something (a > use case I don't know) relies on the validity check of the dates in the > parser. If there currently isn't such a user,

Re: [PATCH] X.509: Remove certificate date checks

2013-03-14 Thread Alexander Holler
Am 14.03.2013 13:48, schrieb David Woodhouse: On Thu, 2013-03-14 at 12:34 +, David Howells wrote: Remove the certificate date checks that are performed when a certificate is parsed. There are two checks: a valid from and a valid to. The first check is causing a lot of problems with system

In SMP, every CPU has its own loops_per_jiffy value, __loop_const_udelay time period is not right if two cpus are running in different frequency.

2013-03-14 Thread chpoph
in __loop_const_udelay function, the delayed time period is calculated according to loops_per_jiffy. In SMP, every CPU has its own loops_per_jiffy value, __loop_const_udelay time period is not right if two cpus are running in different frequency. the following is file arch/arm/lib/delay-loop.S /

Re: [ 031/100] iwlwifi: always copy first 16 bytes of commands

2013-03-14 Thread Ben Hutchings
On Thu, 2013-03-14 at 06:31 +, Berg, Johannes wrote: > > > > /* and copy the data that needs to be copied */ > > > > cmd_pos = offsetof(struct iwl_device_cmd, payload); > > > > + copy_size = sizeof(out_cmd->hdr); > > > > for (i = 0; i < IWL_MAX_CMD_TFDS; i++) { > >

Re: [ 00/40] 3.4.36-stable review

2013-03-14 Thread Satoru Takeuchi
At Tue, 12 Mar 2013 15:43:21 -0700, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 3.4.36 release. > There are 40 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. >

[PATCH] hw_random: free rng_buffer at module exit

2013-03-14 Thread Satoru Takeuchi
At Thu, 14 Mar 2013 17:11:21 +1030, Rusty Russell wrote: > > Satoru Takeuchi writes: > > Hi Rusty, > > > > At Tue, 12 Mar 2013 15:43:33 -0700, > > Greg Kroah-Hartman wrote: > >> @@ -307,6 +312,14 @@ int hwrng_register(struct hwrng *rng) > >> > >>mutex_lock(&rng_mutex); > >> > >> + /* kma

Re: [PATCH 1/2] drm/radeon/benchmark: make sure bo blit copy exists before using it

2013-03-14 Thread Alex Deucher
On Thu, Mar 14, 2013 at 9:06 AM, Paul Menzel wrote: > Dear Alex, > > > Am Mittwoch, den 13.03.2013, 12:38 -0400 schrieb alexdeuc...@gmail.com: >> From: Alex Deucher >> >> Fixes a segfault on asics without a blit callback. > > so as a result this is not benchmarked for these ASICS, right? Yes. i

  1   2   >