Displaying 6 results from an estimated 6 matches for "obsolted".
Did you mean:
obsoleted
2014 Aug 08
2
[PATCH 1/2] rngd: add udev rule to source from hwrng if virtio-rng present
On 08/08/2014 02:07 AM, Amit Shah wrote:
>
>
>> To
>> some degree the above is obsolete when we get khwrngd widely deployed,
>> but that is a new-kernel-only kind of thing.
>
> Right - I'm wondering if any such changes as propsed here are now
> obsolted already by khwrngd?
>
In this case, yes, khwrngd would be a better solution for current kernels.
-hpa
2014 Aug 08
2
[PATCH 1/2] rngd: add udev rule to source from hwrng if virtio-rng present
On 08/08/2014 02:07 AM, Amit Shah wrote:
>
>
>> To
>> some degree the above is obsolete when we get khwrngd widely deployed,
>> but that is a new-kernel-only kind of thing.
>
> Right - I'm wondering if any such changes as propsed here are now
> obsolted already by khwrngd?
>
In this case, yes, khwrngd would be a better solution for current kernels.
-hpa
2014 Aug 07
2
[PATCH 1/2] rngd: add udev rule to source from hwrng if virtio-rng present
On 08/07/2014 06:08 AM, Amit Shah wrote:
> On KVM guests where the virtio-rng device is available, and set as the
> current rng, this udev rule will start rngd which will feed in the
> host-provided entropy to /dev/random.
>
> Signed-off-by: Amit Shah <amit.shah at redhat.com>
> ---
> 90-virtio-rng.rules | 1 +
> 1 file changed, 1 insertion(+)
> create mode
2014 Aug 07
2
[PATCH 1/2] rngd: add udev rule to source from hwrng if virtio-rng present
On 08/07/2014 06:08 AM, Amit Shah wrote:
> On KVM guests where the virtio-rng device is available, and set as the
> current rng, this udev rule will start rngd which will feed in the
> host-provided entropy to /dev/random.
>
> Signed-off-by: Amit Shah <amit.shah at redhat.com>
> ---
> 90-virtio-rng.rules | 1 +
> 1 file changed, 1 insertion(+)
> create mode
2014 Aug 08
0
[PATCH 1/2] rngd: add udev rule to source from hwrng if virtio-rng present
...d it doesn't matter if the
rng_current is changed as long as there's some rng there.
> To
> some degree the above is obsolete when we get khwrngd widely deployed,
> but that is a new-kernel-only kind of thing.
Right - I'm wondering if any such changes as propsed here are now
obsolted already by khwrngd?
Thanks,
Amit
2014 Aug 11
0
[PATCH 1/2] rngd: add udev rule to source from hwrng if virtio-rng present
...mit Shah wrote:
> >
> >
> >> To
> >> some degree the above is obsolete when we get khwrngd widely deployed,
> >> but that is a new-kernel-only kind of thing.
> >
> > Right - I'm wondering if any such changes as propsed here are now
> > obsolted already by khwrngd?
> >
>
> In this case, yes, khwrngd would be a better solution for current kernels.
I think that's OK with me.
What's the suggested value for rng->quality, though, for virtio-rng
that I can use to ensure the kthread starts?
Should I use the 700 (70%) a...