Recent Event Highlights: Dell releases Streak GPL sources - The H, Paragon Software Introduces Highest Performance Cross-platform Technology for ... - PRLog.Org (press release), Good News for Linux Users From Broadcom - Linux.com (blog), Download Linux Kernel 2.6.35.4 Free For Linux - Soft Sailor (blog), SystemRescueCd 1.6.0 Has Been Released - Softpedia, Linux Wi-Fi Gets Easier with New Broadcom Driver - PC World, and 170 more...
Created by dipity on Apr 29, 2009
Last updated: 09/14/10 at 10:07 PM
Linux Kernel has no followers yet. Be the first one to follow.
Linux Wi-Fi Gets Easier with New Broadcom DriverPC WorldKnown as brcm80211, the new open source driver is for Broadcom's latest 802.11n chipsets, and it uses the Linux kernel's native Mac80211 stack, according to ...Broadcom makes its Wi-Fi chipsets more Linux friendlyZDNet (blog)Broadcom offers a Linux WiFi driverInquirerBroadcom releases open source wireless driver for LinuxThe HSoftpedia -Ars Technicaall 19 news articles »
http://news.google.com/news/url?sa=t&fd=R&usg=AFQjCNFSoVxnaf2a9DgJuLHElHks2Y4_Sw&url=http://www.pcworld.com/businesscenter/article/205258/linux_wifi_gets_easier_with_new_broadcom_driver.html?tk%3Dhp_new
Excerpt
...Intel, and Morgan Stanley. For example, Intel Senior Application Engineer Evgueny Khartchenko will cover "Latency Spike Linux Kernel Performance Analysis -- Uncovering Root Causes." IBM's cloud computing and open source expert Gerrit Huizenga will host a...
Source Info
Freshnews.com
http://www.freshnews.com/news/378596/the-linux-foundation-announces-program-2010-end-user-summit-
Excerpt
...is no Android. But, Google took Android in its own direction, a direction that wasn't compatible with the mainstream Linux kernel. As Greg Kroah-Hartman, head of the Linux Driver Project and a Novell engineer, wrote in Android and the Linux kernel community,...
Source Info
ComputerWorld
http://blogs.computerworld.com/16900/android_linux_kernel_fight_continues?source=rss_blogs
Excerpt
...in the old days, the compiling of a Linux kernel was often a necessity. If you wanted to get a particular piece of hardware working or if you wanted to prune some of the “fat” from the kernel you had to compile a kernel specific to your machine. It was never...
Source Info
GHacks Technology News
http://www.ghacks.net/2010/09/07/compile-your-own-linux-kernel/
Parted Magic 5.4 Moves to Linux Kernel 2.6.35.3 to Fix IssueSoftpediaThe Linux kernel was updated which fixed the issue. Parted Magic 5.4 also makes the switch to the newer Linux kernel 2.6.35 line, up from the previous Linux ...
http://news.google.com/news/url?sa=t&fd=R&usg=AFQjCNEdTHY7z-THILdqr7C6o3lmewnfjg&url=http://news.softpedia.com/news/Parted-Magic-5-4-Moves-to-Linux-Kernel-2-6-35-3-to-Fix-Issue-153914.shtml
UberGizmo (blog)Acer ZGA Chrome OS Netbook Mentioned In Linux Kernel ChangelogUberGizmo (blog)Acer previously shed some light on its upcoming Chrome OS netbook, and now an Acer ZGA system has surfaced in a Linux kernel changelog, hinting at the ...Acer supplying advance Chrome OS netbooks to Google?Electronista (blog)Acer Chrome OS Netbook Specs Revealed Via Bug Report [Chrome OS Netbook From ...TFTS (blog)all 11 news articles »
http://news.google.com/news/url?sa=t&fd=R&usg=AFQjCNE2PFyPDwgBcnU9I5lyrr_Sz8dOqQ&url=http://www.ubergizmo.com/15/archives/2010/08/acer_zga_chrome_os_netbook_mentioned_in_linux_kernel_changelog.html
In This Episode: Linux Distros Wrestle With Security Vulnerability, PlayStation 3 Security Foiled by Jailbreak USB Stick?, GARM Technologies Partners with Cloud Linux Inc., Linux Foundation Offers Open Source Compliance Checklist, Linux Foundation Welcomes Qualcomm, Ubuntu Linux to get multi-touch in 10.10, The Linux Foundation gets an SSD maker as a member
Tech EyeLinux kernel purged of five-year-old root access bugRegisterThe Linux kernel has finally been purged of a privilege-escalation vulnerability that for at least half a decade allowed untrusted local users to gain ...Linux Distros Wrestle With Security VulnerabilityInternetNews.comLinux Kernel Bug PatchedITProPortalLinux Kernel Security Flaw PatchedeSecurity PlanetTech Eye -NetworkWorld.com (blog) -LinuxPlanetall 10 news articles »
http://news.google.com/news/url?sa=t&fd=R&usg=AFQjCNE07_bjRpSALQzdoSmvnWY5G6CZ2g&url=http://www.theregister.co.uk/2010/08/19/linux_vulnerability_fix/
The Linux Foundation gets an SSD maker as a memberInquirerTexas Memory Systems will work with The Linux Foundation and the Linux kernel community to ensure its solid state disks are supported in the mainline kernel ...Texas Memory Systems Joins Linux FoundationPR Web (press release)Texas Memory Systems Joins Linux Development EffortTexas Tech Pulse (blog)all 20 news articles »
http://news.google.com/news/url?sa=t&fd=R&usg=AFQjCNEzcmmk3OfVarwg_JFaIjrfFcdWYw&url=http://www.theinquirer.net/inquirer/news/1728323/the-linux-foundation-ssd-maker
This video contains a boot process from build from source linux kernel, working in ramfs. Quite a bit long boot, because it's generating ssh key pairs.
The VM is a guest to Windows 7 64bit but the filesystem is mounted over the network which is the reason why this build is relatively slow. note the '-j' switch on the make {target} ;) I remember the days when it would take 30 minutes to build a kernel ! ..... and yes make menuconfig is for wimps
Clip 1/5 Speaker: Jon Oberheide, University of Michigan As userspace applications and services become increasingly hardened against traditional memory corruption exploits, operating system kernels have become a source for abundant exploitation opportunities. In particular, the Linux kernel has recently suffered a bout of severe and high-profile vulnerabilities and drawn ire from the security community for it's mishandling of bugs with known security impact, resulting in a Pwnie award for "Lamest Vendor Response". Given the importance the Linux operating system plays in many enterprise environments, it is necessary to understand the strengths and weaknesses of its kernel's security. In this presentation, we'll explore these strengths and weaknesses by diving deep into the exploitation of vulnerabilities in the Linux kernel. Using real-world vulnerabilities and exploits, we'll detail the traditional classes of kernel vulnerabilities such as control flow hijacking (via stack smashing and SLAB/SLUB/SLOB allocator corruption), invalid userland memory accesses (including NULL pointer dereferences), and information leakage. In addition to traditional bug classes, we'll cover the semantic vulnerabilities inherent in complex operating systems that require deep knowledge of kernel internals to identify and exploit subtle conditions (eg desynchronization in the VM subsystem), some of which have previously thought to be unexploitable. We'll also explore the attack surface of the ...
Clip 2/5 Speaker: Jon Oberheide, University of Michigan As userspace applications and services become increasingly hardened against traditional memory corruption exploits, operating system kernels have become a source for abundant exploitation opportunities. In particular, the Linux kernel has recently suffered a bout of severe and high-profile vulnerabilities and drawn ire from the security community for it's mishandling of bugs with known security impact, resulting in a Pwnie award for "Lamest Vendor Response". Given the importance the Linux operating system plays in many enterprise environments, it is necessary to understand the strengths and weaknesses of its kernel's security. In this presentation, we'll explore these strengths and weaknesses by diving deep into the exploitation of vulnerabilities in the Linux kernel. Using real-world vulnerabilities and exploits, we'll detail the traditional classes of kernel vulnerabilities such as control flow hijacking (via stack smashing and SLAB/SLUB/SLOB allocator corruption), invalid userland memory accesses (including NULL pointer dereferences), and information leakage. In addition to traditional bug classes, we'll cover the semantic vulnerabilities inherent in complex operating systems that require deep knowledge of kernel internals to identify and exploit subtle conditions (eg desynchronization in the VM subsystem), some of which have previously thought to be unexploitable. We'll also explore the attack surface of the ...
Proof of concept of an HD2 booting a linux kernel, then launching a mini movie player... Many thanks to dcordes who made that possible! Source : forum.xda-developers.com
This is a little tutorial showing a step by step how to to build a complete Linux root file system and kernel for the i.MX25 3 Stacks PDK from scratch.
Jan Engelhardt takes us through his experiences with hacking the kernel on openSUSE.
Full HD-Video 1080p Torrent: www.piratkopie.de Full HD-Video 720p Torrent: www.piratkopie.de IF You Like GIT, LINUX-Kerneldevelpment the NerdyByNature LSD-Emulating Video "5 years of Linux kernel development in Git" is your perfekt PopkornAddonModul with breathtaking visualYamYam MissionStatement: ============== Some of you might have already noticed that today we celebrate 5 years of Linux kernel development in Git. After looking for an alternative to Bitkeeper, Linus came up with his own solution and wrote that new tool he called Git. Exactly 5 years ago, Linus made the the very first commit into the official Linux kernel Git tree. Therefore we made a little movie to visualize the source code development of Linux over the past 5 years. The video was made with Gource, a source code visualization tool. Yes, there are some bugs in the video, but we found the overall idea way too cool to not share the result with you. You can find the video online in different formats. 1080p/720p/360p We hope you enjoy the video and celebrate 5 years of Linux kernel development in Git with us. Thanks. Bithday aka 1st Commit was @ Sat Apr 16 15:20:36 2005 -0700 BEGIN INFOS ======== FAQ: Q: The timeline is jumping backwards on some occasions, why? A: Honestly, we do not know. Maybe it is a bug in the git log algorithm, which flattens the distributed history. On the other hand, it could be a bug in Gource. We did not have the time to look at it, yet. We hope you enjoy it anyway. Q: Why did you ...
details lableo.blogspot.com
By Greg Kroah-Hartman As A core member of the Linux Kernel team, Greg will show us how to write a kernel patch. This talk will cover the steps necessary to properly compose, describe, and submit a Linux kernel patch. It will cover the basic usage of git, and how that works with the Linux kernel development cycle. Attendees should have a solid grasp of the C language, and know how to build and install, a Linux kernel from scratch (if not,reading the book, Linux Kernel in a Nutshell, free online, ahead of time would be a very good idea.)FOSDEM (Free and Open Source Development European Meeting) is a European event centered around Free and Open Source software development. It is aimed at developers and all interested in the Free and Open Source news in the world. Its goals are to enable developers to meet and to promote the awareness and use of free and open source software. More info at fosdem.org
Android Community (blog)Linus Torvalds: Why I love my Google Nexus OneiTWire (blog)Unexpected and unsolicited praise for the Google phone has emerged from none other than Linus Torvalds, the creator of the Linux kernel. ...Linus Torvalds Breaks Down And Buys A Nexus OneAndroid Community (blog)Happy CamperLinux.com (blog)all 3 news articles »
http://news.google.com/news/url?fd=R&sa=T&url=http%3A%2F%2Fwww.itwire.com%2Fblogs%2Fthe-linux-distillery%2Flinux-user-and-switcher%2F36606-linus-torvalds-why-i-love-my-google-nexus-one&usg=AFQjCNHFhq2dAVqGOsqfurGI2fwmWG6_yA
Excerpt
Canonical announced a few hours ago the immediate availability of a new Linux kernel security update for the following Ubuntu distributions: 6.06 LTS (Dapper Drake), 8.04 LTS (Hardy Heron), 8.10 (Intrepid Ibex), 9.04 (Jaunty Jackalope) and 9.10
Source Info
LXer
http://lxer.com/module/newswire/ext_link.php?rid=131605
The HKernel Log: Coming in 2.6.33 (Part 3) - GraphicsThe HThe Kernel Log takes this opportunity to continue its report about the advancements of Linux 2.6.33 and discuss what's new in terms of graphics hardware ...
http://news.google.com/news/url?fd=R&sa=T&url=http%3A%2F%2Fwww.h-online.com%2Fopen%2Fnews%2Fitem%2FKernel-Log-Coming-in-2-6-33-Part-3-Graphics-922495.html&usg=AFQjCNGzytB7HOAP_JyLT2BcEfRz9fwX_w
This video shows you what setting you need in Jack on a non-realtime kernel. I also cover a little bit of what Jack does. Patchage is the graphical interface used here, it permits me to connect the software ports in realtime.
This video shows you what setting you need in Jack on a non-realtime kernel. I also cover a little bit of what Jack does. Patchage is the graphical interface used here, it permits me to connect the software ports in realtime.
Excerpt
...new generation of devices lauded as "being Linux" aren't like that. Take Google's Android ; at its core, yes, there is a Linux kernel and a whole host of other familiar bits of software. But if you are a developer, you don't get to see any of that because...
Source Info
LXer
http://lxer.com/module/newswire/ext_link.php?rid=131233
DigitalJournal.comKernel contributor says Linux community can be intimidatingITworld.comA key Linux kernel contributor has admitted the developer community can be intimidating and hard to break into. Jonathan Corbet, also the ...Free training webinars feature Linux luminarieseWeekPaid developers write Linux kernelITWebLinux performance: is Linux becoming just too slow and bloated?Free Software MagazineComputerworldUK (blog) -Katonda -DaniWeb (blog)all 17 news articles »
http://news.google.com/news/url?fd=R&sa=T&url=http%3A%2F%2Fwww.itworld.com%2Fopen-source%2F93365%2Fkernel-contributer-says-linux-community-can-be-intimidating&usg=AFQjCNHlVR0C2OS2WCdkT-bPOc97uAf6-g
Free / Open Source Software is on the rage but in a Free software only world will programmers still make money? According to Jonathan Corbet at a presentation at Linux.conf.au 2010 in Wellington, 75% of new code added to the Linux Kernel in 2008-2010 was from paid programmers. So Richard Stallman was correct, programmer can make money creating free ( as in freedom) software. Source: apcmag.com Please Rate this video and leave your thoughts in a text or video response. Thisvideo is released under the Creative Commons Attribution-Share Alike 3.0 United States License. Please share my videos with as many people as you can using any and every type of file sharing. If you are interested in sending me a paypal donation, send it to the email address TTT1776@gmail.com If you have a Flattr account then I can take Flattr donations at flattr.com
misa digital guitar running linux kernel 2.6.31. very fun and mesmerizing to play. sydney, australia. www.misadigital.com PLEASE NOTE that "crackling" some people are pointing out is an effect, like a bit crusher effect. It was done on purpose to show how the location of your touch effects the sound. You can apply any control parameter you want to each axis of the touch screen. This instrument is not limited to one type of effect. I personally like the sound, but it is subjective like all music is.
This video is based on a vmware Server 2 install on Ubuntu 9.10. The kernel requires a patch before vmware's kernel modules can be installed properly.
As decided by Linuxologist.com - bit.ly Here they are: 9. Epoch time hits 1234567890 8. Microsoft submits drivers for the Linux Kernel to improve performance when virtualized on 2008 Hyper-V. 7. Microsoft 'indoctrinates' Best Buy workers, tells them Linux is insecure and difficult (lies) 6. The Linux Kernel turns 15 (3/13/1994 - 3/13/2009). Let's hope for at least 115 more years! 5. ChromeOS revealed by Google 4. Microsoft attempts to patent "sudo" (sort of) 3. Mark Shuttleworth steps down as Canonical CEO 2. Oracle agreed to purchase Sun Microsystems (EU still fighting it) 1. Google's Android OS takes the world by storm (20% of the smartphone market by November 2009) Thanks for watching, and make sure to check out www.thisweekinlinux.com! Music by Kevin MacLeod of http
This time with fullscreen framebuffer. Device is taken under unofficial support of jlime (Jornada Linux Mobility Edition).
This video, shot by enac's Interactive Computing Laboratory, demonstrates how one can use out-of-the-box Linux applications with multitouch displays, using the lab's kernel drivers and modified X.org evdev driver. See lii-enac.fr for technical details. This work was done during project shareit, carried out with Thales Avionics, intuilab and Stantum, and sponsored by Aerospace Valley. The shareit project explores the use of multitouch interaction for future commercial aircraft cockpits.
Excerpt
...Nouveau into the Ubuntu 10.04 LTS kernel to provide support for the Lucid Lynx. With the Nouveau DRM entering the Linux kernel, more distributions will likely be shipping this NVIDIA driver rather than the xf86-video-nv mess in 2010. Many thanks go out to...
Source Info
LXer
http://lxer.com/module/newswire/ext_link.php?rid=129464
Linux kernel booting on Bsquare Power Handheld (Maui). Kernel taken from Jlime mp900c port - it has the same cpu and gpu. Currently working on SD driver and full VGA framebuffer (900c kernel has hvga). Sorry for low quality, video was recorded using Nokia n81 and some lenses for macro
Third Edition. You get some extra PDF material (LDP) on the cd-rom which is worth a look but the book is basically a companion to the source code of the kernel. Sadly, you require a tgz tool to unzip the compressed source code! NOT FOR WINDOWS
Excerpt
...that Linux is huge and scary. But bloated? No. The only thing I can find in limitless quantities is opportunity to use the Linux kernel to solve new and interesting problems. And that's the kind of fat I can really sink my teeth into. The rest of this penguin...
Source Info
My ESM
http://www.pheedcontent.com/click.phdo?i=5adf9714b26b68b3c59ef4fcf78d0b1d
Excerpt
...ECS A740GM-M for AMD processors. What should have been a 30-minute chore turned into a vexing showstopper, because the Linux kernel in 64 Studio didn't get along with the new board and panicked on boot. This a different problem. Here is a photo of the screen...
Source Info
LXer
http://lxer.com/module/newswire/ext_link.php?rid=126322
Excerpt
...and device drivers made for Microsoft Windows and Linux. The LUK project aims to add all Windows kernel mechanisms into the Linux kernel, including Process management, Thread management, Object management, virtual memory management, Synchronization, System...
Source Info
Internet.com
http://linuxtoday.com/news_story.php3?ltsn=2009-09-02-004-35-NW-KN-RL
Excerpt
...for nearly 500 different companies that sponsor kernel developers - have kicked in time and code to the Linux effort. The Linux kernel is also a testament to enlightened self-interest. "The Linux kernel," say the report writers, "has become a common resource...
Source Info
LXer
http://lxer.com/module/newswire/ext_link.php?rid=124465
Excerpt
...contribution numbers do not count "merge commits," which is where the patch changes are merged into other changes in the Linux kernel. Since the 2.6.24 release, Torvalds directly managed 2.7 percent of all Linux kernel merges, ranking him ninth on the list...
Source Info
LXer
http://lxer.com/module/newswire/ext_link.php?rid=124468
Excerpt
More developers are contributing more code to the development of Linux, and are speeding up in the process, according to a new study from the Linux Foundation.
The latest "Who Writes Linux" report is now its second year, tracking the development of
Source Info
Internet.com
http://redir.internet.com/rss/click/www.internetnews.com/dev-news/article.php/3835286
Xen project releases updatesThe HThe new versions contain no fundamental changes and, as ever, the Xen development team are only releasing patches for the three year old Linux kernel 2.6.18 ...Open source Xen a 1-Stop for transport IT companyCIO Magazineall 2 news articles »
http://news.google.com/news/url?fd=R&sa=T&url=http%3A%2F%2Fwww.h-online.com%2Fopen%2FXen-project-releases-updates--%2Fnews%2F113953&usg=AFQjCNFmFXk3UxHv9gcGEOATntBtZVlyAQ
Jolicloud Alpha 2c out now; 'Atom super-optimized kernel' for next ...Netbook ChoiceImprovements to this version include the latest stable version of the Linux kernel, which should result in faster operation and system boots. ...Jolicloud Alpha 2c launched, with better netbook compatibilityLiliputingall 2 news articles »
http://news.google.com/news/url?fd=R&sa=T&url=http%3A%2F%2Fwww.netbookchoice.com%2F2009%2F08%2F06%2Fjolicloud-alpha-2c-out-now-atom-super-optimized-kernel-for-next-release%2F&usg=AFQjCNH9E-GVwsOUhIfmf_1URMqc1dMfEg
Sandia to boot behemoth botnetGCN.comEach node runs 250 Linux kernels. The host operating system on each node is a stripped-down version of the Linux kernel, which the researchers compiled. ...
http://news.google.com/news/url?fd=R&sa=T&url=http%3A%2F%2Fgcn.com%2Farticles%2F2009%2F08%2F10%2Fsandia-botnet.aspx&usg=AFQjCNE4Ffwt-g2ENQjn9CxrX3PXYMfh-Q
Desktop LinuxLinuxCon announces speakersDesktop LinuxThe Linux Kernel Roundtable: Straight from the source -- Linus Torvalds tops the list of leading kernel maintainers in this panel moderated by James ...Telco Planning joins the Linux FoundationTMC Netall 3 news articles »
http://news.google.com/news/url?fd=R&sa=T&url=http%3A%2F%2Fwww.desktoplinux.com%2Fnews%2FNS6513271049.html&usg=AFQjCNGIFWCj4nKRZ0_CaHW19SPaL6H1pg
Sandia computer scientists successfully boot one million Linux ...Media Newswire (press release)To arrive at the one million Linux kernel figure, Sandia's researchers ran one kernel in each of 250 VMs and coupled those with the 4480 physical machines ...and more »
http://news.google.com/news/url?fd=R&sa=T&url=http%3A%2F%2Fmedia-newswire.com%2Frelease_1095644.html&usg=AFQjCNE_Oe5MhPSKiaG5A2BXj90vfT6ZvA
I made a video on how to deploy u-boot, Linux kernel and GPE image onto mini2440. I referred instructions here: labs.kernelconcepts.de and here: code.google.com More details will come soon. You can buy the SAMSUNG S3C2440 ARM development board at friendlyarm.us
ReadWriteWebWeek in review: Microsoft and the Linux code surpriseCNET NewsThat said, the GPL is the way into the Linux kernel and Microsoft wants this code in Linux. Linux veteran--and Novell fellow--Greg Kroah-Hartman suggested ...Microsoft aims to be a Linux kernel contributor: What's in it for ...TechRepublicMicrosoft Linux Release: Legal Pressure or Purely Selfish?ReadWriteWebMicrosoft: GPL violation didn't drive Linux donationRegisterSoftpedia -OS News -CNET Newsall 58 news articles »
http://news.google.com/news/url?fd=R&sa=T&url=http%3A%2F%2Fnews.cnet.com%2F8301-1001_3-10294824-92.html&usg=AFQjCNG4pk7JUlCSX5ACyxXMKeJE2Zww5Q
Excerpt
...and certification matter it is still an important point of clarity in grading out Microsoft's driver submission to the Linux kernel. "Microsoft needs this if they are going to be a serious platform for Linux guests," he said. Reprinted with permission from For...
Source Info
ComputerWorld
http://www.computerworld.com/s/article/9135686/Microsoft_s_Linux_kernel_submission_raises_virtualization_questions?source=rss_software

