mbox

[GIT,PULL] orion/kirkwood fixes for v3.6

Message ID 20120814234442.GZ22226@titan.lakedaemon.net
State New
Headers show

Pull-request

git://git.infradead.org/users/jcooper/linux.git fixes-for-v3.6

Message

Jason Cooper Aug. 14, 2012, 11:44 p.m. UTC
The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:

  Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)

are available in the git repository at:
  git://git.infradead.org/users/jcooper/linux.git fixes-for-v3.6

Arnaud Patard (3):
      ARM: Orion: Set eth packet size csum offload limit
      ARM: Kirkwood: Fix iconnect leds
      ARM: Kirkwood: fix Makefile.boot

 arch/arm/boot/dts/kirkwood-iconnect.dts   |    6 +++++-
 arch/arm/mach-dove/common.c               |    3 ++-
 arch/arm/mach-kirkwood/Makefile.boot      |    3 ++-
 arch/arm/mach-kirkwood/common.c           |    4 ++--
 arch/arm/mach-mv78xx0/common.c            |    6 ++++--
 arch/arm/mach-orion5x/common.c            |    3 ++-
 arch/arm/plat-orion/common.c              |    8 ++++++--
 arch/arm/plat-orion/include/plat/common.h |    6 ++++--
 include/linux/mv643xx_eth.h               |    2 ++
 9 files changed, 29 insertions(+), 12 deletions(-)

Comments

Arnd Bergmann Aug. 15, 2012, 12:37 p.m. UTC | #1
On Tuesday 14 August 2012, Jason Cooper wrote:
> The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:
> 
>   Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)
> 
> are available in the git repository at:
>   git://git.infradead.org/users/jcooper/linux.git fixes-for-v3.6
> 

Pulled, thanks!

As soon as you have a pgp key that is signed by other maintainers,
I think you should start sending signed tags instead of branches,
and include a short description for what is in the branch you are
sending. I've started adding descriptions for every merge I do
and it's easier for me if I don't have to write it myself.

The first patch in your series (ARM: Orion: Set eth packet size
csum offload limit) looks like it should apply to older kernels
as well. In those cases, please add "Cc: stable@vger.kernel.org"
below the Signed-off-by lines (but not in the email submission)
so it can get picked up by Greg for the longterm and stable
releases.

	Arnd
Arnaud Patard (Rtp) Aug. 15, 2012, 1:10 p.m. UTC | #2
Arnd Bergmann <arnd@arndb.de> writes:
Hi,

> On Tuesday 14 August 2012, Jason Cooper wrote:
>> The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:
>> 
>>   Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)
>> 
>> are available in the git repository at:
>>   git://git.infradead.org/users/jcooper/linux.git fixes-for-v3.6
>> 
>
> Pulled, thanks!
>
> As soon as you have a pgp key that is signed by other maintainers,
> I think you should start sending signed tags instead of branches,
> and include a short description for what is in the branch you are
> sending. I've started adding descriptions for every merge I do
> and it's easier for me if I don't have to write it myself.
>
> The first patch in your series (ARM: Orion: Set eth packet size
> csum offload limit) looks like it should apply to older kernels
> as well. In those cases, please add "Cc: stable@vger.kernel.org"
> below the Signed-off-by lines (but not in the email submission)
> so it can get picked up by Greg for the longterm and stable
> releases.

I've not added stable@ in Cc: because it won't apply on most other
kernels. fwiw, I plan to send a backport for 3.2.

Arnaud
Jason Cooper Aug. 15, 2012, 1:13 p.m. UTC | #3
On Wed, Aug 15, 2012 at 12:37:56PM +0000, Arnd Bergmann wrote:
> On Tuesday 14 August 2012, Jason Cooper wrote:
> > The following changes since commit 0d7614f09c1ebdbaa1599a5aba7593f147bf96ee:
> > 
> >   Linux 3.6-rc1 (2012-08-02 16:38:10 -0700)
> > 
> > are available in the git repository at:
> >   git://git.infradead.org/users/jcooper/linux.git fixes-for-v3.6
> > 
> 
> Pulled, thanks!
> 
> As soon as you have a pgp key that is signed by other maintainers,
> I think you should start sending signed tags instead of branches,
> and include a short description for what is in the branch you are
> sending. I've started adding descriptions for every merge I do
> and it's easier for me if I don't have to write it myself.

No problem. I have one and we can do the key signing at the mini-summit.

> The first patch in your series (ARM: Orion: Set eth packet size
> csum offload limit) looks like it should apply to older kernels
> as well. In those cases, please add "Cc: stable@vger.kernel.org"
> below the Signed-off-by lines (but not in the email submission)
> so it can get picked up by Greg for the longterm and stable
> releases.

Gah!  I missed that, sorry.  Did you forward it already or would you
like me to handle it?

thx,

Jason.
Arnd Bergmann Aug. 15, 2012, 1:35 p.m. UTC | #4
On Wednesday 15 August 2012, Jason Cooper wrote:
> > The first patch in your series (ARM: Orion: Set eth packet size
> > csum offload limit) looks like it should apply to older kernels
> > as well. In those cases, please add "Cc: stable@vger.kernel.org"
> > below the Signed-off-by lines (but not in the email submission)
> > so it can get picked up by Greg for the longterm and stable
> > releases.
> 
> Gah!  I missed that, sorry.  Did you forward it already or would you
> like me to handle it?

I haven't forwarded it yet. I'll just add the tag myself if you
don't mind your patches getting rebased.

	Arnd