From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751701AbdHCNge (ORCPT ); Thu, 3 Aug 2017 09:36:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47232 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751104AbdHCNgc (ORCPT ); Thu, 3 Aug 2017 09:36:32 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 178DC8123E Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=aquini@redhat.com Date: Thu, 3 Aug 2017 09:36:22 -0400 From: Rafael Aquini To: "Michael S. Tsirkin" Cc: linux-kernel@vger.kernel.org, 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 , Andrew Morton , dave.hansen@intel.com, mawilcox@microsoft.com Subject: Re: [PATCH] MAINTAINERS: copy virtio on balloon_compaction.c Message-ID: <20170803133622.GD26205@xps> References: <1501764010-24456-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1501764010-24456-1-git-send-email-mst@redhat.com> User-Agent: Mutt/1.8.3 (2017-05-23) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Thu, 03 Aug 2017 13:36:31 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 03, 2017 at 03:42:52PM +0300, Michael S. Tsirkin wrote: > 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 Acked-by: Rafael Aquini