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] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 07 Apr 2020 18:38:08 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     wenhu.wang@...o.com
Cc:     kuba@...nel.org, bjorn.andersson@...aro.org, allison@...utok.net,
        hofrat@...dl.org, mkl@...gutronix.de, tglx@...utronix.de,
        arnd@...db.de, netdev@...r.kernel.org,
        linux-kernel@...r.kernel.org, opensource.kernel@...o.org
Subject: Re: [PATCH] net: qrtr: send msgs from local of same id as broadcast

From: WANG Wenhu <wenhu.wang@...o.com>
Date: Tue,  7 Apr 2020 06:29:28 -0700

> -		enqueue_fn = qrtr_bcast_enqueue;
> -		if (addr->sq_port != QRTR_PORT_CTRL) {
> +		if (addr->sq_port != QRTR_PORT_CTRL &&
> +				qrtr_local_nid != QRTR_NODE_BCAST) {

Please line up the second line of this if() statement with the column
after the openning parenthesis of the first line.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ