Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752281AbdFLOgg (ORCPT ); Mon, 12 Jun 2017 10:36:36 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:36755 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751981AbdFLOge (ORCPT ); Mon, 12 Jun 2017 10:36:34 -0400 Date: Mon, 12 Jun 2017 16:36:28 +0200 From: Martin Schwidefsky To: Linus Torvalds Cc: linux-kernel , linux-s390 , Heiko Carstens Subject: [GIT PULL] s390 patches for 4.12-rc6 X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 x-cbid: 17061214-0016-0000-0000-000004BAD663 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17061214-0017-0000-0000-000027EB9830 Message-Id: <20170612163628.1c851d2e@mschwideX1> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-06-12_10:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1706120254 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1427 Lines: 40 Hi Linus, please pull from the 'for-linus' branch of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git for-linus to receive the following updates: * A fix for KVM to avoid kernel oopses in case of host protection faults due to runtime instrumentation * A fix for the AP bus to avoid dead devices after unbind / bind * A fix for a compile warning merged from the vfio_ccw tree * Updated default configurations Christian Borntraeger (1): s390/kvm: do not rely on the ILC on kvm host protection fauls Harald Freudenberger (1): s390/zcrypt: Fix blocking queue device after unbind/bind. Martin Schwidefsky (1): s390: update defconfig Sebastian Ott (1): s390/vfio_ccw: make some symbols static arch/s390/configs/default_defconfig | 39 ++++++++++++++++++++++++++++----- arch/s390/configs/gcov_defconfig | 28 +++++++++++++++++++---- arch/s390/configs/performance_defconfig | 27 +++++++++++++++++++---- arch/s390/configs/zfcpdump_defconfig | 6 +++-- arch/s390/defconfig | 8 +++---- arch/s390/kernel/entry.S | 19 +++++++++++----- drivers/s390/cio/vfio_ccw_ops.c | 12 +++++----- drivers/s390/crypto/ap_bus.c | 38 ++++++++++++++++++++------------ drivers/s390/crypto/ap_card.c | 9 +++++++- drivers/s390/crypto/ap_queue.c | 9 +++++++- 10 files changed, 146 insertions(+), 49 deletions(-)