From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EC320C33CAC for ; Thu, 6 Feb 2020 17:03:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B91F720838 for ; Thu, 6 Feb 2020 17:03:57 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="gYg/whbA" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727789AbgBFRD5 (ORCPT ); Thu, 6 Feb 2020 12:03:57 -0500 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:29997 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726990AbgBFRD4 (ORCPT ); Thu, 6 Feb 2020 12:03:56 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581008635; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=Cqvvo15drJ21tIHO7yPlH0D47TYDD5oK5I3gU6dSTkg=; b=gYg/whbAxONzAy+ose35E3b5eiJPbe4P4Wuo9g1ckoJ6NvwYdT5lao4mytobBjVKhgXMte LNXAZ4ZEMs4hkuMomR+Jc5bOWpzRMCbVKsW+oleKBkj9ZekgE37vYfKbmh64dWR7wifD65 ZRw6vZ3HjpHVOXQ/8TEDt4a8L8pdEX0= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-227-2cKMQzVAPnCQm3lMtviSag-1; Thu, 06 Feb 2020 12:03:35 -0500 X-MC-Unique: 2cKMQzVAPnCQm3lMtviSag-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 95A3F8010D6; Thu, 6 Feb 2020 17:03:33 +0000 (UTC) Received: from localhost (dhcp-192-195.str.redhat.com [10.33.192.195]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 407E95C1B0; Thu, 6 Feb 2020 17:03:33 +0000 (UTC) From: Cornelia Huck To: Heiko Carstens , Vasily Gorbik , Christian Borntraeger Cc: Eric Farman , Halil Pasic , linux-s390@vger.kernel.org, kvm@vger.kernel.org, Cornelia Huck Subject: [PULL 0/1] one vfio-ccw patch for 5.6 Date: Thu, 6 Feb 2020 18:03:30 +0100 Message-Id: <20200206170331.1032-1-cohuck@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Content-Transfer-Encoding: quoted-printable Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org The following changes since commit d1eef1c619749b2a57e514a3fa67d9a516ffa9= 19: Linux 5.5-rc2 (2019-12-15 15:16:08 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/vfio-ccw.git ta= gs/vfio-ccw-20200206 for you to fetch changes up to dbaf10027ae92a66f0dfad33e1e3453daa16373f: vfio-ccw: Use the correct style for SPDX License Identifier (2020-01-07= 10:37:34 +0100) ---------------------------------------------------------------- fix style of SPDX License Identifier ---------------------------------------------------------------- Nishad Kamdar (1): vfio-ccw: Use the correct style for SPDX License Identifier drivers/s390/cio/vfio_ccw_trace.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --=20 2.21.1