Patch Upstream: drm/radeon: fix a rare case of double kfree

2013-01-30 Thread Gregs git-bot
commit: 1da80cfa8727abf404fcee44d04743febea54069 From: Ilija Hadzic Date: Wed, 23 Jan 2013 13:59:05 -0500 Subject: drm/radeon: fix a rare case of double kfree If one (but not both) allocations of p->chunks[].kpage[] in radeon_cs_parser_init fail, the error path will free the successfully allocate

Patch Upstream: radeon_display: Use pointer return error codes

2013-01-30 Thread Gregs git-bot
commit: b2f4b03f8a378cd626d2ea67d19e7470c050a098 From: xueminsu Date: Tue, 22 Jan 2013 22:16:53 +0800 Subject: radeon_display: Use pointer return error codes drm_mode_addfb() expects fb_create return error code instead of NULL. Signed-off-by: xueminsu Signed-off-by: Alex Deucher Cc: stable@vge

Patch Upstream: iommu/intel: disable DMAR for g4x integrated gfx

2013-01-30 Thread Gregs git-bot
commit: 9452618e7462181ed9755236803b6719298a13ce From: Daniel Vetter Date: Sun, 20 Jan 2013 23:50:13 +0100 Subject: iommu/intel: disable DMAR for g4x integrated gfx DMAR support on g4x/gm45 integrated gpus seems to be totally busted. So don't bother, but instead disable it by default to allow dis

Patch Upstream: drm/i915: GFX_MODE Flush TLB Invalidate Mode must be '1' for scanline waits

2013-01-30 Thread Gregs git-bot
commit: f05bb0c7b624252a5e768287e340e8e45df96e42 From: Chris Wilson Date: Sun, 20 Jan 2013 16:33:32 + Subject: drm/i915: GFX_MODE Flush TLB Invalidate Mode must be '1' for scanline waits On SNB, if bit 13 of GFX_MODE, Flush TLB Invalidate Mode, is not set to 1, the hardware can not program t

Patch Upstream: xfs: Fix possible use-after-free with AIO

2013-01-30 Thread Gregs git-bot
commit: 4b05d09c18d9aa62d2e7fb4b057f54e5a38963f5 From: Jan Kara Date: Wed, 23 Jan 2013 13:56:18 +0100 Subject: xfs: Fix possible use-after-free with AIO Running AIO is pinning inode in memory using file reference. Once AIO is completed using aio_complete(), file reference is put and inode can be

Patch Upstream: drm/radeon: fix cursor corruption on DCE6 and newer

2013-01-30 Thread Gregs git-bot
commit: e521a29014794d139cca46396d1af8faf1295a26 From: Jerome Glisse Date: Mon, 21 Jan 2013 15:50:03 -0500 Subject: drm/radeon: fix cursor corruption on DCE6 and newer Aruba and newer gpu does not need the avivo cursor work around, quite the opposite this work around lead to corruption. agd5f: c

Patch Upstream: drm/i915: Disable AsyncFlip performance optimisations

2013-01-30 Thread Gregs git-bot
commit: 1c8c38c588ea91f8deeae21284840459d1bb58e3 From: Chris Wilson Date: Sun, 20 Jan 2013 16:11:20 + Subject: drm/i915: Disable AsyncFlip performance optimisations This is a required workarounds for all products, especially on gen6+ where it causes the command streamer to fail to parse instr

Patch Upstream: s390/thp: implement pmdp_set_wrprotect()

2013-01-30 Thread Gregs git-bot
commit: be3286507dab888d4aad9f91fd6ff5202b24cd5b From: Gerald Schaefer Date: Mon, 21 Jan 2013 16:48:07 +0100 Subject: s390/thp: implement pmdp_set_wrprotect() On s390, an architecture-specific implementation of the function pmdp_set_wrprotect() is missing and the generic version is currently bein

Patch Upstream: drm/i915: dump UTS_RELEASE into the error_state

2013-01-30 Thread Gregs git-bot
commit: 4518f611ba21ba165ea3714055938a8984a44ff9 From: Daniel Vetter Date: Wed, 23 Jan 2013 16:16:35 +0100 Subject: drm/i915: dump UTS_RELEASE into the error_state Useful for statistics or on overflowing bug reports to keep things all lined up. Reviewed-by: Chris Wilson Cc: stable@vger.kernel.o

Re: [RESEND PATCH v5 1/4] zram: Fix deadlock bug in partial write

2013-01-30 Thread Greg Kroah-Hartman
On Mon, Jan 28, 2013 at 09:38:23AM +0900, Minchan Kim wrote: > Now zram allocates new page with GFP_KERNEL in zram I/O path > if IO is partial. Unfortunately, It may cuase deadlock with > reclaim path so this patch solves the problem. > > Cc: stable@vger.kernel.org > Cc: Jerome Marchand > Acked-b

patch "USB: qcserial: add Telit Gobi QDL device" added to usb tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: qcserial: add Telit Gobi QDL device to my usb git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git in the usb-linus branch. The patch will show up in the next release of the

patch "USB: option: add support for Telit LE920" added to usb tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: option: add support for Telit LE920 to my usb git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git in the usb-linus branch. The patch will show up in the next release of the

Patch "can: c_can: fix invalid error codes" has been added to the 3.0-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled can: c_can: fix invalid error codes 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: can-c_can-fix-invali

Patch "can: pch_can: fix invalid error codes" has been added to the 3.0-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled can: pch_can: fix invalid error codes 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: can-pch_can-fix-in

Patch "can: ti_hecc: fix invalid error codes" has been added to the 3.0-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled can: ti_hecc: fix invalid error codes 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: can-ti_hecc-fix-in

Patch "can: c_can: fix invalid error codes" has been added to the 3.4-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled can: c_can: fix invalid error codes 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: can-c_can-fix-invali

Patch "can: pch_can: fix invalid error codes" has been added to the 3.4-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled can: pch_can: fix invalid error codes 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: can-pch_can-fix-in

Patch "can: ti_hecc: fix invalid error codes" has been added to the 3.4-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled can: ti_hecc: fix invalid error codes 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: can-ti_hecc-fix-in

Patch "can: c_can: fix invalid error codes" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled can: c_can: fix invalid error codes to the 3.7-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: can-c_can-fix-invali

Patch "can: pch_can: fix invalid error codes" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled can: pch_can: fix invalid error codes to the 3.7-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: can-pch_can-fix-in

Patch "can: ti_hecc: fix invalid error codes" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled can: ti_hecc: fix invalid error codes to the 3.7-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: can-ti_hecc-fix-in

Patch "fs/cifs/cifs_dfs_ref.c: fix potential memory leakage" has been added to the 3.0-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled fs/cifs/cifs_dfs_ref.c: fix potential memory leakage 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: fs-

Patch "fs/cifs/cifs_dfs_ref.c: fix potential memory leakage" has been added to the 3.4-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled fs/cifs/cifs_dfs_ref.c: fix potential memory leakage 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: fs-

[PATCH] x86-64: replace left over sti/cli in ia32 audit exit code

2013-01-30 Thread Jan Beulich
For some reason they didn't get replaced so far by their paravirt equivalents, resulting in code to be run with interrupts disabled that doesn't expect so (causing, in the observed case, a BUG_ON() to trigger) when syscall auditing is enabled. David (Cc-ed) came up with an identical fix, so likely

Re: [RESEND PATCH v5 1/4] zram: Fix deadlock bug in partial write

2013-01-30 Thread Minchan Kim
Hi Greg, On Tue, Jan 29, 2013 at 11:20:06PM -0500, Greg Kroah-Hartman wrote: > On Mon, Jan 28, 2013 at 09:38:23AM +0900, Minchan Kim wrote: > > Now zram allocates new page with GFP_KERNEL in zram I/O path > > if IO is partial. Unfortunately, It may cuase deadlock with > > reclaim path so this patc

Patch "fs/cifs/cifs_dfs_ref.c: fix potential memory leakage" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled fs/cifs/cifs_dfs_ref.c: fix potential memory leakage to the 3.7-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: fs-

Patch "KVM: PPC: Emulate dcbf" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled KVM: PPC: Emulate dcbf to the 3.7-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: kvm-ppc-emulate-dcbf.patch and it

Patch "powerpc/book3e: Disable interrupt after preempt_schedule_irq" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled powerpc/book3e: Disable interrupt after preempt_schedule_irq to the 3.7-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:

FAILED: patch "[PATCH] mfd: db8500-prcmu: Fix irqdomain usage" failed to apply to 3.7-stable tree

2013-01-30 Thread gregkh
The patch below does not apply to the 3.7-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to . thanks, greg k-h -- original commit in Linus's tree -- >F

FAILED: patch "[PATCH] Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()" failed to apply to 3.7-stable tree

2013-01-30 Thread gregkh
The patch below does not apply to the 3.7-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to . thanks, greg k-h -- original commit in Linus's tree -- >F

Patch "ARM: DMA: Fix struct page iterator in dma_cache_maint() to work with sparsemem" has been added to the 3.0-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ARM: DMA: Fix struct page iterator in dma_cache_maint() to work with sparsemem 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 filenam

Patch "Bluetooth: Fix sending HCI commands after reset" has been added to the 3.0-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled Bluetooth: Fix sending HCI commands after reset 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: bluetoot

Patch "ARM: 7627/1: Predicate preempt logic on PREEMP_COUNT not PREEMPT alone" has been added to the 3.4-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ARM: 7627/1: Predicate preempt logic on PREEMP_COUNT not PREEMPT alone 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 "ARM: at91: rm9200: remake the BGA as default version" has been added to the 3.4-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ARM: at91: rm9200: remake the BGA as default version 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: arm

Patch "ARM: DMA: Fix struct page iterator in dma_cache_maint() to work with sparsemem" has been added to the 3.4-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ARM: DMA: Fix struct page iterator in dma_cache_maint() to work with sparsemem 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 filenam

Patch "Bluetooth: Fix sending HCI commands after reset" has been added to the 3.4-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled Bluetooth: Fix sending HCI commands after reset 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: bluetoot

FAILED: patch "[PATCH] drm/radeon: fix a rare case of double kfree" failed to apply to 3.7-stable tree

2013-01-30 Thread gregkh
The patch below does not apply to the 3.7-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to . thanks, greg k-h -- original commit in Linus's tree -- >F

Patch "ARM: 7627/1: Predicate preempt logic on PREEMP_COUNT not PREEMPT alone" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ARM: 7627/1: Predicate preempt logic on PREEMP_COUNT not PREEMPT alone to the 3.7-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 "ARM: at91: rm9200: remake the BGA as default version" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ARM: at91: rm9200: remake the BGA as default version to the 3.7-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: arm

Patch "ARM: 7628/1: head.S: map one extra section for the ATAG/DTB area" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ARM: 7628/1: head.S: map one extra section for the ATAG/DTB area to the 3.7-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 "ARM: DMA: Fix struct page iterator in dma_cache_maint() to work with sparsemem" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ARM: DMA: Fix struct page iterator in dma_cache_maint() to work with sparsemem to the 3.7-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filenam

Patch "ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ARM: S3C64XX: Fix up IRQ mapping for balblair on Cragganmore to the 3.7-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 "ARM: OMAP2+: omap4-panda: add UART2 muxing for WiLink shared transport" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ARM: OMAP2+: omap4-panda: add UART2 muxing for WiLink shared transport to the 3.7-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 "ARM: virt: boot secondary CPUs through the right entry point" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ARM: virt: boot secondary CPUs through the right entry point to the 3.7-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 "ARM: virt: Avoid bx instruction for compatibility with <=ARMv4" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ARM: virt: Avoid bx instruction for compatibility with <=ARMv4 to the 3.7-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 "ARM: virt: simplify __hyp_stub_install epilog" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ARM: virt: simplify __hyp_stub_install epilog to the 3.7-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: arm-virt-s

Patch "drm/radeon: fix cursor corruption on DCE6 and newer" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/radeon: fix cursor corruption on DCE6 and newer to the 3.7-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: drm-

Patch "Bluetooth: Fix sending HCI commands after reset" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled Bluetooth: Fix sending HCI commands after reset to the 3.7-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: bluetoot

Patch "mfd: tc3589x: Use simple irqdomain" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mfd: tc3589x: Use simple irqdomain to the 3.7-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: mfd-tc3589x-use-simpl

Patch "drm/radeon: fix cursor corruption on DCE6 and newer" has been added to the 3.4-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/radeon: fix cursor corruption on DCE6 and newer 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: drm-

FAILED: patch "[PATCH] iommu/intel: disable DMAR for g4x integrated gfx" failed to apply to 3.7-stable tree

2013-01-30 Thread gregkh
The patch below does not apply to the 3.7-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to . thanks, greg k-h -- original commit in Linus's tree -- >F

Patch "xfs: Fix possible use-after-free with AIO" has been added to the 3.4-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled xfs: Fix possible use-after-free with AIO 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: xfs-fix-possib

Patch "radeon_display: Use pointer return error codes" has been added to the 3.4-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled radeon_display: Use pointer return error codes 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: radeon_di

Patch "IOMMU, AMD Family15h Model10-1Fh erratum 746 Workaround" has been added to the 3.4-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled IOMMU, AMD Family15h Model10-1Fh erratum 746 Workaround 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 "IOMMU, AMD Family15h Model10-1Fh erratum 746 Workaround" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled IOMMU, AMD Family15h Model10-1Fh erratum 746 Workaround to the 3.7-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 "xfs: Fix possible use-after-free with AIO" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled xfs: Fix possible use-after-free with AIO to the 3.7-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: xfs-fix-possib

Patch "radeon_display: Use pointer return error codes" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled radeon_display: Use pointer return error codes to the 3.7-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: radeon_di

Re: [PATCH v3.6.y] brcmsmac: handle packet drop on enqueuing correctly

2013-01-30 Thread Greg KH
On Fri, Jan 25, 2013 at 04:08:13PM +0100, Arend van Spriel wrote: > From: Piotr Haber > > In the event that tx packet can not be queued by the driver > the packet is dropped. Propagate that information to the .tx() > callback to make sure the freed packet is not accessed after > that. > > This h

Re: [PATCH] brcmsmac: handle packet drop on enqueuing correctly

2013-01-30 Thread Greg KH
On Fri, Jan 25, 2013 at 04:07:18PM +0100, Arend van Spriel wrote: > On 01/25/2013 03:57 PM, Arend van Spriel wrote: > > From: Piotr Haber > > > > In the event that tx packet can not be queued by the driver > > the packet is dropped. Propagate that information to the .tx() > > callback to make sur

[PATCH] ARM i.MX25: clk: parent per5_clk to AHB clock

2013-01-30 Thread Steffen Trumtrar
The mxc-timer on the imx25 needs to be derived from the AHB clock. If a bootloader reparents this clock to the ipg_clk_highfreq, which according to the datasheet is a valid operation, the system can/will produce lockups/ freezes after some time [1]. This can be forced with code like while(

Patch "brcmsmac: increase timer reference count for new timers only" has been added to the 3.4-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled brcmsmac: increase timer reference count for new timers only 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 "iwlegacy: fix IBSS cleanup" has been added to the 3.4-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled iwlegacy: fix IBSS cleanup 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: iwlegacy-fix-ibss-cleanup.pat

Patch "mwifiex: fix typo in PCIe adapter NULL check" has been added to the 3.4-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mwifiex: fix typo in PCIe adapter NULL check 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: mwifiex-fix

Patch "brcmsmac: handle packet drop during transmit correctly" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled brcmsmac: handle packet drop during transmit correctly to the 3.7-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: b

Patch "brcmsmac: increase timer reference count for new timers only" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled brcmsmac: increase timer reference count for new timers only to the 3.7-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 "drm/i915: Disable AsyncFlip performance optimisations" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/i915: Disable AsyncFlip performance optimisations to the 3.7-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: dr

Patch "drm/i915: GFX_MODE Flush TLB Invalidate Mode must be '1' for scanline waits" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/i915: GFX_MODE Flush TLB Invalidate Mode must be '1' for scanline waits to the 3.7-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

Patch "drm/i915: dump UTS_RELEASE into the error_state" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled drm/i915: dump UTS_RELEASE into the error_state to the 3.7-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: drm-i915

Patch "iwlegacy: fix IBSS cleanup" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled iwlegacy: fix IBSS cleanup to the 3.7-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: iwlegacy-fix-ibss-cleanup.pat

Patch "mwifiex: fix typo in PCIe adapter NULL check" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mwifiex: fix typo in PCIe adapter NULL check to the 3.7-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: mwifiex-fix

Patch "mwifiex: update config_bands during infra association" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mwifiex: update config_bands during infra association to the 3.7-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: mw

Patch "s390/thp: implement pmdp_set_wrprotect()" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled s390/thp: implement pmdp_set_wrprotect() to the 3.7-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: s390-thp-implem

Re: [PATCH] DM-RAID: Fix RAID10's check for sufficient redundancy

2013-01-30 Thread Greg KH
On Tue, Jan 29, 2013 at 09:22:44AM +1100, NeilBrown wrote: > > From: Jonathan Brassow > Subject: [PATCH] DM-RAID: Fix RAID10's check for sufficient redundancy > > commit 55ebbb59c1c6eb1b040f62b8c4ae0b724de6e55a upstream. > > Before attempting to activate a RAID array, it is checked for sufficie

FAILED: patch "[PATCH] mac80211: synchronize scan off/on-channel and PS states" failed to apply to 3.4-stable tree

2013-01-30 Thread gregkh
The patch below does not apply to the 3.4-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to . thanks, greg k-h -- original commit in Linus's tree -- >F

FAILED: patch "[PATCH] mac80211: synchronize scan off/on-channel and PS states" failed to apply to 3.0-stable tree

2013-01-30 Thread gregkh
The patch below does not apply to the 3.0-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to . thanks, greg k-h -- original commit in Linus's tree -- >F

Re: [PATCH] ARM i.MX25: clk: parent per5_clk to AHB clock

2013-01-30 Thread Uwe Kleine-König
On Wed, Jan 30, 2013 at 10:33:55AM +0100, Steffen Trumtrar wrote: > The mxc-timer on the imx25 needs to be derived from the AHB clock. > If a bootloader reparents this clock to the ipg_clk_highfreq, which according > to the datasheet is a valid operation, the system can/will produce lockups/ > free

Patch "ath9k_htc: Fix memory leak" has been added to the 3.0-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k_htc: Fix memory leak 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: ath9k_htc-fix-memory-leak.pat

Patch "ath9k_htc: Fix memory leak" has been added to the 3.4-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k_htc: Fix memory leak 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: ath9k_htc-fix-memory-leak.pat

Patch "mac80211: fix FT roaming" has been added to the 3.4-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mac80211: fix FT roaming 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: mac80211-fix-ft-roaming.patch a

Patch "ath9k_htc: Fix memory leak" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k_htc: Fix memory leak to the 3.7-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: ath9k_htc-fix-memory-leak.pat

Patch "DM-RAID: Fix RAID10's check for sufficient redundancy" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled DM-RAID: Fix RAID10's check for sufficient redundancy to the 3.7-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: dm

Patch "mac80211: fix FT roaming" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mac80211: fix FT roaming to the 3.7-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: mac80211-fix-ft-roaming.patch a

Patch "mac80211: synchronize scan off/on-channel and PS states" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled mac80211: synchronize scan off/on-channel and PS states to the 3.7-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 "ath9k: do not link receive buffers during flush" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k: do not link receive buffers during flush to the 3.7-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: ath9k-do

Patch "ath9k: fix double-free bug on beacon generate failure" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k: fix double-free bug on beacon generate failure to the 3.7-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: at

Patch "ath9k: fix double-free bug on beacon generate failure" has been added to the 3.0-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k: fix double-free bug on beacon generate failure 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: at

Patch "ath9k: do not link receive buffers during flush" has been added to the 3.4-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k: do not link receive buffers during flush 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: ath9k-do

Patch "ath9k: fix double-free bug on beacon generate failure" has been added to the 3.4-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k: fix double-free bug on beacon generate failure 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: at

Patch "ath9k: add a better fix for the rx tasklet vs rx flush race" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k: add a better fix for the rx tasklet vs rx flush race to the 3.7-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 "ath9k: disable the tasklet before taking the PCU lock" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k: disable the tasklet before taking the PCU lock to the 3.7-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: at

Patch "ath9k: fix rx flush handling" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k: fix rx flush handling to the 3.7-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: ath9k-fix-rx-flush-handling

Patch "ath9k: remove sc->rx.rxbuflock to fix a deadlock" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k: remove sc->rx.rxbuflock to fix a deadlock to the 3.7-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: ath9k-r

Patch "ath9k: remove the WARN_ON that triggers if generating a beacon fails" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k: remove the WARN_ON that triggers if generating a beacon fails to the 3.7-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 pa

FAILED: patch "[PATCH] ath9k_hw: fix calibration issues on chainmask that don't" failed to apply to 3.7-stable tree

2013-01-30 Thread gregkh
The patch below does not apply to the 3.7-stable tree. If someone wants it applied there, or to any other stable or longterm tree, then please email the backport, including the original git commit id to . thanks, greg k-h -- original commit in Linus's tree -- >F

Patch "ath9k: allow setting arbitrary antenna masks on AR9003+" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k: allow setting arbitrary antenna masks on AR9003+ to the 3.7-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 "ath9k_hw: fix chain swap setting when setting rx chainmask to 5" has been added to the 3.7-stable tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled ath9k_hw: fix chain swap setting when setting rx chainmask to 5 to the 3.7-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 i

patch "staging: comedi: disallow COMEDI_DEVCONFIG on non-board minors" added to staging tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled staging: comedi: disallow COMEDI_DEVCONFIG on non-board minors to my staging git tree which can be found at git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git in the staging-next branch. The patch will sh

patch "tty: Prevent deadlock in n_gsm driver" added to tty tree

2013-01-30 Thread gregkh
This is a note to let you know that I've just added the patch titled tty: Prevent deadlock in n_gsm driver 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 linu

[PATCH] Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()

2013-01-30 Thread Anderson Lizardo
Backported from upstream commit 0a9ab9bdb3e891762553f667066190c1d22ad62b. Should apply to all 3.x stable kernels. The length parameter should be sizeof(req->name) - 1 because there is no guarantee that string provided by userspace will contain the trailing '\0'. Can be easily reproduced by manual

Patch Upstream: EDAC: Fix kcalloc argument order

2013-01-30 Thread Gregs git-bot
commit: d3d09e18203dba16a9dbdb2b4cc673d90748cdd1 From: Joe Perches Date: Sat, 26 Jan 2013 11:24:00 -0800 Subject: EDAC: Fix kcalloc argument order First number, then size. Signed-off-by: Joe Perches Cc: Signed-off-by: Borislav Petkov --- drivers/edac/edac_mc.c |6 +++--- 1 file changed,

  1   2   >