2017-08-03 12:42:58

by Michael S. Tsirkin

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: copy virtio on balloon_compaction.c

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 <[email protected]>
---
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 <[email protected]>
--
MST


2017-08-03 13:36:34

by Rafael Aquini

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: copy virtio on balloon_compaction.c

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 <[email protected]>
> ---
> 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 <[email protected]>
> --
> MST

Acked-by: Rafael Aquini <[email protected]>

2017-08-03 15:23:11

by Wei Wang

[permalink] [raw]
Subject: RE: [PATCH] MAINTAINERS: copy virtio on balloon_compaction.c

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 <[email protected]>
> > ---
> > 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 <[email protected]>
> > --
> > MST
>
> Acked-by: Rafael Aquini <[email protected]>

Acked-by: Wei Wang <[email protected]>