* [GIT PULL] orion/kirkwood fixes for v3.6
@ 2012-08-14 23:44 Jason Cooper
2012-08-15 12:37 ` Arnd Bergmann
0 siblings, 1 reply; 7+ messages in thread
From: Jason Cooper @ 2012-08-14 23:44 UTC (permalink / raw)
To: linux-arm-kernel
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(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL] orion/kirkwood fixes for v3.6
2012-08-14 23:44 [GIT PULL] orion/kirkwood fixes for v3.6 Jason Cooper
@ 2012-08-15 12:37 ` Arnd Bergmann
2012-08-15 13:10 ` Arnaud Patard (Rtp)
2012-08-15 13:13 ` Jason Cooper
0 siblings, 2 replies; 7+ messages in thread
From: Arnd Bergmann @ 2012-08-15 12:37 UTC (permalink / raw)
To: linux-arm-kernel
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 at 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
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL] orion/kirkwood fixes for v3.6
2012-08-15 12:37 ` Arnd Bergmann
@ 2012-08-15 13:10 ` Arnaud Patard (Rtp)
2012-08-15 13:13 ` Jason Cooper
1 sibling, 0 replies; 7+ messages in thread
From: Arnaud Patard (Rtp) @ 2012-08-15 13:10 UTC (permalink / raw)
To: linux-arm-kernel
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 at 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
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL] orion/kirkwood fixes for v3.6
2012-08-15 12:37 ` Arnd Bergmann
2012-08-15 13:10 ` Arnaud Patard (Rtp)
@ 2012-08-15 13:13 ` Jason Cooper
2012-08-15 13:35 ` Arnd Bergmann
1 sibling, 1 reply; 7+ messages in thread
From: Jason Cooper @ 2012-08-15 13:13 UTC (permalink / raw)
To: linux-arm-kernel
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 at 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.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL] orion/kirkwood fixes for v3.6
2012-08-15 13:13 ` Jason Cooper
@ 2012-08-15 13:35 ` Arnd Bergmann
2012-08-15 14:02 ` [GIT PULL V2] " Jason Cooper
0 siblings, 1 reply; 7+ messages in thread
From: Arnd Bergmann @ 2012-08-15 13:35 UTC (permalink / raw)
To: linux-arm-kernel
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 at 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
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL V2] orion/kirkwood fixes for v3.6
2012-08-15 13:35 ` Arnd Bergmann
@ 2012-08-15 14:02 ` Jason Cooper
2012-08-15 16:19 ` Arnd Bergmann
0 siblings, 1 reply; 7+ messages in thread
From: Jason Cooper @ 2012-08-15 14:02 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Aug 15, 2012 at 01:35:47PM +0000, Arnd Bergmann wrote:
> 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 at 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.
I fixed it:
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(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [GIT PULL V2] orion/kirkwood fixes for v3.6
2012-08-15 14:02 ` [GIT PULL V2] " Jason Cooper
@ 2012-08-15 16:19 ` Arnd Bergmann
0 siblings, 0 replies; 7+ messages in thread
From: Arnd Bergmann @ 2012-08-15 16:19 UTC (permalink / raw)
To: linux-arm-kernel
On Wednesday 15 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
>
Ok, pulled that version now.
Thanks,
Arnd
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-08-15 16:19 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14 23:44 [GIT PULL] orion/kirkwood fixes for v3.6 Jason Cooper
2012-08-15 12:37 ` Arnd Bergmann
2012-08-15 13:10 ` Arnaud Patard (Rtp)
2012-08-15 13:13 ` Jason Cooper
2012-08-15 13:35 ` Arnd Bergmann
2012-08-15 14:02 ` [GIT PULL V2] " Jason Cooper
2012-08-15 16:19 ` Arnd Bergmann
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.