linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Heiko Carstens <heiko.carstens@de.ibm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>,
	linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org
Subject: [GIT PULL] more s390 updates for 3.12 merge window
Date: Wed, 11 Sep 2013 12:50:31 +0200	[thread overview]
Message-ID: <20130911105031.GA31307@osiris> (raw)

Hi Linus,

please pull from

  git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git for-linus

to receive a couple of s390 updates for 3.12.

This includes one bpf/jit bug fix where the jit compiler could sometimes
write generated code out of bounds of the allocated memory area.
The rest of the patches are only cleanups and minor improvements.

Thanks,
Heiko

---

Heiko Carstens (13):
      s390/bpf,jit: fix address randomization
      s390: update defconfig
      s390/dumpstack: convert print_symbol to %pSR
      s390/irq: use hlists for external interrupt handler array
      s390/irq: rework irq subclass handling
      s390: keep Kconfig sorted
      s390/mm: add __releases()/__acquires() annotations to gmap_alloc_table()
      s390/compat signal: add couple of __force annotations
      s390: make various functions static, add declarations to header files
      s390/ftrace: avoid pointer arithmetics with function pointers
      s390/ap_bus: use and-mask instead of a cast
      s390/compat,uid16: use current_cred()
      s390/irq: reduce size of external interrupt handler hash array

Hendrik Brueckner (1):
      s390/perf: Remove print_hex_dump_bytes() debug output

 arch/s390/Kconfig                |  6 +--
 arch/s390/defconfig              | 39 ++++++++++++------
 arch/s390/include/asm/irq.h      | 12 ++++--
 arch/s390/kernel/compat_linux.c  |  9 +++--
 arch/s390/kernel/compat_signal.c | 10 ++---
 arch/s390/kernel/dumpstack.c     | 20 +++++-----
 arch/s390/kernel/entry.h         | 18 +++------
 arch/s390/kernel/ftrace.c        |  5 ++-
 arch/s390/kernel/irq.c           | 85 +++++++++++++++-------------------------
 arch/s390/kernel/machine_kexec.c |  2 +-
 arch/s390/kernel/perf_cpum_cf.c  |  4 +-
 arch/s390/kernel/perf_event.c    |  5 +--
 arch/s390/kernel/runtime_instr.c |  4 +-
 arch/s390/kernel/smp.c           |  2 +-
 arch/s390/kernel/suspend.c       |  1 +
 arch/s390/mm/fault.c             |  2 +-
 arch/s390/mm/maccess.c           |  1 +
 arch/s390/mm/pgtable.c           |  6 ++-
 arch/s390/net/bpf_jit_comp.c     |  2 +-
 arch/s390/oprofile/hwsampler.c   |  6 +--
 drivers/s390/block/dasd_diag.c   |  4 +-
 drivers/s390/char/fs3270.c       |  6 +--
 drivers/s390/char/sclp.c         |  6 +--
 drivers/s390/char/tty3270.c      |  6 +--
 drivers/s390/crypto/ap_bus.c     |  2 +-
 drivers/s390/kvm/kvm_virtio.c    |  2 +-
 26 files changed, 130 insertions(+), 135 deletions(-)

                 reply	other threads:[~2013-09-11 10:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20130911105031.GA31307@osiris \
    --to=heiko.carstens@de.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=schwidefsky@de.ibm.com \
    --cc=torvalds@linux-foundation.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 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).