- 20 Jun, 2002 40 commits
-
-
Greg Banks authored
1/11 definitions of CONFIG_HOTPLUG have trivially different banners.
-
Greg Banks authored
2/10 definitions of CONFIG_CD_NO_IDESCSI have trivially different banners.
-
Greg Banks authored
1/3 definitions of 64-bit CONFIG_BINFMT_ELF have trivially different banners. 1/3 definitions of CONFIG_BINFMT_ELF32 have trivially different banners.
-
Greg Banks authored
1/17 definitions of CONFIG_SCSI have trivially different banners.
-
Greg Banks authored
1/14 definitions of CONFIG_SOUND have trivially different banners.
-
Greg Banks authored
2/4 definitions of CONFIG_SOFT_WATCHDOG have trivially different banners.
-
Greg Banks authored
1/3 definitions of CONFIG_PSMOUSE have trivially different banners.
-
Greg Banks authored
1/3 definitions of CONFIG_PPP have trivially different banners.
-
Greg Banks authored
2/6 definitions of CONFIG_PCI have trivially different banners.
-
Greg Banks authored
2/5 definitions of CONFIG_BLK_DEV_SR have trivially different banners.
-
Greg Banks authored
1/5 definitions of CONFIG_PREEMPT have trivially different banners.
-
Greg Banks authored
Symbol CONFIG_SK_G16 depends on CONFIG_OBSOLETE but does not say so in its banner.
-
Greg Banks authored
Symbol CONFIG_H8 depends on CONFIG_OBSOLETE but does not say so in its banner.
-
Greg Banks authored
Symbol CONFIG_FMV18X depends on CONFIG_OBSOLETE but does not say so in its banner.
-
Greg Banks authored
Symbol CONFIG_LDM_PARTITION depends on CONFIG_EXPERIMENTAL but does not say so in its banner.
-
Greg Banks authored
Symbol CONFIG_JFFS2_FS_NAND depends on CONFIG_EXPERIMENTAL but does not say so in its banner.
-
Greg Banks authored
Symbol CONFIG_ISDN_DRV_TPAM depends on CONFIG_EXPERIMENTAL but does not say so in its banner.
-
Greg Banks authored
Three symbols CONFIG_BLK_DEV_ATARAID, CONFIG_BLK_DEV_ATARAID_PDC, and CONFIG_BLK_DEV_ATARAID_HPT depend on CONFIG_EXPERIMENTAL but do not say so in their banners.
-
Greg Banks authored
Two symbols CONFIG_PLX_HERMES and CONFIG_PCI_HERMES depend on CONFIG_EXPERIMENTAL but do not say so in their banners.
-
Greg Banks authored
Symbol CONFIG_CYCLOMX_X25 depends on CONFIG_EXPERIMENTAL but does not say so in its banner.
-
Greg Banks authored
Symbol CONFIG_BLK_DEV_UMEM depends on CONFIG_EXPERIMENTAL but does not say so in its banner.
-
Greg Banks authored
Four symbols CONFIG_ATM_CLIP, CONFIG_ATM_CLIP_NO_ICMP, CONFIG_ATM_LANE, and CONFIG_ATM_MPOA depend on CONFIG_EXPERIMENTAL but do not say so in their banners.
-
Greg Banks authored
Symbol CONFIG_ADFS_FS depends on CONFIG_EXPERIMENTAL but does not say so in its banner.
-
Greg Banks authored
Symbol CONFIG_SOUND_RME96XX depends on CONFIG_EXPERIMENTAL but does not say so in its banner.
-
Greg Banks authored
Symbol CONFIG_VIDEO_MEYE depends on CONFIG_EXPERIMENTAL but does not say so in its banner.
-
Greg Banks authored
Symbol CONFIG_SONYPI depends on CONFIG_EXPERIMENTAL but does not say so in its banner.
-
Greg Banks authored
Symbol CONFIG_MIDI_EMU10K1 depends on CONFIG_EXPERIMENTAL but does not say so in its banner.
-
Greg Banks authored
Two symbols CONFIG_ROADRUNNER and CONFIG_ROADRUNNER_LARGE_RINGS depend on CONFIG_EXPERIMENTAL but do not say so in their banners.
-
Greg Banks authored
The convention is that symbols that depend on $CONFIG_EXPERIMENTAL are marked in the banner with the string (EXPERIMENTAL). There are 4 cases where that string is correctly used but is lowercase instead of uppercase.
-
Greg Banks authored
The default value specified as the last word of the "choice" statement should be a unique abbreviation of one of the sub-prompts, not some random string never seen before.
-
Greg Banks authored
Symbol CONFIG_ZNET depends on CONFIG_OBSOLETE, but its banner says it depends on CONFIG_EXPERIMENTAL.
-
Greg Banks authored
Symbol CONFIG_INTERMEZZO_FS depends on CONFIG_EXPERIMENTAL but does not say so in its banner in the usual way.
-
Rusty Russell authored
The 2.4.18pre10 kernel, like many if its predecessors, can't compile the multiquad driver in an SMP kernel (maybe only as a module; it's been a long time since I wrote this fix). Here's a patch.
-
Arnd Bergmann authored
When compiling 2.5.20 (and ealier, likely) without procfs, the declaration for struct tty_driver is missing in proc_fs.h, causing many compiler warnings that are fixed by this patch.
-
Arnaud S. Launay authored
-
Arnaud S. Launay authored
-
Andrey Panin authored
This micropatch adds unlikely() macro into add_timer() bug check code. Without this path gcc 3.1 makes bad thing reordering printk() into the middle of function body.
-
Andreas Dilger authored
the following micro-patch changes ext[23]_ioctl to return EACCES (permission denied) instead of EPERM (operation not permitted) if the caller is not authorized to change the flags on a file.
-
Andreas Bombe authored
The following trivial patch makes the patch-kernel script executable by a bare bone POSIX shell like ash. Either that, or the interpreter line has to be changed to /bin/bash. The same patch applies to 2.4 (with some line offset).
-
Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-