|
kernel: search
We are pleased to announce the availability of the ACM Operating Systems Review special topics Issue on Research and developments in the Linux Kernel. It is available, for free, from the ACM Archives site: http://portal.acm.org/toc.cfm?id=1400097 Included are 12 papers about the advances that have been merged or are candidates to be merged into the Linux kernel, as well as new idea papers discussing promising experimental work. * Minding the gap: R&D in the Linux kernel by Muli Ben-Yehuda, Eric Van Hensbergen, Marc Fiuczynski * Introducing technology into the Linux kernel: a case study by Paul E. McKenney, Jonathan Walpole * Extending futex for kernel to user notification by Helge Bahmann, Konrad Froitzheim * Plan 9 authentication in Linux by Ashwin Ganti * Towards achieving fairness in the Linux scheduler by Chee Siang Wong, Ian Tan, Ros
in Open Source
via LWN @ 14:25 10th Aug
- Related
Description: A vulnerability was reported in the Linux Kernel. A local user can obtain information from kernel memory.
in Open Source
via Security Tracker @ 16:29 7th Aug
- Related
IconAt the time I was writing this article, the Linux kernel 2.4.17 was released only 3 days ago and these holly days you may find some more time to experiement with it. The following article includes step-by-step instructions on how to compile a Linux 2.4.X kernel, an article mostly targetting people who have never dared to compile their own kernel yet. Read on and we promise, it is not that hard to do so.
in Open Source
via OSNews @ 16:37 23rd Aug
- Related
IconThe Linux phenomenon gets bigger by the day and more developers are drawn into developing for it. The heart of this very phenonmenon is its kernel and as time goes by it becomes more mature but also bigger and more complex. New developers would have trouble diving in and code for it, hence the "Linux Kernel Development" book by well known kernel hacker Robert Love (of preemptive-patch fame).
in Linux
via OSNews @ 9:25 21st Aug
- Related
Hugh Pickens writes "Professor Avishai Wool has unveiled a program to watch for malware on servers with a modification to the Linux kernel. 'We modified the kernel in the system's operating system so that it monitors and tracks the behavior of the programs installed on it,' says Wool. Essentially, Wool says, his software team has built a model that predicts how software running on a server should work (pdf). If the kernel senses abnormal activity, it stops the program from working before malicious actions occur. 'When we see a deviation, we know for sure there's something bad going on,' Wool explains. Wool cites problems with costly anti-virus protection. 'Our methods are much more efficient and don't chew up the computer's resources.'"
in Open Source
via Slashdot @ 18:35 28th Sep
- Related
Eric Van Hensbergen writes "In accordance with the ideals of the issue's open source topic, the ACM has agreed to make the July issue of Operating Systems Review: Research and Developments in the Linux Kernel available for download free of charge. It contains a number of interesting papers written by LKML members like Rusty Russell, Paul McKenna, and Eric Biederman as well as academic OS researchers who've made contributions to mainline on topics ranging from RCL, VirtIO, Checkpoint & Resume, to CUBIC TCP, etc. A primary motivation behind this special-topics OSR issue was to help bridge a gap that currently exists between the kernel community and the academic OS research community, by encouraging kernel developers to publish recent additions to the Linux kernel as well as to provide a forum for experience papers which describe the introdu
in Web Developer
via Slashdot @ 19:27 9th Aug
- Related
The increasing market demand for systems characterized by low-latency, deterministic behavior and the emphasis on the use of commodity hardware and software have led to a new breed of real-time operating systems (OSs), known as enterprise real-time OSs. In response to the demand for accelerated access to such features in a Linux™ kernel, the IBM Linux and Java™ Technology Centers collaborated to provide the first commercially available enterprise real-time Linux kernel with real-time Java support. Extending the PREEMPT RT patch from Ingo Molnar of Red Hat, Inc., the kernel contains additional features that were required to meet the demands of enterprise real-time OS customers. This paper describes how IBM developers helped to direct, implement, and test the real-time Linux kernel, bringing it from software patches to a finished produc
in Developer
via IBM @ 18:12 21st Aug
- Related
A guide to the kernel development process aims to encourage participation by new programmers by explaining what is involved. Some developers and businesses attempting to submit changes to the Linux kernel find themselves tangled up with the processes used, according to the guide, which was written by Jonathan Corbet, executive editor of lwn.net and himself a Linux developer.
in Linux
via ZDNet Asia @ 21:41 17th Aug
- Related
A guide to the kernel development process aims to encourage participation by new programmers by explaining what's involved. Some developers and businesses attempting to submit changes to the Linux kernel find themselves tangled up with the processes used, according to the guide, which was written by Jonathan Corbet, executive editor of lwn.net and himself a Linux developer.
in Linux
via ZDNet UK @ 13:11 15th Aug
- Related
The Linux development community has released version 2.6.27 of the Linux kernel. This will be the first version of the kernel that includes a new file system designed for solid-state
in Open Source
via GCN @ 18:59 10th Oct
- Related
Updated 1:45 PM] -- Linus Benedict Torvalds today blessed the 2.6.27 kernel, making the release official after nine "release candidate" iterations. For embedded hackers, the new kernel offers "Ftrace" and "Sysprof" trace tools, a new "UBIFS" flash filesystem, and support for network drivers with multiple transmit queues, among other enhancements.
in Linux
via Linux Devices @ 23:04 10th Oct
- Related
ruphus13 writes "As mentioned earlier, there was a kernel bug in the alpha/beta version of the Linux kernel (up to 2.6.27 rc7), which was corrupting (and rendering useless) the EEPROM/NVM of adapters. Thankfully, a patch is now out that prevents writing to the EEPROM once the driver is loaded, and this follows a patch released by Intel earlier in the week. From the article: 'The Intel team is currently working on narrowing down the details of how and why these chipsets were affected. They also plan on releasing patches shortly to restore the EEPROM on any adapters that have been affected, via saved images using ethtool -e or from identical systems.' This is good news as we move towards a production release!"
in Linux
via Slashdot @ 2:09 4th Oct
- Related
The Linux Foundation (LF) has published a guide by Jonathan Corbet (pictured) on how to participate in the Linux kernel development community. The 30-page guide explains the development process, but does not require a deep knowledge of kernel programming, says the non-profit group.
in Open Source
via Linux Devices @ 4:20 14th Aug
- Related
Jack Spine writes "The Linux Foundation has published a how-to document for developers who want to negotiate the hidden shoals of open source. According to both the Linux Foundation and the Open Source Consortium, developers can get frustrated with the processes in open source coding, especially for enterprise-class projects like Linux. 'A guide to the kernel development process' aims to encourage participation from new programmers by explaining what's involved. Some developers and businesses attempting to submit changes to the Linux kernel find themselves tangled up with the processes used, according to the guide, which was written by Jonathan Corbet, executive editor of lwn.net and himself a Linux developer."
in Open Source
via Slashdot @ 23:33 15th Aug
- Related
IconI'm generally not very fond of reporting on security breaches or bugs, but OSNews reader and Mandriva employee Adam Williamson warned us of a pretty serious bug in pre-releases of the Linux kernel. "A major bug has been found in the e1000e module (which supports some Intel onboard ethernet adapters) in Linux kernel 2.6.27 pre-releases (up to and including 2.6.27rc7). It can cause the EEPROM of the adapter to become corrupted, rendering it non-functional. This may affect current pre-releases of distributions. Mandriva has posted a detailed notification about the issue, as has SUSE." So, watch out.
in Developer
via OSNews @ 2:51 24th Sep
- Related
Qumranet is the inventor and key maintainer of KVM, the only virtualization technology that is fully incorporated into the Linux kernel. Red Hat views KVM as the next generation of virtualization technology -- it combines support for the latest hardware virtualization capabilities and the rapid feature development of the Linux kernel into a complete, highly functional, virtualization platform. Red Hat believes that a strong coupling between the hypervisor and the kernel is a major advantage.
in Linux
via LWN @ 19:16 8th Sep
- Related
Linux project lead Linus Torvalds has said it is not easy to become a major contributor to the Linux kernel.
in Developer
via Builder AU @ 4:25 19th Aug
- Related
Linux project lead Linus Torvalds has said it is not easy to become a major contributor to the Linux kernel.
in Developer
via ZDNet Australia @ 4:32 19th Aug
- Related
The TALPA malware scanning API was covered in LWN in December, 2007. Several months later, TALPA is back - in the form of a patch set posted by a Red Hat employee. The resulting discussion has certainly not been what the TALPA developers would have hoped for; it is, instead, a good example of how a potentially useful idea can be set back by poor execution and presentation to the kernel community.
in Linux
via Linux World Australia @ 6:07 14th Aug
- Related
Linux Kernel 'iov_iter_advance()' Page Fault Local Denial of Service Vulnerability
in Linux
via SecurityFocus @ 20:13 12th Sep
- Related
chromatic writes "Kernel hackers Arjan van de Ven and Auke Kok showed off Linux booting in five seconds at last month's Linux Plumbers Conference. Arjan and other hackers have already improved the Linux user experience by reducing power consumption and latency. O'Reilly News interviewed him about his work on improving the Linux experience with PowerTOP, LatencyTOP, and Five-Second Boot."
in Web Developer
via Slashdot @ 14:50 3rd Oct
- Related
CHICAGO - Open Kernel Labs (OK Labs), a global provider of systems software and virtualization technology for embedded systems, announced today that the company’s OKL4 microkernel-based virtualization platform
in Handhelds
via Earthtimes.org @ 13:55 5th Aug
- Related
SUSE & openSUSE: "The Linux Kernel offers you something that allows you to recover your system from a crash or at the least lets you to perform a proper shutdown using the Magic SysRq Keys.
in Open Source
via Addict3d.org @ 6:18 29th Sep
- Related
CHICAGO-- (BUSINESS WIRE) -- Open Kernel Labs (OK Labs), a global provider of systems software and virtualization technology for embedded systems, announced today that the company
in Handhelds
via SmartBrief @ 13:54 5th Aug
- Related
Search took 0.02 seconds.
|
|