Re: [PATCH v2 5/9] pinconf-generic: add BIAS_BUS_HOLD pinconf

2013-05-27 Thread Linus Walleij
On Fri, May 24, 2013 at 6:21 PM, James Hogan wrote: > Add a new PIN_CONFIG_BIAS_BUS_HOLD pin configuration for a bus holder > pin mode (also known as bus keeper, or repeater). This is a weak latch > which drives the last value on a tristate bus. Another device on the bus > can drive the bus high

Re: [PATCH v2 4/9] pinconf-generic: add drive strength to debugfs output

2013-05-27 Thread Linus Walleij
On Fri, May 24, 2013 at 6:21 PM, James Hogan wrote: > Add the drive strength pinconf to debugfs output (with the unit "mA"). > > Signed-off-by: James Hogan > Cc: Linus Walleij > --- > Changes in v2: > - add drive strength to generic pinconf debugfs output (patch 4) Patch applied for v3.11. Y

Re: [PATCH v2 6/9] pinctrl-tz1090: add TZ1090 pinctrl driver

2013-05-27 Thread Linus Walleij
Hi James, I want to route this patch by Laurent Pinchart, as he's also adding device tree support for a SoC using generic pinconf. Creating new bindings for every pin controller defining the same thing and implementing the same OF parsers is not sane. We need to: - Define generic pinconf binding

Re: [PATCH RFC v3 1/3] i2c: i2c-bfin-twi: convert to devm_* API

2013-05-27 Thread Libo Chen
thanks for your review. I will update later. Libo On 2013/5/24 11:19, Sachin Kamat wrote: > On 23 May 2013 17:30, Libo Chen wrote: >> peripheral_request_list has got free if any one faild, so no need to free >> again in err case. >> aovid this, convert them to devm_* API >> >> Signed-off-by: Li

Re: [RFC v2 0/3][TESTS] LAB: Support for Legacy Application Booster governor - tests results

2013-05-27 Thread Lukasz Majewski
Hi Rafael, > On Monday, May 27, 2013 06:54:49 PM Viresh Kumar wrote: > > On 27 May 2013 17:30, Rafael J. Wysocki wrote: > > > Well, this really looks like software turbo modes, so let's call > > > them "TURBO" instead of "OVERDRIVE" > > > > Yes, it looks better. > > > > > and I seem to remember

Re: [PATCH v6 0/9] Generic PHY Framework

2013-05-27 Thread Kishon Vijay Abraham I
Hi, On Tuesday 21 May 2013 10:31 AM, Kishon Vijay Abraham I wrote: Hi, On Monday 29 April 2013 03:33 PM, Kishon Vijay Abraham I wrote: Added a generic PHY framework that provides a set of APIs for the PHY drivers to create/destroy a PHY and APIs for the PHY users to obtain a reference to the P

Re: [PATCH v2 4/9] pinconf-generic: add drive strength to debugfs output

2013-05-27 Thread Linus Walleij
On Fri, May 24, 2013 at 6:21 PM, James Hogan wrote: > Add the drive strength pinconf to debugfs output (with the unit "mA"). > > Signed-off-by: James Hogan > Cc: Linus Walleij > --- > Changes in v2: > - add drive strength to generic pinconf debugfs output (patch 4) This is fine. Reviewed-by:

Re: [PATCH v2 5/9] pinconf-generic: add BIAS_BUS_HOLD pinconf

2013-05-27 Thread Linus Walleij
On Fri, May 24, 2013 at 6:21 PM, James Hogan wrote: > Add a new PIN_CONFIG_BIAS_BUS_HOLD pin configuration for a bus holder > pin mode (also known as bus keeper, or repeater). This is a weak latch > which drives the last value on a tristate bus. Another device on the bus > can drive the bus high

Re: [PATCH v2] sched: wake-affine throttle

2013-05-27 Thread Mike Galbraith
On Tue, 2013-05-28 at 13:02 +0800, Michael Wang wrote: > On 05/22/2013 10:55 PM, Mike Galbraith wrote: > > On Wed, 2013-05-22 at 17:25 +0800, Michael Wang wrote: > > > >> I've not test the hackbench with wakeup-buddy before, will do it this > >> time, I suppose the 15% illegal income will suffere

Re: [PATCH] [trivial]doc:networking: Fix typo in documentation/networking

2013-05-27 Thread David Miller
From: Masanari Iida Date: Sat, 25 May 2013 02:05:59 +0900 > Correct spelling typo > > Signed-off-by: Masanari Iida Applied, thanks. -- 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 http://vg

Re: Basic perf PMU support for Haswell v12

2013-05-27 Thread Ingo Molnar
* Andi Kleen wrote: > All outstanding issues fixed I hope. And I added mem-loads/stores support. > > Contains support for: > - Basic Haswell PMU and PEBS support > - Late unmasking of the PMI > - mem-loads/stores support > > v2: Addressed Stephane's feedback. See individual patches for details

Re: [PATCH v2 2/7] Documentation/devices.txt: Mark /dev/oldmem obsolete

2013-05-27 Thread Zhang Yanfei
On 05/28/2013 02:17 PM, Rob Landley wrote: > On 05/26/2013 08:54:19 PM, Zhang Yanfei wrote: >> 于 2013年05月27日 09:46, HATAYAMA Daisuke 写道: >> > (2013/05/26 15:36), Zhang Yanfei wrote: >> >> From: Zhang Yanfei >> >> >> >> Signed-off-by: Zhang Yanfei >> >> Cc: Dave Jones >> >> --- >> >> Documentat

Re: [PATCH] power_supply: generic-adc-battery: Fix checking if none of the channels are supported

2013-05-27 Thread anish singh
On Fri, May 24, 2013 at 11:11 PM, Axel Lin wrote: > If none of the channels are supported, index is 0. > Also ensure to return error code instead of 0 in goto second_mem_fail path. > > Signed-off-by: Axel Lin Acked-by: anish kumar I think anton would have already picked up. > --- > drivers/pow

[PATCH] ARM: OMAP2+: timer: initialize before using oh_name

2013-05-27 Thread Afzal Mohammed
of_property_read_string_index(...,&oh_name) in omap_dm_timer_init_one does not alter the value of 'oh_name' even if the relevant function fails and as 'oh_name' in stack may have a non-zero value, it would be misunderstood by timer code that DT has specified "ti,hwmod" property for timer. 'oh_name'

Re: [PATCH] Raise the maximum number of usb-serial devices to 256

2013-05-27 Thread Rob Landley
On 05/27/2013 04:30:12 AM, Tobias Winter wrote: Raise the maximum number of usb-serial devices to 256, which is the actual limit supported by the codebase. Signed-off-by: Jakob-Tobias Winter Tested-by: Jakob-Tobias Winter --- include/linux/usb/serial.h |2 +- 1 file changed, 1 insertion(

Re: [PATCH v2 2/7] Documentation/devices.txt: Mark /dev/oldmem obsolete

2013-05-27 Thread Rob Landley
On 05/26/2013 08:54:19 PM, Zhang Yanfei wrote: 于 2013年05月27日 09:46, HATAYAMA Daisuke 写道: > (2013/05/26 15:36), Zhang Yanfei wrote: >> From: Zhang Yanfei >> >> Signed-off-by: Zhang Yanfei >> Cc: Dave Jones >> --- >> Documentation/devices.txt |3 +-- >> 1 files changed, 1 insertions(+), 2

Re: [Patch v2] skbuff: Hide GFP_ATOMIC page allocation failures for dropped packets

2013-05-27 Thread Joe Perches
On Mon, 2013-05-27 at 23:04 -0700, Eric Dumazet wrote: > If dump_stack are scary, they are scary for every k[mz]alloc() users, > not only __alloc_skb_alloc() True, but perhaps they are relatively rarer though for non net use cases. -- To unsubscribe from this list: send the line "unsubscribe lin

Re: [PATCH] kernel/debug/kdb: code enhancement for 3 areas.

2013-05-27 Thread Chen Gang
On 05/24/2013 09:18 AM, Chen Gang wrote: > On 05/24/2013 01:28 AM, Anton Vorontsov wrote: >> > On Thu, May 16, 2013 at 07:25:46PM +0800, Chen Gang wrote: >> > Delete waste '{' for 'case' statement. >> > >> > For the return variable 'long res' in function >> > kdb_task_state_st

Re: [Patch v2] skbuff: Hide GFP_ATOMIC page allocation failures for dropped packets

2013-05-27 Thread Eric Dumazet
On Mon, 2013-05-27 at 21:31 -0700, Joe Perches wrote: > I think the __alloc_skb alloc failure message is ok, > but maybe there shouldn't be something "scary" like > a dump_stack. > > Maybe this site should use a trivial debug error > message like below instead. > --- Oh well. If dump_stack are

Crypto Fixes for 3.10

2013-05-27 Thread Herbert Xu
Hi Linus: This push fixes a crash in the new sha256_ssse3 driver as well as a DMA setup/teardown bug in caam. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git or master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git Horia Geanta (1): cr

Re: [PATCH] drm/tegra: add support for runtime pm

2013-05-27 Thread Terje Bergström
On 27.05.2013 18:45, Thierry Reding wrote: > On Mon, May 27, 2013 at 07:19:28PM +0530, Mayuresh Kulkarni wrote: >> +#ifdef CONFIG_PM_RUNTIME >> +static int host1x_runtime_suspend(struct device *dev) >> +{ >> +struct host1x *host; >> + >> +host = dev_get_drvdata(dev); >> +if (IS_ERR_OR_N

Re: [GIT PULL] at91: cleanup (pinctrl macros, defconfigs) for 3.11 #1

2013-05-27 Thread Olof Johansson
On Fri, May 24, 2013 at 06:11:02PM +0200, Nicolas Ferre wrote: > On 17/05/2013 16:02, Nicolas Ferre : > >Arnd, Olof, > > > >Here is the first AT91 cleanup pull-request for 3.11. I is dominated by a big > >update of DT files because of the move to macros in pinctrl. As we plan to > >make this "clean

Re: [PATCH 0/2] Clock changes for supporting CPUFreq on Exynos5250

2013-05-27 Thread Tushar Behera
On 05/17/2013 11:25 AM, Tushar Behera wrote: > With the use of common clock framework, CPUFreq driver on EXYNOS5250 now > requires a few changes in clocks. > > Tested on Exynos5250 based Arndale board. > The patches are based on v3.10-rc1. > > Tushar Behera (2): > clk: exynos5250: Update cpufre

Re: [PATCH v2] usb: dwc3: use extcon fwrk to receive connect/disconnect notification

2013-05-27 Thread Kishon Vijay Abraham I
On Tuesday 28 May 2013 07:54 AM, Chanwoo Choi wrote: On 05/27/2013 10:35 PM, Kishon Vijay Abraham I wrote: Modified dwc3-omap to receive connect and disconnect notification using extcon framework. Also did the necessary cleanups required after adapting to extcon framework. Signed-off-by: Kishon

Re: [RFC PATCH 1/4] arm: omap: Add phy binding info for musb in plat data

2013-05-27 Thread Kishon Vijay Abraham I
Hi Tony, On Friday 17 May 2013 06:52 PM, Kishon Vijay Abraham I wrote: In order for controllers to get PHY in case of non dt boot, the phy binding information (phy label) should be added in the platform data of the controller. This series would be needed to get MUSB working in OMAP3 boards for

[RFC PATCH] sched: smart wake-affine

2013-05-27 Thread Michael Wang
wake-affine stuff is always trying to pull wakee close to waker, by theory, this will bring benefit if waker's cpu cached hot data for wakee, or the extreme ping-pong case. And testing show it could benefit hackbench 15% at most. However, the whole stuff is somewhat blindly and time-consuming, so

Re: [PATCH v2] sched: wake-affine throttle

2013-05-27 Thread Michael Wang
On 05/22/2013 10:55 PM, Mike Galbraith wrote: > On Wed, 2013-05-22 at 17:25 +0800, Michael Wang wrote: > >> I've not test the hackbench with wakeup-buddy before, will do it this >> time, I suppose the 15% illegal income will suffered, anyway, it's >> illegal :) > > On a 4 socket 40 core (+SMT) bo

Re: [PATCH] arch: xtensa: include: asm: compiling issue, need cmpxchg64() defined.

2013-05-27 Thread Chen Gang
'generic' implementation. >> >> e.g. (for next-20130527 tree): >> drivers/block/blockconsole.c:164:2: error: implicit declaration of >> function ‘cmpxchg64’ [-Werror=implicit-function-declaration] >> >> Signed-off-by: Chen Gang >> --- >> a

Re: [PATCH v2] video: simplefb: add mode parsing function

2013-05-27 Thread Alexandre Courbot
On Tue, May 28, 2013 at 1:13 PM, Stephen Warren wrote: > On 05/26/2013 09:53 PM, Alexandre Courbot wrote: >> The naming scheme of simplefb's mode is precise enough to allow building >> the mode structure from it instead of using a static list of modes. This >> patch introduces a function that does

[PATCH v2 2/4] mfd: 88pm800: remove "IRQF_TRIGGER_FALLING" flag

2013-05-27 Thread yizhang.mrvl
From: Yi Zhang for interrupt controller such as GIC who is level triggered, "IRQF_TRIGGER_FALLING" will fail to request irq Signed-off-by: Yi Zhang --- drivers/mfd/88pm800.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mfd/88pm800.c b/drivers/mfd/88pm800.c

[PATCH v2 4/4] mfd: 88pm800: add regulator support

2013-05-27 Thread yizhang.mrvl
From: Yi Zhang Signed-off-by: Yi Zhang --- drivers/mfd/88pm800.c | 108 +++ include/linux/mfd/88pm80x.h | 48 +++ 2 files changed, 156 insertions(+), 0 deletions(-) diff --git a/drivers/mfd/88pm800.c b/drivers/mfd/88pm800.c index

[PATCH v2 1/4] mfd: 88pm800: fix NULL pointer error

2013-05-27 Thread yizhang.mrvl
From: Yi Zhang move "device_800_init" to fix NULL pointer error when calling "device_gpadc_init" for "device_gpadc_init" needs "subchip->regmap_gpadc" to set registers via regmap interface Signed-off-by: Yi Zhang --- drivers/mfd/88pm800.c | 16 1 files changed, 8 insertions

Re: [RFC PATCH v2, part3 00/11] Introduce PCI bus lock and state machine

2013-05-27 Thread Yinghai Lu
On Wed, May 22, 2013 at 2:48 AM, Gu Zheng wrote: > On 05/16/2013 11:50 PM, Jiang Liu wrote: > We're gladly to see the new patch-set, and I tested all the whole 3 > parts > patch-set on the latest kernel tree. Because of the limitation of our test > environment, > we only use the method *

[PATCH v2 3/4] mfd: 88pm800: fix probe bug

2013-05-27 Thread yizhang.mrvl
From: Yi Zhang 1) return 0 when probe function is successful 2) fine-tune pm800_pages_init() Signed-off-by: Yi Zhang --- drivers/mfd/88pm800.c | 29 + 1 files changed, 21 insertions(+), 8 deletions(-) diff --git a/drivers/mfd/88pm800.c b/drivers/mfd/88pm800.c ind

[PATCH v2 0/4] mfd: 88pm800: bug fix and regulator support

2013-05-27 Thread yizhang.mrvl
From: Yi Zhang v2: fix an "&&" usage error of "mfd: 88pm800: fix probe bug" in v1 Yi Zhang (4): mfd: 88pm800: fix NULL pointer error mfd: 88pm800: remove "IRQF_TRIGGER_FALLING" flag mfd: 88pm800: fix probe bug mfd: 88pm800: add regulator support drivers/mfd/88pm800.c | 147 +

Re: [Patch v2] skbuff: Hide GFP_ATOMIC page allocation failures for dropped packets

2013-05-27 Thread Joe Perches
On Mon, 2013-05-27 at 15:25 -0700, Eric Dumazet wrote: > On Mon, 2013-05-27 at 13:39 -0400, Rik van Riel wrote: > > On 05/26/2013 04:19 PM, atom...@redhat.com wrote: > > > Failed GFP_ATOMIC allocations by the network stack result in dropped > > > packets, which will be received on a subsequent retr

Re: [PATCH v3, part2 01/20] PCI: introduce hotplug-safe PCI bus iterators

2013-05-27 Thread Yinghai Lu
On Sun, May 26, 2013 at 8:52 AM, Jiang Liu wrote: > Introduce hotplug-safe PCI bus iterators as below, which hold a > reference on the returned PCI bus object. > bool pci_bus_exists(int domain, int busnr); > struct pci_bus *pci_get_bus(int domain, int busnr); > struct pci_bus *pci_get_next_bus(str

[49/94] btrfs: don't stop searching after encountering the wrong item

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Gabriel de Perthuis commit 03b71c6ca6286625d8f1ed44aabab9b5bf5dac10 upstream. The search ioctl skips items that are too large for a result buffer, but inline items of a certain size occuring be

Re: [PATCH rusty/virtio-pci-new-layout] virtio: new layout minor header fixups

2013-05-27 Thread Rusty Russell
"Michael S. Tsirkin" writes: > Fix issues observed with the new layout code, seen > when implementing device in qemu: > - use of uXX in uapi header > - incorrect readonly tag on one field > - unconditional warning breaks builds with -Werr > > Signed-off-by: Michael S. Tsirkin H

[04/94] mfd: adp5520: Restore mode bits on resume

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Lars-Peter Clausen commit c6cc25fda58da8685ecef3f179adc7b99c8253b2 upstream. The adp5520 unfortunately also clears the BL_EN bit when the nSTNDBY bit is cleared. So we need to make sure to rest

[53/94] TTY: Fix tty miss restart after we turn off flow-control

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Wang YanQing commit dab73b4eb9ef924a2b90dab84e539076d82b256f upstream. I meet emacs hang in start if I do the operation below: 1: echo 3 > /proc/sys/vm/drop_caches 2: emacs BigFile 3: Pre

[25/94] dm bufio: avoid a possible __vmalloc deadlock

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Mikulas Patocka commit 502624bdad3dba45dfaacaf36b7d83e39e74b2d2 upstream. This patch uses memalloc_noio_save to avoid a possible deadlock in dm-bufio. (it could happen only with large block si

[02/94] mmc: at91/avr32/atmel-mci: fix DMA-channel leak on module unload

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Johan Hovold commit 91cf54feecf815bec0b6a8d6d9dbd0e219f2f2cc upstream. Fix regression introduced by commit 796211b7953 ("mmc: atmel-mci: add pdc support and runtime capabilities detection") whi

[79/94] x86,efi: Implement efi_no_storage_paranoia parameter

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Richard Weinberger commit 8c58bf3eec3b8fc8162fe557e9361891c20758f2 upstream. Using this parameter one can disable the storage_size/2 check if he is really sure that the UEFI does sane gc and fu

[51/94] ARM: plat-orion: Fix num_resources and id for ge10 and ge11

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Gregory CLEMENT commit 2b8b2797142c7951e635c6eec5d1705ee9bc45c5 upstream. When platform data were moved from arch/arm/mach-mv78xx0/common.c to arch/arm/plat-orion/common.c with the commit "7e38

[35/94] timer: Don't reinitialize the cpu base lock during CPU_UP_PREPARE

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Tirupathi Reddy commit 42a5cf46cd56f46267d2a9fcf2655f4078cd3042 upstream. An inactive timer's base can refer to a offline cpu's base. In the current code, cpu_base's lock is blindly reinitiali

[61/94] mm: mmu_notifier: re-fix freed page still mapped in secondary MMU

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Xiao Guangrong commit d34883d4e35c0a994e91dd847a82b4c9e0c31d83 upstream. Commit 751efd8610d3 ("mmu_notifier_unregister NULL Pointer deref and multiple ->release()") breaks the fix 3ad3d901bbcf

[43/94] USB: reset resume quirk needed by a hub

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Oliver Neukum commit bac6b03275184c912ad0818c9a0a736847804dca upstream. Werner Fink has reported problems with this hub. Signed-off-by: Oliver Neukum Signed-off-by: Greg Kroah-Hartman Signed

[55/94] SUNRPC: Prevent an rpc_task wakeup race

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Trond Myklebust commit a3c3cac5d31879cd9ae2de7874dc6544ca704aec upstream. The lockless RPC_IS_QUEUED() test in __rpc_execute means that we need to be careful about ordering the calls to rpc_tes

[17/94] B43: Handle DMA RX descriptor underrun

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Thommy Jakobsson commit 73b82bf0bfbf58e6ff328d3726934370585f6e78 upstream. Add handling of rx descriptor underflow. This fixes a fault that could happen on slow machines, where data is received

[12/94] xen/vcpu/pvhvm: Fix vcpu hotplugging hanging.

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Konrad Rzeszutek Wilk commit 7f1fc268c47491fd5e63548f6415fc8604e13003 upstream. If a user did: echo 0 > /sys/devices/system/cpu/cpu1/online echo 1 > /sys/devices/system/cpu/cpu

[32/94] avr32: fix relocation check for signed 18-bit offset

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Hans-Christian Egtvedt commit e68c636d88db3fda74e664ecb1a213ae0d50a7d8 upstream. Caught by static code analysis by David. Reported-by: David Binderman Signed-off-by: Hans-Christian Egtvedt S

[58/94] ACPI / video: Add "Asus UL30A" to ACPI video detect blacklist

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Bastian Triller commit c8f6d8351ba8c89d5cd4c562552ec7ec29274e31 upstream. Like on UL30VT, the ACPI video driver can't control backlight correctly on Asus UL30A. Vendor driver (asus-laptop) can

[76/94] x86, efivars: firmware bug workarounds should be in platform code

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Matt Fleming commit a6e4d5a03e9e3587e88aba687d8f225f4f04c792 upstream. Let's not burden ia64 with checks in the common efivars code that we're not writing too much data to the variable store. T

[00/94] 3.2.46-rc1 review

2013-05-27 Thread Ben Hutchings
This is the start of the stable review cycle for the 3.2.46 release. There are 94 patches in this series, which will be posted as responses to this one. If anyone has any issues with these being applied, please let me know. Responses should be made by Thu May 30 12:00:00 UTC 2013. Anything receiv

[57/94] perf: net_dropmonitor: Fix symbol-relative addresses

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings commit 5a1e99dd2028e00998d42029be86835d8ef4a46e upstream. The comparison between traced and symbol addresses is backwards: if the traced address doesn't exactly match a symbol (wh

[81/94] 3c509.c: call SET_NETDEV_DEV for all device types (ISA/ISAPnP/EISA)

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Matthew Whitehead [ Upstream commit 3b54912f9cd167641b91d4a697bd742f70e534fe ] The venerable 3c509 driver only sets its device parent in one case, the ISAPnP one. It does this with the SET_NET

[56/94] perf: net_dropmonitor: Fix trace parameter order

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Ben Hutchings commit 140c3c6a2bcd2c31e2f7f5a8d59689724776c8e5 upstream. This works much better if we don't treat protocol numbers as addresses. Signed-off-by: Ben Hutchings Signed-off-by: Dav

[64/94] mm/THP: use pmd_populate() to update the pmd with pgtable_t pointer

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: "Aneesh Kumar K.V" commit 7c3425123ddfdc5f48e7913ff59d908789712b18 upstream. We should not use set_pmd_at to update pmd_t with pgtable_t pointer. set_pmd_at is used to set pmd with huge pte ent

[28/94] drm/radeon: check incoming cliprects pointer

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Kees Cook commit fefaedcfb82d2e57c2320acf60604ab03b750cc0 upstream. The "boxes" parameter points into userspace memory. It should be verified like any other operation against user memory. Sign

Re: [PATCH v2] video: simplefb: add mode parsing function

2013-05-27 Thread Stephen Warren
On 05/26/2013 09:53 PM, Alexandre Courbot wrote: > The naming scheme of simplefb's mode is precise enough to allow building > the mode structure from it instead of using a static list of modes. This > patch introduces a function that does this. In case exotic modes that > cannot be represented from

[54/94] sunrpc: clarify comments on rpc_make_runnable

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Jeff Layton commit 506026c3ec270e18402f0c9d33fee37482c23861 upstream. rpc_make_runnable is not generally called with the queue lock held, unless it's waking up a task that has been sitting on a

[08/94] ath9k: fix key allocation error handling for powersave keys

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Felix Fietkau commit 4ef69d0394cba8caa9f75d3f2e53429bfb8b3045 upstream. If no keycache slots are available, ath_key_config can return -ENOSPC. If the key index is not checked for errors, it can

[30/94] hwmon: fix error return code in abituguru_probe()

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Wei Yongjun commit ecacb0b17c08fae89f65468727f0e4b8e91da4e1 upstream. Fix to return a negative error code from the error handling case instead of 0, as done elsewhere in this function. Signed-

[29/94] staging: vt6656: use free_netdev instead of kfree

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Hema Prathaban commit 0a438d5b381e2bdfd5e02d653bf46fcc878356e3 upstream. use free_netdev() instead of kfree(pDevice->apdev) Signed-off-by: Hema Prathaban Signed-off-by: Greg Kroah-Hartman Si

[48/94] USB: ftdi_sio: Add support for Newport CONEX motor drivers

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: "Gomella, Andrew (NIH/NHLBI) [F]" commit 7138143972b7c293267c783fc99a194f0ceff7f2 upstream. Here are two more devices that use FTDI USB-to-serial chips with new product ID's. The devices are

[94/94] um: Serve io_remap_pfn_range()

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Richard Weinberger commit 4d94d6d030adfdea4837694d293ec6918d133ab2 upstream. At some places io_remap_pfn_range() is needed. UML has to serve it like all other archs do. Signed-off-by: Richard

[92/94] [media] mantis: fix silly crash case

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Alan Cox commit e1d45ae10aea8e8a403e5d96bf5902ee670007ff upstream. If we set mantis->fe to NULL on an error its not a good idea to then try passing NULL to the unregister paths and oopsing real

[07/94] ASoC: wm8994: missing break in wm8994_aif3_hw_params()

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter commit 4495e46fe18f198366961bb2b324a694ef8a9b44 upstream. The missing break here means that we always return early and the function is a no-op. Signed-off-by: Dan Carpenter Sign

[40/94] usermodehelper: check subprocess_info->path != NULL

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Oleg Nesterov commit 264b83c07a84223f0efd0d1db9ccc66d6f88288f upstream. argv_split(empty_or_all_spaces) happily succeeds, it simply returns argc == 0 and argv[0] == NULL. Change call_usermodehe

[59/94] fat: fix possible overflow for fat_clusters

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: OGAWA Hirofumi commit 7b92d03c3239f43e5b86c9cc9630f026d36ee995 upstream. Intermediate value of fat_clusters can be overflowed on 32bits arch. Reported-by: Krzysztof Strasburger Signed-off-by:

[77/94] efi: Export efi_query_variable_store() for efivars.ko

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Sergey Vlasov commit 3668011d4ad556224f7c012c1e870a6eaa0e59da upstream. Fixes build with CONFIG_EFI_VARS=m which was broken after the commit "x86, efivars: firmware bug workarounds should be in

[15/94] iscsi-target: Fix processing of OOO commands

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Shlomo Pongratz commit 3eccfdb01da58fbd0f789ae6ca61cee3769e26de upstream. Fix two issues in OOO commands processing done at iscsit_attach_ooo_cmdsn. Handle command serial numbers wrap around b

[41/94] drivers/char/ipmi: memcpy, need additional 2 bytes to avoid memory overflow

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Chen Gang commit a5f2b3d6a738e7d4180012fe7b541172f8c8dcea upstream. When calling memcpy, read_data and write_data need additional 2 bytes. write_data: for checking: "if (size > IPMI_MAX

[16/94] ACPICA: Fix possible buffer overflow during a field unit read operation

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Bob Moore commit 61388f9e5d93053cf399a356414f31f9b4814c6d upstream. Can only happen under these conditions: 1) The DSDT version is 1, meaning integers are 32-bits. 2) The field is between 33 a

[45/94] USB: Blacklisted Cinterion's PLxx WWAN Interface

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Schemmel Hans-Christoph commit 8ff10bdb14a52e3f25d4ce09e0582a8684c1a6db upstream. /drivers/usb/serial/option.c: Blacklisted Cinterion's PLxx WWAN Interface (USB Interface 4), because it will be

[50/94] virtio_console: fix uapi header

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: "Michael S. Tsirkin" commit 6407d75afd08545f2252bb39806ffd3f10c7faac upstream. uapi should use __u32 not u32. Fix a macro in virtio_console.h which uses u32. Signed-off-by: Michael S. Tsirkin

[47/94] i2c: designware: always clear interrupts before enabling them

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Mika Westerberg commit 2a2d95e9d6d29e726cc294b65391917ed2e32bf4 upstream. If the I2C bus is put to a low power state by an ACPI method it might pull the SDA line low (as its power is removed).

[19/94] mwifiex: fix memory leak issue when driver unload

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Amitkumar Karwar commit f16fdc9d2dc1e5b270e9a08377587e831e0d36ac upstream. After unregister_netdevice() call the request is queued and reg_state is changed to NETREG_UNREGISTERING. As we check

[22/94] hp_accel: Ignore the error from lis3lv02d_poweron() at resume

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Shuah Khan commit 7783819920ca52fc582a2782f654fe6ed373f465 upstream. The error in lis3lv02_poweron() is harmless in the resume path, so we should ignore it. It is inline with the other usages o

[46/94] USB: option: add device IDs for Dell 5804 (Novatel E371) WWAN card

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Dan Williams commit 49c6e370dd6400b84897c4100095089b5c13a061 upstream. A rebranded Novatel E371 for AT&T's LTE bands. Signed-off-by: Dan Williams Signed-off-by: Greg Kroah-Hartman Signed-off

[26/94] tick: Cleanup NOHZ per cpu data on cpu down

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner commit 4b0c0f294f60abcdd20994a8341a95c8ac5eeb96 upstream. Prarit reported a crash on CPU offline/online. The reason is that on CPU down the NOHZ related per cpu data of the dead

[71/94] sched/debug: Limit sd->*_idx range on sysctl

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Namhyung Kim commit 201c373e8e4823700d3160d5c28e1ab18fd1193e upstream. Various sd->*_idx's are used for refering the rq's load average table when selecting a cpu to run. However they can be se

[38/94] USB: UHCI: fix for suspend of virtual HP controller

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Alan Stern commit 997ff893603c6455da4c5e26ba1d0f81adfecdfc upstream. HP's virtual UHCI host controller takes a long time to suspend (several hundred microseconds), even when no devices are atta

[05/94] mmc: atmel-mci: pio hang on block errors

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Terry Barnaby commit bdbc5d0c60f3e9de3eeccf1c1a18bdc11dca62cc upstream. The driver is doing, by default, multi-block reads. When a block error occurs, card/block.c instigates a single block rea

[65/94] drivers/block/brd.c: fix brd_lookup_page() race

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Brian Behlendorf commit dfd20b2b174d3a9b258ea3b7a35ead33576587b1 upstream. The index on the page must be set before it is inserted in the radix tree. Otherwise there is a small race which can

[74/94] pch_dma: Use GFP_ATOMIC because called from interrupt context

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Tomoya MORINAGA commit 5c1ef59168c485318e40ba485c1eba57d81d0faa upstream. pdc_desc_get() is called from pd_prep_slave_sg, and the function is called from interrupt context(e.g. Uart driver "pch

[23/94] KVM: VMX: fix halt emulation while emulating invalid guest sate

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Gleb Natapov commit 8d76c49e9ffeee839bc0b7a3278a23f99101263e upstream. The invalid guest state emulation loop does not check halt_request which causes 100% cpu loop while guest is in halt and i

[39/94] tracing: Fix leaks of filter preds

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: "Steven Rostedt (Red Hat)" commit 60705c89460fdc7227f2d153b68b3f34814738a4 upstream. Special preds are created when folding a series of preds that can be done in serial. These are allocated in

[85/94] 3c59x: fix freeing nonexistent resource on driver unload

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Sergei Shtylyov [ Upstream commit c81400be716aa4c76f6ebf339ba94358dbbf6da6 ] When unloading the driver that drives an EISA board, a message similar to the following one is displayed: Trying to

[09/94] nfsd4: don't allow owner override on 4.1 CLAIM_FH opens

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: "J. Bruce Fields" commit 9f415eb25574db4b73a9a712a4438e41dc284922 upstream. The Linux client is using CLAIM_FH to implement regular opens, not just recovery cases, so it depends on the server t

[78/94] x86,efi: Check max_size only if it is non-zero.

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Richard Weinberger commit 7791c8423f1f7f4dad94e753bae67461d5b80be8 upstream. Some EFI implementations return always a MaximumVariableSize of 0, check against max_size only if it is non-zero. My

[20/94] mwifiex: fix setting of multicast filter

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Daniel Drake commit ccd384b10420ac81ba3fb9b0a7d18272c7173552 upstream. A small bug in this code was causing the ALLMULTI filter to be set when in fact we were just wanting to program a selectiv

[03/94] mmc: core: Fix bit width test failing on old eMMC cards

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Philip Rakity commit 836dc2fe89c968c10cada87e0dfae6626f8f9da3 upstream. PARTITION_SUPPORT needs to be set before doing the compare on version number so the bit width test does not get invalid d

[06/94] x86: Eliminate irq_mis_count counted in arch_irq_stat

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Li Fei commit f7b0e1055574ce06ab53391263b4e205bf38daf3 upstream. With the current implementation, kstat_cpu(cpu).irqs_sum is also increased in case of irq_mis_count increment. So there is no n

[83/94] bridge: fix race with topology change timer

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: stephen hemminger [ Upstream commit 83401eb4990ff6af55aeed8f49681558544192e6 ] A bridge should only send topology change notice if it is not the root bridge. It is possible for message age time

[91/94] drivers/rtc/rtc-pcf2123.c: fix error return code in pcf2123_probe()

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Wei Yongjun commit 35623715818dfa720cccf99cd280dcbb4b78da23 upstream. Fix to return -ENODEV in the chip not found error handling case instead of 0, as done elsewhere in this function. Signed-o

[11/94] ext4: limit group search loop for non-extent files

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Lachlan McIlroy commit e6155736ad76b2070652745f9e54cdea3f0d8567 upstream. In the case where we are allocating for a non-extent file, we must limit the groups we allocate from to those below 2^3

[68/94] ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in ocfs2_fiemap()

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Joseph Qi commit b4ca2b4b577c3530e34dcfaafccb2cc680ce95d1 upstream. Last time we found there is lock/unlock bug in ocfs2_file_aio_write, and then we did a thorough search for all lock resources

[24/94] dm snapshot: fix error return code in snapshot_ctr

2013-05-27 Thread Ben Hutchings
3.2.46-rc1 review patch. If anyone has any objections, please let me know. -- From: Wei Yongjun commit 09e8b813897a0f85bb401435d009228644c81214 upstream. Return -ENOMEM instead of success if unable to allocate pending exception mempool in snapshot_ctr. Signed-off-by: Wei Yong

  1   2   3   4   5   >