Re: preemtible Kernel

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2007-09-26 at 14:22 +0200, Boris Glawe wrote:
> Hello,
> 
>  From the introduction of kernel 2.6 on, the kernel can be configured to 
> be preemtible. This promises better latency.
> Many did not use this feature in the past: Why?
> 
> When I look at Fedora's 7 kernel source configuration (with 'make 
> menuconfig'), the kernel is also not preemtible, but "voluntarily 
> preemtible": What does that mean?
> 
> thanks and greets
> Boris

As the name suggests (and I'm doing a massive simplification... so don't
shoot me) involuntary preemption means: "Unless strictly stated
other-wise, your code can be preempted any time, any place" while
voluntary preemption (roughly) means: "When you call certain kernel
functions the CPU might get rescheduled from under your feet".

Needless to say, involuntary preemption can wreck havoc on code that was
never designed with preemption in mind. (Mostly
resource-sharing-dead-locks and code re-entries)
As such, making the kernel preempt-able ready takes a lot of time (to
change the code behavior)  and a lot of testing. (To fix all the bugs)

- Gilboa

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux