- 05 Jun, 2003 3 commits
-
-
Patrick Mochel authored
From Mike Anderson: I have been using it on an outstanding patch for scsi_set_host_offline. It appears to work fine in my testing.
-
Patrick Mochel authored
The only thing preventing this from happening earlier was the circular sysfs registration dependency - it would need to be initialized before it was registered, but needed to be registered before it was initialized. With kobjects gone from struct filesystem_type, the dependency no longer exists and we don't have to special-case the possibility that a kobject will be passed to kobject_get with a refcount == 0. Note that a kobject with a count of 0 in that function is still a bug, but one in the subsystem making the call. We should add a debugging hook to dump the stack if it does happen.
-
Patrick Mochel authored
It was initially added for the immediate gain of being able to see what filesystems were registered in the system. However, it was done without proper analysis of the lifetime rules associated with them. Someday, we should convert struct filesystem_type and struct super_block to use kobjects, though it will take sufficent time and effort to get it right. Until then, we go without..
-
- 03 Jun, 2003 21 commits
-
-
bk://ldm.bkbits.net/linux-2.5-coreLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Art Haas authored
-
Art Haas authored
Add C99 initializers to fs/bio.c and fs/dquot.c. And fs/libfs.c had an obsolete GCC style initialzers that is converted to C99 style.
-
bk://ldm@bkbits.net/linux-2.5-corePatrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-core
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-core
-
John Hawkes authored
smp_send_reschedule_all() is unused in 2.5 and can be eliminated.
-
Bartlomiej Zolnierkiewicz authored
It is unused and not needed
-
Bartlomiej Zolnierkiewicz authored
In ide_register_subdriver() create drive->proc entries only if driver is not idedefault_driver. [ There won't be /proc/ide/hdX/capacity for devices attached to idedefault_driver now, it reported 0x7fffffff previously. ] Do not create drive->proc entries in create_proc_ide_drives(), they are added later in ide_register_subdriver().
-
James Bottomley authored
into raven.il.steeleye.com:/home/jejb/BK/scsi-for-linus-2.5
-
Patrick Mochel authored
into hostme.bitkeeper.com:/ua/repos/l/ldm/linux-2.5-core
-
Patrick Mochel authored
-
Patrick Mochel authored
It's a slow afternoon.
-
Patrick Mochel authored
- Make it very explicit that supplying an object desctructor is imperative if using the interface for object reference counting. - Add GPL statement to the source files. - Add GFL (http://www.fsf.org/licenses/fdl.html) statement to documentation.
-
Patrick Mochel authored
Based on a patch by Stephen Hemminger.
-
Patrick Mochel authored
From Greg: This fixes a oops when unplugging pci network devices.
-
Patrick Mochel authored
From Dave Jones.
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-core
-
Mark Haverkamp authored
A recent change to the megaraid driver to fix some memset calls resulted in overflowing the arrays being cleared and causing a system panic. This patch fixes the problem by making sure that the arrays being cleared are dimensioned to the correct size. The patch has been tested on osdl's stp machines that have megaraid controllers.
-
Anton Blanchard authored
Here we really want CONFIG_ALL_PPC, since these headers are only valid for PPC Mac machines (barf: badly named config option).
-
David Mosberger authored
One of those very-hard-to-track-down, trivial-to-fix kind of problems: without this patch, TCP roundtrip time measurements will corrupt the routing cache's RTT estimates under heavy network load (the bug causes RTAX_RTT to go negative, but since its type is u32, you end up with a huge positive value...). From there on, later TCP connections quickly will go south. The typo was introduced 8 months ago in v1.29 of the file by the patch entitled "Cleanup DST metrics and abstrct MSS/PMTU further".
-
http://ppc.bkbits.net/for-linus-ppc64Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 04 Jun, 2003 6 commits
-
-
Anton Blanchard authored
-
Anton Blanchard authored
-
Anton Blanchard authored
-
Anton Blanchard authored
-
Anton Blanchard authored
-
Anton Blanchard authored
into samba.org:/scratch/anton/tmp3
-
- 03 Jun, 2003 6 commits
-
-
Anton Blanchard authored
-
Anton Blanchard authored
into samba.org:/scratch/anton/tmp3
-
Anton Blanchard authored
-
Anton Blanchard authored
into samba.org:/scratch/anton/tmp3
-
Christoph Hellwig authored
signal.h uses spinlock_t now so it needs to include spinlock.h. Without this compilation failes on PPC.
-
Herbert Xu authored
This patch fixes an unload crash when no PCI drivers are loaded.
-
- 02 Jun, 2003 4 commits
-
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-