From: vamsi krishna <vamsi.krishnak@gmail.com>
To: "linux-os (Dick Johnson)" <linux-os@analogic.com>
Cc: Bhanu Kalyan Chetlapalli <chbhanukalyan@gmail.com>,
linux-kernel@vger.kernel.org
Subject: Re: Whats in this vaddr segment 0xffffe000-0xfffff000 ---p ?
Date: Sat, 23 Jul 2005 02:37:07 +0530 [thread overview]
Message-ID: <3faf0568050722140763f3ff8a@mail.gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.61.0507221515040.18320@chaos.analogic.com>
Really appreciate that, is roland mcgrath listening? what's his email ID?
On 7/23/05, linux-os (Dick Johnson) <linux-os@analogic.com> wrote:
>
> On Fri, 22 Jul 2005, vamsi krishna wrote:
>
> > Hi,
> >
> >> It doesn't. The 32-bit machines never show 64 bit words in
> >> /proc/NN/maps. They don't "know" how.
> >>
> >> b7fd6000-b7fd7000 rw-p b7fd6000 00:00 0
> >> b7ff5000-b7ff6000 rw-p b7ff5000 00:00 0
> >> bffe1000-bfff6000 rw-p bffe1000 00:00 0 [stack]
> >> ffffe000-fffff000 ---p 00000000 00:00 0 [vdso]
> >> ^^^^^^^^____________ 32 bits
> >
> > hello john can you tell me what is [vdso], does it have any content
> > related file descriptor table it seems that the if I dont save this
> > segment during checkpointing, the file open descriptors (i.e FILE *)
> > seems to have null after restoration.
> >
> > Sincerely appreciate your inputs.
> >
> > Cheers!
> > Vamsi
> >
>
> #include <stdio.h>
>
> int main()
> {
> long *foo = (long *)0xffffe000;
> printf("%08x\n", foo[0]);
> printf("%08x\n", foo[1]);
> printf("%08x\n", foo[2]);
> printf("%08x\n", foo[3]);
> printf("%08x\n", foo[4]);
> printf("%s\n", (char *)foo);
>
> }
>
> Seems to be readable and starts with 'ELF'. It's something
> the the 'C' runtime may library use to make syscalls to the
> kernel. Older libraries used interrupt 0x80, newer ones
> may use this. Roland McGrath has made patches to this
> segment so maybe he knows.
>
>
>
> Cheers,
> Dick Johnson
> Penguin : Linux version 2.6.12 on an i686 machine (5537.79 BogoMips).
> Warning : 98.36% of all statistics are fiction.
> .
> I apologize for the following. I tried to kill it with the above dot :
>
> ****************************************************************
> The information transmitted in this message is confidential and may be privileged. Any review, retransmission, dissemination, or other use of this information by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient, please notify Analogic Corporation immediately - by replying to this message or by sending an email to DeliveryErrors@analogic.com - and destroy all copies of this information, including any attachments, without reading or disclosing them.
>
> Thank you.
>
next prev parent reply other threads:[~2005-07-22 21:07 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-22 6:25 Whats in this vaddr segment 0xffffe000-0xfffff000 ---p ? vamsi krishna
2005-07-22 7:46 ` Jan Engelhardt
2005-07-22 14:27 ` Bhanu Kalyan Chetlapalli
2005-07-22 15:18 ` vamsi krishna
2005-07-22 15:56 ` linux-os (Dick Johnson)
2005-07-22 17:56 ` vamsi krishna
2005-07-22 19:32 ` linux-os (Dick Johnson)
2005-07-22 21:07 ` vamsi krishna [this message]
2005-07-22 23:30 ` Jirka Kosina
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=3faf0568050722140763f3ff8a@mail.gmail.com \
--to=vamsi.krishnak@gmail.com \
--cc=chbhanukalyan@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-os@analogic.com \
/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