Request to include Mailbox tree in linux-next

2014-08-05 Thread Jassi Brar
Hi Stephen, The framework for Mailbox has undergone 10 revisions over the last one year, which has garnered support in the form of 'Reviewed-by' and 'looks good enough to be merged in this window' from people in the CC list. Could you please add it to linux-next? Tree: git://git.linaro.o

Re: [PATCH/RFC v4 00/21] LED / flash API integration

2014-08-05 Thread Sakari Ailus
Hi Jacek, On Fri, Jul 11, 2014 at 04:04:03PM +0200, Jacek Anaszewski wrote: ... > 1) Who should register V4L2 Flash sub-device? > > LED Flash Class devices, after introduction of the Flash Manager, > are not tightly coupled with any media controller. They are maintained > by the Flash Manager and

Re: [RFC 3/3] zram: limit memory size for zram

2014-08-05 Thread Minchan Kim
On Tue, Aug 05, 2014 at 10:16:15PM +0900, Sergey Senozhatsky wrote: > Hello, > > On (08/05/14 18:48), Minchan Kim wrote: > > Another idea: we could define void zs_limit_mem(unsinged long nr_pages) > > in zsmalloc and put the limit in zs_pool via new API from zram so that > > zs_malloc could be fai

RE: Oops: 17 SMP ARM (v3.16-rc2)

2014-08-05 Thread Mattis Lorentzon
Hi Fabio, > Could this problem be the same one as reported at: > http://www.spinics.net/lists/arm-kernel/msg347914.html ? The problem you link to describes a permanent issue, our problem seems to be sporadic as most of our tests work fine (at least for a while). > Which Ethernet PHY do you use?

Re: [osd-dev] [PATCH 13/15] exofs: fix decimal printf format specifiers prefixed with 0x

2014-08-05 Thread Boaz Harrosh
On 08/06/2014 07:44 AM, Hans Wennborg wrote: > The prefix suggests the number should be printed in hex, so use > the %x specifier to do that. > > Found by using regex suggested by Joe Perches. > > Signed-off-by: Hans Wennborg Thanks will push Boaz > --- > fs/exofs/dir.c | 2 +- > 1 file chang

Your Co-Partnership.

2014-08-05 Thread Ong Eng
I am Mr. Ong Eng Huat fund manager to Mr. Muhammad Hussein, I am contacting you over a business proposal partnership of $24,500,000.00 strictly for the purchase of choice properties in your country, if interested, get back to me. Mr. Ong Eng Huat. Email:ongeng_hu...@outlook.com -- To unsubscrib

RE: [PATCH v3] KVM: nVMX: nested TPR shadow/threshold emulation

2014-08-05 Thread Zhang, Yang Z
Paolo Bonzini wrote on 2014-08-05: > Il 05/08/2014 09:56, Zhang, Yang Z ha scritto: >> Wanpeng Li wrote on 2014-08-04: >>> This patch fix bug >>> https://bugzilla.kernel.org/show_bug.cgi?id=61411 >>> >>> TPR shadow/threshold feature is important to speed up the Windows guest. >>> Besides, it is a

Re: pull request: linux-firmware: update cxgb4 firmware

2014-08-05 Thread Hariprasad S
On Mon, Aug 04, 2014 at 13:48:31 -0400, Kyle McMartin wrote: > On Fri, Jun 27, 2014 at 05:39:11PM +0530, Hariprasad S wrote: > > Hi, > > > > Can you please pull from the following URL? > > git://git.chelsio.net/pub/git/linux-firmware.git for-upstream > > > > Trying to pull this for you right

Re: [GIT PULL] namespace updates for v3.17-rc1

2014-08-05 Thread Eric W. Biederman
Stephen Rothwell writes: > Hi Eric, > >> As for missing cool tags shrug. The people looking at my code didn't >> feel like saying the magic words so I didn't include cool tags. > > Maybe you should push them ... these tags are not just "cool", they > give less involved people some indications of

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

2014-08-05 Thread Stephen Rothwell
Hi all, After merging the powerpc tree, today's linux-next build (powerpc allyesconfig) failed like this: arch/powerpc/kernel/exceptions-64s.S: Assembler messages: arch/powerpc/kernel/exceptions-64s.S:865: Error: attempt to move .org backwards arch/powerpc/kernel/exceptions-64s.S:866: Error: atte

Re: [RFC PATCH] kprobes: arm: enable OPTPROBES for arm 32

2014-08-05 Thread Wang Nan
Thank you for your comments. I'm waiting for your test result and preparing the next version. Some response below. On 2014/8/6 12:44, Masami Hiramatsu wrote: > (2014/08/05 16:28), Wang Nan wrote: >> This patch introduce kprobeopt for ARM 32. > > Thanks you for the great work! This looks fine for

Re: [PATCH 0/2] new API to allocate buffer-cache for superblock in non-movable area

2014-08-05 Thread Gioh Kim
2014-08-02 오전 1:04, Peter Zijlstra 쓴 글: On Fri, Aug 01, 2014 at 05:24:59PM +0200, Jan Kara wrote: OK, makes sense. But then if there's heavy IO going on, anything that has IO pending on it is pinned and IO completion can easily take something close to a second or more. So meeting subsecond

Re: [GIT PULL] namespace updates for v3.17-rc1

2014-08-05 Thread Stephen Rothwell
Hi Eric, On Tue, 05 Aug 2014 22:16:06 -0700 ebied...@xmission.com (Eric W. Biederman) wrote: > > I am not certain what your point is. I am just trying to give Linus a heads up for branches that have not had much exposure before he is asked to pull them. > There have been no commits added since

Hi

2014-08-05 Thread KM
Can I talk to you, I will be very glad if you permit me to talk to you for an important deal. Regards, KM. -- 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://vger.kernel.org/majordomo-

Re: [PATCH RFC] sched: deferred set priority (dprio)

2014-08-05 Thread Mike Galbraith
On Tue, 2014-08-05 at 16:28 -0700, Sergey Oboguev wrote: > On Sun, Aug 3, 2014 at 2:56 AM, Mike Galbraith > wrote: > > > SCHED_NORMAL where priority escalation does not work as preemption proofing > > Remember, DPRIO is not for lock holders only. > > Using DPRIO within SCHED_NORMAL policy wou

[PATCH] random: remove the unused parameter to avoid the compile warning.

2014-08-05 Thread Xiubo Li
drivers/char/random.c: In function SYSC_getrandom: drivers/char/random.c:1526:6: warning: unused variable r [-Wunused-variable] int r; ^ Signed-off-by: Xiubo Li --- drivers/char/random.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/char/random.c b/drivers/char/random.c ind

[PATCH V2] Thermal: imx: add i.mx6sx thermal support

2014-08-05 Thread Anson Huang
i.MX6SX has some new features of thermal interrupt function, there are LOW, HIGH and PANIC irq for thermal sensor, so add platform data to separate different thermal version; The reset value of LOW ALARM is 0 which means the highest temp, so the LOW ALARM will be triggered once irq is enabled, so

Re: [GIT PULL] namespace updates for v3.17-rc1

2014-08-05 Thread Eric W. Biederman
Stephen Rothwell writes: > Hi Eric, > > On Tue, 05 Aug 2014 17:57:31 -0700 ebied...@xmission.com (Eric W. Biederman) > wrote: >> >> Please pull the for-linus branch from the git tree: >> >>git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace.git >> for-linus >> >>HEAD

RE: [PATCHv2] i2c: i2c-imx: Fix format warning for dev_dbg

2014-08-05 Thread li.xi...@freescale.com
Hi Jingoo, Thanks for your advice. This patch is mainly resolving the warning issue. And some thing like : 'i2c: i2c-imx: Fix format warning for dev_db' Could be more obvious. I think adding 'printf extension %pR for struct resource' to the commit comment will better. BRs Xiubo > -Orig

Re: [PATCH] cpufreq_opp.c: Fixed the __might_sleep by changing GFP_KERNEL to GFP_ATOMIC.

2014-08-05 Thread Viresh Kumar
On 6 August 2014 05:05, Rafael J. Wysocki wrote: >> https://lkml.org/lkml/2014/7/16/815 >> >> @Rafael: Have you already applied patch from above link? > > No, I haven't. Do we need it after all? I think yes, Right Stephen? :) -- To unsubscribe from this list: send the line "unsubscribe linux-ker

[GIT] Sparc

2014-08-05 Thread David Miller
1) Add sparc RAM output to /proc/iomem, from Bob Picco. 2) Allow seeks on /dev/mdesc, from Khalid Aziz. 3) Cleanup sparc64 I/O accessors, from Sam Ravnborg. 4) If update_mmu_cache{,_pmd}() is called with an not-valid mapping, do not insert it into the TLB miss hash tables otherwise we'll

[GIT] IDE

2014-08-05 Thread David Miller
Just one minor cleanup, please pull! The following changes since commit e7fda6c4c3c1a7d6996dd75fd84670fa0b5d448f: Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2014-08-05 17:46:42 -0700) are available in the git repository at: git://git.k

[PATCH 04/15] [media] dvb: fix decimal printf format specifiers prefixed with 0x

2014-08-05 Thread Hans Wennborg
The prefix suggests the number should be printed in hex, so use the %x specifier to do that. Found by using regex suggested by Joe Perches. Signed-off-by: Hans Wennborg --- drivers/media/dvb-frontends/mb86a16.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/dv

[PATCH 07/15] mwifiex: fix decimal printf format specifiers prefixed with 0x

2014-08-05 Thread Hans Wennborg
The prefix suggests the number should be printed in hex, so use the %x specifier to do that. Found by using regex suggested by Joe Perches. Signed-off-by: Hans Wennborg --- drivers/net/wireless/mwifiex/cfg80211.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wi

Re: [GIT PULL] namespace updates for v3.17-rc1

2014-08-05 Thread Stephen Rothwell
Hi Eric, On Tue, 05 Aug 2014 17:57:31 -0700 ebied...@xmission.com (Eric W. Biederman) wrote: > > Please pull the for-linus branch from the git tree: > >git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace.git > for-linus > >HEAD: 344470cac42e887e68cfb5bdfa6171baf27f1eb

[PATCH 08/15] rtlwifi: rtl8192de: fix decimal printf format specifiers prefixed with 0x

2014-08-05 Thread Hans Wennborg
The prefix suggests the number should be printed in hex, so use the %x specifier to do that. Found by using regex suggested by Joe Perches. Signed-off-by: Hans Wennborg --- drivers/net/wireless/rtlwifi/rtl8192de/fw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ne

[PATCH 09/15] pinctrl: pinctrl-at91.c: fix decimal printf format specifiers prefixed with 0x

2014-08-05 Thread Hans Wennborg
The prefix suggests the number should be printed in hex, so use the %x specifier to do that. Found by using regex suggested by Joe Perches. Signed-off-by: Hans Wennborg --- drivers/pinctrl/pinctrl-at91.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/pinctrl/pin

[PATCH 11/15] TTY: fix decimal printf format specifiers prefixed with 0x

2014-08-05 Thread Hans Wennborg
The prefix suggests the number should be printed in hex, so use the %x specifier to do that. Found by using regex suggested by Joe Perches. Signed-off-by: Hans Wennborg --- drivers/tty/moxa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/moxa.c b/drivers/tty/mo

[PATCH 15/15] ASoC: fix decimal printf format specifiers prefixed with 0x

2014-08-05 Thread Hans Wennborg
The prefix suggests the number should be printed in hex, so use the %x specifier to do that. Found by using regex suggested by Joe Perches. Signed-off-by: Hans Wennborg --- sound/soc/atmel/atmel_ssc_dai.c | 2 +- sound/soc/sh/dma-sh7760.c | 2 +- sound/soc/sh/rcar/gen.c | 6 +++---

Re: [RFC PATCH] kprobes: arm: enable OPTPROBES for arm 32

2014-08-05 Thread Masami Hiramatsu
(2014/08/05 16:28), Wang Nan wrote: > This patch introduce kprobeopt for ARM 32. Thanks you for the great work! This looks fine for me. I'd like to test it on my cortex-a9 board. > > Limitations: > - Currently only kernel compiled with ARM ISA is supported. It is good to start from ARM ISA, th

[PATCH 14/15] xfs: fix decimal printf format specifiers prefixed with 0x

2014-08-05 Thread Hans Wennborg
The prefix suggests the number should be printed in hex, so use the %x specifier to do that. Found by using regex suggested by Joe Perches. Signed-off-by: Hans Wennborg --- fs/xfs/xfs_discard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/xfs/xfs_discard.c b/fs/xfs/xfs

[PATCH 10/15] scsi: fix decimal printf format specifiers prefixed with 0x

2014-08-05 Thread Hans Wennborg
The prefix suggests the number should be printed in hex, so use the %x specifier to do that. Found by using regex suggested by Joe Perches. Signed-off-by: Hans Wennborg --- drivers/scsi/cxgbi/libcxgbi.c | 2 +- drivers/scsi/nsp32.c | 2 +- drivers/scsi/qla2xxx/qla_target.c | 2

[PATCH 13/15] exofs: fix decimal printf format specifiers prefixed with 0x

2014-08-05 Thread Hans Wennborg
The prefix suggests the number should be printed in hex, so use the %x specifier to do that. Found by using regex suggested by Joe Perches. Signed-off-by: Hans Wennborg --- fs/exofs/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/exofs/dir.c b/fs/exofs/dir.c index 4

[PATCH 12/15] usb: musb: ux500: fix decimal printf format specifiers prefixed with 0x

2014-08-05 Thread Hans Wennborg
The prefix suggests the number should be printed in hex, so use the %x specifier to do that. Found by using regex suggested by Joe Perches. Signed-off-by: Hans Wennborg --- drivers/usb/musb/ux500_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/musb/ux500_dm

[PATCH 06/15] vmxnet3: fix decimal printf format specifiers prefixed with 0x

2014-08-05 Thread Hans Wennborg
The prefix suggests the number should be printed in hex, so use the %x specifier to do that. Found by using regex suggested by Joe Perches. Signed-off-by: Hans Wennborg --- drivers/net/vmxnet3/vmxnet3_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/vmxnet3/

[PATCH 05/15] mfd: rtsx_usb: fix decimal printf format specifiers prefixed with 0x

2014-08-05 Thread Hans Wennborg
The prefix suggests the number should be printed in hex, so use the %x specifier to do that. Found by using regex suggested by Joe Perches. Signed-off-by: Hans Wennborg --- drivers/mfd/rtsx_usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/rtsx_usb.c b/driver

[PATCH 03/15] iommu/arm-smmu: fix decimal printf format specifiers prefixed with 0x

2014-08-05 Thread Hans Wennborg
The prefix suggests the number should be printed in hex, so use the %x specifier to do that. Found by using regex suggested by Joe Perches. Signed-off-by: Hans Wennborg --- drivers/iommu/arm-smmu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iommu/arm-smmu.c b/dr

[PATCH 02/15] cpufreq: fix decimal printf format specifiers prefixed with 0x

2014-08-05 Thread Hans Wennborg
The prefix suggests the number should be printed in hex, so use the %x specifier to do that. Found by using regex suggested by Joe Perches. Signed-off-by: Hans Wennborg --- drivers/cpufreq/speedstep-smi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/cpufreq/sp

[PATCH 01/15] sparc: fix decimal printf format specifiers prefixed with 0x

2014-08-05 Thread Hans Wennborg
The prefix suggests the number should be printed in hex, so use the %x specifier to do that. Found by using regex suggested by Joe Perches. Signed-off-by: Hans Wennborg --- arch/sparc/kernel/smp_32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sparc/kernel/smp_32.c

[PATCH 00/15] fix decimal printf format specifiers prefixed with 0x

2014-08-05 Thread Hans Wennborg
This is the second round of fixes, covering all the instances found with Joe Perches's regex from https://lkml.org/lkml/2014/8/3/128 in linux-next. I have tried to split it across the different subsystems and address the appropriate folks on each patch. Hans Wennborg (15): sparc: fix decimal pr

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

2014-08-05 Thread Stephen Rothwell
sed by commit e4d57e1ee1ab ("KVM: Move irq notifier implementation into eventfd.c"). This build does not have CONFIG_HAVE_KVM_IRQCHIP set ... I have used the kvm tree from next-20140805 for today. -- Cheers, Stephen Rothwells...@canb.auug.org.au signature.asc Description: PGP signature

Re: [PATCHv2] i2c: i2c-imx: Fix format warning for dev_dbg

2014-08-05 Thread Jingoo Han
On Wednesday, August 06, 2014 12:45 PM, Xiubo Li wrote: The subject of the commit looks too general. How about the following? i2c: i2c-imx: Use printf extension %pR for struct resource Best regards, Jingoo Han > > drivers/i2c/busses/i2c-imx.c: In function i2c_imx_probe() > drivers/i2c/busses/i

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

2014-08-05 Thread Greg KH
On Wed, Aug 06, 2014 at 11:39:35AM +1000, Stephen Rothwell wrote: > Hi, > > On Thu, 24 Jul 2014 00:44:52 -0700 Greg KH wrote: > > > > On Thu, Jul 24, 2014 at 05:07:55PM +1000, Stephen Rothwell wrote: > > > Hi Greg, > > > > > > After merging the usb tree, today's linux-next build (x86_64 allmodco

[PATCHv2] i2c: i2c-imx: Fix format warning for dev_dbg

2014-08-05 Thread Xiubo Li
drivers/i2c/busses/i2c-imx.c: In function i2c_imx_probe() drivers/i2c/busses/i2c-imx.c:689:2: warning: format 0x%x expects argument of type unsigned int, but argument 4 has type resource_size_t [-Wformat=] dev_dbg(&i2c_imx->adapter.dev, "device resources from 0x%x to 0x%x\n", ^ drivers/i2c/buss

Re: [PATCH v3 2/2] ARM : change fixmap mapping region to support 32 CPUs

2014-08-05 Thread Liu hua
于 2014/8/6 10:51, Kees Cook 写道: > On Fri, May 30, 2014 at 12:25 PM, Nicolas Pitre > wrote: >> On Fri, 30 May 2014, Rob Herring wrote: >> >>> There's work in flight to support early_ioremap, early console, and RO >>> text patching which all use the fixmap region. >>> >>> There's a couple of options

USB device descriptor read error with Eaton 5E UPS

2014-08-05 Thread Leith Bade
Hi, I recently purchased a new Easton 5E UPS. I plugged the USB cable into my computer so I could use the NUT UPS tools. However every so often NUT fails to connect to the device after a boot. Looking at dmesg I see errors like this: [3.277075] usb 1-9: new low-speed USB device number 6 using

RE: [PATCH] i2c: i2c-imx: Fix format warning for dev_dbg

2014-08-05 Thread li.xi...@freescale.com
> > drivers/i2c/busses/i2c-imx.c: In function i2c_imx_probe() > > drivers/i2c/busses/i2c-imx.c:689:2: warning: format 0x%x expects argument > > of type unsigned int, but argument 4 has type resource_size_t [-Wformat=] > > dev_dbg(&i2c_imx->adapter.dev, "device resources from 0x%x to 0x%x\n", > []

Re: [PATCH v3 2/2] ARM : change fixmap mapping region to support 32 CPUs

2014-08-05 Thread Nicolas Pitre
On Tue, 5 Aug 2014, Kees Cook wrote: > On Fri, May 30, 2014 at 12:25 PM, Nicolas Pitre > wrote: > > On Fri, 30 May 2014, Rob Herring wrote: > > > >> There's work in flight to support early_ioremap, early console, and RO > >> text patching which all use the fixmap region. > >> > >> There's a coupl

Re: [PATCH] i2c: i2c-imx: Fix format warning for dev_dbg

2014-08-05 Thread Joe Perches
On Wed, 2014-08-06 at 10:54 +0800, Xiubo Li wrote: > drivers/i2c/busses/i2c-imx.c: In function i2c_imx_probe() > drivers/i2c/busses/i2c-imx.c:689:2: warning: format 0x%x expects argument > of type unsigned int, but argument 4 has type resource_size_t [-Wformat=] > dev_dbg(&i2c_imx->adapter.dev, "

Re: [PATCH] ACPI/Processor: Add CPU_STARTING_FROZEN check in the acpi_cpu_soft_notify()

2014-08-05 Thread Lan Tianyu
On 2014年08月06日 09:30, Rafael J. Wysocki wrote: > On Friday, August 01, 2014 10:51:46 AM Lan Tianyu wrote: >> On 2014年08月01日 05:20, Rafael J. Wysocki wrote: >>> On Thursday, July 31, 2014 05:20:26 PM Lan Tianyu wrote: The callback of CPU_STARTING event can't sleep and so acpi_cpu_soft_not

Hi

2014-08-05 Thread KM
Can I talk to you, I will be very glad if you permit me to talk to you for an important deal. Regards KM -- 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://vger.kernel.org/majordomo-in

[PATCH] i2c: i2c-imx: Fix format warning for dev_dbg

2014-08-05 Thread Xiubo Li
drivers/i2c/busses/i2c-imx.c: In function i2c_imx_probe() drivers/i2c/busses/i2c-imx.c:689:2: warning: format 0x%x expects argument of type unsigned int, but argument 4 has type resource_size_t [-Wformat=] dev_dbg(&i2c_imx->adapter.dev, "device resources from 0x%x to 0x%x\n", ^ drivers/i2c/buss

Re: [PATCH] ASoC: fsl_sai: Add asynchronous mode support

2014-08-05 Thread Nicolin Chen
Hi Varka, On Tue, Aug 05, 2014 at 04:44:29PM +0530, Varka Bhadram wrote: > On 08/05/2014 04:37 PM, Nicolin Chen wrote: > >Hi Varka, > > > >On Tue, Aug 05, 2014 at 04:29:50PM +0530, Varka Bhadram wrote: > >>>diff --git a/Documentation/devicetree/bindings/sound/fsl-sai.txt > >>>b/Documentation/devi

linux-next: manual merge of the security tree with the mips tree

2014-08-05 Thread Stephen Rothwell
Hi James, Today's linux-next merge of the security tree got a conflict in Documentation/kernel-parameters.txt between commit fd1bb4c9fc2c ("MIPS: Document the cca= command-line parameter") from the mips tree and commit ffb70f61bab1 ("KEYS: validate certificate trust only with selected key") from t

Re: [PATCH v3 2/2] ARM : change fixmap mapping region to support 32 CPUs

2014-08-05 Thread Kees Cook
On Fri, May 30, 2014 at 12:25 PM, Nicolas Pitre wrote: > On Fri, 30 May 2014, Rob Herring wrote: > >> There's work in flight to support early_ioremap, early console, and RO >> text patching which all use the fixmap region. >> >> There's a couple of options to solve this: >> >> - Only support up to

Re: [PATCH 3.15 00/42] 3.15.9-stable review

2014-08-05 Thread Greg Kroah-Hartman
On Tue, Aug 05, 2014 at 07:35:42PM -0700, Guenter Roeck wrote: > On 08/05/2014 11:13 AM, Greg Kroah-Hartman wrote: > >This is the start of the stable review cycle for the 3.15.9 release. > >There are 42 patches in this series, all will be posted as a response > >to this one. If anyone has any issu

Re: [PATCH 3.15 00/42] 3.15.9-stable review

2014-08-05 Thread Guenter Roeck
On 08/05/2014 11:13 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.15.9 release. There are 42 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 ma

Re: [PATCH] staging: comedi: drivers.c: fix checkpatch code style issue

2014-08-05 Thread Joe Perches
On Wed, 2014-08-06 at 03:53 +0300, Dzonatans Melgalvis wrote: > Fixing checkpatch warning - blank line missing after declaration. [] > diff --git a/drivers/staging/comedi/drivers.c > b/drivers/staging/comedi/drivers.c [] > @@ -440,6 +440,7 @@ static void *comedi_recognize(struct comedi_driver *dri

Re: [PATCH 3.14 00/39] 3.14.16-stable review

2014-08-05 Thread Guenter Roeck
On 08/05/2014 11:13 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.14.16 release. There are 39 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 m

Re: [PATCH 3.10 00/27] 3.10.52-stable review

2014-08-05 Thread Guenter Roeck
On 08/05/2014 11:13 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.10.52 release. There are 27 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 m

Re: [PATCH v2] irqchip: gic: Allow gic_arch_extn hooks to call into scheduler

2014-08-05 Thread Nicolas Pitre
On Tue, 5 Aug 2014, Stephen Boyd wrote: > On 08/05/14 12:50, Nicolas Pitre wrote: > > On Tue, 5 Aug 2014, Stephen Boyd wrote: > > > >> +nico (sorry dropped CC for v2) > >> > >> On 08/04/14 16:27, Stephen Boyd wrote: > >>> Commit 1a6b69b6548c (ARM: gic: add CPU migration support, > >>> 2012-04-12)

RE: [PATCH v6 1/2] i2c: imx: add DMA support for freescale i2c driver

2014-08-05 Thread fugang.d...@freescale.com
From: Yuan Yao Data: Tuesday, August 05, 2014 5:56 PM >To: w...@the-dreams.de; ma...@denx.de >Cc: l...@karo-electronics.de; mark.rutl...@arm.com; shawn@linaro.org; >linux-kernel@vger.kernel.org; linux-arm-ker...@lists.infradead.org; linux- >i...@vger.kernel.org >Subject: [PATCH v6 1/2] i2c: im

Re: [PATCH 3.4 00/19] 3.4.102-stable review

2014-08-05 Thread Guenter Roeck
On 08/05/2014 11:29 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.4.102 release. There are 19 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 m

Re: [PATCH] Staging: comedi: comedidev.h: fix checkpatch code style issue

2014-08-05 Thread Joe Perches
On Wed, 2014-08-06 at 02:29 +0300, Dzonatans Melgalvis wrote: > Fixing checkpatch warning - blank line missing after declaration. These are false positives from a previous version of checkpatch. Please use the version in -next instead. No errors are reported with that version. > Signed-off-by:

Re: [PATCH 2/2] softlockup: make detector be aware of task switch of processes hogging cpu

2014-08-05 Thread Chai Wen
On 08/05/2014 11:20 PM, Don Zickus wrote: > On Tue, Aug 05, 2014 at 10:47:57AM +0800, Chai Wen wrote: >> On 08/04/2014 10:31 PM, Don Zickus wrote: >> >>> On Mon, Aug 04, 2014 at 03:36:19PM +0800, chai wen wrote: For now, soft lockup detector warns once for each case of process soft

RE: [PATCH v6 1/2] i2c: imx: add DMA support for freescale i2c driver

2014-08-05 Thread Yao Yuan
Thanks for your review. Varka Bhadram wrote: > On 08/05/2014 03:26 PM, Yuan Yao wrote: > > (...) > > +fail_rx: > > + dma_release_channel(dma->chan_rx); > > +fail_tx: > > + dma_release_channel(dma->chan_tx); > > +fail_al: > > + devm_kfree(dev, dma); > > no need to use devm_kfree() if we use

Re: [PATCH] ACPI/OSL: Remove RCU in the osl.c to avoid dead lock with cpu hot plug

2014-08-05 Thread Lan Tianyu
On 2014年08月06日 09:24, Rafael J. Wysocki wrote: > On Monday, August 04, 2014 04:40:08 PM Lan Tianyu wrote: >> When cpu hotplug and evaluating ACPI method happen at the same time, >> there is a dead lock between ACPICA namespace lock and cpu hotplug lock. >> >> During cpu hotplug, cpu core will call

Re: [PATCH] Thermal: imx: add i.mx6sx thermal support

2014-08-05 Thread Anson Huang
On Tue, Aug 05, 2014 at 09:25:53AM -0400, Eduardo Valentin wrote: > Hello Anson, > > On Tue, Aug 05, 2014 at 05:12:43PM +0800, Anson Huang wrote: > > i.MX6SX has some new features of thermal interrupt function, > > there are LOW, HIGH and PANIC irq for thermal sensor, so add > > platform data to s

Re: [RFC PATCH 0/2] dirreadahead system call

2014-08-05 Thread Dave Chinner
On Fri, Aug 01, 2014 at 07:54:56AM +0200, Andreas Dilger wrote: > On Aug 1, 2014, at 1:53, Dave Chinner wrote: > > On Thu, Jul 31, 2014 at 01:19:45PM +0200, Andreas Dilger wrote: > >> None of these issues are relevant in the API that I'm thinking about. > >> The syscall just passes the list of in

Re: linux-next: manual merge of the sparc-next tree with the sparc tree

2014-08-05 Thread David Miller
From: Stephen Rothwell Date: Wed, 6 Aug 2014 09:58:45 +1000 > Today's linux-next merge of the sparc-next tree got a conflict in > arch/sparc/mm/init_64.c between commit 4ca9a23765da ("sparc64: Guard > against flushing openfirmware mappings") from the sparc tree and commit > f6d4fb5cc047 ("sparc64

RE: [PATCHv6 0/2] add DT endianness binding support for regmap

2014-08-05 Thread li.xi...@freescale.com
Hi, I'd like to know the status about this patch series, there are many patches Based the Regmap still waiting for these. Thanks, BRs Xiubo > -Original Message- > From: Xiubo Li [mailto:li.xi...@freescale.com] > Sent: Tuesday, July 15, 2014 12:23 PM > To: broo...@kernel.org; mark.rutl..

THIS IS MY WISH

2014-08-05 Thread Mrs Alice Clay
-- Although, I am not comfortable discussing the content of my mail on the Internet owing to lots of unsolicited/Spam mails on the net nowadays. Ayway, I have made up my mind to, My name is Mrs. Alice Clay; I have been suffering from ovarian cancer Disease and the doctor say that i have just few d

Re: [PATCH net-next 0/2] xen-netback: Changes around carrier handling

2014-08-05 Thread David Miller
From: Wei Liu Date: Wed, 6 Aug 2014 01:00:59 +0100 > DaveM, could you please advise how to deal with this situation? The merge window is just openning, you have two months to fix any problems. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

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

2014-08-05 Thread Stephen Rothwell
Hi, On Thu, 24 Jul 2014 00:44:52 -0700 Greg KH wrote: > > On Thu, Jul 24, 2014 at 05:07:55PM +1000, Stephen Rothwell wrote: > > Hi Greg, > > > > After merging the usb tree, today's linux-next build (x86_64 allmodconfig) > > failed like this: > > > > drivers/phy/phy-spear1310-miphy.c: In functio

[PATCH] serial: msm_serial: Fix kgdb continue

2014-08-05 Thread Stephen Boyd
Frank reports that after continuing in kgdb the RX stale event doesn't occur until after the RX fifo is filled up with exactly the amount of characters programmed for the RX watermark (in this case it's 48). To read a single character from the uartdm hardware we force a stale event so that any char

Re: [RFC PATCH 03/11] PCI/MSI: Refactor pci_dev_msi_enabled()

2014-08-05 Thread Yijing Wang
On 2014/8/6 6:35, Stuart Yoder wrote: > On Fri, Jul 25, 2014 at 10:08 PM, Yijing Wang wrote: >> Pci_dev_msi_enabled() is used to check whether device >> MSI/MSIX enabled. Refactor this function to suuport >> checking only device MSI or MSIX enabled. >> >> Signed-off-by: Yijing Wang > > So this

Re: [PATCH v3 tip/core/rcu 3/9] rcu: Add synchronous grace-period waiting for RCU-tasks

2014-08-05 Thread Paul E. McKenney
On Tue, Aug 05, 2014 at 08:57:11PM -0400, Steven Rostedt wrote: > On Sat, 2 Aug 2014 15:58:57 -0700 > "Paul E. McKenney" wrote: > > > On Sat, Aug 02, 2014 at 04:47:19PM +0200, Oleg Nesterov wrote: > > > On 08/01, Paul E. McKenney wrote: > > > > > > > > On Fri, Aug 01, 2014 at 11:32:51AM -0700, Pa

Re: [request for help] tty: serial: kgdb: fix msm_serial for kgdb

2014-08-05 Thread Stephen Boyd
On 08/05/14 17:55, Frank Rowand wrote: > On 8/5/2014 4:53 PM, Stephen Boyd wrote: >> On 08/05/14 12:22, Stephen Boyd wrote: >>> I tried it and it doesn't work either. Typing lots of characters finally >>> unjams it like you see on 1.4 hardware. >>> >> Can you try this? It seems to work for me on bo

Re: [cxgb4i] BUG: sleeping function called from invalid context at kernel/locking/mutex.c:586

2014-08-05 Thread Nick Krause
On Wed, Jul 30, 2014 at 10:02 AM, Fengguang Wu wrote: > Hi Anish, > > FYI, here is another bisect result for > > commit 759a0cc5a3e1bc2cc48fa3c0b91bdcad8b8f87d6 > Author: Anish Bhatt > AuthorDate: Thu Jul 17 00:18:18 2014 -0700 > Commit: David S. Miller > CommitDate: Thu Jul 17 16:06:03

Re: [PATCH 09/13] perf tools: Add perf download to download event files

2014-08-05 Thread Michael Ellerman
On Sat, 2014-07-19 at 11:51 +0200, Ingo Molnar wrote: > * Andi Kleen wrote: > > > Ingo Molnar writes: > > > > > > We want these description files to be in the perf source code, > > > somewhere in tools/perf/live-config/arch/x86/ or so, and installed > > > during 'make install' - i.e. part of p

[PATCH] staging: comedi: drivers.c: fix checkpatch code style issue

2014-08-05 Thread Dzonatans Melgalvis
Fixing checkpatch warning - blank line missing after declaration. Signed-off-by: Dzonatans Melgalvis --- drivers/staging/comedi/drivers.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/comedi/drivers.c b/drivers/staging/comedi/drivers.c index 9ada130..00e01d0 100644 --- a/dr

Re: [PATCH] ACPI/Processor: Add CPU_STARTING_FROZEN check in the acpi_cpu_soft_notify()

2014-08-05 Thread Rafael J. Wysocki
On Friday, August 01, 2014 10:51:46 AM Lan Tianyu wrote: > On 2014年08月01日 05:20, Rafael J. Wysocki wrote: > > On Thursday, July 31, 2014 05:20:26 PM Lan Tianyu wrote: > >> The callback of CPU_STARTING event can't sleep and so > >> acpi_cpu_soft_notify() > >> return directly when CPU_STARTING event

Re: [PATCH] Thermal: imx: add i.mx6sx thermal support

2014-08-05 Thread Shawn Guo
On Tue, Aug 05, 2014 at 09:25:53AM -0400, Eduardo Valentin wrote: > > @@ -31,6 +32,10 @@ > > > > #define MISC0 0x0150 > > #define MISC0_REFTOP_SELBIASOFF(1 << 3) > > +#define MISC1 0x0160 > > +#define MISC1_IRQ_TEMPHIGH

Re: [PATCH 09/13] perf tools: Add perf download to download event files

2014-08-05 Thread Michael Ellerman
On Thu, 2014-07-17 at 12:47 +0200, Ingo Molnar wrote: > this bit needs more discussion: > > * Jiri Olsa wrote: > > > From: Andi Kleen > > > > Add a downloader to automatically download the right > > files from a download site. > > 'A download site' is way too vague and detached from the perf

Re: mm: BUG in unmap_page_range

2014-08-05 Thread Sasha Levin
Thanks Hugh, Mel. I've added both patches to my local tree and will update tomorrow with the weather. Also: On 08/05/2014 08:42 PM, Hugh Dickins wrote: > One thing I did wonder, though: at first I was reassured by the > VM_BUG_ON(!pte_present(pte)) you add to pte_mknuma(); but then thought > it

Re: [PATCH] ACPI/OSL: Remove RCU in the osl.c to avoid dead lock with cpu hot plug

2014-08-05 Thread Rafael J. Wysocki
On Monday, August 04, 2014 04:40:08 PM Lan Tianyu wrote: > When cpu hotplug and evaluating ACPI method happen at the same time, > there is a dead lock between ACPICA namespace lock and cpu hotplug lock. > > During cpu hotplug, cpu core will call acpi_cpu_soft_notify() to notify > Linux ACPI under

[PATCH v4 1/2] Documentation: dt-bindings: add dt binding info for dwc2 dr_mode

2014-08-05 Thread Kever Yang
Indicate that the generic dr_mode binding should be used for dwc2. Signed-off-by: Kever Yang Reviewed-by: Doug Anderson --- Changes in v4: None Changes in v3: None Changes in v2: - Split out dr_mode and rk3288 bindings. Documentation/devicetree/bindings/usb/dwc2.txt | 2 ++ 1 file changed, 2

[PATCH v4 2/2] usb: dwc2: add 'mode' which based on Kconfig select or dts setting

2014-08-05 Thread Kever Yang
According to the "dr_mode", the otg controller can work as device role and host role. Some boards always want to use host mode and some other boards want to use gadget mode. We use the dts setting to set dwc2's mode, rather than fixing it to whatever hardware says. Signed-off-by: Kever Yang Acked

[PATCH v4 0/2] Patches to add dr_mode for dwc2

2014-08-05 Thread Kever Yang
These two patches enable the dr_mode for the dwc2 usb controller. These are split from the patch series adding rk3288 dwc2 support. Changes in v4: - From Doug's suggestion: -- remove dr_mode init from Kconfig code -- change the commit meesage Changes in v3: - fix the odd spacing in dwc2_hsotg

Re: [GIT PULL REQUEST] watchdog - v3.17-rc1 merge window

2014-08-05 Thread Linus Torvalds
On Tue, Aug 5, 2014 at 1:55 PM, Wim Van Sebroeck wrote: > Hi Linus, > > Please pull from 'master' branch of > git://www.linux-watchdog.org/linux-watchdog.git > > It contains the following changes: .. found this in my spam-box. As usual, one primary suspect is Received-SPF: none (goog

Re: [blkg_stat] WARNING: CPU: 0 PID: 85 at kernel/softirq.c:156 _local_bh_enable_ip()

2014-08-05 Thread Nick Krause
On Fri, Aug 1, 2014 at 10:50 PM, Fengguang Wu wrote: > Greetings, > > 0day kernel testing robot got the below dmesg and the first bad commit is > > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > commit 2c575026fae6e63771bd2a4c1d407214a8096a89 > Author: Hong Zhiguo >

[GIT PULL] namespace updates for v3.17-rc1

2014-08-05 Thread Eric W. Biederman
Linus, Please pull the for-linus branch from the git tree: git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace.git for-linus HEAD: 344470cac42e887e68cfb5bdfa6171baf27f1eb5 proc: Point /proc/mounts at /proc/thread-self/mounts instead of /proc/self/mounts This is a bunc

Re: [PATCH v3 tip/core/rcu 3/9] rcu: Add synchronous grace-period waiting for RCU-tasks

2014-08-05 Thread Steven Rostedt
On Sat, 2 Aug 2014 15:58:57 -0700 "Paul E. McKenney" wrote: > On Sat, Aug 02, 2014 at 04:47:19PM +0200, Oleg Nesterov wrote: > > On 08/01, Paul E. McKenney wrote: > > > > > > On Fri, Aug 01, 2014 at 11:32:51AM -0700, Paul E. McKenney wrote: > > > > On Fri, Aug 01, 2014 at 05:09:26PM +0200, Oleg N

Re: [request for help] tty: serial: kgdb: fix msm_serial for kgdb

2014-08-05 Thread Frank Rowand
On 8/5/2014 4:53 PM, Stephen Boyd wrote: > On 08/05/14 12:22, Stephen Boyd wrote: >> >> I tried it and it doesn't work either. Typing lots of characters finally >> unjams it like you see on 1.4 hardware. >> > > Can you try this? It seems to work for me on both 1.3 and 1.4 hardware Yes, much bette

Re: [PATCH] fs/9p/: don't treat error as status value in file locking

2014-08-05 Thread Sasha Levin
Ping? On 06/22/2014 07:44 PM, Sasha Levin wrote: > When trying to lock a file we didn't properly handle the case where a > failure in p9_client_lock_dotl() occurs and treated the status value > as valid instead of discarding it due to the error. > > This would usually trigger a BUG() since the st

Re: [GIT PULL] hwmon updates for 3.17

2014-08-05 Thread Guenter Roeck
On 08/05/2014 03:58 PM, Linus Torvalds wrote: On Mon, Aug 4, 2014 at 8:22 PM, Guenter Roeck wrote: This branch was rewritten (but not rebased) to add 5 commits at its start and 8 commits at its end since yesterday's linux-next. Yes, the start because I missed to send a bunch of fixes to Linu

Re: [PATCH v3 tip/core/rcu 1/9] rcu: Add call_rcu_tasks()

2014-08-05 Thread Paul E. McKenney
On Wed, Aug 06, 2014 at 08:33:29AM +0800, Lai Jiangshan wrote: > On 08/06/2014 05:55 AM, Paul E. McKenney wrote: > > On Tue, Aug 05, 2014 at 08:47:55AM +0800, Lai Jiangshan wrote: > >> On 08/04/2014 10:56 PM, Peter Zijlstra wrote: > >>> On Mon, Aug 04, 2014 at 02:25:15PM +0200, Peter Zijlstra wrote

Re: [PATCH v3 tip/core/rcu 1/9] rcu: Add call_rcu_tasks()

2014-08-05 Thread Paul E. McKenney
On Wed, Aug 06, 2014 at 08:27:51AM +0800, Lai Jiangshan wrote: > On 08/06/2014 05:55 AM, Paul E. McKenney wrote: > > On Tue, Aug 05, 2014 at 08:47:55AM +0800, Lai Jiangshan wrote: > >> On 08/04/2014 10:56 PM, Peter Zijlstra wrote: > >>> On Mon, Aug 04, 2014 at 02:25:15PM +0200, Peter Zijlstra wrote

Re: mm: BUG in unmap_page_range

2014-08-05 Thread Hugh Dickins
On Tue, 5 Aug 2014, Mel Gorman wrote: > On Mon, Aug 04, 2014 at 04:40:38AM -0700, Hugh Dickins wrote: > > > > [INCOMPLETE PATCH] x86,mm: fix pte_special versus pte_numa > > > > Sasha Levin has shown oopses on ea0003480048 and ea0003480008 > > at mm/memory.c:1132, running Trinity on differ

Your GSX account has been frozen

2014-08-05 Thread GSX Apple
Dear GSX Customer, This is an automatic message sent by our security system to let you know that you have 48 hours to confirm your account information. Your GSX account has been frozen because we are unable to validate your account information. To proceed to confirm your account details pleas

  1   2   3   4   5   6   7   8   >