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] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 18 Apr 2020 15:32:11 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     lkml@....org
Cc:     tung.q.nguyen@...tech.com.au, jmaloy@...hat.com,
        ying.xue@...driver.com, netdev@...r.kernel.org
Subject: Re: [PATCH] tipc: Remove redundant tsk->published flag

From: George Spelvin <lkml@....org>
Date: Thu, 16 Apr 2020 03:27:35 GMT

> @@ -3847,7 +3839,7 @@ int tipc_sk_dump(struct sock *sk, u16 dqueues, char *buf)
>  	size_t sz = (dqueues) ? SK_LMAX : SK_LMIN;
>  	struct tipc_sock *tsk;
>  	struct publication *p;
> -	bool tsk_connected;
> +	bool tsk_connected, tsk_published;
>  

Please preserve the reverse christmas tree ordering of local variables
here.

Thank you.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ