Re: [PATCH 20/33] ipv4: add ip_sock_set_recverr

From: David Howells
Date: Wed May 13 2020 - 09:24:51 EST


Christoph Hellwig <hch@xxxxxx> wrote:

> Add a helper to directly set the IP_RECVERR sockopt from kernel space
> without going through a fake uaccess.

It looks like if this is an AF_INET6 socket, it will just pass the message
straight through to AF_INET4, so:

Reviewed-by: David Howells <dhowells@xxxxxxxxxx>