[PATCH v4 04/11] drm/omap: Switch omapdrm over to drm_mode_create_rotation_property()

2014-02-07 Thread sagar . a . kamble
From: Ville Syrjälä Use the new drm_mode_create_rotation_property() in omapdrm. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/omapdrm/omap_plane.c | 17 +++-- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/drivers/gpu/drm/omapdrm/omap_plane.c

[PATCH v4 11/11] drm/i915: Calling rotate and inverse rotate transformations after clipping

2014-02-07 Thread sagar . a . kamble
From: Sagar Kamble With clipped sprites these transformations are not working. these functions transform complete sprite irrespective of clipping present. This leads to invisible portion of sprite show up when rotate 180 if it was out of visible area before. v4: Moved rotate transform for

[PATCH v4 06/11] drm: Add drm_rotation_simplify()

2014-02-07 Thread sagar . a . kamble
From: Ville Syrjälä drm_rotation_simplify() can be used to eliminate unsupported rotation flags. It will check if any unsupported flags are present, and if so it will modify the rotation to an alternate form by adding 180 degrees to rotation angle, and flipping the reflect x and y bits. The hope

[PATCH v4 03/11] drm: Add drm_mode_create_rotation_property()

2014-02-07 Thread sagar . a . kamble
From: Ville Syrjälä Add a function to create a standards compliant rotation property. v4: For creating rotation bitmask property send number of values as only number of set rotations Signed-off-by: Ville Syrjälä Signed-off-by: Sagar Kamble Tested-by: Sagar Kamble ---

[PATCH v4 10/11] drm/i915: Add 180 degree primary plane rotation support

2014-02-07 Thread sagar . a . kamble
From: Sagar Kamble Primary planes support 180 degree rotation. Expose the feature through rotation drm property. v2: Calculating linear/tiled offsets based on pipe source width and height. Added 180 degree rotation support in ironlake_update_plane. v3: Checking if CRTC is active before

[PATCH v4 02/11] drm: Add support_bits parameter to drm_property_create_bitmask()

2014-02-07 Thread sagar . a . kamble
From: Ville Syrjälä Make drm_property_create_bitmask() a bit more generic by allowing the caller to specify which bits are in fact supported. This allows multiple callers to use the same enum list, but still create different versions of the same property with different list of supported bits.

[PATCH v4 01/11] drm: Move DRM_ROTATE bits out of omapdrm into drm_crtc.h

2014-02-07 Thread sagar . a . kamble
From: Ville Syrjälä The rotation property stuff should be standardized among all drivers. Move the bits to drm_crtc.h from omap_drv.h. Signed-off-by: Ville Syrjälä Tested-by: Sagar Kamble --- drivers/gpu/drm/omapdrm/omap_drv.h | 7 --- include/drm/drm_crtc.h | 8 2

Re: [PATCH] cgroup: use an ordered workqueue for cgroup destruction

2014-02-07 Thread Michal Hocko
On Thu 06-02-14 15:56:01, Hugh Dickins wrote: > Sometimes the cleanup after memcg hierarchy testing gets stuck in > mem_cgroup_reparent_charges(), unable to bring non-kmem usage down to 0. > > There may turn out to be several causes, but a major cause is this: the > workitem to offline parent can

[PATCH v4 00/11] Enabling 180 degree rotation for sprite and crtc planes

2014-02-07 Thread sagar . a . kamble
From: Sagar Kamble These patches will enable 180 degree rotation for CRTC and Sprite planes. Changelog: 1. drm/i915: Add 180 degree primary plane rotation support Addressed review comments for CRTC rotation from FBC, page flip, CRTC active/ inactive perspective. 2. drm/i915: Calling rotate and

Re: 3.12: ethernet controller missing after resuming from suspend to RAM

2014-02-07 Thread Peter Wu
On Friday 07 February 2014 00:48:14 Rafael J. Wysocki wrote: > On Friday, February 07, 2014 12:27:03 AM you wrote: > [...] > > > [ 49.170694] video LNXVIDEO:01: Restoring backlight state > > [ 49.644845] ACPI: \_SB_.AC__: ACPI_NOTIFY_BUS_CHECK event: unsupported > > [ 49.646671] jme

Re: [PATCH v2 2/4] MFD: TPS65218: Add driver for the TPS65218 PMIC

2014-02-07 Thread Keerthy
On Friday 07 February 2014 04:42 PM, Lee Jones wrote: On Thu, 06 Feb 2014, Keerthy wrote: The TPS65218 chip is a power management IC for Portable Navigation Systems and Tablet Computing devices. It contains the following components: - Regulators. - Over Temperature warning and Shut down.

Re: [git pull] drm next tree

2014-02-07 Thread Jiri Kosina
On Fri, 7 Feb 2014, Jani Nikula wrote: > >> > git://people.freedesktop.org/~airlied/linux drm-next > >> [ ... snip ... ] > >> > Daniel Vetter (59): > >> [ ... snip ... ] > >> > drm/i915: dp aux irq support for g4x/vlv > >> > >> This commit causes all kinds of havoc on my ThinkPad x200s.

Re: [PATCH RESEND 1/2] spi: qup: Add device tree bindings information

2014-02-07 Thread Ivan T. Ivanov
On Fri, 2014-02-07 at 13:13 +, Mark Brown wrote: > On Fri, Feb 07, 2014 at 03:00:43PM +0200, Ivan T. Ivanov wrote: > > On Fri, 2014-02-07 at 12:27 +, Mark Brown wrote: > > > > Please fix the formatting of this document so the lines are less than 80 > > > columns, it's hard to read as

RE: [PATCH 19/26] drivers: isdn: Move prototype declaration to header file platform.h from diva_didd.c

2014-02-07 Thread David Laight
From: Rashika Kheria > Move prototype declarations of function to header file > hardware/eicon/platform.h because they are used by more than one file. > > This eliminates the following warnings in hardware/eicon/diddfunc.c: > drivers/isdn/hardware/eicon/diddfunc.c:95:12: warning: no previous

[PATCH 3.5 02/88] writeback: Fix data corruption on NFS

2014-02-07 Thread Luis Henriques
3.5.7.30 -stable review patch. If anyone has any objections, please let me know. -- From: Jan Kara commit f9b0e058cbd04ada76b13afffa7e1df830543c24 upstream. Commit 4f8ad655dbc8 "writeback: Refactor writeback_single_inode()" added a condition to skip clean inode. However this

[PATCH 3.5 25/88] serial: add support for 200 v3 series Titan card

2014-02-07 Thread Luis Henriques
3.5.7.30 -stable review patch. If anyone has any objections, please let me know. -- From: Yegor Yefremov commit 48c0247d7b7bf58abb85a39021099529df365c4d upstream. Signed-off-by: Yegor Yefremov Signed-off-by: Greg Kroah-Hartman Signed-off-by: Luis Henriques ---

[PATCH 3.5 22/88] [SCSI] bfa: Chinook quad port 16G FC HBA claim issue

2014-02-07 Thread Luis Henriques
3.5.7.30 -stable review patch. If anyone has any objections, please let me know. -- From: Vijaya Mohan Guvva commit dcaf9aed995c2b2a49fb86bbbcfa2f92c797ab5d upstream. Bfa driver crash is observed while pushing the firmware on to chinook quad port card due to uninitialized

[PATCH 3.5 23/88] usb: option: add new zte 3g modem pids to option driver

2014-02-07 Thread Luis Henriques
3.5.7.30 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?=E5=BC=A0=E5=90=9B?= commit 4d90b819ae4c7ea8fd5e2bb7edc68c0f334be2e4 upstream. Signed-off-by: Jun zhang Signed-off-by: Greg Kroah-Hartman Signed-off-by: Luis Henriques ---

[PATCH 3.5 24/88] [media] dib8000: make 32 bits read atomic

2014-02-07 Thread Luis Henriques
3.5.7.30 -stable review patch. If anyone has any objections, please let me know. -- From: Mauro Carvalho Chehab commit 5ac64ba12aca3bef18e61c866583155a3bbf81c4 upstream. As the dvb-frontend kthread can be called anytime, it can race with some get status ioctl. So, it seems

[PATCH 3.5 26/88] usb: xhci: Check for XHCI_PLAT in xhci_cleanup_msix()

2014-02-07 Thread Luis Henriques
3.5.7.30 -stable review patch. If anyone has any objections, please let me know. -- From: Jack Pham commit 9005355af23856c55a5538c9024355785424821b upstream. If CONFIG_PCI is enabled, make sure xhci_cleanup_msix() doesn't try to free a bogus PCI IRQ or dereference an invalid

[PATCH 3.5 03/88] md/raid5: Fix possible confusion when multiple write errors occur.

2014-02-07 Thread Luis Henriques
3.5.7.30 -stable review patch. If anyone has any objections, please let me know. -- From: NeilBrown commit 1cc03eb93245e63b0b7a7832165efdc52e25b4e6 upstream. commit 5d8c71f9e5fbdd95650be00294d238e27a363b5c md: raid5 crash during degradation Fixed a crash in an overly

[PATCH 3.5 30/88] xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).

2014-02-07 Thread Luis Henriques
3.5.7.30 -stable review patch. If anyone has any objections, please let me know. -- From: Konrad Rzeszutek Wilk commit 51c71a3bbaca868043cc45b3ad3786dd48a90235 upstream. The user has the option of disabling the platform driver: 00:02.0 Unassigned class [ff80]: XenSource,

[PATCH 3.5 27/88] x86/efi: Fix off-by-one bug in EFI Boot Services reservation

2014-02-07 Thread Luis Henriques
3.5.7.30 -stable review patch. If anyone has any objections, please let me know. -- From: Dave Young commit a7f84f03f660d93574ac88835d056c0d6468aebe upstream. Current code check boot service region with kernel text region by: start+size >= __pa_symbol(_text) The end of the

[PATCH 3.5 29/88] mtd: mxc_nand: remove duplicated ecc_stats counting

2014-02-07 Thread Luis Henriques
3.5.7.30 -stable review patch. If anyone has any objections, please let me know. -- From: Michael Grzeschik commit 0566477762f9e174e97af347ee9c865f908a5647 upstream. The ecc_stats.corrected count variable will already be incremented in the above framework-layer just after

[PATCH 3.5 28/88] perf kvm: Fix kvm report without guestmount.

2014-02-07 Thread Luis Henriques
3.5.7.30 -stable review patch. If anyone has any objections, please let me know. -- From: Dongsheng Yang commit ad85ace07a05062ef6b59c35a5e80b6eaee1eee6 upstream. Currently, if we use perf kvm --guestkallsyms --guestmodules report, we can not get the perf information from

[PATCH 3.5 04/88] md/raid10: fix two bugs in handling of known-bad-blocks.

2014-02-07 Thread Luis Henriques
3.5.7.30 -stable review patch. If anyone has any objections, please let me know. -- From: NeilBrown commit b50c259e25d9260b9108dc0c2964c26e5ecbe1c1 upstream. If we discover a bad block when reading we split the request and potentially read some of it from a different device.

[PATCH 3.5 05/88] md/raid10: fix bug when raid10 recovery fails to recover a block.

2014-02-07 Thread Luis Henriques
3.5.7.30 -stable review patch. If anyone has any objections, please let me know. -- From: NeilBrown commit e8b849158508565e0cd6bc80061124afc5879160 upstream. commit e875ecea266a543e643b19e44cf472f1412708f9 md/raid10 record bad blocks as needed during recovery. added

[PATCH 3.11 041/233] serial: amba-pl011: use port lock to guard control register access

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Jon Medhurst commit fe43390702a1b5741fdf217063b05c7612b38303 upstream. When the pl011 is being used for a console, pl011_console_write forces the control register (CR) to enable the

[PATCH 3.11 003/233] ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NIC

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Wei-Chun Chao commit 7a7ffbabf99445704be01bff5d7e360da908cf8e upstream. VM to VM GSO traffic is broken if it goes through VXLAN or GRE tunnel and the physical NIC on the host supports

[PATCH 3.5 31/88] USB: serial: add support for iBall 3.5G connect usb modem

2014-02-07 Thread Luis Henriques
3.5.7.30 -stable review patch. If anyone has any objections, please let me know. -- From: Rahul Bedarkar commit 7d5c1b9c7cb5ec8e52b1adc65c484a923a8ea6c3 upstream. Add support for iBall 3.5G connect usb modem. $lsusb Bus 002 Device 006: ID 1c9e:9605 OMEGA TECHNOLOGY

[PATCH 3.11 002/233] arc_emac: fix potential use after free

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit 37ec274e9713eafc2ba6c4471420f06cb8f68ecf upstream. Signed-off-by: Eric Dumazet skb_tx_timestamp(skb) should be called _before_ TX completion has a chance to

[PATCH 3.5 06/88] hwmon: (coretemp) Fix truncated name of alarm attributes

2014-02-07 Thread Luis Henriques
3.5.7.30 -stable review patch. If anyone has any objections, please let me know. -- From: Jean Delvare commit 3f9aec7610b39521c7c69d754de7265f6994c194 upstream. When the core number exceeds 9, the size of the buffer storing the alarm attribute name is insufficient and the

[PATCH 3.5 32/88] USB: Nokia 502 is an unusual device

2014-02-07 Thread Luis Henriques
3.5.7.30 -stable review patch. If anyone has any objections, please let me know. -- From: Mikhail Zolotaryov commit 0e16114f2db4838251fb64f3b550996ad3585890 upstream. The USB storage operation of Nokia Asha 502 Dual SIM smartphone running Asha Platform 1.1.1 is unreliable in

[3.11.y.z extended stable] Linux 3.11.10.4 stable review

2014-02-07 Thread Luis Henriques
This is the start of the review cycle for the Linux 3.11.10.4 stable kernel. This version contains 233 new patches, summarized below. The new patches are posted as replies to this message and also available in this git branch:

[PATCH 3.11 007/233] sfc: Stop/re-start PTP when stopping/starting the datapath.

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Alexandre Rames commit 2ea4dc28a5bcec408e01a8772763871638a5ec79 upstream. This disables PTP when we bring the interface down to avoid getting unmatched RX timestamp events, and tries

[PATCH 3.11 004/233] sfc: Add length checks to efx_xmit_with_hwtstamp() and efx_ptp_is_ptp_tx()

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings commit e5a498e943fbc497f236ab8cf31366c75f337ce6 upstream. efx_ptp_is_ptp_tx() must be robust against skbs from raw sockets that have invalid IPv4 and UDP headers. Add

[PATCH 3.11 006/233] sfc: Rate-limit log message for PTP packets without a matching timestamp event

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings commit 35f9a7a380728a94d417e5824a866f969423ac83 upstream. In case of a flood of PTP packets, the timestamp peripheral and MC firmware on the SFN[56]322F boards may not be

[PATCH 3.11 001/233] br: fix use of ->rx_handler_data in code executed on non-rx_handler path

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Jiri Pirko commit 859828c0ea476b42f3a93d69d117aaba90994b6f upstream. br_stp_rcv() is reached by non-rx_handler path. That means there is no guarantee that dev is bridge port and

[PATCH 3.11 005/233] sfc: PTP: Moderate log message on event queue overflow

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Laurence Evans commit f32116003c39f3a6815215a7512e1ea8d1e4bbc7 upstream. Limit syslog flood if a PTP packet storm occurs. Fixes: 7c236c43b838 ('sfc: Add support for IEEE-1588 PTP')

[PATCH 3.11 008/233] sfc: Maintain current frequency adjustment when applying a time offset

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings commit cd6fe65e923175e4f2e9fb585b1d78c6bf580fc6 upstream. There is a single MCDI PTP operation for setting the frequency adjustment and applying a time offset to the

Re: [PATCH 18/21] perf top: Convert to hist_entry_iter

2014-02-07 Thread Rodrigo Campos
On Fri, Feb 07, 2014 at 10:35:20AM +0900, Namhyung Kim wrote: > Reuse hist_entry_iter__add() function to share the similar code with > perf report. Note that it needs to be called with hists.lock so tweak > some internal functions not to deadlock or hold the lock too long. > > Tested-by: Arun

[PATCH] nouveau/drm/fifo: fix ENG_RUNLIST register address

2014-02-07 Thread Alexandre Courbot
Address of the ENG_RUNLIST register should be 0x002284 + (engine * 8), not 0x002284 + (engine * 4). Signed-off-by: Alexandre Courbot --- Stumbled upon this one and I'm quite certain the offset was not correct. This is inconsequential for GK20A which only features one runlist, but other GPUs

[PATCH 3.11 014/233] ARM: shmobile: armadillo: Fix coherent DMA mask

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Laurent Pinchart commit dcd740b645003b866d7eb30d13d34d0729cce9db upstream. Commit 4dcfa60071b3d23f0181f27d8519f12e37cefbb9 ("ARM: DMA-API: better handing of DMA masks for coherent

[PATCH 3.11 020/233] netfilter: nf_nat: fix access to uninitialized buffer in IRC NAT helper

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Daniel Borkmann commit 2690d97ade05c5325cbf7c72b94b90d265659886 upstream. Commit 5901b6be885e attempted to introduce IPv6 support into IRC NAT helper. By doing so, the following code

[PATCH 3.11 018/233] clk: exynos5250: fix sysmmu_mfc{l,r} gate clocks

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Andrew Bresticker commit 97c3557c3e0413efb1f021f582d1459760e22727 upstream. The gate clocks for the MFC sysmmus appear to be flipped, i.e. GATE_IP_MFC[2] gates sysmmu_mfcl and

[PATCH 3.11 013/233] ARM: shmobile: kzm9g: Fix coherent DMA mask

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Laurent Pinchart commit 4f387323853c495ac589210832fad4503f75a0e7 upstream. Commit 4dcfa60071b3d23f0181f27d8519f12e37cefbb9 ("ARM: DMA-API: better handing of DMA masks for coherent

[PATCH 3.11 016/233] clk: samsung: exynos4: Correct SRC_MFC register

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Seung-Woo Kim commit 5fdd1b56be51b1ec4dbde5b213d649ac717442da upstream. The SRC_MFC register offset was incorrect, which could cause have caused wrong calculation of rate of sclk_mfc

[PATCH 3.11 012/233] ARM: dts: exynos5250: Fix MDMA0 clock number

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Abhilash Kesavan commit 8777539479abd7b3efeb691685415dc2b057d0e0 upstream. Due to incorrect clock specified in MDMA0 node, using MDMA0 controller could cause system failures, due to

[PATCH 3.11 017/233] clk: samsung: exynos5250: Add CLK_IGNORE_UNUSED flag for the sysreg clock

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Abhilash Kesavan commit 2feed5aecf5f367b92bd6b6e92afe9e3de466907 upstream. The sysreg (system register) generates control signals for various blocks like disp1blk, i2c, mipi, usb etc.

[PATCH 3.11 011/233] mm: memcg: fix race condition between memcg teardown and swapin

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Johannes Weiner commit 96f1c58d853497a757463e0b57fed140d6858f3a upstream. There is a race condition between a memcg being torn down and a swapin triggered from a different memcg of a

[PATCH 3.11 024/233] md/raid5: Fix possible confusion when multiple write errors occur.

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: NeilBrown commit 1cc03eb93245e63b0b7a7832165efdc52e25b4e6 upstream. commit 5d8c71f9e5fbdd95650be00294d238e27a363b5c md: raid5 crash during degradation Fixed a crash in an overly

[PATCH 3.11 021/233] writeback: Fix data corruption on NFS

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Jan Kara commit f9b0e058cbd04ada76b13afffa7e1df830543c24 upstream. Commit 4f8ad655dbc8 "writeback: Refactor writeback_single_inode()" added a condition to skip clean inode. However

[PATCH 3.11 027/233] md: fix problem when adding device to read-only array with bitmap.

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: NeilBrown commit 8313b8e57f55b15e5b7f7fc5d1630bbf686a9a97 upstream. If an array is started degraded, and then the missing device is found it can be re-added and a minimal bitmap-based

[PATCH 3.11 028/233] hwmon: (coretemp) Fix truncated name of alarm attributes

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Jean Delvare commit 3f9aec7610b39521c7c69d754de7265f6994c194 upstream. When the core number exceeds 9, the size of the buffer storing the alarm attribute name is insufficient and the

[PATCH 3.11 022/233] drm/i915: fix DDI PLLs HW state readout code

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Paulo Zanoni commit 0882dae983707455e97479e5e904e37673517ebc upstream. Properly zero the refcounts and crtc->ddi_pll_set so the previous HW state doesn't affect the result of reading

[PATCH 3.11 015/233] ARM: shmobile: mackerel: Fix coherent DMA mask

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Laurent Pinchart commit b6328a6b7ba57fc84c38248f6f0e387e1170f1a8 upstream. Commit 4dcfa60071b3d23f0181f27d8519f12e37cefbb9 ("ARM: DMA-API: better handing of DMA masks for coherent

[PATCH 3.11 019/233] [SCSI] sd: Reduce buffer size for vpd request

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Bernd Schubert commit af73623f5f10eb3832c87a169b28f7df040a875b upstream. Somehow older areca firmware versions have issues with scsi_get_vpd_page() and a large buffer, the firmware

[PATCH 3.11 026/233] md/raid10: fix bug when raid10 recovery fails to recover a block.

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: NeilBrown commit e8b849158508565e0cd6bc80061124afc5879160 upstream. commit e875ecea266a543e643b19e44cf472f1412708f9 md/raid10 record bad blocks as needed during recovery. added

[PATCH 3.11 023/233] drm/i915: Don't grab crtc mutexes in intel_modeset_gem_init()

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Ville=20Syrj=C3=A4l=C3=A4?= commit 7ad228b11ec26a820291c9f5a1168d6176580dc1 upstream. When the pipe A force quirk is applied the code will attempt to grab a crtc mutex during

[PATCH 3.11 025/233] md/raid10: fix two bugs in handling of known-bad-blocks.

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: NeilBrown commit b50c259e25d9260b9108dc0c2964c26e5ecbe1c1 upstream. If we discover a bad block when reading we split the request and potentially read some of it from a different

[PATCH 3.11 031/233] vfs: In d_path don't call d_dname on a mount point

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: "Eric W. Biederman" commit f48cfddc6729ef133933062320039808bafa6f45 upstream. Aditya Kali (adityak...@google.com) wrote: > Commit bf056bfa80596a5d14b26b17276a56a0dcb080e5: > "proc: Fix

[PATCH 3.11 036/233] staging: comedi: adl_pci9111: fix incorrect irq passed to request_irq()

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: H Hartley Sweeten commit 48108fe3daa0d142f9b97178fdb23704ea3a407b upstream. The dev->irq passed to request_irq() will always be 0 when the auto_attach function is called. The

[PATCH 3.11 029/233] nilfs2: fix segctor bug that causes file system corruption

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Andreas Rohner commit 70f2fe3a26248724d8a5019681a869abdaf3e89a upstream. There is a bug in the function nilfs_segctor_collect, which results in active data being written to a segment,

[PATCH 3.11 035/233] Revert "ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDs"

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: "Rafael J. Wysocki" commit 2b844ba79f4a114bd228ad6fee040ffd99a0963d upstream. This reverts commit f6308b36c411 (ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDs), because it causes the

[PATCH 3.11 037/233] staging: comedi: addi_apci_1032: fix subdevice type/flags bug

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: H Hartley Sweeten commit 90daf69a7a3f1d1a41018c799968a0bb896d65e0 upstream. The SDF_CMD_READ should be one of the s->subdev_flags not part of the s->type. Signed-off-by: H Hartley

Re: [PATCH] ieee80211: Print human-readable disassoc/deauth reason codes

2014-02-07 Thread Kalle Valo
Johannes Berg writes: > On Wed, 2014-02-05 at 19:44 -0600, Calvin Owens wrote: >> Create a function to return a descriptive string for each reason code, >> and print that instead of the numeric value in the kernel log. These >> codes are easily found on popular search engines, but one is

[PATCH 3.11 040/233] thp: fix copy_page_rep GPF by testing is_huge_zero_pmd once only

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Hugh Dickins commit eecc1e426d681351a6026a7d3e7d225f38955b6c upstream. We see General Protection Fault on RSI in copy_page_rep: that RSI is what you get from a NULL struct page

Re: [PATCH 5/9] mm: Mark functions as static in migrate.c

2014-02-07 Thread Rik van Riel
On 02/07/2014 07:08 AM, Rashika Kheria wrote: > Mark functions as static in migrate.c because they are not used outside > this file. > > This eliminates the following warnings in mm/migrate.c: > mm/migrate.c:1595:6: warning: no previous prototype for > ‘numamigrate_update_ratelimit’

[PATCH 3.11 032/233] perf/x86/amd/ibs: Fix waking up from S3 for AMD family 10h

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Robert Richter commit bee09ed91cacdbffdbcd3b05de8409c77ec9fcd6 upstream. On AMD family 10h we see following error messages while waking up from S3 for all non-boot CPUs leading to a

[PATCH 3.11 030/233] mm: fix crash when using XFS on loopback

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Mikulas Patocka commit 03e5ac2fc3bf6f4140db0371e8bb4243b24e3e02 upstream. Commit 8456a648cf44 ("slab: use struct page for slab management") causes a crash in the LVM2 testsuite on

[PATCH 3.11 033/233] net: rds: fix per-cpu helper usage

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Gerald Schaefer commit c196403b79aa241c3fefb3ee5bb328aa7c5cc860 upstream. commit ae4b46e9d "net: rds: use this_cpu_* per-cpu helper" broke per-cpu handling for rds. chpfirst is the

Re: [PATCH 3/9] mm: Mark function as static in mmap.c

2014-02-07 Thread Rik van Riel
On 02/07/2014 07:04 AM, Rashika Kheria wrote: > Mark function as static in mmap.c because they are not used outside this > file. > > This eliminates the following warning in mm/mmap.c: > mm/mmap.c:407:6: warning: no previous prototype for ‘validate_mm’ > [-Wmissing-prototypes] > >

Re: [PATCH 9/9] mm: Remove ifdef condition in include/linux/mm.h

2014-02-07 Thread Rik van Riel
On 02/07/2014 07:15 AM, Rashika Kheria wrote: > The ifdef conditions in include/linux/mm.h presents three cases: > > - !defined(CONFIG_HAVE_MEMBLOCK_NODE_MAP) && > !defined(CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID) > There is no actual definition of function but include/linux/mm.h has a > static inline

[PATCH 3.11 039/233] GFS2: Increase i_writecount during gfs2_setattr_chown

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Bob Peterson commit 62e96cf81988101fe9e086b2877307b6adda5197 upstream. This patch calls get_write_access in function gfs2_setattr_chown, which merely increases inode->i_writecount for

[PATCH 3.11 048/233] rtlwifi: Set the link state

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Larry Finger commit 619ce76f8bb850b57032501a39f26aa6c6731c70 upstream. The present code fails to set the linked state when an interface is added. Signed-off-by: Larry Finger

[PATCH 3.11 045/233] rtlwifi: rtl8192c: Prevent reconnect attempts if not connected

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Larry Finger commit 8fd77aec1a9d6f4328fc0244f21932114e066df3 upstream. This driver has a watchdog timer that attempts to reconnect when beacon frames are not seen for 6 seconds. This

[PATCH 3.11 047/233] rtlwifi: Redo register save locations

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Larry Finger commit b9a758a8c905fc59e783ae91ad645452d877ea88 upstream. The initial USB driver did not use some register save locations in the private data storage. To save some memory,

[PATCH 3.11 038/233] mm: Make {,set}page_address() static inline if WANT_PAGE_VIRTUAL

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Geert Uytterhoeven commit f92f455f67fef27929e6043499414605b0c94872 upstream. {,set}page_address() are macros if WANT_PAGE_VIRTUAL. If !WANT_PAGE_VIRTUAL, they're plain C functions.

Re: [Patch v1] ACPI, x86: fix bug in associating hot-added CPUs with corresponding NUMA node

2014-02-07 Thread Rafael J. Wysocki
On Friday, February 07, 2014 05:17:45 PM Jiang Liu wrote: > > On 2014/2/5 8:14, Rafael J. Wysocki wrote: > > On Monday, January 20, 2014 10:31:54 AM Jiang Liu wrote: > >> Current ACPI cpu hotplug driver fails to associate hot-added CPUs with > >> corresponding NUMA node when doing socket online.

[PATCH 3.11 049/233] rtlwifi: rtl8192c: Add new definitions in the dm_common header

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Larry Finger commit c908c74e005de780fddbe8cb6fcd44803f5d4b74 upstream. Changes in the gain-control mechanism will require some changes in the header. Signed-off-by: Larry Finger

[PATCH 3.11 050/233] rtlwifi: Increase the RX queue length for USB drivers

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Larry Finger commit dc6405712268fe514d3dd89aa936c4397b0871b9 upstream. The current number of RX buffers queued is 32, which is too small under heavy load. That number is doubled.

Re: [PATCH RESEND 1/2] spi: qup: Add device tree bindings information

2014-02-07 Thread Mark Brown
On Fri, Feb 07, 2014 at 03:00:43PM +0200, Ivan T. Ivanov wrote: > On Fri, 2014-02-07 at 12:27 +, Mark Brown wrote: > > Please fix the formatting of this document so the lines are less than 80 > > columns, it's hard to read as is. Otherwise this is fine. > File is looking fine in editor

[PATCH 3.11 044/233] drm/rcar-du: Update plane pitch in .mode_set_base() operation

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Laurent Pinchart commit eb86301f293da3c362db729a9f40ddb25755902b upstream. When setting a new frame buffer with the mode set base operation the pitch value might change. Set the

[PATCH 3.11 042/233] ARM: 7938/1: OMAP4/highbank: Flush L2 cache before disabling

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Taras Kondratiuk commit b25f3e1c358434bf850220e04f28eebfc45eb634 upstream. Kexec disables outer cache before jumping to reboot code, but it doesn't flush it explicitly. Flush is done

[PATCH 3.11 034/233] perf scripting perl: Fix build error on Fedora 12

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Arnaldo Carvalho de Melo commit 3b16ff89676d9902dc39976aee3cb0314ee37d93 upstream. Cast __u64 to u64 to silence this warning on older distros, such as Fedora 12: CC

[PATCH 3.11 058/233] ARM: at91: at91sam9g45: set default mmc pinctrl-names

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Ludovic Desroches commit 0645b93f6c223b594c0dca348e2ae0a23bccf6e3 upstream. pinctrl-names property was missing from mmc nodes. Signed-off-by: Ludovic Desroches Acked-by:

[PATCH 3.11 061/233] spi/bcm63xx: don't substract prepend length from total length

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Jonas Gorski commit 86b3bde003e6bf60ccb9c09b4115b8a2f533974c upstream. The spi command must include the full message length including any prepended writes, else transfers larger than

[PATCH 3.11 053/233] rtlwifi: rtl8192cu: Update the power index registers

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Larry Finger commit 9806eacf5de27ab01d680c5d75c92a3a89734e4f upstream. This patch uses the newly introduced power index register routines. Signed-off-by: Larry Finger Signed-off-by:

[PATCH 3.11 059/233] parport: parport_pc: remove double PCI ID for NetMos

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Sebastian Andrzej Siewior commit d6a484520c5572a4170fa915109ccfc0c38f5008 upstream. In commit 85747f ("PATCH] parport: add NetMOS 9805 support") Max added the PCI ID for NetMOS 9805

[PATCH 3.11 052/233] rtlwifi: rtl8192c: Add routines to save/restore power index registers

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Larry Finger commit 97204e93f01868eeba6ae5c4f3270f32905bb418 upstream. Signed-off-by: Larry Finger Signed-off-by: John W. Linville Signed-off-by: Luis Henriques ---

[PATCH 3.11 062/233] [media] it913x: Add support for Avermedia H335 id 0x0335

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Malcolm Priestley commit 17f335c304ac19d9b11814238fe8a7519d80e2ff upstream. Trivial USB ID addition for Avermedia H335. Signed-off-by: Malcolm Priestley Signed-off-by: Mauro Carvalho

[PATCH 3.11 055/233] rtlwifi: Add missing code to PWDB statics routine

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Larry Finger commit d82403a9f407217b6aed5260aa92a120e8e98310 upstream. Signed-off-by: Larry Finger Signed-off-by: John W. Linville Signed-off-by: Luis Henriques ---

[PATCH 3.11 060/233] staging: vt6656: [BUG] BBvUpdatePreEDThreshold Always set sensitivity on bScanning

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Malcolm Priestley commit 8f248dae133668bfb8e9379b4b3f0571c858b24a upstream. byBBPreEDIndex value is initially 0, this means that from cold BBvUpdatePreEDThreshold is never set. This

[PATCH 3.11 056/233] rtlwifi: rtl8188ee: Fix typo in code

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Larry Finger commit f699273d6a624266ebc9198774f06ee64a3847a1 upstream. The static analyser "cppcheck" shows the following typo: drivers/net/wireless/rtlwifi/rtl8188ee/dm.c:1081]:

[PATCH 3.11 051/233] rtlwifi: Update beacon statistics for USB driver

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Larry Finger commit 65b9cc97c6852fae19dc5c7745e9abc8dd380aad upstream. The USB drivers were not updating the beacon statistics, which led to false beacon loss indications.

[PATCH 3.11 054/233] rtlwifi: rtl8192cu: Fix some code in RF handling

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Larry Finger commit e9b0784bb9de3152e787ee779868c626b137fb3b upstream. Signed-off-by: Larry Finger Signed-off-by: John W. Linville Signed-off-by: Luis Henriques ---

[PATCH 3.11 063/233] [SCSI] bfa: Chinook quad port 16G FC HBA claim issue

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Vijaya Mohan Guvva commit dcaf9aed995c2b2a49fb86bbbcfa2f92c797ab5d upstream. Bfa driver crash is observed while pushing the firmware on to chinook quad port card due to uninitialized

[PATCH 3.11 057/233] NFSv4: OPEN must handle the NFS4ERR_IO return code correctly

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust commit c7848f69ec4a8c03732cde5c949bd2aa711a9f4b upstream. decode_op_hdr() cannot distinguish between an XDR decoding error and the perfectly valid errorcode NFS4ERR_IO.

[PATCH 3.11 046/233] rtlwifi: rtl8192cu: Add new firmware

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Larry Finger commit 62009b7f12793c932aaba0df946b04cb4a77d022 upstream. Vendor driver rtl8188C_8192C_8192D_usb_linux_v3.4.2_3727.20120404 introduced new firmware for these chips. The

[PATCH 3.11 067/233] serial: 8250: Fix initialisation of Quatech cards with the AMCC PCI chip

2014-02-07 Thread Luis Henriques
3.11.10.4 -stable review patch. If anyone has any objections, please let me know. -- From: Jonathan Woithe commit 9c5320f8d7d9a2cf623e65d50e1113f34d9b9eb1 upstream. Fix the initialisation of older Quatech serial cards which are fitted with the AMCC PCI Matchmaker interface

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