Displaying 4 results from an estimated 4 matches for "6c64fe7f2".
2018 Apr 13
1
[PATCH] virtio_balloon: add array of stat names
...of reasonably readable names.
>
> Thanks for doing this, this is goodness. Clients of this interface will now
> only require a modification to their internal copy of the header file (if
> they have one), rather than updating their string array as well.
>
> >
> > Fixes: 6c64fe7f2 ("virtio_balloon: export hugetlb page allocation counts")
>
> I think this is a tad bit confusing since the only way you'd know why this
> patch "fixes" 6c64fe7f2 is by reading the LKML archives and finding Jason's
> comment.
So
... add more stats as recen...
2018 Apr 13
2
[PATCH] virtio_balloon: add array of stat names
Jason Wang points out that it's vary hard for users to build an array of
stat names. The naive thing is to use VIRTIO_BALLOON_S_NR but that
breaks if we add more stats.
Let's add an array of reasonably readable names.
Fixes: 6c64fe7f2 ("virtio_balloon: export hugetlb page allocation counts")
Cc: Jason Wang <jasowang at redhat.com>
Cc: Jonathan Helman <jonathan.helman at oracle.com>,
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
include/uapi/linux/virtio_balloon.h | 15 +++++++++++++++
1 f...
2018 Apr 13
2
[PATCH] virtio_balloon: add array of stat names
Jason Wang points out that it's vary hard for users to build an array of
stat names. The naive thing is to use VIRTIO_BALLOON_S_NR but that
breaks if we add more stats.
Let's add an array of reasonably readable names.
Fixes: 6c64fe7f2 ("virtio_balloon: export hugetlb page allocation counts")
Cc: Jason Wang <jasowang at redhat.com>
Cc: Jonathan Helman <jonathan.helman at oracle.com>,
Signed-off-by: Michael S. Tsirkin <mst at redhat.com>
---
include/uapi/linux/virtio_balloon.h | 15 +++++++++++++++
1 f...
2018 Apr 13
0
[PATCH] virtio_balloon: add array of stat names
...gt;
> Let's add an array of reasonably readable names.
Thanks for doing this, this is goodness. Clients of this interface will
now only require a modification to their internal copy of the header
file (if they have one), rather than updating their string array as well.
>
> Fixes: 6c64fe7f2 ("virtio_balloon: export hugetlb page allocation counts")
I think this is a tad bit confusing since the only way you'd know why
this patch "fixes" 6c64fe7f2 is by reading the LKML archives and finding
Jason's comment.
> Cc: Jason Wang <jasowang at redhat.com>...