Re: [Qemu-devel] [PATCH v2 0/2] Detect & register virtio-crypto algos only if it can be supported by backend

2018-06-19 Thread Michael S. Tsirkin
On Tue, Jun 19, 2018 at 10:57:54AM -0400, Farhan Ali wrote: > > > On 06/19/2018 10:32 AM, Herbert Xu wrote: > > On Tue, Jun 19, 2018 at 04:08:05PM +0200, Christian Borntraeger wrote: > > > On 06/19/2018 03:26 PM, Farhan Ali wrote: > > > > A polite ping :) > > > > > > > > If no one has any more

Re: [Qemu-devel] [PATCH v2 0/2] Detect & register virtio-crypto algos only if it can be supported by backend

2018-06-19 Thread Farhan Ali
On 06/19/2018 10:32 AM, Herbert Xu wrote: On Tue, Jun 19, 2018 at 04:08:05PM +0200, Christian Borntraeger wrote: On 06/19/2018 03:26 PM, Farhan Ali wrote: A polite ping :) If no one has any more comments/feedback then I would like to how to merge these patches to the mainline kernel tree.

Re: [Qemu-devel] [PATCH v2 0/2] Detect & register virtio-crypto algos only if it can be supported by backend

2018-06-19 Thread Herbert Xu
On Tue, Jun 19, 2018 at 04:08:05PM +0200, Christian Borntraeger wrote: > On 06/19/2018 03:26 PM, Farhan Ali wrote: > > A polite ping :) > > > > If no one has any more comments/feedback then I would like to how to merge > > these patches to the mainline kernel tree. > > I think it should go via

Re: [Qemu-devel] [PATCH v2 0/2] Detect & register virtio-crypto algos only if it can be supported by backend

2018-06-19 Thread Christian Borntraeger
On 06/19/2018 03:26 PM, Farhan Ali wrote: > A polite ping :) > > If no one has any more comments/feedback then I would like to how to merge > these patches to the mainline kernel tree. I think it should go via Michael Tsirkin or Jason Wang (Adding Jason). Also adding Herbert Xu as FYI. I have

Re: [Qemu-devel] [PATCH v2 0/2] Detect & register virtio-crypto algos only if it can be supported by backend

2018-06-19 Thread Farhan Ali
A polite ping :) If no one has any more comments/feedback then I would like to how to merge these patches to the mainline kernel tree. Thanks Farhan On 06/13/2018 04:38 PM, Farhan Ali wrote: Hi, Currently the Linux virtio-crypto driver registers the crypto algorithm without verifying if

[Qemu-devel] [PATCH v2 0/2] Detect & register virtio-crypto algos only if it can be supported by backend

2018-06-13 Thread Farhan Ali
Hi, Currently the Linux virtio-crypto driver registers the crypto algorithm without verifying if the backend actually supports the algorithm. This kernel patch series adds support for registering algorithm with Linux crypto layer, only if the algorithm is supported by the backend device. This