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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20181008.102727.220761622269585721.davem@davemloft.net>
Date:   Mon, 08 Oct 2018 10:27:27 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     wangli39@...du.com
Cc:     netdev@...r.kernel.org
Subject: Re: [PATCH net-next] netdev: remove useless codes of
 tun_automq_select_queue

From: Wang Li <wangli39@...du.com>
Date: Mon,  8 Oct 2018 16:51:12 +0800

> @@ -1045,15 +1039,12 @@ static void tun_automq_xmit(struct tun_struct *tun, struct sk_buff *skb)
>  		 * RPS hash and save it into the flow_table here.
>  		 */
>  		__u32 rxhash;
> +		struct tun_flow_entry *e;

Please always order local variable declarations from longest to
shortest line.

Thank you.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ