Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1485080

Re: [PATCH 0/7] openrisc: Misc fixes from backlog

From Stafford Horne <shorne@gmail.com>
Newsgroups linux.kernel
Subject Re: [PATCH 0/7] openrisc: Misc fixes from backlog
Date 2016-09-16 17:00 +0200
Message-ID <si2Mp-63M-11@gated-at.bofh.it> (permalink)
References <si2CJ-608-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Forgot to CC the new openrisc list.

On Fri, 16 Sep 2016, 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 as it is
> being used on newer hardware.
>
> Please consider for merge.
>
> On-the-other-hand
>
> The openrisc project has been missing a kernel maintainer
> for some time now. Currently listed in MAINTAINERS is Jonas
> and a website that no longer exists.
>
>
> Some mail threads from Jonas
> https://lkml.org/lkml/2015/5/13/469 - mail from Jonas mentioning
>                                      he is no longer able to maintain
> https://lkml.org/lkml/2015/6/11/426 - mail from Jonas mentioning stefan
>                                      is to be the new maintainer
>
> Ideally stefan kristiansson would become the maintainer but he
> does not have a PGP key signed by kernel maintainers.  Also, he
> does not seem to have much time recently.
>
> We would like some help on how to proceed, options:
> - Someone take these patches into a branch that will be pulled
>   by linus? I can work to maintain the patch queue for openrisc.
> - I can work to get a my PGP key signed and send git pull requests
>   to linus?
>
> Regards,
>  Stafford
>
>
> Christian Svensson (1):
>  openrisc: Add thread-local storage (TLS) support
>
> Guenter Roeck (1):
>  openrisc: Support both old (or32) and new (or1k) toolchain
>
> Jonas Bonn (2):
>  Apply transparent_union attribute to union semun
>  openrisc: restore call-saved regs on sigreturn
>
> Rob Herring (1):
>  openrisc: remove the redundant of_platform_populate
>
> Stefan Kristiansson (2):
>  openrisc: fix PTRS_PER_PGD define
>  openrisc: add SMP and NR_CPUS Kconfig options
>
> arch/openrisc/Kconfig               | 14 ++++++++++++++
> arch/openrisc/include/asm/pgtable.h |  2 +-
> arch/openrisc/kernel/entry.S        | 10 +++++++++-
> arch/openrisc/kernel/process.c      | 13 +++++++++++++
> arch/openrisc/kernel/setup.c        | 10 ----------
> arch/openrisc/kernel/vmlinux.lds.S  |  8 +++++++-
> arch/openrisc/mm/init.c             |  2 +-
> include/uapi/linux/sem.h            |  2 +-
> 8 files changed, 46 insertions(+), 15 deletions(-)
>
> -- 
> 2.7.4
>
>

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 0/7] openrisc: Misc fixes from backlog Stafford Horne <shorne@gmail.com> - 2016-09-16 16:50 +0200
  [PATCH 6/7] openrisc: add SMP and NR_CPUS Kconfig options Stafford Horne <shorne@gmail.com> - 2016-09-16 16:50 +0200
    Re: [PATCH 6/7] openrisc: add SMP and NR_CPUS Kconfig options Jonas Bonn <jonas@southpole.se> - 2016-09-19 16:40 +0200
      Re: [PATCH 6/7] openrisc: add SMP and NR_CPUS Kconfig options Stafford Horne <shorne@gmail.com> - 2016-09-19 17:00 +0200
  [PATCH 3/7] openrisc: restore call-saved regs on sigreturn Stafford Horne <shorne@gmail.com> - 2016-09-16 16:50 +0200
    Re: [PATCH 3/7] openrisc: restore call-saved regs on sigreturn Jonas Bonn <jonas@southpole.se> - 2016-09-19 16:50 +0200
      Re: [PATCH 3/7] openrisc: restore call-saved regs on sigreturn Stafford Horne <shorne@gmail.com> - 2016-09-19 17:00 +0200
  [PATCH 7/7] openrisc: remove the redundant of_platform_populate Stafford Horne <shorne@gmail.com> - 2016-09-16 16:50 +0200
    Re: [PATCH 7/7] openrisc: remove the redundant of_platform_populate Jonas Bonn <jonas@southpole.se> - 2016-09-19 16:40 +0200
      Re: [PATCH 7/7] openrisc: remove the redundant  of_platform_populate Stafford Horne <shorne@gmail.com> - 2016-09-19 17:00 +0200
      Re: [PATCH 7/7] openrisc: remove the redundant of_platform_populate Rob Herring <robh@kernel.org> - 2016-09-19 18:20 +0200
  [PATCH 5/7] openrisc: Support both old (or32) and new (or1k) toolchain Stafford Horne <shorne@gmail.com> - 2016-09-16 16:50 +0200
    Re: [PATCH 5/7] openrisc: Support both old (or32) and new (or1k)  toolchain Guenter Roeck <linux@roeck-us.net> - 2016-09-18 17:30 +0200
      Re: [PATCH 5/7] openrisc: Support both old (or32) and new (or1k)  toolchain Stafford Horne <shorne@gmail.com> - 2016-09-19 08:10 +0200
        Re: [PATCH 5/7] openrisc: Support both old (or32) and new (or1k)  toolchain Guenter Roeck <linux@roeck-us.net> - 2016-09-19 09:20 +0200
          Re: [PATCH 5/7] openrisc: Support both old (or32) and new (or1k)  toolchain Stafford Horne <shorne@gmail.com> - 2016-09-19 11:20 +0200
            Re: [PATCH 5/7] openrisc: Support both old (or32) and new (or1k)  toolchain Guenter Roeck <linux@roeck-us.net> - 2016-09-19 15:20 +0200
              Re: [PATCH 5/7] openrisc: Support both old (or32) and new (or1k)  toolchain Stafford Horne <shorne@gmail.com> - 2016-09-19 16:10 +0200
                Re: [PATCH 5/7] openrisc: Support both old (or32) and new (or1k)  toolchain Jonas Bonn <jonas@southpole.se> - 2016-09-19 16:40 +0200
                Re: [PATCH 5/7] openrisc: Support both old (or32) and new (or1k)  toolchain Guenter Roeck <linux@roeck-us.net> - 2016-09-19 17:00 +0200
                Re: [PATCH 5/7] openrisc: Support both old (or32) and new (or1k)  toolchain Stafford Horne <shorne@gmail.com> - 2016-09-19 17:20 +0200
                Re: [PATCH 5/7] openrisc: Support both old (or32) and new (or1k)  toolchain Guenter Roeck <linux@roeck-us.net> - 2016-09-19 16:50 +0200
                Re: [PATCH 5/7] openrisc: Support both old (or32) and new (or1k)  toolchain Stafford Horne <shorne@gmail.com> - 2016-09-20 12:10 +0200
  [PATCH 1/7] Apply transparent_union attribute to union semun Stafford Horne <shorne@gmail.com> - 2016-09-16 16:50 +0200
    Re: [PATCH 1/7] Apply transparent_union attribute to union semun kbuild test robot <lkp@intel.com> - 2016-09-16 18:00 +0200
    Re: [PATCH 1/7] Apply transparent_union attribute to union semun kbuild test robot <lkp@intel.com> - 2016-09-17 01:40 +0200
      Re: [PATCH 1/7] Apply transparent_union attribute to union semun Stafford Horne <shorne@gmail.com> - 2016-09-17 02:10 +0200
    Re: [PATCH 1/7] Apply transparent_union attribute to union semun Stafford Horne <shorne@gmail.com> - 2016-09-19 16:50 +0200
    Re: [PATCH 1/7] Apply transparent_union attribute to union semun Jonas Bonn <jonas@southpole.se> - 2016-09-19 16:50 +0200
  Re: [PATCH 0/7] openrisc: Misc fixes from backlog Stafford Horne <shorne@gmail.com> - 2016-09-16 17:00 +0200

csiph-web