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

2013-02-05 Thread Sascha Hauer
On Wed, Jan 30, 2013 at 02:16:00PM +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/ freezes

Re: [PATCH] quota: Add QFMT_VFS_V1 - quota_v2 entry to INIT_QUOTA_MODULE_NAMES

2013-02-05 Thread Jan Kara
On Mon 04-02-13 20:04:40, Jeff Mahoney wrote: Commit 498c6015 (quota: Implement quota format with 64-bit space and inode limits) added the vfsv1 quota format but didn't add it to INIT_QUOTA_MODULE_NAMES. File systems using QFMT_VFS_V1 format quotas with CONFIG_QFMT_V1=m, will fail to enable

[PATCH] rtc: pl031: restore ST variant functionality

2013-02-05 Thread Linus Walleij
From: Linus Walleij linus.wall...@linaro.org The patch titled: drivers/rtc/rtc-pl031.c: fix the missing operation on enable accidentally broke the ST variants of PL031. The bit that is being poked as clockwatch enable bit for the ST variants does the work of bit 0 on this variant. Bit 0 is used

Re: [PATCH] rtc: pl031: restore ST variant functionality

2013-02-05 Thread Haojian Zhuang
On 5 February 2013 20:50, Linus Walleij linus.wall...@stericsson.com wrote: From: Linus Walleij linus.wall...@linaro.org The patch titled: drivers/rtc/rtc-pl031.c: fix the missing operation on enable accidentally broke the ST variants of PL031. The bit that is being poked as clockwatch

Re: IO_PAGE_FAULTs on unity mapped regions during amd_iommu_init() in Linux 3.4

2013-02-05 Thread Joerg Roedel
Hi Shuah, On Fri, Feb 01, 2013 at 11:31:59AM -0700, Shuah Khan wrote: Yes, 3.7 has the same window of opportunity for this race condition, however I couldn't figure out why it doesn't happen on 3.7. On 3.7 the window between amd_iommu_init_hardware() and amd_iommu_init_dma_ops() might

[PATCH 1/5] atmel_lcdfb: fix 16-bpp modes on older SOCs

2013-02-05 Thread Johan Hovold
Fix regression introduced by commit 787f9fd23283 (atmel_lcdfb: support 16bit BGR:565 mode, remove unsupported 15bit modes) which broke 16-bpp modes for older SOCs which use IBGR:555 (msb is intensity) rather than BGR:565. Use SOC-type to determine the pixel layout. Tested on at91sam9263 and

[PATCH 2/5] ARM: at91/neocore926: fix LCD-wiring mode

2013-02-05 Thread Johan Hovold
Fix regression introduced by commit 787f9fd23283 (atmel_lcdfb: support 16bit BGR:565 mode, remove unsupported 15bit modes) which broke 16-bpp modes for older SOCs which use IBGR:555 (msb is intensity) rather than BGR:565. The above commit also removed the RGB:555-wiring hack without fixing the

Re: IO_PAGE_FAULTs on unity mapped regions during amd_iommu_init() in Linux 3.4

2013-02-05 Thread Shuah Khan
On Tue, Feb 5, 2013 at 6:31 AM, Joerg Roedel j...@8bytes.org wrote: Hi Shuah, On Fri, Feb 01, 2013 at 11:31:59AM -0700, Shuah Khan wrote: Yes, 3.7 has the same window of opportunity for this race condition, however I couldn't figure out why it doesn't happen on 3.7. On 3.7 the window between

Re: [ 105/128] efi: Make efi_enabled a function to query EFI facilities

2013-02-05 Thread Peter Jones
On Tue, Feb 05, 2013 at 03:46:04AM +, Ben Hutchings wrote: On Mon, 2013-02-04 at 16:44 +, Matt Fleming wrote: On Sun, 2013-02-03 at 16:15 +0100, Ben Hutchings wrote: As you can see this needed quite a lot of work to backport, and I haven't been able to test it yet. So I would

Patch Upstream: nilfs2: fix fix very long mount time issue

2013-02-05 Thread Gregs git-bot
commit: a9bae189542e71f91e61a4428adf6e5a7dfe8063 From: Vyacheslav Dubeyko sl...@dubeyko.com Date: Mon, 4 Feb 2013 14:28:41 -0800 Subject: nilfs2: fix fix very long mount time issue There exists a situation when GC can work in background alone without any other filesystem activity during

Patch Upstream: mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration_pte

2013-02-05 Thread Gregs git-bot
commit: be7517d6ab9722f0abad6ba5ffd39cfced95549c From: Tony Lu z...@tilera.com Date: Mon, 4 Feb 2013 14:28:46 -0800 Subject: mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration_pte When setting a huge PTE, besides calling pte_mkhuge(), we also need to call

Patch Upstream: drivers/rtc/rtc-pl031.c: fix the missing operation on enable

2013-02-05 Thread Gregs git-bot
commit: e7e034e18a0ab6bafb2425c3242cac311164f4d6 From: Haojian Zhuang haojian.zhu...@linaro.org Date: Mon, 4 Feb 2013 14:28:54 -0800 Subject: drivers/rtc/rtc-pl031.c: fix the missing operation on enable The RTC control register should be enabled in the process of initializing. Without this

Patch Upstream: drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handler

2013-02-05 Thread Gregs git-bot
commit: 72fca4a4b32dc778b5b885c3498700e42b610d49 From: Jan Luebbe j...@pengutronix.de Date: Mon, 4 Feb 2013 14:28:53 -0800 Subject: drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handler Previously the alarm event was not propagated into the RTC subsystem. By adding a call

Re: [PATCH 2/3 v2] fb: udlfb: fix hang at disconnect

2013-02-05 Thread Greg KH
On Tue, Feb 05, 2013 at 08:08:28AM +0100, Alexander Holler wrote: Am 04.02.2013 20:25, schrieb Greg KH: On Mon, Feb 04, 2013 at 08:17:04PM +0100, Alexander Holler wrote: Am 04.02.2013 13:05, schrieb Alexander Holler: Am 04.02.2013 02:14, schrieb Greg KH: So you are right in that your

Re: [PATCH] target: Add link_magic for fabric allow_link destination target_items

2013-02-05 Thread Greg KH
On Mon, Feb 04, 2013 at 04:49:24PM -0800, Andy Grover wrote: On 12/04/2012 11:50 PM, Nicholas A. Bellinger wrote: From: Nicholas Bellinger n...@linux-iscsi.org This patch adds [dev,lun]_link_magic value assignment + checks within generic target_fabric_port_link() and

Patch drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handler has been added to the 3.0-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handler 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

Patch nilfs2: fix fix very long mount time issue has been added to the 3.0-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled nilfs2: fix fix very long mount time issue 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 drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handler has been added to the 3.4-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handler 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

Patch nilfs2: fix fix very long mount time issue has been added to the 3.4-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled nilfs2: fix fix very long mount time issue 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 drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handler has been added to the 3.7-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handler 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

Patch drivers/rtc/rtc-pl031.c: fix the missing operation on enable has been added to the 3.7-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled drivers/rtc/rtc-pl031.c: fix the missing operation on enable 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 mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration_pte has been added to the 3.7-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration_pte 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

Patch nilfs2: fix fix very long mount time issue has been added to the 3.7-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled nilfs2: fix fix very long mount time issue 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:

Re: [PATCH 2/3 v2] fb: udlfb: fix hang at disconnect

2013-02-05 Thread Alexander Holler
Am 05.02.2013 18:22, schrieb Greg KH: On Tue, Feb 05, 2013 at 08:08:28AM +0100, Alexander Holler wrote: Am 04.02.2013 20:25, schrieb Greg KH: Where was that urb when the disconnect happened? The USB core should call your urb callback for any outstanding urbs at that point in time, with the

RE: [ 014/128] mwifiex: wakeup and stop multiple tx queues in net_device

2013-02-05 Thread Bing Zhao
Hi Ben, Right, I've managed to pick up 3 changes to mwifiex that it looks like I shouldn't have included. Firstly: 9c969d8ccb1e mwifiex: check wait_event_interruptible return value This had 3.6+ to the left of stable@vger.kernel.org, whereas I expect version qualifiers to be on the

patch staging: comedi: check s-async for poll(), read() and write() added to staging tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled staging: comedi: check s-async for poll(), read() and write() 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

Re: [PATCH] target: Add link_magic for fabric allow_link destination target_items

2013-02-05 Thread Andy Grover
On 02/05/2013 09:32 AM, Greg KH wrote: On Mon, Feb 04, 2013 at 04:49:24PM -0800, Andy Grover wrote: On 12/04/2012 11:50 PM, Nicholas A. Bellinger wrote: From: Nicholas Bellinger n...@linux-iscsi.org This patch adds [dev,lun]_link_magic value assignment + checks within generic

[merged] nilfs2-fix-fix-very-long-mount-time-issue.patch removed from -mm tree

2013-02-05 Thread akpm
The patch titled Subject: nilfs2: fix fix very long mount time issue has been removed from the -mm tree. Its filename was nilfs2-fix-fix-very-long-mount-time-issue.patch This patch was dropped because it was merged into mainline or a subsystem tree

[merged] mm-hugetlb-set-pte-as-huge-in-hugetlb_change_protection-and-remove_migration_pte.patch removed from -mm tree

2013-02-05 Thread akpm
The patch titled Subject: mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration_pte has been removed from the -mm tree. Its filename was mm-hugetlb-set-pte-as-huge-in-hugetlb_change_protection-and-remove_migration_pte.patch This patch was dropped because it

[merged] drivers-rtc-rtc-isl1208c-call-rtc_update_irq-from-the-alarm-irq-handler.patch removed from -mm tree

2013-02-05 Thread akpm
The patch titled Subject: drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handler has been removed from the -mm tree. Its filename was drivers-rtc-rtc-isl1208c-call-rtc_update_irq-from-the-alarm-irq-handler.patch This patch was dropped because it was merged into

[merged] drivers-rtc-rtc-pl031c-fix-the-missing-operation-on-enable.patch removed from -mm tree

2013-02-05 Thread akpm
The patch titled Subject: drivers/rtc/rtc-pl031.c: fix the missing operation on enable has been removed from the -mm tree. Its filename was drivers-rtc-rtc-pl031c-fix-the-missing-operation-on-enable.patch This patch was dropped because it was merged into mainline or a subsystem tree

[to-be-updated] mm-prevent-addition-of-pages-to-swap-if-may_writepage-is-unset.patch removed from -mm tree

2013-02-05 Thread akpm
The patch titled Subject: mm: prevent addition of pages to swap if may_writepage is unset has been removed from the -mm tree. Its filename was mm-prevent-addition-of-pages-to-swap-if-may_writepage-is-unset.patch This patch was dropped because an updated version will be merged

Patch Upstream: USB: ftdi_sio: add Zolix FTDI PID

2013-02-05 Thread Gregs git-bot
commit: 0ba3b2ccc72b3df5c305d61f59d93ab0f0e87991 From: =?UTF-8?q?Petr=20Kub=C3=A1nek?= p...@kubanek.net Date: Fri, 1 Feb 2013 17:24:04 +0100 Subject: USB: ftdi_sio: add Zolix FTDI PID MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add support for Zolix

Patch Upstream: USB: storage: Define a new macro for USB storage match rules

2013-02-05 Thread Gregs git-bot
commit: 07c7be3d87e5cdaf5f94c271c516456364ef286c From: fangxiaozhi huana...@huawei.com Date: Mon, 4 Feb 2013 15:14:46 +0800 Subject: USB: storage: Define a new macro for USB storage match rules 1. Define a new macro for USB storage match rules: matching with Vendor ID and interface

Patch Upstream: USB: storage: optimize to match the Huawei USB storage devices and support new switch command

2013-02-05 Thread Gregs git-bot
commit: 200e0d994d9d1919b28c87f1a5fb99a8e13b8a0f From: fangxiaozhi huana...@huawei.com Date: Mon, 4 Feb 2013 15:16:34 +0800 Subject: USB: storage: optimize to match the Huawei USB storage devices and support new switch command 1. Optimize the match rules with new macro for Huawei USB storage

Patch Upstream: USB: ftdi_sio: add PID/VID entries for ELV WS 300 PC II

2013-02-05 Thread Gregs git-bot
commit: c249f911406efcc7456cb4af79396726bf7b8c57 From: Sven Killig s...@killig.de Date: Fri, 1 Feb 2013 23:43:06 +0100 Subject: USB: ftdi_sio: add PID/VID entries for ELV WS 300 PC II Add PID/VID entries for ELV WS 300 PC II weather station Signed-off-by: Sven Killig s...@killig.de Cc: stable

Patch Upstream: USB: option: add Changhong CH690

2013-02-05 Thread Gregs git-bot
commit: d4fa681541aa7bf8570d03426dd7ba663a71c467 From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= bj...@mork.no Date: Fri, 1 Feb 2013 12:06:51 +0100 Subject: USB: option: add Changhong CH690 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New device with 3 serial

Patch Upstream: USB: EHCI: fix bug in scheduling periodic split transfers

2013-02-05 Thread Gregs git-bot
commit: 3e619d04159be54b3daa0b7036b0ce9e067f4b5d From: Alan Stern st...@rowland.harvard.edu Date: Wed, 30 Jan 2013 16:36:40 -0500 Subject: USB: EHCI: fix bug in scheduling periodic split transfers This patch (as1654) fixes a very old bug in ehci-hcd, connected with scheduling of periodic split

Patch Upstream: USB: EHCI: fix for leaking isochronous data

2013-02-05 Thread Gregs git-bot
commit: b09a61cc0bc2a7151f4ab652489e85253d5d0175 From: Alan Stern st...@rowland.harvard.edu Date: Wed, 30 Jan 2013 16:35:02 -0500 Subject: USB: EHCI: fix for leaking isochronous data This patch (as1653) fixes a bug in ehci-hcd. Unlike iTD entries, an siTD entry in the periodic schedule may not

Patch Upstream: USB: qcserial: add Telit Gobi QDL device

2013-02-05 Thread Gregs git-bot
commit: 78796ae17eacedcdcaaeb03ba73d2e532a4c8f83 From: Daniele Palmas dnl...@gmail.com Date: Mon, 28 Jan 2013 16:48:54 +0100 Subject: USB: qcserial: add Telit Gobi QDL device Add VID and PID for Telit Gobi QDL device Signed-off-by: Daniele Palmas dnl...@gmail.com Cc: stable

Patch Upstream: USB: option: add support for Telit LE920

2013-02-05 Thread Gregs git-bot
commit: 03eb466f276ceef9dcf023dc5474db02af68aad9 From: Daniele Palmas dnl...@gmail.com Date: Mon, 28 Jan 2013 16:47:10 +0100 Subject: USB: option: add support for Telit LE920 Add PID and special handling for Telit LE920 Signed-off-by: Daniele Palmas dnl...@gmail.com Cc: stable

Patch Upstream: USB: EHCI: fix timer bug affecting port resume

2013-02-05 Thread Gregs git-bot
commit: ee74290b7853db9d5fd64db70e5c175241c59fba From: Alan Stern st...@rowland.harvard.edu Date: Fri, 25 Jan 2013 17:17:43 -0500 Subject: USB: EHCI: fix timer bug affecting port resume This patch (as1652) fixes a long-standing bug in ehci-hcd. The driver relies on status polls to know when to

Patch Upstream: USB: EHCI: remove ASS/PSS polling timeout

2013-02-05 Thread Gregs git-bot
commit: 55bcdce8a8228223ec4d17d8ded8134ed265d2c5 From: Alan Stern st...@rowland.harvard.edu Date: Fri, 25 Jan 2013 16:52:45 -0500 Subject: USB: EHCI: remove ASS/PSS polling timeout This patch (as1647) attempts to work around a problem that seems to affect some nVidia EHCI controllers. They

Patch Upstream: USB: XHCI: fix memory leak of URB-private data

2013-02-05 Thread Gregs git-bot
commit: 48c3375c5f69b1c2ef3d1051a0009cb9bce0ce24 From: Alan Stern st...@rowland.harvard.edu Date: Thu, 17 Jan 2013 10:32:16 -0500 Subject: USB: XHCI: fix memory leak of URB-private data This patch (as1640) fixes a memory leak in xhci-hcd. The urb_priv data structure isn't always deallocated in

Patch Upstream: drivers: xhci: fix incorrect bit test

2013-02-05 Thread Gregs git-bot
commit: ba7b5c22d33136a5612ca5ef8d31564dcc501126 From: Nickolai Zeldovich nicko...@csail.mit.edu Date: Mon, 7 Jan 2013 22:39:31 -0500 Subject: drivers: xhci: fix incorrect bit test Fix incorrect bit test that originally showed up in 4ee823b83bc9851743fab756c76b27d6a1e2472b USB/xHCI: Support

Patch Upstream: xhci: Fix TD size for isochronous URBs.

2013-02-05 Thread Gregs git-bot
commit: f18f8ed2a9adc41c2d9294b85b6af115829d2af1 From: Sarah Sharp sarah.a.sh...@linux.intel.com Date: Fri, 11 Jan 2013 13:36:35 -0800 Subject: xhci: Fix TD size for isochronous URBs. To calculate the TD size for a particular TRB in an isoc TD, we need know the endpoint's max packet size.

Patch Upstream: xhci: Fix isoc TD encoding.

2013-02-05 Thread Gregs git-bot
commit: 760973d2a74b93eb1697981f7448f0e62767cfc4 From: Sarah Sharp sarah.a.sh...@linux.intel.com Date: Fri, 11 Jan 2013 11:19:07 -0800 Subject: xhci: Fix isoc TD encoding. An isochronous TD is comprised of one isochronous TRB chained to zero or more normal TRBs. Only the isoc TRB has the TBC and

Patch Upstream: usb: Prevent dead ports when xhci is not enabled

2013-02-05 Thread Gregs git-bot
commit: 58b2939b4d5a030eaec469d29812ab8477ee7e76 From: David Moore david.mo...@gmail.com Date: Wed, 23 Jan 2013 22:19:49 -0800 Subject: usb: Prevent dead ports when xhci is not enabled When the xHCI driver is not available, actively switch the ports to EHCI mode since some BIOSes leave them in

Patch Upstream: usb: Using correct way to clear usb3.0 device's remote wakeup feature.

2013-02-05 Thread Gregs git-bot
commit: 54a3ac0c9e5b7213daa358ce74d154352657353a From: Lan Tianyu tianyu@intel.com Date: Thu, 24 Jan 2013 10:31:28 +0800 Subject: usb: Using correct way to clear usb3.0 device's remote wakeup feature. Usb3.0 device defines function remote wakeup which is only for interface recipient rather

Patch Upstream: USB: EHCI: unlink one async QH at a time

2013-02-05 Thread Gregs git-bot
commit: 6e0c3339a6f19d748f16091d0a05adeb1e1f822b From: Alan Stern st...@rowland.harvard.edu Date: Fri, 25 Jan 2013 16:54:22 -0500 Subject: USB: EHCI: unlink one async QH at a time This patch (as1648) fixes a regression affecting nVidia EHCI controllers. Evidently they don't like to have more

+ drivers-rtc-rtc-pl031c-restore-st-variant-functionality.patch added to -mm tree

2013-02-05 Thread akpm
The patch titled Subject: drivers/rtc/rtc-pl031.c: restore ST variant functionality has been added to the -mm tree. Its filename is drivers-rtc-rtc-pl031c-restore-st-variant-functionality.patch Before you just go and hit reply, please: a) Consider who else should be cc'ed b)

Patch USB: ftdi_sio: add PID/VID entries for ELV WS 300 PC II has been added to the 3.0-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: ftdi_sio: add PID/VID entries for ELV WS 300 PC II 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 USB: ftdi_sio: add Zolix FTDI PID has been added to the 3.0-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: ftdi_sio: add Zolix FTDI PID 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 USB: option: add support for Telit LE920 has been added to the 3.0-stable tree

2013-02-05 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 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 USB: option: add Changhong CH690 has been added to the 3.0-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: option: add Changhong CH690 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 USB: qcserial: add Telit Gobi QDL device has been added to the 3.0-stable tree

2013-02-05 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 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 USB: ftdi_sio: add Zolix FTDI PID has been added to the 3.4-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: ftdi_sio: add Zolix FTDI PID 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: ftdi_sio: add PID/VID entries for ELV WS 300 PC II has been added to the 3.4-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: ftdi_sio: add PID/VID entries for ELV WS 300 PC II 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: option: add Changhong CH690 has been added to the 3.4-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: option: add Changhong CH690 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:

[ 3.5.y.z extended stable ] Linux 3.5.7.5 stable review

2013-02-05 Thread Herton Ronaldo Krzesinski
I am announcing the review cycle for the 3.5.7.5 stable release. This new release contains 93 patches, which are posted as a response to this message. They are also available at the following repository: git://kernel.ubuntu.com/ubuntu/linux.git linux-3.5.y-review If there are any problems, or if

[PATCH 04/93] PCI/AER: pci_get_domain_bus_and_slot() call missing required pci_dev_put()

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Betty Dall betty.d...@hp.com commit a82b6af37d20bfe6e99a4d890f1cf1d89059929f upstream. The function aer_recover_queue() calls pci_get_domain_bus_and_slot(), which requires that the caller

Patch USB: ftdi_sio: add PID/VID entries for ELV WS 300 PC II has been added to the 3.7-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: ftdi_sio: add PID/VID entries for ELV WS 300 PC II 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 05/93] PCI: Allow pcie_aspm=force even when FADT indicates it is unsupported

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Colin Ian King colin.k...@canonical.com commit 9e16721498b0c3d3ebfa0b503c63d35c0a4c0642 upstream. Right now using pcie_aspm=force will not enable ASPM if the FADT indicates ASPM is

Patch USB: ftdi_sio: add Zolix FTDI PID has been added to the 3.7-stable tree

2013-02-05 Thread gregkh
This is a note to let you know that I've just added the patch titled USB: ftdi_sio: add Zolix FTDI PID 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 12/93] staging: vt6656: Fix inconsistent structure packing

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings b...@decadent.org.uk commit 1ee4c55fc9620451b2a825d793042a7e0775391b upstream. vt6656 has several headers that use the #pragma pack(1) directive to enable structure packing,

[PATCH 27/93] USB: UHCI: fix IRQ race during initialization

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern st...@rowland.harvard.edu commit 0f815a0a700bc10547449bde6c106051a035a1b9 upstream. This patch (as1644) fixes a race that occurs during startup in uhci-hcd. If the IRQ line is

[PATCH 28/93] async: fix __lowest_in_progress()

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Tejun Heo t...@kernel.org commit f56c3196f251012de9b3ebaff55732a9074fdaae upstream. Commit 083b804c4d3e (async: use workqueue for worker pool) made it possible that async jobs are moved

[PATCH 29/93] fs/cifs/cifs_dfs_ref.c: fix potential memory leakage

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Cong Ding ding...@gmail.com commit 10b8c7dff5d3633b69e77f57d404dab54ead3787 upstream. When it goes to error through line 144, the memory allocated to *devname is not freed, and the caller

[PATCH 30/93] ARM: at91: rm9200: remake the BGA as default version

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com commit 36224d0fe0f34cdde66a381708853ebadeac799c upstream. Make BGA as the default version as we are supposed to just have to specify

[PATCH 34/93] ath9k: do not link receive buffers during flush

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Felix Fietkau n...@openwrt.org commit a3dc48e82bb146ef11cf75676c8410c1df29b0c4 upstream. On AR9300 the rx FIFO needs to be empty during reset to ensure that no further DMA activity is

[PATCH 35/93] ath9k: add a better fix for the rx tasklet vs rx flush race

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Felix Fietkau n...@openwrt.org commit 7fc00a3054b70b1794c2d64db703eb467ad0365c upstream. Ensure that the rx tasklet is no longer running when entering the reset path. Also remove the

[PATCH 37/93] brcmsmac: increase timer reference count for new timers only

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Piotr Haber pha...@broadcom.com commit a1fe52801a992e590cdaee2fb47a94bac9b5da90 upstream. On hardware reintialization reference count of already existing timers would be increased again.

[PATCH 39/93] ath9k: disable the tasklet before taking the PCU lock

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Felix Fietkau n...@openwrt.org commit 4668cce527acb3bd048c5e6c99b157a14b214671 upstream. Fixes a reported CPU soft lockup where the tasklet tries to acquire the lock and blocks while

[PATCH 40/93] ASoC: wm2200: correct mixer values and text

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Chris Rattray cratt...@opensource.wolfsonmicro.com commit a80cc734282805e15b5e023751a4d02f7ffbcc91 upstream. Signed-off-by: Chris Rattray cratt...@opensource.wolfsonmicro.com

[PATCH 43/93] efi, x86: Pass a proper identity mapping in efi_call_phys_prelog

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Nathan Zimmer nzim...@sgi.com commit b8f2c21db390273c3eaf0e5308faeaeb1e233840 upstream. Update efi_call_phys_prelog to install an identity mapping of all available memory. This corrects a

[PATCH 49/93] drm/i915: GFX_MODE Flush TLB Invalidate Mode must be '1' for scanline waits

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Chris Wilson ch...@chris-wilson.co.uk commit f05bb0c7b624252a5e768287e340e8e45df96e42 upstream. On SNB, if bit 13 of GFX_MODE, Flush TLB Invalidate Mode, is not set to 1, the hardware can

[PATCH 50/93] iommu/intel: disable DMAR for g4x integrated gfx

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Daniel Vetter daniel.vet...@ffwll.ch commit 9452618e7462181ed9755236803b6719298a13ce upstream. DMAR support on g4x/gm45 integrated gpus seems to be totally busted. So don't bother, but

[PATCH 56/93] drm/radeon: fix a rare case of double kfree

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Ilija Hadzic ihad...@research.bell-labs.com commit 1da80cfa8727abf404fcee44d04743febea54069 upstream. If one (but not both) allocations of p-chunks[].kpage[] in radeon_cs_parser_init fail,

[PATCH 59/93] can: c_can: fix invalid error codes

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Olivier Sobrie oliv...@sobrie.be commit 6ea45886865c1abb01bb861f7f6bdd5d0f398cb3 upstream. Errors in CAN protocol (location) are reported in data[3] of the can frame instead of data[2].

[PATCH 62/93] ALSA: usb-audio: fix invalid length check for RME and other UAC 2 devices

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Clemens Ladisch clem...@ladisch.de commit d56268fb108c7c21e19933588ca4d94652585183 upstream. Commit 23caaf19b11e (ALSA: usb-mixer: Add support for Audio Class v2.0) forgot to adjust the

[PATCH 84/93] ahci: Add identifiers for ASM106x devices

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Alan Cox a...@linux.intel.com commit 7b4f6ecacb14f384adc1a5a67ad95eb082c02bd1 upstream. They don't always appear as AHCI class devices but instead as IDE class. Based on an initial patch

[PATCH 85/93] module: fix symbol waiting when module fails before init

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Rusty Russell ru...@rustcorp.com.au commit 6f13909f4fe9652f189b462c6c98767309000321 upstream. We use resolve_symbol_wait(), which blocks if the module containing the symbol is still

[PATCH 87/93] module: add new state MODULE_STATE_UNFORMED.

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Rusty Russell ru...@rustcorp.com.au commit 0d21b0e3477395e7ff2acc269f15df6e6a8d356d upstream. You should never look at such a module, so it's excised from all paths which traverse the

[PATCH 89/93] module: fix missing module_mutex unlock

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Linus Torvalds torva...@linux-foundation.org commit ee61abb3223e28a1a14a8429c0319755d20d3e40 upstream. Commit 1fb9341ac348 (module: put modules in list much earlier) moved some of the

[PATCH 91/93] xfs: fix periodic log flushing

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Dave Chinner dchin...@redhat.com [ Please take this patch for -stable in kernels 3.5-3.7. It doesn't have an equivalent upstream commit because the code was removed before the bug was

[PATCH 92/93] gspca_kinect: add Kinect for Windows USB id

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Jacob Schloss jacob.schl...@unlimitedautomata.com commit 98fd485795db064d0885150e2c0c7f296d8fe06e upstream. Add the USB ID for the Kinect for Windows RGB camera so it can be used with the

[PATCH 93/93] ARM: 7628/1: head.S: map one extra section for the ATAG/DTB area

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Nicolas Pitre nicolas.pi...@linaro.org commit 6f16f4998f98e42e3f2dedf663cfb691ff0324af upstream. We currently use a temporary 1MB section aligned to a 1MB boundary for mapping the provided

[PATCH 90/93] intel_idle: Don't register CPU notifier if we are not running.

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Konrad Rzeszutek Wilk konrad.w...@oracle.com commit 6f8c2e7933679f54b6478945dc72e59ef9a3d5e0 upstream. The 'intel_idle_probe' probes the CPU and sets the CPU notifier. But if later on

[PATCH 88/93] module: put modules in list much earlier.

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Rusty Russell ru...@rustcorp.com.au commit 1fb9341ac34825aa40354e74d9a2c69df7d2c304 upstream. Prarit's excellent bug report: In recent Fedora releases (F17 F18) some users have reported

[PATCH 86/93] module: wait when loading a module which is currently initializing.

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Rusty Russell ru...@rustcorp.com.au commit 9bb9c3be56834653878f766f471fa1c20e562f4c upstream. The original module-init-tools module loader used a fnctl lock on the .ko file to avoid

[PATCH 83/93] drm/i915: Implement WaDisableHiZPlanesWhenMSAAEnabled

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Daniel Vetter daniel.vet...@ffwll.ch commit 4283908ef7f11a72c3b80dd4cf026f1a86429f82 upstream. Quoting from Bspec, 3D_CHICKEN1, bit 10 This bit needs to be set always to 1, Project:

[PATCH 82/93] wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Oleg Nesterov o...@redhat.com commit 9067ac85d533651b98c2ff903182a20cbb361fcb upstream. wake_up_process() should never wakeup a TASK_STOPPED/TRACED task. Change it to use TASK_NORMAL and

[PATCH 70/93] samsung-laptop: Disable on EFI hardware

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Matt Fleming matt.flem...@intel.com commit e0094244e41c4d0c7ad69920681972fc45d8ce34 upstream. It has been reported that running this driver on some Samsung laptops with EFI can cause those

[PATCH 71/93] NFS: Fix error reporting in nfs_xdev_mount

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust trond.mykleb...@netapp.com commit dee972b967ae111ad5705733de17a3bfc4632311 upstream. Currently, nfs_xdev_mount converts all errors from clone_server() to ENOMEM, which can

[PATCH 75/93] drivers/firmware/dmi_scan.c: fetch dmi version from SMBIOS if it exists

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Zhenzhong Duan zhenzhong.d...@oracle.com commit 9f9c9cbb60576a1518d0bf93fb8e499cffccf377 upstream. The right dmi version is in SMBIOS if it's zero in DMI region This issue was originally

[PATCH 77/93] [libata] ahci: Fix lack of command retry after a success error handler.

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Bian Yu bia...@kedacom.com commit 1eaca39a84170b369fe61fb1da3c1e8606859e99 upstream. It should be a mistake introduced by commit 8d899e70c1b3afff. qc-flags can't be set AC_ERR_*

[PATCH 79/93] x86/Sandy Bridge: Sandy Bridge workaround depends on CONFIG_PCI

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: H. Peter Anvin h...@linux.intel.com commit e43b3cec711a61edf047adf6204d542f3a659ef8 upstream. early_pci_allowed() and read_pci_config_16() are only available if CONFIG_PCI is defined.

[PATCH 80/93] ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up()

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Oleg Nesterov o...@redhat.com commit 910ffdb18a6408e14febbb6e4b6840fd2c928c82 upstream. Cleanup and preparation for the next change. signal_wake_up(resume = true) is overused. None of

[PATCH 81/93] ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: Oleg Nesterov o...@redhat.com commit 9899d11f654474d2d54ea52ceaa2a1f4db3abd68 upstream. putreg() assumes that the tracee is not running and pt_regs_access() can safely play with its stack.

[PATCH 78/93] x86/Sandy Bridge: mark arrays in __init functions as __initconst

2013-02-05 Thread Herton Ronaldo Krzesinski
3.5.7.5 -stable review patch. If anyone has any objections, please let me know. -- From: H. Peter Anvin h...@linux.intel.com commit ab3cd8670e0b3fcde7f029e1503ed3c5138e9571 upstream. Mark static arrays as __initconst so they get removed when the init sections are flushed.

  1   2   >