Re: 4.1-rc6: ATA link is slow to respond, please be patient

2015-08-08 Thread Denis Kirjanov
On 8/7/15, Christian Kujau wrote: > Hi, > > this PowerBook G4 was running 3.16 for a while but now I wanted to upgrade > to latest mainline. However, during bootup the following happens: > > === > [2.237102] ata1: PATA max UDMA/100 irq 39 > [2.401708] ata1.00: A

Re: [PATCH 0/8] misc: remove boundary checks from bin attr users

2015-08-08 Thread Vladimir Zapolskiy
Hi Wolfram, On 08.08.2015 01:34, Wolfram Sang wrote: > >> if we're talking about this particular series, you should have them in >> your mailbox, since you have them applied in wsa/i2c/for-next: > > Those are already in linus tree. I mean all drivers which use struct > i2c_driver. Or do you pref

Re: [PATCH 0/8] misc: remove boundary checks from bin attr users

2015-08-08 Thread Wolfram Sang
On Sat, Aug 08, 2015 at 03:51:54PM +0300, Vladimir Zapolskiy wrote: > Hi Wolfram, > > On 08.08.2015 01:34, Wolfram Sang wrote: > > > >> if we're talking about this particular series, you should have them in > >> your mailbox, since you have them applied in wsa/i2c/for-next: > > > > Those are alr

Re: [v2 2/9] dpaa_eth: add support for DPAA Ethernet

2015-08-08 Thread Florian Fainelli
Le 08/05/15 08:41, Madalin Bucur a écrit : > This introduces the Freescale Data Path Acceleration Architecture > (DPAA) Ethernet driver (dpaa_eth) that builds upon the DPAA QMan, > BMan, PAMU and FMan drivers to deliver Ethernet connectivity on > the Freescale DPAA QorIQ platforms. > > Signed-off-

Re: 4.1-rc6: ATA link is slow to respond, please be patient

2015-08-08 Thread Christian Kujau
On August 8, 2015 1:57:05 AM PDT, Denis Kirjanov wrote: >On 8/7/15, Christian Kujau wrote: >> Hi, >> >> this PowerBook G4 was running 3.16 for a while but now I wanted to >upgrade >> to latest mainline. However, during bootup the following happens: >> >> === >> [2.

[PATCH 3/5] drivers/tty: make hvc_console.c explicitly non-modular

2015-08-08 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/tty/hvc/Kconfig:config HVC_DRIVER drivers/tty/hvc/Kconfig:bool ...meaning that it currently is not being built as a module by anyone. Lets remove the modular code that is essentially orphaned, so that when reading the

[PATCH 0/5] drivers/tty: make more bool drivers explicitly non-modular

2015-08-08 Thread Paul Gortmaker
This second set of patches to drivers/tty steps outside of the serial dir, and an improved auditing finds two more serial drivers pretending to be modular that really are not. The reasoning for doing this is the same as the first set[1] of patches and is largely copied below: In the previous me

Re: [V3] powerpc/irq: Enable some more exceptions in /proc/interrupts interface

2015-08-08 Thread Benjamin Herrenschmidt
On Tue, 2015-08-04 at 19:57 +1000, Michael Ellerman wrote: > On Mon, 2015-13-07 at 08:16:06 UTC, Anshuman Khandual wrote: > > This patch enables facility unavailable exceptions for generic facility, > > FPU, ALTIVEC and VSX in /proc/interrupts listing by incrementing their > > newly added IRQ stati

Re: powerpc: Add an inline function to update HID0

2015-08-08 Thread Benjamin Herrenschmidt
On Tue, 2015-08-04 at 20:08 +1000, Michael Ellerman wrote: > On Tue, 2015-04-08 at 08:30:58 UTC, "Gautham R. Shenoy" wrote: > > Section 3.7 of Version 1.2 of the Power8 Processor User's Manual > > prescribes that updates to HID0 be preceded by a SYNC instruction and > > followed by an ISYNC instruc

Re: 4.1-rc6: ATA link is slow to respond, please be patient

2015-08-08 Thread Christian Kujau
[Adding linux-...@vger.kernel.org] On Fri, 7 Aug 2015, Christian Kujau wrote: > this PowerBook G4 was running 3.16 for a while but now I wanted to upgrade > to latest mainline. However, during bootup the following happens: > > === > [2.237102] ata1: PATA max UDMA/

[PATCH v7 0/6] Allow user to request memory to be locked on page fault

2015-08-08 Thread Eric B Munson
mlock() allows a user to control page out of program memory, but this comes at the cost of faulting in the entire mapping when it is allocated. For large mappings where the entire area is not necessary this is not ideal. Instead of forcing all locked pages to be present when they are allocated, t

[PATCH v7 4/6] mm: mlock: Add mlock flags to enable VM_LOCKONFAULT usage

2015-08-08 Thread Eric B Munson
The previous patch introduced a flag that specified pages in a VMA should be placed on the unevictable LRU, but they should not be made present when the area is created. This patch adds the ability to set this state via the new mlock system calls. We add MLOCK_ONFAULT for mlock2 and MCL_ONFAULT f

[PATCH v7 2/6] mm: mlock: Add new mlock system call

2015-08-08 Thread Eric B Munson
With the refactored mlock code, introduce a new system call for mlock. The new call will allow the user to specify what lock states are being added. mlock2 is trivial at the moment, but a follow on patch will add a new mlock state making it useful. Signed-off-by: Eric B Munson Acked-by: Vlastimi

Re: GPMC in device tree

2015-08-08 Thread Ran Shalit
On Thu, Aug 6, 2015 at 6:07 AM, Scott Wood wrote: > On Wed, 2015-08-05 at 17:27 +0300, Ran Shalit wrote: >> On Wed, Aug 5, 2015 at 9:11 AM, Ran Shalit wrote: >> > On Wed, Aug 5, 2015 at 6:56 AM, Ran Shalit wrote: >> > > On Wed, Aug 5, 2015 at 12:25 AM, Scott Wood >> > > wrote: >> > > > On Wed,

Re: 4.1-rc6: ATA link is slow to respond, please be patient

2015-08-08 Thread Christian Kujau
On Sat, 8 Aug 2015, Christian Kujau wrote: > [Adding linux-...@vger.kernel.org] > > On Fri, 7 Aug 2015, Christian Kujau wrote: > > this PowerBook G4 was running 3.16 for a while but now I wanted to upgrade > > to latest mainline. However, during bootup the following happens: > > > > ===