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: Mon, 10 Jun 2024 19:54:17 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Aleksandr Mishin <amishin@...rgos.ru>
Cc: Edwin Peer <edwin.peer@...adcom.com>, Michael Chan
 <michael.chan@...adcom.com>, "David S. Miller" <davem@...emloft.net>, Eric
 Dumazet <edumazet@...gle.com>, Paolo Abeni <pabeni@...hat.com>,
 <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
 <lvc-project@...uxtesting.org>, Wojciech Drewek <wojciech.drewek@...el.com>
Subject: Re: [PATCH net v2] bnxt_en: Adjust logging of firmware messages in
 case of released token in __hwrm_send()

On Sun, 9 Jun 2024 10:01:29 +0300 Aleksandr Mishin wrote:
>  		hwrm_err(bp, ctx, "hwrm req_type 0x%x seq id 0x%x error 0x%x\n",
> -			 req_type, token->seq_id, rc);
> +			req_type, le16_to_cpu(ctx->req->seq_id), rc);

The alignment with the ( looks messed up

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ