From: Pavel Machek <pavel@ucw.cz>
To: Andrew Morton <akpm@osdl.org>
Cc: Stephen Hemminger <shemminger@osdl.org>,
linux-kernel@vger.kernel.org, Daniel Jacobowitz <dan@debian.org>
Subject: Re: 2.6.11-rc3: Kylix application no longer works?
Date: Wed, 9 Feb 2005 12:11:11 +0100 [thread overview]
Message-ID: <20050209111111.GA1554@elf.ucw.cz> (raw)
In-Reply-To: <20050208181018.5592beab.akpm@osdl.org>
Hi!
> > > > I wonder if reverting the patch will restore the old behaviour?
> > >
> > > This seems to be minimal fix to get Kylix application back to the
> > > working state... Maybe it is good idea for 2.6.11?
> > >
> > > Signed-off-by: Pavel Machek <pavel@suse.cz>
> > > Pavel
> > >
> > > --- clean/fs/binfmt_elf.c 2005-02-03 22:27:19.000000000 +0100
> > > +++ linux/fs/binfmt_elf.c 2005-02-08 18:46:38.000000000 +0100
> > > @@ -803,11 +803,8 @@
> > > nbyte = ELF_MIN_ALIGN - nbyte;
> > > if (nbyte > elf_brk - elf_bss)
> > > nbyte = elf_brk - elf_bss;
> > > - if (clear_user((void __user *) elf_bss + load_bias, nbyte)) {
> > > - retval = -EFAULT;
> > > - send_sig(SIGKILL, current, 0);
> > > - goto out_free_dentry;
> > > - }
> > > + if (clear_user((void __user *) elf_bss + load_bias, nbyte))
> > > + printk(KERN_ERR "Error clearing BSS, wrong ELF executable? (Kylix?!)\n");
> >
> > do once or rate limit rather than log spamming.
>
> We could just remove the printk and stick a comment over it. If the
> application later tries to access the not-there pages then it'll just
> fault.
>
> However I worry if there is some way in which we can leave unzeroed memory
> accessible to the application, although it's hard to see how that could
> happen.
>
> Daniel, Pavel cruelly chopped you off the Cc when replying. What's your
> diagnosis on the below?
Not me, my mailer did it :-). No, don't know what went wrong, and I
forwarded the message to Daniel; his reaction was:
>
> Elf file type is EXEC (Executable file)
> Entry point 0x80614b4
> There are 5 program headers, starting at offset 52
>
> Program Headers:
> Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg
>Align
> PHDR 0x000034 0x08048034 0x08048034 0x000a0 0x000a0 R E
>0x4
> INTERP 0x0000d4 0x080480d4 0x080480d4 0x00013 0x00013 R
>0x1
> [Requesting program interpreter: /lib/ld-linux.so.2]
> LOAD 0x000000 0x08048000 0x08048000 0xb7354 0x1b7354 R E
>0x1000
> LOAD 0x0b7354 0x08200354 0x08200354 0x1e3e4 0x1f648 RW
>0x1000
> DYNAMIC 0x0d56a0 0x0821e6a0 0x0821e6a0 0x00098 0x00098 RW
>0x4
Looks fine but it's probably the first load segment: that's a megabyte
of blank space at the end...
that's all I can see.
Pavel
--
People were complaining that M$ turns users into beta-testers...
...jr ghea gurz vagb qrirybcref, naq gurl frrz gb yvxr vg gung jnl!
next prev parent reply other threads:[~2005-02-09 11:11 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-07 22:11 2.6.11-rc3: Kylix application no longer works? Pavel Machek
2005-02-07 22:51 ` Andrew Morton
2005-02-08 0:03 ` Daniel Drake
2005-02-08 0:18 ` Andrew Morton
2005-02-08 0:56 ` Grzegorz Kulewski
2005-02-08 4:06 ` Andrew Morton
2005-02-08 17:13 ` Pavel Machek
2005-02-08 8:15 ` Daniel Drake
2005-02-08 17:27 ` Pavel Machek
2005-02-08 17:51 ` Pavel Machek
2005-02-08 19:16 ` Stephen Hemminger
2005-02-09 2:10 ` Andrew Morton
2005-02-09 11:11 ` Pavel Machek [this message]
2005-02-09 15:34 ` Daniel Jacobowitz
2005-02-09 20:13 ` Rik van Riel
2005-02-12 0:39 ` Ingo Oeser
2005-02-08 20:43 ` Daniel Jacobowitz
2005-02-08 22:27 ` Pavel Machek
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=20050209111111.GA1554@elf.ucw.cz \
--to=pavel@ucw.cz \
--cc=akpm@osdl.org \
--cc=dan@debian.org \
--cc=linux-kernel@vger.kernel.org \
--cc=shemminger@osdl.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