[PATCH 1/2] ACPI video: ignore BIOS backlight value for HP dm4

2014-06-30 Thread Yijing Wang
From: Gustavo Maciel Dias Vieira commit 771d09b3c4c45d4d534a83a68e6331b97fd82e15 upstream. On a HP Pavilion dm4 laptop the BIOS sets minimum backlight on boot, completely dimming the screen. Ignore this initial value for this machine. Signed-off-by: Gustavo Maciel Dias Vieira Signed-off-by: Ra

[PATCH 0/2] missing patches for 3.4.x (Part IV)

2014-06-30 Thread Yijing Wang
Hi Greg, These are the part IV commits that I've analized from the list of upstream commits that have been backported to 3.2 but missing from 3.4. For the 18 commits, - 12 commits were marked for stable but can't applied cleanly to 3.4.x - 5 commits have no stable

[PATCH 2/2] powerpc/sysfs: Disable writing to PURR in guest mode

2014-06-30 Thread Yijing Wang
From: Madhavan Srinivasan arch/powerpc/kernel/sysfs.c exports PURR with write permission. This may be valid for kernel in phyp mode. But writing to the file in guest mode causes crash due to a priviledge violation Signed-off-by: Madhavan Srinivasan Signed-off-by: Benjamin Herrenschmidt [Backpo

patch "usb-storage/SCSI: Add broken_fua blacklist flag" added to usb tree

2014-06-30 Thread gregkh
This is a note to let you know that I've just added the patch titled usb-storage/SCSI: Add broken_fua blacklist flag 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

patch "usb: musb: Fix panic upon musb_am335x module removal" added to usb tree

2014-06-30 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: musb: Fix panic upon musb_am335x module removal 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 rel

patch "usb: gadget: f_fs: resurect usb_functionfs_descs_head structure" added to usb tree

2014-06-30 Thread gregkh
This is a note to let you know that I've just added the patch titled usb: gadget: f_fs: resurect usb_functionfs_descs_head structure 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 t

Linux 3.14.10

2014-06-30 Thread Greg KH
I'm announcing the release of the 3.14.10 kernel. All users of the 3.14 kernel series must upgrade. The updated 3.14.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.14.y and can be browsed at the normal kernel.org git web browser:

Linux 3.15.3

2014-06-30 Thread Greg KH
I'm announcing the release of the 3.15.3 kernel. All users of the 3.15 kernel series must upgrade. The updated 3.15.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.15.y and can be browsed at the normal kernel.org git web browser:

Linux 3.10.46

2014-06-30 Thread Greg KH
I'm announcing the release of the 3.10.46 kernel. All users of the 3.10 kernel series must upgrade. The updated 3.10.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.10.y and can be browsed at the normal kernel.org git web browser:

Re: Linux 3.4.96

2014-06-30 Thread Greg KH
diff --git a/Makefile b/Makefile index fda1dab589be..e4ecdedbfe27 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 4 -SUBLEVEL = 95 +SUBLEVEL = 96 EXTRAVERSION = NAME = Saber-toothed Squirrel diff --git a/arch/arm/kernel/stacktrace.c b/arch/arm/kernel/stacktrace.

Linux 3.4.96

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

[PATCH v2 01/10] x86_64,vsyscall: Fix warn_bad_vsyscall log output

2014-06-30 Thread Andy Lutomirski
This commit in Linux 3.6: commit c767a54ba0657e52e6edaa97cbe0b0a8bf1c1655 Author: Joe Perches Date: Mon May 21 19:50:07 2012 -0700 x86/debug: Add KERN_ to bare printks, convert printks to pr_ caused warn_bad_vsyscall to output garbage in the middle of the line. Revert th

Re: [PATCH] rsxx: fix discard with length smaller than hw blksize

2014-06-30 Thread Jens Axboe
On 2014-06-30 11:31, Thadeu Lima de Souza Cascardo wrote: When the discard length is not a multiple of RSXX_HW_BLK_SIZE, the discard code will get into an infinite loop, even discarding data it is not supposed to. This will also hang the system. This can be reproduced by doing an ioctl BLKDISCAR

[PATCH 3.8 1/4] [3.8-stable-only] Revert "ARM: OMAP3: clock: Back-propagate rate change from cam_mclk to dpll4_m5 on all OMAP3 platforms"

2014-06-30 Thread Kamal Mostafa
3.8.13.26 -stable review patch. If anyone has any objections, please let me know. -- From: Kamal Mostafa This reverts commit 5cc705002f753f10b957b4bb128b15b2caed4577. Commit is not suitable for 3.8-based kernels; breaks the OMAP build (oops)! Signed-off-by: Kamal Mostafa --

[PATCH 3.8 4/4] lzo: properly check for overruns

2014-06-30 Thread Kamal Mostafa
3.8.13.26 -stable review patch. If anyone has any objections, please let me know. -- From: Greg Kroah-Hartman commit 206a81c18401c0cde6e579164f752c4b147324ce upstream. The lzo decompressor can, if given some really crazy data, possibly overrun some variable types. Modify the

[3.8.y.z extended stable] Linux 3.8.13.26 stable review

2014-06-30 Thread Kamal Mostafa
This is the start of the review cycle for the Linux 3.8.13.26 stable kernel. This version contains 4 new patches, summarized below. The new patches are posted as replies to this message and also available in this git branch: http://kernel.ubuntu.com/git?p=ubuntu/linux.git;h=linux-3.8.y-review;a=

[PATCH 3.8 2/4] lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.c

2014-06-30 Thread Kamal Mostafa
3.8.13.26 -stable review patch. If anyone has any objections, please let me know. -- From: "Markus F.X.J. Oberhumer" commit b6bec26cea948148a9420e7a0ac337f925de49e7 upstream. Rename the source file to match the function name and thereby also make room for a possible future ev

[PATCH 3.8 3/4] lib/lzo: Update LZO compression to current upstream version

2014-06-30 Thread Kamal Mostafa
3.8.13.26 -stable review patch. If anyone has any objections, please let me know. -- From: "Markus F.X.J. Oberhumer" commit 8b975bd3f9089f8ee5d7bbfd798537b992bbc7e7 upstream. This commit updates the kernel LZO code to the current upsteam version which features a significant s

I just hope this e-mail acct. is still in use?

2014-06-30 Thread Chi Wang Chan
I am seeking your permission to discuss with you a confidential/lucrative deal [worth USD48.8M] that require foreign assistance. Chi -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.ker

GOOD DAY,

2014-06-30 Thread KONG HUI
My name is Kong Hui from Hong Kong, I want you to be my partner in a business project. If Interested Contact me back via my email address. Thank you, Mr. Kong Hui. -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@vger.kernel.org More

Re: FAILED: patch "[PATCH] mm/memory-failure.c: support use of a dedicated thread to" failed to apply to 3.4-stable tree

2014-06-30 Thread Naoya Horiguchi
> 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 . Yes, we have a conflict when we try to apply on stable-3.4. This is because the patch

Re: FAILED: patch "[PATCH] mm/memory-failure.c: support use of a dedicated thread to" failed to apply to 3.10-stable tree

2014-06-30 Thread Naoya Horiguchi
> The patch below does not apply to the 3.10-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 . > In my check, this patch is cleanly applied on top of 3.10.45 + commit 74614de17db

[PATCH] rsxx: fix discard with length smaller than hw blksize

2014-06-30 Thread Thadeu Lima de Souza Cascardo
When the discard length is not a multiple of RSXX_HW_BLK_SIZE, the discard code will get into an infinite loop, even discarding data it is not supposed to. This will also hang the system. This can be reproduced by doing an ioctl BLKDISCARD to /dev/rsxx0 with range from 0 to 1024. Signed-off-by: T

Re: [PATCH 3.4 00/43] 3.4.96-stable review

2014-06-30 Thread Greg Kroah-Hartman
On Mon, Jun 30, 2014 at 10:17:08AM -0600, Shuah Khan wrote: > On 06/28/2014 11:45 AM, Greg Kroah-Hartman wrote: > >This is the start of the stable review cycle for the 3.4.96 release. > >There are 43 patches in this series, all will be posted as a response > >to this one. If anyone has any issues

Patch "iscsi-target: Re-add chunk from backport of upstream 79d59d08082d to 3.10" has been added to the 3.10-stable tree

2014-06-30 Thread gregkh
This is a note to let you know that I've just added the patch titled iscsi-target: Re-add chunk from backport of upstream 79d59d08082d to 3.10 to the 3.10-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

Re: [PATCH for 3.10] iscsi-target: Re-add chunk from backport of upstream 79d59d08082d to 3.10

2014-06-30 Thread Greg Kroah-Hartman
On Mon, Jun 30, 2014 at 07:02:20AM -0700, Roland Dreier wrote: > Hi Nic/Greg, > > Sorry for not paying close enough attention when this went by, but it > looks like the backport of commit 79d59d08082d ("iscsi-target: Fix > wrong buffer / buffer overrun in iscsi_change_param_value()") to 3.10, > na

Re: [PATCH 3.12 000/181] 3.12.24-stable review

2014-06-30 Thread Shuah Khan
On 06/30/2014 05:51 AM, Jiri Slaby wrote: This is the start of the stable review cycle for the 3.12.24 release. There are 181 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by

Re: [PATCH 3.15 000/139] 3.15.3-stable review

2014-06-30 Thread Shuah Khan
On 06/28/2014 11:46 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.15.3 release. There are 139 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be m

Re: [PATCH 3.14 000/110] 3.14.10-stable review

2014-06-30 Thread Shuah Khan
On 06/28/2014 11:45 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.14.10 release. There are 110 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be

Re: [PATCH 3.10 00/77] 3.10.46-stable review

2014-06-30 Thread Shuah Khan
On 06/28/2014 11:45 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.10.46 release. There are 77 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be m

Re: [PATCH 3.4 00/43] 3.4.96-stable review

2014-06-30 Thread Shuah Khan
On 06/28/2014 11:45 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.4.96 release. There are 43 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be ma

Re: [PATCH 3.12 000/181] 3.12.24-stable review

2014-06-30 Thread Guenter Roeck
On Mon, Jun 30, 2014 at 01:51:22PM +0200, Jiri Slaby wrote: > This is the start of the stable review cycle for the 3.12.24 release. > There are 181 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > >

[PATCH for 3.10] iscsi-target: Re-add chunk from backport of upstream 79d59d08082d to 3.10

2014-06-30 Thread Roland Dreier
Hi Nic/Greg, Sorry for not paying close enough attention when this went by, but it looks like the backport of commit 79d59d08082d ("iscsi-target: Fix wrong buffer / buffer overrun in iscsi_change_param_value()") to 3.10, namely commit d5c55fa31a29, is incorrect. In particular, the upstream versio

GOOD DAY,

2014-06-30 Thread KONG HUI
My name is Kong Hui from Hong Kong, I want you to be my partner in a business project. If Interested Contact me back via my email address. Thank you, Mr. Kong Hui. -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@vger.kernel.org More

GOOD DAY,

2014-06-30 Thread KONG HUI
My name is Kong Hui from Hong Kong, I want you to be my partner in a business project. If Interested Contact me back via my email address. Thank you, Mr. Kong Hui. -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majord...@vger.kernel.org More

Re: [PATCH 1/1] usb: chipidea: udc: delete td from req's td list at ep_dequeue

2014-06-30 Thread Peter Chen
On Mon, Jun 30, 2014 at 02:19:04PM +0200, Michael Grzeschik wrote: > On Mon, Jun 30, 2014 at 12:15:03PM +0800, Peter Chen wrote: > > We need to delete un-finished td from current request's td list > > at ep_dequeue API, otherwise, this non-user td will be remained > > at td list before this request

Re: [PATCH 1/1] usb: chipidea: udc: delete td from req's td list at ep_dequeue

2014-06-30 Thread Peter Chen
On Mon, Jun 30, 2014 at 09:11:11AM +0200, Andrzej Pietrasiewicz wrote: > Hello Peter, > > W dniu 30.06.2014 06:15, Peter Chen pisze: > >We need to delete un-finished td from current request's td list > >at ep_dequeue API, otherwise, this non-user td will be remained > >at td list before this reque

[PATCH] drm/exynos: Fix NULL pointer exception when suspending without components

2014-06-30 Thread Krzysztof Kozlowski
Fix a NULL pointer exception when main exynos drm driver was probed successfully but no components were added (e.g. by incomplete DTS). In such case the exynos_drm_load() is never called and drvdata is NULL. The NULL pointer exception may theoretically also happen as a effect of race between addi

[PATCH 3.12 172/181] Btrfs: use right type to get real comparison

2014-06-30 Thread Jiri Slaby
From: Liu Bo 3.12-stable review patch. If anyone has any objections, please let me know. === commit cd857dd6bc2ae9ecea14e75a34e8a8fdc158e307 upstream. We want to make sure the point is still within the extent item, not to verify the memory it's pointing to. Signed-off-by: Liu Bo

[PATCH 3.12 163/181] Btrfs: fix double free in find_lock_delalloc_range

2014-06-30 Thread Jiri Slaby
From: Chris Mason 3.12-stable review patch. If anyone has any objections, please let me know. === commit 7d78874273463a784759916fc3e0b4e2eb141c70 upstream. We need to NULL the cached_state after freeing it, otherwise we might free it again if find_delalloc_range doesn't find anyth

[PATCH 3.12 108/181] USB: EHCI: avoid BIOS handover on the HASEE E200

2014-06-30 Thread Jiri Slaby
From: Alan Stern 3.12-stable review patch. If anyone has any objections, please let me know. === commit b0a50e92bda3c4aeb8017d4e6c6e92146ebd5c9b upstream. Leandro Liptak reports that his HASEE E200 computer hangs when we ask the BIOS to hand over control of the EHCI host controlle

[PATCH 3.12 148/181] Target/iser: Bail from accept_np if np_thread is trying to close

2014-06-30 Thread Jiri Slaby
From: Sagi Grimberg 3.12-stable review patch. If anyone has any objections, please let me know. === commit e346ab343f4f58c12a96725c7b13df9cc2ad56f6 upstream. In case np_thread state is in RESET/SHUTDOWN/EXIT states, no point for isert to stall there as we may get a hang in case no

[PATCH 3.12 156/181] target: Report correct response length for some commands

2014-06-30 Thread Jiri Slaby
From: Roland Dreier 3.12-stable review patch. If anyone has any objections, please let me know. === commit 2426bd456a61407388b6e61fc5f98dbcbebc50e2 upstream. When an initiator sends an allocation length bigger than what its command consumes, the target should only return the actua

[PATCH 3.12 180/181] Bluetooth: Fix redundant encryption request for reauthentication

2014-06-30 Thread Jiri Slaby
From: Johan Hedberg 3.12-stable review patch. If anyone has any objections, please let me know. === commit 09da1f3463eb81d59685df723b1c5950b7570340 upstream. When we're performing reauthentication (in order to elevate the security level from an unauthenticated key to an authentica

[PATCH 3.12 173/181] Btrfs: fix scrub_print_warning to handle skinny metadata extents

2014-06-30 Thread Jiri Slaby
From: Liu Bo 3.12-stable review patch. If anyone has any objections, please let me know. === commit 6eda71d0c030af0fc2f68aaa676e6d445600855b upstream. The skinny extents are intepreted incorrectly in scrub_print_warning(), and end up hitting the BUG() in btrfs_extent_inline_ref_si

[PATCH 3.12 167/181] Btrfs: fix NULL pointer crash of deleting a seed device

2014-06-30 Thread Jiri Slaby
From: Liu Bo 3.12-stable review patch. If anyone has any objections, please let me know. === commit 29cc83f69c8338ff8fd1383c9be263d4bdf52d73 upstream. Same as normal devices, seed devices should be initialized with fs_info->dev_root as well, otherwise we'll get a NULL pointer cras

[PATCH 3.12 170/181] Btrfs: send, don't error in the presence of subvols/snapshots

2014-06-30 Thread Jiri Slaby
From: Filipe Manana 3.12-stable review patch. If anyone has any objections, please let me know. === commit 1af56070e3ef9477dbc7eba3b9ad7446979c7974 upstream. If we are doing an incremental send and the base snapshot has a directory with name X that doesn't exist anymore in the sec

[PATCH 3.12 181/181] Bluetooth: Fix check for connection encryption

2014-06-30 Thread Jiri Slaby
From: Johan Hedberg 3.12-stable review patch. If anyone has any objections, please let me know. === commit e694788d73efe139b24f78b036deb97fe57fa8cb upstream. The conn->link_key variable tracks the type of link key in use. It is set whenever we respond to a link key request as well

[PATCH 3.12 164/181] btrfs: Add ctime/mtime update for btrfs device add/remove.

2014-06-30 Thread Jiri Slaby
From: Qu Wenruo 3.12-stable review patch. If anyone has any objections, please let me know. === commit 5a1972bd9fd4b2fb1bac8b7a0b636d633d8717e3 upstream. Btrfs will send uevent to udev inform the device change, but ctime/mtime for the block device inode is not udpated, which cause

[PATCH 3.12 176/181] x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)

2014-06-30 Thread Jiri Slaby
From: Andy Lutomirski 3.12-stable review patch. If anyone has any objections, please let me know. === commit 554086d85e71f30abe46fc014fea31929a7c6a8a upstream. The bad syscall nr paths are their own incomprehensible route through the entry control flow. Rearrange them to work jus

[PATCH 3.12 179/181] netfilter: ipt_ULOG: fix info leaks

2014-06-30 Thread Jiri Slaby
From: Mathias Krause 3.12-stable review patch. If anyone has any objections, please let me know. === commit 278f2b3e2af5f32ea1afe34fa12a2518153e6e49 upstream. The ulog messages leak heap bytes by the means of padding bytes and incompletely filled string arrays. Fix those by memset

[PATCH 3.12 174/181] btrfs: fix use of uninit "ret" in end_extent_writepage()

2014-06-30 Thread Jiri Slaby
From: Eric Sandeen 3.12-stable review patch. If anyone has any objections, please let me know. === commit 3e2426bd0eb980648449e7a2f5a23e3cd3c7725c upstream. If this condition in end_extent_writepage() is false: if (tree->ops && tree->ops->writepage_end_io_hook) we will t

[PATCH 3.12 169/181] Btrfs: set right total device count for seeding support

2014-06-30 Thread Jiri Slaby
From: Wang Shilong 3.12-stable review patch. If anyone has any objections, please let me know. === commit 298658414a2f0bea1f05a81876a45c1cd96aa2e0 upstream. Seeding device support allows us to create a new filesystem based on existed filesystem. However newly created filesystem's

[PATCH 3.12 162/181] CIFS: Fix memory leaks in SMB2_open

2014-06-30 Thread Jiri Slaby
From: Pavel Shilovsky 3.12-stable review patch. If anyone has any objections, please let me know. === commit 663a962151593c69374776e8651238d0da072459 upstream. Signed-off-by: Pavel Shilovsky Reviewed-by: Shirish Pargaonkar Signed-off-by: Steve French Signed-off-by: Jiri Slaby

[PATCH 3.12 075/181] ALSA: hda/realtek - Add support of ALC891 codec

2014-06-30 Thread Jiri Slaby
From: Kailang Yang 3.12-stable review patch. If anyone has any objections, please let me know. === commit b6c5fbad16aa5026f508093a8d651c25e1cb6179 upstream. New codec support for ALC891. Signed-off-by: Kailang Yang Signed-off-by: Takashi Iwai Signed-off-by: Jiri Slaby --- sou

[PATCH 3.12 171/181] fs: btrfs: volumes.c: Fix for possible null pointer dereference

2014-06-30 Thread Jiri Slaby
From: Rickard Strandqvist 3.12-stable review patch. If anyone has any objections, please let me know. === commit 8321cf2596d283821acc466377c2b85bcd3422b7 upstream. There is otherwise a risk of a possible null pointer dereference. Was largely found by using a static code analysis

[PATCH 3.12 178/181] efi-pstore: Fix an overflow on 32-bit builds

2014-06-30 Thread Jiri Slaby
From: Andrzej Zaborowski 3.12-stable review patch. If anyone has any objections, please let me know. === commit 783ee43118dc773bc8b0342c5b230e017d5a04d0 upstream. In generic_id the long int timestamp is multiplied by 10 and needs an explicit cast to u64. Without that the id i

[PATCH 3.12 177/181] builddeb: use $OBJCOPY variable instead of objcopy

2014-06-30 Thread Jiri Slaby
From: Fathi Boudra 3.12-stable review patch. If anyone has any objections, please let me know. === commit 6b4a144a92ab81a1f45fb9b12aebaaaee0d08120 upstream. In cross-build environment, we expect to use the cross-compiler objcopy instead of the host objcopy. It fixes following bui

[PATCH 3.12 168/181] Btrfs: mark mapping with error flag to report errors to userspace

2014-06-30 Thread Jiri Slaby
From: Liu Bo 3.12-stable review patch. If anyone has any objections, please let me know. === commit 5dca6eea91653e9949ce6eb9e9acab6277e2f2c4 upstream. According to commit 865ffef3797da2cac85b3354b5b6050dc9660978 (fs: fix fsync() error reporting), it's not stable to just check erro

[PATCH 3.12 160/181] genirq: Sanitize spurious interrupt detection of threaded irqs

2014-06-30 Thread Jiri Slaby
From: Thomas Gleixner 3.12-stable review patch. If anyone has any objections, please let me know. === commit 1e77d0a1ed7417d2a5a52a7b8d32aea1833faa6c upstream. Till reported that the spurious interrupt detection of threaded interrupts is broken in two ways: - note_interrupt() is

[PATCH 3.12 161/181] aio: fix kernel memory disclosure in io_getevents() introduced in v3.10

2014-06-30 Thread Jiri Slaby
From: Benjamin LaHaise 3.12-stable review patch. If anyone has any objections, please let me know. === commit edfbbf388f293d70bf4b7c0bc38774d05e6f711a upstream. A kernel memory disclosure was introduced in aio_read_events_ring() in v3.10 by commit a31ad380bed817aa25f8830ad23e1a048

[PATCH 3.12 159/181] x86, x32: Use compat shims for io_{setup,submit}

2014-06-30 Thread Jiri Slaby
From: Mike Frysinger 3.12-stable review patch. If anyone has any objections, please let me know. === commit 7fd44dacdd803c0bbf38bf478d51d280902bb0f1 upstream. The io_setup takes a pointer to a context id of type aio_context_t. This in turn is typed to a __kernel_ulong_t. We could

[PATCH 3.12 157/181] target: Explicitly clear ramdisk_mcp backend pages

2014-06-30 Thread Jiri Slaby
From: "Nicholas A. Bellinger" 3.12-stable review patch. If anyone has any objections, please let me know. === [Note that a different patch to address the same issue went in during v3.15-rc1 (commit 4442dc8a), but includes a bunch of other changes that don't strictly apply to fixing

[PATCH 3.12 155/181] Target/iscsi: Fix sendtargets response pdu for iser transport

2014-06-30 Thread Jiri Slaby
From: Sagi Grimberg 3.12-stable review patch. If anyone has any objections, please let me know. === commit 22c7aaa57e80853b4904a46c18f97db0036a3b97 upstream. In case the transport is iser we should not include the iscsi target info in the sendtargets text response pdu. This causes

[PATCH 3.12 150/181] Target/iser: Improve cm events handling

2014-06-30 Thread Jiri Slaby
From: Sagi Grimberg 3.12-stable review patch. If anyone has any objections, please let me know. === commit 88c4015fda6d014392f76d3b1688347950d7a12d upstream. There are 4 RDMA_CM events that all basically mean that the user should teardown the IB connection: - DISCONNECTED - ADDR_C

[PATCH 3.12 158/181] x86-32, espfix: Remove filter for espfix32 due to race

2014-06-30 Thread Jiri Slaby
From: "H. Peter Anvin" 3.12-stable review patch. If anyone has any objections, please let me know. === commit 246f2d2ee1d715e1077fc47d61c394569c8ee692 upstream. It is not safe to use LAR to filter when to go down the espfix path, because the LDT is per-process (rather than per-thr

[PATCH 3.12 151/181] Target/iser: Wait for proper cleanup before unloading

2014-06-30 Thread Jiri Slaby
From: Sagi Grimberg 3.12-stable review patch. If anyone has any objections, please let me know. === commit f5ebec9629cf78a4b8258882a9f439ab2404 upstream. disconnected_handler works are scheduled on system_wq. When attempting to unload, first make sure all works have cleaned up

[PATCH 3.12 154/181] iscsi-target: Fix ABORT_TASK + connection reset iscsi_queue_req memory leak

2014-06-30 Thread Jiri Slaby
From: Nicholas Bellinger 3.12-stable review patch. If anyone has any objections, please let me know. === commit bbc050488525e1ab1194c27355f63c66814385b8 upstream. This patch fixes a iscsi_queue_req memory leak when ABORT_TASK response has been queued by TFO->queue_tm_rsp() -> lio_

[PATCH 3.12 152/181] target: Set CMD_T_ACTIVE bit for Task Management Requests

2014-06-30 Thread Jiri Slaby
From: Nicholas Bellinger 3.12-stable review patch. If anyone has any objections, please let me know. === commit f15e9cd910c4d9da7de43f2181f362082fc45f0f upstream. This patch fixes a bug where se_cmd descriptors associated with a Task Management Request (TMR) where not setting CMD_

[PATCH 3.12 149/181] Target/iser: Fix hangs in connection teardown

2014-06-30 Thread Jiri Slaby
From: Sagi Grimberg 3.12-stable review patch. If anyone has any objections, please let me know. === commit 9d49f5e284e700576f3b65f1e28dea8539da6661 upstream. In ungraceful teardowns isert close flows seem racy such that isert_wait_conn hangs as RDMA_CM_EVENT_DISCONNECTED never get

[PATCH 3.12 145/181] ARM: 8037/1: mm: support big-endian page tables

2014-06-30 Thread Jiri Slaby
From: Jianguo Wu 3.12-stable review patch. If anyone has any objections, please let me know. === commit 86f40622af7329375e38f282f6c0aab95f3e5f72 upstream. When enable LPAE and big-endian in a hisilicon board, while specify mem=384M mem=512M@7680M, will get bad page state: Freeing

[PATCH 3.12 147/181] Bluetooth: Fix L2CAP deadlock

2014-06-30 Thread Jiri Slaby
From: Jukka Taimisto 3.12-stable review patch. If anyone has any objections, please let me know. === commit 8a96f3cd22878fc0bb564a8478a6e17c0b8dca73 upstream. -[0x01 Introduction We have found a programming error causing a deadlock in Bluetooth subsystem of Linux kernel. The prob

[PATCH 3.12 143/181] media: uvcvideo: Fix clock param realtime setting

2014-06-30 Thread Jiri Slaby
From: Olivier Langlois 3.12-stable review patch. If anyone has any objections, please let me know. === commit 3b35fc81e7ec552147a4fd843d0da0bbbe4ef253 upstream. timestamps in v4l2 buffers returned to userspace are updated in uvc_video_clock_update() which uses timestamps fetched f

[PATCH 3.12 153/181] target: Use complete_all for se_cmd->t_transport_stop_comp

2014-06-30 Thread Jiri Slaby
From: Nicholas Bellinger 3.12-stable review patch. If anyone has any objections, please let me know. === commit a95d6511303b848da45ee27b35018bb58087bdc6 upstream. This patch fixes a bug where multiple waiters on ->t_transport_stop_comp occurs due to a concurrent ABORT_TASK and ses

[PATCH 3.12 146/181] bluetooth: hci_ldisc: fix deadlock condition

2014-06-30 Thread Jiri Slaby
From: Felipe Balbi 3.12-stable review patch. If anyone has any objections, please let me know. === commit da64c27d3c93ee9f89956b9de86c4127eb244494 upstream. LDISCs shouldn't call tty->ops->write() from within ->write_wakeup(). ->write_wakeup() is called with port lock taken and I

[PATCH 3.12 105/181] usb: gadget: rename CONFIG_USB_GADGET_PXA25X

2014-06-30 Thread Jiri Slaby
From: Paul Bolle 3.12-stable review patch. If anyone has any objections, please let me know. === commit d30f2065d6da377cc76771aca5a9850cfca8723b upstream. Commit 193ab2a60700 ("usb: gadget: allow multiple gadgets to be built") basically renamed the Kconfig symbol USB_GADGET_PXA25X

[PATCH 3.12 140/181] media: stk1160: Avoid stack-allocated buffer for control URBs

2014-06-30 Thread Jiri Slaby
From: Ezequiel Garcia 3.12-stable review patch. If anyone has any objections, please let me know. === commit 85ac1a1772bb41da895bad83a81f6a62c8f293f6 upstream. Currently stk1160_read_reg() uses a stack-allocated char to get the read control value. This is wrong because usb_control

[PATCH 3.12 107/181] ARM: OMAP: replace checks for CONFIG_USB_GADGET_OMAP

2014-06-30 Thread Jiri Slaby
From: Paul Bolle 3.12-stable review patch. If anyone has any objections, please let me know. === commit 77c2f02edbeda9409a7cf3fd66233015820c213a upstream. Commit 193ab2a60700 ("usb: gadget: allow multiple gadgets to be built") apparently required that checks for CONFIG_USB_GADGET_

[PATCH 3.12 129/181] USB: usb_wwan: fix write and suspend race

2014-06-30 Thread Jiri Slaby
From: Johan Hovold 3.12-stable review patch. If anyone has any objections, please let me know. === commit 170fad9e22df0063eba0701adb966786d7a4ec5a upstream. Fix race between write() and suspend() which could lead to writes being dropped (or I/O while suspended) if the device is ru

[PATCH 3.12 142/181] ACPI: Fix conflict between customized DSDT and DSDT local copy

2014-06-30 Thread Jiri Slaby
From: Lv Zheng 3.12-stable review patch. If anyone has any objections, please let me know. === commit 73577d1df8e1f31f6b1a5eebcdbc334eb0330e47 upstream. This patch fixes the following issue: If DSDT is customized, no local DSDT copy is needed. References: https://bugzilla.kernel.

[PATCH 3.12 141/181] ACPICA: utstring: Check array index bound before use.

2014-06-30 Thread Jiri Slaby
From: David Binderman 3.12-stable review patch. If anyone has any objections, please let me know. === commit 5d42b0fa25df7ef2f575107597c1aaebe2407d10 upstream. ACPICA BZ 1077. David Binderman. References: https://bugs.acpica.org/show_bug.cgi?id=1077 Signed-off-by: David Binderman

[PATCH 3.12 128/181] USB: usb_wwan: fix race between write and resume

2014-06-30 Thread Jiri Slaby
From: xiao jin 3.12-stable review patch. If anyone has any objections, please let me know. === commit d9e93c08d8d985e5ef89436ebc9f4aad7e31559f upstream. We find a race between write and resume. usb_wwan_resume run play_delayed() and spin_unlock, but intfdata->suspended still is no

[PATCH 3.12 012/181] [SCSI] ipr: Add new CCIN definition for Grand Canyon support

2014-06-30 Thread Jiri Slaby
From: Wendy Xiong 3.12-stable review patch. If anyone has any objections, please let me know. === commit 5eeac3e99ae220aea787527d1bfd9e846adf9fac upstream. Add the appropriate definition and table entry for new hardware support. Signed-off-by: Wen Xiong Acked-by: Brian King Sig

[PATCH 3.12 113/181] mm/memory-failure.c-failure: send right signal code to correct thread

2014-06-30 Thread Jiri Slaby
From: Tony Luck 3.12-stable review patch. If anyone has any objections, please let me know. === commit a70ffcac741d31a406c1d2b832ae43d658e7e1cf upstream. When a thread in a multi-threaded application hits a machine check because of an uncorrectable error in memory - we want to sen

[PATCH 3.12 124/181] ext4: fix zeroing of page during writeback

2014-06-30 Thread Jiri Slaby
From: Jan Kara 3.12-stable review patch. If anyone has any objections, please let me know. === commit eeece469dedadf3918bad50ad80f4616a0064e90 upstream. Tail of a page straddling inode size must be zeroed when being written out due to POSIX requirement that modifications of mmaped

[PATCH 3.12 126/181] matroxfb: perform a dummy read of M_STATUS

2014-06-30 Thread Jiri Slaby
From: Mikulas Patocka 3.12-stable review patch. If anyone has any objections, please let me know. === commit 972754cfaee94d6e25acf94a497bc0a864d91b7e upstream. I had occasional screen corruption with the matrox framebuffer driver and I found out that the reason for the corruption

[PATCH 3.12 136/181] USB: sierra: fix urb and memory leak on disconnect

2014-06-30 Thread Jiri Slaby
From: Johan Hovold 3.12-stable review patch. If anyone has any objections, please let me know. === commit 014333f77c0b71123d6ef7d31a9724e0699c9548 upstream. The delayed-write queue was never emptied on disconnect, something which would lead to leaked urbs and transfer buffers if t

[PATCH 3.12 139/181] media: ivtv: Fix Oops when no firmware is loaded

2014-06-30 Thread Jiri Slaby
From: Takashi Iwai 3.12-stable review patch. If anyone has any objections, please let me know. === commit deb29e90221a6d4417aa67be971613c353180331 upstream. When ivtv PCM device is accessed at the state where no firmware is loaded, it oopses like: BUG: unable to handle kernel N

[PATCH 3.12 134/181] USB: sierra: fix use after free at suspend/resume

2014-06-30 Thread Jiri Slaby
From: Johan Hovold 3.12-stable review patch. If anyone has any objections, please let me know. === commit 8452727de70f6ad850cd6d0aaa18b5d9050aa63b upstream. Fix use after free or NULL-pointer dereference during suspend and resume. The port data may never have been allocated (port

[PATCH 3.12 132/181] USB: usb_wwan: fix potential blocked I/O after resume

2014-06-30 Thread Jiri Slaby
From: Johan Hovold 3.12-stable review patch. If anyone has any objections, please let me know. === commit fb7ad4f93d9f0f7d49beda32f5e7becb94b29a4d upstream. Keep trying to submit urbs rather than bail out on first read-urb submission error, which would also prevent I/O for any fur

[PATCH 3.12 135/181] USB: sierra: fix urb and memory leak in resume error path

2014-06-30 Thread Jiri Slaby
From: Johan Hovold 3.12-stable review patch. If anyone has any objections, please let me know. === commit 7fdd26a01eb7b6cb6855ff8f69ef4a720720dfcb upstream. Neither the transfer buffer or the urb itself were released in the resume error path for delayed writes. Also on errors, the

[PATCH 3.12 127/181] USB: usb_wwan: fix urb leak in write error path

2014-06-30 Thread Jiri Slaby
From: xiao jin 3.12-stable review patch. If anyone has any objections, please let me know. === commit db0904737947d509844e171c9863ecc5b4534005 upstream. When enable usb serial for modem data, sometimes the tty is blocked in tty_wait_until_sent because portdata->out_busy always is

[PATCH 3.12 125/181] ext4: fix wrong assert in ext4_mb_normalize_request()

2014-06-30 Thread Jiri Slaby
From: Maurizio Lombardi 3.12-stable review patch. If anyone has any objections, please let me know. === commit b5b60778558cafad17bbcbf63e0310bd3c68eb17 upstream. The variable "size" is expressed as number of blocks and not as number of clusters, this could trigger a kernel panic w

[PATCH 3.12 133/181] USB: sierra: fix AA deadlock in open error path

2014-06-30 Thread Jiri Slaby
From: Johan Hovold 3.12-stable review patch. If anyone has any objections, please let me know. === commit 353fe198602e8b4d1c7bdcceb8e60955087201b1 upstream. Fix AA deadlock in open error path that would call close() and try to grab the already held disc_mutex. Fixes: b9a44bc19f48

[PATCH 3.12 137/181] USB: sierra: fix remote wakeup

2014-06-30 Thread Jiri Slaby
From: Johan Hovold 3.12-stable review patch. If anyone has any objections, please let me know. === commit 80cc0fcbdaeaf10d04ba27779a2d7ceb73d2717a upstream. Make sure that needs_remote_wake up is always set when there are open ports. Currently close() would unconditionally set ne

[PATCH 3.12 138/181] USB: serial: fix potential runtime pm imbalance at device remove

2014-06-30 Thread Jiri Slaby
From: Johan Hovold 3.12-stable review patch. If anyone has any objections, please let me know. === commit c14829fad88dbeda57253590695b85ba51270621 upstream. Only call usb_autopm_put_interface() if the corresponding usb_autopm_get_interface() was successful. This prevents a potent

[PATCH 3.12 130/181] USB: usb_wwan: fix urb leak at shutdown

2014-06-30 Thread Jiri Slaby
From: Johan Hovold 3.12-stable review patch. If anyone has any objections, please let me know. === commit 79eed03e77d481b55d85d1cfe5a1636a0d3897fd upstream. The delayed-write queue was never emptied at shutdown (close), something which could lead to leaked urbs if the port is clos

[PATCH 3.12 115/181] mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_MCEERR_AO)

2014-06-30 Thread Jiri Slaby
From: Naoya Horiguchi 3.12-stable review patch. If anyone has any objections, please let me know. === commit 3ba08129e38437561df44c36b7ea9081185d5333 upstream. Currently memory error handler handles action optional errors in the deferred manner by default. And if a recovery aware

[PATCH 3.12 112/181] mm: page_alloc: use word-based accesses for get/set pageblock bitmaps

2014-06-30 Thread Jiri Slaby
From: Mel Gorman 3.12-stable review patch. If anyone has any objections, please let me know. === commit e58469bafd0524e848c3733bc3918d854595e20f upstream. The test_bit operations in get/set pageblock flags are expensive. This patch reads the bitmap on a word basis and use shifts

[PATCH 3.12 071/181] iio: Fix endianness issue in ak8975_read_axis()

2014-06-30 Thread Jiri Slaby
From: Peter Meerwald 3.12-stable review patch. If anyone has any objections, please let me know. === commit 8ba42fb7b17649c9ab5b5e79d4e90370a0b4645e upstream. i2c_smbus_read_word_data() does host endian conversion already, no need for le16_to_cpu() Signed-off-by: Peter Meerwald

  1   2   3   4   >