Re: [f2fs-dev][PATCH 1/2] f2fs: check name_len of dir entry to prevent from deadloop

2014-07-07 Thread Jaegeuk Kim
On Mon, Jul 07, 2014 at 09:24:05AM +0800, Chao Yu wrote: > Hi Jaegeuk, > > > -Original Message- > > From: Jaegeuk Kim [mailto:jaeg...@kernel.org] > > Sent: Saturday, July 05, 2014 2:43 PM > > To: Chao Yu > > Cc: Changman Lee; linux-f2fs-de...@lists.sourceforge.net; > >

[PATCH] staging: rtl8192u: fix checkpatch error/warning in r819xU_phy.c

2014-07-07 Thread sanjeev sharma
From: sanjeevs1 This is a patch to the r819xU_phy.c file that fixes up all the Error/Warning found by the checkpatch.pl tool Signed-off-by: Sanjeev Sharma --- drivers/staging/rtl8192u/r819xU_phy.c | 76 +-- 1 file changed, 36 insertions(+), 40 deletions(-)

Re: [PATCH] KVM: x86: Check for nested events if there is an injectable interrupt

2014-07-07 Thread Paolo Bonzini
Il 08/07/2014 06:30, Bandan Das ha scritto: With commit b6b8a1451fc40412c57d1 that introduced vmx_check_nested_events, checks for injectable interrupts happen at different points in time for L1 and L2 that could potentially cause a race. The regression occurs because KVM_REQ_EVENT is always set

Re: [PATCH] sparse: Add CLOG option for saving warning

2014-07-07 Thread Christopher Li
On Mon, Jul 7, 2014 at 4:22 AM, Sam Ravnborg wrote: >> > Typical usage: >> > >> > make -j8 C=2 CLOG= >> > We do not need this kind of special handling of outputs from gcc. > For sparse you just do a run with C=2 then you have it. > > In other words - this looks like overkill for somethign thas

Re: [PATCH] KVM: nVMX: Fix IRQs inject to L2 which belong to L1 since race

2014-07-07 Thread Paolo Bonzini
Il 08/07/2014 01:38, Wanpeng Li ha scritto: On Mon, Jul 07, 2014 at 03:03:13PM +0200, Paolo Bonzini wrote: Il 07/07/2014 10:46, Wanpeng Li ha scritto: Hi Paolo, Is it ok for you to apply this patch and then more effort should be taken to figure out the other bug which don't have any

Re: [PATCH] checkstack: use $UTS_MACHINE as target architecture

2014-07-07 Thread Konstantin Khlebnikov
On Tue, Jul 8, 2014 at 2:05 AM, Andrew Morton wrote: > On Sat, 05 Jul 2014 15:22:38 +0400 Konstantin Khlebnikov > wrote: > >> This fixes command # make checkstack for i386/x86_64. >> Looks like $UTS_MACHINE is exactly what scripts/checkstack.pl needs. >> >> By default $UTS_MACHINE is equal to

Fwd: Fwd: Fwd: shx3_defconfig Fails

2014-07-07 Thread Nick Krause
From: Guenter Roeck wrote on Tue, Jul 8, 2014 at 1:18 AM Subject: Re: Fwd: Fwd: shx3_defconfig Fails To: Nick Krause , Greg KH Cc: jsl...@suse.cz, "linux-kernel@vger.kernel.org" On 07/07/2014 10:13 PM, Nick Krause wrote: > > -- Forwarded message -- > From: Nick Krause > Date:

Re: [PATCH V8 0/9] PCI: Add SPEAr13xx PCie support

2014-07-07 Thread Viresh Kumar
On Tue, Jul 8, 2014 at 10:54 AM, Mohit KUMAR DCG wrote: > Pls find attached patches to push through your repo. These are rebased over > the top > of 3.16-rc3. git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linux.git spear/pcie-support-v8 -- To unsubscribe from this list: send the line

Re: Fwd: Fwd: shx3_defconfig Fails

2014-07-07 Thread Guenter Roeck
On 07/07/2014 10:13 PM, Nick Krause wrote: -- Forwarded message -- From: Nick Krause Date: Tue, Jul 8, 2014 at 1:11 AM Subject: Fwd: Fwd: shx3_defconfig Fails To: li...@roeck-us.net, gre...@linuxfoundation.org Cc: sl...@suse.cz -- Forwarded message -- From:

Re: [PATCH 1/1] ARM: imx: use PTR_ERR_OR_ZERO

2014-07-07 Thread Shawn Guo
On Tue, Jul 08, 2014 at 09:18:56AM +0530, Sachin Kamat wrote: > Hi Shawn, > > On Mon, Jul 7, 2014 at 11:25 AM, Shawn Guo wrote: > > On Fri, Jul 04, 2014 at 09:03:10PM +0200, Fabian Frederick wrote: > >> replace IS_ERR/PTR_ERR > >> > >> Cc: Shawn Guo > >> Cc: Sascha Hauer > >> Cc:

Can I use DEVICE_INT_ATTR() so that probing and removing sysfs enteries happens automatically?

2014-07-07 Thread Jamie Risk
What is the proper way to use the 'DEVICE_(INT|ULONG|BOOL)_ATTR()' macros with a platform driver? Or, am I best using per attribute pairs of show/store functions? If I code my own 'show()' and 'store()' functions and use the 'DEVICE_ATTR()' macros things work happily with an assignment of 'struct

Fwd: Fwd: shx3_defconfig Fails

2014-07-07 Thread Nick Krause
-- Forwarded message -- From: Nick Krause Date: Tue, Jul 8, 2014 at 1:11 AM Subject: Fwd: Fwd: shx3_defconfig Fails To: li...@roeck-us.net, gre...@linuxfoundation.org Cc: sl...@suse.cz -- Forwarded message -- From: Nick Krause Date: Tue, Jul 8, 2014 at 1:07 AM

Fwd: Fwd: shx3_defconfig Fails

2014-07-07 Thread Nick Krause
From: Guenter Roeck work Tue, Jul 8, 2014 at 12:50 AM Subject: Re: Fwd: shx3_defconfig Fails To: Nick Krause , Greg KH Cc: jsl...@suse.cz, "linux-kernel@vger.kernel.org" On 07/07/2014 09:29 PM, Nick Krause wrote: > > Guenter Roeck work on Tue, Jul 8, 2014 at 12:00 AM > Subject: Re:

Re: [PATCH 1/1] ARM: imx: use PTR_ERR_OR_ZERO

2014-07-07 Thread Fabian Frederick
On Tue, 8 Jul 2014 09:18:56 +0530 Sachin Kamat wrote: > Hi Shawn, > > On Mon, Jul 7, 2014 at 11:25 AM, Shawn Guo wrote: > > On Fri, Jul 04, 2014 at 09:03:10PM +0200, Fabian Frederick wrote: > >> replace IS_ERR/PTR_ERR > >> > >> Cc: Shawn Guo > >> Cc: Sascha Hauer > >> Cc:

powerpc allyesconfig fix

2014-07-07 Thread Nicholas Krause
powerpc:allmodconfig has been failing for some time with the following error. arch/powerpc/kernel/exceptions-64s.S: Assembler messages: arch/powerpc/kernel/exceptions-64s.S:1312: Error: attempt to move .org backwards make[1]: *** [arch/powerpc/kernel/head_64.o] Error 1 A number of attempts to

Fwd: Fwd: Allyesconfig for powerpc still Failing

2014-07-07 Thread Nick Krause
From: Guenter Roeck on Mon, Jul 7, 2014 at 11:57 PM wrote Subject: Re: Fwd: Allyesconfig for powerpc still Failing To: Nick Krause , "linux-kernel@vger.kernel.org" , "linuxppc-...@lists.ozlabs.org" On 07/07/2014 08:38 PM, Nick Krause wrote: > > On 07/07/2014 07:45 PM, Nick Krause wrote: >> >>

Re: Fwd: shx3_defconfig Fails

2014-07-07 Thread Guenter Roeck
On 07/07/2014 09:29 PM, Nick Krause wrote: Guenter Roeck work on Tue, Jul 8, 2014 at 12:00 AM Subject: Re: shx3_defconfig Fails On 07/07/2014 08:32 PM, Greg KH wrote: On Mon, Jul 07, 2014 at 11:04:23PM -0400, Nick Krause wrote: Hey Greg and others, The build, shx3_defconfig seems to be

Re: [PATCH 00/14] cpufreq: cpu0: Extend support beyond CPU0, V2

2014-07-07 Thread Viresh Kumar
On 4 July 2014 09:51, Viresh Kumar wrote: > Yeah, having something like what you suggested from DT is the perfect > solution to get over this. The only reason why I am not touching that here > is to not delay other patches just because of that. > > There are separate threads going on for that and

Re: [PATCH] [RFC] CMA: clear buffer-head lru before page migration

2014-07-07 Thread Andrew Morton
On Tue, 08 Jul 2014 13:44:04 +0900 Gioh Kim wrote: > 2014-07-08 __ 7:52, Andrew Morton ___ ___: > > On Fri, 04 Jul 2014 17:25:09 +0900 Gioh Kim wrote: > > > >> From: Gioh Kim > >> Date: Fri, 4 Jul 2014 16:53:22 +0900 > >> Subject: [PATCH] [RFC] CMA: clear buffer-head lru before page

Re: Fwd: shx3_defconfig Fails

2014-07-07 Thread Guenter Roeck
On 07/07/2014 09:29 PM, Nick Krause wrote: Guenter Roeck work on Tue, Jul 8, 2014 at 12:00 AM Subject: Re: shx3_defconfig Fails On 07/07/2014 08:32 PM, Greg KH wrote: On Mon, Jul 07, 2014 at 11:04:23PM -0400, Nick Krause wrote: Hey Greg and others, The build, shx3_defconfig seems to be

Re: [PATCH v10 1/7] mm: support madvise(MADV_FREE)

2014-07-07 Thread Minchan Kim
Hello Zhang, On Tue, Jul 08, 2014 at 11:54:12AM +0800, Zhang Yanfei wrote: > Hi Minchan, > > On 07/07/2014 08:53 AM, Minchan Kim wrote: > > Linux doesn't have an ability to free pages lazy while other OS > > already have been supported that named by madvise(MADV_FREE). > > > > The gain is clear

Re: [PATCH] [RFC] CMA: clear buffer-head lru before page migration

2014-07-07 Thread Gioh Kim
It's my fault. I'm going to send another patch ASAP. 2014-07-08 오전 7:52, Andrew Morton 쓴 글: On Fri, 04 Jul 2014 17:25:09 +0900 Gioh Kim wrote: From: Gioh Kim Date: Fri, 4 Jul 2014 16:53:22 +0900 Subject: [PATCH] [RFC] CMA: clear buffer-head lru before page migration When CMA try to

Re: [PATCH] KVM: nVMX: Fix IRQs inject to L2 which belong to L1 since race

2014-07-07 Thread Bandan Das
Wanpeng Li writes: ... > > As Jan metioned in http://www.spinics.net/lists/kvm/msg105238.html, "In any > case, > unconditionally setting KVM_REQ_EVENT seems strange and should be changed." > Your > trick still keep the unconditionally setting KVM_REQ_EVENT which is the root > cause > of the

Re: [PATCH] net: arcnet: Remove "#define bool int"

2014-07-07 Thread David Miller
From: Rasmus Villemoes Date: Wed, 2 Jul 2014 14:12:01 +0200 > The header file include/linux/arcdevice.h #defines bool to int, if > bool is not already #defined. However, the files which use that header > file seem to rely on that #define (unconditionally) being in effect: > the prototypes for

[PATCH] KVM: x86: Check for nested events if there is an injectable interrupt

2014-07-07 Thread Bandan Das
With commit b6b8a1451fc40412c57d1 that introduced vmx_check_nested_events, checks for injectable interrupts happen at different points in time for L1 and L2 that could potentially cause a race. The regression occurs because KVM_REQ_EVENT is always set when nested_run_pending is set even if

Fwd: shx3_defconfig Fails

2014-07-07 Thread Nick Krause
Guenter Roeck work on Tue, Jul 8, 2014 at 12:00 AM Subject: Re: shx3_defconfig Fails On 07/07/2014 08:32 PM, Greg KH wrote: > > On Mon, Jul 07, 2014 at 11:04:23PM -0400, Nick Krause wrote: >> >> Hey Greg and others, >> The build, shx3_defconfig seems to be failing. > > > In what kernel version?

Re: [PATCH V8 0/9] PCI: Add SPEAr13xx PCie support

2014-07-07 Thread Viresh Kumar
On Tue, Jul 8, 2014 at 9:21 AM, Mohit KUMAR DCG wrote: > - These patches are rebased over 3-16-rc3 to go through arm-soc tree. > Somehow we are having 'sync' issue in providing web link for spear public > repository with these patches. > > It will be resolve soon, and I will provide the link. I

Re: [PATCH] net: Fix NETDEV_CHANGE notifier usage causing spurious arp flush

2014-07-07 Thread David Miller
From: Loic Prylli Date: Tue, 1 Jul 2014 21:39:43 -0700 > A bug was introduced in NETDEV_CHANGE notifier sequence causing the > arp table to be sometimes spuriously cleared (including manual arp > entries marked permanent), upon network link carrier changes. > > The changed argument for the

Re: [PATCH 1/2] phy: Kconfig: Re-organize Exynos USB 2.0 PHY configs

2014-07-07 Thread Sachin Kamat
On Mon, Jun 30, 2014 at 2:26 PM, Sachin Kamat wrote: > Since the USB 2.0 PHYs are required only with EHCI/OHCI USB drivers, > make it depend on them and default to ARCH_EXYNOS as they are meant > for Exynos platforms. Also, make the sub-drivers silent options enabling > them based on the SoC

Fwd: Compile issues with se7206_defconfig

2014-07-07 Thread Nick Krause
Guenter Roeck work on Tue, Jul 8, 2014 at 12:03 AM Subject: Re: Compile issues with se7206_defconfig To: Nick Krause , "linux-kernel@vger.kernel.org" On 07/07/2014 07:56 PM, Nick Krause wrote: > > There seems to me a build issue with this config. I will paste my logs > for this build below

Re: linux-next: build failure after merge of the iommu tree

2014-07-07 Thread Alex Williamson
On Tue, 2014-07-08 at 14:02 +1000, Stephen Rothwell wrote: > Hi Joerg, > > After merging the iommu tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > arch/powerpc/platforms/built-in.o:(.opd+0x29e8): multiple definition of > `iommu_device_destroy' >

Re: [PATCH 2/2] sched: Rewrite per entity runnable load average tracking

2014-07-07 Thread Yuyang Du
Thanks, Peter. On Mon, Jul 07, 2014 at 12:46:46PM +0200, Peter Zijlstra wrote: > > That tg->load_avg cacheline is already red hot glowing, and you've just > increased the amount of updates to it.. That's not going to be pleasant. > Logically, this rewrite updates tg->load_avg as soon as it is

linux-next: build failure after merge of the iommu tree

2014-07-07 Thread Stephen Rothwell
/powerpc/kernel/built-in.o:(.opd+0x5610): first defined here Caused by commit c61959ecbbc6 ("iommu: Add sysfs support for IOMMUs"). CONFIG_IOMMU_API is not set for this build. Forgotten "static inline"s :-( I have used the iommu tree from next-20140707 for today. -- Chee

Re: Compile issues with se7206_defconfig

2014-07-07 Thread Guenter Roeck
On 07/07/2014 07:56 PM, Nick Krause wrote: There seems to me a build issue with this config. I will paste my logs for this build below this message. Cheers Nick scripts/mod/empty.c:1:0: error: cannot use atomic model soft-imask in user mode /* empty file to figure out endianness / word size */

Re: [PATCH 1/3] PCI/MSI: Add pci_enable_msi_partial()

2014-07-07 Thread Michael Ellerman
On Wed, 2014-07-02 at 14:22 -0600, Bjorn Helgaas wrote: > On Tue, Jun 10, 2014 at 03:10:30PM +0200, Alexander Gordeev wrote: > > There are PCI devices that require a particular value written > > to the Multiple Message Enable (MME) register while aligned on > > power of 2 boundary value of

Re: shx3_defconfig Fails

2014-07-07 Thread Guenter Roeck
On 07/07/2014 08:32 PM, Greg KH wrote: On Mon, Jul 07, 2014 at 11:04:23PM -0400, Nick Krause wrote: Hey Greg and others, The build, shx3_defconfig seems to be failing. In what kernel version? Has it ever worked? Why not ask the maintainer of that arch about it? I doubt many people ever use

Re: Fwd: Allyesconfig for powerpc still Failing

2014-07-07 Thread Guenter Roeck
On 07/07/2014 08:38 PM, Nick Krause wrote: On 07/07/2014 07:45 PM, Nick Krause wrote: Today I tested the allyesconfig for powerpc and it seems to be still failing according to my tests. Below are the error messages I get before the jobs finish and exit failing the build. Cheers Nick

Re: [PATCH v10 1/7] mm: support madvise(MADV_FREE)

2014-07-07 Thread Zhang Yanfei
Hi Minchan, On 07/07/2014 08:53 AM, Minchan Kim wrote: > Linux doesn't have an ability to free pages lazy while other OS > already have been supported that named by madvise(MADV_FREE). > > The gain is clear that kernel can discard freed pages rather than > swapping out or OOM if memory pressure

Re: [PATCH] net: qmi_wwan: Add ID for Telewell TW-LTE 4G v2

2014-07-07 Thread David Miller
From: Bernd Wachter Date: Tue, 01 Jul 2014 22:01:09 +0300 > There's a new version of the Telewell 4G modem working with, but not > recognized by this driver. > > Signed-off-by: Bernd Wachter Applied and queued up for -stable, thanks. -- To unsubscribe from this list: send the line

RE: [PATCH V8 0/9] PCI: Add SPEAr13xx PCie support

2014-07-07 Thread Mohit KUMAR DCG
ill be resolve soon, and I will provide the link. > > [ The patchset applies fine to next-20140707 after fixing trivial > reject in drivers/pci/host/Makefile in patch #8. To make it build > the following line from patch #8 needs to be dropped: > > + spin_lock_init(>conf_lock);

Re: [PATCH 1/1] ARM: imx: use PTR_ERR_OR_ZERO

2014-07-07 Thread Sachin Kamat
Hi Shawn, On Mon, Jul 7, 2014 at 11:25 AM, Shawn Guo wrote: > On Fri, Jul 04, 2014 at 09:03:10PM +0200, Fabian Frederick wrote: >> replace IS_ERR/PTR_ERR >> >> Cc: Shawn Guo >> Cc: Sascha Hauer >> Cc: linux-arm-ker...@lists.infradead.org >> Signed-off-by: Fabian Frederick > > Applied, thanks.

Re: [PATCH 0/3] dra7: Add PCIe support

2014-07-07 Thread Pratyush Anand
On Sat, Jul 5, 2014 at 11:02 PM, Bjorn Helgaas wrote: > On Wed, Jun 25, 2014 at 11:26:44PM +0530, Kishon Vijay Abraham I wrote: >> [1] is split into separate series in order for individual subsystem >> Maintainers to pick up the patches. This series handles the PCIe >> support for DRA7. >> >>

Re: shx3_defconfig Fails

2014-07-07 Thread Greg KH
On Mon, Jul 07, 2014 at 11:04:23PM -0400, Nick Krause wrote: > Hey Greg and others, > The build, shx3_defconfig seems to be failing. In what kernel version? Has it ever worked? Why not ask the maintainer of that arch about it? I doubt many people ever use defconfig files anymore... thanks,

sh -allyesconfig Fails

2014-07-07 Thread Nick Krause
Hey guys, shallyesconfig seems to still be failing. Below this message are the logs for this failing build. Cheers Nick scripts/kconfig/conf --silentoldconfig Kconfig CHK include/config/kernel.release CHK include/generated/uapi/linux/version.h :1:0: error: cannot use atomic model

Re: [PATCH] powerpc: Disable RELOCATABLE for COMPILE_TEST with PPC64

2014-07-07 Thread Benjamin Herrenschmidt
On Mon, 2014-07-07 at 20:03 -0700, Guenter Roeck wrote: > ping ... > > Ben, I know this is not perfect, but on the other side it is simple > and would be easy to backport. With this in place, a complete/clean > fix would not be as urgent. Any chance to get it applied ? Yes, that definitely

sh allmodconfig Fails

2014-07-07 Thread Nick Krause
Hey Kirill and other maintainers , When building sh allmodconfig I hit errors in a file you guys maintain. I will paste below this log the issues with the build and their respective errors. Cheers Nick :) :1:0: error: cannot use atomic model soft-imask in user mode :1:0: error: cannot use atomic

Re: [PATCH v3 01/12] sched: fix imbalance flag reset

2014-07-07 Thread Preeti U Murthy
On 06/30/2014 09:35 PM, Vincent Guittot wrote: > The imbalance flag can stay set whereas there is no imbalance. > > Let assume that we have 3 tasks that run on a dual cores /dual cluster system. > We will have some idle load balance which are triggered during tick. > Unfortunately, the tick is

Fwd: Allyesconfig for powerpc still Failing

2014-07-07 Thread Nick Krause
On Mon, Jul 7, 2014 at 11:03 PM wrote Benjamin Herrenschmidt On Mon, 2014-07-07 at 22:45 -0400, Nick Krause wrote: > Today I tested the allyesconfig for powerpc and it seems to be still > failing according to my tests. > Below are the error messages I get before the jobs finish and exit >

linux-next: build failure after merge of the regulator tree

2014-07-07 Thread Stephen Rothwell
act8865_pdata_from_dt(struct device *dev, ^ Caused by commit 7160912a8c55 ("regulator: act8865: add support for act8846"). I have used the regulator tree from next-20140707 for today. -- Cheers, Stephen Rothwells...@canb.auug.org.au signature.asc D

Re: Allyesconfig for powerpc still Failing

2014-07-07 Thread Nick Krause
Just hoped this log may help you in your issues with the train wreck. If you need any help with the issues here please let me know. Cheers Nick :) On Mon, Jul 7, 2014 at 11:03 PM, Benjamin Herrenschmidt wrote: > On Mon, 2014-07-07 at 22:45 -0400, Nick Krause wrote: >> Today I tested the

Re: Allyesconfig for powerpc still Failing

2014-07-07 Thread Guenter Roeck
On 07/07/2014 07:45 PM, Nick Krause wrote: Today I tested the allyesconfig for powerpc and it seems to be still failing according to my tests. Below are the error messages I get before the jobs finish and exit failing the build. Cheers Nick arch/powerpc/kernel/exceptions-64s.S: Assembler

Re: Allyesconfig for powerpc still Failing

2014-07-07 Thread Benjamin Herrenschmidt
On Mon, 2014-07-07 at 22:45 -0400, Nick Krause wrote: > Today I tested the allyesconfig for powerpc and it seems to be still > failing according to my tests. > Below are the error messages I get before the jobs finish and exit > failing the build. > Cheers Nick >

shx3_defconfig Fails

2014-07-07 Thread Nick Krause
Hey Greg and others, The build, shx3_defconfig seems to be failing. Below this message are the logs. Please note they are pretty long as the errors were not in the same subsystems from what I get from reading the trace. Cheers Nick net/ipv4/ping.c: In function ‘ping_err’: net/ipv4/ping.c:547:37:

Re: [PATCH] powerpc: Disable RELOCATABLE for COMPILE_TEST with PPC64

2014-07-07 Thread Guenter Roeck
ping ... Ben, I know this is not perfect, but on the other side it is simple and would be easy to backport. With this in place, a complete/clean fix would not be as urgent. Any chance to get it applied ? Nick, this doesn't fix the allyesconfig build - it still fails with relocation errors. But

Re: [PATCH 2/3] ARM: dts: Update the parent for Audss clocks in Exynos5420

2014-07-07 Thread Tushar Behera
On 07/08/2014 05:04 AM, Kukjin Kim wrote: > On 07/01/14 20:59, Tushar Behera wrote: >> On 06/27/2014 08:18 PM, Kevin Hilman wrote: >>> On Fri, Jun 27, 2014 at 7:18 AM, Kevin Hilman >>> wrote: On Thu, Jun 26, 2014 at 8:38 PM, Tushar Behera wrote: > Would you please provide me

Compile issues with se7206_defconfig

2014-07-07 Thread Nick Krause
There seems to me a build issue with this config. I will paste my logs for this build below this message. Cheers Nick scripts/mod/empty.c:1:0: error: cannot use atomic model soft-imask in user mode /* empty file to figure out endianness / word size */ ^ make[2]: *** [scripts/mod/empty.o] Error 1

Re: linux-next: build failure after merge of the net tree

2014-07-07 Thread David Miller
From: Stephen Rothwell Date: Fri, 4 Jul 2014 11:39:07 +1000 > After merging the net tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > ERROR: "phy_resume" [drivers/net/ethernet/stmicro/stmmac/stmmac.ko] undefined! > > Caused by commit 0acf16768740 ("net: stmmac: add

Re: [Intel-gfx] [PATCH 5/5] drm/i915: Kick out vga console

2014-07-07 Thread Ed Tomlinson
Hi Daniel, The patch below also works. You can use my Tested By for it. Thanks Ed Tomlinson PS. I _really_ need to get a serial console working on my i7 box. On Monday 07 July 2014 14:26:54 Daniel Vetter wrote: > On Mon, Jul 07, 2014 at 06:45:49AM -0400, Ed Tomlinson wrote: > > Daniel, > >

Re: [PATCH] modules: Fix build error in moduleloader.h

2014-07-07 Thread Masami Hiramatsu
(2014/07/08 8:40), Rusty Russell wrote: > Steven Rostedt writes: >> Fengguang Wu's build bot detected that if moduleloader.h is included in >> a C file (used by ftrace and kprobes to access module_alloc() when >> available), that it can fail to build if CONFIG_MODULES and >>

Re: [PATCH] sched/rt: overrun could happen in start_hrtick_dl

2014-07-07 Thread xiaofeng.yan
On 2014/7/8 10:40, Li Zefan wrote: On 2014/7/8 9:10, xiaofeng.yan wrote: On 2014/7/7 16:41, Peter Zijlstra wrote: On Fri, Jul 04, 2014 at 12:02:21PM +, xiaofeng.yan wrote: It could be wrong for the precision of runtime and deadline when the precision is within microsecond level. For

Fwd: Compiler Tests

2014-07-07 Thread Nick Krause
-- Forwarded message -- From: Nick Krause Date: Mon, Jul 7, 2014 at 10:13 PM Subject: Fwd: Compiler Tests To: Levente Kurusa Cc: "linux-kernel@vger.kernel.org" -- Forwarded message -- From: Nick Krause Date: Mon, Jul 7, 2014 at 6:45 PM Subject: Fwd: Compiler

[PATCH 2/2] SCHED: allow wait_on_bit_action functions to support a timeout.

2014-07-07 Thread NeilBrown
It is currently not possible for various wait_on_bit functions to implement a timeout. While the "action" function that is called to do the waiting could certainly use schedule_timeout(), there is no way to carry forward the remaining timeout after a false wake-up. As false-wakeups a clearly

[PATCH 1/2] SCHED: remove proliferation of wait_on_bit action functions.

2014-07-07 Thread NeilBrown
The current "wait_on_bit" interface requires an 'action' function to be provided which does the actual waiting. There are over 20 such functions, many of them identical. Most cases can be satisfied by one of just two functions, one which uses io_schedule() and one which just uses schedule(). So:

[PATCH 0/2] Improve wait_on_bit interface.

2014-07-07 Thread NeilBrown
Hi Linus (hoping to get through your spam filter :-) I wonder if you would consider applying these patches directly? I originally sent them to Peter Zijlstra who was happy with them and they went into "tip" for a while http://lkml.iu.edu/hypermail/linux/kernel/1405.2/01678.html however

Allyesconfig for powerpc still Failing

2014-07-07 Thread Nick Krause
Today I tested the allyesconfig for powerpc and it seems to be still failing according to my tests. Below are the error messages I get before the jobs finish and exit failing the build. Cheers Nick arch/powerpc/kernel/exceptions-64s.S: Assembler messages: arch/powerpc/kernel/exceptions-64s.S:1331:

Re: [PATCH] sched/rt: overrun could happen in start_hrtick_dl

2014-07-07 Thread Li Zefan
On 2014/7/8 9:10, xiaofeng.yan wrote: > On 2014/7/7 16:41, Peter Zijlstra wrote: >> On Fri, Jul 04, 2014 at 12:02:21PM +, xiaofeng.yan wrote: >>> It could be wrong for the precision of runtime and deadline >>> when the precision is within microsecond level. For example: >>> Task runtime

Re: [PATCH net-next v1 2/2] netpoll: avoid reference leaks

2014-07-07 Thread David Miller
From: David Decotigny Date: Mon, 30 Jun 2014 16:50:10 -0700 > This ensures that the ndo_netpoll_cleanup callback is called for every > device that provides one. Otherwise there is a risk of reference leak > with bonding for example, which depends on this callback to cleanup > the slaves'

Fwd: adi-buildroot-de...@lists.sourceforge.net linux-kernel@vger.kernel.org

2014-07-07 Thread Nick Krause
-- Forwarded message -- From: Nick Krause Date: Mon, Jul 7, 2014 at 10:27 PM Subject: adi-buildroot-de...@lists.sourceforge.net linux-kernel@vger.kernel.org To: real...@gmail.com Hey guys , Since the errors I get for BF561-ACVILON_defconfig not compiling link to a failure in a

Re: [PATCH v2] power: poweroff: gpio: convert to use descriptors

2014-07-07 Thread Alexandre Courbot
On 07/07/2014 07:34 PM, Linus Walleij wrote: This switches the GPIO poweroff driver to use GPIO descriptors rather than numeral GPIOs. We get rid of the specific inversion handling as GPIO descriptors know if they are active low or high and can assert the line properly, so we do not need to

Fwd: Compiler Tests

2014-07-07 Thread Nick Krause
-- Forwarded message -- From: Nick Krause Date: Mon, Jul 7, 2014 at 6:45 PM Subject: Fwd: Compiler Tests To: lkur...@redhat.com Cc: "linux-kernel@vger.kernel.org" On Mon, Jul 7, 2014 at 4:31 PM Levente Kurusa wrote Subject: Re: Compiler Tests To: Nick Krause Hi, 2014-07-07

Re: [PATCH v2 4/4] Staging: rts5208: Fix a format specifier for dev_err

2014-07-07 Thread micky
On 07/07/2014 03:10 PM, Fabio Falzoi wrote: Fix an incorrect use of the %d format specifier in dev_err that caused a warning. Signed-off-by: Fabio Falzoi --- drivers/staging/rts5208/rtsx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rts5208/rtsx.c

Re: [PATCH v2 2/4] Staging: rts5208: Replace custom macro with print_hex_dump_bytes

2014-07-07 Thread micky
On 07/07/2014 03:10 PM, Fabio Falzoi wrote: Use print_hex_dump_bytes to have memory properly dumped only when DEBUG is defined. Signed-off-by: Fabio Falzoi --- drivers/staging/rts5208/ms.c| 4 ++-- drivers/staging/rts5208/rtsx_chip.c | 4 ++-- drivers/staging/rts5208/rtsx_scsi.c

[PATCH v3 2/2] spi: add driver for Rockchip RK3xxx SoCs integrated SPI

2014-07-07 Thread Addy Ke
In order to facilitate understanding, rockchip SPI controller IP design looks similar in its registers to designware. But IC implementation is different from designware, So we need a dedicated driver for Rockchip RK3XXX SoCs integrated SPI. The main differences: - dma request line: rockchip SPI

Re: mpt2sas stuck installing

2014-07-07 Thread Joe Lawrence
On Fri, 4 Jul 2014, Joe Julian wrote: > On 07/03/2014 10:32 PM, Joe Lawrence wrote: > > On Thu, Jul 3 2014 Joe Julian wrote: > > > I have a knox enclosure with an unresponsive drive. When the mpt2sas > > > module is loaded the module loading process hangs. modprobe/insmod is > > > stuck and any

Re: [PATCH 05/18] power: reset: Add AT91 reset driver

2014-07-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 11:06 Fri 04 Jul , Maxime Ripard wrote: > On Fri, Jul 04, 2014 at 09:14:43AM +0200, Boris BREZILLON wrote: > > On Fri, 4 Jul 2014 11:08:20 +0800 > > Jean-Christophe PLAGNIOL-VILLARD wrote: > > > > > > > > On Jul 3, 2014, at 10:59 PM, Maxime Ripard > > > wrote: > > > > > > > On Thu,

Re: [PATCH 4/4] kvm, mem-hotplug: Update apic access page when it is migrated.

2014-07-07 Thread Tang Chen
Hi Nadav, Thanks for the reply, please see below. On 07/07/2014 08:10 PM, Nadav Amit wrote: On 7/7/14, 2:54 PM, Gleb Natapov wrote: On Mon, Jul 07, 2014 at 02:42:27PM +0300, Nadav Amit wrote: Tang, Running some (unrelated) tests I see that KVM does not handle APIC base relocation correctly.

Re: [PATCH 6/8] phy: core: Support regulator supply for PHY power

2014-07-07 Thread Greg KH
On Mon, Jul 07, 2014 at 12:18:23PM +0530, Kishon Vijay Abraham I wrote: > From: Roger Quadros > > Some PHYs can be powered by an external power regulator. > e.g. USB_HS PHY on DRA7 SoC. Make the PHY core support a > power regulator. > > Signed-off-by: Roger Quadros > Signed-off-by: Kishon

Re: [PATCH 5/8] phy: core: Fix error path in phy_create()

2014-07-07 Thread Greg KH
On Mon, Jul 07, 2014 at 12:18:22PM +0530, Kishon Vijay Abraham I wrote: > From: Roger Quadros > > Prevent resources from being freed twice in case device_add() call > fails within phy_create(). Also use ida_simple_remove() instead of > ida_remove() as we had used ida_simple_get() to allocate the

[PATCH RESEND] ARM: dts: Restructure imx6qdl-wandboard.dtsi for new rev C1 board.

2014-07-07 Thread George Joseph
The rev C1 Wandboard uses the Broadcom 4330 for WiFi and Bluetooth instead of the 4329. This changes the PADS assigned for the control lines. Another side effect of the change is that on the rev C1 board, usdhc driver can't detect the chip presence correctly so usdhc2 now needs its

Re: [PATCH 3/8] phy: phy-samsung-usb2: Change phy power on/power off sequence

2014-07-07 Thread Greg KH
On Mon, Jul 07, 2014 at 12:18:20PM +0530, Kishon Vijay Abraham I wrote: > From: Kamil Debski > > The Exynos4412 USB 2.0 PHY hardware differs from the description provided > in the documentation. Some register bits have different function. This > patch fixes the defines of register bits and

Re: mm: slub: invalid memory access in setup_object

2014-07-07 Thread Wei Yang
On Mon, Jul 07, 2014 at 08:51:08AM -0500, Christoph Lameter wrote: >On Thu, 3 Jul 2014, Wei Yang wrote: > >> Here is my refined version, hope this is more friendly to the audience. > >Acked-by: Christoph Lameter Thanks. I am glad to work with you. -- Richard Yang Help you, Help me -- To

Re: [PATCH v10 7/7] mm: Don't split THP page when syscall is called

2014-07-07 Thread Minchan Kim
On Mon, Jul 07, 2014 at 02:13:03PM +0300, Kirill A. Shutemov wrote: > On Mon, Jul 07, 2014 at 09:53:58AM +0900, Minchan Kim wrote: > > We don't need to split THP page when MADV_FREE syscall is > > called. It could be done when VM decide really frees it so > > we could reduce the number of THP

Re: [PATCH v2 4/7] clk: tegra: Enable hardware control of SATA PLL

2014-07-07 Thread Andrew Bresticker
On Wed, Jun 18, 2014 at 7:23 AM, Mikko Perttunen wrote: > This makes the SATA PLL be controlled by hardware instead of software. > This is required for working SATA support. > > Signed-off-by: Mikko Perttunen > Acked-by: Stephen Warren I know Peter sent a pull request including this patch

[PATCH 1/3] mfd: pm8921: Expose pm8xxx_read_irq_status

2014-07-07 Thread Bjorn Andersson
Most status bits, e.g. for GPIO and MPP input, is retrieved by reading the interrupt status registers, so this needs to be exposed to clients. Signed-off-by: Bjorn Andersson --- drivers/mfd/pm8921-core.c | 36 include/linux/mfd/pm8921-core.h | 32

[PATCH 0/3] Qualcomm pm8xxx gpio driver

2014-07-07 Thread Bjorn Andersson
This is device tree bindings as well as a driver for the gpio blocks found in Qualcomm pm8018, pm8038, pm8058, pm8917 and pm8921 pmic chips. The first patch extends the pm8921-core to expose a function to read out the "RT status" of an interrupt pin. This is the way input many input values are

[PATCH 2/3] pinctrl: Device tree bindings for Qualcomm pm8xxx gpio block

2014-07-07 Thread Bjorn Andersson
This introduced the device tree bindings for the gpio block found in pm8018, pm8038, pm8058, pm8917 and pm8921 pmics from Qualcomm. Signed-off-by: Bjorn Andersson --- .../bindings/pinctrl/qcom,pm8xxx-gpio.txt | 230 include/dt-bindings/pinctrl/qcom,pm8xxx-gpio.h

[PATCH 3/3] pinctrl: Introduce pinctrl driver for Qualcomm pm8xxx

2014-07-07 Thread Bjorn Andersson
This introduces a pinctrl, pinconf, pinmux and gpio driver for the gpio block found in pm8018, pm8038, pm8058, pm8917 and pm8921 pmics from Qualcomm. Signed-off-by: Bjorn Andersson --- drivers/pinctrl/Kconfig | 11 + drivers/pinctrl/Makefile |1 +

[PATCH 3.15 014/122] usb: musb: Ensure that cppi41 timer gets armed on premature DMA TX irq

2014-07-07 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner commit c58d80f523ffc15ef4d062fc7aeb03793fe39701 upstream. Some TI chips raise the DMA complete interrupt before the actual transfer has been completed. The code tries to busy

[PATCH 3.15 011/122] USB: option: add device ID for SpeedUp SU9800 usb 3g modem

2014-07-07 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Oliver Neukum commit 1cab4c68e339086cdaff7535848e878e8f261fca upstream. Reported by Alif Mubarak Ahmad: This device vendor and product id is 1c9e:9800 It is working as serial interface with

[PATCH 3.15 017/122] USB: ftdi_sio: fix null deref at port probe

2014-07-07 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Johan Hovold commit aea1ae8760314e072bf1b773521e9de5d5dda10d upstream. Fix NULL-pointer dereference when probing an interface with no endpoints. These devices have two bulk endpoints per

[PATCH 3.15 016/122] usb: chipidea: udc: delete td from reqs td list at ep_dequeue

2014-07-07 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Peter Chen commit e4adcff09ca39ecbcc4851d40d0f0a5458e7b77a upstream. We need to delete un-finished td from current request's td list at ep_dequeue API, otherwise, this non-user td will be

[PATCH 3.15 013/122] usb: musb: ux500: dont propagate the OF node

2014-07-07 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Linus Walleij commit 82363cf2eeafeea6ba88849f5e2febdc8a05943f upstream. There is a regression in the upcoming v3.16-rc1, that is caused by a problem that has been around for a while but now

[PATCH 3.15 021/122] rt2x00: fix rfkill regression on rt2500pci

2014-07-07 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Stanislaw Gruszka commit 616a8394b5df8c88f4dd416f4527439a4e365034 upstream. As reported by Niels, starting rfkill polling during device probe (commit e2bc7c5, generally sane change) broke

[PATCH 3.15 015/122] usb: musb: Fix panic upon musb_am335x module removal

2014-07-07 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Ezequiel Garcia commit 7adb5c876e9c0677078a1e1094c6eafd29c30b74 upstream. At probe time, the musb_am335x driver register its childs by calling of_platform_populate(), which registers all

[PATCH 3.15 023/122] mtd: nand: omap: fix BCHx ecc.correct to return detected bit-flips in erased-page

2014-07-07 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: pekon gupta commit f306e8c3b667632952f1a4a74ffb910bbc06255f upstream. fixes: commit 62116e5171e00f85a8d53f76e45b84423c89ff34 mtd: nand: omap2: Support for hardware BCH error

[PATCH 3.15 022/122] mtd: eLBC NAND: fix subpage write support

2014-07-07 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Pekon Gupta commit f034d87def51f026b735d1e2877e9387011b2ba3 upstream. As subpage write is enabled by default for all drivers, nand_write_subpage_hwecc causes a crash if the driver did not

[PATCH 3.15 000/122] 3.15.5-stable review

2014-07-07 Thread Greg Kroah-Hartman
This is the start of the stable review cycle for the 3.15.5 release. There are 122 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 me know. Responses should be made by Wed Jul 9 23:57:10 UTC 2014. Anything

[PATCH 3.15 024/122] mtd: pxa3xx_nand: make the driver work on big-endian systems

2014-07-07 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Thomas Petazzoni commit b7e460624f0f3c31150f3b09e75b0d009e22ba5f upstream. The pxa3xx_nand driver currently uses __raw_writel() and __raw_readl() to access I/O registers. However, those

[PATCH 3.15 026/122] drm/nouveau/kms/nv04-nv40: fix pageflip events via special case.

2014-07-07 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Mario Kleiner commit af4870e406126b7ac0ae7c7ce5751f25ebe60f28 upstream. Cards with nv04 display engine can't reliably use vblank counts and timestamps computed via drm_handle_vblank(), as the

[PATCH 3.15 020/122] rt2x00: disable TKIP on USB

2014-07-07 Thread Greg Kroah-Hartman
3.15-stable review patch. If anyone has any objections, please let me know. -- From: Stanislaw Gruszka commit 8edcb0ba0d56f5914eef11eda6db8bfe74eb9ca8 upstream. On USB we can not get atomically TKIP key. We have to disable support for TKIP acceleration on USB hardware to

  1   2   3   4   5   6   7   8   9   10   >