linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL]: CRIS changes for 4.5
@ 2016-01-21  9:30 Jesper Nilsson
  2016-01-21  9:58 ` Sudip Mukherjee
  0 siblings, 1 reply; 4+ messages in thread
From: Jesper Nilsson @ 2016-01-21  9:30 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, Linux Kernel Mailing List,
	linux-cris-kernel

Hi Linus,

Please pull CRIS changes for 4.5, it's just some fixups for
section mismatches from Guenter.

Thanks,

/Jesper

The following changes since commit c5a37883f42be712a989e54d5d6c0159b0e56599:

  Merge branch 'akpm' (patches from Andrew) (2015-11-10 21:14:23 -0800)

are available in the git repository at:


  git@gitolite.kernel.org:pub/scm/linux/kernel/git/jesper/cris.git tags/cris-for-4.5

for you to fetch changes up to f9f3f864b5e8c09d7837d8980edba4ad52969819:

  cris: Fix section mismatches in architecture startup code (2015-12-15 14:03:19 +0100)

----------------------------------------------------------------
CRIS changes for 4.5

----------------------------------------------------------------
Guenter Roeck (2):
      cris: debugport: Fix section mismatches
      cris: Fix section mismatches in architecture startup code

 arch/cris/arch-v10/kernel/debugport.c |   22 +++++++++++-----------
 arch/cris/arch-v10/kernel/head.S      |    6 ++++--
 arch/cris/arch-v32/kernel/head.S      |    6 ++++--
 arch/cris/kernel/vmlinux.lds.S        |    1 +
 4 files changed, 20 insertions(+), 15 deletions(-)

/^JN - Jesper Nilsson
-- 
               Jesper Nilsson -- jesper.nilsson@axis.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL]: CRIS changes for 4.5
  2016-01-21  9:30 [GIT PULL]: CRIS changes for 4.5 Jesper Nilsson
@ 2016-01-21  9:58 ` Sudip Mukherjee
  2016-01-21 14:48   ` Jesper Nilsson
  0 siblings, 1 reply; 4+ messages in thread
From: Sudip Mukherjee @ 2016-01-21  9:58 UTC (permalink / raw)
  To: Jesper Nilsson
  Cc: Linus Torvalds, Andrew Morton, Linux Kernel Mailing List,
	linux-cris-kernel

On Thu, Jan 21, 2016 at 10:30:06AM +0100, Jesper Nilsson wrote:
> Hi Linus,
> 
> Please pull CRIS changes for 4.5, it's just some fixups for
> section mismatches from Guenter.
> 
> Thanks,
> 
> /Jesper
> 
> The following changes since commit c5a37883f42be712a989e54d5d6c0159b0e56599:
> 
>   Merge branch 'akpm' (patches from Andrew) (2015-11-10 21:14:23 -0800)
> 
> are available in the git repository at:
> 
> 
>   git@gitolite.kernel.org:pub/scm/linux/kernel/git/jesper/cris.git tags/cris-for-4.5

I think -

git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git tags/cris-for-4.5

regards
sudip

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL]: CRIS changes for 4.5
  2016-01-21  9:58 ` Sudip Mukherjee
@ 2016-01-21 14:48   ` Jesper Nilsson
  0 siblings, 0 replies; 4+ messages in thread
From: Jesper Nilsson @ 2016-01-21 14:48 UTC (permalink / raw)
  To: Sudip Mukherjee
  Cc: Jesper Nilsson, Linus Torvalds, Andrew Morton,
	Linux Kernel Mailing List

On Thu, Jan 21, 2016 at 03:28:52PM +0530, Sudip Mukherjee wrote:
> On Thu, Jan 21, 2016 at 10:30:06AM +0100, Jesper Nilsson wrote:
> > are available in the git repository at:
> > 
> > 
> >   git@gitolite.kernel.org:pub/scm/linux/kernel/git/jesper/cris.git tags/cris-for-4.5
> 
> I think -
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git tags/cris-for-4.5

Yes, you are of course right, I'll resend the pull request.

> regards
> sudip

/^JN - Jesper Nilsson
-- 
               Jesper Nilsson -- jesper.nilsson@axis.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL]: CRIS changes for 4.5
@ 2016-01-21 14:55 Jesper Nilsson
  0 siblings, 0 replies; 4+ messages in thread
From: Jesper Nilsson @ 2016-01-21 14:55 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, Linux Kernel Mailing List,
	linux-cris-kernel

Hi Linus,

Please pull CRIS changes for 4.5, it's just some fixups for
section mismatches from Guenter.

This is the same as the previous pull request, but now with
a normal git.kernel.org address.

Thanks,

/Jesper

The following changes since commit c5a37883f42be712a989e54d5d6c0159b0e56599:

  Merge branch 'akpm' (patches from Andrew) (2015-11-10 21:14:23 -0800)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris.git tags/cris-for-4.5

for you to fetch changes up to f9f3f864b5e8c09d7837d8980edba4ad52969819:

  cris: Fix section mismatches in architecture startup code (2015-12-15 14:03:19 +0100)

----------------------------------------------------------------
CRIS changes for 4.5

----------------------------------------------------------------
Guenter Roeck (2):
      cris: debugport: Fix section mismatches
      cris: Fix section mismatches in architecture startup code

 arch/cris/arch-v10/kernel/debugport.c |   22 +++++++++++-----------
 arch/cris/arch-v10/kernel/head.S      |    6 ++++--
 arch/cris/arch-v32/kernel/head.S      |    6 ++++--
 arch/cris/kernel/vmlinux.lds.S        |    1 +
 4 files changed, 20 insertions(+), 15 deletions(-)

/^JN - Jesper Nilsson
-- 
               Jesper Nilsson -- jesper.nilsson@axis.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-21 14:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-21  9:30 [GIT PULL]: CRIS changes for 4.5 Jesper Nilsson
2016-01-21  9:58 ` Sudip Mukherjee
2016-01-21 14:48   ` Jesper Nilsson
  -- strict thread matches above, loose matches on Subject: below --
2016-01-21 14:55 Jesper Nilsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).