[PATCH] ASoC: max98090: Fix missing free_irq

2014-06-19 Thread Jarkko Nikula
max98090.c doesn't free the threaded interrupt it requests. This causes an oops when doing cat /proc/interrupts after snd-soc-max98090.ko is unloaded. Fix this by requesting the interrupt by using devm_request_threaded_irq(). Signed-off-by: Jarkko Nikula jarkko.nik...@linux.intel.com Cc: Stable

[PATCH] drm/radeon: fix race condition in radeon_crtc_page_flip v2

2014-06-19 Thread Christian König
From: Christian König christian.koe...@amd.com radeon_crtc_handle_flip can be called concurrently, and if we set the unpin_work too early, it may try to flip an unpinned BO or worse. v2: fix compiler warning, update commit message, set crtc-primary-fb only when everything went well

Re: [PATCH] drm/radeon: fix race condition in radeon_crtc_page_flip

2014-06-19 Thread Christian König
Am 19.06.2014 05:49, schrieb Michel Dänzer: This patch only applies to 3.15, right? Yes correct. For 3.16 we have the reworked flip which I think is still a good idea to keep for now. I've addresses your comments and send out a v2 to the list CCing you, please review. Thanks, Christian.

Re: [PATCH] ASoC: max98090: Fix missing free_irq

2014-06-19 Thread Mark Brown
On Thu, Jun 19, 2014 at 09:32:05AM +0300, Jarkko Nikula wrote: max98090.c doesn't free the threaded interrupt it requests. This causes an oops when doing cat /proc/interrupts after snd-soc-max98090.ko is unloaded. Applied, thanks. signature.asc Description: Digital signature

[PATCH] ext4: Fix punch hole on files with indirect mapping

2014-06-19 Thread Lukas Czerner
Currently punch hole code on files with direct/indirect mapping has some problems which may lead to a data loss. For example (from Jan Kara): fallocate -n -p 1024 4096 will punch the range 1024 - 12632064 instead of the range 1024000 - 10244096. Also the code is a bit weird and it's not

Re: Kernel Fails on Acer Aspire E1-510P

2014-06-19 Thread Dirk Brandewie
On 06/18/2014 04:16 PM, Erich Eickmeyer wrote: Done. Thanks! Erich On Wed, Jun 18, 2014 at 2:31 PM, Rafael J. Wysocki rafael.j.wyso...@intel.com wrote: On 6/18/2014 9:32 PM, Erich Eickmeyer wrote: Dear Mr. Brandewie, et al, I have noticed a kernel bug that causes it to fail to boot on my

[git:media_tree/fixes] [media] staging: tighten omap4iss dependencies

2014-06-19 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] staging: tighten omap4iss dependencies Author: Arnd Bergmann a...@arndb.de Date:Wed Jun 11 11:49:31 2014 -0300 The OMAP4 camera

[git:media_tree/fixes] [media] media: v4l2-core: v4l2-dv-timings.c: Cleaning up code wrong value used in aspect ratio

2014-06-19 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/media_tree.git tree: Subject: [media] media: v4l2-core: v4l2-dv-timings.c: Cleaning up code wrong value used in aspect ratio Author: Rickard Strandqvist

Patch ipv4: fix a race in ip4_datagram_release_cb() has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled ipv4: fix a race in ip4_datagram_release_cb() to the 3.14-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 bridge: Prevent insertion of FDB entry with disallowed has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled bridge: Prevent insertion of FDB entry with disallowed to the 3.14-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 ipip, sit: fix ipv4_{update_pmtu,redirect} calls has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled ipip, sit: fix ipv4_{update_pmtu,redirect} calls to the 3.14-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 net: Add variants of capable for use on on sockets has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled net: Add variants of capable for use on on sockets to the 3.14-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 net: Add variants of capable for use on netlink has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled net: Add variants of capable for use on netlink to the 3.14-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 net: filter: fix typo in sparc BPF JIT has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled net: filter: fix typo in sparc BPF JIT to the 3.14-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 tcp: fix cwnd undo on DSACK in F-RTO has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled tcp: fix cwnd undo on DSACK in F-RTO to the 3.14-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: [PATCHES] Networking

2014-06-19 Thread Greg KH
On Tue, Jun 17, 2014 at 10:20:57PM -0700, David Miller wrote: Please queue up the following networking bug fixes for v3.2, v3.4, v3.10, v3.14, and v3.15, respectively. 3.4, 3.10, 3.14, and 3.15 patches all applied, thanks. greg k-h -- To unsubscribe from this list: send the line unsubscribe

Patch vxlan: use dev-needed_headroom instead of has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled vxlan: use dev-needed_headroom instead of to the 3.14-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 sh_eth: fix SH7619/771x support has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled sh_eth: fix SH7619/771x support to the 3.14-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 net: Move the permission check in has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled net: Move the permission check in to the 3.14-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 sctp: Fix sk_ack_backlog wrap-around problem has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled sctp: Fix sk_ack_backlog wrap-around problem to the 3.14-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 net: force a list_del() in unregister_netdevice_many() has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled net: force a list_del() in unregister_netdevice_many() to the 3.14-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 qlcnic: info leak in qlcnic_dcb_peer_app_info() has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled qlcnic: info leak in qlcnic_dcb_peer_app_info() to the 3.14-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 net/mlx4_core: Keep only one driver entry release has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled net/mlx4_core: Keep only one driver entry release to the 3.14-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 netlink: Rename netlink_capable netlink_allowed has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled netlink: Rename netlink_capable netlink_allowed to the 3.14-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 net/mlx4_core: Preserve pci_dev_data after has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled net/mlx4_core: Preserve pci_dev_data after to the 3.14-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 rtnetlink: fix userspace API breakage for iproute2

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled rtnetlink: fix userspace API breakage for iproute2 (Re: getting VF link info seems to be broken in 3.9-rc8) to the 3.14-stable tree which can be found at:

Patch udp: ipv4: do not waste time in has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled udp: ipv4: do not waste time in to the 3.14-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 sfc: PIO:Restrict to 64bit arch and use 64-bit writes. has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled sfc: PIO:Restrict to 64bit arch and use 64-bit writes. to the 3.14-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 net: fix inet_getid() and ipv6_select_ident() bugs has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled net: fix inet_getid() and ipv6_select_ident() bugs to the 3.14-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 net: tunnels - enable module autoloading has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled net: tunnels - enable module autoloading to the 3.14-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 netlink: Only check file credentials for implicit has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled netlink: Only check file credentials for implicit to the 3.14-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 ipv6: Fix regression caused by efe4208 in has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled ipv6: Fix regression caused by efe4208 in to the 3.14-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 sh_eth: use RNC mode for packet reception has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled sh_eth: use RNC mode for packet reception to the 3.14-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 net: qmi_wwan: add Olivetti Olicard modems has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled net: qmi_wwan: add Olivetti Olicard modems to the 3.14-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 team: fix mtu setting has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled team: fix mtu setting to the 3.14-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: team-fix-mtu-setting.patch and

Patch net: filter: fix sparc32 typo has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled net: filter: fix sparc32 typo to the 3.14-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 netlink: rate-limit leftover bytes warning and print has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled netlink: rate-limit leftover bytes warning and print to the 3.14-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 net: Use netlink_ns_capable to verify the permisions has been added to the 3.14-stable tree

2014-06-19 Thread gregkh
This is a note to let you know that I've just added the patch titled net: Use netlink_ns_capable to verify the permisions to the 3.14-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] ext4: Fix punch hole on files with indirect mapping

2014-06-19 Thread Jan Kara
On Thu 19-06-14 17:37:08, Lukas Czerner wrote: Currently punch hole code on files with direct/indirect mapping has some problems which may lead to a data loss. For example (from Jan Kara): fallocate -n -p 1024 4096 will punch the range 1024 - 12632064 instead of the range 1024000 -

Re: Kernel Fails on Acer Aspire E1-510P

2014-06-19 Thread Erich Eickmeyer
I will test this on my N3520 system. Erich On Thu, Jun 19, 2014 at 9:18 AM, Dirk Brandewie dirk.brande...@gmail.com wrote: On 06/18/2014 04:16 PM, Erich Eickmeyer wrote: Done. Thanks! Erich On Wed, Jun 18, 2014 at 2:31 PM, Rafael J. Wysocki rafael.j.wyso...@intel.com wrote: On 6/18/2014

[patch 01/13] irqchip: spear_shirq: Fix interrupt offset

2014-06-19 Thread Thomas Gleixner
The ras3 block on spear320 claims to have 3 interrupts. In fact it has one and 6 reserved interrupts. Account the 6 reserved to this block so it has 7 interrupts total. That matches the datasheet and the device tree entries. Broken since commit 80515a5a(ARM: SPEAr3xx: shirq: simplify and move the

[patch 1/2] clk: spear3xx: Use proper control register offset

2014-06-19 Thread Thomas Gleixner
The control register is at offset 0x10, not 0x0. This is wreckaged since commit 5df33a62c (SPEAr: Switch to common clock framework). Signed-off-by: Thomas Gleixner t...@linutronix.de Cc: stable@vger.kernel.org --- drivers/clk/spear/spear3xx_clock.c |2 +- 1 file changed, 1 insertion(+), 1

Re: Kernel Fails on Acer Aspire E1-510P

2014-06-19 Thread Erich Eickmeyer
I can now confirm successful test of patch on my N3520 system. Erich On Thu, Jun 19, 2014 at 11:08 AM, Erich Eickmeyer er...@ericheickmeyer.com wrote: I will test this on my N3520 system. Erich On Thu, Jun 19, 2014 at 9:18 AM, Dirk Brandewie dirk.brande...@gmail.com wrote: On 06/18/2014

Re: [patch 1/2] clk: spear3xx: Use proper control register offset

2014-06-19 Thread Viresh Kumar
On Fri, Jun 20, 2014 at 3:22 AM, Thomas Gleixner t...@linutronix.de wrote: The control register is at offset 0x10, not 0x0. This is wreckaged since commit 5df33a62c (SPEAr: Switch to common clock framework). Signed-off-by: Thomas Gleixner t...@linutronix.de Cc: stable@vger.kernel.org ---