[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090217081503.GJ2495@deprecation.cyrius.com>
Date: Tue, 17 Feb 2009 09:15:03 +0100
From: Martin Michlmayr <tbm@...ius.com>
To: Roland McGrath <roland@...hat.com>
Cc: linux-kernel@...r.kernel.org, Ralf Baechle <ralf@...ux-mips.org>
Subject: Re: "elf core dump: fix get_user use" breaks mips compilation
* Roland McGrath <roland@...hat.com> [2009-02-16 13:25]:
> I imagine this would work around it:
>
> --- a/fs/binfmt_elf.c
> +++ b/fs/binfmt_elf.c
> @@ -1211,7 +1211,7 @@ static unsigned long vma_dump_size(struc
> if (FILTER(ELF_HEADERS) &&
> vma->vm_pgoff == 0 && (vma->vm_flags & VM_READ)) {
> u32 __user *header = (u32 __user *) vma->vm_start;
> - u32 word;
> + u32 word = 0;
Tested-by: Martin Michlmayr <tbm@...ius.com>
--
Martin Michlmayr
http://www.cyrius.com/
--
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