All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rich Felker <dalias@libc.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux-sh list <linux-sh@vger.kernel.org>,
	linux-kernel@vger.kernel.org,
	Yoshinori Sato <ysato@users.sourceforge.jp>
Subject: [GIT PULL] arch/sh updates for 4.17
Date: Fri, 13 Apr 2018 15:38:58 +0000	[thread overview]
Message-ID: <20180413153858.GA24377@brightrain.aerifal.cx> (raw)

Hi Linus,

Please pull these changes for arch/sh. Some of them have been pending
(and in linux-next) for a long time and address longstanding issues.

Rich




The following changes since commit 0adb32858b0bddf4ada5f364a84ed60b196dbcda:

  Linux 4.16 (2018-04-01 14:20:27 -0700)

are available in the git repository at:

  git://git.libc.org/linux-sh tags/sh-for-4.17

for you to fetch changes up to bf9c7e3d7924f72225f8f9c28438b4a711192ad3:

  arch/sh: pcie-sh7786: handle non-zero DMA offset (2018-04-12 19:47:58 -0400)

----------------------------------------------------------------
Fixes for bugs in futex, device tree, and userspace breakpoint traps,
and for PCI issues on SH7786.

----------------------------------------------------------------
Aurelien Jarno (1):
      sh: fix futex FUTEX_OP_SET op on userspace addresses

Rich Felker (2):
      sh: fix memory corruption of unflattened device tree
      sh: fix debug trap failure to process signals before return to user

Thomas Petazzoni (8):
      arch/sh: add sh7786_mm_sel() function
      arch/sh: make the DMA mapping operations observe dev->dma_pfn_offset
      arch/sh: pci: don't use disabled resources
      arch/sh: pcie-sh7786: mark unavailable PCI resource as disabled
      arch/sh: pcie-sh7786: exclude unusable PCI MEM areas
      arch/sh: pcie-sh7786: adjust PCI MEM and IO regions
      arch/sh: pcie-sh7786: adjust the memory mapping
      arch/sh: pcie-sh7786: handle non-zero DMA offset

 arch/sh/boards/of-generic.c          |  6 ---
 arch/sh/drivers/pci/pci.c            |  5 +++
 arch/sh/drivers/pci/pcie-sh7786.c    | 78 +++++++++++++++++++++++++-----------
 arch/sh/include/asm/futex.h          |  5 +--
 arch/sh/include/cpu-sh4/cpu/sh7786.h |  7 ++++
 arch/sh/kernel/dma-nommu.c           |  7 +++-
 arch/sh/kernel/entry-common.S        |  2 +-
 arch/sh/kernel/setup.c               |  8 ++++
 arch/sh/mm/consistent.c              |  4 +-
 9 files changed, 84 insertions(+), 38 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Rich Felker <dalias@libc.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux-sh list <linux-sh@vger.kernel.org>,
	linux-kernel@vger.kernel.org,
	Yoshinori Sato <ysato@users.sourceforge.jp>
Subject: [GIT PULL] arch/sh updates for 4.17
Date: Fri, 13 Apr 2018 11:38:58 -0400	[thread overview]
Message-ID: <20180413153858.GA24377@brightrain.aerifal.cx> (raw)

Hi Linus,

Please pull these changes for arch/sh. Some of them have been pending
(and in linux-next) for a long time and address longstanding issues.

Rich




The following changes since commit 0adb32858b0bddf4ada5f364a84ed60b196dbcda:

  Linux 4.16 (2018-04-01 14:20:27 -0700)

are available in the git repository at:

  git://git.libc.org/linux-sh tags/sh-for-4.17

for you to fetch changes up to bf9c7e3d7924f72225f8f9c28438b4a711192ad3:

  arch/sh: pcie-sh7786: handle non-zero DMA offset (2018-04-12 19:47:58 -0400)

----------------------------------------------------------------
Fixes for bugs in futex, device tree, and userspace breakpoint traps,
and for PCI issues on SH7786.

----------------------------------------------------------------
Aurelien Jarno (1):
      sh: fix futex FUTEX_OP_SET op on userspace addresses

Rich Felker (2):
      sh: fix memory corruption of unflattened device tree
      sh: fix debug trap failure to process signals before return to user

Thomas Petazzoni (8):
      arch/sh: add sh7786_mm_sel() function
      arch/sh: make the DMA mapping operations observe dev->dma_pfn_offset
      arch/sh: pci: don't use disabled resources
      arch/sh: pcie-sh7786: mark unavailable PCI resource as disabled
      arch/sh: pcie-sh7786: exclude unusable PCI MEM areas
      arch/sh: pcie-sh7786: adjust PCI MEM and IO regions
      arch/sh: pcie-sh7786: adjust the memory mapping
      arch/sh: pcie-sh7786: handle non-zero DMA offset

 arch/sh/boards/of-generic.c          |  6 ---
 arch/sh/drivers/pci/pci.c            |  5 +++
 arch/sh/drivers/pci/pcie-sh7786.c    | 78 +++++++++++++++++++++++++-----------
 arch/sh/include/asm/futex.h          |  5 +--
 arch/sh/include/cpu-sh4/cpu/sh7786.h |  7 ++++
 arch/sh/kernel/dma-nommu.c           |  7 +++-
 arch/sh/kernel/entry-common.S        |  2 +-
 arch/sh/kernel/setup.c               |  8 ++++
 arch/sh/mm/consistent.c              |  4 +-
 9 files changed, 84 insertions(+), 38 deletions(-)

             reply	other threads:[~2018-04-13 15:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-13 15:38 Rich Felker [this message]
2018-04-13 15:38 ` [GIT PULL] arch/sh updates for 4.17 Rich Felker

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=20180413153858.GA24377@brightrain.aerifal.cx \
    --to=dalias@libc.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=ysato@users.sourceforge.jp \
    /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.