From: Peter Zijlstra <peterz@infradead.org>
To: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org,
Linus Torvalds <torvalds@linux-foundation.org>
Subject: Re: [PATCH] mm: fix exit_mmap BUG() on a.out binary exit
Date: Thu, 20 Dec 2007 10:19:27 +0100 [thread overview]
Message-ID: <1198142367.6484.28.camel@twins> (raw)
In-Reply-To: <20071220084707.GB28578@jurassic.park.msu.ru>
On Thu, 2007-12-20 at 11:47 +0300, Ivan Kokshaysky wrote:
> The problem was introduced by commit "mm: variable length argument
> support" (b6a2fea39318e43fee84fa7b0b90d68bed92d2ba)
> as it didn't update fs/binfmt_aout.c like other binfmt's.
>
> I noticed that on alpha when accidentally launched old OSF/1
> Acrobat Reader binary. Obviously, other architectures are affected
> as well.
>
> Signed-off-by: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
.24 material I'd say.
> ---
> fs/binfmt_aout.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/fs/binfmt_aout.c b/fs/binfmt_aout.c
> index e176d19..7596e1e 100644
> --- a/fs/binfmt_aout.c
> +++ b/fs/binfmt_aout.c
> @@ -319,7 +319,6 @@ static int load_aout_binary(struct linux_binprm * bprm, struct pt_regs * regs)
> current->mm->free_area_cache = current->mm->mmap_base;
> current->mm->cached_hole_size = 0;
>
> - current->mm->mmap = NULL;
> compute_creds(bprm);
> current->flags &= ~PF_FORKNOEXEC;
> #ifdef __sparc__
prev parent reply other threads:[~2007-12-20 9:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-20 8:47 [PATCH] mm: fix exit_mmap BUG() on a.out binary exit Ivan Kokshaysky
2007-12-20 9:19 ` Peter Zijlstra [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1198142367.6484.28.camel@twins \
--to=peterz@infradead.org \
--cc=akpm@linux-foundation.org \
--cc=ink@jurassic.park.msu.ru \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox