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-next>] [day] [month] [year] [list]
Message-ID: <cover.1739794938.git.kumarkairiravi@gmail.com>
Date: Mon, 17 Feb 2025 18:26:15 +0530
From: Ravi Kumar kairi <kumarkairiravi@...il.com>
To: dpenkler@...il.com,
	gregkh@...uxfoundation.org,
	kuba@...nel.org,
	rmk+kernel@...linux.org.uk,
	broonie@...nel.org
Cc: arnd@...db.de,
	linux-staging@...ts.linux.dev,
	linux-kernel@...r.kernel.org,
	Ravi Kumar Kairi <kumarkairiravi@...il.com>
Subject: [PATCH 0/2] staging:gpib: Fix error message formatting and adjust memory allocation style

From: Ravi Kumar Kairi <kumarkairiravi@...il.com>

This patch series includes two minor improvements:
1. Updates the error message format for invalid base I/O addresses to use hexadecimal notation.
2. Changes the memory allocation style for `private_data` to use pointer dereference rather than hardcoding the struct type.
   which is perfered by checkpatch.

Ravi Kumar Kairi (2):
  staging:gpib:hp_82335: Fix error message format for invalid base IO
    address
  staging:glib:hp_82335: Refactor kzalloc size calculation to use
    pointer dereference

 drivers/staging/gpib/hp_82335/hp82335.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.48.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ