[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0707092356450.11634@jikos.suse.cz>
Date: Mon, 9 Jul 2007 23:58:07 +0200 (CEST)
From: Jiri Kosina <jkosina@...e.cz>
To: Jakub Jelinek <jakub@...hat.com>
Cc: Rik van Riel <riel@...hat.com>, Chuck Ebbert <cebbert@...hat.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Jan Kratochvil <honza@...os.cz>, Ingo Molnar <mingo@...e.hu>,
linux-kernel@...r.kernel.org, Ernie Petrides <petrides@...hat.com>
Subject: Re: [PATCH][RESEND] PIE randomization
On Mon, 9 Jul 2007, Jiri Kosina wrote:
> > Signed-off-by: Jakub Jelinek <jakub@...hat.com>
> [ ... ]
> > - if (!BAD_ADDR(elf_entry)) {
> > + if (!IS_ERR((void *)elf_entry)) {
> I agree that this is better solution. Andrew, this Jakub's patch should
> replace the pie-randomization-fix-bad_addr-macro.patch if possible. You
> can add
Hi Jakub,
as this raced :) with Andrew who already folded the
pie-randomization-fix-bad_addr-macro.patch into pie-randomization.patch,
do you think you could rebase this change against the current state of -mm
and resend it? Thanks,
--
Jiri Kosina
SUSE Labs
-
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