Re: [PATCH v2 13/17] compat_ioctl: remove /dev/random commands

From: Greg Kroah-Hartman
Date: Wed Sep 12 2018 - 14:13:29 EST


On Wed, Sep 12, 2018 at 05:13:05PM +0200, Arnd Bergmann wrote:
> These are all handled by the random driver, so instead of listing
> each ioctl, we can just use the same function to deal with both
> native and compat commands.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> ---
> drivers/char/random.c | 1 +
> fs/compat_ioctl.c | 7 -------
> 2 files changed, 1 insertion(+), 7 deletions(-)

Acked-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>