Re: [PATCH] usb: dwc3: core: clarify usb-phy array binding

2013-08-09 Thread Mark Rutland
On Fri, Aug 09, 2013 at 04:40:32PM +0100, Kumar Gala wrote: The binding spec wasn't clear that the order of the phandles in the usb-phy array has meaning. Clarify this point in the binding that it should be USB2-HS-PHY, USB3-SS-PHY. Signed-off-by: Kumar Gala ga...@codeaurora.org ---

Re: [PATCH v4 1/2] workqueue: add new schedule_on_cpu_mask() API

2013-08-09 Thread Tejun Heo
Hello, Chris. On Fri, Aug 09, 2013 at 12:12:43PM -0400, Chris Metcalf wrote: I could certainly make schedule_on_cpu_mask() do sanity checking, perhaps via a WARN_ON_ONCE() if offline cpus were specified, and otherwise just have it create a local struct cpumask that it and's with

Re: [PATCH part5 0/7] Arrange hotpluggable memory as ZONE_MOVABLE.

2013-08-09 Thread Tejun Heo
Hello, On Thu, Aug 08, 2013 at 06:16:12PM +0800, Tang Chen wrote: In previous parts' patches, we have obtained SRAT earlier enough, right after memblock is ready. So this patch-set does the following things: Can you please set up a git branch with all patches? Thanks. -- tejun -- To

[PATCH v5 3/4] mmc: dw_mmc: Always setup the bus after suspend/resume

2013-08-09 Thread Doug Anderson
After suspend/resume all of the dw_mmc registers are reset to defaults. We restore most of them, but specifically don't setup the clock registers after resume unless we've got a powered card. Things still work because the core will eventually call set_ios() and we'll set things up. There

[PATCH v5 0/4] mmc: dw_mmc: fixes for suspend/resume on exynos

2013-08-09 Thread Doug Anderson
This series of patches addresses some suspend/resume problems with dw_mmc on exynos platforms, espeically exynos5420. Since suspend/resume is not fully working on ToT Linux (v3.11-rc4) on exynos5250-snow, this series was tested against the current ToT ChromeOS 3.8 tree. I have confirmed basic

Re: [rtc-linux] Re: [PATCH 2/2 RESEND] rtc: rtc-hid-sensor-time: enable HID input processing early

2013-08-09 Thread Alexander Holler
Am 09.08.2013 18:21, schrieb Alexander Holler: I've now also verified if hid-sensor-hub receives an event with sensor_hub_raw_event() in the error-path (hid_device_io_stop() called and probe() failed), and this still *does* happen. That event (input report) doesn't come through hid-sensor-hub to

Re: [PATCH 3/5] omap: Properly handle resources for omap_devices

2013-08-09 Thread Kevin Hilman
Pantelis Antoniou pa...@antoniou-consulting.com writes: Hi On Aug 9, 2013, at 6:16 PM, Kevin Hilman wrote: Pantelis Antoniou pa...@antoniou-consulting.com writes: Hi Kevin, On Aug 7, 2013, at 9:45 PM, Kevin Hilman wrote: [fixing address for Benoit] Pantelis Antoniou

Re: [PATCH v2 3/3] Documentation: dt: hwmon: add OF document for lm90

2013-08-09 Thread Stephen Warren
On 08/09/2013 12:10 AM, Wei Ni wrote: On 08/09/2013 01:37 AM, Stephen Warren wrote: On 08/08/2013 12:56 AM, Wei Ni wrote: Add OF document for lm90 in Documentation/devicetree/. diff --git a/Documentation/devicetree/bindings/hwmon/lm90.txt b/Documentation/devicetree/bindings/hwmon/lm90.txt

[PATCH v5 2/4] mmc: dw_mmc: Add exynos resume_noirq callback to clear WAKEUP_INT

2013-08-09 Thread Doug Anderson
If the WAKEUP_INT is asserted at wakeup and not cleared, we'll end up looping around forever. This has been seen to happen on exynos5420 silicon despite the fact that we haven't enabled any wakeup events due to a silicon errata. It is safe to do on all exynos variants. Signed-off-by: Doug

[PATCH v5 4/4] mmc: dw_mmc: Set timeout to max upon resume

2013-08-09 Thread Doug Anderson
The TMOUT register is initted to 0x at probe time but isn't initted after suspend/resume. Add an init of this value. No problems were observed without this (it will also get initted in __dw_mci_start_request if there is data to send), but it makes the register dump before and after

[PATCH v5 1/4] mmc: dw_mmc: Invalidate cache of current_speed after suspend/resume

2013-08-09 Thread Doug Anderson
The dw_mmc driver keeps a cache of the current slot-clock in order to avoid doing a whole lot of work every time set_ios() is called. However, after suspend/resume the register values are bogus so we need to ensure that the cached value is invalidated. Specifically I saw problems with the SD Card

Re: [PATCH v3 1/2] ALSA: Added jack detection KControl support

2013-08-09 Thread Mark Brown
On Fri, Aug 09, 2013 at 03:52:04PM +0200, Takashi Iwai wrote: Above all, the multiple indices don't work anyway with the snd_jack stuff in the current form. The index was introduced only for kjack, and for HD-audio, snd_jack is provided just for a compatibility reason, thus it doesn't matter

[GIT PULL] Please pull NFS client bug fixes

2013-08-09 Thread Myklebust, Trond
Hi Linus, The following changes since commit c095ba7224d8edc71dcef0d655911399a8bd4a3f: Linux 3.11-rc4 (2013-08-04 13:46:46 -0700) are available in the git repository at: git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-3.11-4 for you to fetch changes up to

Re: [PATCH] regulator: da9210: Remove redundant MODULE_ALIAS

2013-08-09 Thread Mark Brown
On Sat, Aug 10, 2013 at 12:25:58AM +0800, Axel Lin wrote: -MODULE_AUTHOR(S Twiss stwiss.opensou...@diasemi.com); +MODULE_AUTHOR(Steve Twiss stwiss.opensou...@diasemi.com); It's perfectly reasonable for someone to want to be referred to by their initial, or their full spelled out name, or a

Re: [PATCH v2] iommu: Add event tracing feature to iommu

2013-08-09 Thread Shuah Khan
On 07/30/2013 08:57 AM, Shuah Khan wrote: Add tracing feature to iommu to report various iommu events. Classes iommu_group, iommu_device, iommu_map_unmap, and iommu_amd_event are defined. iommu_group class events can be enabled to trigger when devices get added to and removed from an iommu

Re: [PATCH v5 2/4] mmc: dw_mmc: Add exynos resume_noirq callback to clear WAKEUP_INT

2013-08-09 Thread Fabio Estevam
On Fri, Aug 9, 2013 at 1:33 PM, Doug Anderson diand...@chromium.org wrote: +#else +#define dw_mci_exynos_suspend NULL +#define dw_mci_exynos_resume NULL +#define dw_mci_exynos_resume_noirq NULL +#endif /* CONFIG_PM_SLEEP */ You could avoid this else block if you use

Re: linux-next: Tree for Aug 8 (not CONFIG_PCI_MSI conflict)

2013-08-09 Thread Randy Dunlap
On 08/09/13 07:59, Jason Cooper wrote: Randy, On Thu, Aug 08, 2013 at 01:03:04PM -0700, Randy Dunlap wrote: On 08/08/13 00:08, Stephen Rothwell wrote: Hi all, Changes since 20130807: on i386 and x86_64: when CONFIG_PCI_MSI is not enabled: There are many of these errors:

Re: [PATCH 0/1] (Was: Linux 3.11-rc4)

2013-08-09 Thread Frederic Weisbecker
On Thu, Aug 08, 2013 at 08:15:21PM +0200, Oleg Nesterov wrote: On 08/08, Frederic Weisbecker wrote: I'm all for fixing this. May be we can start by backporting a patch that ignores the value of gen_len for instruction breakpoints in x86? Or perhaps we can start with the something like

Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing

2013-08-09 Thread Alexander Gordeev
On Fri, Aug 09, 2013 at 09:52:19AM -0600, Jens Axboe wrote: On 08/09/2013 09:07 AM, Alexander Gordeev wrote: diff --git a/block/blk-mq-tag.c b/block/blk-mq-tag.c index dcbc2a4..b131a48 100644 --- a/block/blk-mq-tag.c +++ b/block/blk-mq-tag.c @@ -468,10 +468,9 @@ struct blk_mq_tags

Re: [PATCH v5 2/4] mmc: dw_mmc: Add exynos resume_noirq callback to clear WAKEUP_INT

2013-08-09 Thread Doug Anderson
Fabio, Thanks for your review. On Fri, Aug 9, 2013 at 9:41 AM, Fabio Estevam feste...@gmail.com wrote: On Fri, Aug 9, 2013 at 1:33 PM, Doug Anderson diand...@chromium.org wrote: +#else +#define dw_mci_exynos_suspend NULL +#define dw_mci_exynos_resume NULL +#define

Re: [PATCH v3 1/2] ALSA: Added jack detection KControl support

2013-08-09 Thread Takashi Iwai
At Fri, 9 Aug 2013 17:39:47 +0100, Mark Brown wrote: On Fri, Aug 09, 2013 at 03:52:04PM +0200, Takashi Iwai wrote: Above all, the multiple indices don't work anyway with the snd_jack stuff in the current form. The index was introduced only for kjack, and for HD-audio, snd_jack is

Re: [PATCH 3/3 V3] EDAC, AMD64_EDAC: Add ECC decoding support for newer F15h models.

2013-08-09 Thread Aravind Gopalakrishnan
On 8/9/2013 8:18 AM, Borislav Petkov wrote: } @@ -205,8 +209,9 @@ static int amd64_set_scrub_rate(struct mem_ctl_info *mci, u32 bw) if (boot_cpu_data.x86 == 0xf) min_scrubrate = 0x0; - /* F15h Erratum #505 */ - if (boot_cpu_data.x86 == 0x15) +

[PATCH 3/3 V4] EDAC, AMD64_EDAC: Add ECC decoding support for newer F15h models.

2013-08-09 Thread Aravind Gopalakrishnan
Adding support for handling ECC error decoding for new F15 models. On newer models, support has been included for upto 4 DCT's, however, only DCT0 and DCT3 are currently configured. (Refer BKDG Section 2.10) Routing DRAM Requests algorithm is different for F15h M30h. It is cleaner to use a brand

Re: linux-next: Tree for Aug 9

2013-08-09 Thread Randy Dunlap
On 08/08/13 23:15, Stephen Rothwell wrote: Hi all, Changes since 20130808: *crickets* I have created today's linux-next tree at git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git (patches at

Finanzierung Angebot

2013-08-09 Thread GINTTINGER Walter
Hallo. Sie sind auf der Suche nach Finanzierung, um Ihre Aktivitäten, die Durchführung eines Projekts oder aus anderen Gründen wieder zu beleben. Ich gewährt Darlehen von 3000 € bis hin zu €4.000.000 mit einer Rate von 3 %. Für weitere Informationen kontaktieren Sie mich:

Re: [rtc-linux] Re: [PATCH 2/2 RESEND] rtc: rtc-hid-sensor-time: enable HID input processing early

2013-08-09 Thread David Herrmann
Hi Alexander On Fri, Aug 9, 2013 at 6:33 PM, Alexander Holler hol...@ahsoftware.de wrote: Am 09.08.2013 18:21, schrieb Alexander Holler: I've now also verified if hid-sensor-hub receives an event with sensor_hub_raw_event() in the error-path (hid_device_io_stop() called and probe() failed),

Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing

2013-08-09 Thread Jens Axboe
On 08/09/2013 10:46 AM, Alexander Gordeev wrote: On Fri, Aug 09, 2013 at 09:52:19AM -0600, Jens Axboe wrote: On 08/09/2013 09:07 AM, Alexander Gordeev wrote: diff --git a/block/blk-mq-tag.c b/block/blk-mq-tag.c index dcbc2a4..b131a48 100644 --- a/block/blk-mq-tag.c +++ b/block/blk-mq-tag.c

Re: [PATCH 35/35] cpufreq: tegra: use cpufreq_table_validate_and_show()

2013-08-09 Thread Viresh Kumar
it to you and will get this change out of this commit. The two commits look like this now attached too in case you want to test: I'd be happy to test, but those changes cause build failures on top of next-20130809. Which other patches do I need to apply first? None.. You applied all three attached

Re: [rtc-linux] Re: [PATCH 2/2 RESEND] rtc: rtc-hid-sensor-time: enable HID input processing early

2013-08-09 Thread Alexander Holler
Am 09.08.2013 19:02, schrieb David Herrmann: I hope that explains how all this works. I can look over your patch on Sunday if still necessary. Thanks a lot for the explanation. Actually I don't have a problem but Andrew Morton asked me some questions I can't answer without looking in

Re: [RFC 0/1] drm/pl111: Initial drm/kms driver for pl111

2013-08-09 Thread Rob Clark
On Fri, Aug 9, 2013 at 12:15 PM, Tom Cooksey tom.cook...@arm.com wrote: Turning to DRM/KMS, it seems the supported formats of a plane can be queried using drm_mode_get_plane. However, there doesn't seem to be a way to query the supported formats of a crtc? If display HW only supports

Re: [PATCH 0/1] (Was: Linux 3.11-rc4)

2013-08-09 Thread Oleg Nesterov
On 08/09, Frederic Weisbecker wrote: On Thu, Aug 08, 2013 at 08:15:21PM +0200, Oleg Nesterov wrote: But probably we should move attr.bp_len == HW_BREAKPOINT_LEN_1 check from arch_build_bp_info() to its caller, arch_validate_hwbkpt_settings(). Because: But this bp_len should

Re: [PATCH 1/3] regmap: flat: use the cache_present bitmap

2013-08-09 Thread Ionut Nicu
On 09.08.2013 13:44, ext Mark Brown wrote: On Fri, Aug 09, 2013 at 12:09:11PM +0200, Ionut Nicu wrote: As opposed to the other regmap cache implementations, regcache_flat didn't use the cache_present bitmap for figuring out whether a register was cached or not, nor did it mark a register as

3.11-rc4 ixgbevf: endless Last Request of type 00 to PF Nacked messages

2013-08-09 Thread Bjorn Helgaas
When I enable VFs via sysfs on an Intel X540-AT, I see an endless stream of ixgbevf :08:10.2: Last Request of type 03 to PF Nacked messages. This on an HP z420 with the Intel X540-AT in external Magma PCIe expansion chassis. No cable is attached to the X540-AT. ixgbe is built as a

Re: [PATCH] usb: xhci: Disable runtime PM suspend for quirky controllers.

2013-08-09 Thread Sarah Sharp
Hi Shawn, I noticed that the ChromeOS kernel tree is still using this particular patch, and thought it was probably time to revisit it. On Sat, May 25, 2013 at 09:57:57AM -0700, Shawn Nematbakhsh wrote: Hi Sarah and Alan, Thanks for the comments. I will make the following revisions: 1.

[PATCH] mfd: tps65010: Use power efficient workqueue for power polling

2013-08-09 Thread Mark Brown
From: Mark Brown broo...@linaro.org There is no need to use a per CPU workqueue to poll, especially with the 5s delay used, so allow the scheduler to use any CPU. Signed-off-by: Mark Brown broo...@linaro.org --- drivers/mfd/tps65010.c | 12 +++- 1 file changed, 7 insertions(+), 5

Re: Enable arm_global_timer for Zynq brakes boot

2013-08-09 Thread Stephen Boyd
On 08/09, Daniel Lezcano wrote: yes, but at least the broadcast mechanism should send an IPI to cpu0 to wake it up, no ? As Stephen stated this kind of configuration should has never been tested before so the tick broadcast code is not handling this case properly IMHO. If you have a

Re: [PATCH v3 1/2] ALSA: Added jack detection KControl support

2013-08-09 Thread Felipe Tonello
Hi Takashi, On Fri, Aug 9, 2013 at 6:52 AM, Takashi Iwai ti...@suse.de wrote: At Thu, 8 Aug 2013 23:21:55 -0700, Felipe F. Tonello wrote: From: Felipe F. Tonello e...@felipetonello.com This patch adds jack support for ALSA KControl. This support is necessary since the new kcontrol is

Re: [RFC 0/3] Add madvise(..., MADV_WILLWRITE)

2013-08-09 Thread Andy Lutomirski
On Fri, Aug 9, 2013 at 12:55 AM, Jan Kara j...@suse.cz wrote: On Thu 08-08-13 15:58:39, Dave Hansen wrote: I was coincidentally tracking down what I thought was a scalability problem (turned out to be full disks :). I noticed, though, that ext4 is about 20% slower than ext2/3 at doing write

[PATCH v5 1/2] workqueue: add new schedule_on_cpu_mask() API

2013-08-09 Thread Chris Metcalf
This primitive allows scheduling work to run on a particular set of cpus described by a struct cpumask. This can be useful, for example, if you have a per-cpu variable that requires code execution only if the per-cpu variable has a certain value (for example, is a non-empty list). Signed-off-by:

[PATCH v5 2/2] mm: make lru_add_drain_all() selective

2013-08-09 Thread Chris Metcalf
This change makes lru_add_drain_all() only selectively interrupt the cpus that have per-cpu free pages that can be drained. This is important in nohz mode where calling mlockall(), for example, otherwise will interrupt every core unnecessarily. Signed-off-by: Chris Metcalf cmetc...@tilera.com

Re: arm,perf fuzzer and rcu_sched lockup

2013-08-09 Thread Paul E. McKenney
On Fri, Aug 09, 2013 at 11:13:04AM -0400, Vince Weaver wrote: This is on a 3.11-rc4 kernel with the two perf/ARM oops patches applied. I let the fuzzer run overnight with a serial console hooked up and it was crashed in the morning. Here's the bug log. I'm cc-ing Dave Jones as I think

Re: [PATCH v5 1/2] workqueue: add new schedule_on_cpu_mask() API

2013-08-09 Thread Tejun Heo
On Wed, Aug 07, 2013 at 04:49:44PM -0400, Chris Metcalf wrote: This primitive allows scheduling work to run on a particular set of cpus described by a struct cpumask. This can be useful, for example, if you have a per-cpu variable that requires code execution only if the per-cpu variable has

Re: [RFC 0/3] Add madvise(..., MADV_WILLWRITE)

2013-08-09 Thread Dave Hansen
On 08/09/2013 12:55 AM, Jan Kara wrote: On Thu 08-08-13 15:58:39, Dave Hansen wrote: I was coincidentally tracking down what I thought was a scalability problem (turned out to be full disks :). I noticed, though, that ext4 is about 20% slower than ext2/3 at doing write page faults (x-axis

Re: [RFC 0/3] Add madvise(..., MADV_WILLWRITE)

2013-08-09 Thread Andy Lutomirski
On Fri, Aug 9, 2013 at 10:42 AM, Dave Hansen dave.han...@intel.com wrote: On 08/09/2013 12:55 AM, Jan Kara wrote: On Thu 08-08-13 15:58:39, Dave Hansen wrote: I was coincidentally tracking down what I thought was a scalability problem (turned out to be full disks :). I noticed, though, that

Re: [HANG] Trouble with NEC-based USB adapter in PCMCIA slot on E7110

2013-08-09 Thread Alan Stern
On Fri, 9 Aug 2013, Thomas Richter wrote: Hi Alan, hi Dominik, maybe you want me to help out a bit - I'm having trouble getting a Delock PCMCIA to USB-2 adapter to work under linux, with strange behavior in some situations. The trouble is that while I can *read* via fast (usb 2.0)

Re: Enable arm_global_timer for Zynq brakes boot

2013-08-09 Thread Sören Brinkmann
On Fri, Aug 09, 2013 at 10:27:57AM -0700, Stephen Boyd wrote: On 08/09, Daniel Lezcano wrote: yes, but at least the broadcast mechanism should send an IPI to cpu0 to wake it up, no ? As Stephen stated this kind of configuration should has never been tested before so the tick broadcast

[PATCH] dm: Make MIN_IOS, et al, tunable via sysctl.

2013-08-09 Thread Frank Mayhar
The device mapper and some of its modules allocate memory pools at various points when setting up a device. In some cases, these pools are fairly large, for example the multipath module allocates a 256-entry pool and the dm itself allocates three of that size. In a memory-constrained environment

Re: [PATCH 5/8] rcu: eliminate deadlock for rcu read site

2013-08-09 Thread Paul E. McKenney
On Fri, Aug 09, 2013 at 05:31:27PM +0800, Lai Jiangshan wrote: On 08/09/2013 04:40 AM, Paul E. McKenney wrote: On Wed, Aug 07, 2013 at 06:25:01PM +0800, Lai Jiangshan wrote: Background) Although all articles declare that rcu read site is deadlock-immunity. It is not true for

Re: [PATCH] [TRIVIAL] ARM: msm: fix compilation error in gpiomux

2013-08-09 Thread David Brown
On Thu, Aug 08, 2013 at 03:17:25PM -0700, Rohit Vaswani wrote: On 8/7/2013 11:32 PM, Krzysztof Kozlowski wrote: On śro, 2013-08-07 at 14:08 -0700, Stephen Boyd wrote: On 08/07, David Brown wrote: On Wed, Aug 07, 2013 at 08:34:39AM +0200, Krzysztof Kozlowski wrote: Fix compilation error in

[PATCH v2] coccinelle: replace 0/1 with false/true in functions returning bool

2013-08-09 Thread Rasmus Villemoes
This semantic patch replaces return {0,1}; with return {false,true}; in functions returning bool. Signed-off-by: Rasmus Villemoes li...@rasmusvillemoes.dk --- v2: Simplified script, and eliminate whitespace mangling at the same time. Thanks to Julia Lawall.

Re: [PATCH v4 1/1] ASoc: kirkwood: add DT support to the mvebu audio subsystem

2013-08-09 Thread Mark Brown
On Fri, Aug 09, 2013 at 02:09:32PM +0100, Russell King - ARM Linux wrote: On Fri, Aug 09, 2013 at 12:39:40PM +0100, Mark Brown wrote: So extend Morimoto-san's work on the simple card for this - that's what it's there for, it's doing exactly this job for non-DT systems but it just didn't

Re: btrfs zero divide

2013-08-09 Thread Zach Brown
On Fri, Aug 09, 2013 at 02:26:36PM +0200, Andreas Schwab wrote: Josef Bacik jba...@fusionio.com writes: So stripe_len shouldn't be 0, if it is you have bigger problems :). The bigger problem is that stripe_nr is u64, this is completely bogus. The first operand of do_div must be u32. This

Re: [PATCH 3/5] omap: Properly handle resources for omap_devices

2013-08-09 Thread Pantelis Antoniou
Hi Kevin, On Aug 9, 2013, at 7:35 PM, Kevin Hilman wrote: Pantelis Antoniou pa...@antoniou-consulting.com writes: Hi On Aug 9, 2013, at 6:16 PM, Kevin Hilman wrote: Pantelis Antoniou pa...@antoniou-consulting.com writes: Hi Kevin, On Aug 7, 2013, at 9:45 PM, Kevin Hilman wrote:

Linux Plumbers ACPI/PM, PCI Microconference

2013-08-09 Thread Myron Stowe
Time is passing quickly and there are still a few topic areas that we would like discussed during the microconference but still do not have any proposals/knowledgable speakers for. For the following people I'm specifically picking on: Are you going to plumbers, would you be willing to cover the

Re: [PATCH V10 00/13] perf tools: some fixes and tweaks

2013-08-09 Thread Adrian Hunter
On 9/08/2013 4:58 p.m., Stephane Eranian wrote: On Fri, Aug 9, 2013 at 3:59 PM, Adrian Hunter adrian.hun...@intel.com wrote: On 09/08/13 16:41, Stephane Eranian wrote: Adrian, Is there a git tree where I could pull those patches from? I plonked it down here for you:

Re: Patch for lost wakeups

2013-08-09 Thread Linus Torvalds
On Fri, Aug 9, 2013 at 6:04 AM, Oleg Nesterov o...@redhat.com wrote: The case of signals is special, in that the wakeup criteria is inside the scheduler itself, but conceptually the rule is the same. yes, and because the waiter lacks mb(). Hmm. Ok. So say we have a sleeper that does

Re: [PATCH v4 1/1] ASoc: kirkwood: add DT support to the mvebu audio subsystem

2013-08-09 Thread Russell King - ARM Linux
On Fri, Aug 09, 2013 at 07:00:58PM +0100, Mark Brown wrote: On Fri, Aug 09, 2013 at 02:09:32PM +0100, Russell King - ARM Linux wrote: On Fri, Aug 09, 2013 at 12:39:40PM +0100, Mark Brown wrote: So extend Morimoto-san's work on the simple card for this - that's what it's there for, it's

[PATCH 17/17] net:ethernet:lantiq_etop.c: Removed deprecated IRQF_DISABLED

2013-08-09 Thread Kumar Gaurav
Removed IRQF_DISABLED as it is deprecated and fixed a coding style issue of more than 80 chars on single line by sliting the line in two. Signed-off-by: Kumar Gaurav kumargauravgup...@gmail.com --- drivers/net/ethernet/lantiq_etop.c |8 +--- 1 file changed, 5 insertions(+), 3

Re: [PATCH] depmod: add missing else clause

2013-08-09 Thread H. Peter Anvin
On 08/09/2013 08:03 AM, Lucas De Marchi wrote: Hi Jan, On Wed, Aug 7, 2013 at 6:58 PM, Jan Engelhardt jeng...@inai.de wrote: It occurred to an openSUSE user that our mkinitrd would throw a warning when used with kmod: libkmod: conf_files_list: unsupported file mode /dev/null: 0x21b6

Re: [PATCH 17/17] net:ethernet:lantiq_etop.c: Removed deprecated IRQF_DISABLED

2013-08-09 Thread Kumar Gaurav
It's a single patch. Please don't be confused with the subject [PATCH 17/17]. I forgot to edit this before sending. my apology for mistake On Friday 09 August 2013 11:55 PM, Kumar Gaurav wrote: Removed IRQF_DISABLED as it is deprecated and fixed a coding style issue of more than 80 chars on

RE: [PATCH 3/5] x86, AMD: cleanup: merge common code in early microcode loading

2013-08-09 Thread Yu, Fenghua
From: Borislav Petkov [mailto:b...@alien8.de] Sent: Thursday, August 08, 2013 10:49 AM On Wed, Aug 07, 2013 at 11:34:01PM +, Yu, Fenghua wrote: This check won't work when CPU0 is hot added. So we need to find a better way to fix this. Maybe need to change the check as follows

[PATCH] usb: gadget/composite : Avoid crash with bad gadget drivers

2013-08-09 Thread Philippe De Swert
Some bad gadget drivers do not check the return status of usb_add_config. Thus they get a not correctly initialized config and when this gadget gets deactivated the whole kernel crashes. Since on initialization failure cdev is set to NULL it can be used to detect this problem situation. It can be

Re: [PATCH net v2] net: rename busy poll MIB counter

2013-08-09 Thread David Miller
From: Eliezer Tamir eliezer.ta...@linux.intel.com Date: Wed, 07 Aug 2013 11:33:25 +0300 Rename mib counter from low latency to busy poll v1 also moved the counter to the ip MIB (suggested by Shawn Bohrer) Eric Dumazet suggested that the current location is better. So v2 just renames the

Re: [PATCH] usb: dwc3: core: clarify usb-phy array binding

2013-08-09 Thread Kumar Gala
On Aug 9, 2013, at 11:28 AM, Mark Rutland wrote: On Fri, Aug 09, 2013 at 04:40:32PM +0100, Kumar Gala wrote: The binding spec wasn't clear that the order of the phandles in the usb-phy array has meaning. Clarify this point in the binding that it should be USB2-HS-PHY, USB3-SS-PHY.

RE: [PATCH 3/5] x86, AMD: cleanup: merge common code in early microcode loading

2013-08-09 Thread Yu, Fenghua
From: Borislav Petkov [mailto:b...@alien8.de] Sent: Thursday, August 08, 2013 11:29 AM On Thu, Aug 08, 2013 at 12:02:38PM +0200, Borislav Petkov wrote: On Wed, Aug 07, 2013 at 07:22:39PM -0700, H. Peter Anvin wrote: How much does this matter? I know what you're asking :-) And no,

[PATCH V2 1/2] pinctrl/lantiq: add missing pin definition to falcon pinctrl driver

2013-08-09 Thread John Crispin
From: Thomas Langer thomas.lan...@lantiq.com The pps pin definition is missing in the current code. Signed-off-by: Thomas Langer thomas.lan...@lantiq.com Acked-by: John Crispin blo...@openwrt.org --- Sorry i just noticed that i sent the 2 wrong files yesterday drivers/pinctrl/pinctrl-falcon.c

Re: Enable arm_global_timer for Zynq brakes boot

2013-08-09 Thread Stephen Boyd
On 08/09/13 10:48, Sören Brinkmann wrote: On Fri, Aug 09, 2013 at 10:27:57AM -0700, Stephen Boyd wrote: On 08/09, Daniel Lezcano wrote: yes, but at least the broadcast mechanism should send an IPI to cpu0 to wake it up, no ? As Stephen stated this kind of configuration should has never been

[PATCH V2 2/2] pinctrl/lantiq: add missing gphy led setup

2013-08-09 Thread John Crispin
We found out how to set the gphy led pinmuxing. Signed-off-by: John Crispin blo...@openwrt.org --- drivers/pinctrl/pinctrl-xway.c | 30 -- 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/drivers/pinctrl/pinctrl-xway.c b/drivers/pinctrl/pinctrl-xway.c

Re: [patch v2 3/3] mm: page_alloc: fair zone allocator policy

2013-08-09 Thread Rik van Riel
On 08/08/2013 12:16 AM, Johannes Weiner wrote: Patch on top of mmotm: Yes, please! --- From: Johannes Weiner han...@cmpxchg.org Subject: [patch] mm: page_alloc: use vmstats for fair zone allocation batching Avoid dirtying the same cache line with every single page allocation by making the

[PATCH v6 1/2] workqueue: add new schedule_on_cpu_mask() API

2013-08-09 Thread Chris Metcalf
This primitive allows scheduling work to run on a particular set of cpus described by a struct cpumask. This can be useful, for example, if you have a per-cpu variable that requires code execution only if the per-cpu variable has a certain value (for example, is a non-empty list). Acked-by:

[PATCH v6 2/2] mm: make lru_add_drain_all() selective

2013-08-09 Thread Chris Metcalf
This change makes lru_add_drain_all() only selectively interrupt the cpus that have per-cpu free pages that can be drained. This is important in nohz mode where calling mlockall(), for example, otherwise will interrupt every core unnecessarily. Signed-off-by: Chris Metcalf cmetc...@tilera.com

Re: [PATCH] MAINTAINERS: drivers/power: add entry for SmartReflex AVS drivers

2013-08-09 Thread Anton Vorontsov
On Tue, Aug 06, 2013 at 04:57:14PM -0700, Kevin Hilman wrote: Subject: [PATCH] MAINTAINERS: drivers/power: add entry for SmartReflex AVS drivers The SmartReflex AVS driver evolved out of the OMAP kernel and now lives under drivers/power/avs. I've historically been maintainer of this but

Re: linux-next: Tree for Aug 8 (not CONFIG_PCI_MSI conflict)

2013-08-09 Thread Jason Cooper
Randy, On Fri, Aug 09, 2013 at 09:41:38AM -0700, Randy Dunlap wrote: On 08/09/13 07:59, Jason Cooper wrote: Randy, On Thu, Aug 08, 2013 at 01:03:04PM -0700, Randy Dunlap wrote: On 08/08/13 00:08, Stephen Rothwell wrote: Hi all, Changes since 20130807: on i386 and x86_64:

[PATCH] reset: Fix compile when reset RESET_CONTROLLER is not selected

2013-08-09 Thread John Crispin
Drivers need to protect their reset api calls with #ifdef to avoid compile errors. This patch adds dummy wrappers in the same way that linux/of.h does it. This results in the nasty ifdefs no longer being needed. Cc: linux-kernel@vger.kernel.org Cc: Philipp Zabel p.za...@pengutronix.de Cc: Gabor

Re: [PATCH] smp.c: Quit unconditionally enabling irqs in on_each_cpu_mask().

2013-08-09 Thread Gilad Ben-Yossef
On Thu, Aug 8, 2013 at 11:27 PM, David Daney dda...@caviumnetworks.com wrote: On 08/08/2013 12:25 PM, Christoph Lameter wrote: On Thu, 8 Aug 2013, David Daney wrote: I don't know of any bugs currently caused by this unconditional local_irq_enable(), but I want to use this function in

Re: [PATCH v2 1/2] mm: make vmstat_update periodic run conditional

2013-08-09 Thread Gilad Ben-Yossef
On Thu, Aug 8, 2013 at 5:59 PM, Christoph Lameter c...@gentwo.org wrote: On Thu, 8 Aug 2013, Gilad Ben-Yossef wrote: vmstat_update runs from the vmstat work queue item by the workqueue kernel thread. If this code is running, it means there are at least two schedulable tasks: 1. The

Re: [PATCH] drivers: power: reset: add msm restart support

2013-08-09 Thread Anton Vorontsov
On Tue, Jul 30, 2013 at 05:05:28PM -0700, Abhimanyu Kapur wrote: Add support for restart and poweroff functionality present on MSM chipsets with the MPM2 ps-hold hardware. Signed-off-by: Abhimanyu Kapur abhim...@codeaurora.org --- Applied, thanks a lot! Anton -- To unsubscribe from this

Re: [PATCH] power_supply: Add power_supply notifier

2013-08-09 Thread Anton Vorontsov
On Fri, Jul 26, 2013 at 12:51:09AM +0530, Jenny TC wrote: This patch adds a notifier chain to the power_supply. This notifier helps drivers in other subsystem to listen to changes in power supply subsystem. This would help to take some actions in those drivers on changing the power supply

nfsd fixes for 3.11

2013-08-09 Thread J. Bruce Fields
Some fixes for a 4.1 feature that in retrospect probably should have waited for 3.12 But it appears to be working now. Please pull: git://linux-nfs.org/~bfields/linux.git for-3.11 --b. J. Bruce Fields (1): nfsd4: Fix

Question about REQ_FLUSH and bios with data

2013-08-09 Thread scameron
So, I'm working on a block driver using the make_request_fn interface, and have to handle a bio that comes in with (bi_rw REQ_FLUSH) set AND data to transfer. According to Documentation/block/writeback_cache_control.txt: The REQ_FLUSH flag can be OR ed into the r/w flags of a

Re: Question about REQ_FLUSH and bios with data

2013-08-09 Thread scameron
On Fri, Aug 09, 2013 at 02:09:34PM -0500, scame...@beardog.cce.hp.com wrote: So, I'm working on a block driver using the make_request_fn interface, and have to handle a bio that comes in with (bi_rw REQ_FLUSH) set AND data to transfer. According to

Re: [ 000/102] 3.10.6-stable review

2013-08-09 Thread Greg Kroah-Hartman
On Thu, Aug 08, 2013 at 11:57:55PM -0700, Guenter Roeck wrote: On 08/08/2013 06:56 PM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.10.6 release. There are 102 patches in this series, all will be posted as a response to this one. If anyone has any issues

Re: [ 000/102] 3.10.6-stable review

2013-08-09 Thread Greg Kroah-Hartman
On Fri, Aug 09, 2013 at 02:42:24PM +, Shuah Khan wrote: On 08/09/2013 07:54 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.10.6 release. There are 102 patches in this series, all will be posted as a response to this one. If anyone has any issues

Re: [ 045/102] Bluetooth: Fix invalid length check in l2cap_information_rsp()

2013-08-09 Thread Greg Kroah-Hartman
On Fri, Aug 09, 2013 at 10:54:58AM +0300, Johan Hedberg wrote: Hi Greg, On Thu, Aug 08, 2013, Greg Kroah-Hartman wrote: 3.10-stable review patch. If anyone has any objections, please let me know. -- From: Jaganath Kanakkassery jaganat...@samsung.com commit

Re: [PATCH RESEND 0/1] AHCI: Optimize interrupt processing

2013-08-09 Thread Alexander Gordeev
On Sat, Jul 20, 2013 at 09:48:28AM -0500, Mike Christie wrote: What about the attached only compile tested patch. The patch has the mq block code work like the non mq code for bio cleanups. Not sure if it is related to the patch or not, but it never returns from wait_for_completion_io(wait) in

Re: [ 000/102] 3.10.6-stable review

2013-08-09 Thread Willy Tarreau
Hi Greg, On Thu, Aug 08, 2013 at 06:56:36PM -0700, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.10.6 release. There are 102 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let

Re: [PATCH] gpio: Fix platform driver name in Kontron PLD GPIO driver

2013-08-09 Thread Guenter Roeck
On Fri, Aug 09, 2013 at 05:33:06PM +0200, Michael Brunner wrote: This patch changes the driver name to be consistent with the name that is registered as cell name in the MFD driver. Otherwise the driver won't load. Signed-off-by: Michael Brunner michael.brun...@kontron.com Reviewed-by:

Re: [PATCH] smp.c: Quit unconditionally enabling irqs in on_each_cpu_mask().

2013-08-09 Thread David Daney
On 08/09/2013 11:51 AM, Gilad Ben-Yossef wrote: On Thu, Aug 8, 2013 at 11:27 PM, David Daney dda...@caviumnetworks.com wrote: On 08/08/2013 12:25 PM, Christoph Lameter wrote: On Thu, 8 Aug 2013, David Daney wrote: I don't know of any bugs currently caused by this unconditional

Re: [PATCH] mfd: Add support for COMe-bHL6 and COMe-cTH6 to Kontron PLD driver

2013-08-09 Thread Guenter Roeck
On Fri, Aug 09, 2013 at 05:33:43PM +0200, Michael Brunner wrote: This patch adds DMI system IDs for the new Kontron modules COMe-bHL6 and COMe-cTH6 to the Kontron PLD driver. Signed-off-by: Michael Brunner michael.brun...@kontron.com Reviewed-by: Guenter Roeck li...@roeck-us.net ---

Re: [PATCH] bq24190_charger: Add support for TI BQ24190 Battery Charger

2013-08-09 Thread Anton Vorontsov
On Wed, Aug 07, 2013 at 02:56:48PM -0700, Mark A. Greer wrote: Add driver support for the Texas Instruments BQ24190 battery charger. Some of the information provided by the device is about the charger and other information is about the battery so create two power_supply objects (one for

Re: [PATCH] gpio: Fix bit masking in Kontron PLD GPIO driver

2013-08-09 Thread Guenter Roeck
On Fri, Aug 09, 2013 at 05:33:26PM +0200, Michael Brunner wrote: This patch fixes the bit masking within the GPIO driver. The masking is basically done twice which causes the wrong GPIOs to be addressed. Signed-off-by: Michael Brunner michael.brun...@kontron.com Reviewed-by: Guenter Roeck

Re: [HANG] Trouble with NEC-based USB adapter in PCMCIA slot on E7110

2013-08-09 Thread Thomas Richter
On 09.08.2013 19:46, Alan Stern wrote: On Fri, 9 Aug 2013, Thomas Richter wrote: Hi Alan, hi Dominik, maybe you want me to help out a bit - I'm having trouble getting a Delock PCMCIA to USB-2 adapter to work under linux, with strange behavior in some situations. The trouble is that while I

Re: [ 000/102] 3.10.6-stable review

2013-08-09 Thread Greg Kroah-Hartman
On Fri, Aug 09, 2013 at 09:20:30PM +0200, Willy Tarreau wrote: Hi Greg, On Thu, Aug 08, 2013 at 06:56:36PM -0700, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.10.6 release. There are 102 patches in this series, all will be posted as a response to this

RE: [RFC][PATCH] Introduce page fault tracepoint

2013-08-09 Thread Seiji Aguchi
Any comment? -Original Message- From: Seiji Aguchi [mailto:seiji.agu...@hds.com] Sent: Tuesday, July 30, 2013 6:53 PM To: linux-kernel@vger.kernel.org; x...@kernel.org Cc: h...@zytor.com; rost...@goodmis.org; mi...@elte.hu; b...@alien8.de; t...@linutronix.de; fdesl...@gmail.com;

[PATCH] tile: support kprobes on tilegx

2013-08-09 Thread Tony Lu
This change includes support for Kprobes, Jprobes and Return Probes. Signed-off-by: Tony Lu z...@tilera.com Signed-off-by: Chris Metcalf cmetc...@tilera.com --- I assume it makes sense for this to be pushed via the tile tree; it's currently queued in tile-next. arch/tile/Kconfig

Re: [HANG] Trouble with NEC-based USB adapter in PCMCIA slot on E7110

2013-08-09 Thread Alan Stern
On Fri, 9 Aug 2013, Thomas Richter wrote: On 09.08.2013 19:46, Alan Stern wrote: On Fri, 9 Aug 2013, Thomas Richter wrote: Hi Alan, hi Dominik, maybe you want me to help out a bit - I'm having trouble getting a Delock PCMCIA to USB-2 adapter to work under linux, with strange

[PATCH] tile: support ftrace on tilegx

2013-08-09 Thread Tony Lu
This commit adds support for static ftrace, graph function support, and dynamic tracer support. Signed-off-by: Tony Lu z...@tilera.com Signed-off-by: Chris Metcalf cmetc...@tilera.com --- I assume it makes sense for this to be pushed via the tile tree; it's currently queued in tile-next.

Re: [PATCH 17/17] net:ethernet:lantiq_etop.c: Removed deprecated IRQF_DISABLED

2013-08-09 Thread Sergei Shtylyov
Hello. On 08/09/2013 10:25 PM, Kumar Gaurav wrote: Removed IRQF_DISABLED as it is deprecated and fixed a coding style issue of more than 80 chars on single line by sliting the line in two. That's clearly a material for 2 separate patches. Signed-off-by: Kumar Gaurav

[GIT PULL] KVM/S390 fixes for 3.11-rc4

2013-08-09 Thread Paolo Bonzini
The following changes since commit 90db76e829479ef2ba1fed8f2552846015469831: Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (2013-07-20 20:11:42 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/virt/kvm/kvm.git

Re: [PATCH v4 1/1] ASoc: kirkwood: add DT support to the mvebu audio subsystem

2013-08-09 Thread Mark Brown
On Fri, Aug 09, 2013 at 07:25:16PM +0100, Russell King - ARM Linux wrote: Sigh, you completely miss the point. What all three of us are ultimately after is a DT description for the kirkwood stuff which covers all its use cases. The use case which all three of us have in common is the Cubox,

<    5   6   7   8   9   10   11   12   >