Skip to content
Commit f63cfa10 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'sk-const'



Guillaume Nault says:

====================
net: Mark the sk parameter of routing functions as 'const'.

The sk_getsecid security hook prevents the use of a const sk pointer in
several routing functions. Since this hook should only read sk data,
make its sk argument const (patch 1), then constify the sk parameter of
various routing functions (patches 2-4).

Build-tested with make allmodconfig.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents def3833f dc4c399d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment