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]
Date:	Fri, 14 Jul 2006 08:48:43 -0700
From:	Dave Hansen <haveblue@...ibm.com>
To:	Haavard Skinnemoen <hskinnemoen@...el.com>
Cc:	linux-kernel@...r.kernel.org, Andrew Morton <akpm@...l.org>,
	Andy Whitcroft <apw@...dowen.org>
Subject: Re: 2.6.18-rc1-mm2

On Thu, 2006-07-13 at 22:48 -0700, Andrew Morton wrote:
> - Added the avr32 architecture.  Review is sought, please. 

ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.18-rc1/2.6.18-rc1-mm2/broken-out/avr32-arch.patch

> +#define PFN_UP(x)	(((x) + PAGE_SIZE - 1) >> PAGE_SHIFT)
> +#define PFN_DOWN(x)	((x) >> PAGE_SHIFT)
> +#define PFN_PHYS(x)	((x) << PAGE_SHIFT)

Please use include/linux/pfn.h instead of defining these

> Since there's only a single board available, and that board has no use for
> discontigmem or sparsemem anyway, I figured it's better to just turn it off
> until a need for it arises.

How about we help you get sparsemem working properly, and you can kill
all of the discontigmem support from your arch?  You can be the first
non-legacy-impeded architecture. ;)

Feel free to mail Andy or myself with your compile errors, and I'm sure
we can iron it out.  I'd try myself, but I don't have a cross-compiler
for your arch yet.  Do you have one handy?

It would also be nice to see a _couple_ of patches that perhaps abstract
a thing or two into generic code.  I know that new architectures usually
begin with a 'cp -r', but it would be nice to see a wee bit of code
refactoring as a small price of admission.  Some of the ioremap and
other pagetable code looked pretty generic to me.

-- Dave

-
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