Re: [PATCH net V2 1/2] tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS

2013-07-30 Thread Michael S. Tsirkin
On Fri, Jul 19, 2013 at 08:03:35AM +0300, Michael S. Tsirkin wrote: > On Thu, Jul 18, 2013 at 10:55:15AM +0800, Jason Wang wrote: > > We try to linearize part of the skb when the number of iov is greater than > > MAX_SKB_FRAGS. This is not enough since each single vector may occupy more > > than

Re: [PATCH net V2 2/2] macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS

2013-07-30 Thread Michael S. Tsirkin
On Fri, Jul 19, 2013 at 08:03:51AM +0300, Michael S. Tsirkin wrote: > On Thu, Jul 18, 2013 at 10:55:16AM +0800, Jason Wang wrote: > > We try to linearize part of the skb when the number of iov is greater than > > MAX_SKB_FRAGS. This is not enough since each single vector may occupy more > > than

[PATCH] sched, numa: Use {cpu, pid} to create task groups for shared faults

2013-07-30 Thread Peter Zijlstra
Subject: sched, numa: Use {cpu, pid} to create task groups for shared faults From: Peter Zijlstra Date: Tue Jul 30 10:40:20 CEST 2013 A very simple/straight forward shared fault task grouping implementation. Concerns are that grouping on a single shared fault might be too aggressive -- this

[PATCHv2] truncate: drop 'oldsize' truncate_pagecache() parameter

2013-07-30 Thread Kirill A. Shutemov
From: "Kirill A. Shutemov" truncate_pagecache() doesn't care about old size since commit cedabed. Let's drop it. Signed-off-by: Kirill A. Shutemov [v2: drop unused variables] --- fs/adfs/inode.c | 2 +- fs/affs/file.c | 2 +- fs/bfs/file.c | 2 +-

[for-next-3.11][PATCH 2/8] tracing: Change event_enable/disable_read() to verify i_private != NULL

2013-07-30 Thread Steven Rostedt
From: Oleg Nesterov tracing_open_generic_file() is racy, ftrace_event_file can be already freed by rmdir or trace_remove_event_call(). Change event_enable_read() and event_disable_read() to read and verify "file = i_private" under event_mutex. This fixes nothing, but now we can change

[for-next-3.11][PATCH 6/8] tracing: Change remove_event_file_dir() to clear "d_subdirs"->i_private

2013-07-30 Thread Steven Rostedt
From: Oleg Nesterov Change remove_event_file_dir() to clear ->i_private for every file we are going to remove. We need to check file->dir != NULL because event_create_dir() can fail. debugfs_remove_recursive(NULL) is fine but the patch moves it under the same check anyway for readability.

[for-next-3.11][PATCH 4/8] tracing: Change f_start() to take event_mutex and verify i_private != NULL

2013-07-30 Thread Steven Rostedt
From: Oleg Nesterov trace_format_open() and trace_format_seq_ops are racy, nothing protects ftrace_event_call from trace_remove_event_call(). Change f_start() to take event_mutex and verify i_private != NULL, change f_stop() to drop this lock. This fixes nothing, but now we can change

[for-next-3.11][PATCH 0/8] ftrace/tracing: Event file fixes and ftrace function hash fixes

2013-07-30 Thread Steven Rostedt
Oleg has been continuing his work on fixing a race between opening an event file and deleting that same event. Using the i_private and event_mutex to verify that the event still exists to solve the race. A long standing bug on the ftrace hash accounting has finally been figured out. When tracing

[for-next-3.11][PATCH 3/8] tracing: Change event_filter_read/write to verify i_private != NULL

2013-07-30 Thread Steven Rostedt
From: Oleg Nesterov event_filter_read/write() are racy, ftrace_event_call can be already freed by trace_remove_event_call() callers. 1. Shift mutex_lock(event_mutex) from print/apply_event_filter to the callers. 2. Change the callers, event_filter_read() and event_filter_write() to read

[for-next-3.11][PATCH 7/8] ftrace: Consolidate some duplicate code for updating ftrace ops

2013-07-30 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" When ftrace ops modifies the functions that it will trace, the update to the function mcount callers may need to be modified. Consolidate the two places that do the checks to see if an update is required with a wrapper function for those checks. Signed-off-by:

[for-next-3.11][PATCH 8/8] ftrace: Clear module traced functions on unload module

2013-07-30 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" There's been a nasty bug that would show up and not give much info. The bug displayed the following warning: WARNING: at kernel/trace/ftrace.c:1529 __ftrace_hash_rec_update+0x1e3/0x230() Pid: 20903, comm: bash Tainted: G O 3.6.11+ #38405.trunk Call

[for-next-3.11][PATCH 5/8] tracing: Introduce remove_event_file_dir()

2013-07-30 Thread Steven Rostedt
From: Oleg Nesterov Preparation for the next patch. Extract the common code from remove_event_from_tracers() and __trace_remove_event_dirs() into the new helper, remove_event_file_dir(). The patch looks more complicated than it actually is, it also moves remove_subsystem() up to avoid the

[for-next-3.11][PATCH 1/8] tracing: Turn event/id->i_private into call->event.type

2013-07-30 Thread Steven Rostedt
From: Oleg Nesterov event_id_read() is racy, ftrace_event_call can be already freed by trace_remove_event_call() callers. Change event_create_dir() to pass "data = call->event.type", this is all event_id_read() needs. ftrace_event_id_fops no longer needs tracing_open_generic(). We add the new

Re: [PATCH v6 1/8] ASoC: wm8731: add rates constraints

2013-07-30 Thread Mark Brown
On Tue, Jul 30, 2013 at 12:32:02PM +0200, Richard Genoud wrote: > Depending on the mclk (or crystal) selected, the wm8731 codec have some > constraints on its data sampling rates: > e.g. with a 12.288MHz or 18.432MHz crystal, the authorized rates are > 8KHz, 32KHz, 48KHz and 96KHz. Applied,

Re: [PATCH v6 1/8] ASoC: wm8731: add rates constraints

2013-07-30 Thread Mark Brown
On Tue, Jul 30, 2013 at 11:59:45AM +0200, Richard Genoud wrote: > Depending on the mclk (or crystal) selected, the wm8731 codec have some > constraints on its data sampling rates: > e.g. with a 12.288MHz or 18.432MHz crystal, the authorized rates are > 8KHz, 32KHz, 48KHz and 96KHz. Applied,

[PATCH] mm, numa: Change page last {nid,pid} into {cpu,pid}

2013-07-30 Thread Peter Zijlstra
Subject: mm, numa: Change page last {nid,pid} into {cpu,pid} From: Peter Zijlstra Date: Thu Jul 25 18:44:50 CEST 2013 Change the per page last fault tracking to use cpu,pid instead of nid,pid. This will allow us to try and lookup the alternate task more easily. Signed-off-by: Peter Zijlstra

Re: [PATCH 34/35] regulator: use dev_get_platdata()

2013-07-30 Thread Mark Brown
On Tue, Jul 30, 2013 at 05:20:47PM +0900, Jingoo Han wrote: > Use the wrapper function for retrieving the platform data instead of > accessing dev->platform_data directly. Applied, thanks. signature.asc Description: Digital signature

RE: RE: [PATCH v8 05/12] clk: exynos5250: add gate clock descriptions of System MMU

2013-07-30 Thread Cho KyongHo
> -Original Message- > From: Mike Turquette [mailto:mturque...@linaro.org] > Sent: Tuesday, July 30, 2013 3:47 PM > To: Cho KyongHo; 'Linux ARM Kernel'; 'Linux IOMMU'; 'Linux Kernel'; 'Linux > Samsung SOC' > Cc: 'Kukjin Kim'; 'Hyunwoong Kim'; 'Prathyush'; 'Grant Grundler'; 'Joerg >

[char-misc 3.11 V2] mei: me: fix hardware reset flow

2013-07-30 Thread Tomas Winkler
Both H_IS and H_IE needs to be set to receive H_RDY interrupt 1. Assert H_IS to clear the interrupts during hw reset and use mei_me_reg_write instead of mei_hcsr_set as the later strips down the H_IS 2. fix interrupt disablement embarrassing typo hcsr |= ~H_IE -> hcsr &= ~H_IE; this will

[PATCH V2 03/35] watchdog: use dev_get_platdata()

2013-07-30 Thread Jingoo Han
Use the wrapper function for retrieving the platform data instead of accessing dev->platform_data directly. Signed-off-by: Jingoo Han --- drivers/watchdog/iTCO_wdt.c |2 +- drivers/watchdog/mv64x60_wdt.c |2 +- drivers/watchdog/omap_wdt.c |2 +-

[PATCH] pinctrl: tegra: add valid function name on DT document

2013-07-30 Thread Laxman Dewangan
Add valid property name for the property "nvidia,function" in DT binding document of Tegra pincontrol. Signed-off-by: Laxman Dewangan --- .../bindings/pinctrl/nvidia,tegra114-pinmux.txt| 10 ++ .../bindings/pinctrl/nvidia,tegra20-pinmux.txt | 11 +++

Re: [PATCH v2] fs/ocfs2: use list_for_each_entry() instead of list_for_each()

2013-07-30 Thread Dan Carpenter
On Tue, Jul 30, 2013 at 06:42:58PM -0400, Dong Fang wrote: > On 07/29/2013 04:06 AM, Dan Carpenter wrote: > >Oh. It appears that nothing changed between v1 and v2. Only the CC > >list. > > > >It's probably that the list moderation on ocfs2-devel was confusing > >for non-native English speakers

[GIT] pktcdvd

2013-07-30 Thread Jiri Kosina
Jens, please consider pulling from git://git.kernel.org/pub/scm/linux/kernel/git/jikos/linux-block.git for-3.12/pktcdvd to receive a few small cleanups to pktcdvd driver by Joe Perches. Nothing urgent, definitely 3.12 material. Thanks. Joe Perches (8): pktcdvd: convert ZONE macro to

Re: [PATCH RFT] regulator: pfuze100: Fix n_voltages setting for SW2~SW4 with high bit set

2013-07-30 Thread Robin Gong
Hi Mark, Thanks for your kindly remind. On Tue, Jul 30, 2013 at 11:21:10AM +0100, Mark Brown wrote: > On Tue, Jul 30, 2013 at 11:23:11AM +0800, Robin Gong wrote: > > Ok for me. > > For Linux kernel process you should say > >Acked-by: Robin Gong > > or > >Reviewed-by: Robin

Re: [PATCH v2] fs/ocfs2: use list_for_each_entry() instead of list_for_each()

2013-07-30 Thread Dong Fang
On 07/29/2013 04:06 AM, Dan Carpenter wrote: Oh. It appears that nothing changed between v1 and v2. Only the CC list. It's probably that the list moderation on ocfs2-devel was confusing for non-native English speakers the patch submitter thought his patch was dropped. Also mailing lists

Re: [PATCH trivial] include/linux/coda.h: remove useless '#else'

2013-07-30 Thread Jiri Kosina
On Tue, 30 Jul 2013, Chen Gang wrote: > '#else' is useless, need remove. > > Signed-off-by: Chen Gang > --- > include/linux/coda.h |1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/include/linux/coda.h b/include/linux/coda.h > index cff544f..d30209b 100644 > ---

[PATCH v6 2/8] ASoC: atmel: machine driver for at91sam9x5-wm8731 boards

2013-07-30 Thread Richard Genoud
From: Nicolas Ferre Description of the Asoc machine driver for an at91sam9x5 based board with a wm8731 audio DAC. Wm8731 is clocked by a crystal and used as a master on the SSC/I2S interface. Its connections are a headphone jack and an Line input jack. [Richard: this is based on an old patch

[PATCH v6 1/8] ASoC: wm8731: add rates constraints

2013-07-30 Thread Richard Genoud
Depending on the mclk (or crystal) selected, the wm8731 codec have some constraints on its data sampling rates: e.g. with a 12.288MHz or 18.432MHz crystal, the authorized rates are 8KHz, 32KHz, 48KHz and 96KHz. Signed-off-by: Richard Genoud --- sound/soc/codecs/wm8731.c | 60

[PATCH v6 4/8] ARM: AT91: DTS: sam9x5: add SSC DMA parameters

2013-07-30 Thread Richard Genoud
Signed-off-by: Richard Genoud --- arch/arm/boot/dts/at91sam9x5.dtsi |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index 20b6423..d6c9895 100644 --- a/arch/arm/boot/dts/at91sam9x5.dtsi +++

[PATCH v6 3/8] Documentation: DT: update atmel SSC with DMA binding

2013-07-30 Thread Richard Genoud
As atmel-ssc can be used with DMA, the documentation should be updated. Also, a configuration DMA example is given. Signed-off-by: Richard Genoud --- .../devicetree/bindings/misc/atmel-ssc.txt | 23 +++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git

[PATCH v6 6/8] ARM: AT91: DTS: sam9x5ek: enable SSC

2013-07-30 Thread Richard Genoud
Enable the SSC needed for the WM8731 codec Signed-off-by: Richard Genoud --- arch/arm/boot/dts/at91sam9x5ek.dtsi |4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9x5ek.dtsi b/arch/arm/boot/dts/at91sam9x5ek.dtsi index e6fb309..f3e83f7 100644 ---

[PATCH v6 7/8] ARM: AT91: DTS: sam9x5ek: add sound configuration

2013-07-30 Thread Richard Genoud
The sam9x5ek board has 2 jacks: headphone wired on RHPOUT/LHPOUT of the wm8731 line in wired on LLINEIN/RLINEIN of the wm8731 Signed-off-by: Richard Genoud --- arch/arm/boot/dts/at91sam9x5ek.dtsi | 15 +++ 1 file changed, 15 insertions(+) diff --git

[PATCH v6 8/8] ASoC: sam9x5: get codec MCLK via device tree

2013-07-30 Thread Richard Genoud
Instead of having the clock rate hard coded, and thus, only compatible with one board, we can make it compatible with other implementations. Signed-off-by: Richard Genoud --- .../bindings/sound/atmel-sam9x5-wm8731-audio.txt |4 arch/arm/boot/dts/at91sam9x5ek.dtsi |

[PATCH v6 5/8] ARM: AT91: DTS: sam9x5ek: add WM8731 codec

2013-07-30 Thread Richard Genoud
The WM8731 codec on sam9x5ek board is on i2c, address 1A Signed-off-by: Richard Genoud Acked-by: Mark Brown --- arch/arm/boot/dts/at91sam9x5ek.dtsi |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9x5ek.dtsi b/arch/arm/boot/dts/at91sam9x5ek.dtsi index

[PATCH v6 0/8] Sound support for at91sam9x5-wm8731 based boards

2013-07-30 Thread Richard Genoud
Hi, This patchset add sound on the at91sam9x5ek board. It's based on Nicolas Ferre's work in the 2.6.39 atmel patch for sam9x5: https://github.com/linux4sam/linux-at91/commit/0aa157c9e71f3abc30fa37eb5c95b392978d It needs Bo Chen's patchset on the generic dmaengine (topic/atmel branch on

Re: [PATCH RFT] regulator: pfuze100: Fix n_voltages setting for SW2~SW4 with high bit set

2013-07-30 Thread Mark Brown
On Tue, Jul 30, 2013 at 10:46:28AM +0800, Axel Lin wrote: > Current code adjust min_uV and uV_step but missed adjusting the n_voltages > setting. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH RFT] regulator: pfuze100: Fix n_voltages setting for SW2~SW4 with high bit set

2013-07-30 Thread Mark Brown
On Tue, Jul 30, 2013 at 11:23:11AM +0800, Robin Gong wrote: > Ok for me. For Linux kernel process you should say Acked-by: Robin Gong or Reviewed-by: Robin Gong to say if you are OK - the first means you didn't really review but it looks OK, the second means you did a proper review.

Re: [PATCH v6 0/8] Sound support for at91sam9x5-wm8731 based boards

2013-07-30 Thread Richard Genoud
aggg... I forgot that the DT list has changed. I'll resend this with the correct address. Sorry for the noise. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

[PATCH] f2fs: add a wait step when submit bio with {READ,WRITE}_SYNC

2013-07-30 Thread Gu Zheng
When we submit bio with READ_SYNC or WRITE_SYNC, we need to wait a moment for the io completion, current codes only find_data_page() follows the rule, other places missing this step, so add it. Further more, moving the PageUptodate check into f2fs_readpage() to clean up the codes. Signed-off-by:

Re: [PATCH] ARM: Fix r7/r11 confusion when CONFIG_THUMB2_KERNEL=y [OT]

2013-07-30 Thread Jean-Francois Moine
On Tue, 30 Jul 2013 10:44:57 +0100 Dave Martin wrote: > On Tue, Jul 30, 2013 at 11:38:53AM +0200, Jean-Francois Moine wrote: > > On Tue, 30 Jul 2013 10:25:18 +0100 > > Dave Martin wrote: > > > > > The pragmatic route is less contraversial and lower overhead: even though > > > it's not

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

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

[PATCH 003/106] nfsd4: fix decoding of compounds across page boundaries

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: "J. Bruce Fields" commit 247500820ebd02ad87525db5d9b199e5b66f6636 upstream. A freebsd NFSv4.0 client was getting rare IO errors expanding a tarball. A network trace showed the server

Re: [PATCH v4 07/17] clocksource: bcm2835: Switch to sched_clock_register()

2013-07-30 Thread Daniel Lezcano
On 07/19/2013 01:21 AM, Stephen Boyd wrote: > The 32 bit sched_clock interface now supports 64 bits. Upgrade to > the 64 bit function to allow us to remove the 32 bit registration > interface. > > Cc: Stephen Warren > Signed-off-by: Stephen Boyd > --- Hi Stephen, you sent a series with tick

[PATCH 002/106] writeback: Fix periodic writeback after fs mount

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Jan Kara commit a5faeaf9109578e65e1a32e2a3e76c8b47e7dcb6 upstream. Code in blkdev.c moves a device inode to default_backing_dev_info when the last reference to the device is put and

[PATCH 007/106] [CIFS] use sensible file nlink values if unprovided

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Steve French commit 6658b9f70ebca5fc0795b1d6d733996af1e2caa7 upstream. Certain servers may not set the NumberOfLinks field in query file/path info responses. In such a case,

[PATCH 006/106] tracing: Fix irqs-off tag display in syscall tracing

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: "zhangwei(Jovi)" commit 11034ae9c20f4057a6127fc965906417978e69b2 upstream. All syscall tracing irqs-off tags are wrong, the syscall enter entry doesn't disable irqs. [root@jovi

[PATCH 004/106] ARM: shmobile: emev2 GIO3 resource fix

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Magnus Damm commit 1eb14ea1e6bcd11d6d0ba937fc39808bb4d3453e upstream. Fix GIO3 base addresses for EMEV2. This bug was introduced by 088efd9273b5076a0aead479aa31f1066d182b3e

[PATCH 005/106] uprobes: Fix return value in error handling path

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: "zhangwei(Jovi)" commit fa44063f9ef163c3a4c8d8c0465bb8a056b42035 upstream. When wrong argument is passed into uprobe_events it does not return an error: [root@jovi tracing]# echo

[PATCH 008/106] ASoC: sglt5000: Fix the default value of CHIP_SSS_CTRL

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Fabio Estevam commit 016fcab8ff46fca29375d484226ec91932aa4a07 upstream. According to the sgtl5000 reference manual, the default value of CHIP_SSS_CTRL is 0x10. Reported-by: Oskar

[PATCH v6 1/8] ASoC: wm8731: add rates constraints

2013-07-30 Thread Richard Genoud
Depending on the mclk (or crystal) selected, the wm8731 codec have some constraints on its data sampling rates: e.g. with a 12.288MHz or 18.432MHz crystal, the authorized rates are 8KHz, 32KHz, 48KHz and 96KHz. Signed-off-by: Richard Genoud --- sound/soc/codecs/wm8731.c | 60

[PATCH 011/106] iscsi-target: Fix tfc_tpg_nacl_auth_cit configfs length overflow

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?J=C3=B6rn=20Engel?= commit 0fbfc46fb0b2f543a8b539e94c6c293ebc0b05a6 upstream. This patch fixes a potential buffer overflow while processing iscsi_node_auth input for configfs

[PATCH 009/106] ASoC: sglt5000: Fix SGTL5000_PLL_FRAC_DIV_MASK

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Fabio Estevam commit 5c78dfe87ea04b501ee000a7f03b9432ac9d008c upstream. SGTL5000_PLL_FRAC_DIV_MASK is used to mask bits 0-10 (11 bits in total) of register CHIP_PLL_CTRL, so fix the

[PATCH 001/106] [media] media: dmxdev: remove dvb_ringbuffer_flush() on writer side

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Soeren Moch commit 414abbd2cd4c2618895f02ed3a76ec6647281436 upstream. In dvb_ringbuffer lock-less synchronizationof reader and writer threads is done with separateread and write

[PATCH v6 0/8] Sound support for at91sam9x5-wm8731 based boards

2013-07-30 Thread Richard Genoud
Hi, This patchset add sound on the at91sam9x5ek board. It's based on Nicolas Ferre's work in the 2.6.39 atmel patch for sam9x5: https://github.com/linux4sam/linux-at91/commit/0aa157c9e71f3abc30fa37eb5c95b392978d It needs Bo Chen's patchset on the generic dmaengine (topic/atmel branch on

[PATCH v6 6/8] ARM: AT91: DTS: sam9x5ek: enable SSC

2013-07-30 Thread Richard Genoud
Enable the SSC needed for the WM8731 codec Signed-off-by: Richard Genoud --- arch/arm/boot/dts/at91sam9x5ek.dtsi |4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9x5ek.dtsi b/arch/arm/boot/dts/at91sam9x5ek.dtsi index e6fb309..f3e83f7 100644 ---

[PATCH v6 3/8] Documentation: DT: update atmel SSC with DMA binding

2013-07-30 Thread Richard Genoud
As atmel-ssc can be used with DMA, the documentation should be updated. Also, a configuration DMA example is given. Signed-off-by: Richard Genoud --- .../devicetree/bindings/misc/atmel-ssc.txt | 23 +++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git

[PATCH 015/106] ext4: don't show usrquota/grpquota twice in /proc/mounts

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Theodore Ts'o commit ad065dd01662ae22138899e6b1c8eeb3a529964f upstream. We now print mount options in a generic fashion in ext4_show_options(), so we shouldn't be explicitly printing

[PATCH v6 5/8] ARM: AT91: DTS: sam9x5ek: add WM8731 codec

2013-07-30 Thread Richard Genoud
The WM8731 codec on sam9x5ek board is on i2c, address 1A Signed-off-by: Richard Genoud Acked-by: Mark Brown --- arch/arm/boot/dts/at91sam9x5ek.dtsi |5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9x5ek.dtsi b/arch/arm/boot/dts/at91sam9x5ek.dtsi index

[PATCH v6 4/8] ARM: AT91: DTS: sam9x5: add SSC DMA parameters

2013-07-30 Thread Richard Genoud
Signed-off-by: Richard Genoud --- arch/arm/boot/dts/at91sam9x5.dtsi |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/at91sam9x5.dtsi b/arch/arm/boot/dts/at91sam9x5.dtsi index 20b6423..d6c9895 100644 --- a/arch/arm/boot/dts/at91sam9x5.dtsi +++

[PATCH v6 8/8] ASoC: sam9x5: get codec MCLK via device tree

2013-07-30 Thread Richard Genoud
Instead of having the clock rate hard coded, and thus, only compatible with one board, we can make it compatible with other implementations. Signed-off-by: Richard Genoud --- .../bindings/sound/atmel-sam9x5-wm8731-audio.txt |4 arch/arm/boot/dts/at91sam9x5ek.dtsi |

[PATCH v6 7/8] ARM: AT91: DTS: sam9x5ek: add sound configuration

2013-07-30 Thread Richard Genoud
The sam9x5ek board has 2 jacks: headphone wired on RHPOUT/LHPOUT of the wm8731 line in wired on LLINEIN/RLINEIN of the wm8731 Signed-off-by: Richard Genoud --- arch/arm/boot/dts/at91sam9x5ek.dtsi | 15 +++ 1 file changed, 15 insertions(+) diff --git

[PATCH 010/106] [SCSI] megaraid_sas: fix memory leak if SGL has zero length entries

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Bj=C3=B8rn=20Mork?= commit 7a6a731bd00ca90d0e250867c3b9c05b5ff0fa49 upstream. commit 98cb7e44 ([SCSI] megaraid_sas: Sanity check user supplied length before passing it to

[PATCH v6 2/8] ASoC: atmel: machine driver for at91sam9x5-wm8731 boards

2013-07-30 Thread Richard Genoud
From: Nicolas Ferre Description of the Asoc machine driver for an at91sam9x5 based board with a wm8731 audio DAC. Wm8731 is clocked by a crystal and used as a master on the SSC/I2S interface. Its connections are a headphone jack and an Line input jack. [Richard: this is based on an old patch

[PATCH 019/106] ext4: don't allow ext4_free_blocks() to fail due to ENOMEM

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Theodore Ts'o commit e7676a704ee0a1ef71a6b23760b5a8f6896cb1a1 upstream. The filesystem should not be marked inconsistent if ext4_free_blocks() is not able to allocate memory.

[PATCH 018/106] perf: Fix perf_lock_task_context() vs RCU

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Peter Zijlstra commit 058ebd0eba3aff16b144eabf4510ed9510e1416e upstream. Jiri managed to trigger this warning: [] == [] [ INFO:

From Mrs Monat Adama.

2013-07-30 Thread monat
Dear Friend, Greetings to you and your family. My name is Mrs Monate Adama, the current Chief Auditor of a formidable bank here in Ouagadougou, Burkina Faso, West Africa. I have a transaction worth of 12.5 Million U.S dollars for transferring into your care for our mutual benefits, so  i need

[PATCH v2] xfs: introduce object readahead to log recovery

2013-07-30 Thread zwu . kernel
From: Zhi Yong Wu It can take a long time to run log recovery operation because it is single threaded and is bound by read latency. We can find that it took most of the time to wait for the read IO to occur, so if one object readahead is introduced to log recovery, it will obviously reduce the

[PATCH 022/106] PM / Sleep: avoid 'autosleep' in shutdown progress

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Liu ShuoX commit e5248a111bf4048a9f3fab1a9c94c4630a10592a upstream. Prevent automatic system suspend from happening during system shutdown by making try_to_suspend() check system_state

[PATCH 014/106] lockd: protect nlm_blocked access in nlmsvc_retry_blocked

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: David Jeffery commit 1c327d962fc420aea046c16215a552710bde8231 upstream. In nlmsvc_retry_blocked, the check that the list is non-empty and acquiring the pointer of the first entry is

[PATCH 025/106] ALSA: asihpi: Fix unlocked snd_pcm_stop() call

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 60478295d6876619f8f47f6d1a5c25eaade69ee3 upstream. snd_pcm_stop() must be called in the PCM substream lock context. Signed-off-by: Takashi Iwai Signed-off-by: Luis

[PATCH 023/106] radeon kms: do not flush uninitialized hotplug work

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Sergey Senozhatsky commit a01c34f72e7cd2624570818f579b5ab464f93de2 upstream. Fix a warning from lockdep caused by calling flush_work() for uninitialized hotplug work. Initialize

[PATCH 027/106] ALSA: 6fire: Fix unlocked snd_pcm_stop() call

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 5b9ab3f7324a1b94a5a5a76d44cf92dfeb3b5e80 upstream. snd_pcm_stop() must be called in the PCM substream lock context. Signed-off-by: Takashi Iwai Signed-off-by: Luis

[PATCH 026/106] ALSA: atiixp: Fix unlocked snd_pcm_stop() call

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit cc7282b8d5abbd48c81d1465925d464d9e3eaa8f upstream. snd_pcm_stop() must be called in the PCM substream lock context. Signed-off-by: Takashi Iwai Signed-off-by: Luis

[PATCH 024/106] svcrdma: underflow issue in decode_write_list()

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter commit b2781e1021525649c0b33fffd005ef219da33926 upstream. My static checker marks everything from ntohl() as untrusted and it complains we could have an underflow problem

Re: [PATCH 1/4] usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceiv

2013-07-30 Thread Sebastian Andrzej Siewior
On 07/30/2013 09:56 AM, Tony Lindgren wrote: > A separate minimal branch against -rc3 sounds good to me. Great. Felipe, can you please put this change in a separate -rc3 based branch which you and Tony will pull in? > Regards, > > Tony > Sebastian -- To unsubscribe from this list: send the

[PATCH 030/106] ALSA: pxa2xx: Fix unlocked snd_pcm_stop() call

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 46f6c1aaf790be9ea3c8ddfc8f235a5f677d08e2 upstream. snd_pcm_stop() must be called in the PCM substream lock context. Acked-by: Mark Brown Signed-off-by: Takashi

[PATCH 028/106] ALSA: ua101: Fix unlocked snd_pcm_stop() call

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 9538aa46c2427d6782aa10036c4da4c541605e0e upstream. snd_pcm_stop() must be called in the PCM substream lock context. Acked-by: Clemens Ladisch Signed-off-by:

[PATCH 029/106] ALSA: usx2y: Fix unlocked snd_pcm_stop() call

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 5be1efb4c2ed79c3d7c0cbcbecae768377666e84 upstream. snd_pcm_stop() must be called in the PCM substream lock context. Signed-off-by: Takashi Iwai Signed-off-by: Luis

[PATCH 016/106] perf: Clone child context from parent context pmu

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Jiri Olsa commit 734df5ab549ca44f40de0f07af1c8803856dfb18 upstream. Currently when the child context for inherited events is created, it's based on the pmu object of the first event of

[PATCH 031/106] ASoC: s6000: Fix unlocked snd_pcm_stop() call

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 61be2b9a18ec70f3cbe3deef7a5f77869c71b5ae upstream. snd_pcm_stop() must be called in the PCM substream lock context. Acked-by: Mark Brown Signed-off-by: Takashi

[PATCH 021/106] ACPI / memhotplug: Fix a stale pointer in error path

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Toshi Kani commit d19f503e22316a84c39bc19445e0e4fdd49b3532 upstream. device->driver_data needs to be cleared when releasing its data, mem_device, in an error path of

[PATCH 033/106] staging: line6: Fix unlocked snd_pcm_stop() call

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit 86f0b5b86d142b9323432fef078a6cf0fb5dda74 upstream. snd_pcm_stop() must be called in the PCM substream lock context. Signed-off-by: Takashi Iwai Signed-off-by: Luis

[PATCH 032/106] [media] saa7134: Fix unlocked snd_pcm_stop() call

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Takashi Iwai commit e6355ad7b1c6f70e2f48ae159f5658b441ccff95 upstream. snd_pcm_stop() must be called in the PCM substream lock context. Signed-off-by: Takashi Iwai [ luis: backported

[PATCH 035/106] ALSA: hda - Add new GPU codec ID to snd-hda

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Aaron Plattner commit d52392b1a80458c0510810789c7db4a39b88022a upstream. Vendor ID 0x10de0060 is used by a yet-to-be-named GPU chip. Reviewed-by: Andy Ritger Signed-off-by: Aaron

[PATCH 038/106] fanotify: info leak in copy_event_to_user()

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter commit de1e0c40aceb9d5bff09c3a3b97b2f1b178af53f upstream. The ->reserved field isn't cleared so we leak one byte of stack information to userspace. Signed-off-by: Dan

[PATCH 034/106] ALSA: hda - Add new GPU codec ID to snd-hda

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Aaron Plattner commit 7ae48b56f8d9c836259bc02f3e2ea4962d6b5d1b upstream. Vendor ID 0x10de0051 is used by a yet-to-be-named GPU chip. Signed-off-by: Aaron Plattner Acked-by: Andy

[PATCH 040/106] MAINTAINERS: add stable_kernel_rules.txt to stable maintainer information

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Greg Kroah-Hartman commit 7b175c46720f8e6b92801bb634c93d1016f80c62 upstream. This hopefully will help point developers to the proper way that patches should be submitted for inclusion

[PATCH 039/106] [SCSI] Fix incorrect memset in bnx2fc_parse_fcp_rsp

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Andi Kleen commit 16da05b1158d1bcb31656e636a8736a663b1cf1f upstream. gcc 4.8 warns because the memset only clears sizeof(char *) bytes, not the whole buffer. Use the correct buffer size

[PATCH 041/106] bridge: fix switched interval for MLD Query types

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: =?UTF-8?q?Linus=20L=C3=BCssing?= commit 32de868cbc6bee010d2cee95b5071b25ecbec8c3 upstream. General Queries (the one with the Multicast Address field set to zero / '::') are supposed to

[PATCH 037/106] xen/blkback: Check device permissions before allowing OP_DISCARD

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Konrad Rzeszutek Wilk commit 604c499cbbcc3d5fe5fb8d53306aa0fae1990109 upstream. We need to make sure that the device is not RO or that the request is not past the number of sectors we

[PATCH 036/106] Btrfs: fix lock leak when resuming snapshot deletion

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Josef Bacik commit fec386ac1428f9c0e672df952cbca5cebd4e4e2f upstream. We aren't setting path->locks[level] when we resume a snapshot deletion which means we won't unlock the buffer when

[PATCH 042/106] ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets.

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Aydin Arik commit c0353c7b5da4cbd2ab8227e84bbc9c79890f24ce upstream. MD5 key lookups on a given TCP socket were being performed incorrectly. This fix alters parameter inputs to the MD5

[PATCH 046/106] af_key: fix info leaks in notify messages

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Mathias Krause commit a5cc68f3d63306d0d288f31edfc2ae6ef8ecd887 upstream. key_notify_sa_flush() and key_notify_policy_flush() miss to initialize the sadb_msg_reserved member of the

[PATCH 048/106] neighbour: fix a race in neigh_destroy()

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Eric Dumazet commit c9ab4d85de222f3390c67aedc9c18a50e767531e upstream. There is a race in neighbour code, because neigh_destroy() uses skb_queue_purge(>arp_queue) without holding

[PATCH 050/106] net: Swap ver and type in pppoe_hdr

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Changli Gao commit b1a5a34bd0b8767ea689e68f8ea513e9710b671e upstream. Ver and type in pppoe_hdr should be swapped as defined by RFC2516 section-4. Signed-off-by: David S. Miller [

[PATCH 047/106] sh_eth: fix unhandled RFE interrupt

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Sergei Shtylyov commit ca8c35852138ee0585eaffe6b9f10a5261ea7771 upstream. EESR.RFE (receive FIFO overflow) interrupt is enabled by the driver on all SoCs and sh_eth_error() handles it

Re: [PATCH] ARM: Fix r7/r11 confusion when CONFIG_THUMB2_KERNEL=y [OT]

2013-07-30 Thread Will Deacon
On Tue, Jul 30, 2013 at 10:38:53AM +0100, Jean-Francois Moine wrote: > BTW, kernels compiled with gcc-4.8 don't work. Erm. Can you elaborate please? There was an issue where SLUB would get miscompiled with 4.8 due to some per-cpu variable reordering across barrier(), but I fixed that for ARM in

[PATCH 044/106] macvtap: fix recovery from gup errors

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: "Michael S. Tsirkin" commit 4c7ab054ab4f5d63625508ed6f8a607184cae7c2 upstream. get user pages might fail partially in macvtap zero copy mode. To recover we need to put all pages that we

[PATCH 052/106] l2tp: add missing .owner to struct pppox_proto

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Wei Yongjun commit e1558a93b61962710733dc8c11a2bc765607f1cd upstream. Add missing .owner of struct pppox_proto. This prevents the module from being removed from underneath its users.

[PATCH 043/106] ipv6: don't call addrconf_dst_alloc again when enable lo

2013-07-30 Thread Luis Henriques
3.5.7.18 -stable review patch. If anyone has any objections, please let me know. -- From: Gao feng commit a881ae1f625c599b460cc8f8a7fcb1c438f699ad upstream. If we disable all of the net interfaces, and enable un-lo interface before lo interface, we already allocated the

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