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:	Mon, 28 Mar 2011 03:01:12 -0400
From:	Mike Frysinger <vapier@...too.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	David Howells <dhowells@...hat.com>, linux-kernel@...r.kernel.org,
	linux-mm@...r.kernel.org, tglx@...utronix.de, amwang@...hat.com,
	lethal@...ux-sh.org
Subject: Re: [GIT PULL] NOMMU and FRV patches

On Sun, Mar 27, 2011 at 22:46, Linus Torvalds wrote:
> On Thu, Mar 24, 2011 at 11:03 AM, David Howells wrote:
>> Can you pull these patches please?
>
> No.
>
> Because they are sh*t that have clearly never been tested, and have
> never been in -next.
>
> They don't even compile on anything but NOMMU, as far as I can tell.
> That new "vcoalesce()" helper is crap:

yeah, it would seem that my patch broke MMU (for once the other way
around).  it's the MMU vcoalesce redirection that is broken.  stupid
thinko:
-#define vcoalesce(...) vmap(...)
+#define vcoalesce(...) vmap(__VA_ARGS__)
-mike
--
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