* [PATCH] MAINTAINERS: copy virtio on balloon_compaction.c
@ 2017-08-03 12:42 Michael S. Tsirkin
2017-08-03 13:36 ` Rafael Aquini
0 siblings, 1 reply; 3+ messages in thread
From: Michael S. Tsirkin @ 2017-08-03 12:42 UTC (permalink / raw)
To: linux-kernel
Cc: Wei Wang, linux-mm, virtualization, mhocko, zhenwei.pi, Gioh Kim,
Vlastimil Babka, Minchan Kim, Konstantin Khlebnikov,
Rafael Aquini, Andrew Morton, dave.hansen, mawilcox
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
--
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: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: copy virtio on balloon_compaction.c
2017-08-03 12:42 [PATCH] MAINTAINERS: copy virtio on balloon_compaction.c Michael S. Tsirkin
@ 2017-08-03 13:36 ` Rafael Aquini
2017-08-03 15:23 ` Wang, Wei W
0 siblings, 1 reply; 3+ messages in thread
From: Rafael Aquini @ 2017-08-03 13:36 UTC (permalink / raw)
To: Michael S. Tsirkin
Cc: linux-kernel, Wei Wang, linux-mm, virtualization, mhocko,
zhenwei.pi, Gioh Kim, Vlastimil Babka, Minchan Kim,
Konstantin Khlebnikov, Andrew Morton, dave.hansen, mawilcox
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>
--
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: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH] MAINTAINERS: copy virtio on balloon_compaction.c
2017-08-03 13:36 ` Rafael Aquini
@ 2017-08-03 15:23 ` Wang, Wei W
0 siblings, 0 replies; 3+ messages in thread
From: Wang, Wei W @ 2017-08-03 15:23 UTC (permalink / raw)
To: Rafael Aquini, Michael S. Tsirkin
Cc: linux-kernel@vger.kernel.org, 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, Hansen, Dave,
mawilcox@microsoft.com
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>
--
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: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-08-03 15:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-03 12:42 [PATCH] MAINTAINERS: copy virtio on balloon_compaction.c Michael S. Tsirkin
2017-08-03 13:36 ` Rafael Aquini
2017-08-03 15:23 ` Wang, Wei W
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).