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

2018-09-12 Thread Greg Kroah-Hartman
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 > --- > drivers/char/random.c | 1 +

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

2018-09-12 Thread Arnd Bergmann
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 --- drivers/char/random.c | 1 + fs/compat_ioctl.c | 7 --- 2 files changed, 1 insertion(+), 7 deleti