mbox

pull req [Re: misc Calxeda/armhf fixes]

Message ID 20131115181037.GA3924@luxor.wired.org
State New
Headers show

Pull-request

git://kernel.ubuntu.com/ppisati/ubuntu-saucy.git master-next_calxeda

Message

Paolo Pisati Nov. 15, 2013, 6:10 p.m. UTC
On Fri, Nov 15, 2013 at 07:41:09AM -0800, Tim Gardner wrote:
> 
> Paolo - I've drug my feet long enough that most of these patches have
> been merged into Linus' tree. Please redo this series and send me a pull
> request. Go ahead and include Rob's updated patch '[SRU][saucy][PATCH]
> net: calxedaxgmac: add mac address learning'

The following changes since commit a2231258408b97b66fdc6dd99bc5456980cbfe99:

  UBUNTU: SAUCE: (no-up) apparmor: Fix tasks not subject to, reloaded policy (2013-11-15 07:16:52 -0700)

are available in the git repository at:

  git://kernel.ubuntu.com/ppisati/ubuntu-saucy.git master-next_calxeda

for you to fetch changes up to b38be060f6082d37328c86312c6ca98321ba4727:

  UBUNTU: [Config] armhf: build in pstore-ram (2013-11-15 18:07:43 +0100)

----------------------------------------------------------------
Manoj Iyer (1):
      UBUNTU: SAUCE: Enable earlyprintk via the PL011.

Rob Herring (3):
      ARM: 7855/1: Add check for Cortex-A15 errata 798181 ECO
      UBUNTU: SAUCE: net: calxedaxgmac: add mac address learning
      UBUNTU: [Config] armhf: build in pstore-ram

Will Deacon (1):
      ARM: tlb: don't perform inner-shareable invalidation for local TLB ops

 arch/arm/include/asm/cputype.h                     |   1 +
 arch/arm/include/asm/tlbflush.h                    | 186 +++++++++++++++------
 arch/arm/kernel/setup.c                            |   2 +
 arch/arm/kernel/smp_tlb.c                          |  44 ++++-
 arch/arm/mach-virt/virt.c                          |   2 +
 arch/arm/mm/context.c                              |   7 +-
 .../abi/3.11.0-13.20/armhf/generic-lpae.modules    |   2 -
 .../abi/3.11.0-13.20/armhf/generic.modules         |   2 -
 debian.master/config/amd64/config.common.amd64     |   3 +
 debian.master/config/armhf/config.common.armhf     |   3 +
 debian.master/config/config.common.ubuntu          |   3 -
 debian.master/config/i386/config.common.i386       |   3 +
 drivers/net/ethernet/calxeda/xgmac.c               | 128 +++++++++++++-
 13 files changed, 315 insertions(+), 71 deletions(-)

Comments

Tim Gardner Nov. 15, 2013, 8:11 p.m. UTC | #1
On 11/15/2013 10:10 AM, Paolo Pisati wrote:
> On Fri, Nov 15, 2013 at 07:41:09AM -0800, Tim Gardner wrote:
>>
>> Paolo - I've drug my feet long enough that most of these patches have
>> been merged into Linus' tree. Please redo this series and send me a pull
>> request. Go ahead and include Rob's updated patch '[SRU][saucy][PATCH]
>> net: calxedaxgmac: add mac address learning'
> 
> The following changes since commit a2231258408b97b66fdc6dd99bc5456980cbfe99:
> 
>   UBUNTU: SAUCE: (no-up) apparmor: Fix tasks not subject to, reloaded policy (2013-11-15 07:16:52 -0700)
> 
> are available in the git repository at:
> 
>   git://kernel.ubuntu.com/ppisati/ubuntu-saucy.git master-next_calxeda
> 
> for you to fetch changes up to b38be060f6082d37328c86312c6ca98321ba4727:
> 
>   UBUNTU: [Config] armhf: build in pstore-ram (2013-11-15 18:07:43 +0100)
> 
> ----------------------------------------------------------------
> Manoj Iyer (1):
>       UBUNTU: SAUCE: Enable earlyprintk via the PL011.
> 
> Rob Herring (3):
>       ARM: 7855/1: Add check for Cortex-A15 errata 798181 ECO
>       UBUNTU: SAUCE: net: calxedaxgmac: add mac address learning
>       UBUNTU: [Config] armhf: build in pstore-ram
> 
> Will Deacon (1):
>       ARM: tlb: don't perform inner-shareable invalidation for local TLB ops
> 
>  arch/arm/include/asm/cputype.h                     |   1 +
>  arch/arm/include/asm/tlbflush.h                    | 186 +++++++++++++++------
>  arch/arm/kernel/setup.c                            |   2 +
>  arch/arm/kernel/smp_tlb.c                          |  44 ++++-
>  arch/arm/mach-virt/virt.c                          |   2 +
>  arch/arm/mm/context.c                              |   7 +-
>  .../abi/3.11.0-13.20/armhf/generic-lpae.modules    |   2 -
>  .../abi/3.11.0-13.20/armhf/generic.modules         |   2 -
>  debian.master/config/amd64/config.common.amd64     |   3 +
>  debian.master/config/armhf/config.common.armhf     |   3 +
>  debian.master/config/config.common.ubuntu          |   3 -
>  debian.master/config/i386/config.common.i386       |   3 +
>  drivers/net/ethernet/calxeda/xgmac.c               | 128 +++++++++++++-
>  13 files changed, 315 insertions(+), 71 deletions(-)
> 

I've applied 3 patches from your series:

UBUNTU: SAUCE: Enable earlyprintk via the PL011.
ARM: 7855/1: Add check for Cortex-A15 errata 798181 ECO
ARM: tlb: don't perform inner-shareable invalidation for local TLB ops

'UBUNTU: [Config] armhf: build in pstore-ram' needs a bug number. I'd
also like to see what config options were changed in the commit log. It
is sometimes difficult to tell from the patch (given the reordering
carnage) what was actually changed.

I still have questions about 'UBUNTU: SAUCE: net: calxedaxgmac: add mac
address learning' that I'm working through with Rob.

rtg