Message ID | cover.1689077819.git.gnault@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | net: Mark the sk parameter of routing functions as 'const'. | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Tue, 11 Jul 2023 15:06:00 +0200 you wrote: > 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. > > [...] Here is the summary with links: - [net-next,1/4] security: Constify sk in the sk_getsecid hook. https://git.kernel.org/netdev/net-next/c/5b52ad34f948 - [net-next,2/4] ipv4: Constify the sk parameter of ip_route_output_*(). https://git.kernel.org/netdev/net-next/c/8d6eba33a272 - [net-next,3/4] ipv6: Constify the sk parameter of several helper functions. https://git.kernel.org/netdev/net-next/c/5bc67a854cb4 - [net-next,4/4] pptp: Constify the po parameter of pptp_route_output(). https://git.kernel.org/netdev/net-next/c/dc4c399d215d You are awesome, thank you!