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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/