From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-f200.google.com (mail-qt0-f200.google.com [209.85.216.200]) by kanga.kvack.org (Postfix) with ESMTP id 9D9606B06AD for ; Thu, 3 Aug 2017 08:42:58 -0400 (EDT) Received: by mail-qt0-f200.google.com with SMTP id u11so5474226qtu.10 for ; Thu, 03 Aug 2017 05:42:58 -0700 (PDT) Received: from mx1.redhat.com (mx1.redhat.com. [209.132.183.28]) by mx.google.com with ESMTPS id s9si7791806qtg.160.2017.08.03.05.42.57 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Aug 2017 05:42:57 -0700 (PDT) Date: Thu, 3 Aug 2017 15:42:52 +0300 From: "Michael S. Tsirkin" Subject: [PATCH] MAINTAINERS: copy virtio on balloon_compaction.c Message-ID: <1501764010-24456-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-linux-mm@kvack.org List-ID: To: linux-kernel@vger.kernel.org Cc: Wei Wang , linux-mm@kvack.org, virtualization@lists.linux-foundation.org, mhocko@kernel.org, zhenwei.pi@youruncloud.com, Gioh Kim , Vlastimil Babka , Minchan Kim , Konstantin Khlebnikov , Rafael Aquini , Andrew Morton , dave.hansen@intel.com, mawilcox@microsoft.com Changes to mm/balloon_compaction.c can easily break virtio, and virtio is the only user of that interface. Add a line to MAINTAINERS so whoever changes that file remembers to copy us. Signed-off-by: Michael S. Tsirkin --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index f66488d..6b1d60e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13996,6 +13996,7 @@ F: drivers/block/virtio_blk.c F: include/linux/virtio*.h F: include/uapi/linux/virtio_*.h F: drivers/crypto/virtio/ +F: mm/balloon_compaction.c VIRTIO CRYPTO DRIVER M: Gonglei -- MST -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org