Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1703076 > unrolled thread

[PATCH] MAINTAINERS: copy virtio on balloon_compaction.c

Started by"Michael S. Tsirkin" <mst@redhat.com>
First post2017-08-03 14:50 +0200
Last post2017-08-03 17:30 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] MAINTAINERS: copy virtio on balloon_compaction.c "Michael S. Tsirkin" <mst@redhat.com> - 2017-08-03 14:50 +0200
    Re: [PATCH] MAINTAINERS: copy virtio on balloon_compaction.c Rafael Aquini <aquini@redhat.com> - 2017-08-03 15:40 +0200
      RE: [PATCH] MAINTAINERS: copy virtio on balloon_compaction.c "Wang, Wei W" <wei.w.wang@intel.com> - 2017-08-03 17:30 +0200

#1703076 — [PATCH] MAINTAINERS: copy virtio on balloon_compaction.c

From"Michael S. Tsirkin" <mst@redhat.com>
Date2017-08-03 14:50 +0200
Subject[PATCH] MAINTAINERS: copy virtio on balloon_compaction.c
Message-ID<uanJF-8s6-27@gated-at.bofh.it>
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 <mst@redhat.com>
---
 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 <arei.gonglei@huawei.com>
-- 
MST

[toc] | [next] | [standalone]


#1703120

FromRafael Aquini <aquini@redhat.com>
Date2017-08-03 15:40 +0200
Message-ID<uaow2-Bh-19@gated-at.bofh.it>
In reply to#1703076
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 <mst@redhat.com>
> ---
>  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 <arei.gonglei@huawei.com>
> -- 
> MST

Acked-by: Rafael Aquini <aquini@redhat.com>

[toc] | [prev] | [next] | [standalone]


#1703195

From"Wang, Wei W" <wei.w.wang@intel.com>
Date2017-08-03 17:30 +0200
Message-ID<uaqeu-1Q1-7@gated-at.bofh.it>
In reply to#1703120
On Thursday, August 3, 2017 9:36 PM, Rafael Aquini wrote:
> 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 <mst@redhat.com>
> > ---
> >  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 <arei.gonglei@huawei.com>
> > --
> > MST
> 
> Acked-by: Rafael Aquini <aquini@redhat.com>

Acked-by: Wei Wang <wei.w.wang@intel.com>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web