On Sat, 23 Mar 2024 19:30:20 +0100 Heinrich Schuchardt <[email protected]> wrote:
> Am 23. März 2024 19:07:09 MEZ schrieb "Marek Behún" <[email protected]>: > >In the rng command, print > > Abort > >instead of > > Reading RNG failed > >if the error number is -EINTR. > > > It is unclear what would be the user benefit. > > 'Abort' relates to a user pressing CTRL-C? > Precisely. The next patch of this series adds a rng driver that handles ctrlc() events. Marek

