[PATCH 3.11 049/121] KVM: return an error code in kvm_vm_ioctl_register_coalesced_mmio()

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter commit aac5c4226e7136c331ed384c25d5560204da10a0 upstream. If kvm_io_bus_register_dev() fails then it returns success but it should return an error code. I also did a litt

[PATCH 3.11 054/121] iwlwifi: mvm: don't allow A band if SKU forbids it

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Emmanuel Grumbach commit c512865446e6dd5b6e91e81187e75b734ad7cfc7 upstream. The driver wasn't reading the NVM properly. While this didn't lead to any issue until now, it seems that ther

[PATCH 3.11 053/121] iwlwifi: mvm: BT Coex - disable BT when TXing probe request in scan

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Emmanuel Grumbach commit 8e2a866ef214af4e104ec8d593e3269d8fe66d19 upstream. Not doing so will let BT kill our probe requests leading to failures in scan. Reviewed-by: Johannes Berg Si

[PATCH 3.11 052/121] power: max17040: Fix NULL pointer dereference when there is no platform_data

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Krzysztof Kozlowski commit ac323d8d807060f7c95a685a9fe861e7b6300993 upstream. Fix NULL pointer dereference of "chip->pdata" if platform_data was not supplied to the driver. The driver

[PATCH 3.11 039/121] timekeeping: Fix potential lost pv notification of time change

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: John Stultz commit 5258d3f25c76f6ab86e9333abf97a55a877d3870 upstream. In 780427f0e11 (Indicate that clock was set in the pvclock gtod notifier), logic was added to pass a CLOCK_WAS_SET

[PATCH 3.11 061/121] usb: ftdi_sio: add Mindstorms EV3 console adapter

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= commit 67847baee056892dc35efb9c3fd05ae7f075588c upstream. Signed-off-by: Bjørn Mork Signed-off-by: Greg Kroah-Hartman Signed-off-by: Luis Henriques ---

[PATCH 3.11 056/121] ath9k_htc: make ->sta_rc_update atomic for most calls

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Stanislaw Gruszka commit 2fa4cb905605c863bf570027233af7afd8149ae4 upstream. sta_rc_update() callback must be atomic, hence we can not take mutexes or do other operations, which can slee

[PATCH 3.11 062/121] usb-storage: restrict bcdDevice range for Super Top in Cypress ATACB

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit a9c143c82608bee2a36410caa56d82cd86bdc7fa upstream. The Cypress ATACB unusual-devs entry for the Super Top SATA bridge causes problems. Although it was originally repo

[PATCH] regulator: tps65217: Allow missing init_data for diagnostics

2014-02-21 Thread Axel Lin
The regulator core supports this to allow the configuration to be inspected at runtime even if no software management is enabled. Signed-off-by: Axel Lin --- drivers/regulator/tps65217-regulator.c | 15 ++- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/drivers/regula

[PATCH 3.11 057/121] ath9k_htc: Do not support PowerSave by default

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Oleksij Rempel commit 6bca610d97b6139a1d7598b8009da9d339daa50f upstream. It is a copy/paste of patch provided by Sujith for ath9k. "Even though we make sure PowerSave is not enabled by

[PATCH 3.11 063/121] usb-storage: add unusual-devs entry for BlackBerry 9000

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit c5637e5119c43452a00e27c274356b072263ecbb upstream. This patch adds an unusual-devs entry for the BlackBerry 9000. This fixes Bugzilla #22442. Signed-off-by: Alan Ste

Re: [PATCH RFC] usb: gadget: Add xilinx axi usb2 device support

2014-02-21 Thread Michal Simek
Hi Mark, On 02/21/2014 01:04 PM, Mark Rutland wrote: > > On Thu, Feb 20, 2014 at 06:23:13PM +, Felipe Balbi wrote: >> Hi, >> >> On Wed, Feb 19, 2014 at 03:10:45PM +0530, Subbaraya Sundeep Bhatta wrote: >>> This patch adds xilinx axi usb2 device driver support >>> >>> Signed-off-by: Subbaraya

[PATCH 3.11 065/121] md/raid1: restore ability for check and repair to fix read errors.

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: NeilBrown commit 1877db75589a895bbdc4c4c3f23558e57b521141 upstream. commit 30bc9b53878a9921b02e3b5bc4283ac1c6de102a md/raid1: fix bio handling problems in process_checks() Move the

[PATCH 3.11 064/121] usb-storage: enable multi-LUN scanning when needed

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit 823d12c95c666fa7ab7dad208d735f6bc6afabdc upstream. People sometimes create their own custom-configured kernels and forget to enable CONFIG_SCSI_MULTI_LUN. This causes

[PATCH 3.11 058/121] ar5523: fix usb id for Gigaset.

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Oleksij Rempel commit 4fcfc7443d072582b5047b8b391d711590e5645c upstream. Raw id and FW id should be switched. Tested-by: Oleksij Rempel Signed-off-by: Oleksij Rempel Signed-off-by: J

[PATCH 3.11 055/121] s390/dump: Fix dump memory detection

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Michael Holzheu commit d7736ff5be31edaa4fe5ab62810c64529a24b149 upstream. Dumps created by kdump or zfcpdump can contain invalid memory holes when dumping z/VM systems that have memory

[PATCH 3.11 067/121] usb: qcserial: add Netgear Aircard 340U

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= commit f948dcf9e9973c05d957bc65b3185682f45feda3 upstream. This device was mentioned in an OpenWRT forum. Seems to have a "standard" Sierra Wireless ifnumb

[PATCH 3.11 066/121] of: fix PCI bus match for PCIe slots

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Kleber Sacilotto de Souza commit 14e2abb732e485ee57d9d5b2cb8884652238e5c1 upstream. On IBM pseries systems the device_type device-tree property of a PCIe bridge contains the string "pci

Re: [PATCH v4 1/7] drivers: of: add initialization code for reserved memory

2014-02-21 Thread Grant Likely
On Fri, 21 Feb 2014 12:00:44 +0100, Marek Szyprowski wrote: > Hello, > > On 2014-02-20 15:01, Grant Likely wrote: > > On Thu, 20 Feb 2014 11:52:41 +0100, Marek Szyprowski > > wrote: > > > This patch adds device tree support for contiguous and reserved memory > > > regions defined in device tre

[PATCH 3.11 068/121] USB: ftdi_sio: add Tagsys RFID Reader IDs

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Ulrich Hahn commit 76f24e3f39a1a94bab0d54e98899d64abcd9f69c upstream. Adding two more IDs to the ftdi_sio usb serial driver. It now connects Tagsys RFID readers. There might be more IDs

[PATCH 3.11 070/121] nl80211: Reset split_start when netlink skb is exhausted

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Pontus Fuchs commit f12cb2893069495726c21a4b0178705dacfecfe0 upstream. When the netlink skb is exhausted split_start is left set. In the subsequent retry, with a larger buffer, the dump

[PATCH 3.11 060/121] spi: nuc900: Set SPI_LSB_FIRST for master->mode_bits if hw->pdata->lsb is true

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Axel Lin commit f7db1588d6028c97c098bb6445eaabc56a25fed8 upstream. Otherwise, spi_setup() fails with unsupported mode bits message. Signed-off-by: Axel Lin Signed-off-by: Mark Brown

Re: [PATCH V2] Change ACPI IPMI support to "default y"

2014-02-21 Thread Corey Minyard
On 02/20/2014 03:00 PM, Matthew Garrett wrote: > On Thu, 2014-02-20 at 14:59 -0600, Russ Anderson wrote: >> On Thu, Feb 20, 2014 at 08:46:04PM +, Matthew Garrett wrote: >>> On Thu, 2014-02-20 at 14:40 -0600, Russ Anderson wrote: >>> This is also a problem for systems with functional BMCs.

[PATCH 3.11 069/121] mac80211: move roc cookie assignment earlier

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Eliad Peller commit 2f617435c3a6fe3f39efb9ae2baa77de2d6c97b8 upstream. ieee80211_start_roc_work() might add a new roc to existing roc, and tell cfg80211 it has already started. However

[PATCH 3.11 071/121] mac80211: release the channel in error path in start_ap

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Emmanuel Grumbach commit 0297ea17bf7879fb5846fafd1be4c0471e72848d upstream. When the driver cannot start the AP or when the assignement of the beacon goes wrong, we need to unassign the

[PATCH 3.11 059/121] ath9k: Do not support PowerSave by default

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Sujith Manoharan commit 8298383c2cd5a6d0639f1bb1781fba181bd20154 upstream. Even though we make sure PowerSave is not enabled by default by disabling the flag, WIPHY_FLAG_PS_ON_BY_DEFAUL

[PATCH 3.11 073/121] time: Fix overflow when HZ is smaller than 60

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Mikulas Patocka commit 80d767d770fd9c697e434fd080c2db7b5c60c6dd upstream. When compiling for the IA-64 ski emulator, HZ is set to 32 because the emulation is slow and we don't want to w

[PATCH 3.11 074/121] drm/radeon: fix UVD IRQ support on SI

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Christian=20K=C3=B6nig?= commit b927e1c20462c1ad9caf4c4fa3a30e838a2d4037 upstream. Otherwise decoding isn't really useable. bug: https://bugs.freedesktop.org/show_bug.cgi?id=

[PATCH 3.11 077/121] ALSA: hda - Fix mic capture on Sony VAIO Pro 11

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit f88abaa0d0dc0d1f1a9ae21f8e822918e5aadfdf upstream. The very same fixup is needed to make the mic on Sony VAIO Pro 11 working as well as VAIO Pro 13 model. Reported-

[PATCH 3.11 075/121] drm/radeon: fix UVD IRQ support on 7xx

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit 858a41c853cef2cb01de34dae334c19c1c15b237 upstream. Otherwise decoding isn't really useable. Signed-off-by: Alex Deucher Signed-off-by: Luis Henriques --- drivers

[PATCH 3.11 072/121] mac80211: fix fragmentation code, particularly for encryption

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg commit 338f977f4eb441e69bb9a46eaa0ac715c931a67f upstream. The "new" fragmentation code (since my rewrite almost 5 years ago) erroneously sets skb->len rather than using sk

[PATCH 3.11 079/121] mei: don't unset read cb ptr on reset

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Alexander Usyskin commit 5cb906c7035f03a3a44fecece9d3ff8fcc75d6e0 upstream. Don't set read callback to NULL during reset as this leads to memory leak of both cb and its buffer. The memo

[PATCH 3.11 080/121] VME: Correct read/write alignment algorithm

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Martyn Welch commit f0342e66b397947ed8c3eef8c37b5ca2d5b1bb50 upstream. In order to ensure the correct width cycles on the VME bus, the VME bridge drivers implement an algorithm to utili

[PATCH 3.11 081/121] Drivers: hv: vmbus: Specify the target CPU that should receive notification

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: "K. Y. Srinivasan" commit e28bab4828354583bb66ac09021ca69b341a7db4 upstream. During the initial VMBUS connect phase, starting with WS2012 R2, we should specify the VPCU in the guest tha

[PATCH 3.11 083/121] raw: test against runtime value of max_raw_minors

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Paul Bolle commit 5bbb2ae3d6f896f8d2082d1eceb6131c2420b7cf upstream. bind_get() checks the device number it is called with. It uses MAX_RAW_MINORS for the upper bound. But MAX_RAW_MINOR

[PATCH 3.11 078/121] mei: clear write cb from waiting list on reset

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Alexander Usyskin commit 30c54df7cb9b15b222529a028390b9c9582dd65e upstream. Clear write callbacks sitting in write_waiting list on reset. Otherwise these callbacks are left dangling and

[PATCH 3.11 082/121] Drivers: hv: vmbus: Don't timeout during the initial connection with host

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: "K. Y. Srinivasan" commit 269f979467cf49f2ea8132316c1f00f8c9678f7c upstream. When the guest attempts to connect with the host when there may already be a connection with the host (as wo

[PATCH 3.11 084/121] tty: n_gsm: Fix for modems with brk in modem status control

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Lars Poeschel commit 3ac06b905655b3ef2fd2196bab36e4587e1e4e4f upstream. 3GPP TS 07.10 states in section 5.4.6.3.7: "The length byte contains the value 2 or 3 ... depending on the break

[PATCH 3.11 089/121] block: Fix nr_vecs for inline integrity vectors

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: "Martin K. Petersen" commit 087787959ce851d7bbb19f10f6e9241b7f85a3ca upstream. Commit 9f060e2231ca changed the way we handle allocations for the integrity vectors. When the vectors are

[PATCH 3.11 085/121] tty: Set correct tty name in 'active' sysfs attribute

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Hannes Reinecke commit d8a5dc3033af2fd6d16030d2ee4fbd073460fe54 upstream. The 'active' sysfs attribute should refer to the currently active tty devices the console is running on, not th

[PATCH 3.11 088/121] Modpost: fixed USB alias generation for ranges including 0x9 and 0xA

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Jan Moskyto Matejka commit 03b56329f9bb5a1cb73d7dc659d529a9a9bf3acc upstream. Commit afe2dab4f6 ("USB: add hex/bcd detection to usb modalias generation") changed the routine that genera

[PATCH 3.11 090/121] iio: ak8975: Fix calculation formula for convert micro tesla to gauss unit

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Beomho Seo commit bef44abccb2677e8d16e50b75316d4fd1061be81 upstream. This effects the reported scale of the raw values, and thus userspace applications that use this value. One micro t

[PATCH 3.11 091/121] iio: adis16400: Set timestamp as the last element in chan_spec

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Marcus Folkesson commit c76782d151dab7ecfdcdf9a01561c2d61d9b490f upstream. This is necessary since timestamp is calculated as the last element in iio_compute_scan_bytes(). Without this

[PATCH 3.11 086/121] staging: comedi: adv_pci1710: fix analog output readback value

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: H Hartley Sweeten commit 1e85c1ea1ff2a60659e790ef8ec76c7339445841 upstream. The last value written to a analog output channel is cached in the private data of this driver for readback.

[PATCH 3.11 092/121] fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmem

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: "Eric W. Biederman" commit 96c7a2ff21501691587e1ae969b83cbec8b78e08 upstream. Recently due to a spike in connections per second memcached on 3 separate boxes triggered the OOM killer fr

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

2014-02-21 Thread Luis Henriques
This is the start of the review cycle for the Linux 3.5.7.31 stable kernel. This version contains 60 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.5.y-review;a=

[PATCH 3.11 093/121] mm: fix page leak at nfs_symlink()

2014-02-21 Thread Luis Henriques
3.11.10.5 -stable review patch. If anyone has any objections, please let me know. -- From: Rafael Aquini commit a0b54adda3fe4b4cc6d28f2a9217cd35d1aa888c upstream. Changes in commit a0b8cab3b9b2 ("mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec API"

[PATCH 3.5 01/60] PCI: Enable ARI if dev and upstream bridge support it; disable otherwise

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Yijing Wang commit b0cc6020e1cc62f1253215f189611b34be4a83c7 upstream. Currently, we enable ARI in a device's upstream bridge if the bridge and the device support it. But we never disabl

[PATCH 3.5 03/60] crypto: s390 - fix des and des3_ede cbc concurrency issue

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Harald Freudenberger commit adc3fcf1552b6e406d172fd9690bbd1395053d13 upstream. In s390 des and des3_ede cbc mode the iv value is not protected against concurrency access and modification

[PATCH 3.5 04/60] crypto: s390 - fix des and des3_ede ctr concurrency issue

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Harald Freudenberger commit ee97dc7db4cbda33e4241c2d85b42d1835bc8a35 upstream. In s390 des and 3des ctr mode there is one preallocated page used to speed up the en/decryption. This page

[PATCH 3.5 07/60] [media] mxl111sf: Fix compile when CONFIG_DVB_USB_MXL111SF is unset

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Dave Jones commit 13e1b87c986100169b0695aeb26970943665eda9 upstream. Fix the following build error: drivers/media/usb/dvb-usb-v2/ mxl111sf-tuner.h:72:9: error: expected ‘;’, ‘,’ or ‘)’

[PATCH 3.5 08/60] drm/mgag200: fix typo causing bw limits to be ignored on some chips

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Dave Airlie commit ec22b4aa993abbd18f5bbbcb20a1c56be3b1d38b upstream. mode->mdev otherwise the bw limits never kick in. Reported in RHEL testing. Signed-off-by: Dave Airlie Signed-off

[PATCH 3.5 05/60] ALSA: usb-audio: Add missing kconfig dependecy

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 4fa71c1550a857ff1dbfe9e99acc1f4cfec5f0d0 upstream. The commit 44dcbbb1cd61 introduced the usage of bitreverse helpers but forgot to add the dependency. This patch ad

[PATCH 3.5 11/60] pinctrl: do not init debugfs entries for unimplemented functionalities

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Florian Vaussard commit e7f2a444891cb39f11d5429467d0fd7e011fe7fe upstream. Commit c420619 "pinctrl: pinconf: remove checks on ops->pin_config_get" removed the check on (ops != NULL) when

Re: [PATCH] ARM: EDMA: Use platform_get_resource functions for DT

2014-02-21 Thread Russell King - ARM Linux
On Thu, Feb 20, 2014 at 10:24:21PM -0600, Joel Fernandes wrote: > diff --git a/arch/arm/common/edma.c b/arch/arm/common/edma.c > index dc95efc..ae0ccae 100644 > --- a/arch/arm/common/edma.c > +++ b/arch/arm/common/edma.c > @@ -1469,11 +1470,14 @@ static int edma_xbar_event_map(struct device *dev, >

[PATCH 3.5 10/60] SELinux: Fix kernel BUG on empty security contexts.

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Stephen Smalley commit 2172fa709ab32ca60e86179dc67d0857be8e2c98 upstream. Setting an empty security context (length=0) on a file will lead to incorrectly dereferencing the type and other

[PATCH 3.5 06/60] [media] mxl111sf: Fix unintentional garbage stack read

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Dave Jones commit 866e8d8a9dc1ebb4f9e67197e264ac2df81f7d4b upstream. mxl111sf_read_reg takes an address of a variable to write to as an argument. drivers/media/usb/dvb-usb-v2/mxl111sf-gp

[PATCH 3.5 09/60] ALSA: hda - Improve loopback path lookups for AD1983

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 276ab336b4c6e483d12fd46cbf24f97f71867710 upstream. AD1983 has flexible loopback routes and the generic parser would take wrong path confusingly instead of taking indi

[PATCH 3.5 14/60] mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_lock_irq()

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: KOSAKI Motohiro commit a85d9df1ea1d23682a0ed1e100e6965006595d06 upstream. During aio stress test, we observed the following lockdep warning. This mean AIO+numa_balancing is currently de

[PATCH 3.5 13/60] mm/swap: fix race on swap_info reuse between swapoff and swapon

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Weijie Yang commit f893ab41e4dae2fe8991faf5d86d029068d1ef3a upstream. swapoff clear swap_info's SWP_USED flag prematurely and free its resources after that. A concurrent swapon will reu

[PATCH v2] dt: platform driver: Fill the resources before probe and defer if needed

2014-02-21 Thread Jean-Jacques Hiblot
The goal of this patch is to allow drivers to be probed even if at the time of the DT parsing some of their ressources are not available yet. In the current situation, the resource of a platform device are filled from the DT at the time the device is created (of_device_alloc()). The drawbackof thi

[PATCH 3.5 21/60] timekeeping: fix 32-bit overflow in get_monotonic_boottime

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Colin Cross get_monotonic_boottime adds three nanonsecond values stored in longs, followed by an s64. If the long values are all close to 1e9 the first three additions can overflow and b

Re: [PATCH 2/2] ARM: mm: keep rodata non-executable

2014-02-21 Thread Russell King - ARM Linux
On Fri, Feb 21, 2014 at 12:37:04PM +, Dave Martin wrote: > It would be good if someone who's more familiar with the parms and > vmlinux.lds stuff could take a look at it, though I don't see any > obvious problem yet. The biggest issue with it is that we end up with: - the .text section rounde

[PATCH 3.5 25/60] ftrace: Fix synchronization location disabling and freeing ftrace_ops

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: "Steven Rostedt (Red Hat)" commit a4c35ed241129dd142be4cadb1e5a474a56d5464 upstream. The synchronization needed after ftrace_ops are unregistered must happen after the callback is disabl

[PATCH 3.5 16/60] sched,rt: fix isolated CPUs leaving root_task_group indefinitely throttled

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Mike Galbraith commit e221d028bb08b47e624c5f0a31732c642db9d19a upstream. Root task group bandwidth replenishment must service all CPUs, regardless of where the timer was last started, an

[PATCH 3.5 26/60] ftrace: Have function graph only trace based on global_ops filters

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: "Steven Rostedt (Red Hat)" commit 23a8e8441a0a74dd612edf81dc89d1600bc0a3d1 upstream. Doing some different tests, I discovered that function graph tracing, when filtered via the set_ftrac

[PATCH 3.14] power_supply: don't export power_supply_notifier

2014-02-21 Thread Johannes Berg
From: Johannes Berg Since there are registration/unregistration functions and the invocation is in the core code, there's no need to export the notifier chain head, make it static instead. Signed-off-by: Johannes Berg --- This should probably go into 3.14 so it's not exported in the release. --

[PATCH 3.5 28/60] staging:iio:ad799x fix error_free_irq which was freeing an irq that may not have been requested

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Hartmut Knaack commit 38408d056188be29a6c4e17f3703c796551bb330 upstream. Only free an IRQ in error_free_irq, if it has been requested previously. Signed-off-by: Hartmut Knaack Acked-by

[PATCH 3.5 22/60] ahci: Use PCI_VENDOR_ID_MARVELL_EXT for 0x1b4b

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Myron Stowe commit 69fd3157363935b1e052bd76b8f8ec65e494306e upstream. With the 0x1b4b vendor ID #define in place, convert hard-coded ID values. Signed-off-by: Myron Stowe Signed-off-by

Re: [RFC/PATCH] usb/xhci: avoid kernel panic on xhci_suspend()

2014-02-21 Thread Mathias Nyman
On 01/08/2014 09:53 PM, David Cohen wrote: On Wed, Jan 08, 2014 at 10:48:06AM -0500, Alan Stern wrote: On Tue, 7 Jan 2014, Greg KH wrote: On Tue, Jan 07, 2014 at 05:44:26PM -0800, David Cohen wrote: From: jianqian There is a possible kernel panic faced on xhci_suspend(). Due to kernel modif

[PATCH 3.5 27/60] printk: Fix scheduling-while-atomic problem in console_cpu_notify()

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: "Paul E. McKenney" commit 85eae82a0855d49852b87deac8653e4ebc8b291f upstream. The console_cpu_notify() function runs with interrupts disabled in the CPU_DYING case. It therefore cannot b

[PATCH 3.5 24/60] ftrace: Synchronize setting function_trace_op with ftrace_trace_function

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Steven Rostedt commit 405e1d834807e51b2ebd3dea81cb51e53fb61504 upstream. [ Partial commit backported to 3.4. The ftrace_sync() code by this is required for other fixes that 3.4 needs.

[PATCH 3.5 30/60] KVM: return an error code in kvm_vm_ioctl_register_coalesced_mmio()

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter commit aac5c4226e7136c331ed384c25d5560204da10a0 upstream. If kvm_io_bus_register_dev() fails then it returns success but it should return an error code. I also did a littl

[PATCH 3.5 29/60] xhci: Fix resume issues on Renesas chips in Samsung laptops

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Sarah Sharp commit 1aa9578c1a9450fb21501c4f549f5b1edb557e6d upstream. Don Zickus writes: Some co-workers of mine bought Samsung laptops that had mostly usb3 ports. Those ports did not

[PATCH 3.5 23/60] ahci: add an observed PCI ID for Marvell 88se9172 SATA controller

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: George Spelvin commit fcce9a35f8faaa1f52236c554ef1b15d99a7537e upstream. A third possible PCI ID, as personally observed, and found in the pci.ids list. Signed-off-by: George Spelvin S

[PATCH 3.5 31/60] power: max17040: Fix NULL pointer dereference when there is no platform_data

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Krzysztof Kozlowski commit ac323d8d807060f7c95a685a9fe861e7b6300993 upstream. Fix NULL pointer dereference of "chip->pdata" if platform_data was not supplied to the driver. The driver d

[PATCH 3.5 17/60] sched: Unthrottle rt runqueues in __disable_runtime()

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Peter Boonstoppel commit a4c96ae319b8047f62dedbe1eac79e321c185749 upstream. migrate_tasks() uses _pick_next_task_rt() to get tasks from the real-time runqueues to be migrated. When rt_rq

[PATCH 3.5 33/60] ath9k_htc: Do not support PowerSave by default

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Oleksij Rempel commit 6bca610d97b6139a1d7598b8009da9d339daa50f upstream. It is a copy/paste of patch provided by Sujith for ath9k. "Even though we make sure PowerSave is not enabled by

[PATCH 3.5 18/60] sched/rt: Avoid updating RT entry timeout twice within one tick period

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Ying Xue commit 57d2aa00dcec67afa52478730f2b524521af14fb upstream. The issue below was found in 2.6.34-rt rather than mainline rt kernel, but the issue still exists upstream as well. So

[PATCH 3.5 36/60] usb: ftdi_sio: add Mindstorms EV3 console adapter

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= commit 67847baee056892dc35efb9c3fd05ae7f075588c upstream. Signed-off-by: Bjørn Mork Signed-off-by: Greg Kroah-Hartman Signed-off-by: Luis Henriques ---

[PATCH 3.5 34/60] ath9k: Do not support PowerSave by default

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Sujith Manoharan commit 8298383c2cd5a6d0639f1bb1781fba181bd20154 upstream. Even though we make sure PowerSave is not enabled by default by disabling the flag, WIPHY_FLAG_PS_ON_BY_DEFAULT

[PATCH 3.5 19/60] rtc-cmos: Add an alarm disable quirk

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Borislav Petkov commit d5a1c7e3fc38d9c7d629e1e47f32f863acbdec3d upstream. 41c7f7424259f ("rtc: Disable the alarm in the hardware (v2)") added the functionality to disable the RTC wake al

[PATCH 3.5 37/60] usb-storage: restrict bcdDevice range for Super Top in Cypress ATACB

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit a9c143c82608bee2a36410caa56d82cd86bdc7fa upstream. The Cypress ATACB unusual-devs entry for the Super Top SATA bridge causes problems. Although it was originally repor

[PATCH 3.5 38/60] usb-storage: add unusual-devs entry for BlackBerry 9000

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit c5637e5119c43452a00e27c274356b072263ecbb upstream. This patch adds an unusual-devs entry for the BlackBerry 9000. This fixes Bugzilla #22442. Signed-off-by: Alan Ster

[PATCH 3.5 35/60] spi: nuc900: Set SPI_LSB_FIRST for master->mode_bits if hw->pdata->lsb is true

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Axel Lin commit f7db1588d6028c97c098bb6445eaabc56a25fed8 upstream. Otherwise, spi_setup() fails with unsupported mode bits message. Signed-off-by: Axel Lin Signed-off-by: Mark Brown [

[PATCH 3.5 46/60] staging: comedi: adv_pci1710: fix analog output readback value

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: H Hartley Sweeten commit 1e85c1ea1ff2a60659e790ef8ec76c7339445841 upstream. The last value written to a analog output channel is cached in the private data of this driver for readback.

[PATCH 3.5 44/60] raw: test against runtime value of max_raw_minors

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Paul Bolle commit 5bbb2ae3d6f896f8d2082d1eceb6131c2420b7cf upstream. bind_get() checks the device number it is called with. It uses MAX_RAW_MINORS for the upper bound. But MAX_RAW_MINORS

[PATCH 3.5 43/60] VME: Correct read/write alignment algorithm

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Martyn Welch commit f0342e66b397947ed8c3eef8c37b5ca2d5b1bb50 upstream. In order to ensure the correct width cycles on the VME bus, the VME bridge drivers implement an algorithm to utilis

[PATCH 3.5 40/60] USB: ftdi_sio: add Tagsys RFID Reader IDs

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Ulrich Hahn commit 76f24e3f39a1a94bab0d54e98899d64abcd9f69c upstream. Adding two more IDs to the ftdi_sio usb serial driver. It now connects Tagsys RFID readers. There might be more IDs

[PATCH 3.5 45/60] tty: n_gsm: Fix for modems with brk in modem status control

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Lars Poeschel commit 3ac06b905655b3ef2fd2196bab36e4587e1e4e4f upstream. 3GPP TS 07.10 states in section 5.4.6.3.7: "The length byte contains the value 2 or 3 ... depending on the break s

[PATCH 3.5 49/60] iio: ak8975: Fix calculation formula for convert micro tesla to gauss unit

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Beomho Seo commit bef44abccb2677e8d16e50b75316d4fd1061be81 upstream. This effects the reported scale of the raw values, and thus userspace applications that use this value. One micro te

[PATCH 3.5 41/60] mac80211: fix fragmentation code, particularly for encryption

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Johannes Berg commit 338f977f4eb441e69bb9a46eaa0ac715c931a67f upstream. The "new" fragmentation code (since my rewrite almost 5 years ago) erroneously sets skb->len rather than using skb

[PATCH 3.5 39/60] usb-storage: enable multi-LUN scanning when needed

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit 823d12c95c666fa7ab7dad208d735f6bc6afabdc upstream. People sometimes create their own custom-configured kernels and forget to enable CONFIG_SCSI_MULTI_LUN. This causes

[PATCH 3.5 32/60] s390/dump: Fix dump memory detection

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Michael Holzheu commit d7736ff5be31edaa4fe5ab62810c64529a24b149 upstream. Dumps created by kdump or zfcpdump can contain invalid memory holes when dumping z/VM systems that have memory p

[PATCH 3.5 42/60] time: Fix overflow when HZ is smaller than 60

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Mikulas Patocka commit 80d767d770fd9c697e434fd080c2db7b5c60c6dd upstream. When compiling for the IA-64 ski emulator, HZ is set to 32 because the emulation is slow and we don't want to wa

[PATCH 3.5 47/60] xen-blkfront: handle backend CLOSED without CLOSING

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: David Vrabel commit 3661371701e714f0cea4120f6a365340858fb4e4 upstream. Backend drivers shouldn't transistion to CLOSED unless the frontend is CLOSED. If a backend does transition to CLO

[PATCH 3.5 50/60] fs/file.c:fdtable: avoid triggering OOMs from alloc_fdmem

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: "Eric W. Biederman" commit 96c7a2ff21501691587e1ae969b83cbec8b78e08 upstream. Recently due to a spike in connections per second memcached on 3 separate boxes triggered the OOM killer fro

[PATCH 3.5 48/60] Modpost: fixed USB alias generation for ranges including 0x9 and 0xA

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Jan Moskyto Matejka commit 03b56329f9bb5a1cb73d7dc659d529a9a9bf3acc upstream. Commit afe2dab4f6 ("USB: add hex/bcd detection to usb modalias generation") changed the routine that generat

[PATCH 3.5 51/60] genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=n

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: Paul Gortmaker commit 2c45aada341121438affc4cb8d5b4cfaa2813d3d upstream. In allmodconfig builds for sparc and any other arch which does not set CONFIG_SPARSE_IRQ, the following will be s

[PATCH 3.5 52/60] ring-buffer: Fix first commit on sub-buffer having non-zero delta

2014-02-21 Thread Luis Henriques
3.5.7.31 -stable review patch. If anyone has any objections, please let me know. -- From: "Steven Rostedt (Red Hat)" commit d651aa1d68a2f0a7ee65697b04c6a92f8c0a12f2 upstream. Each sub-buffer (buffer page) has a full 64 bit timestamp. The events on that page use a 27 bit delta

<    1   2   3   4   5   6   7   8   >