diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2024-06-02 16:18:52 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-06-05 10:24:57 +0100 |
commit | 82dc29b9737edf2d13561ebcf6212c0b88c41129 (patch) | |
tree | d78af5874e5b141074df5bca02794b797b347f32 /net/ipv4/tcp_output.c | |
parent | 61578f67937881abf54c8bd258eb913312dbe4c1 (diff) | |
download | linux-82dc29b9737edf2d13561ebcf6212c0b88c41129.tar.gz linux-82dc29b9737edf2d13561ebcf6212c0b88c41129.tar.bz2 linux-82dc29b9737edf2d13561ebcf6212c0b88c41129.zip |
devlink: Constify the 'table_ops' parameter of devl_dpipe_table_register()
"struct devlink_dpipe_table_ops" only contains some function pointers.
Update "struct devlink_dpipe_table" and the 'table_ops' parameter of
devl_dpipe_table_register() so that structures in drivers can be
constified.
Constifying these structures will move some data to a read-only section, so
increase overall security.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Wojciech Drewek <wojciech.drewek@intel.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_output.c')
0 files changed, 0 insertions, 0 deletions