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, 09 Sep 2014 10:01:18 +0200
From:	Clemens Ladisch <clemens@...isch.de>
To:	"Subhransu S. Prusty" <subhransu.s.prusty@...el.com>
CC:	hpa@...or.com, tglx@...utronix.de, mingo@...hat.com,
	x86@...nel.org, linux-kernel@...r.kernel.org, vinod.koul@...el.com
Subject: Re: [PATCH] x86_64: Add memcpy32_toio to write to PCI MMIO

Subhransu S. Prusty wrote:
> This is needed because the hardware

Which hardware?  Every x86-64 CPU ever built by AMD, Intel, and VIA?

> does not support 64-bit moveq insructions while writing to PCI MMIO.

> +#ifndef CONFIG_X86_64
> +#define MEMCPY_TOIO memcpy_toio
> +#else
> +#define MEMCPY_TOIO memcpy32_toio
> +#endif

This does not change any code that uses memcpy_toio().

> +	for (i = 0; i < count/sizeof(u32); i++)
> +		writel(*src_32++, dst_32++);

This breaks when count is not a multiple of four.


Regards,
Clemens
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ