Message ID | 1532683495-31974-1-git-send-email-wei.w.wang@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | virtio-balloon: some improvements | expand |
On Fri, Jul 27, 2018 at 05:24:53PM +0800, Wei Wang wrote: > This series is split from the "Virtio-balloon: support free page > reporting" series to make some improvements. > > v1->v2 ChangeLog: > - register the shrinker when VIRTIO_BALLOON_F_DEFLATE_ON_OOM is negotiated. > > Wei Wang (2): > virtio-balloon: remove BUG() in init_vqs > virtio_balloon: replace oom notifier with shrinker Thanks! Given it's very late in the release cycle, I'll merge this for the next Linux release. > drivers/virtio/virtio_balloon.c | 125 +++++++++++++++++++++++----------------- > 1 file changed, 72 insertions(+), 53 deletions(-) > > -- > 2.7.4
On Friday, July 27, 2018 10:06 PM, Michael S. Tsirkin wrote: > On Fri, Jul 27, 2018 at 05:24:53PM +0800, Wei Wang wrote: > > This series is split from the "Virtio-balloon: support free page > > reporting" series to make some improvements. > > > > v1->v2 ChangeLog: > > - register the shrinker when VIRTIO_BALLOON_F_DEFLATE_ON_OOM is > negotiated. > > > > Wei Wang (2): > > virtio-balloon: remove BUG() in init_vqs > > virtio_balloon: replace oom notifier with shrinker > > Thanks! > Given it's very late in the release cycle, I'll merge this for the next Linux > release. No problem. Thanks! Best, Wei