Re: [PATCH 1/4] memcg, mm: introduce lowlimit reclaim

2014-05-06 Thread Johannes Weiner
On Tue, May 06, 2014 at 06:12:56PM +0200, Michal Hocko wrote: > I am adding Rik to CC (sorry to put you in the middle of a thread - > we have started here: https://lkml.org/lkml/2014/4/28/237). You were > stressing out risks of using lowlimit as a hard guarantee at LSF. Could > you repeat your

Re: [PATCH 05/17] mm: page_alloc: Only check the zone id check if pages are buddies

2014-05-06 Thread Rik van Riel
On 05/01/2014 04:44 AM, Mel Gorman wrote: > A node/zone index is used to check if pages are compatible for merging > but this happens unconditionally even if the buddy page is not free. Defer > the calculation as long as possible. Ideally we would check the zone boundary > but nodes can overlap. >

Re: [PATCH 08/24] net, diet: Make TCP metrics optional

2014-05-06 Thread josh
On Tue, May 06, 2014 at 09:39:19AM -0700, Eric Dumazet wrote: > On Tue, 2014-05-06 at 08:57 -0700, j...@joshtriplett.org wrote: > > > A NAK isn't going to cut it, here; tiny Linux systems are going to > > exist, and they shouldn't have to maintain a long-term out-of-tree fork > > or use crazy

i.MX28 based system losing eth0 on boot

2014-05-06 Thread Brian Lilly
Uwe: With commit a264b981f2c76e281ef27e7232774bf6c54ec865 we're having eth0 come up, then brought right back down with an MDIO rx timeout moments after. Adding back in the removed code keeps the interface alive and it's working afterward without trouble. I've tested the re-inserted code in

Re: [PATCH 08/24] net, diet: Make TCP metrics optional

2014-05-06 Thread josh
On Tue, May 06, 2014 at 11:59:41AM -0400, David Miller wrote: > From: j...@joshtriplett.org > Date: Tue, 6 May 2014 08:57:03 -0700 > > > On Mon, May 05, 2014 at 11:23:27PM -0400, David Miller wrote: > >> From: Andi Kleen > >> Date: Tue, 6 May 2014 05:21:14 +0200 > >> > >> > What parts would you

Re: [PATCH 08/24] net, diet: Make TCP metrics optional

2014-05-06 Thread Eric Dumazet
On Tue, 2014-05-06 at 08:57 -0700, j...@joshtriplett.org wrote: > A NAK isn't going to cut it, here; tiny Linux systems are going to > exist, and they shouldn't have to maintain a long-term out-of-tree fork > or use crazy things like LWIP. What's wrong with user space implementations of

Re: [PATCH 06/10] workqueue: convert worker_idr to worker_ida

2014-05-06 Thread Tejun Heo
Hello, On Tue, May 06, 2014 at 12:35:24PM -0400, Tejun Heo wrote: > On Wed, May 07, 2014 at 12:33:34AM +0800, Lai Jiangshan wrote: > > On Mon, May 5, 2014 at 10:59 PM, Tejun Heo wrote: > > > On Sun, Apr 27, 2014 at 12:09:01PM +0800, Lai Jiangshan wrote: > > >> @@ -2224,6 +2220,9 @@ woke_up: > >

Performance regression in v3.14

2014-05-06 Thread Johan Hovold
After updating my main system from v3.13 to v3.14.2, I found that the git bash-completion was extremely sluggish. Completing a file name would take roughly six rather than one second on this Haswell machine (i7-4770). (Other things, such as git rebase, also felt slower, but the completion issue

Re: [PATCH 06/10] workqueue: convert worker_idr to worker_ida

2014-05-06 Thread Tejun Heo
On Wed, May 07, 2014 at 12:33:34AM +0800, Lai Jiangshan wrote: > On Mon, May 5, 2014 at 10:59 PM, Tejun Heo wrote: > > On Sun, Apr 27, 2014 at 12:09:01PM +0800, Lai Jiangshan wrote: > >> @@ -2224,6 +2220,9 @@ woke_up: > >> spin_unlock_irq(>lock); > >>

Re: [PATCH 05/17] pci: host: pcie-dra7xx: add support for pcie-dra7xx controller

2014-05-06 Thread Jason Gunthorpe
On Tue, May 06, 2014 at 07:03:51PM +0530, Kishon Vijay Abraham I wrote: > +Example: > +pcie@5100 { > + compatible = "ti,dra7xx-pcie"; > + reg = <0x51002000 0x14c>, <0x5100 0x2000>; > + reg-names = "ti_conf", "rc_dbics"; > + interrupts = <0 232 0x4>, <0 233 0x4>; > +

Re: [PATCH] ceph: fix corruption when using page_count 0 page in rbd

2014-05-06 Thread Ilya Dryomov
On Tue, May 6, 2014 at 8:31 PM, Sage Weil wrote: > On Tue, 6 May 2014, Ilya Dryomov wrote: >> On Wed, Apr 23, 2014 at 8:35 AM, Chunwei Chen wrote: >> > It has been reported that using ZFSonLinux on rbd will result in memory >> > corruption. The bug report can be found here: >> > >> >

Re: [PATCHv5 2/2] arm: Get rid of meminfo

2014-05-06 Thread Laura Abbott
On 5/1/2014 6:08 AM, Grant Likely wrote: > On Thu, 3 Apr 2014 10:04:58 -0700, Laura Abbott > wrote: >> memblock is now fully integrated into the kernel and is the prefered >> method for tracking memory. Rather than reinvent the wheel with >> meminfo, migrate to using memblock directly instead

Re: [PATCH 06/10] workqueue: convert worker_idr to worker_ida

2014-05-06 Thread Lai Jiangshan
On Mon, May 5, 2014 at 10:59 PM, Tejun Heo wrote: > On Sun, Apr 27, 2014 at 12:09:01PM +0800, Lai Jiangshan wrote: >> @@ -2224,6 +2220,9 @@ woke_up: >> spin_unlock_irq(>lock); >> WARN_ON_ONCE(!list_empty(>entry)); >> worker->task->flags &= ~PF_WQ_WORKER;

Re: [RESEND PATCH v3 2/5] charger: tps65090: Allow charger module to be used when no irq

2014-05-06 Thread Doug Anderson
Anton, On Mon, May 5, 2014 at 10:11 PM, Anton Vorontsov wrote: > On Mon, May 05, 2014 at 09:51:28AM -0700, Olof Johansson wrote: >> > All the rest of this series has been acked and applied. Do you have >> > time to review this patch? >> > >> > Thanks! :) >> >> FWIW, I've seen very little email

Re: [PATCH] locks: add some tracepoints in the lease handling code

2014-05-06 Thread J. Bruce Fields
On Mon, May 05, 2014 at 07:57:55AM -0400, Jeff Layton wrote: > v2: add a __break_lease tracepoint for non-blocking case > > Recently, I needed these to help track down a softlockup when recalling a > delegation, but they might be helpful in other situations as well. Still feels a little ad-hoc,

Re: [PATCH] ceph: fix corruption when using page_count 0 page in rbd

2014-05-06 Thread Sage Weil
On Tue, 6 May 2014, Ilya Dryomov wrote: > On Wed, Apr 23, 2014 at 8:35 AM, Chunwei Chen wrote: > > It has been reported that using ZFSonLinux on rbd will result in memory > > corruption. The bug report can be found here: > > > > https://github.com/zfsonlinux/spl/issues/241 > >

Re: [PATCH 03/10] workqueue: async worker destruction

2014-05-06 Thread Tejun Heo
Hello, Lai. On Wed, May 07, 2014 at 12:27:13AM +0800, Lai Jiangshan wrote: > I considered several names (searching from an English dictionary) > assoc/pin/bind/attach/add... Yeah, naming is hard. > The last I chose the winner "bind" from the last two candidates assoc > > worker_OP[_to]_pool()

Re: [patch 2/2] mm: pgtable -- Require X86_64 for soft-dirty tracker

2014-05-06 Thread H. Peter Anvin
On 04/25/2014 01:10 AM, Cyrill Gorcunov wrote: > Tracking dirty status on 2 level pages requires very ugly macros > and taking into account how old the machines who can operate > without PAE mode only are, lets drop soft dirty tracker from > them for code simplicity (note I can't drop all the

Re: [GIT] Sparc

2014-05-06 Thread Dave Jones
On Tue, May 06, 2014 at 11:30:31AM -0400, David Miller wrote: > > I've been auditing the THP support on sparc64 and found several bugs, > hopefully most of which are fixed completely here. Hi Dave, It seems like forever you go you sent me patches to trinity to make it work on sparc. I'm

Re: [PATCH 03/10] workqueue: async worker destruction

2014-05-06 Thread Lai Jiangshan
On Mon, May 5, 2014 at 11:02 PM, Tejun Heo wrote: > On Sun, Apr 27, 2014 at 12:08:58PM +0800, Lai Jiangshan wrote: >> /** >> + * worker_unbind_pool() - unbind the worker from the pool >> + * @worker: worker which is bound to its pool >> + * >> + * Undo the pool-binding which had been done in

Re: [PATCH] ceph: fix corruption when using page_count 0 page in rbd

2014-05-06 Thread Ilya Dryomov
On Wed, Apr 23, 2014 at 8:35 AM, Chunwei Chen wrote: > It has been reported that using ZFSonLinux on rbd will result in memory > corruption. The bug report can be found here: > > https://github.com/zfsonlinux/spl/issues/241 > http://tracker.ceph.com/issues/7790 > > The reason is that ZFS will

Re: [PATCH 04/17] mm: page_alloc: Calculate classzone_idx once from the zonelist ref

2014-05-06 Thread Rik van Riel
On 05/01/2014 04:44 AM, Mel Gorman wrote: > There is no need to calculate zone_idx(preferred_zone) multiple times > or use the pgdat to figure it out. > > Signed-off-by: Mel Gorman Acked-by: Rik van Riel -- All rights reversed -- To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 2/4] ARM: dts: am335x-evm: use phandles for USB and DMA refs

2014-05-06 Thread Felipe Balbi
On Mon, Apr 28, 2014 at 10:58:30AM -0300, Guido Martínez wrote: > Use phandles instead of unit adresses to reference usb and dma nodes. > This makes the DT more robust and readable. > > Signed-off-by: Guido Martínez Acked-by: Felipe Balbi > --- > arch/arm/boot/dts/am335x-evm.dts | 12

Re: [PATCH 3/4] ARM: dts: am335x-evmsk: use phandles for USB and DMA refs

2014-05-06 Thread Felipe Balbi
On Mon, Apr 28, 2014 at 10:58:31AM -0300, Guido Martínez wrote: > Use phandles instead of unit adresses to reference usb and dma nodes. > This makes the DT more robust and readable. > > Signed-off-by: Guido Martínez Acked-by: Felipe Balbi > --- > arch/arm/boot/dts/am335x-evmsk.dts | 12

Re: [PATCH 4/4] ARM: dts: am335x-igep0033: use phandles for USB and DMA refs

2014-05-06 Thread Felipe Balbi
On Mon, Apr 28, 2014 at 10:58:32AM -0300, Guido Martínez wrote: > Use phandles instead of unit adresses to reference usb and dma nodes. > This makes the DT more robust and readable. > > Signed-off-by: Guido Martínez Acked-by: Felipe Balbi > --- > arch/arm/boot/dts/am335x-igep0033.dtsi | 12

Re: [PATCH 1/4] ARM: dts: am335x-bone-common: use phandles for USB and DMA refs

2014-05-06 Thread Felipe Balbi
On Mon, Apr 28, 2014 at 10:58:29AM -0300, Guido Martínez wrote: > Use phandles instead of unit adresses to reference usb and dma nodes. > This makes the DT more robust and readable. > > Signed-off-by: Guido Martínez Acked-by: Felipe Balbi > --- > arch/arm/boot/dts/am335x-bone-common.dtsi |

Re: perf_fuzzer crash on pentium 4

2014-05-06 Thread Cyrill Gorcunov
On Tue, May 06, 2014 at 12:11:49PM -0400, Vince Weaver wrote: > > If I had infinite time I'd try to get the SGI Octane, Ultrasparc, and > avr32 boards up and going again. Btw, Vince, perf_fuzzer -- it's http://web.eece.maine.edu/~vweaver/projects/perf_events/fuzzer/? -- To unsubscribe from

Re: [Resend/PATCH] arm: dts: am43x-epos: Add qspi device.

2014-05-06 Thread Tony Lindgren
* sourav [140506 01:23]: > Hi Tony, > > On Monday 28 April 2014 07:12 PM, Sourav Poddar wrote: > >This patch adds qspi nodes for am43xx SOC devices. > > > >Signed-off-by: Sourav Poddar > > This patch has been posted many times before. > If this patch looks OK, can it be picked? Thanks applying

Re: [PATCH 1/4] memcg, mm: introduce lowlimit reclaim

2014-05-06 Thread Michal Hocko
I am adding Rik to CC (sorry to put you in the middle of a thread - we have started here: https://lkml.org/lkml/2014/4/28/237). You were stressing out risks of using lowlimit as a hard guarantee at LSF. Could you repeat your concerns here as well, please? Short summary: We are basically

Re: [PATCH 1/2] uprobes: add comment with insn opcodes, mnemonics and why we dont support them

2014-05-06 Thread Denys Vlasenko
On 05/06/2014 12:32 AM, Jim Keniston wrote: > All of the following is FYI. > > The good-instruction tables date back 2006-2007. Back then, the > philosophy was to disallow any questionable opcodes, and add them back > into the "good" tables only when a need was demonstrated (i.e., somebody >

Re: Slow down stupid pounders

2014-05-06 Thread Borislav Petkov
On Tue, May 06, 2014 at 05:08:19PM +0200, Mike Galbraith wrote: > Rather than ratelimit the interface perhaps send a ratelimited note > telling the user straight up that he's begging for trouble. We can > ignore it when regression testing, and point it out to Joe Pounder > should he fail to

Re: perf_fuzzer crash on pentium 4

2014-05-06 Thread Vince Weaver
On Tue, 6 May 2014, Peter Zijlstra wrote: > On Tue, May 06, 2014 at 11:42:58AM -0400, Vince Weaver wrote: > > > > So just to be difficult I fired up the perf_fuzzer on a Pentium 4 machine. > > > > It crashes more or less instantly (sorry for the line wrapping, > > just got the serial console

Re: perf_fuzzer crash on pentium 4

2014-05-06 Thread Cyrill Gorcunov
On Tue, May 06, 2014 at 12:05:41PM -0400, Vince Weaver wrote: > On Tue, 6 May 2014, Cyrill Gorcunov wrote: > > > On Tue, May 06, 2014 at 05:46:37PM +0200, Peter Zijlstra wrote: > > > On Tue, May 06, 2014 at 11:42:58AM -0400, Vince Weaver wrote: > > > > > > > > So just to be difficult I fired up

Re: [PATCH] spi: atmel: fix incorrect comparison

2014-05-06 Thread Nicolas Ferre
On 06/05/2014 17:44, Alexandre Belloni : > Found using smatch: > drivers/spi/spi-atmel.c:878 atmel_spi_pump_pio_data() warn: unsigned > 'as->current_remaining_bytes' is never less than zero. > > Signed-off-by: Alexandre Belloni Yes as the variable is declared as unsigned: Acked-by: Nicolas

Re: [PATCH 02/10] workqueue: destroy_worker() should destroy idle workers only

2014-05-06 Thread Lai Jiangshan
On Mon, May 5, 2014 at 9:13 PM, Tejun Heo wrote: > Hello, > > On Sun, Apr 27, 2014 at 12:08:57PM +0800, Lai Jiangshan wrote: >> @@ -1692,9 +1691,8 @@ static struct worker *alloc_worker(void) >> * create_worker - create a new workqueue worker >> * @pool: pool the new worker will belong to >>

Re: [RFC][PATCH v2] hwmon: add support for Sensirion SHTC1 sensor

2014-05-06 Thread Tomas Pop
Hi Gunter, Yes, that's exactly the idea - we would like to provide basic support for a few low-cost boards as a starting point for anybody who is interested in the sensor. Previously I was testing mostly on some Android devices (kernel 3.4), and it seems, that a lot of thinks changed in since

Re: perf_fuzzer crash on pentium 4

2014-05-06 Thread Vince Weaver
On Tue, 6 May 2014, Cyrill Gorcunov wrote: > On Tue, May 06, 2014 at 05:46:37PM +0200, Peter Zijlstra wrote: > > On Tue, May 06, 2014 at 11:42:58AM -0400, Vince Weaver wrote: > > > > > > So just to be difficult I fired up the perf_fuzzer on a Pentium 4 machine. > > > > > > It crashes more or

Re: [PATCH 08/24] net, diet: Make TCP metrics optional

2014-05-06 Thread David Miller
From: j...@joshtriplett.org Date: Tue, 6 May 2014 08:57:03 -0700 > On Mon, May 05, 2014 at 11:23:27PM -0400, David Miller wrote: >> From: Andi Kleen >> Date: Tue, 6 May 2014 05:21:14 +0200 >> >> > What parts would you remove to get the foot print down for a 2MB >> > single purpose machine? >>

Re: [PATCH 08/24] net, diet: Make TCP metrics optional

2014-05-06 Thread josh
On Mon, May 05, 2014 at 11:23:27PM -0400, David Miller wrote: > From: Andi Kleen > Date: Tue, 6 May 2014 05:21:14 +0200 > > > What parts would you remove to get the foot print down for a 2MB > > single purpose machine? > > I wouldn't use Linux, end of story. > > Maybe two decades ago, but not

[PATCH 0/3] perf tools: Add libdw DWARF post unwind support for ARM64

2014-05-06 Thread Jean Pihet
Adding libdw DWARF post unwind support, which is part of elfutils-devel/libdw-dev package from version 0.158. Also includes the test suite for dwarf unwinding, by adding the arch specific test code and the perf_regs_load function. This series depends on the following kernel patches series: -

[PATCH 3/3] perf tools: Add libdw DWARF post unwind support for ARM64

2014-05-06 Thread Jean Pihet
Adding libdw DWARF post unwind support, which is part of elfutils-devel/libdw-dev package from version 0.158. Note: the libdw code needs some support for dwarf unwinding on ARM64, this code is submitted seperately on the elfutils ML. The new code is contained in unwin-libdw.c object, and

[PATCH 1/3] perf tests: Introduce perf_regs_load function on ARM64

2014-05-06 Thread Jean Pihet
Introducing perf_regs_load function, which is going to be used for dwarf unwind test in following patches. It takes single argument as a pointer to the regs dump buffer and populates it with current registers values, as expected by the perf built-in unwinding test. Signed-off-by: Jean Pihet Cc:

[PATCH 2/3] perf tests: Add dwarf unwind test on ARM64

2014-05-06 Thread Jean Pihet
Adding dwarf unwind test, that setups live machine data over the perf test thread and does the remote unwind. Need to use -fno-optimize-sibling-calls for test compilation, otherwise 'krava_*' function calls are optimized into jumps and ommited from the stack unwind. Cc: Jiri Olsa Cc: Corey

Re: [PATCH 15/17] mm: Do not use unnecessary atomic operations when adding pages to the LRU

2014-05-06 Thread Mel Gorman
On Tue, May 06, 2014 at 05:30:53PM +0200, Vlastimil Babka wrote: > On 05/01/2014 10:44 AM, Mel Gorman wrote: > >When adding pages to the LRU we clear the active bit unconditionally. As the > >page could be reachable from other paths we cannot use unlocked operations > >without risk of corruption

[PATCH] pvpanic: Set high notifier priority

2014-05-06 Thread Takashi Iwai
We've observed the missing pvpanic call at panic, and it turned out that this was blocked by the broken notifier of drm_fb_helper, where scheduling may be called during switching to the fb console. It's fairly difficult to fix the drm_fb problem and a quick fix isn't foreseen, a simpler solution

Re: [PATCH 0/4] Enable ST Keyscan driver

2014-05-06 Thread Maxime Coquelin
Hi Srini, I will prepare the branch next week for the pull request. Thanks, Maxime On 05/06/2014 02:39 PM, Srinivas Kandagatla wrote: All the DT patches look good for me. Acked-by: Srinivas Kandagatla I think It will be better to send a pull request to Arnd/Olof including other

[PATCH] uprobe: fix 2-byte opcode table

2014-05-06 Thread Denys Vlasenko
Enabled probing of lar, lsl, popcnt, lddqu, prefetch insns - should be safe, they throw no exceptions. Enabled probing of 3-byte opcodes 0f 38-3f xx - these are vector isns, so should be safe. Enabled probing of many currently undefined 0f xx insns. At the rate new vector instructions are

Re: perf_fuzzer crash on pentium 4

2014-05-06 Thread Cyrill Gorcunov
On Tue, May 06, 2014 at 05:46:37PM +0200, Peter Zijlstra wrote: > On Tue, May 06, 2014 at 11:42:58AM -0400, Vince Weaver wrote: > > > > So just to be difficult I fired up the perf_fuzzer on a Pentium 4 machine. > > > > It crashes more or less instantly (sorry for the line wrapping, > > just got

Re: [lm-sensors] coretemp.0 folder contents changed

2014-05-06 Thread Srinivas Pandruvada
On 05/06/2014 08:20 AM, Srinivas Pandruvada wrote: On 05/06/2014 04:55 AM, Jean Delvare wrote: Hi Guenter, Srinivas, On Mon, 5 May 2014 10:32:31 -0700, Guenter Roeck wrote: On Mon, May 05, 2014 at 10:13:11AM -0700, Srinivas Pandruvada wrote: for kernel : 3.15.rc3 . Is there any change in

Re: perf_fuzzer crash on pentium 4

2014-05-06 Thread Peter Zijlstra
On Tue, May 06, 2014 at 11:42:58AM -0400, Vince Weaver wrote: > > So just to be difficult I fired up the perf_fuzzer on a Pentium 4 machine. > > It crashes more or less instantly (sorry for the line wrapping, > just got the serial console hooked up and don't have minicom configured > right

Re: [PATCH v3 04/20] usb: xhci: add a platform-private field

2014-05-06 Thread Felipe Balbi
On Tue, May 06, 2014 at 02:13:59AM +0200, Gregory CLEMENT wrote: > This patch adds an xhci->priv field for private use by xHCI platform > drivers. This field was present for OHCI and EHCI and it was not > needed until now for xHCI. With the introduction of the clock support, > then a private field

Re: [PATCHv3 3/3] edac: altera: Add EDAC support for Altera SDRAM

2014-05-06 Thread Dinh Nguyen
On Mon, 2014-05-05 at 17:52 -0500, Thor Thayer wrote: > From: Thor Thayer > > --- > v2: Use the SDRAM controller registers to calculate memory size > instead of the Device Tree. Update To & Cc list. Add maintainer > information. > > v3: EDAC driver cleanup based on comments from Mailing

[PATCH] spi: atmel: fix incorrect comparison

2014-05-06 Thread Alexandre Belloni
Found using smatch: drivers/spi/spi-atmel.c:878 atmel_spi_pump_pio_data() warn: unsigned 'as->current_remaining_bytes' is never less than zero. Signed-off-by: Alexandre Belloni --- drivers/spi/spi-atmel.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

Re: [PATCH] plist: replace pr_debug with printk in plist_test()

2014-05-06 Thread Fabian Frederick
On Tue, 6 May 2014 08:30:56 -0400 Dan Streetman wrote: > On Mon, May 5, 2014 at 4:35 PM, Andrew Morton > wrote: > > On Mon, 5 May 2014 10:43:05 -0400 Dan Streetman wrote: > > > >> Replace pr_debug() in lib/plist.c test function plist_test() with > >> printk(KERN_DEBUG ...). > >> > >> Without

[PATCH] mmc: atmel: don't test host->data

2014-05-06 Thread Alexandre Belloni
Found using smatch: drivers/mmc/host/atmel-mci.c:827 atmci_pdc_complete() warn: variable dereferenced before check 'host->data' (see line 807) Stop testing host->data as it is not NULL at that point. Signed-off-by: Alexandre Belloni --- drivers/mmc/host/atmel-mci.c | 13 +++-- 1 file

Re: [PATCH 01/10] workqueue: use manager lock only to protect worker_idr

2014-05-06 Thread Lai Jiangshan
On Mon, May 5, 2014 at 9:01 PM, Tejun Heo wrote: > On Sun, Apr 27, 2014 at 12:08:56PM +0800, Lai Jiangshan wrote: >> worker_idr is highly bound to managers and is always/only accessed in manager >> lock context. So we don't need pool->lock for it. >> >> Signed-off-by: Lai Jiangshan > ... >> @@

Linux 3.10.39

2014-05-06 Thread Greg KH
I'm announcing the release of the 3.10.39 kernel. All users of the 3.10 kernel series must upgrade. The updated 3.10.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.10.y and can be browsed at the normal kernel.org git web

Re: Linux 3.4.89

2014-05-06 Thread Greg KH
diff --git a/Makefile b/Makefile index b2192326e7f9..2c2ec2cedd52 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 4 -SUBLEVEL = 88 +SUBLEVEL = 89 EXTRAVERSION = NAME = Saber-toothed Squirrel diff --git a/arch/arm/include/asm/div64.h

Linux 3.14.3

2014-05-06 Thread Greg KH
I'm announcing the release of the 3.14.3 kernel. All users of the 3.14 kernel series must upgrade. The updated 3.14.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.14.y and can be browsed at the normal kernel.org git web browser:

Re: [PATCH v3 06/20] usb: host: xhci-plat: Add support for the Armada 38x

2014-05-06 Thread Felipe Balbi
Hi, On Tue, May 06, 2014 at 02:14:01AM +0200, Gregory CLEMENT wrote: > For the Armada 38x SoCs which come with an xhci controller, specific > initialization must be done during probe related to the MBus windows > configuration. This patch adds the support of this quirk. > > Signed-off-by:

Linux 3.4.89

2014-05-06 Thread Greg KH
I'm announcing the release of the 3.4.89 kernel. All users of the 3.4 kernel series must upgrade. The updated 3.4.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.4.y and can be browsed at the normal kernel.org git web browser:

perf_fuzzer crash on pentium 4

2014-05-06 Thread Vince Weaver
So just to be difficult I fired up the perf_fuzzer on a Pentium 4 machine. It crashes more or less instantly (sorry for the line wrapping, just got the serial console hooked up and don't have minicom configured right yet). this is 3.15-rc4 with the anti-memory corruption patch applied. [

[PATCH] netdev: add support for interface name retrieval from DT aliases

2014-05-06 Thread Boris BREZILLON
There is currently no proper way to bind a net interface to a specific name. The interface name is chosen based on the interface type (eth, wlan, ...) and the interfaces already registered (the core codes takes the first unused interface id of the given type). Add support for DT retrieval of the

Re: RFC: A reduced Linux network stack for small systems

2014-05-06 Thread Tom Zanussi
On Tue, 2014-05-06 at 08:20 -0700, Alexei Starovoitov wrote: > On Tue, May 6, 2014 at 6:34 AM, Tom Zanussi > wrote: > > On Tue, 2014-05-06 at 09:25 +0200, Richard Weinberger wrote: > >> On Tue, May 6, 2014 at 12:25 AM, Andi Kleen wrote: > >> > There has been a lot of interest recently to run

Re: [PATCH 15/17] mm: Do not use unnecessary atomic operations when adding pages to the LRU

2014-05-06 Thread Vlastimil Babka
On 05/01/2014 10:44 AM, Mel Gorman wrote: When adding pages to the LRU we clear the active bit unconditionally. As the page could be reachable from other paths we cannot use unlocked operations without risk of corruption such as a parallel mark_page_accessed. This patch test if is necessary to

[GIT] Sparc

2014-05-06 Thread David Miller
I've been auditing the THP support on sparc64 and found several bugs, hopefully most of which are fixed completely here. Also an RT kernel locking fix from Kirill Tkhai. Please pull, thanks a lot! The following changes since commit b7270cce7db770602510043b212992d839fd25a6: Merge tag

[PATCH 2/3] perf tests: Add dwarf unwind test on ARM

2014-05-06 Thread Jean Pihet
Adding dwarf unwind test, that setups live machine data over the perf test thread and does the remote unwind. Need to use -fno-optimize-sibling-calls for test compilation, otherwise 'krava_*' function calls are optimized into jumps and ommited from the stack unwind. So far it was enabled only

[PATCH 0/3] perf tools: Add libdw DWARF post unwind support for ARM

2014-05-06 Thread Jean Pihet
Adding libdw DWARF post unwind support, which is part of elfutils-devel/libdw-dev package from version 0.158. Also includes the test suite for dwarf unwinding, by adding the arch specific test code and the perf_regs_load function. Jean Pihet (3): perf tests: Introduce perf_regs_load function

[PATCH 3/3] perf tools: Add libdw DWARF post unwind support for ARM

2014-05-06 Thread Jean Pihet
Adding libdw DWARF post unwind support, which is part of elfutils-devel/libdw-dev package from version 0.158. The new code is contained in unwin-libdw.c object, and implements unwind__get_entries unwind interface function. Signed-off-by: Jean Pihet Cc: Jiri Olsa Cc: Corey Ashford Cc: Frederic

[PATCH 1/3] perf tests: Introduce perf_regs_load function on ARM

2014-05-06 Thread Jean Pihet
Introducing perf_regs_load function, which is going to be used for dwarf unwind test in following patches. It takes single argument as a pointer to the regs dump buffer and populates it with current registers values. Signed-off-by: Jean Pihet Cc: Corey Ashford Cc: Frederic Weisbecker Cc: Ingo

Re: [PATCH v5 0/8] Introduce new cpufreq helper macros

2014-05-06 Thread Geert Uytterhoeven
Hi Stratos, On Wed, Apr 30, 2014 at 12:26 AM, Rafael J. Wysocki wrote: > On Tuesday, April 29, 2014 07:05:17 PM Stratos Karafotis wrote: >> On 29/04/2014 07:17 πμ, Viresh Kumar wrote: >> > On 26 April 2014 01:45, Stratos Karafotis wrote: >> >> This patch set introduces two freq_table helper

Re: RFC: A reduced Linux network stack for small systems

2014-05-06 Thread Alexei Starovoitov
On Tue, May 6, 2014 at 6:34 AM, Tom Zanussi wrote: > On Tue, 2014-05-06 at 09:25 +0200, Richard Weinberger wrote: >> On Tue, May 6, 2014 at 12:25 AM, Andi Kleen wrote: >> > There has been a lot of interest recently to run Linux on very small >> > systems, >> > like Quark systems. These may have

Re: [PATCH 1/4] memcg, mm: introduce lowlimit reclaim

2014-05-06 Thread Johannes Weiner
On Tue, May 06, 2014 at 04:32:42PM +0200, Michal Hocko wrote: > On Tue 06-05-14 09:29:32, Johannes Weiner wrote: > > On Fri, May 02, 2014 at 06:00:56PM -0400, Johannes Weiner wrote: > > > On Fri, May 02, 2014 at 06:49:30PM +0200, Michal Hocko wrote: > > > > On Fri 02-05-14 11:58:05, Johannes

Re: [PATCH 6/6] mm: Postpone the disabling of kmemleak early logging

2014-05-06 Thread Sasha Levin
On 05/02/2014 09:41 AM, Catalin Marinas wrote: > Currently, kmemleak_early_log is disabled at the beginning of the > kmemleak_init() function, before the full kmemleak tracing is actually > enabled. In this small window, kmem_cache_create() is called by kmemleak > which triggers additional memory

Re: [PATCH 10/19] arm: dts: add cooling properties on omap4430 cpu node

2014-05-06 Thread Tony Lindgren
* Alex Shi [140325 03:54]: > From: Eduardo Valentin > > OMAP4430 devices can reach high temperatures and thus > needs to have cpufreq-cooling on systems running on it. > > This patch adds the required cooling device properties > so that cpufreq-cpu0 driver loads the cooling device. Alex,

Re: [PATCH 1/2] ARM: SAMSUNG: remove gpio flags in dev-backlight

2014-05-06 Thread Thierry Reding
On Tue, May 06, 2014 at 11:33:00PM +0900, Alexandre Courbot wrote: > On Tue, May 6, 2014 at 1:59 PM, Kukjin Kim wrote: > > Alexandre Courbot wrote: > >> > >> On Thu, Apr 10, 2014 at 11:14 PM, Alexandre Courbot > >> wrote: > >> > On Thu, Apr 10, 2014 at 6:51 PM, Jingoo Han wrote: > >> >> On

Re: [PATCH] net: macb: set interface name based on DT aliases

2014-05-06 Thread Boris BREZILLON
Hi Olof, On 05/05/2014 22:40, Olof Johansson wrote: > On Wed, Mar 12, 2014 at 11:29:56AM +0100, Boris BREZILLON wrote: >> Use aliases to set the interface name (ethX) instead of automatic >> assignement. >> >> Signed-off-by: Boris BREZILLON >> --- >> >> Hello Nicolas, Jean-Christophe, >> >> This

[PATCH] usb: gadget: atmel_usba: always test udc->driver

2014-05-06 Thread Alexandre Belloni
Found using smatch: drivers/usb/gadget/atmel_usba_udc.c:1689 usba_udc_irq() error: we previously assumed 'udc->driver' could be null (see line 1636) Always test udc->driver before using its members. Signed-off-by: Alexandre Belloni --- drivers/usb/gadget/atmel_usba_udc.c | 2 +- 1 file

Re: [lm-sensors] coretemp.0 folder contents changed

2014-05-06 Thread Srinivas Pandruvada
On 05/06/2014 04:55 AM, Jean Delvare wrote: Hi Guenter, Srinivas, On Mon, 5 May 2014 10:32:31 -0700, Guenter Roeck wrote: On Mon, May 05, 2014 at 10:13:11AM -0700, Srinivas Pandruvada wrote: for kernel : 3.15.rc3 . Is there any change in the coretemp? Previously we used to see, tempx data

[GIT PULL] fuse fixes for 3.15

2014-05-06 Thread Miklos Szeredi
Hi Linus, Please pull the following: git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git for-linus This adds ctime update in the new cached writeback mode and also fixes/simplifies the mtime update handling. Support for rename flags (aka renameat2) is also added to the userspace

Re: [PATCH 08/17] mm: page_alloc: Use word-based accesses for get/set pageblock bitmaps

2014-05-06 Thread Mel Gorman
On Tue, May 06, 2014 at 04:42:18PM +0200, Vlastimil Babka wrote: > >>>+unsigned long get_pageblock_flags_mask(struct page *page, > >>>+ unsigned long end_bitidx, > >>>+ unsigned long nr_flag_bits, > >>>+

Re: [PATCH v8 1/1] Driver for Beckhoff CX5020 EtherCAT master module.

2014-05-06 Thread Tobias Klauser
On 2014-05-06 at 16:56:06 +0200, Tobias Klauser wrote: > On 2014-05-05 at 21:10:45 +0200, Darek Marcinkiewicz > wrote: > > > > This driver adds support for EtherCAT master module located on CCAT > > FPGA found on Beckhoff CX series industrial PCs. The driver exposes > > EtherCAT master as an

Re: [PATCH 03/17] mm: page_alloc: Use jump labels to avoid checking number_of_cpusets

2014-05-06 Thread Rik van Riel
On 05/01/2014 04:44 AM, Mel Gorman wrote: > If cpusets are not in use then we still check a global variable on every > page allocation. Use jump labels to avoid the overhead. > > Signed-off-by: Mel Gorman Reviewed-by: Rik van Riel -- All rights reversed -- To unsubscribe from this list: send

Re: [PATCH 02/17] mm: page_alloc: Do not treat a zone that cannot be used for dirty pages as "full"

2014-05-06 Thread Rik van Riel
On 05/01/2014 04:44 AM, Mel Gorman wrote: > If a zone cannot be used for a dirty page then it gets marked "full" > which is cached in the zlc and later potentially skipped by allocation > requests that have nothing to do with dirty zones. > > Signed-off-by: Mel Gorman > Acked-by: Johannes Weiner

[PATCH] Documentation: expand/clarify debug documentation

2014-05-06 Thread Dan Streetman
The pr_debug() and related debug print macros all differ from the normal pr_XXX() macros, in that the normal ones print unconditionally, while the debug macros are compiled out unless DEBUG is defined or CONFIG_DYNAMIC_DEBUG is set. This isn't obvious, and the only way to find this out is either

Re: Slow down stupid pounders

2014-05-06 Thread Mike Galbraith
On Tue, 2014-05-06 at 12:29 +0200, Borislav Petkov wrote: > Hi, > > so I'm getting sick'n'tired of all those bug reports of people pounding > cpu hotplug with stupid scripts. > > * We know cpu hotplug is fragile/buggy/crap/needs proper rewrite. > > * Stupid hotplugging script doesn't resemble

Re: [PATCH 23/24] net, diet: Add coccinelle script to convert drivers to ETHTOOL_OPS

2014-05-06 Thread David Miller
From: Nicolas Palix Date: Tue, 6 May 2014 11:27:27 +0200 > I saw you rejected almost the entire patch series. > > However, is there any interest to enforce the use of SET_ETHTOOL_OPS ? > Are you likely to merge the patch 24/24 [1] ? SET_ETHTOOL_OPS only exists so that drivers could be compiled

Re: [patch v2 4/4] mm, thp: do not perform sync compaction on pagefault

2014-05-06 Thread Vlastimil Babka
On 05/06/2014 10:55 AM, Mel Gorman wrote: On Fri, May 02, 2014 at 01:29:33PM -0700, David Rientjes wrote: On Fri, 2 May 2014, Mel Gorman wrote: The page locks I'm referring to is the lock_page() in __unmap_and_move() that gets called for sync compaction after the migrate_pages() iteration

Re: [PATCH 01/17] mm: page_alloc: Do not update zlc unless the zlc is active

2014-05-06 Thread Rik van Riel
On 05/01/2014 04:44 AM, Mel Gorman wrote: > The zlc is used on NUMA machines to quickly skip over zones that are full. > However it is always updated, even for the first zone scanned when the > zlc might not even be active. As it's a write to a bitmap that potentially > bounces cache line it's

Re: [PATCH/RFC] usb: gadget: CONFIG_USB_S3C_HSOTG should depend on HAS_DMA

2014-05-06 Thread Geert Uytterhoeven
Hi David, On Tue, May 6, 2014 at 3:17 PM, David Laight wrote: >> If NO_DMA=y: >> >> drivers/built-in.o: In function `s3c_hsotg_map_dma': >> s3c-hsotg.c:(.text+0x375b2c): undefined reference to `usb_gadget_map_request' >> drivers/built-in.o: In function `s3c_hsotg_unmap_dma': >>

Re: [PATCH 1/7] ARM: dts: socfpga: add gpio pieces

2014-05-06 Thread Alan Tull
On Mon, May 5, 2014 at 5:02 PM, Olof Johansson wrote: > Hi, > > I saw this patch as it came in through Dinh's pull request, see below: > > > On Sat, Mar 22, 2014 at 9:16 AM, Sebastian Andrzej Siewior > wrote: >> The cycloneV has three gpio controllers, the first two with 29 gpios, the >> last

Re: + printk-print-initial-logbuf-contents-before-re-enabling-interrupts.patch added to -mm tree

2014-05-06 Thread Will Deacon
On Tue, May 06, 2014 at 03:00:32PM +0100, Jan Kara wrote: > On Tue 06-05-14 14:12:34, Will Deacon wrote: > > On Tue, May 06, 2014 at 01:29:58PM +0100, Jan Kara wrote: > > > Well, with serial console the backlog can get actually pretty big. > > > During > > > boot on large machines I've seen

Re: [PATCH 3.12 00/50] 3.12.19-stable review

2014-05-06 Thread Shuah Khan
On 05/05/2014 06:28 AM, Jiri Slaby wrote: This is the start of the stable review cycle for the 3.12.19 release. There are 50 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

Re: [PATCH 3.14 000/158] 3.14.3-stable review

2014-05-06 Thread Shuah Khan
On 05/04/2014 09:38 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.14.3 release. There are 158 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

Re: [PATCH v8 1/1] Driver for Beckhoff CX5020 EtherCAT master module.

2014-05-06 Thread Tobias Klauser
On 2014-05-05 at 21:10:45 +0200, Darek Marcinkiewicz wrote: > > This driver adds support for EtherCAT master module located on CCAT > FPGA found on Beckhoff CX series industrial PCs. The driver exposes > EtherCAT master as an ethernet interface. > > EtherCAT is a fieldbus protocol defined on

Re: [PATCH 3.10 00/86] 3.10.39-stable review

2014-05-06 Thread Shuah Khan
On 05/04/2014 09:40 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 3.10.39 release. There are 86 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

[PATCH] staging: lustre: remove unused variables

2014-05-06 Thread Emil Goode
The following commit left some unused variables behind. commit 80db2734acbc78db12798cfb611d6acc7fe389e6 Author: Fredrick John Berchmans Date: Fri May 2 19:50:15 2014 -0700 staging: lustre use kernel socket sockopt apis Signed-off-by: Emil Goode ---

Re: [PATCH] [NOMERGE] reserved ram for pstore on PC (applied on top of new pstore patch)

2014-05-06 Thread Paul Gortmaker
On 14-05-06 01:03 AM, Liu ShuoX wrote: > for pstore record test. I don't know what kind of cc mechanism you were manually deploying when using git send-email here, but it is customary to actually ensure that the 0/N summary also appears in the inbox of anyone who is cc'd on any of the patches, so

Re: dcache shrink list corruption?

2014-05-06 Thread Linus Torvalds
On Tue, May 6, 2014 at 3:17 AM, Miklos Szeredi wrote: > > Patches look okay to me. > > Reviewed-by: Miklos Szeredi > >> dentry_kill(): don't try to remove from shrink list > > Backport of this to 3.12 was tested by IBM and apparently fixes the > issue for them (I didn't backport the

Re: tracing: Replace __get_cpu_var uses with this_cpu_ptr

2014-05-06 Thread Christoph Lameter
On Tue, 6 May 2014, Steven Rostedt wrote: > I pulled this into my 3.16 queue. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

<    1   2   3   4   5   6   7   8   9   10   >