Commit a2541dcb authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Al Viro
Browse files

random: fix an incorrect __user annotation on proc_do_entropy



No user pointers for sysctls anymore.

Fixes: 32927393 ("sysctl: pass kernel pointers to ->proc_handler")
Reported-by: default avatarbuild test robot <lkp@intel.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent c7388c1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2087,7 +2087,7 @@ static int proc_do_uuid(struct ctl_table *table, int write,
 * Return entropy available scaled to integral bits
 */
static int proc_do_entropy(struct ctl_table *table, int write,
			   void __user *buffer, size_t *lenp, loff_t *ppos)
			   void *buffer, size_t *lenp, loff_t *ppos)
{
	struct ctl_table fake_table;
	int entropy_count;