From: David S. Miller Date: Fri, 14 Jul 2023 07:27:33 +0000 (+0100) Subject: Merge branch 'sk-const' X-Git-Tag: v6.6-rc1~162^2~401 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f63cfa103be9b16c4491f1d58bbef3616fc61a92;p=thirdparty%2Fkernel%2Flinux.git 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: David S. Miller --- f63cfa103be9b16c4491f1d58bbef3616fc61a92