[PATCH] MIPS: Hibernate: flush TLB entries in swsusp_arch_resume()

2014-03-22 Thread Huacai Chen
The original MIPS hibernate code flushes cache and TLB entries in swsusp_arch_resume(). But they are removed in Commit 44eeab67416711 (MIPS: Hibernation: Remove SMP TLB and cacheflushing code.). A cross- CPU flush is surely unnecessary because all but the local CPU have already been disabled. But

[patch NOT added to the 3.12 stable tree] regulator: core: Change dummy supplies error message to a warning

2014-03-22 Thread Jiri Slaby
From: Shuah Khan shuah...@samsung.com This patch does NOT apply to the 3.12 stable tree. If you still want it applied, please provide a backport. === commit acc3d5cec84f82ebea535fa0bd9500ac3df2aee9 upstream. Change dummy supplies not allowed error message to warning instead, as

[patch NOT added to the 3.12 stable tree] ASoC: si476x: Fix IO setup

2014-03-22 Thread Jiri Slaby
From: Lars-Peter Clausen l...@metafoo.de This patch does NOT apply to the 3.12 stable tree. If you still want it applied, please provide a backport. === commit 58d4d3c976b33784a1443c446a3d7203bf2153f0 upstream. The si476x is a MFD device and the CODEC driver is using the regmap

[patch NOT added to the 3.12 stable tree] drm/radeon: fix runpm disabling on non-PX harder

2014-03-22 Thread Jiri Slaby
From: Alex Deucher alexander.deuc...@amd.com This patch does NOT apply to the 3.12 stable tree. If you still want it applied, please provide a backport. === commit 7848865914c6a63ead674f0f5604b77df7d3874f upstream. Make sure runtime pm is disabled on non-PX hardware. Should fix

[patch NOT added to the 3.12 stable tree] NFSv4: Fix another nfs4_sequence corruptor

2014-03-22 Thread Jiri Slaby
From: Trond Myklebust trond.mykleb...@primarydata.com This patch does NOT apply to the 3.12 stable tree. If you still want it applied, please provide a backport. === commit b7e63a1079b266866a732cf699d8c4d61391bbda upstream. nfs4_release_lockowner needs to set the rpc_message reply

[patch NOT added to the 3.12 stable tree] iwlwifi: mvm: don't WARN when statistics are handled late

2014-03-22 Thread Jiri Slaby
From: Emmanuel Grumbach emmanuel.grumb...@intel.com This patch does NOT apply to the 3.12 stable tree. If you still want it applied, please provide a backport. === commit 1e9291996c4eedf79883f47ec635235e39d3d6cd upstream. Since the statistics handler is asynchrous, it can very well

[patch NOT added to the 3.12 stable tree] ASoC: 88pm860: Fix IO setup

2014-03-22 Thread Jiri Slaby
From: Lars-Peter Clausen l...@metafoo.de This patch does NOT apply to the 3.12 stable tree. If you still want it applied, please provide a backport. === commit 8eeb5c15131d7b5061c10423eda3ae4c68db4eaf upstream. The 88pm860 is a MFD device and the CODEC driver is using the regmap

[patch NOT added to the 3.12 stable tree] audit: don't generate loginuid log when audit disabled

2014-03-22 Thread Jiri Slaby
From: Gao feng gaof...@cn.fujitsu.com This patch does NOT apply to the 3.12 stable tree. If you still want it applied, please provide a backport. === commit c2412d91c68426e22add16550f97ae5cd988a159 upstream. If audit is disabled, we shouldn't generate loginuid audit log. Acked-by:

[patch NOT added to the 3.12 stable tree] ALSA: hda - Use analog beep for Thinkpads with AD1984 codecs

2014-03-22 Thread Jiri Slaby
From: Takashi Iwai ti...@suse.de This patch does NOT apply to the 3.12 stable tree. If you still want it applied, please provide a backport. === commit f3e9b59cb948e2328bc06635ad39572d5b7b4791 upstream. For making the driver behavior compatible with the earlier kernels, use the

[patch NOT added to the 3.12 stable tree] dm cache mq: fix memory allocation failure for large cache devices

2014-03-22 Thread Jiri Slaby
From: Heinz Mauelshagen hei...@redhat.com This patch does NOT apply to the 3.12 stable tree. If you still want it applied, please provide a backport. === commit 14f398ca2f26a2ed6236aec54395e0fa06ec8a82 upstream. The memory allocated for the multiqueue policy's hash table doesn't

[patch NOT added to the 3.12 stable tree] ARM: fix noMMU kallsyms symbol filtering

2014-03-22 Thread Jiri Slaby
From: Russell King rmk+ker...@arm.linux.org.uk This patch does NOT apply to the 3.12 stable tree. If you still want it applied, please provide a backport. === commit 006fa2599bf0daf107cbb7a8a99fcfb9a998a169 upstream. With noMMU, CONFIG_PAGE_OFFSET was not being set correctly. As

[patch NOT added to the 3.12 stable tree] ibmveth: Fix endian issues with MAC addresses

2014-03-22 Thread Jiri Slaby
From: Anton Blanchard an...@samba.org This patch does NOT apply to the 3.12 stable tree. If you still want it applied, please provide a backport. === commit d746ca9561440685edb62614d1bcbbc27ff50e66 upstream. The code to load a MAC address into a u64 for passing to the hypervisor

[PATCH 3.12 147/175] drm/radeon: fix minor typos in si_dpm.c

2014-03-22 Thread Jiri Slaby
From: Alex Deucher alexander.deuc...@amd.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 407b6dfd9afa30cf963fa99bca91870e47965612 upstream. Copy/paste typos from the ni code. Should not have any functional change. Signed-off-by: Alex

[PATCH 3.12 115/175] cpuset: fix a race condition in __cpuset_node_allowed_softwall()

2014-03-22 Thread Jiri Slaby
From: Li Zefan lize...@huawei.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 99afb0fd5f05aac467ffa85c36778fec4396209b upstream. It's not safe to access task's cpuset after releasing task_lock(). Holding callback_mutex won't help.

[PATCH 3.12 108/175] x86_pkg_temp_thermal: Do not expose as a hwmon device

2014-03-22 Thread Jiri Slaby
From: Jean Delvare jdelv...@suse.de 3.12-stable review patch. If anyone has any objections, please let me know. === commit 79786880a47a8c5b4c8146c03432b3387a07a169 upstream. The temperature value reported by x86_pkg_temp_thermal is already reported by the coretemp driver. So, do

[PATCH 3.12 136/175] mm/readahead.c: fix do_readahead() for no readpage(s)

2014-03-22 Thread Jiri Slaby
From: Mark Rutland mark.rutl...@arm.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 58d5640ebdb273cc817b0d0cda7bcf2efbbc2ff7 upstream. Commit 63d0f0a3c7e1 (mm/readahead.c:do_readhead(): don't check for -readpage) unintentionally made

[PATCH 3.12 129/175] NFS: Fix a delegation callback race

2014-03-22 Thread Jiri Slaby
From: Trond Myklebust trond.mykleb...@primarydata.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 755a48a7a4eb05b9c8424e3017d947b2961a60e0 upstream. The clean-up in commit 36281caa839f ended up removing a NULL pointer check that is needed

[PATCH 3.12 123/175] libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for Seagate Momentus SpinPoint M8 (2BA30001)

2014-03-22 Thread Jiri Slaby
From: Michele Baldessari mich...@acksyn.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit b28a613e9138e4b3a64649bd60b13436f4b4b49b upstream. Via commit 87809942d3fa libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for Seagate Momentus

[PATCH 3.12 116/175] ACPI / resources: ignore invalid ACPI device resources

2014-03-22 Thread Jiri Slaby
From: Zhang Rui rui.zh...@intel.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit b355cee88e3b1a193f0e9a81db810f6f83ad728b upstream. ACPI table may export resource entry with 0 length. But the current code interprets this kind of resource

[PATCH 3.12 118/175] tracing: Do not add event files for modules that fail tracepoints

2014-03-22 Thread Jiri Slaby
From: Steven Rostedt (Red Hat) rost...@goodmis.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit 45ab2813d40d88fc575e753c38478de242d03f88 upstream. If a module fails to add its tracepoints due to module tainting, do not create the module

[PATCH 3.12 140/175] drm/radeon/dpm: fix typo in EVERGREEN_SMC_FIRMWARE_HEADER_softRegisters

2014-03-22 Thread Jiri Slaby
From: Alex Deucher alexander.deuc...@amd.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 13714323f83ffa5a772fe0d8b74e0fa32ee08819 upstream. Should be at 0x8 rather than 0. fixes: https://bugzilla.kernel.org/show_bug.cgi?id=60523 Noticed

[PATCH 3.12 139/175] drm/radeon/atom: select the proper number of lanes in transmitter setup

2014-03-22 Thread Jiri Slaby
From: Alex Deucher alexander.deuc...@amd.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit d03874c881a049a50e12f285077ab1f9fc2686e1 upstream. We need to check for DVI vs. HDMI when setting up duallink since HDMI is single link only. Fixes

[PATCH 3.12 143/175] drm/radeon: re-order firmware loading in preparation for dpm rework

2014-03-22 Thread Jiri Slaby
From: Alex Deucher alexander.deuc...@amd.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 01ac8794a77192236a4b91c33adf4177ac5a21f0 upstream. We need to reorder the driver init sequence to better accomodate dpm which needs to be loaded

[PATCH 3.12 166/175] SCSI: isci: fix reset timeout handling

2014-03-22 Thread Jiri Slaby
From: Dan Williams dan.j.willi...@intel.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit ddfadd7736b677de2d4ca2cd5b4b655368c85a7a upstream. Remove an erroneous BUG_ON() in the case of a hard reset timeout. The reset timeout handler puts

[PATCH 3.12 152/175] KVM: SVM: fix cr8 intercept window

2014-03-22 Thread Jiri Slaby
From: Radim Krčmář rkrc...@redhat.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 596f3142d2b7be307a1652d59e7b93adab918437 upstream. We always disable cr8 intercept in its handler, but only re-enable it if handling KVM_REQ_EVENT, so there

[PATCH 3.12 165/175] can: flexcan: flexcan_remove(): add missing netif_napi_del()

2014-03-22 Thread Jiri Slaby
From: Marc Kleine-Budde m...@pengutronix.de 3.12-stable review patch. If anyone has any objections, please let me know. === commit d96e43e8fce28cf97df576a07af9d65657a41a6f upstream. This patch adds the missing netif_napi_del() to the flexcan_remove() function. Signed-off-by: Marc

[PATCH 3.12 142/175] drm/i915: Reject 165MHz modes w/ DVI monitors

2014-03-22 Thread Jiri Slaby
From: Ville Syrjälä ville.syrj...@linux.intel.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 6375b768a9850b6154478993e5fb566fa4614a9c upstream. Single-link DVI max dotclock is 165MHz. Filter out modes with higher dotclock when the

[PATCH 3.12 133/175] iscsi/iser-target: Fix isert_conn-state hung shutdown issues

2014-03-22 Thread Jiri Slaby
From: Nicholas Bellinger n...@linux-iscsi.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit defd884845297fd5690594bfe89656b01f16d87e upstream. This patch addresses a couple of different hug shutdown issues related to wait_event() +

[PATCH 3.12 159/175] dm cache: fix access beyond end of origin device

2014-03-22 Thread Jiri Slaby
From: Heinz Mauelshagen hei...@redhat.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit e893fba90c09f9b57fb97daae204ea9cc2c52fa5 upstream. In order to avoid wasting cache space a partial block at the end of the origin device is not cached.

[PATCH 3.12 148/175] drm/radeon/si: fix typo in dpm sq ramping setup

2014-03-22 Thread Jiri Slaby
From: Alex Deucher alexander.deuc...@amd.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 5b43c3cd07981619dbdb1fb935ef705a3e80955f upstream. inverted logic. Noticed-by: Sylvain BERTRAND sylw...@legeek.net Signed-off-by: Alex Deucher

[PATCH 3.12 160/175] net: unix socket code abuses csum_partial

2014-03-22 Thread Jiri Slaby
From: Anton Blanchard an...@samba.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit 0a13404dd3bf4ea870e3d96270b5a382edca85c0 upstream. The unix socket code is using the result of csum_partial to hash into a lookup table:

[PATCH 3.12 117/175] ACPI / EC: Clear stale EC events on Samsung systems

2014-03-22 Thread Jiri Slaby
From: Kieran Clancy clancy.kie...@gmail.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit ad332c8a45330d170bb38b95209de449b31cd1b4 upstream. A number of Samsung notebooks (530Uxx/535Uxx/540Uxx/550Pxx/900Xxx/etc) continue to log events

[PATCH 3.12 120/175] firewire: ohci: fix probe failure with Agere/LSI controllers

2014-03-22 Thread Jiri Slaby
From: Stefan Richter stef...@s5r6.in-berlin.de 3.12-stable review patch. If anyone has any objections, please let me know. === commit 0ca49345b6f489e95f8d6edeb0b092e257475b2a upstream. Since commit bd972688eb24 firewire: ohci: Fix 'failed to read phy reg' on FW643 rev8, there is a

[PATCH 3.12 167/175] SCSI: isci: correct erroneous for_each_isci_host macro

2014-03-22 Thread Jiri Slaby
From: Lukasz Dorau lukasz.do...@intel.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit c59053a23d586675c25d789a7494adfdc02fba57 upstream. In the first place, the loop 'for' in the macro 'for_each_isci_host' (drivers/scsi/isci/host.h:314)

[PATCH 3.12 174/175] bio-integrity: Fix bio_integrity_verify segment start bug

2014-03-22 Thread Jiri Slaby
From: Nicholas Bellinger n...@linux-iscsi.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit 5837c80e870bc3b12ac6a98cdc9ce7a9522a8fb6 upstream. This patch addresses a bug in bio_integrity_verify() code that has been causing DIF READ verify

[PATCH 3.12 122/175] libata: disable queued TRIM for Crucial M500 mSATA SSDs

2014-03-22 Thread Jiri Slaby
From: Marios Andreopoulos opensou...@andmarios.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 2564338b13e6e132ee224edb63e1e872adf431f4 upstream. Queued TRIM commands cause problems and silent file system corruption on Crucial M500 SSDs.

[PATCH 3.12 144/175] drm/radeon/cik: properly set sdma ring status on disable

2014-03-22 Thread Jiri Slaby
From: Alex Deucher alexander.deuc...@amd.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 7b1bbe883b3ed962ca2be4daf321f318f5091340 upstream. When we disable the rings, set the status properly. If not other code pathes may try and use the

[PATCH 3.12 170/175] SCSI: storvsc: NULL pointer dereference fix

2014-03-22 Thread Jiri Slaby
From: Ales Novak alno...@suse.cz 3.12-stable review patch. If anyone has any objections, please let me know. === commit b12bb60d6c350b348a4e1460cd68f97ccae9822e upstream. If the initialization of storvsc fails, the storvsc_device_destroy() causes NULL pointer dereference.

[PATCH 3.12 141/175] drm/i915: fix pch pci device enumeration

2014-03-22 Thread Jiri Slaby
From: Imre Deak imre.d...@intel.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit bcdb72ac7c00d2b56359fc82bcc8fe50454717d5 upstream. pci_get_class(class, from) drops the refcount for 'from', so the extra pci_dev_put we do on it will result

[PATCH 3.12 171/175] x86, fpu: Check tsk_used_math() in kernel_fpu_end() for eager FPU

2014-03-22 Thread Jiri Slaby
From: Suresh Siddha sbsid...@gmail.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 731bd6a93a6e9172094a2322bd0ee964bb1f4d63 upstream. For non-eager fpu mode, thread's fpu state is allocated during the first fpu usage (in the context of

[PATCH 3.12 111/175] usb: Make DELAY_INIT quirk wait 100ms between Get Configuration requests

2014-03-22 Thread Jiri Slaby
From: Julius Werner jwer...@chromium.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit d86db25e53fa69e3e97f3b55dd82a70689787c5d upstream. The DELAY_INIT quirk only reduces the frequency of enumeration failures with the Logitech HD Pro C920

[PATCH 3.12 101/175] powerpc/tm: Fix crash when forking inside a transaction

2014-03-22 Thread Jiri Slaby
From: Michael Neuling mi...@neuling.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit 621b5060e823301d0cba4cb52a7ee3491922d291 upstream. When we fork/clone we currently don't copy any of the TM state to the new thread. This results in a TM

[PATCH 3.12 172/175] ALSA: oxygen: modify adjust_dg_dac_routing function

2014-03-22 Thread Jiri Slaby
From: Roman Volkov v1...@mail.ru 3.12-stable review patch. If anyone has any objections, please let me know. === commit 1f91ecc14deea9461aca93273d78871ec4d98fcd upstream. When selecting the audio output destinations (headphones, FP headphones, multichannel output), the channel

[PATCH 3.12 138/175] fs/proc/base.c: fix GPF in /proc/$PID/map_files

2014-03-22 Thread Jiri Slaby
From: Artem Fetishev artem_fetis...@epam.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 70335abb2689c8cd5df91bf2d95a65649addf50b upstream. The expected logic of proc_map_files_get_link() is either to return 0 and initialize 'path' or

[PATCH 3.12 164/175] can: flexcan: factor out transceiver {en,dis}able into seperate functions

2014-03-22 Thread Jiri Slaby
From: Marc Kleine-Budde m...@pengutronix.de 3.12-stable review patch. If anyone has any objections, please let me know. === commit f003698e23f6f56a791774f14d0ac35d04872490 upstream. This patch moves the transceiver enable and disable into seperate functions, where the NULL pointer

[PATCH 3.12 132/175] iscsi/iser-target: Use list_del_init for -i_conn_node

2014-03-22 Thread Jiri Slaby
From: Nicholas Bellinger n...@linux-iscsi.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit 5159d763f60af693a3fcec45dce2021f66e528a4 upstream. There are a handful of uses of list_empty() for cmd-i_conn_node within iser-target code that

[PATCH 3.12 128/175] spi: spi-ath79: fix initial GPIO CS line setup

2014-03-22 Thread Jiri Slaby
From: Gabor Juhos juh...@openwrt.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit 61d1cf163c8653934cc8cd5d0b2a562d0990c265 upstream. The 'ath79_spi_setup_cs' function initializes the chip select line of a given SPI device in order to make

[PATCH 3.12 107/175] x86/amd/numa: Fix northbridge quirk to assign correct NUMA node

2014-03-22 Thread Jiri Slaby
From: Daniel J Blueman dan...@numascale.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 847d7970defb45540735b3fb4e88471c27cacd85 upstream. For systems with multiple servers and routed fabric, all northbridges get assigned to the first

[PATCH 3.12 126/175] spi: fsl-dspi: Fix getting correct address for master

2014-03-22 Thread Jiri Slaby
From: Axel Lin axel@ingics.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 017145fef567430789e40f6a22a90ce2a766370b upstream. Current code set platform drvdata to dspi. However, the code in dspi_suspend() and dspi_resume() assumes the

[PATCH 3.12 154/175] vmxnet3: fix netpoll race condition

2014-03-22 Thread Jiri Slaby
From: Neil Horman nhor...@tuxdriver.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit d25f06ea466ea521b563b76661180b4e44714ae6 upstream. vmxnet3's netpoll driver is incorrectly coded. It directly calls vmxnet3_do_poll, which is the driver

[PATCH 3.12 155/175] vmxnet3: fix building without CONFIG_PCI_MSI

2014-03-22 Thread Jiri Slaby
From: Arnd Bergmann a...@arndb.de 3.12-stable review patch. If anyone has any objections, please let me know. === commit 0a8d8c446b5429d15ff2d48f46e00d8a08552303 upstream. Since commit d25f06ea466e vmxnet3: fix netpoll race condition, the vmxnet3 driver fails to build when

[PATCH 3.12 163/175] can: flexcan: fix transition from and to low power mode in chip_{en,dis}able

2014-03-22 Thread Jiri Slaby
From: Marc Kleine-Budde m...@pengutronix.de 3.12-stable review patch. If anyone has any objections, please let me know. === commit 9b00b300e7bce032c467c36ca47fe2a776887fc2 upstream. In flexcan_chip_enable() and flexcan_chip_disable() fixed delays are used. Experiments have shown

[PATCH 3.12 102/175] powerpc: Align p_dyn, p_rela and p_st symbols

2014-03-22 Thread Jiri Slaby
From: Anton Blanchard an...@samba.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit a5b2cf5b1af424ee3dd9e3ce6d5cea18cb927e67 upstream. The 64bit relocation code places a few symbols in the text segment. These symbols are only 4 byte aligned

[PATCH 3.12 131/175] ACPI / sleep: Add extra checks for HW Reduced ACPI mode sleep states

2014-03-22 Thread Jiri Slaby
From: Rafael J. Wysocki rafael.j.wyso...@intel.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit a4e90bed511220ff601d064c9e5d583e91308f65 upstream. If the HW Reduced ACPI mode bit is set in the FADT, ACPICA uses the optional sleep control

[PATCH 3.12 150/175] i2c: Remove usage of orphaned symbol OF_I2C

2014-03-22 Thread Jiri Slaby
From: Richard Weinberger rich...@nod.at 3.12-stable review patch. If anyone has any objections, please let me know. === commit 62c19c9d29e65086e5ae76df371ed2e6b23f00cd upstream. The symbol is an orphan, don't depend on it anymore. Signed-off-by: Richard Weinberger rich...@nod.at

[PATCH 3.12 168/175] SCSI: qla2xxx: Poll during initialization for ISP25xx and ISP83xx

2014-03-22 Thread Jiri Slaby
From: Giridhar Malavali giridhar.malav...@qlogic.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit b77ed25c9f8402e8b3e49e220edb4ef09ecfbb53 upstream. Signed-off-by: Giridhar Malavali giridhar.malav...@qlogic.com Signed-off-by: Saurav

[PATCH 3.12 100/175] pinctrl: sunxi: use chained_irq_{enter, exit} for GIC compatibility

2014-03-22 Thread Jiri Slaby
From: Chen-Yu Tsai w...@csie.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit 905a5117e79367b7e58ae046d12ca9961f048c89 upstream. On tha Allwinner A20 SoC, the external interrupts on the pin controller device are connected to the GIC.

[PATCH 3.12 153/175] PCI: Enable INTx in pci_reenable_device() only when MSI/MSI-X not enabled

2014-03-22 Thread Jiri Slaby
From: Bjorn Helgaas bhelg...@google.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 3cdeb713dc66057b50682048c151eae07b186c42 upstream. Andreas reported that after 1f42db786b14 (PCI: Enable INTx if BIOS left them disabled), pciehp surprise

[PATCH 3.12 103/175] ARM: 7991/1: sa1100: fix compile problem on Collie

2014-03-22 Thread Jiri Slaby
From: Linus Walleij linus.wall...@linaro.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit 052450fdc55894a39fbae93d9bbe43947956f663 upstream. Due to a problem in the MFD Kconfig it was not possible to compile the UCB battery driver for the

[PATCH 3.12 173/175] MIPS: include linux/types.h

2014-03-22 Thread Jiri Slaby
From: Qais Yousef qais.you...@imgtec.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 87c99203fea897fbdd84b681ad9fced2517dcf98 upstream. The file uses u16 type but doesn't include its definition explicitly I was getting this error when

[PATCH 3.12 130/175] NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateid

2014-03-22 Thread Jiri Slaby
From: Trond Myklebust trond.mykleb...@primarydata.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit e1253be0ece1a95a02c7f5843194877471af8179 upstream. When nfs4_set_rw_stateid() can fails by returning EIO to indicate that the stateid is

[PATCH 3.12 110/175] usb: Add device quirk for Logitech HD Pro Webcams C920 and C930e

2014-03-22 Thread Jiri Slaby
From: Julius Werner jwer...@chromium.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit e0429362ab15c46ea4d64c3f8c9e0933e48a143a upstream. We've encountered a rare issue when enumerating two Logitech webcams after a reboot that doesn't power

[PATCH 3.12 125/175] spi: coldfire-qspi: Fix getting correct address for *mcfqspi

2014-03-22 Thread Jiri Slaby
From: Axel Lin axel@ingics.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit ee73b4c6e3fc0755a91752ab8eebc8e070038b53 upstream. dev_get_drvdata() returns the address of master rather than mcfqspi. Fixes: af361079 (spi/coldfire-qspi:

[PATCH 3.12 127/175] spi: spi-imx: spi_imx_remove: do not disable disabled clocks

2014-03-22 Thread Jiri Slaby
From: Philippe De Muyter p...@macqel.be 3.12-stable review patch. If anyone has any objections, please let me know. === commit fd40dccb1a170ba689664481a3de83617b7194d2 upstream. Currently, at module removal, one gets the following warnings: [ cut here ]

[PATCH 3.12 161/175] can: flexcan: fix shutdown: first disable chip, then all interrupts

2014-03-22 Thread Jiri Slaby
From: Marc Kleine-Budde m...@pengutronix.de 3.12-stable review patch. If anyone has any objections, please let me know. === commit 5be93bdda64e85450598c6e97f79fb8f6acf30e0 upstream. When shutting down the CAN interface (ifconfig canX down) during high CAN bus loads, the CAN core

[PATCH 3.12 109/175] Revert USBNET: ax88179_178a: enable tso if usb host supports sg dma

2014-03-22 Thread Jiri Slaby
From: Mathias Nyman mathias.ny...@linux.intel.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 469d417b68958a064c09e7875646c97c6e783dfc upstream. This reverts commit 3804fad45411b48233b48003e33a78f290d227c8. This commit, together with

[PATCH 3.12 149/175] ASoC: pcm: free path list before exiting from error conditions

2014-03-22 Thread Jiri Slaby
From: Patrick Lai p...@codeaurora.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit e4ad1accb28d0ed8cea6f12395d58686ad344ca7 upstream. dpcm_path_get() allocates dynamic memory to hold path list. Corresponding dpcm_path_put() must be called

[PATCH 3.12 124/175] libata: use wider match for blacklisting Crucial M500

2014-03-22 Thread Jiri Slaby
From: Tejun Heo t...@kernel.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit 83493d7e782d2630f1a55def14a79f0e7c4faac3 upstream. We're now blacklisting Crucial_CT???M500SSD1 and Crucial_CT???M500SSD3. Also, Micron_M500* is blacklisted

[PATCH 3.12 135/175] iser-target: Fix post_send_buf_count for RDMA READ/WRITE

2014-03-22 Thread Jiri Slaby
From: Nicholas Bellinger n...@linux-iscsi.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit b6b87a1df604678ed1be40158080db012a99ccca upstream. This patch fixes the incorrect setting of -post_send_buf_count related to RDMA WRITEs + READs

[PATCH 3.12 113/175] genirq: Remove racy waitqueue_active check

2014-03-22 Thread Jiri Slaby
From: Chuansheng Liu chuansheng@intel.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit c685689fd24d310343ac33942e9a54a974ae9c43 upstream. We hit one rare case below: T1 calling disable_irq(), but hanging at synchronize_irq() always;

[PATCH 3.12 114/175] cpuset: fix a locking issue in cpuset_migrate_mm()

2014-03-22 Thread Jiri Slaby
From: Li Zefan lize...@huawei.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 4729583006772b9530404bc1bb7c3aa4a10ffd4d upstream. I can trigger a lockdep warning: # mount -t cgroup -o cpuset xxx /cgroup # mkdir /cgroup/cpuset #

[PATCH 3.12 151/175] ipc: Fix 2 bugs in msgrcv() MSG_COPY implementation

2014-03-22 Thread Jiri Slaby
From: Michael Kerrisk mtk.manpa...@gmail.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 4f87dac386cc43d5525da7a939d4b4e7edbea22c upstream. While testing and documenting the msgrcv() MSG_COPY flag that Stanislav Kinsbursky added in commit

[PATCH 3.12 146/175] drm/radeon/cik: properly set compute ring status on disable

2014-03-22 Thread Jiri Slaby
From: Alex Deucher alexander.deuc...@amd.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit b2b3d8d952e4f8d6ac2ce80be96b937f29f6e42e upstream. When we disable the rings, set the status properly. If not other code pathes may try and use the

[PATCH 3.12 134/175] iser-target: Ignore completions for FRWRs in isert_cq_tx_work

2014-03-22 Thread Jiri Slaby
From: Nicholas Bellinger n...@linux-iscsi.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit 9bb4ca68fc48eea618b1af1c1cde2a251ae32d1b upstream. This patch changes IB_WR_FAST_REG_MR + IB_WR_LOCAL_INV related work requests to include a

[PATCH 3.12 175/175] arm64: mm: Add double logical invert to pte accessors

2014-03-22 Thread Jiri Slaby
From: Steve Capper steve.cap...@linaro.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit 84fe6826c28f69d8708bd575faed7f75e6b6f57f upstream. Page table entries on ARM64 are 64 bits, and some pte functions such as pte_dirty return a

[PATCH 3.12 158/175] dm cache: fix truncation bug when copying a block to/from 2TB fast device

2014-03-22 Thread Jiri Slaby
From: Heinz Mauelshagen hei...@redhat.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 8b9d9529a979acf4825391efcc7c8a3e9f12 upstream. During demotion or promotion to a cache's 2TB fast device we must not truncate the cache block's

[PATCH 3.12 169/175] SCSI: qla2xxx: Fix multiqueue MSI-X registration.

2014-03-22 Thread Jiri Slaby
From: Chad Dupuis chad.dup...@qlogic.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit f324777ea88bab2522602671e46fc0851d7d5e35 upstream. This fixes requesting of the MSI-X vectors for the base response queue. The iteration in the for loop

[PATCH 3.12 121/175] firewire: don't use PREPARE_DELAYED_WORK

2014-03-22 Thread Jiri Slaby
From: Tejun Heo t...@kernel.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit 70044d71d31d6973665ced5be04ef39ac1c09a48 upstream. PREPARE_[DELAYED_]WORK() are being phased out. They have few users and a nasty surprise in terms of reentrancy

[PATCH 3.12 156/175] mm/compaction: break out of loop on !PageBuddy in isolate_freepages_block

2014-03-22 Thread Jiri Slaby
From: Laura Abbott lau...@codeaurora.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit 2af120bc040c5ebcda156df6be6a66610ab6957f upstream. We received several reports of bad page state when freeing CMA pages previously allocated with

[PATCH 3.12 145/175] drm/radeon/cik: stop the sdma engines in the enable() function

2014-03-22 Thread Jiri Slaby
From: Alex Deucher alexander.deuc...@amd.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 07ae78c9798b79bad3d3adf983c94ba23fde54d4 upstream. We always stop the rings when disabling the engines so just call the stop functions directly from

[PATCH 3.12 162/175] can: flexcan: flexcan_open(): fix error path if flexcan_chip_start() fails

2014-03-22 Thread Jiri Slaby
From: Marc Kleine-Budde m...@pengutronix.de 3.12-stable review patch. If anyone has any objections, please let me know. === commit 7e9e148af01ef388efb6e2490805970be4622792 upstream. If flexcan_chip_start() in flexcan_open() fails, the interrupt is not freed, this patch adds the

[PATCH 3.12 137/175] iscsi-target: Fix iscsit_get_tpg_from_np tpg_state bug

2014-03-22 Thread Jiri Slaby
From: Nicholas Bellinger n...@linux-iscsi.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit a2a99cea5ec7c1e47825559f0e75a4efbcf8aee3 upstream. This patch fixes a bug in iscsit_get_tpg_from_np() where the tpg-tpg_state sanity check was

[PATCH 3.12 119/175] firewire: net: fix use after free

2014-03-22 Thread Jiri Slaby
From: Stefan Richter stef...@s5r6.in-berlin.de 3.12-stable review patch. If anyone has any objections, please let me know. === commit 8987583366ae9e03c306c2b7d73bdb952df1d08d upstream. Commit 8408dc1c14c1 firewire: net: use dev_printk API introduced a use-after-free in a failure

[PATCH 3.12 157/175] dm space map metadata: fix refcount decrement below 0 which caused corruption

2014-03-22 Thread Jiri Slaby
From: Joe Thornber e...@redhat.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit cebc2de44d3bce53e46476e774126c298ca2c8a9 upstream. This has been a relatively long-standing issue that wasn't nailed down until Teng-Feng Yang's meticulous bug

[PATCH 3.12 000/175] 3.12.15-stable review

2014-03-22 Thread Jiri Slaby
This is the start of the stable review cycle for the 3.12.15 release. There are 175 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 Mon Mar 26 10:34:28 2014 Anything received

[PATCH 3.12 105/175] x86: Ignore NMIs that come in during early boot

2014-03-22 Thread Jiri Slaby
From: H. Peter Anvin h...@linux.intel.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 5fa10196bdb5f190f595ebd048490ee52dddea0f upstream. Don Zickus reports: A customer generated an external NMI using their iLO to test kdump worked.

[PATCH 3.12 106/175] x86: fix compile error due to X86_TRAP_NMI use in asm files

2014-03-22 Thread Jiri Slaby
From: Linus Torvalds torva...@linux-foundation.org 3.12-stable review patch. If anyone has any objections, please let me know. === commit b01d4e68933ec23e43b1046fa35d593cefcf37d1 upstream. It's an enum, not a #define, you can't use it in asm files. Introduced in commit

[PATCH 3.12 112/175] Revert xhci 1.0: Limit arbitrarily-aligned scatter gather.

2014-03-22 Thread Jiri Slaby
From: Mathias Nyman mathias.ny...@linux.intel.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit e2ed511400d41e0d136089d5a55ceab57c6a2426 upstream. This reverts commit 247bf557273dd775505fb9240d2d152f4f20d304. This commit, together with

[PATCH 3.12 001/175] ACPI: update win8 OSI blacklist

2014-03-22 Thread Jiri Slaby
From: Felipe Contreras felipe.contre...@gmail.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit b4cb9244a544a1623305eb58267a90418268d31e upstream. More people have reported they need this for their machines to work correctly. References:

[PATCH 3.12 008/175] ALSA: hda - hdmi: Fix unused slots being enabled in manual and non-PCM mappings

2014-03-22 Thread Jiri Slaby
From: Anssi Hannula anssi.hann...@iki.fi 3.12-stable review patch. If anyone has any objections, please let me know. === commit 11f7c52d90b21a51b0bc6a8b642c6ed150bdc219 upstream. hdmi_manual_setup_channel_mapping() and hdmi_std_setup_channel_mapping try to assign ALSA channels to

[PATCH 3.12 006/175] ALSA: hda - hdmi: Fix incorrect default channel mapping for unusual CAs

2014-03-22 Thread Jiri Slaby
From: Anssi Hannula anssi.hann...@iki.fi 3.12-stable review patch. If anyone has any objections, please let me know. === commit 90f28002110d783f49639f0db2ccdc0b58302cbd upstream. hdmi_std_setup_channel_mapping() selects a Channel Allocation according to the sink reported speaker

[PATCH 3.12 009/175] ALSA: hda - hdmi: Fix channel maps with less common speakers

2014-03-22 Thread Jiri Slaby
From: Anssi Hannula anssi.hann...@iki.fi 3.12-stable review patch. If anyone has any objections, please let me know. === commit a5b7d510b2220cccbcaeb1b87a6d8c47efeb154c upstream. For some speakers and slots the CEA slot - speaker assignment depends on the used CEA Channel

[PATCH 3.12 003/175] s390/time,vdso: convert to the new update_vsyscall interface

2014-03-22 Thread Jiri Slaby
From: Martin Schwidefsky schwidef...@de.ibm.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 79c74ecbebf76732f91b82a62ce7fc8a88326962 upstream. Switch to the improved update_vsyscall interface that provides sub-nanosecond precision for

[PATCH 3.12 007/175] ALSA: hda - hdmi: Fix programmed active channel count

2014-03-22 Thread Jiri Slaby
From: Anssi Hannula anssi.hann...@iki.fi 3.12-stable review patch. If anyone has any objections, please let me know. === commit 1df5a06abbaa876ecc01ea84064cdffb4f52a1a1 upstream. Currently the converter channel count is set to the number of actual input channels. The audio

[PATCH 3.12 084/175] iwlwifi: mvm: change of listen interval from 70 to 10

2014-03-22 Thread Jiri Slaby
From: Max Stepanov max.stepa...@intel.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit e7eb65cac0720df8b3946af7f7a9dc363cf0a814 upstream. Some APs reject STA association request if a listen interval value exceeds a threshold of 10. Thus,

[PATCH 3.12 025/175] usb: ohci: use amd_chipset_type to filter for SB800 prefetch

2014-03-22 Thread Jiri Slaby
From: Huang Rui ray.hu...@amd.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 02c123ee99c793f65af2dbda17d5fe87d448f808 upstream. Commit usb: pci-quirks: refactor AMD quirk to abstract AMD chipset types introduced a new AMD chipset type to

[PATCH 3.12 030/175] NOHZ: Check for nohz active instead of nohz enabled

2014-03-22 Thread Jiri Slaby
From: Thomas Gleixner t...@linutronix.de 3.12-stable review patch. If anyone has any objections, please let me know. === commit d689fe222a858c767cb8594faf280048e532b53f upstream. RCU and the fine grained idle time accounting functions check tick_nohz_enabled. But that variable is

[PATCH 3.12 079/175] mac80211: clear sequence/fragment number in QoS-null frames

2014-03-22 Thread Jiri Slaby
From: Johannes Berg johannes.b...@intel.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit 864a6040f395464003af8dd0d8ca86fed19866d4 upstream. Avoid leaking data by sending uninitialized memory and setting an invalid (non-zero) fragment

[PATCH 3.12 048/175] SELinux: Reduce overhead of mls_level_isvalid() function call

2014-03-22 Thread Jiri Slaby
From: Waiman Long waiman.l...@hp.com 3.12-stable review patch. If anyone has any objections, please let me know. === commit fee7114298cf54bbd221cdb2ab49738be8b94f4c upstream. While running the high_systime workload of the AIM7 benchmark on a 2-socket 12-core Westmere x86-64

[PATCH 3.12 012/175] ALSA: hda - Fix possible races in HDMI driver

2014-03-22 Thread Jiri Slaby
From: Takashi Iwai ti...@suse.de 3.12-stable review patch. If anyone has any objections, please let me know. === commit cbbaa603a03cc46681e24d6b2804b62fde95a2af upstream. Some per_pin fields and ELD contents might be changed dynamically in multiple ways where the concurrent

  1   2   3   >