diff options
Diffstat (limited to 'net/core/sysctl_net_core.c')
| -rw-r--r-- | net/core/sysctl_net_core.c | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/net/core/sysctl_net_core.c b/net/core/sysctl_net_core.c index a6beb7b6ae55..0df2aa652530 100644 --- a/net/core/sysctl_net_core.c +++ b/net/core/sysctl_net_core.c @@ -294,6 +294,15 @@ static struct ctl_table net_core_table[] = {  		.mode		= 0644,  		.proc_handler	= proc_dointvec  	}, +# ifdef CONFIG_HAVE_EBPF_JIT +	{ +		.procname	= "bpf_jit_harden", +		.data		= &bpf_jit_harden, +		.maxlen		= sizeof(int), +		.mode		= 0600, +		.proc_handler	= proc_dointvec, +	}, +# endif  #endif  	{  		.procname	= "netdev_tstamp_prequeue", | 
