[PATCH 3.10 13/53] mtd: eLBC NAND: fix subpage write support

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Pekon Gupta commit f034d87def51f026b735d1e2877e9387011b2ba3 upstream. As subpage write is enabled by default for all drivers, nand_write_subpage_hwecc causes a crash if the driver did not

[PATCH 3.10 16/53] drm/radeon: fix typo in radeon_connector_is_dp12_capable()

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit af5d36539dfe043f1cf0f8b7334d6bb12cd14e75 upstream. We were checking the ext clock rather than the display clock. Noticed by ArtForz on IRC. Signed-off-by: Alex Deucher

[PATCH 3.14 57/94] ARM: OMAP2+: Fix parser-bug in platform muxing code

2014-07-07 Thread Greg Kroah-Hartman
3.14-stable review patch. If anyone has any objections, please let me know. -- From: "David R. Piegdon" commit c021f241f4fab2bb4fc4120a38a828a03dd3f970 upstream. Fix a parser-bug in the omap2 muxing code where muxtable-entries will be wrongly selected if the requested muxname

[PATCH 3.10 18/53] drm/radeon/atom: fix dithering on certain panels

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 642528355c694f5ed68f6bff9ff520326a249f99 upstream. We need to specify the encoder mode as LVDS for eDP when using the Crtc_Source atom table in order to properly set up

[PATCH 3.10 28/53] mac80211: dont check netdev state for debugfs read/write

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Arik Nemtsov commit 923eaf367206e01f22c97aee22300e332d071916 upstream. Doing so will lead to an oops for a p2p-dev interface, since it has no netdev. Signed-off-by: Arik Nemtsov

[PATCH 3.10 17/53] drm/radeon/dp: fix lane/clock setup for dp 1.2 capable devices

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 3b6d9fd23e015b5397c438fd3cd74147d2c805b6 upstream. Only DCE5+ asics support DP 1.2. Noticed by ArtForz on IRC. Signed-off-by: Alex Deucher Signed-off-by: Greg

[PATCH 3.10 34/53] CIFS: fix mount failure with broken pathnames when smb3 mount with mapchars option

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Steve French commit ce36d9ab3bab06b7b5522f5c8b68fac231b76ffb upstream. When we SMB3 mounted with mapchars (to allow reserved characters : \ / > < * ? via the Unicode Windows to POSIX remap

[PATCH 3.10 03/53] virtio-scsi: avoid cancelling uninitialized work items

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Paolo Bonzini commit cdda0e5acbb78f7b777049f8c27899e5c5bb368f upstream. Calling the workqueue interface on uninitialized work items isn't a good idea even if they're zeroed. It's not failing

[PATCH 3.10 26/53] rbd: handle parent_overlap on writes correctly

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Ilya Dryomov commit 9638556a276125553549fdfe349c464481ec2f39 upstream. The following check in rbd_img_obj_request_submit() rbd_dev->parent_overlap <= obj_request->img_offset allows the

[PATCH 3.10 37/53] KVM: x86: Increase the number of fixed MTRR regs to 10

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Nadav Amit commit 682367c494869008eb89ef733f196e99415ae862 upstream. Recent Intel CPUs have 10 variable range MTRRs. Since operating systems sometime make assumptions on CPUs while they

[PATCH 3.10 36/53] ext4: Fix hole punching for files with indirect blocks

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Jan Kara commit a93cd4cf86466caa49cfe64607bea7f0bde3f916 upstream. Hole punching code for files with indirect blocks wrongly computed number of blocks which need to be cleared when traversing

[PATCH 3.10 38/53] KVM: x86: preserve the high 32-bits of the PAT register

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Paolo Bonzini commit 7cb060a91c0efc5ff94f83c6df3ed705e143cdb9 upstream. KVM does not really do much with the PAT, so this went unnoticed for a long time. It is exposed however if you try to

[PATCH 3.10 35/53] ext4: Fix buffer double free in ext4_alloc_branch()

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Jan Kara commit c5c7b8ddfbf8cb3b2291e515a34ab1b8982f5a2d upstream. Error recovery in ext4_alloc_branch() calls ext4_forget() even for buffer corresponding to indirect block it did not

[PATCH 3.10 39/53] iio: of_iio_channel_get_by_name() returns non-null pointers for error legs

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Adam Thomson commit a2c12493ed7e63a18cef33a71686d12ffcd6600e upstream. Currently in the inkern.c code for IIO framework, the function of_iio_channel_get_by_name() will return a non-NULL

[PATCH 3.10 04/53] virtio-scsi: fix various bad behavior on aborted requests

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Paolo Bonzini commit 8faeb529b2dabb9df691d614dda18910a43d05c9 upstream. Even though the virtio-scsi spec guarantees that all requests related to the TMF will have been completed by the time

Re: [PATCH] mtd: nand: stm_nand_bch: add new driver

2014-07-07 Thread Brian Norris
Hi Lee, Pekon, A few additions/corrections to Pekon's comments. On Thu, Jul 03, 2014 at 09:09:27AM +, Pekon Gupta wrote: > >From: Brian Norris [mailto:computersforpe...@gmail.com] > >On Wed, May 28, 2014 at 10:20:05AM +0100, Lee Jones wrote: > >> diff --git

[PATCH 3.10 40/53] nfsd: fix rare symlink decoding bug

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: "J. Bruce Fields" commit 76f47128f9b33af1e96819746550d789054c9664 upstream. An NFS operation that creates a new symlink includes the symlink data, which is xdr-encoded as a length followed by

[PATCH 3.10 25/53] rbd: use reference counts for image requests

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Alex Elder commit 0f2d5be792b0466b06797f637cfbb0f64dbb408c upstream. Each image request contains a reference count, but to date it has not actually been used. (I think this was just an

[PATCH 3.4 13/44] drm/radeon: fix typo in radeon_connector_is_dp12_capable()

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit af5d36539dfe043f1cf0f8b7334d6bb12cd14e75 upstream. We were checking the ext clock rather than the display clock. Noticed by ArtForz on IRC. Signed-off-by: Alex Deucher

[PATCH 3.10 05/53] xhci: correct burst count field for isoc transfers on 1.0 xhci hosts

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mathias Nyman commit 3213b151387df0b95f4eada104f68eb1c1409cb3 upstream. The transfer burst count (TBC) field in xhci 1.0 hosts should be set to the number of bursts needed to transfer all

[PATCH 3.4 12/44] drm/radeon: only apply hdmi bpc pll flags when encoder mode is hdmi

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 7d5ab3009a8ca777174f6f469277b3922d56fd4b upstream. May fix display issues with non-HDMI displays. Signed-off-by: Alex Deucher Signed-off-by: Greg Kroah-Hartman ---

Re: [PATCH tip/core/rcu 0/4] Documentation changes for 3.17

2014-07-07 Thread Josh Triplett
On Mon, Jul 07, 2014 at 03:23:45PM -0700, Paul E. McKenney wrote: > Hello! > > This series provides a few documentation updates: > > 1.Clarify that if there is nothing awakened, then there is no > memory barrier. > > 2.Fix broken RTFP URL, courtesy of Pranith Kumar. > > 3.Add

[PATCH 3.4 15/44] drm/vmwgfx: Fix incorrect write to read-only register v2:

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Hellstrom commit 4e578080ed3262ed2c3985868539bc66218d25c0 upstream. Commit "drm/vmwgfx: correct fb_fix_screeninfo.line_length", while fixing a vmwgfx fbdev bug, also writes the pitch to

[PATCH 3.4 14/44] drm/radeon/atom: fix dithering on certain panels

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 642528355c694f5ed68f6bff9ff520326a249f99 upstream. We need to specify the encoder mode as LVDS for eDP when using the Crtc_Source atom table in order to properly set up the

[PATCH 3.4 16/44] Bluetooth: Fix SSP acceptor just-works confirmation without MITM

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hedberg commit ba15a58b179ed76a7e887177f2b06de12c58ec8f upstream. >From the Bluetooth Core Specification 4.1 page 1958: "if both devices have set the Authentication_Requirements

[PATCH 3.4 18/44] mac80211: dont check netdev state for debugfs read/write

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Arik Nemtsov commit 923eaf367206e01f22c97aee22300e332d071916 upstream. Doing so will lead to an oops for a p2p-dev interface, since it has no netdev. Signed-off-by: Arik Nemtsov

[PATCH 3.4 00/44] 3.4.98-stable review

2014-07-07 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.4.98 release. There are 44 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 Wed Jul 9 23:58:50 UTC 2014. Anything

Re: [PATCH v8 3/9] pci: Introduce pci_register_io_range() helper function.

2014-07-07 Thread Bjorn Helgaas
On Tue, Jul 01, 2014 at 07:43:28PM +0100, Liviu Dudau wrote: > Some architectures do not have a simple view of the PCI I/O space > and instead use a range of CPU addresses that map to bus addresses. For > some architectures these ranges will be expressed by OF bindings > in a device tree file. >

[PATCH 3.4 02/44] xhci: correct burst count field for isoc transfers on 1.0 xhci hosts

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Mathias Nyman commit 3213b151387df0b95f4eada104f68eb1c1409cb3 upstream. The transfer burst count (TBC) field in xhci 1.0 hosts should be set to the number of bursts needed to transfer all

[PATCH 3.4 01/44] ibmvscsi: Abort init sequence during error recovery

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Brian King commit 9ee755974bea2f9880e517ec985dc9dede1b3a36 upstream. If a CRQ reset is triggered for some reason while in the middle of performing VSCSI adapter initialization, we don't want

[PATCH 3.4 17/44] Bluetooth: Remove unused hci_le_ltk_reply()

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Syam Sidhardhan commit e10b9969f217c948c5523045f44eba4d3a758ff0 upstream. In this API, we were using sizeof operator for an array given as function argument, which is invalid. However this API

[PATCH 3.4 21/44] CIFS: fix mount failure with broken pathnames when smb3 mount with mapchars option

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Steve French commit ce36d9ab3bab06b7b5522f5c8b68fac231b76ffb upstream. When we SMB3 mounted with mapchars (to allow reserved characters : \ / > < * ? via the Unicode Windows to POSIX remap

[PATCH 3.4 03/44] xhci: Fix runtime suspended xhci from blocking system suspend.

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: "Wang, Yu" commit d6236f6d1d885aa19d1cd7317346fe795227a3cc upstream. The system suspend flow as following: 1, Freeze all user processes and kenrel threads. 2, Try to suspend all devices.

[PATCH 3.4 09/44] rt2x00: disable TKIP on USB

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Stanislaw Gruszka commit 8edcb0ba0d56f5914eef11eda6db8bfe74eb9ca8 upstream. On USB we can not get atomically TKIP key. We have to disable support for TKIP acceleration on USB hardware to avoid

[PATCH 3.4 24/44] nfsd: fix rare symlink decoding bug

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: "J. Bruce Fields" commit 76f47128f9b33af1e96819746550d789054c9664 upstream. An NFS operation that creates a new symlink includes the symlink data, which is xdr-encoded as a length followed by

[PATCH 3.4 10/44] rt2x00: fix rfkill regression on rt2500pci

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Stanislaw Gruszka commit 616a8394b5df8c88f4dd416f4527439a4e365034 upstream. As reported by Niels, starting rfkill polling during device probe (commit e2bc7c5, generally sane change) broke

[PATCH 3.4 23/44] KVM: x86: preserve the high 32-bits of the PAT register

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Paolo Bonzini commit 7cb060a91c0efc5ff94f83c6df3ed705e143cdb9 upstream. KVM does not really do much with the PAT, so this went unnoticed for a long time. It is exposed however if you try to

[PATCH 3.4 25/44] tools: ffs-test: fix header values endianess

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Michal Nazarewicz commit f35f71244da6e51db4e1f2c7e318581f498ececf upstream. It appears that no one ever run ffs-test on a big-endian machine, since it used cpu-endianess for fs_count and

[PATCH 3.4 11/44] mtd: pxa3xx_nand: make the driver work on big-endian systems

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Petazzoni commit b7e460624f0f3c31150f3b09e75b0d009e22ba5f upstream. The pxa3xx_nand driver currently uses __raw_writel() and __raw_readl() to access I/O registers. However, those

Re: [PATCH 0/11 v3] tlan: Link handling improvements and Olicom fixes

2014-07-07 Thread David Miller
From: Ondrej Zary Date: Mon, 30 Jun 2014 18:38:26 +0200 > This patch series improves link handling in tlan driver, allowing the > cable to be (un)plugged anytime and NetworkManager to work properly. > > Also there are some bugfixes related to Olicom OC-2326 card. Series applied to net-next,

[PATCH 3.4 19/44] ARM: OMAP2+: Fix parser-bug in platform muxing code

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: "David R. Piegdon" commit c021f241f4fab2bb4fc4120a38a828a03dd3f970 upstream. Fix a parser-bug in the omap2 muxing code where muxtable-entries will be wrongly selected if the requested muxname

[PATCH 3.4 22/44] KVM: x86: Increase the number of fixed MTRR regs to 10

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Nadav Amit commit 682367c494869008eb89ef733f196e99415ae862 upstream. Recent Intel CPUs have 10 variable range MTRRs. Since operating systems sometime make assumptions on CPUs while they ignore

[PATCH 3.4 07/44] USB: ftdi_sio: fix null deref at port probe

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold commit aea1ae8760314e072bf1b773521e9de5d5dda10d upstream. Fix NULL-pointer dereference when probing an interface with no endpoints. These devices have two bulk endpoints per

[PATCH 3.4 33/44] staging: comedi: fix a race between do_cmd_ioctl() and read/write

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Ian Abbott commit 4b18f08be01a7b3c7b6df497137b6e3cb28adaa3 upstream. `do_cmd_ioctl()` is called with the comedi device's mutex locked to process the `COMEDI_CMD` ioctl to set up comedi's

[PATCH 3.4 34/44] staging: wlags49_h2: buffer overflow setting station name

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter commit b5e2f339865fb443107e5b10603e53bbc92dc054 upstream. We need to check the length parameter before doing the memcpy(). I've actually changed it to strlcpy() as well so that

[PATCH 3.4 35/44] Staging: bcm: Create and initialize new device id in InterfaceInit

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Kevin McKinney commit e66fc1fba248738d32f3b64508f9ef1176d9e767 upstream. This patch create and initalizes a new device id of 0x172 as reported by Rinat Camalov . In addition, a comment is

[PATCH 3.4 36/44] Staging: bcm: Add two products and remove an existing product.

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Kevin McKinney commit 4f29ef050848245f7c180b95ccf67dfcd76b1fd8 upstream. This patch adds two new products and modifies the device id table to include them. In addition, product of 0xbccd -

RE: [PATCH v2 5/7] ACPI/SFI: Fix wrong inclusion in SFI/ACPI wrapper - table definitions.

2014-07-07 Thread Zheng, Lv
Hi, > From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] > Sent: Tuesday, July 08, 2014 5:25 AM > > On Monday, July 07, 2014 12:17:28 PM Lv Zheng wrote: > > This patch removes inclusions from as > > has already included it for CONFIG_ACPI=n builds. > > So are patches [1-4/5] only needed to

[PATCH 3.4 31/44] ACPI video: ignore BIOS initial backlight value for HP 1000

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Alex Hung commit 4ef366c583d6180b1c951147869ee5a3038834f2 upstream. On HP 1000 lapops, BIOS reports minimum backlight on boot and causes backlight to dim completely. This ignores the initial

[PATCH 3.4 29/44] ACPI / video: Add "Asus UL30VT" to ACPI video detect blacklist

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Lan Tianyu commit d0c2ce16bec0afa6013b4c5220ca4c9c67210215 upstream. The ACPI video driver can't control backlight correctly on Asus UL30VT. Vendor driver (asus-laptop) can work. This patch

[PATCH 3.4 38/44] powerpc/smp: Section mismatch from smp_release_cpus to __initdata spinning_secondaries

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Chen Gang commit 8246aca7058f3f2c2ae503081777965cd8df7b90 upstream. the smp_release_cpus is a normal funciton and called in normal environments, but it calls the __initdata

[PATCH 3.4 37/44] powerpc: Fix emulation of illegal instructions on PowerNV platform

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Paul Mackerras commit bf593907f7236e95698a76b7c7a2bbf8b1165327 upstream. Normally, the kernel emulates a few instructions that are unimplemented on some processors (e.g. the old dcba

[PATCH 3.4 30/44] ACPI / video: Add "Asus UL30A" to ACPI video detect blacklist

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Bastian Triller commit c8f6d8351ba8c89d5cd4c562552ec7ec29274e31 upstream. Like on UL30VT, the ACPI video driver can't control backlight correctly on Asus UL30A. Vendor driver (asus-laptop)

[PATCH 3.4 32/44] staging: comedi: das08: Correct AI encoding for das08jr-16-ao

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Ian Abbott commit e6391a182865efc896cb2a8d79e07b7ac2f45b48 upstream. The element of `das08_boards[]` for the 'das08jr-16-ao' board has the `ai_encoding` member set to `das08_encode12`. It

[PATCH 3.4 39/44] powerpc: Dont Oops when accessing /proc/powerpc/lparcfg without hypervisor

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Benjamin Herrenschmidt commit f5f6cbb61610b7bf9d9d96db9c3979d62a424bab upstream. /proc/powerpc/lparcfg is an ancient facility (though still actively used) which allows access to some

[PATCH 3.4 26/44] md: flush writes before starting a recovery.

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: NeilBrown commit 133d4527eab8d199a62eee6bd433f0776842df2e upstream. When we write to a degraded array which has a bitmap, we make sure the relevant bit in the bitmap remains set when the write

[PATCH 3.4 27/44] sym53c8xx_2: Set DID_REQUEUE return code when aborting squeue

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Mikulas Patocka commit fd1232b214af43a973443aec6a2808f16ee5bf70 upstream. This patch fixes I/O errors with the sym53c8xx_2 driver when the disk returns QUEUE FULL status. When the controller

[PATCH 3.4 43/44] ACPI video: ignore BIOS backlight value for HP dm4

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- 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

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

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Madhavan Srinivasan commit d1211af3049f4c9c1d8d4eb8f8098cc4f4f0d0c7 upstream. arch/powerpc/kernel/sysfs.c exports PURR with write permission. This may be valid for kernel in phyp mode. But

RE: [PATCH v2 6/7] ACPI: Cleanup useless ACPI inclusion.

2014-07-07 Thread Zheng, Lv
Hi, > From: linux-acpi-ow...@vger.kernel.org > [mailto:linux-acpi-ow...@vger.kernel.org] On Behalf Of Rafael J. Wysocki > Sent: Tuesday, July 08, 2014 5:24 AM > > On Monday, July 07, 2014 12:17:40 PM Lv Zheng wrote: > > The sst-haswell-dsp.c is an ACPI independent file, this patch removes > >

[PATCH 3.4 28/44] acpi/video_detect: blacklist samsung x360

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Corentin Chary commit 084940d5b101e9ca91a689eb5048151b14076839 upstream. On Samsung X360, the BIOS will set a flag (VDRV) if the generic ACPI backlight device is used. This flag will

[PATCH 3.4 42/44] powerpc/pseries: Duplicate dtl entries sometimes sent to userspace

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Anton Blanchard commit 84b073868b9d9e754ae48b828337633d1b386482 upstream. When reading from the dispatch trace log (dtl) userspace interface, I sometimes see duplicate entries. One example: #

[PATCH 3.4 40/44] powerpc: Restore registers on error exit from csum_partial_copy_generic()

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: "Paul E. McKenney" commit 8f21bd0090052e740944f9397e2be5ac7957ded7 upstream. The csum_partial_copy_generic() function saves the PowerPC non-volatile r14, r15, and r16 registers for the main

[PATCH 3.4 41/44] powerpc/pseries/lparcfg: Fix possible overflow are more than 1026

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Chen Gang commit 5676005acf26ab7e924a8438ea4746e47d405762 upstream. need set '\0' for 'local_buffer'. SPLPAR_MAXLENGTH is 1026, RTAS_DATA_BUF_SIZE is 4096. so the contents of rtas_data_buf

[PATCH 3.4 05/44] USB: option: add device ID for SpeedUp SU9800 usb 3g modem

2014-07-07 Thread Greg Kroah-Hartman
3.4-stable review patch. If anyone has any objections, please let me know. -- From: Oliver Neukum commit 1cab4c68e339086cdaff7535848e878e8f261fca upstream. Reported by Alif Mubarak Ahmad: This device vendor and product id is 1c9e:9800 It is working as serial interface with

[PATCH 3.10 09/53] USB: ftdi_sio: fix null deref at port probe

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold commit aea1ae8760314e072bf1b773521e9de5d5dda10d upstream. Fix NULL-pointer dereference when probing an interface with no endpoints. These devices have two bulk endpoints per

[PATCH 3.10 42/53] tracing: Remove ftrace_stop/start() from reading the trace file

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: "Steven Rostedt (Red Hat)" commit 099ed151675cd1d2dbeae1dac697975f6a68716d upstream. Disabling reading and writing to the trace file should not be able to disable all function tracing

[PATCH 3.10 06/53] xhci: Fix runtime suspended xhci from blocking system suspend.

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: "Wang, Yu" commit d6236f6d1d885aa19d1cd7317346fe795227a3cc upstream. The system suspend flow as following: 1, Freeze all user processes and kenrel threads. 2, Try to suspend all devices.

Re: [PATCH] Fix compiler message generation

2014-07-07 Thread Doug Anderson
Michal On Fri, Jul 4, 2014 at 5:38 AM, Michal Marek wrote: > On Wed, Jul 02, 2014 at 02:34:10PM +0100, David Howells wrote: >> Michal Marek wrote: >> >> > From 5b59dcacf358f143b9fb39d2f788142ab9ba3e00 Mon Sep 17 00:00:00 2001 >> > From: Michal Marek >> > Date: Wed, 2 Jul 2014 14:28:26 +0200 >>

[PATCH 3.10 00/53] 3.10.48-stable review

2014-07-07 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.10.48 release. There are 53 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 Wed Jul 9 23:58:20 UTC 2014. Anything

[PATCH 3.10 52/53] drivers/video/fbdev/fb-puv3.c: Add header files for function unifb_mmap

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Zhichuang SUN commit fbc6c4a13bbfb420eedfdb26a0a859f9c07e8a7b upstream. Function unifb_mmap calls functions which are defined in linux/mm.h and asm/pgtable.h The related error (for unicore32

[PATCH 3.10 51/53] arch/unicore32/mm/alignment.c: include "asm/pgtable.h" to avoid compiling error

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Chen Gang commit 1ff38c56cbd095c4c0dfa581a859ba3557830f78 upstream. Need include "asm/pgtable.h" to include "asm-generic/pgtable-nopmd.h", so can let 'pmd_t' defined. The related error with

RE: [UPDATE PATCH v2 0/6] ACPI/EC: Critical race fixes.

2014-07-07 Thread Zheng, Lv
Hi, > From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] > Sent: Monday, July 07, 2014 7:18 PM > > On Monday, July 07, 2014 11:09:49 AM Lv Zheng wrote: > > History: > > v1: > > The collection of bug-fixes from kernel bugzilla bug 70891. > > v2: > > 1. Improves the patch descriptions to make

Re: [PATCH] batman-adv: Use kasprintf

2014-07-07 Thread David Miller
From: Himangi Saraogi Date: Sun, 29 Jun 2014 00:06:29 +0530 > kasprintf combines kmalloc and sprintf, and takes care of the size > calculation itself. > > The semantic patch that makes this change is as follows: ... > Signed-off-by: Himangi Saraogi > Acked-by: Julia Lawall Applied, thanks.

[PATCH 3.10 24/53] dm thin: update discard_granularity to reflect the thin-pool blocksize

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Lukas Czerner commit 09869de57ed2728ae3c619803932a86cb0e2c4f8 upstream. DM thinp already checks whether the discard_granularity of the data device is a factor of the thin-pool block size.

[PATCH 3.10 53/53] sym53c8xx_2: Set DID_REQUEUE return code when aborting squeue

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Mikulas Patocka commit fd1232b214af43a973443aec6a2808f16ee5bf70 upstream. This patch fixes I/O errors with the sym53c8xx_2 driver when the disk returns QUEUE FULL status. When the controller

[PATCH 3.10 44/53] irqchip: spear_shirq: Fix interrupt offset

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner commit 4f4366033945419b0c52118c29d3057d7c558765 upstream. The ras3 block on spear320 claims to have 3 interrupts. In fact it has one and 6 reserved interrupts. Account the 6

[PATCH 3.10 43/53] md: flush writes before starting a recovery.

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: NeilBrown commit 133d4527eab8d199a62eee6bd433f0776842df2e upstream. When we write to a degraded array which has a bitmap, we make sure the relevant bit in the bitmap remains set when the

[PATCH 3.10 48/53] serial: 8250_dw: Fix LCR workaround regression

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: James Hogan commit 6979f8d28049879e6147767d93ba6732c8bd94f4 upstream. Commit c49436b657d0 (serial: 8250_dw: Improve unwritable LCR workaround) caused a regression. It added a check that the

[PATCH 3.10 23/53] Bluetooth: Fix locking of hdev when calling into SMP code

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hedberg commit c73f94b8c093a615ce80eabbde0ac6eb9abfe31a upstream. The SMP code expects hdev to be unlocked since e.g. crypto functions will try to (re)lock it. Therefore, we need to

[PATCH 3.10 46/53] serial: 8250_dw: Report CTS asserted for auto flow

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Tim Kryger commit 33acbb82695f84e9429c1f7fbdeb4588dea12ffa upstream. When a serial port is configured for RTS/CTS flow control, serial core will disable the transmitter if it observes CTS is

[PATCH 3.10 45/53] mmc: rtsx: add R1-no-CRC mmc command type handle

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Micky Ching commit 5027251eced6e34315a52bd841279df957f627bb upstream. a27fbf2f067b0cd ("mmc: add ignorance case for CMD13 CRC error") produced a cmd.flags unhandled in realtek pci host

[PATCH 3.10 49/53] ALSA: usb-audio: Suppress repetitive debug messages from retire_playback_urb()

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Tim Gardner commit a5065eb6da55b226661456e6a7435f605df98111 upstream. BugLink: http://bugs.launchpad.net/bugs/1305133 Malfunctioning or slow devices can cause a flood of dmesg SPAM. I've

[PATCH 3.10 41/53] tools: ffs-test: fix header values endianess

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Michal Nazarewicz commit f35f71244da6e51db4e1f2c7e318581f498ececf upstream. It appears that no one ever run ffs-test on a big-endian machine, since it used cpu-endianess for fs_count and

[PATCH 3.10 27/53] hwmon: (ina2xx) Cast to s16 on shunt and current regs

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Fabio Baltieri commit c0214f98943b1fe43f7be61b7782b0c8f0836f28 upstream. All devices supported by ina2xx are bidirectional and report the measured shunt voltage and power values as a signed

[PATCH 3.10 47/53] serial: 8250_dw: Improve unwritable LCR workaround

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Tim Kryger commit c49436b657d0a56a6ad90d14a7c3041add7cf64d upstream. When configured with UART_16550_COMPATIBLE=NO or in versions prior to the introduction of this option, the Designware UART

[PATCH 3.10 21/53] Bluetooth: Fix SSP acceptor just-works confirmation without MITM

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hedberg commit ba15a58b179ed76a7e887177f2b06de12c58ec8f upstream. >From the Bluetooth Core Specification 4.1 page 1958: "if both devices have set the Authentication_Requirements

[PATCH 3.10 22/53] Bluetooth: Fix check for connection encryption

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hedberg 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

[PATCH 3.10 20/53] drm/vmwgfx: Fix incorrect write to read-only register v2:

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Hellstrom commit 4e578080ed3262ed2c3985868539bc66218d25c0 upstream. Commit "drm/vmwgfx: correct fb_fix_screeninfo.line_length", while fixing a vmwgfx fbdev bug, also writes the pitch

[PATCH 3.10 02/53] ibmvscsi: Add memory barriers for send / receive

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Brian King commit 7114aae02742d6b5c5a0d39a41deb61d415d3717 upstream. Add a memory barrier prior to sending a new command to the VIOS to ensure the VIOS does not receive stale data in the

[PATCH 3.10 31/53] ARM: OMAP2+: Fix parser-bug in platform muxing code

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: "David R. Piegdon" commit c021f241f4fab2bb4fc4120a38a828a03dd3f970 upstream. Fix a parser-bug in the omap2 muxing code where muxtable-entries will be wrongly selected if the requested muxname

[PATCH 3.10 30/53] iwlwifi: pcie: try to get ownership several times

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Emmanuel Grumbach commit 501fd9895c1d7d8161ed56698ae2fccb10ef14f5 upstream. Some races with the hardware can happen when we take ownership of the device. Don't give up after the first try.

[PATCH 3.10 50/53] ALSA: usb-audio: Prevent printk ratelimiting from spamming kernel log while DEBUG not defined

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Sander Eikelenboom commit b7a7723513dc89f83d6df13206df55d4dc26e825 upstream. This (widely used) construction: if(printk_ratelimit()) dev_dbg() Causes the ratelimiting to spam the

[PATCH 3.10 07/53] USB: option: add device ID for SpeedUp SU9800 usb 3g modem

2014-07-07 Thread Greg Kroah-Hartman
3.10-stable review patch. If anyone has any objections, please let me know. -- From: Oliver Neukum commit 1cab4c68e339086cdaff7535848e878e8f261fca upstream. Reported by Alif Mubarak Ahmad: This device vendor and product id is 1c9e:9800 It is working as serial interface with

Re: [PATCH] mtd: nand: stm_nand_bch: add new driver

2014-07-07 Thread Brian Norris
Hi Boris, On Thu, Jul 03, 2014 at 10:05:22AM +0200, Boris BREZILLON wrote: > On Wed, 2 Jul 2014 17:22:37 -0700 Brian Norris > wrote: > > On Wed, May 28, 2014 at 10:20:05AM +0100, Lee Jones wrote: > > > + > > > + nand_timing0: nand-timing { > > > + sig-setup = <10>; > > > +

Re: fallout of 16K stacks

2014-07-07 Thread Linus Torvalds
On Mon, Jul 7, 2014 at 4:04 PM, Andi Kleen wrote: >> >> As in ENOMEM or does something worse happen? > > EAGAIN, then the workload stops. For an overnight stress > test that's pretty catastrophic. It may have killed some stuff > with the OOM killer too. I don't think it's OOM. We have long had

Re: [PATCH 00/18] lib: bitmap: Various improvements

2014-07-07 Thread Joe Perches
On Mon, 2014-07-07 at 16:20 -0700, Andrew Morton wrote: > On Fri, 4 Jul 2014 00:42:46 +0200 Rasmus Villemoes > wrote: > > > Many functions in lib/bitmap.c start with an expression such as lim = > > bits/BITS_PER_LONG. Since bits has type (signed) int, and since gcc > > cannot know that it is

Re: 3.16rc3 multiplatform, Armada 370 and IOMMU: unbootable kernel

2014-07-07 Thread Greg Kroah-Hartman
On Mon, Jul 07, 2014 at 08:37:58PM -0300, Ezequiel Garcia wrote: > On 07 Jul 11:30 AM, Greg Kroah-Hartman wrote: > > On Mon, Jul 07, 2014 at 07:58:18AM -0300, Ezequiel Garcia wrote: > [..] > > > > > > I guess I snipped the thread and lost most of the information about the > > > panic. > > >

Re: linux-next: Tree for Jun 19 (drm/i915)

2014-07-07 Thread Rafael J. Wysocki
On Monday, July 07, 2014 11:49:22 PM Rafael J. Wysocki wrote: > On Monday, July 07, 2014 10:06:59 PM Daniel Vetter wrote: > > On Mon, Jul 07, 2014 at 10:01:27PM +0200, Rafael J. Wysocki wrote: > > > On Monday, July 07, 2014 04:54:23 PM Daniel Vetter wrote: > > > > On Wed, Jun 25, 2014 at

Re: 3.16rc3 multiplatform, Armada 370 and IOMMU: unbootable kernel

2014-07-07 Thread Ezequiel Garcia
On 07 Jul 11:30 AM, Greg Kroah-Hartman wrote: > On Mon, Jul 07, 2014 at 07:58:18AM -0300, Ezequiel Garcia wrote: [..] > > > > I guess I snipped the thread and lost most of the information about the > > panic. > > Here's the original bug report: > > > >

<    1   2   3   4   5   6   7   8   9   10   >