All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: openrisc@lists.librecores.org
Subject: [OpenRISC] [PATCH v2 0/9] openrisc: Misc fixes from backlog
Date: Tue, 29 Nov 2016 17:23:11 -0800	[thread overview]
Message-ID: <20161130012311.GA4833@roeck-us.net> (raw)
In-Reply-To: <1479130239-30707-1-git-send-email-shorne@gmail.com>

On Mon, Nov 14, 2016 at 10:30:30PM +0900, Stafford Horne wrote:
> Hello,
> 
> This patch is a small set of fixes from the openrisc backlog. These
> changes fix several issues with the openrisc build on modern tool chains
> and address other issues which have cropped up as the kernel has been
> getting updated.
> 

Do you plan to send those patches to Linus yourself, or do you want me to do it
for you this time ? If so I'd ask for the patch series to be added to -next
and send it to Linus after the commit window opens. Let me know.

Thanks,
Guenter

> Consider for Pull:
> 
> The following changes since commit a25f0944ba9b1d8a6813fd6f1a86f1bd59ac25a6:
> 
>   Linux 4.9-rc5 (2016-11-13 10:32:32 -0800)
> 
> are available in the git repository at:
> 
>   https://github.com/stffrdhrn/linux.git tags/or1k-fixes-4.9
> 
> for you to fetch changes up to a9fae5563e34217ff99efafde7e7bf607a5d5ec6:
> 
>   openrisc: include l.swa in check for write data pagefault (2016-11-14 21:58:33 +0900)
> 
> Regards,
>  Stafford
> 
> Changes since V1:
>  - Removed SMP option patch and replaced with NR_CPUS default value
>  - Removed Apply transparent_union on semun patch as its handled by libc
>  - Added memblock patch as suggested by Jonas
>  - Added MAINTAINERS patch as suggested by Guenter
>  - Added l.swa patch as its needed to fix musl programs
>  - Improved commit message on rt_sigreturn patch
> 
> Christian Svensson (1):
>   openrisc: Add thread-local storage (TLS) support
> 
> Guenter Roeck (1):
>   openrisc: Support both old (or32) and new (or1k) toolchain
> 
> Jonas Bonn (1):
>   openrisc: restore all regs on rt_sigreturn
> 
> Rob Herring (1):
>   openrisc: remove the redundant of_platform_populate
> 
> Stafford Horne (3):
>   openrisc: add NR_CPUS Kconfig default value
>   openrisc: Consolidate setup to use memblock instead of bootmem
>   openrisc: Updates after openrisc.net has been lost
> 
> Stefan Kristiansson (2):
>   openrisc: fix PTRS_PER_PGD define
>   openrisc: include l.swa in check for write data pagefault
> 
>  MAINTAINERS                         |  6 +++--
>  arch/openrisc/Kconfig               |  4 ++++
>  arch/openrisc/README.openrisc       |  8 +++----
>  arch/openrisc/TODO.openrisc         |  3 ---
>  arch/openrisc/include/asm/pgalloc.h |  1 -
>  arch/openrisc/include/asm/pgtable.h |  2 +-
>  arch/openrisc/kernel/entry.S        | 12 ++++++++--
>  arch/openrisc/kernel/process.c      | 13 ++++++++++
>  arch/openrisc/kernel/setup.c        | 48 ++++++++++---------------------------
>  arch/openrisc/kernel/vmlinux.lds.S  |  8 ++++++-
>  arch/openrisc/mm/init.c             |  4 ++--
>  arch/openrisc/mm/ioremap.c          |  4 ----
>  12 files changed, 58 insertions(+), 55 deletions(-)
> 
> -- 
> 2.7.4
> 


WARNING: multiple messages have this Message-ID (diff)
From: Guenter Roeck <linux@roeck-us.net>
To: Stafford Horne <shorne@gmail.com>
Cc: stefan.kristiansson@saunalahti.fi, jonas@southpole.se,
	blue@cmd.nu, robh@kernel.org, linux-kernel@vger.kernel.org,
	openrisc@lists.librecores.org
Subject: Re: [PATCH v2 0/9] openrisc: Misc fixes from backlog
Date: Tue, 29 Nov 2016 17:23:11 -0800	[thread overview]
Message-ID: <20161130012311.GA4833@roeck-us.net> (raw)
In-Reply-To: <1479130239-30707-1-git-send-email-shorne@gmail.com>

On Mon, Nov 14, 2016 at 10:30:30PM +0900, Stafford Horne wrote:
> Hello,
> 
> This patch is a small set of fixes from the openrisc backlog. These
> changes fix several issues with the openrisc build on modern tool chains
> and address other issues which have cropped up as the kernel has been
> getting updated.
> 

Do you plan to send those patches to Linus yourself, or do you want me to do it
for you this time ? If so I'd ask for the patch series to be added to -next
and send it to Linus after the commit window opens. Let me know.

Thanks,
Guenter

> Consider for Pull:
> 
> The following changes since commit a25f0944ba9b1d8a6813fd6f1a86f1bd59ac25a6:
> 
>   Linux 4.9-rc5 (2016-11-13 10:32:32 -0800)
> 
> are available in the git repository at:
> 
>   https://github.com/stffrdhrn/linux.git tags/or1k-fixes-4.9
> 
> for you to fetch changes up to a9fae5563e34217ff99efafde7e7bf607a5d5ec6:
> 
>   openrisc: include l.swa in check for write data pagefault (2016-11-14 21:58:33 +0900)
> 
> Regards,
>  Stafford
> 
> Changes since V1:
>  - Removed SMP option patch and replaced with NR_CPUS default value
>  - Removed Apply transparent_union on semun patch as its handled by libc
>  - Added memblock patch as suggested by Jonas
>  - Added MAINTAINERS patch as suggested by Guenter
>  - Added l.swa patch as its needed to fix musl programs
>  - Improved commit message on rt_sigreturn patch
> 
> Christian Svensson (1):
>   openrisc: Add thread-local storage (TLS) support
> 
> Guenter Roeck (1):
>   openrisc: Support both old (or32) and new (or1k) toolchain
> 
> Jonas Bonn (1):
>   openrisc: restore all regs on rt_sigreturn
> 
> Rob Herring (1):
>   openrisc: remove the redundant of_platform_populate
> 
> Stafford Horne (3):
>   openrisc: add NR_CPUS Kconfig default value
>   openrisc: Consolidate setup to use memblock instead of bootmem
>   openrisc: Updates after openrisc.net has been lost
> 
> Stefan Kristiansson (2):
>   openrisc: fix PTRS_PER_PGD define
>   openrisc: include l.swa in check for write data pagefault
> 
>  MAINTAINERS                         |  6 +++--
>  arch/openrisc/Kconfig               |  4 ++++
>  arch/openrisc/README.openrisc       |  8 +++----
>  arch/openrisc/TODO.openrisc         |  3 ---
>  arch/openrisc/include/asm/pgalloc.h |  1 -
>  arch/openrisc/include/asm/pgtable.h |  2 +-
>  arch/openrisc/kernel/entry.S        | 12 ++++++++--
>  arch/openrisc/kernel/process.c      | 13 ++++++++++
>  arch/openrisc/kernel/setup.c        | 48 ++++++++++---------------------------
>  arch/openrisc/kernel/vmlinux.lds.S  |  8 ++++++-
>  arch/openrisc/mm/init.c             |  4 ++--
>  arch/openrisc/mm/ioremap.c          |  4 ----
>  12 files changed, 58 insertions(+), 55 deletions(-)
> 
> -- 
> 2.7.4
> 

  parent reply	other threads:[~2016-11-30  1:23 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1479128947.git.shorne@gmail.com>
2016-11-14 13:30 ` [OpenRISC] [PATCH v2 0/9] openrisc: Misc fixes from backlog Stafford Horne
2016-11-14 13:30   ` Stafford Horne
2016-11-14 13:30   ` [OpenRISC] [PATCH v2 1/9] openrisc: fix PTRS_PER_PGD define Stafford Horne
2016-11-14 13:30     ` Stafford Horne
2016-11-14 13:30   ` [OpenRISC] [PATCH v2 2/9] openrisc: restore all regs on rt_sigreturn Stafford Horne
2016-11-14 13:30     ` Stafford Horne
2016-11-14 13:30   ` [OpenRISC] [PATCH v2 3/9] openrisc: Add thread-local storage (TLS) support Stafford Horne
2016-11-14 13:30     ` Stafford Horne
2016-11-14 13:30   ` [OpenRISC] [PATCH v2 4/9] openrisc: Support both old (or32) and new (or1k) toolchain Stafford Horne
2016-11-14 13:30     ` Stafford Horne
2016-11-14 13:30   ` [OpenRISC] [PATCH v2 5/9] openrisc: add NR_CPUS Kconfig default value Stafford Horne
2016-11-14 13:30     ` Stafford Horne
2016-11-14 13:30   ` [OpenRISC] [PATCH v2 6/9] openrisc: remove the redundant of_platform_populate Stafford Horne
2016-11-14 13:30     ` Stafford Horne
2016-11-14 13:30   ` [OpenRISC] [PATCH v2 7/9] openrisc: Consolidate setup to use memblock instead of bootmem Stafford Horne
2016-11-14 13:30     ` Stafford Horne
2016-11-14 13:30   ` [OpenRISC] [PATCH v2 8/9] openrisc: Updates after openrisc.net has been lost Stafford Horne
2016-11-14 13:30     ` Stafford Horne
2016-11-16  7:13     ` [OpenRISC] " Olof Kindgren
2016-11-16  7:13       ` Olof Kindgren
2016-12-14  8:57     ` Geert Uytterhoeven
2016-12-14  8:57       ` Geert Uytterhoeven
2016-12-14 11:44       ` [OpenRISC] " Stafford Horne
2016-12-14 11:44         ` Stafford Horne
2016-11-14 13:30   ` [OpenRISC] [PATCH v2 9/9] openrisc: include l.swa in check for write data pagefault Stafford Horne
2016-11-14 13:30     ` Stafford Horne
2016-11-30  1:23   ` Guenter Roeck [this message]
2016-11-30  1:23     ` [PATCH v2 0/9] openrisc: Misc fixes from backlog Guenter Roeck
2016-11-30 12:40     ` [OpenRISC] " Stafford Horne
2016-11-30 12:40       ` Stafford Horne
2016-11-30 14:21       ` [OpenRISC] " Guenter Roeck
2016-11-30 14:21         ` Guenter Roeck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161130012311.GA4833@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=openrisc@lists.librecores.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.