search for: bchalio

Displaying 2 results from an estimated 2 matches for "bchalio".

Did you mean: bchalios
2023 Mar 13
1
[PATCH v2 0/2] [RFC] virtio-rng entropy leak reporting feature
Hey Herbert / Jason / crypto maintainers, On Mon, 2023-03-13 at 11:42 +0100, bchalios at amazon.es wrote: > Hi Amit, > > Thanks for taking the time to look into this. > > On 3/2/23 5:55 PM, Amit Shah <amit at infradead.org> wrote: > > CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you can c...
2023 Jan 20
0
[PATCH 1/2] virtio-rng: implement entropy leak feature
...adds fresh entropy whenever the driver handles the used buffer from > the fill-on-leak request. In order to close the race window, we need to > expose some API so that other kernel subsystems can request directly > notifications from the device. > > Signed-off-by: Babis Chalios <bchalios at amazon.es> > --- > drivers/char/hw_random/virtio-rng.c | 200 +++++++++++++++++++++++++++- > include/uapi/linux/virtio_rng.h | 3 + > 2 files changed, 197 insertions(+), 6 deletions(-) > > diff --git a/drivers/char/hw_random/virtio-rng.c b/drivers/char/hw_random/vir...