commit | ba423fdaa589d972473083defedf9e862626d268 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Jul 23 08:08:46 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 24 15:41:53 2020 -0700 |
tree | bfd415418622157132ec517b894463a783580001 | |
parent | d200cf624c9247ab52b67d34d9e198262a23df31 [diff] |
net: add a new sockptr_t type Add a uptr_t type that can hold a pointer to either a user or kernel memory region, and simply helpers to copy to and from it. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: David S. Miller <davem@davemloft.net>