Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today! Win Great Prizes!
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > The Linux Kernel > Question about kernel stack

Forgot Password?
 The Linux Kernel   Compiling, theory, programming or other discussion about the linux kernel

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 03-12-2009   #1 (permalink)
Just Joined!
 
Join Date: Mar 2009
Posts: 2
Thumbs down Question about kernel stack

When a process is created by fork(), kernel calls do_fork().
do_fork() calls copy_process()
and a union thread_union is created in the kernel memory space.

union thread_union {
struct thread_info thread_info;
unsigned long stack[THREAD_SIZE/sizeof(long)];
}

Usually, on IA32 the size of thread_union is 8KB.
On some special machine architecture, the size is 4KB.

| 8K| kernel stack
| . . | |
| . . | V
| . . |------------------------
| . . |
| . . |-----------------------
| 0. | thread info

I wonder what kind of data will be put in the kernel stack. Since it only has a space of 8KB or 4KB, a rather small number, will there be a risk that the stack overflows?
Leavesw is offline  



Reply With Quote
Old 03-12-2009   #2 (permalink)
Linux Enthusiast
 
gerard4143's Avatar
 
Join Date: Dec 2007
Location: Canada, Prince Edward Island
Posts: 632
The main purpose of the user's kernel stack is facilitate system calls which don't require a large stack...Gerard4143
__________________
Make mine Arch Linux
gerard4143 is online now   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
A Newbie's Getting Started Guide to Linux
Learn the basics of the Linux operating systems. Get to know what it is all about, and familiarize yourself with the practical side. Basically, if you're a complete Linux newbie and looking for a quick and easy guide to get you started this is it.
subscribe
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 09:27 PM.






© 2000 - - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.1