[PULL v2 1/1] virtio/s390: implement PM operations for virtio_ccw

2017-12-18 Thread Cornelia Huck
From: Christian Borntraeger Suspend/Resume to/from disk currently fails. Let us wire up the necessary callbacks. This is mostly just forwarding the requests to the virtio drivers. The only thing that has to be done in virtio_ccw itself is to re-set the virtio revision.

[PULL v2 0/1] s390/virtio update

2017-12-18 Thread Cornelia Huck
The following changes since commit 20677394b78ed4c4baa09c9a1bcfdf24d2b09fe4: Merge branch 'vhost' into vhost-next (2017-12-18 08:21:38 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/virtio-s390-20171218-v2 for you

Re: [PATCH] virtio/s390: fixup for implement PM operations for virtio_ccw

2017-12-18 Thread Christian Borntraeger
On 12/18/2017 09:52 AM, Thomas Huth wrote: > On 18.12.2017 09:37, Christian Borntraeger wrote: >> We need to disable the pm callbacks if CONFIG_PM is not set. >> >> Signed-off-by: Christian Borntraeger >> --- >> Cornelia, you might want to squash this into the original

Re: [PATCH] virtio/s390: fixup for implement PM operations for virtio_ccw

2017-12-18 Thread Thomas Huth
On 18.12.2017 09:37, Christian Borntraeger wrote: > We need to disable the pm callbacks if CONFIG_PM is not set. > > Signed-off-by: Christian Borntraeger > --- > Cornelia, you might want to squash this into the original commit. > > drivers/s390/virtio/virtio_ccw.c | 4

Re: [PATCH] virtio/s390: fixup for implement PM operations for virtio_ccw

2017-12-18 Thread Cornelia Huck
On Mon, 18 Dec 2017 09:37:06 +0100 Christian Borntraeger wrote: > We need to disable the pm callbacks if CONFIG_PM is not set. > > Signed-off-by: Christian Borntraeger > --- > Cornelia, you might want to squash this into the original commit.

Re: [PULL 0/1] s390/virtio update

2017-12-18 Thread Cornelia Huck
On Thu, 14 Dec 2017 10:59:53 +0100 Cornelia Huck wrote: > The following changes since commit e073f74a5a39c6dc45f28a5006c21aa94490d9b8: > > Merge branch 'this' into vhost (2017-12-07 18:39:24 +0200) > > are available in the git repository at: > >

[PATCH] virtio/s390: fixup for implement PM operations for virtio_ccw

2017-12-18 Thread Christian Borntraeger
We need to disable the pm callbacks if CONFIG_PM is not set. Signed-off-by: Christian Borntraeger --- Cornelia, you might want to squash this into the original commit. drivers/s390/virtio/virtio_ccw.c | 4 1 file changed, 4 insertions(+) diff --git

Re: [PATCH v19 3/7] xbitmap: add more operations

2017-12-18 Thread Wei Wang
On 12/17/2017 11:16 PM, Tetsuo Handa wrote: Wang, Wei W wrote: Wei Wang wrote: But passing GFP_NOWAIT means that we can handle allocation failure. There is no need to use preload approach when we can handle allocation failure. I think the reason we need xb_preload is because radix tree