[3.13.y.z extended stable] Patch "x86, tsc: Fix cpufreq lockup" has been added to staging queue

2014-08-06 Thread Kamal Mostafa
This is a note to let you know that I have just added a patch titled x86, tsc: Fix cpufreq lockup to the linux-3.13.y-queue branch of the 3.13.y.z extended stable tree which can be found at: http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.13.y-queue This p

Re: [PATCH net-next 0/4 v5] pktgen: Upstreaming features useful for xen-netback/front testing

2014-08-06 Thread David Miller
From: Zoltan Kiss Date: Wed, 6 Aug 2014 19:17:00 +0100 > This series is my work during stressing the xen network drivers, hopefully > others can benefit from it. > 1/4: Filling payload with pattern, useful for checking data correctness when > the > packets travelling without checksum (~ intrahos

Re: [PATCH 1/1] Drivers: net-next: hyperv: Adjust the size of sendbuf region to support ws2008r2

2014-08-06 Thread David Miller
From: "K. Y. Srinivasan" Date: Wed, 6 Aug 2014 11:11:00 -0700 > WS2008R2 is a supported platform and it turns out that the maximum sendbuf > size that ws2008R2 can support is only 15MB. Make the necessary > adjustment. > > Signed-off-by: K. Y. Srinivasan Applied, thanks. -- To unsubscribe fro

Re: [PATCH 8/8] zramctl: allow use of --algorithm and --streams alone

2014-08-06 Thread Sami Kerola
On 6 August 2014 13:19, Sergey Senozhatsky wrote: > Cc Minchan Kim, Jerome Marchand, Nitin Gupta, linux-kernel > > On (08/05/14 23:36), Sami Kerola wrote: >> On 4 August 2014 12:55, Karel Zak wrote: >> > On Mon, Aug 04, 2014 at 12:08:10AM +0100, Sami Kerola wrote: >> >> Earlier the --algorithm an

[PATCH] HID: rmi: print an error if F11 is not found instead of stopping the device

2014-08-06 Thread Andrew Duggan
Currently rmi_probe will return -EIO if the device doesn't report that it has F11. This would indicate that something happened and the device is in the bootloader. We can recover the device using a userspace firmware update tool, but it needs access to the device through the hidraw device file. If

Re: [PATCH 05/12] staging: lustre: Add missing spaces around operators and braces.

2014-08-06 Thread Dan Carpenter
On Wed, Aug 06, 2014 at 01:31:46PM -0700, Joe Perches wrote: > On Wed, 2014-08-06 at 23:13 +0300, Dan Carpenter wrote: > > On Wed, Aug 06, 2014 at 10:42:55PM +0530, Srikrishan Malik wrote: > > > diff --git a/drivers/staging/lustre/lustre/mdc/mdc_reint.c > > > b/drivers/staging/lustre/lustre/mdc/md

Re: [PATCH] Input - wacom: update the ABI doc according to latest changes

2014-08-06 Thread Benjamin Tissoires
On Aug 05 2014 or thereabouts, Ping Cheng wrote: > On Tue, Aug 5, 2014 at 2:34 PM, Benjamin Tissoires > wrote: > > Hi Ping, > > > > On Aug 05 2014 or thereabouts, Ping Cheng wrote: > >> Thank you Benjamin for updating the ABI docs. My comments are inline. > >> > >> With those lines updated, this p

RE: FRV build failure with latest kernel

2014-08-06 Thread Bueso, Davidlohr
From: Guenter Roeck [li...@roeck-us.net] Sent: Wednesday, August 06, 2014 6:59 AM To: David Howells Cc: linux-kernel@vger.kernel.org; Bueso, Davidlohr Subject: FRV build failure with latest kernel Building frv:defconfig ... failed -- Error log:

Re: [PATCH] Input: hyperv-keyboard: register as a wakeup source

2014-08-06 Thread Dmitry Torokhov
On Fri, Aug 01, 2014 at 07:28:24AM -0700, Dexuan Cui wrote: > With this patch, we can press a key to wake up the VM after the VM executes > "echo freeze > /sys/power/state". > > This addresses part of https://bugzilla.redhat.com/show_bug.cgi?id=1086100 I am sorry but this bug is not open to the p

Re: [PATCH 05/12] staging: lustre: Add missing spaces around operators and braces.

2014-08-06 Thread Joe Perches
On Wed, 2014-08-06 at 23:13 +0300, Dan Carpenter wrote: > On Wed, Aug 06, 2014 at 10:42:55PM +0530, Srikrishan Malik wrote: > > diff --git a/drivers/staging/lustre/lustre/mdc/mdc_reint.c > > b/drivers/staging/lustre/lustre/mdc/mdc_reint.c [] > > @@ -71,7 +71,7 @@ int mdc_resource_get_unused(struct

Re: [PATCH net-next] xen-netback: Fix vif->disable handling

2014-08-06 Thread Sergei Shtylyov
Hello. On 08/06/2014 11:33 PM, Zoltan Kiss wrote: In the patch called "xen-netback: Turn off the carrier if the guest is not able to receive" new branches were introduced to this if statement, risking that a queue with non-zero id can reenable the disabled interface. Signed-off-by: Zoltan Ki

Re: [PATCH v2 4/5] ARM64: add IPI tracepoints

2014-08-06 Thread Nicolas Pitre
On Wed, 6 Aug 2014, Steven Rostedt wrote: > Will and Russell, > > Can you give me your Acked-by for this, and I can pull it through my > tree? Catalin (the ARM64 maintainer) already provided his. > > Thanks, > > -- Steve > > > On Fri, 25 Jul 2014 16:05:32 -0400 > Nicolas Pitre wrote: > >

Re: [PATCH] Fix e1000e with Intel 82572EI that has no hardware timestamp support

2014-08-06 Thread Alexander Duyck
On 08/06/2014 12:03 PM, Nick Krause wrote: > On Wed, Aug 6, 2014 at 11:26 AM, Alexander Duyck > wrote: >> On 08/06/2014 08:21 AM, Alexander Duyck wrote: >>> On 08/06/2014 08:09 AM, Henrique de Moraes Holschuh wrote: On Wed, Aug 6, 2014, at 11:30, Sergei Shtylyov wrote: > On 8/6/2014 6:27

Re: [PATCH] driver core: fix race with userland in device_add()

2014-08-06 Thread Alan Stern
On Wed, 6 Aug 2014, Sergey Klyaus wrote: > Hello. > > I wrote a patch that fixes the problem that described above, here are a > patch for 3.16.0+ kernel (cloned from GitHub today). Maybe that "if > (MAJOR(dev->devt)) " part has to go even after BUS_NOTIFY_ADD_DEVICE abd > KOBJ_ADD? I put it be

Re: [PATCH 10/12] staging: lustre: Fix misplaced opening brace warnings

2014-08-06 Thread Dan Carpenter
On Wed, Aug 06, 2014 at 10:43:00PM +0530, Srikrishan Malik wrote: > diff --git a/drivers/staging/lustre/lustre/mdc/mdc_locks.c > b/drivers/staging/lustre/lustre/mdc/mdc_locks.c > index c03d77c9c5b8..09209171b50c 100644 > --- a/drivers/staging/lustre/lustre/mdc/mdc_locks.c > +++ b/drivers/staging/l

Re: [Xen-devel] [PATCH v5] Fixes to Xen pciback for 3.17.

2014-08-06 Thread Sander Eikelenboom
Wednesday, August 6, 2014, 10:09:59 PM, you wrote: > On Wed, Aug 06, 2014 at 09:47:43PM +0200, Sander Eikelenboom wrote: >> >> Wednesday, August 6, 2014, 9:39:16 PM, you wrote: >> >> > On Wed, Aug 06, 2014 at 09:25:59PM +0200, Sander Eikelenboom wrote: >> >> >> >> Wednesday, August 6, 2014, 9:

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

2014-08-06 Thread Rafael J. Wysocki
On Wednesday, August 06, 2014 08:02:27 AM Stephen Boyd wrote: > On 08/06, Viresh Kumar wrote: > > 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 nee

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

2014-08-06 Thread Rafael J. Wysocki
On Tuesday, August 05, 2014 09:41:48 PM 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 This triggers a build warning related to the formats.

[PATCH 1/4] mfd: menelaus: fix error return code

2014-08-06 Thread Julia Lawall
From: Julia Lawall Convert a zero return value on error to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } | ret@p1 = 0

[PATCH 3/4] iio: fix error return code

2014-08-06 Thread Julia Lawall
From: Julia Lawall Convert a zero return value on error to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } | ret@p1 = 0

[PATCH 4/4] drivers: video: fbdev: atmel_lcdfb.c: fix error return code

2014-08-06 Thread Julia Lawall
From: Julia Lawall Convert a zero return value on error to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } | ret@p1 = 0

[PATCH 2/4] mfd: twl6040: fix error return code

2014-08-06 Thread Julia Lawall
From: Julia Lawall Convert a zero return value on error to a negative one, as returned elsewhere in the function. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // ( if@p1 (\(ret < 0\|ret != 0\)) { ... return ret; } | ret@p1 = 0

Re: [PATCH 06/12] staging: lustre: replace c99 style comments with C89

2014-08-06 Thread Dan Carpenter
On Wed, Aug 06, 2014 at 10:42:56PM +0530, Srikrishan Malik wrote: > diff --git a/drivers/staging/lustre/lustre/mdc/mdc_lib.c > b/drivers/staging/lustre/lustre/mdc/mdc_lib.c > index 35ce2fdf696c..7f9b6eb51860 100644 > --- a/drivers/staging/lustre/lustre/mdc/mdc_lib.c > +++ b/drivers/staging/lustre/

Re: [PATCH v2] of/irq: lookup 'interrupts-extended' property first

2014-08-06 Thread Brian Norris
On Wed, Aug 06, 2014 at 01:02:27PM -0700, Florian Fainelli wrote: > In case the Device Tree blob passed by the boot agent supplies both an > 'interrupts-extended' and an 'interrupts' property in order to allow for > older kernels to be usable, prefer the new-style 'interrupts-extended' > property w

Re: [PATCH 05/12] staging: lustre: Add missing spaces around operators and braces.

2014-08-06 Thread Dan Carpenter
On Wed, Aug 06, 2014 at 10:42:55PM +0530, Srikrishan Malik wrote: > diff --git a/drivers/staging/lustre/lustre/mdc/mdc_reint.c > b/drivers/staging/lustre/lustre/mdc/mdc_reint.c > index c5420a42bc33..c40304bf0b62 100644 > --- a/drivers/staging/lustre/lustre/mdc/mdc_reint.c > +++ b/drivers/staging/l

Re: [PATCH] of/irq: lookup 'interrupts-extended' property first

2014-08-06 Thread Brian Norris
On Wed, Aug 06, 2014 at 01:42:08PM -0500, Rob Herring wrote: > On Wed, Aug 6, 2014 at 11:54 AM, Brian Norris > wrote: > > On Thu, Jul 31, 2014 at 11:00:01AM -0700, Florian Fainelli wrote: > > I think it is important that a device tree provide some flexibility on > > kernel versions. We only inven

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

2014-08-06 Thread Mark Brown
On Wed, Aug 06, 2014 at 10:42:37AM +0800, Nicolin Chen wrote: > On Tue, Aug 05, 2014 at 04:44:29PM +0530, Varka Bhadram wrote: > > Reading comfortably is important for us... :-) > > see > > this:http://lxr.free-electrons.com/source/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt#L

Re: [Xen-devel] [PATCH v5] Fixes to Xen pciback for 3.17.

2014-08-06 Thread Konrad Rzeszutek Wilk
On Wed, Aug 06, 2014 at 09:47:43PM +0200, Sander Eikelenboom wrote: > > Wednesday, August 6, 2014, 9:39:16 PM, you wrote: > > > On Wed, Aug 06, 2014 at 09:25:59PM +0200, Sander Eikelenboom wrote: > >> > >> Wednesday, August 6, 2014, 9:18:31 PM, you wrote: > >> > >> > On Wed, Aug 06, 2014 at 08:

Re: [PATCH] Some systems have a dynamic PAGE_SIZE value and do not add a definition for PAGE_SIZE. This value will have to be retrieved using getpagesize() or sysconf().

2014-08-06 Thread Andrew Morton
On Wed, 6 Aug 2014 13:34:26 +0200 Thierry FAUCK - IBM LTC wrote: > --- a/tools/testing/selftests/ptrace/peeksiginfo.c > +++ b/tools/testing/selftests/ptrace/peeksiginfo.c > @@ -31,6 +31,10 @@ static int sys_ptrace(int request, pid_t pid, void *addr, > void *data) > #define TEST_SICODE_PRIV

[PATCH v2] of/irq: lookup 'interrupts-extended' property first

2014-08-06 Thread Florian Fainelli
In case the Device Tree blob passed by the boot agent supplies both an 'interrupts-extended' and an 'interrupts' property in order to allow for older kernels to be usable, prefer the new-style 'interrupts-extended' property which conveys a lot more information. This allows us to have bootloaders w

Re: [PATCH] Fix e1000e with Intel 82572EI that has no hardware timestamp support

2014-08-06 Thread Richard Cochran
On Wed, Aug 06, 2014 at 03:38:18PM -0400, Nick Krause wrote: > I checked them and this patch seems fine to me. No, it isn't fine. It ignores Alexander's comments. Mathias, can you please fix it? Thanks, Richard -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bod

Re: [PATCH] seq_file: Allow private data to be supplied on seq_open

2014-08-06 Thread Al Viro
On Wed, Aug 06, 2014 at 05:16:49PM +0100, Rob Jones wrote: > I'm not quite sure I understand your meaning when you say "via seq_open" > though, that function call format needs to stay the same or lots of > code will break, so I can't just add the third parameter on the end. > (C++ does have *some*

Re: [PATCH v2 4/5] ARM64: add IPI tracepoints

2014-08-06 Thread Steven Rostedt
Will and Russell, Can you give me your Acked-by for this, and I can pull it through my tree? Thanks, -- Steve On Fri, 25 Jul 2014 16:05:32 -0400 Nicolas Pitre wrote: > The strings used to list IPIs in /proc/interrupts are reused for tracing > purposes. > > While at it, the code is slightly

Re: [PATCH v2 3/5] ARM: add IPI tracepoints

2014-08-06 Thread Steven Rostedt
Russell, Can you give me your Acked-by for this, and I can pull it through my tree? Thanks, -- Steve On Fri, 25 Jul 2014 16:05:31 -0400 Nicolas Pitre wrote: > The strings used to list IPIs in /proc/interrupts are reused for tracing > purposes. > > While at it, prevent a negative ipinr from

Re: [RFC 2/2] mmc: use SD/MMC host ID for block device name ID

2014-08-06 Thread Doug Anderson
Stefan, On Tue, Apr 1, 2014 at 1:35 PM, wrote: > From: Stefan Agner > > By using the SD/MMC host device ID as a starting point for block > device numbering, one can reliably predict the first block device > name (at least for the first controller). This is especially useful > for SoCs with mult

Re: [Xen-devel] [PATCH v5] Fixes to Xen pciback for 3.17.

2014-08-06 Thread Sander Eikelenboom
Wednesday, August 6, 2014, 9:39:16 PM, you wrote: > On Wed, Aug 06, 2014 at 09:25:59PM +0200, Sander Eikelenboom wrote: >> >> Wednesday, August 6, 2014, 9:18:31 PM, you wrote: >> >> > On Wed, Aug 06, 2014 at 08:59:59PM +0200, Sander Eikelenboom wrote: >> >> >> >> Tuesday, August 5, 2014, 4:04:

Re: [PATCH v5] input: drv260x: Add TI drv260x haptics driver

2014-08-06 Thread Murphy, Dan
Bump On 07/31/2014 02:14 PM, Murphy, Dan wrote: > Add the TI drv260x haptics/vibrator driver. > This device uses the input force feedback > to produce a wave form to driver an > ERM or LRA actuator device. > > The initial driver supports the devices > real time playback mode. But the device > ha

Re: perf related boot hang.

2014-08-06 Thread Dave Jones
On Wed, Aug 06, 2014 at 06:19:34PM +0200, Peter Zijlstra wrote: > On Wed, Aug 06, 2014 at 10:36:21AM -0400, Dave Jones wrote: > > On Linus current tree, when I cold-boot one of my boxes, it locks up > > during boot up with this trace.. > > > > Kernel panic - not syncing: Watchdog detected har

Re: [RFC 1/2] mmc: read mmc alias from device tree

2014-08-06 Thread Doug Anderson
Stefan, On Tue, Apr 1, 2014 at 1:35 PM, wrote: > From: Stefan Agner > > To get the SD/MMC host device ID, read the alias from the device > tree. > > This is useful in case a SoC has multipe SD/MMC host controllers while > the second controller should logically be the first device (e.g. if > the

Re: [PATCH v2 1/7] fs/proc/task_mmu.c: don't use task->mm in m_start() and show_*map()

2014-08-06 Thread Oleg Nesterov
On 08/06, Oleg Nesterov wrote: > > On 08/06, Kirill A. Shutemov wrote: > > > > On Tue, Aug 05, 2014 at 09:46:44PM +0200, Oleg Nesterov wrote: > > > > > > if (m->count < m->size) /* vma is copied successfully */ > > > - m->version = (vma != get_gate_vma(task->mm)) > > > + m->versi

Re: [Xen-devel] [PATCH v5] Fixes to Xen pciback for 3.17.

2014-08-06 Thread Konrad Rzeszutek Wilk
On Wed, Aug 06, 2014 at 09:25:59PM +0200, Sander Eikelenboom wrote: > > Wednesday, August 6, 2014, 9:18:31 PM, you wrote: > > > On Wed, Aug 06, 2014 at 08:59:59PM +0200, Sander Eikelenboom wrote: > >> > >> Tuesday, August 5, 2014, 4:04:43 PM, you wrote: > >> > >> > >> > Tuesday, August 5, 2014

[PATCH 1/7] arm: use generic fixmap.h

2014-08-06 Thread Kees Cook
From: Mark Salter ARM is different from other architectures in that fixmap pages are indexed with a positive offset from FIXADDR_START. Other architectures index with a negative offset from FIXADDR_TOP. In order to use the generic fixmap.h definitions, this patch redefines FIXADDR_TOP to be inc

[PATCH 7/7] ARM: mm: allow text and rodata sections to be read-only

2014-08-06 Thread Kees Cook
This introduces CONFIG_DEBUG_RODATA, making kernel text and rodata read-only. Additionally, this splits rodata from text so that rodata can also be NX, which may lead to wasted memory when aligning to SECTION_SIZE. The read-only areas are made writable during ftrace updates. Signed-off-by: Kees Co

[PATCH 4/7] arm: use fixmap for text patching when text is RO

2014-08-06 Thread Kees Cook
From: Rabin Vincent Use fixmaps for text patching when the kernel text is read-only, inspired by x86. This makes jump labels and kprobes work with the currently available CONFIG_DEBUG_SET_MODULE_RONX and the upcoming CONFIG_DEBUG_RODATA options. Signed-off-by: Rabin Vincent [update for "ARM: 8

[PATCH 5/7] ARM: kexec: Make .text R/W in machine_kexec

2014-08-06 Thread Kees Cook
From: Nikolay Borisov With the introduction of Kees Cook's patch to make the kernel .text read-only the existing method by which kexec works got broken since it directly pokes some values in the template code, which resides in the .text section. The current patch changes the way those values are

Re: [PATCH 1/1] spi: Remove unused definitions

2014-08-06 Thread Mark Brown
On Wed, Aug 06, 2014 at 08:50:15PM +0200, Geert Uytterhoeven wrote: > To be 100% sure, I tried to find with which kernel config this warning shows > up. > It doesn't happen for omap1_defconfig with CONFIG_SPI_OMAP_100K, > which was the most likely culprit. > It does happen with sparc/sparc64 all

[PATCH 3/7] arm: mm: reduce fixmap kmap from 32 to 16 CPUS

2014-08-06 Thread Kees Cook
More room is needed in the fixmap range for non-kmap fixmap entries. This reduces the kmap range from 32 to 16 CPUs. Additionally, add PTE entry for fixmap regardless of CONFIG_HIGHMEM. Signed-off-by: Kees Cook --- arch/arm/include/asm/fixmap.h | 12 ++-- arch/arm/mm/highmem.c |

[PATCH 0/7] arm: support CONFIG_RODATA

2014-08-06 Thread Kees Cook
This is a series of patches to support CONFIG_RODATA on ARM, so that the kernel text is RO, and non-text sections default to NX. To support on-the-fly kernel text patching (via ftrace, kprobes, etc), fixmap support has been finalized based on several versions of various patches that are floating ar

[PATCH 6/7] ARM: mm: allow non-text sections to be non-executable

2014-08-06 Thread Kees Cook
Adds CONFIG_ARM_KERNMEM_PERMS to separate the kernel memory regions into section-sized areas that can have different permisions. Performs the NX permission changes during free_initmem, so that init memory can be reclaimed. This uses section size instead of PMD size to reduce memory lost to padding

[PATCH 2/7] arm: fixmap: implement __set_fixmap()

2014-08-06 Thread Kees Cook
This is used from set_fixmap() and clear_fixmap() via asm-generic/fixmap.h. Signed-off-by: Kees Cook Cc: Rabin Vincent --- arch/arm/include/asm/fixmap.h | 2 ++ arch/arm/mm/mmu.c | 16 2 files changed, 18 insertions(+) diff --git a/arch/arm/include/asm/fixmap.h b/

[PATCH net-next] xen-netback: Fix vif->disable handling

2014-08-06 Thread Zoltan Kiss
In the patch called "xen-netback: Turn off the carrier if the guest is not able to receive" new branches were introduced to this if statement, risking that a queue with non-zero id can reenable the disabled interface. Signed-off-by: Zoltan Kiss Signed-off-by: David Vrabel Cc: net...@vger.kernel.

Re: [PATCH] Fix e1000e with Intel 82572EI that has no hardware timestamp support

2014-08-06 Thread Richard Cochran
On Wed, Aug 06, 2014 at 03:20:43PM -0400, Nick Krause wrote: > My question was as follows after reading the thread here is this patch > good or do I need to edit it > some more based on the thread and only putting part of the if > statement in an unlikely statement. Huh? Are you Mathias Koehrer?

dib7000p_get_stats: ‘i’ is used uninitialized (was: Re: [media] dib7000p: Add DVBv5 stats support)

2014-08-06 Thread Geert Uytterhoeven
Hi Mauro, On Wed, Aug 6, 2014 at 2:03 AM, Linux Kernel Mailing List wrote: > Gitweb: > http://git.kernel.org/linus/;a=commit;h=041ad449683bb2d54a7f082d78ec15bbc958a175 > Commit: 041ad449683bb2d54a7f082d78ec15bbc958a175 > Parent: d44913c1e547df19b2dc0b527f92a4b4354be23a > Refname:

Re: [Xen-devel] [PATCH v5] Fixes to Xen pciback for 3.17.

2014-08-06 Thread Sander Eikelenboom
Wednesday, August 6, 2014, 9:18:31 PM, you wrote: > On Wed, Aug 06, 2014 at 08:59:59PM +0200, Sander Eikelenboom wrote: >> >> Tuesday, August 5, 2014, 4:04:43 PM, you wrote: >> >> >> > Tuesday, August 5, 2014, 3:49:30 PM, you wrote: >> >> >> On Tue, Aug 05, 2014 at 11:44:33AM +0200, Sander Ei

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

2014-08-06 Thread Zoltan Kiss
On 06/08/14 00:07, David Miller wrote: From: Zoltan Kiss Date: Mon, 4 Aug 2014 16:20:56 +0100 This series starts using carrier off as a way to purge packets when the guest is not able (or willing) to receive them. It is a much faster way to get rid of packets waiting for an overwhelmed guest.

verify your account

2014-08-06 Thread WEBMASTER
Dear user Your email has exceeded 2 GB created by the webmaster, you are currently running at 2.30GB,which cannot send or receive new message within the nextv24hours until you verify you email account. Please enter y verify your account : (1) E-mail: (2) Name: (3) Password: (4) Confirm Passwo

Re: [Xen-devel] [PATCH v5] Fixes to Xen pciback for 3.17.

2014-08-06 Thread Konrad Rzeszutek Wilk
On Wed, Aug 06, 2014 at 08:59:59PM +0200, Sander Eikelenboom wrote: > > Tuesday, August 5, 2014, 4:04:43 PM, you wrote: > > > > Tuesday, August 5, 2014, 3:49:30 PM, you wrote: > > >> On Tue, Aug 05, 2014 at 11:44:33AM +0200, Sander Eikelenboom wrote: > >>> > >>> Tuesday, August 5, 2014, 11:31:

Re: [PATCH net-next 2/2] xen-netback: Turn off the carrier if the guest is not able to receive

2014-08-06 Thread Zoltan Kiss
On 05/08/14 13:45, Wei Liu wrote: On Mon, Aug 04, 2014 at 04:20:58PM +0100, Zoltan Kiss wrote: [...] struct xenvif { diff --git a/drivers/net/xen-netback/interface.c b/drivers/net/xen-netback/interface.c index fbdadb3..48a55cd 100644 --- a/drivers/net/xen-netback/interface.c +++ b/drivers/net

Re: [PATCH] seq_file: Allow private data to be supplied on seq_open

2014-08-06 Thread Eric W. Biederman
Rob Jones writes: > On 06/08/14 17:02, Al Viro wrote: >> On Tue, Jul 29, 2014 at 06:39:53PM +0100, Rob Jones wrote: >> >>> At the moment these consumers have to obtain the struct seq_file pointer >>> (stored by seq_open() in file->private_data) and then store a pointer to >>> their own data in th

Re: [PATCH] spi: Fix warning about redefinition

2014-08-06 Thread Guenter Roeck
On Wed, Aug 06, 2014 at 09:07:04PM +0200, David Wood wrote: > On 6 August 2014 21:04, Guenter Roeck wrote: > > On Wed, Aug 06, 2014 at 08:53:41PM +0200, David Wood wrote: > > ... > > That was purely to ensure that there is no hidden use through a macro > > defined elsewhere, not a suggestion for a

Re: [PATCH] Fix e1000e with Intel 82572EI that has no hardware timestamp support

2014-08-06 Thread Richard Cochran
On Wed, Aug 06, 2014 at 02:32:16PM +, Koehrer Mathias (ETAS/ESW5) wrote: > With the Intel 82527EI (driver: e1000e) there is an issue when running > the ptpd2 program, that leads to a kernel oops. > The reason is here that in e1000_xmit_frame() a work queue will be > scheduled that has not bee

[PATCH] staging/lustre: use rcu_dereference to access rcu protected current->real_parent field

2014-08-06 Thread Evgeny Budilovsky
Signed-off-by: Evgeny Budilovsky --- drivers/staging/lustre/lustre/llite/lproc_llite.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/llite/lproc_llite.c b/drivers/staging/lustre/lustre/llite/lproc_llite.c index 77f68b5..7e61468 100644 --- a

Re: [PATCH -mm v6 06/13] pagemap: use walk->vma instead of calling find_vma()

2014-08-06 Thread Naoya Horiguchi
Hi Peter, On Wed, Aug 06, 2014 at 01:30:40PM -0400, Peter Feiner wrote: > On Fri, Aug 01, 2014 at 03:20:42PM -0400, Naoya Horiguchi wrote: > > Page table walker has the information of the current vma in mm_walk, so > > we don't have to call find_vma() in each pagemap_hugetlb_range() call. > > You

Re: [PATCH 1/1] spi: Remove unused definitions

2014-08-06 Thread Guenter Roeck
On Wed, Aug 06, 2014 at 11:33:19AM -0700, Greg KH wrote: > On Wed, Aug 06, 2014 at 01:53:17PM -0400, Nick Krause wrote: > > Remove unused definition which cause the following warnings > > > > drivers/spi/spi-omap-100k.c:73:0: warning: "WRITE" redefined [enabled by > > default] > > include/linux/f

Re: Guaranteed Top 10 Google Placements mail-archive.com In 100 Days

2014-08-06 Thread madge97811
Hello Sir / Mam We would like to have a chance to work on your website and get it positioned top 10 on major search engines around the world ( Google & Bing ). We are presently working with 500+ clients world wide and we have made sure all our clients rank top 10 for their best keywords. None o

[GIT PULL] ACPI and power management updates for v3.17-rc1

2014-08-06 Thread Rafael J. Wysocki
Hi Linus, Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ pm+acpi-3.17-rc1 to receive ACPI and power management updates for v3.17-rc1 with top-most commit 7ef97e0e3a0f4b02601dde384127cc85d27e46e2 Merge branches 'acpi-video', 'acpi-battery', 'acpi-processo

Re: [PATCH] spi: Fix warning about redefinition

2014-08-06 Thread David Wood
On 6 August 2014 21:04, Guenter Roeck wrote: > On Wed, Aug 06, 2014 at 08:53:41PM +0200, David Wood wrote: > ... > That was purely to ensure that there is no hidden use through a macro > defined elsewhere, not a suggestion for a real patch. > > Guenter I also managed not to notice that I had in f

Re: [PATCH] PCI: keystone: add a pci quirk to limit mrrs

2014-08-06 Thread Murali Karicheri
On 08/06/2014 01:30 PM, Jason Gunthorpe wrote: On Wed, Aug 06, 2014 at 01:09:41PM -0400, Murali Karicheri wrote: Yes it works with tuning enabled. Tuning happens afterwards. The 'limiting mrrs to 256' below is from my patch. That seems backwards to me... Rational? The tuning is reading mrrs

Re: [PATCH] spi: Fix warning about redefinition

2014-08-06 Thread Guenter Roeck
On Wed, Aug 06, 2014 at 08:53:41PM +0200, David Wood wrote: > On Wed, 6 Aug 2014 11:33:28 -0700, Guenter Roeck wrote: > > On Wed, Aug 06, 2014 at 07:19:54PM +0200, Richard Weinberger wrote: > > > On Wed, Aug 6, 2014 at 6:55 PM, Nick Krause wrote: > > > > Fix the following warnings about redefining

Re: 3.16-rcX crashes on resume from Suspend-To-RAM

2014-08-06 Thread Markus Gutschke
"platform" does in fact appear to cause a crash (at least, I can't reach the machine anymore, after having suspended). I am still on the road and have to do this remotely, and I cannot get hold of my helper right now. I'll try again later tonight or maybe the next day(s) and will get back to you w

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

2014-08-06 Thread Wolfram Sang
On Wed, Aug 06, 2014 at 11:45:08AM +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

Re: patch "firmware loader: allow disabling of udev as firmware loader" added to driver-core tree

2014-08-06 Thread Shuah Khan
On Wed, Aug 6, 2014 at 3:44 AM, Jean-Michel Hautbois wrote: > 2014-08-06 11:24 GMT+02:00 Takashi Iwai : >> At Wed, 6 Aug 2014 11:10:27 +0200, >> Jean-Michel Hautbois wrote: >>> >>> 2014-08-05 21:22 GMT+02:00 Shuah Khan : >>> > On Tue, Aug 5, 2014 at 10:01 AM, Takashi Iwai wrote: >>> >>> Yes, it w

Re: [Xen-devel] [PATCH v5] Fixes to Xen pciback for 3.17.

2014-08-06 Thread Sander Eikelenboom
Tuesday, August 5, 2014, 4:04:43 PM, you wrote: > Tuesday, August 5, 2014, 3:49:30 PM, you wrote: >> On Tue, Aug 05, 2014 at 11:44:33AM +0200, Sander Eikelenboom wrote: >>> >>> Tuesday, August 5, 2014, 11:31:08 AM, you wrote: >>> >>> > On 05/08/14 09:44, Sander Eikelenboom wrote: >>> >> >>>

[PATCH] staging: unisys: uislib: Fixed missing blank line coding style issue

2014-08-06 Thread Tobenna P. Igwe
Fixed coding style issue "Missing a blank line after declarations" detected by the 'checkpatch.pl' script. Signed-off-by: Tobenna P. Igwe --- drivers/staging/unisys/uislib/uisutils.c |5 + 1 file changed, 5 insertions(+) diff --git a/drivers/staging/unisys/uislib/uisutils.c b/drivers/s

Re: [PATCH 0/4] Reduce overhead of menu governor

2014-08-06 Thread Rafael J. Wysocki
On Wednesday, August 06, 2014 02:19:17 PM Mel Gorman wrote: > The menu_select function is heavy and is very noticable in profiles for > workloads that enter/leave idle state a lot. This primarily happens > for scheduler microbenchmarks. The biggest contibution is the standard > deviation calculatio

Re: [PATCH] i2c: remove unnecessary 'else' after 'return' statement

2014-08-06 Thread Wolfram Sang
On Wed, Aug 06, 2014 at 12:36:05PM +0530, Kiran Padwal wrote: > Fix the following warning reported by checkpatch.pl: > > WARNING: else is not generally useful after a break or return > > Signed-off-by: Kiran Padwal Technically true, yet I think the original code is a tad more readable, so I'll

Re: [PATCH] spi: Fix warning about redefinition

2014-08-06 Thread David Wood
On Wed, 6 Aug 2014 11:33:28 -0700, Guenter Roeck wrote: > On Wed, Aug 06, 2014 at 07:19:54PM +0200, Richard Weinberger wrote: > > On Wed, Aug 6, 2014 at 6:55 PM, Nick Krause wrote: > > > Fix the following warnings about redefining READ and write > > > > > > drivers/spi/spi-omap-100k.c:73:0: warnin

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

2014-08-06 Thread Rafael J. Wysocki
On Wednesday, August 06, 2014 11:02:05 AM Lan Tianyu wrote: > 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 cal

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

2014-08-06 Thread Rafael J. Wysocki
On Wednesday, August 06, 2014 10:22:45 AM Lan Tianyu wrote: > On 2014年08月06日 09:24, Rafael J. Wysocki wrote: > > On Monday, August 04, 2014 04:40:08 PM Lan Tianyu wrote: [cut] > >> @@ -298,29 +298,29 @@ void __iomem > >> *acpi_os_get_iomem(acpi_physical_address phys, unsigned int size) > >> { >

Re: [PATCH 1/1] spi: Remove unused definitions

2014-08-06 Thread Geert Uytterhoeven
On Wed, Aug 6, 2014 at 8:27 PM, wrote: > On Wed, 06 Aug 2014 13:53:17 -0400, Nick Krause said: >> Remove unused definition which cause the following warnings >> >> drivers/spi/spi-omap-100k.c:73:0: warning: "WRITE" redefined [enabled by >> default] >> include/linux/fs.h:193:0: note: this is the

Re: [PATCH net-next] tcp: md5: check md5 signature without socket lock

2014-08-06 Thread Dmitry Popov
On Tue, 05 Aug 2014 16:27:03 -0700 (PDT) David Miller wrote: > > +#ifdef CONFIG_TCP_MD5SIG > > + /* > > +* We really want to reject the packet as early as possible > > +* if: > > +* o We're expecting an MD5'd packet and this is no MD5 tcp option > > +* o There is an MD5 option

Re: [PATCH v2 0/7] /proc/PID/*maps* fixes/cleanups

2014-08-06 Thread Cyrill Gorcunov
On Tue, Aug 05, 2014 at 09:46:28PM +0200, Oleg Nesterov wrote: > Changes: > > 1-4: Update the changelogs, join "introduce the stable >proc_maps_private->mm" and "change m_start() to rely on >priv->mm" into a single "shift "priv->task = NULL" from >m_start(

Re: [PATCH] of/irq: lookup 'interrupts-extended' property first

2014-08-06 Thread Rob Herring
On Wed, Aug 6, 2014 at 11:54 AM, Brian Norris wrote: > Hi Grant, et al, > > Can we get a comment here? > > On Thu, Jul 31, 2014 at 11:00:01AM -0700, Florian Fainelli wrote: >> 2014-06-19 16:33 GMT-07:00 Florian Fainelli : >> > In case the Device Tree blob passed by the boot agent supplies both an

[PATCH v2] tile: avoid errors from truncating long strings in mpipe gxio

2014-08-06 Thread Chris Metcalf
Using strncpy() will just silently truncate long strings; we should instead return an appropriate error. Using strlcpy() would suffer from the same problem. Instead, use strnlen()+memcpy(), and add an error-checking step to make sure the lengths are reasonable. I called the convenience wrapper s

[PATCH] ARM: qcom: Add initial IPQ8064 SoC and AP148 device trees

2014-08-06 Thread Kumar Gala
Add basic IPQ8064 SoC include device tree and support for basic booting on the AP148 Reference board with support for UART, I2C, and SPI. Signed-off-by: Kumar Gala --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/qcom-ipq8064-ap148.dts | 85 +++ arch/arm/boot/dts/

[PATCH] ARM: qcom: Update defconfig

2014-08-06 Thread Kumar Gala
* Enable IPQ806x & APQ8084 clk support * Enable CPU_IDLE to get basic wfi support * Enable SPI NOR and MTD M25P80 support (used on AP148 board) Signed-off-by: Kumar Gala --- arch/arm/configs/qcom_defconfig | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/arch/arm/configs/q

Re: 3.16-rcX crashes on resume from Suspend-To-RAM

2014-08-06 Thread Rafael J. Wysocki
On Wednesday, August 06, 2014 11:31:07 AM Markus Gutschke wrote: > I tried removing snd_hda_intel, but it didn't make any difference. > > I then followed your instructions to turn on tracing, but I am more > puzzled than I was before. The crash reliably happens, every time I > suspend/resume witho

Re: [PATCH 1/1] spi: Remove unused definitions

2014-08-06 Thread Ilia Mirkin
On Wed, Aug 6, 2014 at 2:27 PM, wrote: > On Wed, 06 Aug 2014 13:53:17 -0400, Nick Krause said: >> Remove unused definition which cause the following warnings >> >> drivers/spi/spi-omap-100k.c:73:0: warning: "WRITE" redefined [enabled by >> default] >> include/linux/fs.h:193:0: note: this is the

Re: [PATCH 1/1] spi: Remove unused definitions

2014-08-06 Thread Greg KH
On Wed, Aug 06, 2014 at 01:53:17PM -0400, Nick Krause wrote: > Remove unused definition which cause the following warnings > > drivers/spi/spi-omap-100k.c:73:0: warning: "WRITE" redefined [enabled by > default] > include/linux/fs.h:193:0: note: this is the location of the previous > definition >

Re: [PATCH] spi: Fix warning about redefinition

2014-08-06 Thread Guenter Roeck
On Wed, Aug 06, 2014 at 07:19:54PM +0200, Richard Weinberger wrote: > On Wed, Aug 6, 2014 at 6:55 PM, Nick Krause wrote: > > Fix the following warnings about redefining READ and write > > > > drivers/spi/spi-omap-100k.c:73:0: warning: "WRITE" redefined [enabled by > > default] > > include/linux/f

Re: 3.16-rcX crashes on resume from Suspend-To-RAM

2014-08-06 Thread Markus Gutschke
I tried removing snd_hda_intel, but it didn't make any difference. I then followed your instructions to turn on tracing, but I am more puzzled than I was before. The crash reliably happens, every time I suspend/resume without first having tracing turned on. But as soon as I enter "echo devices >/s

Re: [REVIEW][PATCH 2/4] proc: Implement /proc/thread-self to point at the directory of the current thread

2014-08-06 Thread Serge Hallyn
Quoting Eric W. Biederman (ebied...@xmission.com): > > Hi Eric, > > > > I've not had a chance to test these, but apart from two trivial > > comments below these look good to me, and I appreciate the feature. > > So with the two fixes (if needed), > > > > Acked-by: Serge Hallyn > > >> +static int

Re: [PATCH 1/1] spi: Remove unused definitions

2014-08-06 Thread Valdis . Kletnieks
On Wed, 06 Aug 2014 13:53:17 -0400, Nick Krause said: > Remove unused definition which cause the following warnings > > drivers/spi/spi-omap-100k.c:73:0: warning: "WRITE" redefined [enabled by > default] > include/linux/fs.h:193:0: note: this is the location of the previous > definition > driver

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

2014-08-06 Thread Zoltan Kiss
Ignore this series, I've pushed the wrong button. Apologies. -- 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-info.html Please read the FAQ at http://www.tux.or

Re: [REVIEW][PATCH 2/4] proc: Implement /proc/thread-self to point at the directory of the current thread

2014-08-06 Thread Eric W. Biederman
> Hi Eric, > > I've not had a chance to test these, but apart from two trivial > comments below these look good to me, and I appreciate the feature. > So with the two fixes (if needed), > > Acked-by: Serge Hallyn >> +static int proc_thread_self_readlink(struct dentry *dentry, char __user >> *buf

Re: [PATCH net-next 1/2] xen-netback: Using a new state bit instead of carrier

2014-08-06 Thread Zoltan Kiss
On 05/08/14 13:45, Wei Liu wrote: On Mon, Aug 04, 2014 at 04:20:57PM +0100, Zoltan Kiss wrote: This patch introduces a new state bit VIF_STATUS_CONNECTED to track whether the vif is in a connected state. Using carrier will not work with the next patch in this series, which aims to turn the carri

Re: [PATCH] sched: Reduce contention in update_cfs_rq_blocked_load

2014-08-06 Thread Jason Low
On Tue, 2014-08-05 at 03:15 +0800, Yuyang Du wrote: > Hi Jason, > > I am not sure whether you noticed my latest work: rewriting per entity load > average > > http://article.gmane.org/gmane.linux.kernel/1760754 > http://article.gmane.org/gmane.linux.kernel/1760755 > http://article.gmane.org/gmane

[PATCH net-next 2/2 v2] xen-netback: Turn off the carrier if the guest is not able to receive

2014-08-06 Thread Zoltan Kiss
Currently when the guest is not able to receive more packets, qdisc layer starts a timer, and when it goes off, qdisc is started again to deliver a packet again. This is a very slow way to drain the queues, consumes unnecessary resources and slows down other guests shutdown. This patch change the b

[PATCH net-next 1/2 v2] xen-netback: Using a new state bit instead of carrier

2014-08-06 Thread Zoltan Kiss
This patch introduces a new state bit VIF_STATUS_CONNECTED to track whether the vif is in a connected state. Using carrier will not work with the next patch in this series, which aims to turn the carrier temporarily off if the guest doesn't seem to be able to receive packets. Signed-off-by: Zoltan

[PATCH net-next 1/4 v5] pktgen: Fill the payload optionally with a pattern

2014-08-06 Thread Zoltan Kiss
Introduces a new flag called PATTERN, which puts a non-periodic, predicatble pattern into the payload. This was useful to reproduce an otherwise intermittent bug in xen-netback [1], where checksum checking doesn't help. The pattern is a repetition of "%lu ", a series of increasing numbers divided b

<    1   2   3   4   5   6   7   >