Re: [PATCH net-next 7/9] firmware_loader: Expand Firmware upload error codes
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2023-11-16 16:31:00
Also in:
linux-devicetree, linux-doc, lkml
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2023-11-16 16:31:00
Also in:
linux-devicetree, linux-doc, lkml
On Thu, Nov 16, 2023 at 03:01:39PM +0100, Kory Maincent wrote:
No error code are available to signal an invalid firmware content. Drivers that can check the firmware content validity can not return this specific failure to the user-space Expand the firmware error code with an additional code: - "firmware invalid" code which can be used when the provided firmware is invalid Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Acked-by: Luis Chamberlain <mcgrof@kernel.org> Luis