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]
Message-ID: <20250403042557.GD22360@lst.de>
Date: Thu, 3 Apr 2025 06:25:57 +0200
From: Christoph Hellwig <hch@....de>
To: Yaxiong Tian <iambestgod@...com>
Cc: kbusch@...nel.org, axboe@...nel.dk, hch@....de, sagi@...mberg.me,
	chaitanyak@...dia.com, linux-nvme@...ts.infradead.org,
	linux-kernel@...r.kernel.org, Yaxiong Tian <tianyaxiong@...inos.cn>,
	Chaitanya Kulkarni <kch@...dia.com>
Subject: Re: [PATCH v3 1/3] nvme: Add warning for PST table memory
 allocation failure in nvme_configure_apst

On Tue, Apr 01, 2025 at 05:26:52PM +0800, Yaxiong Tian wrote:
> +		dev_warn(ctrl->device, "Failed to allocate pst table; not using APST\n");

Please avoid the overly long line:

		dev_warn(ctrl->device,
			"Failed to allocate pst table; not using APST\n");


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ