From patchwork Thu Apr 30 15:24:16 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Hildenbrand X-Patchwork-Id: 11520671 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DA1A815E6 for ; Thu, 30 Apr 2020 15:24:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B958A208D5 for ; Thu, 30 Apr 2020 15:24:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="CHRi/NCF" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726948AbgD3PYr (ORCPT ); Thu, 30 Apr 2020 11:24:47 -0400 Received: from us-smtp-delivery-1.mimecast.com ([207.211.31.120]:26180 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726933AbgD3PYr (ORCPT ); Thu, 30 Apr 2020 11:24:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1588260286; 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: in-reply-to:in-reply-to:references:references; bh=DlSoJiivlfHDjecLcSWOaOhzGMAzFZnEl4plhwLg4rk=; b=CHRi/NCF9xFyq5j+A6pAuDnK6fES923JiUyEgvxadLzXyDAno8cI+LJM2HapMRyU0hImcg YgvcGxPdPAzQw4uMjAXz1oeOz9T7W1sMKlwBRgmgK04xD7sRAWTg0lQwPenb44qA2e51D0 pC43hEYvbOpbav8oWcSmehi76n9dYKg= 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-399-P7XBeYErMEmKjkj8VX1jLA-1; Thu, 30 Apr 2020 11:24:42 -0400 X-MC-Unique: P7XBeYErMEmKjkj8VX1jLA-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 568668005B7; Thu, 30 Apr 2020 15:24:41 +0000 (UTC) Received: from t480s.redhat.com (ovpn-113-172.ams2.redhat.com [10.36.113.172]) by smtp.corp.redhat.com (Postfix) with ESMTP id C55015EDE3; Thu, 30 Apr 2020 15:24:39 +0000 (UTC) From: David Hildenbrand To: kvm@vger.kernel.org Cc: Paolo Bonzini , Thomas Huth , Janosch Frank , linux-s390@vger.kernel.org, Cornelia Huck , David Hildenbrand Subject: [kvm-unit-tests PULL 03/17] MAINTAINERS: s390x: add linux-s390 list Date: Thu, 30 Apr 2020 17:24:16 +0200 Message-Id: <20200430152430.40349-4-david@redhat.com> In-Reply-To: <20200430152430.40349-1-david@redhat.com> References: <20200430152430.40349-1-david@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org From: Cornelia Huck It makes sense to cc: patches there as well. Signed-off-by: Cornelia Huck Message-Id: <20200324121722.9776-3-cohuck@redhat.com> Signed-off-by: David Hildenbrand --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 4642909..52a3eb6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -83,6 +83,7 @@ M: David Hildenbrand M: Janosch Frank R: Cornelia Huck L: kvm@vger.kernel.org +L: linux-s390@vger.kernel.org F: s390x/* F: lib/s390x/*