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] [day] [month] [year] [list]
Date:	Tue, 12 Dec 2006 21:18:07 -0500
From:	Kyle McMartin <kyle@...isc-linux.org>
To:	linux-kernel@...r.kernel.org
Subject: Re: mapping PCI registers with write combining (and PAT on x86)...

On Tue, Dec 12, 2006 at 02:05:32PM -0800, Roland Dreier wrote:
> 	#if defined(__mc68000__)
<snip>
> 	#warning What do we have to do here??
> 	#endif
> 		if (io_remap_pfn_range(vma, vma->vm_start, off >> PAGE_SHIFT,
> 				     vma->vm_end - vma->vm_start, vma->vm_page_prot))
> 			return -EAGAIN;
> 		return 0;
> 

Wow, that should probably take the cake for the ugliest snippet
of code in the kernel.

--Kyle
-
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