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:   Thu, 3 Nov 2022 20:54:52 -0700
From:   Jakub Kicinski <kuba@...nel.org>
To:     Ratheesh Kannoth <rkannoth@...vell.com>
Cc:     <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <davem@...emloft.net>, <edumazet@...gle.com>, <pabeni@...hat.com>,
        <sgoutham@...vell.com>
Subject: Re: [net PATCH] octeontx2-pf: Fix SQE threshold checking

On Wed, 2 Nov 2022 09:02:40 +0530 Ratheesh Kannoth wrote:
> @@ -1599,7 +1600,6 @@ int otx2_nix_config_bp(struct otx2_nic *pfvf, bool enable)
>  	req->bpid_per_chan = 0;
>  #endif
>  
> -
>  	return otx2_sync_mbox_msg(&pfvf->mbox);
>  }
>  EXPORT_SYMBOL(otx2_nix_config_bp);

The patch looks good but we can't have spurious cleanups in fixes,
please repost without this chunk.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ