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]
Date: Tue, 28 May 2024 14:45:07 +0200
From: "Arnd Bergmann" <arnd@...db.de>
To: "Arnd Bergmann" <arnd@...nel.org>,
 "srinivas.pandruvada@...ux.intel.com" <srinivas.pandruvada@...ux.intel.com>,
 "Jiri Kosina" <jikos@...nel.org>, "Benjamin Tissoires" <bentiss@...nel.org>,
 "Lixu Zhang" <lixu.zhang@...el.com>
Cc: linux-input@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] HID: intel-ish-hid: fix endian-conversion

On Tue, May 28, 2024, at 13:57, Arnd Bergmann wrote:

> 
>  	for (i = 0; i < fragment->fragment_cnt && offset < ish_fw->size; i++) 
> {
>  		dma_bufs[i] = dma_alloc_coherent(dev->devc, fragment_size, 
> &dma_addr, GFP_KERNEL);
> +		dma_bufs[i] = dma_alloc_coherent(dev->devc, fragment_size,
> +						 &dma, GFP_KERNEL);
>  		if (!dma_bufs[i])
>  			return -ENOMEM;
> 


Sorry about this one, the duplicate linen was an incorrect
rebase. I've fixed this one locally but did not resend the
series since I'm still waiting for other review comments.

    Arnd

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ