[PATCH 3.11 070/208] ext4: fix deadlock when writing in ENOSPC conditions

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Jan Kara commit 34cf865d54813aab3497838132fb1bbd293f4054 upstream. Akira-san has been reporting rare deadlocks of his machine when running xfstests test 269 on ext4 filesystem. The

[PATCH 1/3] iio: mxs-lradc: fix buffer overflow

2014-01-13 Thread Alexandre Belloni
Fixes: drivers/staging/iio/adc/mxs-lradc.c:1556 mxs_lradc_probe() error: buffer overflow 'iio->channels' 15 <= 15 The reported available scales for in_voltage15 were also wrong. The realbits lookup is not necessary as all the channels of the LRADC have the same resolution, use LRADC_RESOLUTION

[PATCH 3.11 076/208] kexec: migrate to reboot cpu

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Vivek Goyal commit c97102ba96324da330078ad8619ba4dfe840dbe3 upstream. Commit 1b3a5d02ee07 ("reboot: move arch/x86 reboot= handling to generic kernel") moved reboot= handling to generic

[PATCH 3.11 071/208] ASoC: wm_adsp: Add small delay while polling DSP RAM start

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Charles Keepax commit 939fd1e8d9deff206f12bd9d4e54aa7a4bd0ffd6 upstream. Some devices are getting very close to the limit whilst polling the RAM start, this patch adds a small delay to

[PATCH 3.11 068/208] iio:adc:ad7887 Fix channel reported endianness from cpu to big endian

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Jonathan Cameron commit e39d99059ad7f75d7ae2d3c59055d3c476cdb0d9 upstream. Note this also sets the endianness to big endian whereas it would previously have defaulted to the cpu

[tip:sched/core] sched, net: Clean up preempt_enable_no_resched() abuse

2014-01-13 Thread tip-bot for Peter Zijlstra
Commit-ID: 1774e9f3e5c8b38de3b3bc8bd0eacd280f655baf Gitweb: http://git.kernel.org/tip/1774e9f3e5c8b38de3b3bc8bd0eacd280f655baf Author: Peter Zijlstra AuthorDate: Tue, 19 Nov 2013 16:13:38 +0100 Committer: Ingo Molnar CommitDate: Mon, 13 Jan 2014 17:39:04 +0100 sched, net: Clean up

[PATCH 3.11 087/208] selinux: fix broken peer recv check

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Chad Hanson commit 46d01d63221c3508421dd72ff9c879f61053cffc upstream. Fix a broken networking check. Return an error if peer recv fails. If secmark is active and the packet recv

[PATCH 3.11 061/208] ALSA: Add SNDRV_PCM_STATE_PAUSED case in wait_for_avail function

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: JongHo Kim commit ed697e1aaf7237b1a62af39f64463b05c262808d upstream. When the process is sleeping at the SNDRV_PCM_STATE_PAUSED state from the wait_for_avail function, the sleep

[PATCH 3.11 091/208] cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Sachin Prabhu commit 750b8de6c4277d7034061e1da50663aa1b0479e4 upstream. When we obtain tcon from cifs_sb, we use cifs_sb_tlink() to first obtain tlink which also grabs a reference to

[PATCH 3.11 084/208] drm/radeon: fix UVD 256MB check

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Christian=20K=C3=B6nig?= commit bae651dbd7ade3c5d6518f89599ae680a2fe2b85 upstream. Otherwise the kernel might reject our decoding requests. Signed-off-by: Christian König

[PATCH 3.11 085/208] drm/radeon: 0x9649 is SUMO2 not SUMO

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit d00adcc8ae9e22eca9d8af5f66c59ad9a74c90ec upstream. Fixes rendering corruption due to incorrect gfx configuration. bug:

Re: [PATCH 1/1] i2c-ismt: add the support of the I2C_SMBUS_I2C_BLOCK_DATA transaction type

2014-01-13 Thread Wolfram Sang
On Thu, Nov 14, 2013 at 07:52:30PM -0500, robert.valique...@intel.com wrote: > This patch adds the support of the I2C_SMBUS_I2C_BLOCK_DATA transaction type > for the iSMT SMBus Controller. Wrap the long line next time, please. > > Signed-off-by: Robert Valiquette > --- > + /*

[PATCH 3.11 081/208] libata, freezer: avoid block device removal while system is frozen

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Tejun Heo commit 85fbd722ad0f5d64d1ad15888cd1eb2188bfb557 upstream. Freezable kthreads and workqueues are fundamentally problematic in that they effectively introduce a big kernel lock

[PATCH 3.11 059/208] drm/radeon: check for 0 count in speaker allocation and SAD code

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit b67ce39a30976171e7b96b30a94a0216ab89df97 upstream. If there is no speaker allocation block or SAD block, bail early. bug:

[tip:sched/core] sched/preempt, locking: Rework local_bh_{dis, en}able()

2014-01-13 Thread tip-bot for Peter Zijlstra
Commit-ID: 0bd3a173d711857fc9f583eb5825386cc08f3948 Gitweb: http://git.kernel.org/tip/0bd3a173d711857fc9f583eb5825386cc08f3948 Author: Peter Zijlstra AuthorDate: Tue, 19 Nov 2013 16:13:38 +0100 Committer: Ingo Molnar CommitDate: Mon, 13 Jan 2014 17:32:27 +0100 sched/preempt, locking:

[PATCH 3.11 080/208] arm64: ptrace: avoid using HW_BREAKPOINT_EMPTY for disabled events

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Will Deacon commit cdc27c27843248ae7eb0df5fc261dd004eaa5670 upstream. Commit 8f34a1da35ae ("arm64: ptrace: use HW_BREAKPOINT_EMPTY type for disabled breakpoints") fixed an issue with

[PATCH 3.11 078/208] mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfully

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Jianguo Wu commit a49ecbcd7b0d5a1cda7d60e03df402dd0ef76ac8 upstream. After a successful hugetlb page migration by soft offline, the source page will either be freed into

[PATCH 3.11 093/208] ARM: 7923/1: mm: fix dcache flush logic for compound high pages

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Steven Capper commit 2a7cfcbc0553365d75716f69ee7b704cac7c9248 upstream. When given a compound high page, __flush_dcache_page will only flush the first page of the compound page

Re: [PATCH v8 4/4] qrwlock: Use smp_store_release() in write_unlock()

2014-01-13 Thread Waiman Long
On 01/12/2014 09:47 PM, Daniel J Blueman wrote: On Thursday, 9 January 2014 01:10:03 UTC+8, Waiman Long wrote: > This patch modifies the queue_write_unlock() function to use the > new smp_store_release() function in another pending patch. It also > removes the temporary implementation of

[PATCH 3.11 090/208] tg3: Expand 4g_overflow_test workaround to skb fragments of any size.

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Nithin Sujir commit 375679104ab3ccfd18dcbd7ba503734fb9a2c63a upstream. The current driver assumes that an skb fragment can only be upto jumbo size. Presumably this was a fast-path

[PATCH 3.11 106/208] ath9k_htc: properly set MAC address and BSSID mask

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Mathy Vanhoef commit 657eb17d87852c42b55c4b06d5425baa08b2ddb3 upstream. Pick the MAC address of the first virtual interface as the new hardware MAC address. Set BSSID mask according to

[PATCH 3.11 088/208] selinux: selinux_setprocattr()->ptrace_parent() needs rcu_read_lock()

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Oleg Nesterov commit c0c1439541f5305b57a83d599af32b74182933fe upstream. selinux_setprocattr() does ptrace_parent(p) under task_lock(p), but task_struct->alloc_lock doesn't pin ->parent

[PATCH 3.11 092/208] ARM: fix footbridge clockevent device

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Russell King commit 4ff859fe1dc0da0f87bbdfff78f527898878fa4a upstream. The clockevents code was being told that the footbridge clock event device ticks at 16x the rate which it

[PATCH 3.11 101/208] staging: comedi: 8255_pci: fix for newer PCI-DIO48H

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Ian Abbott commit 0283f7a100882684ad32b768f9f1ad81658a0b92 upstream. At some point, Measurement Computing / ComputerBoards redesigned the PCI-DIO48H to use a PLX PCI interface chip

[PATCH 3.11 104/208] ARM: OMAP2+: hwmod_data: fix missing OMAP_INTC_START in irq data

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Suman Anna commit 6d4c88304794442055eaea1c07f3c7b988b8c924 upstream. Commit 7d7e1eb (ARM: OMAP2+: Prepare for irqs.h removal) and commit ec2c082 (ARM: OMAP2+: Remove hardcoded IRQs and

[PATCH 3.11 097/208] intel_pstate: Fail initialization if P-state information is missing

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: "Rafael J. Wysocki" commit 98a947abdd54e5de909bebadfced1696ccad30cf upstream. If pstate.current_pstate is 0 after the initial intel_pstate_get_cpu_pstates(), this means that we were

[PATCH 3.11 086/208] drm/radeon: fix render backend setup for SI and CIK

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Marek=20Ol=C5=A1=C3=A1k?= commit 9fadb352ed73edd7801a280b552d33a6040c8721 upstream. Only the render backends of the first shader engine were enabled. The others were

[PATCH 3.11 077/208] mm/compaction: respect ignore_skip_hint in update_pageblock_skip

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Joonsoo Kim commit 6815bf3f233e0b10c99a758497d5d236063b010b upstream. update_pageblock_skip() only fits to compaction which tries to isolate by pageblock unit. If

[PATCH 3.11 082/208] drm/radeon: fix asic gfx values for scrapper asics

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Alex Deucher commit e2f6c88fb903e123edfd1106b0b8310d5117f774 upstream. Fixes gfx corruption on certain TN/RL parts. bug: https://bugs.freedesktop.org/show_bug.cgi?id=60389

[PATCH 3.11 099/208] mm/memory-failure.c: transfer page count from head page to tail page after split thp

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Naoya Horiguchi commit a3e0f9e47d5ef7858a26cc12d90ad5146e802d47 upstream. Memory failures on thp tail pages cause kernel panic like below: mce: [Hardware Error]: Machine check

[PATCH 3.11 073/208] net_dma: mark broken

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Dan Williams commit 77873803363c9e831fc1d1e6895c084279090c22 upstream. net_dma can cause data to be copied to a stale mapping if a copy-on-write fault occurs during dma. The

[PATCH 3.11 069/208] staging: comedi: drivers: fix return value of comedi_load_firmware()

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: H Hartley Sweeten commit c6236c0ce39c809c336ca929f68cf8ad02cf94e0 upstream. Some of the callback functions that upload the firmware in the comedi drivers return a positive value

[PATCH 3.11 116/208] ceph: cleanup types in striped_read()

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter commit 688bac461ba3e9d221a879ab40b687f5d7b5b19c upstream. We pass in a u64 value for "len" and then immediately truncate away the upper 32 bits. Signed-off-by: Dan

[PATCH 3.11 075/208] dm9601: work around tx fifo sync issue on dm962x

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Peter Korsgaard commit 4263c86dca5198da6bd3ad826d0b2304fbe25776 upstream. Certain dm962x revisions contain an bug, where if a USB bulk transfer retry (E.G. if bulk crc mismatch)

[PATCH 3.11 072/208] ASoC: wm8904: fix DSP mode B configuration

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Bo Shen commit f0199bc5e3a3ec13f9bc938556517ec430b36437 upstream. When wm8904 work in DSP mode B, we still need to configure it to work in DSP mode. Or else, it will work in Right

[PATCH 3.11 064/208] rtlwifi: pci: Fix oops on driver unload

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Larry Finger commit 9278db6279e28d4d433bc8a848e10b4ece8793ed upstream. On Fedora systems, unloading rtl8192ce causes an oops. This patch fixes the problem reported at

[PATCH v2] OMAPDSS: DISPC: Fix 34xx overlay scaling calculation

2014-01-13 Thread Ivaylo Dimitrov
From: Ivaylo Dimitrov commit 7faa92339bbb1e6b9a80983b206642517327eb75 OMAPDSS: DISPC: Handle synclost errors in OMAP3 introduces limits check to prevent SYNCLOST errors on OMAP3. However, it misses the logic found in Nokia kernels that is needed to correctly calculate whether 3 tap or 5 tap

[PATCH 3.11 126/208] rbd: complete notifies before cleaning up osd_client and rbd_dev

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Josh Durgin commit 9abc59908e0c5f983aaa91150da32d5b62cf60b7 upstream. To ensure rbd_dev is not used after it's released, flush all pending notify callbacks before calling

[PATCH 3.11 107/208] powerpc: Align p_end

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Anton Blanchard commit 286e4f90a72c0b0621dde0294af6ed4b0baddabb upstream. p_end is an 8 byte value embedded in the text section. This means it is only 4 byte aligned when it should be

[PATCH 3.11 114/208] clocksource: dw_apb_timer_of: Fix support for dts binding "snps,dw-apb-timer"

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Dinh Nguyen commit 9ab4727c1d41e50b67aecde4bf11879560a3ca78 upstream. In commit 620f5e1cbf (dts: Rename DW APB timer compatible strings), both "snps,dw-apb-timer-sp" and

[PATCH 3.11 113/208] clocksource: dw_apb_timer_of: Fix read_sched_clock

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Dinh Nguyen commit 85dc6ee1237c8a4a7742e6abab96a20389b7d682 upstream. The read_sched_clock should return the ~value because the clock is a countdown implementation. read_sched_clock()

[PATCH 3.11 110/208] GFS2: Fix incorrect invalidation for DIO/buffered I/O

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Steven Whitehouse commit dfd11184d894cd0a92397b25cac18831a1a6a5bc upstream. In patch 209806aba9d540dde3db0a5ce72307f85f33468f we allowed local deferred locks to be granted against a

[PATCH 3.11 111/208] jbd2: don't BUG but return ENOSPC if a handle runs out of space

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Theodore Ts'o commit f6c07cad081ba222d63623d913aafba5586c1d2c upstream. If a handle runs out of space, we currently stop the kernel with a BUG in jbd2_journal_dirty_metadata(). This

[PATCH 3.11 105/208] ceph: Avoid data inconsistency due to d-cache aliasing in readpage()

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Li Wang commit 56f91aad69444d650237295f68c195b74d888d95 upstream. If the length of data to be read in readpage() is exactly PAGE_CACHE_SIZE, the original code does not flush d-cache

[PATCH 3.11 125/208] libceph: add function to ensure notifies are complete

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Josh Durgin commit dd935f44a40f8fb02aff2cc0df2269c92422df1c upstream. Without a way to flush the osd client's notify workqueue, a watch event that is unregistered could continue

[PATCH 3.11 124/208] rbd: fix null dereference in dout

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Josh Durgin commit c35455791c1131e7ccbf56ea6fbdd562401c2ce2 upstream. The order parameter is sometimes NULL in _rbd_dev_v2_snap_size(), but the dout() always derefences it. Move this

[PATCH 3.11 102/208] can: peak_usb: fix mem leak in pcan_usb_pro_init()

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Marc Kleine-Budde commit 20fb4eb96fb0350d28fc4d7cbfd5506711079592 upstream. This patch fixes a memory leak in pcan_usb_pro_init(). In patch f14e224 net: can: peak_usb: Do not do

[PATCH 3.11 123/208] rbd: fix buffer size for writes to images with snapshots

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Josh Durgin commit 03507db631c94a48e316c7f638ffb2991544d617 upstream. rbd_osd_req_create() needs to know the snapshot context size to create a buffer large enough to send it with the

[PATCH 3.11 120/208] libceph: create_singlethread_workqueue() doesn't return ERR_PTRs

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter commit dbcae088fa660086bde6e10d63bb3c9264832d85 upstream. create_singlethread_workqueue() returns NULL on error, and it doesn't return ERR_PTRs. I tweaked the error

[PATCH 3.11 112/208] sh: always link in helper functions extracted from libgcc

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Geert Uytterhoeven commit 84ed8a99058e61567f495cc43118344261641c5f upstream. E.g. landisk_defconfig, which has CONFIG_NTFS_FS=m: ERROR: "__ashrdi3" [fs/ntfs/ntfs.ko] undefined! For

[PATCH 3.11 095/208] Revert "of/address: Handle #address-cells > 2 specially"

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Rob Herring commit 13fcca8f25f4e9ce7f55da9cd353bb743236e212 upstream. This reverts commit e38c0a1fbc5803cbacdaac0557c70ac8ca5152e7. Nikita Yushchenko reports: While trying to make

Re: [PATCH 07/14] target/sbc: Add P_TYPE + PROT_EN bits to READ_CAPACITY_16

2014-01-13 Thread Sagi Grimberg
Back to the original question, I don't think Sagi was asking if it was valid to do a legacy/unprotected READ, it was what to expect with a protected READ on unwritten blocks: > So this takes me to a corner I still don't understand, if > a LUN is pre-formatted as T10-protected, what happens to

[PATCH 3.11 122/208] ceph: allow sync_read/write return partial successed size of read/write.

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: majianpeng commit ee7289bfadda5f4ef60884547ebc9989c8fb314a upstream. For sync_read/write, it may do multi stripe operations.If one of those met erro, we return the former successed

[PATCH 3.11 094/208] powerpc: Fix bad stack check in exception entry

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Michael Neuling commit 90ff5d688e61f49f23545ffab6228bd7e87e6dc7 upstream. In EXCEPTION_PROLOG_COMMON() we check to see if the stack pointer (r1) is valid when coming from the kernel.

[PATCH 3.11 096/208] KVM: x86: Fix APIC map calculation after re-enabling

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Jan Kiszka commit e66d2ae7c67bd9ac982a3d1890564de7f7eabf4b upstream. Update arch.apic_base before triggering recalculate_apic_map. Otherwise the recalculation will work against the

[PATCH 3.11 119/208] libceph: potential NULL dereference in ceph_osdc_handle_map()

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter commit b72e19b9225d4297a18715b0998093d843d170fa upstream. There are two places where we read "nr_maps" if both of them are set to zero then we would hit a NULL

[PATCH 3.11 121/208] ceph: fix bugs about handling short-read for sync read mode.

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: majianpeng commit 02ae66d8b229708fd94b764f6c17ead1c7741fcf upstream. cephfs . show_layout >layyout.data_pool: 0 >layout.object_size: 4194304 >layout.stripe_unit: 4194304

[PATCH 3.11 100/208] ARM: fix "bad mode in ... handler" message for undefined instructions

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Russell King commit 29c350bf28da333e41e30497b649fe335712a2ab upstream. The array was missing the final entry for the undefined instruction exception handler; this commit adds it.

Re: [PATCH v2 15/28] drm/i2c: tda998x: use the tda998x video format when cea mode

2014-01-13 Thread Russell King - ARM Linux
On Mon, Jan 13, 2014 at 05:22:20PM +0100, Jean-Francois Moine wrote: > On Mon, 13 Jan 2014 16:13:34 + > Russell King - ARM Linux wrote: > > > Sorry, I don't see what bearing your response to my reply has. > > Simply that NXP people better like to use the cea mode. Ah, I see. It's a thread

[PATCH 3.11 130/208] rbd: fix error handling from rbd_snap_name()

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Josh Durgin commit da6a6b63978d45f9ae582d1f362f182012da3a22 upstream. rbd_snap_name() calls rbd_dev_v{1,2}_snap_name() depending on the format of the image. The format 1 version

[PATCH 3.11 132/208] arm64: check for number of arguments in syscall_get/set_arguments()

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: AKASHI Takahiro commit 7b22c03536a539142f931815528d55df455ffe2d upstream. In ftrace_syscall_enter(), syscall_get_arguments(..., 0, n, ...) if (i == 0) { ...; n--;}

[PATCH 3.11 103/208] x86 idle: Repair large-server 50-watt idle-power regression

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Len Brown commit 40e2d7f9b5dae048789c64672bf3027fbb663ffa upstream. Linux 3.10 changed the timing of how thread_info->flags is touched: x86: Use generic idle loop

[PATCH 3.11 139/208] dell-wmi: Add KEY_MICMUTE to bios_to_linux_keycode

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Alex Hung commit cfb743bf6173063b57ef5a8185ea87f130209d4d upstream. Signed-off-by: Alex Hung Signed-off-by: Matthew Garrett Signed-off-by: Luis Henriques ---

[PATCH 3.11 129/208] rbd: ignore unmapped snapshots that no longer exist

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Josh Durgin commit efadc98aab674153709cc357ba565f04e3164fcd upstream. This prevents erroring out while adding a device when a snapshot unrelated to the current mapping is deleted

[PATCH 3.11 137/208] memcg: fix memcg_size() calculation

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Vladimir Davydov commit 695c60830764945cf61a2cc623eb1392d137223e upstream. The mem_cgroup structure contains nr_node_ids pointers to mem_cgroup_per_node objects, not the objects

[PATCH 3.11 140/208] ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDs

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Paul Drews commit f6308b36c411dc5afd6a6f73e6454722bfde57b7 upstream. This adds the new ACPI ID (INT33FC) for the BayTrail GPIO banks as seen on a BayTrail M System-On-Chip platform.

Re: [PATCH 0/4] EFI memmap fix v2

2014-01-13 Thread Toshi Kani
On Sat, 2014-01-11 at 21:49 +0100, Borislav Petkov wrote: > From: Borislav Petkov > > Ok, here's v2 rebased and rediffed against tip (which has the relevant > efi branches). > > Toshi, I'm pushing it to: > > git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#efi-fixes > > so that you can

[PATCH 3.11 135/208] arm64: Use Normal NonCacheable memory for writecombine

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Catalin Marinas commit 4f00130b70e5eee813cc7bc298e0f3fdf79673cc upstream. This provides better performance compared to Device GRE and also allows unaligned accesses. Such memory is

[PATCH 3.11 133/208] arm64: dts: Reserve the memory used for secondary CPU release address

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Catalin Marinas commit df503ba7f653c590b475ab80bde788edf5af70d5 upstream. With the spin-table SMP booting method, secondary CPUs poll a location passed in the DT. The foundation-v8.dts

[PATCH 3.11 136/208] ext4: fix FITRIM in no journal mode

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Lukas Czerner commit 8f9ff189205a6817aee5a1f996f876541f86e07c upstream. When using FITRIM ioctl on a file system without journal it will only trim the block group once, no matter how

[PATCH 3.11 131/208] arm64: fix possible invalid FPSIMD initialization state

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Jiang Liu commit 6db83cea1c975b9a102e17def7d2795814e1ae2b upstream. If context switching happens during executing fpsimd_flush_thread(), stale value in FPSIMD registers will be saved

[PATCH 3.11 134/208] arm64: Remove unused cpu_name ascii in arch/arm64/mm/proc.S

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Catalin Marinas commit f3a1d7d53dccf51959aec16b574617cc6bfeca09 upstream. This string has been moved to arch/arm64/kernel/cputable.c. Signed-off-by: Catalin Marinas Cc: Mark Brown

[PATCH 3.11 138/208] s390/3270: fix allocation of tty3270_screen structure

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Martin Schwidefsky commit 36d9f4d3b68c7035ead3850dc85f310a579ed0eb upstream. The tty3270_alloc_screen function is called from tty3270_install with swapped arguments, the number of

Re: [PATCH] nfs: don't update isize when NFS_INO_LAYOUTCOMMITTING in nfs_update_inode

2014-01-13 Thread Trond Myklebust
On Jan 13, 2014, at 8:34, Trond Myklebust wrote: > > On Jan 13, 2014, at 2:55, shaobingqing wrote: > >> When a file is in NFS_INO_LAYOUTCOMMITING status, its isize perhaps has not >> been >> transferred to the metadate server. So the isize getting from the metadata >> server >> perhaps

[PATCH 3.11 143/208] mm: numa: serialise parallel get_user_page against THP migration

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Mel Gorman commit 2b4847e73004c10aec2e27b5c5430aed8698 upstream. Base pages are unmapped and flushed from cache and TLB during normal page migration and replaced with a migration

[PATCH 3.11 146/208] mm: numa: do not clear PMD during PTE update scan

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Mel Gorman commit 5a6dac3ec5f583cc8ee7bc53b5500a207c4ca433 upstream. If the PMD is flushed then a parallel fault in handle_mm_fault() will enter the pmd_none and

[PATCH 3.11 117/208] ceph: Add check returned value on func ceph_calc_ceph_pg.

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: majianpeng commit 2fbcbff1d6b9243ef71c64a8ab993bc3c7bb7af1 upstream. Func ceph_calc_ceph_pg maybe failed.So add check for returned value. Signed-off-by: Jianpeng Ma Reviewed-by: Sage

[PATCH 3.11 145/208] mm: clear pmd_numa before invalidating

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Mel Gorman commit 67f87463d3a3362424efcbe8b40e4772fd34fc61 upstream. On x86, PMD entries are similar to _PAGE_PROTNONE protection and are handled as NUMA hinting faults. The following

[PATCH 3.11 098/208] mm: fix use-after-free in sys_remap_file_pages

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Rik van Riel commit 4eb919825e6c3c7fb3630d5621f6d11e98a18b3a upstream. remap_file_pages calls mmap_region, which may merge the VMA with other existing VMAs, and free "vma". This can

[PATCH 3.11 142/208] sh: add EXPORT_SYMBOL(min_low_pfn) and EXPORT_SYMBOL(max_low_pfn) to sh_ksyms_32.c

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Nobuhiro Iwamatsu commit ad70b029d2c678386384bd72c7fa2705c449b518 upstream. Min_low_pfn and max_low_pfn were used in pfn_valid macro if defined CONFIG_FLATMEM. When the functions that

[PATCH 3.11 109/208] GFS2: don't hold s_umount over blkdev_put

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Steven Whitehouse commit dfe5b9ad83a63180f358b27d1018649a27b394a9 upstream. This is a GFS2 version of Tejun's patch: 4f331f01b9c43bf001d3ffee578a97a1e0633eac vfs: don't hold s_umount

[PATCH 3.11 115/208] ceph: fix null pointer dereference

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Nathaniel Yazdani commit c338c07c51e3106711fad5eb599e375eadb6855d upstream. When register_session() is given an out-of-range argument for mds, ceph_mdsmap_get_addr() will return a null

[PATCH 3.11 141/208] ext4: fix bigalloc regression

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Whitney commit d0abafac8c9162f39c4f6b2f8141b772a09b3770 upstream. Commit f5a44db5d2 introduced a regression on filesystems created with the bigalloc feature (cluster size >

[PATCH 3.11 144/208] mm: numa: call MMU notifiers on THP migration

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Mel Gorman commit f714f4f20e59ea6eea264a86b9a51fd51b88fc54 upstream. MMU notifiers must be called on THP page migration or secondary MMUs will get very confused. Signed-off-by: Mel

[PATCH 3.11 108/208] Input: allocate absinfo data when setting ABS capability

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Dmitry Torokhov commit 28a2a2e1aedbe2d8b2301e6e0e4e63f6e4177aca upstream. We need to make sure we allocate absinfo data when we are setting one of EV_ABS/ABS_XXX capabilities,

[PATCH 3.11 127/208] rbd: make rbd_obj_notify_ack() synchronous

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Josh Durgin commit 20e0af67ce88c657d0601977b9941a2256afbdaa upstream. The only user of rbd_obj_notify_ack() is rbd_watch_cb(). It used asynchronously with no tracking of when the

[PATCH 3.11 156/208] sched: Fix race on toggling cfs_bandwidth_used

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Ben Segall commit 1ee14e6c8cddeeb8a490d7b54cd9016e4bb900b4 upstream. When we transition cfs_bandwidth_used to false, any currently throttled groups will incorrectly return false from

[PATCH 3.11 171/208] virtio: delete napi structures from netdev before releasing memory

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Andrey Vagin commit d4fb84eefe5164f6a6ea51d0a9e26280c661a0dd upstream. free_netdev calls netif_napi_del too, but it's too late, because napi structures are placed on vi->rq.

[PATCH 3.11 158/208] sched: Fix hrtimer_cancel()/rq->lock deadlock

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Ben Segall commit 927b54fccbf04207ec92f669dce6806848cbec7d upstream. __start_cfs_bandwidth calls hrtimer_cancel while holding rq->lock, waiting for the hrtimer to finish. However, if

[PATCH 3.11 167/208] macvtap: Do not double-count received packets

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Vlad Yasevich commit 006da7b07bc4d3a7ffabad17cf639eec6849c9dc upstream. Currently macvlan will count received packets after calling each vlans receive handler. Macvtap attempts to

Re: [PATCH 1/1] lockdep: Kill held_lock->check and "int check" arg of __lock_acquire()

2014-01-13 Thread Oleg Nesterov
On 01/12, Dave Jones wrote: > > On Sun, Jan 12, 2014 at 06:45:54PM +0100, Oleg Nesterov wrote: > > > diff --git a/include/linux/lockdep.h b/include/linux/lockdep.h > > index 92b1bfc..13bd13d 100644 > > --- a/include/linux/lockdep.h > > +++ b/include/linux/lockdep.h > > @@ -252,7 +252,6 @@

[PATCH 3.11 164/208] net: do not pretend FRAGLIST support

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit 28e24c62ab3062e965ef1b3bcc244d50aee7fa85 upstream. Few network drivers really supports frag_list : virtual drivers. Some drivers wrongly advertise NETIF_F_FRAGLIST

[PATCH 3.11 172/208] packet: fix send path when running with proto == 0

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Daniel Borkmann commit 66e56cd46b93ef407c60adcac62cf33b06119d50 upstream. Commit e40526cb20b5 introduced a cached dev pointer, that gets hooked into register_prot_hook(),

[PATCH 3.11 162/208] xhci: Limit the spurious wakeup fix only to HP machines

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 6962d914f317b119e0db7189199b21ec77a4b3e0 upstream. We've got regression reports that my previous fix for spurious wakeups after S5 on HP Haswell machines leads to

[PATCH 3.11 147/208] mm: numa: do not clear PTE for pte_numa update

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Mel Gorman commit 0c5f83c23ca703d32f930393825487257a5cde6d upstream. The TLB must be flushed if the PTE is updated but change_pte_range is clearing the PTE while marking PTEs pte_numa

[PATCH 3.11 150/208] sched: numa: skip inaccessible VMAs

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Mel Gorman commit 3c67f474558748b604e247d92b55dfe89654c81d upstream. Inaccessible VMA should not be trapping NUMA hint faults. Skip them. Signed-off-by: Mel Gorman Reviewed-by: Rik

Re: [PATCH v2 15/28] drm/i2c: tda998x: use the tda998x video format when cea mode

2014-01-13 Thread Jean-Francois Moine
On Mon, 13 Jan 2014 16:13:34 + Russell King - ARM Linux wrote: > Sorry, I don't see what bearing your response to my reply has. Simply that NXP people better like to use the cea mode. -- Ken ar c'hentañ | ** Breizh ha Linux atav! ** Jef |

[PATCH 3.11 155/208] mm: numa: defer TLB flush for THP migration as long as possible

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Mel Gorman commit b0943d61b8fa420180f92f64ef67662b4f6cc493 upstream. THP migration can fail for a variety of reasons. Avoid flushing the TLB to deal with THP migration races until the

[PATCH 3.11 152/208] mm: numa: avoid unnecessary disruption of NUMA hinting during migration

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Mel Gorman commit de466bd628e8d663fdf3f791bc8db318ee85c714 upstream. do_huge_pmd_numa_page() handles the case where there is parallel THP migration. However, by the time it is checked

Re: [PATCH 3.11 180/208] ip_gre: fix msg_name parsing for recvfrom/recvmsg

2014-01-13 Thread Luis Henriques
(adding back missing CC:) On Mon, Jan 13, 2014 at 06:10:22PM +0200, Timo Teras wrote: > On Mon, 13 Jan 2014 16:00:21 + > Luis Henriques wrote: > > > 3.11.10.3 -stable review patch. If anyone has any objections, please > > let me know. > > Does it build? Seems you have missed the hunk to

<    3   4   5   6   7   8   9   10   11   12   >