wan working on SPIN_LOCK_UNLOCKED clean
for last few days..
different places where SPIN_LOCK_UNLOCKED currently appears are
1. static spinlock_t foobar = SPIN_LOCK_UNLOCKED; needs to be replaced bye DEFINE_SPINLOCK
e.g linux-core/drm_memory_debug.h -static spinlock_t drm_mem_lock = SPIN_LOCK_UNLOCKED; +static DEFINE_SPINLOCK(drm_mem_lock);
there are very few occurrences left in the tree i see
-----Original Message-----
ingo wrote:
Subject: [Announce] [patch] Modular Scheduler Core and Completely Fair Scheduler [CFS]
[announce] [patch] Modular Scheduler Core and Completely Fair Scheduler [CFS]
i'm pleased to announce the first release of the "Modular Scheduler Core and Completely Fair Scheduler [CFS]" patchset:
http://redhat.com/~mingo/cfs-scheduler/sched-modular+cfs.patch
wrote it for 2.4..long time back
should work for 2.6 with minimal changes
one of my first work with Linux kernel
hence is very precious for me :)
and hey this also reminds me
how yackssss was my coding style ..LOL [in shame...]
#include "MyFirstIOCTL.h"
int Argument1 =0;
char* Argument2 ="Milind";
MODULE_PARM(Argument1 , "i");
MODULE_PARM(Argument2 , "s");
MODULE_PARM_DESC(Argument1 , "This is for future use");
/********************************************************************
*Description :: A kernel module which creates 2 kernel threads.
* Converts both of them to daemons.Demonstrates the use of mutex
* to share a dummy resource between the two.
* The mutex is acquired using a blocking call :down_interruptible()
*Author :: Milind A Choudhary
*Date ::07-Dec-2005
im new to linux programming
can anyone help me regarding sector wise read write block from hard disk
help me regarding this
Melissa Draper
LinuxChix, a social networking group for women who use Linux and other open source software, was formed in 1999 by Deb Richardson, a Linux user who was frustrated by the attitudes of many other Linux-oriented groups. Since then, the organisation has grown dramatically, and there are currently more than 40 regional LinuxChix chapters around the world. Until February, LinuxChix had chapters in Australia in Melbourne and Sydney. Following discussions at the Linux.Conf.Au conference in Sydney in January, members realised that a national group would better serve the country. Last month the groups united to form AussieChix, a new nationwide chapter that makes the group more accommodating to women from across Australia, whilst also improving the communications between the members of the previous chapters.
Hello
I thought this might be interesting here, enlightenment and slackware on a Asus A6km with AMD Sempron: [gaute.vetsj.com/log]
- gaute
hi,
Is Nvidia and the others Graphics Hardware developers now support Open Source system???
Or for the drivers for the Linux's for that graphics hardwares is their source codes available???or they only provide the BINARY codecs???
Pls give me some example for the OpenSource Graphics Hardware designers....are they giving their DATASHEETS for that perticular hardware????
thanks
I have a Satellite A100 (PSAA9E)!
I'm using Ubuntu 6.06 but my hotkeys doesn't work!
I'll do everything I can to put them working properly.
I WANT TO BECOME A LINUX PROGRAMMER.
THE LINUX FIELD IS VAST AND DEVELOPING
Might be the husband of Rachel Probert. I was flipping through my co-worker Josh's copy of Linux User magazine, reading an article about the Fish shell, when I flipped forward and caught her article (and picture) at the end of the magazine. Ok, dude, how did you find a woman that looks like that and digs Linux? My bet is that he went all Weird Science and made her! Any advice for a punk rock loving, El Camino (with flames on it) driving, Linux loving guy like me?
Another weekend gone. I'm "on call" this week, so I've sort of had to stay availabe (which, for the most part, meant staying at home). To that end, I finally got my house wired up. I terminated the end of the Cat5e in the low-voltage panel with RJ-45 connectors, and hooked them into a switch. My low voltage wiring panel has a electrical socket in it, so powering the switch is no big deal. I have Cat 5e connections in each bedroom, one in the loft, two in the family room, and one in the kitchen...so I can get pretty networked. I hooked up my laptop, and it made me realize how much nicer a wired connection still is. Wireless works, but even with my iBook, I've always had little dead spots, requiring me to position either myself or the computer in weird ways to get a good signal. Not to mention that I think many wireless chipsets are taking a step backward in usability, at least as far as Linux is concerned.
It is unusual for gaming consoles to allow foreign operating systems to be installed on them. Sony decided to open up the PS3 console and allow third-party operating systems to be installed. Learn how to get started developing for the Cell BE processor on the PS3. This article provides an overview, installation, and first programming steps.
- I initiated another thread of my life to become Kernel Programming Expert. Hope Kernel Trap will guide my newly instantiated thread to reach my goal.
we still using old apache version, 1.3.37 to be exact. And today i discovered in its log file:
[Wed Dec 27 18:14:42 2006] [notice] child pid 19870 exit signal Segmentation fault (11)
but i don't found core file to be created. So, i've added CoreDumpDirectory into httpd.conf, but to my surprise, this doesn't help also. googlin a bit, i've found mod_prctl.c which finally helped me t