lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 20 Nov 2019 22:20:57 -0800 (PST)
From:   David Miller <davem@...emloft.net>
To:     andrea.mayer@...roma2.it
Cc:     sergei.shtylyov@...entembedded.com, kuznet@....inr.ac.ru,
        yoshfuji@...ux-ipv6.org, dav.lebrun@...il.com,
        netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [net-next, v2] seg6: allow local packet processing for SRv6
 End.DT6 behavior

From: Andrea Mayer <andrea.mayer@...roma2.it>
Date: Mon, 18 Nov 2019 23:25:58 +0100

> @@ -199,6 +207,12 @@ int seg6_lookup_nexthop(struct sk_buff *skb, struct in6_addr *nhaddr,
>  	return dst->error;
>  }
>  
> +inline int seg6_lookup_nexthop(struct sk_buff *skb,
> +			       struct in6_addr *nhaddr, u32 tbl_id)

Do not use the inline keyword in foo.c files, let the compiler decide.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ