- 04 Oct, 2003 4 commits
-
-
Andrew Morton authored
From: Badari Pulavarty <pbadari@us.ibm.com> Since we have larger dev_t now, here is the patch to support large number of RAW devices. The userlevel command "raw" also needs changes to use this support - which in turn needs new glibc.
-
Andrew Morton authored
This reverts a broken part of the recent "Consolidate skb delivery" patch. It was doing an extra increment of skb->users, causing machine death after just a few seconds of NFS activity.
-
Daniel Drake authored
Witht he EXPORT_SYMBOL cleanups, net/netsyms.c has been removed. The kernel-api DocBook docs still refer to this file, and because this file is gone, "make htmldocs" and similar fails. This just removes the reference and so fixes this docbook problem.
-
Mikael Pettersson authored
drivers/char/misc.c was changed to use the common list macros instead of its own list code. The first open does load the module and increment its use count, but a bug causes a failure to be reported anyway. This causes an error return to user-space where there is none, and makes the module non-unloadable. Fixed like this.
-
- 03 Oct, 2003 36 commits
-
-
Randy Dunlap authored
From: rwhron@earthlink.net
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net>
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net>
-
Randy Dunlap authored
From: Daniele <bellucda@tiscali.it> - On saa7146_register_extension failure report back its return code
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net> Remove unneeded include of version.h.
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net> version.h cleanup and remove duplicate #includes.
-
Randy Dunlap authored
From: Luiz Capitulino <lcapitulino@prefeitura.sp.gov.br> Fix cmipci.c warnings: unused variable `entry', `snd_cmipci_proc_read' defined but not used
-
Randy Dunlap authored
From: Daniele <bellucda@tiscali.it> - Audit copy_to_user in drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c
-
Randy Dunlap authored
From: rwhron@earthlink.net Remove unneeded version.h include
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net>
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net>
-
Randy Dunlap authored
From: Daniele <bellucda@tiscali.it> - On saa7146_register_extension failure report back its return code
-
Randy Dunlap authored
From: Luiz Capitulino <lcapitulino@prefeitura.sp.gov.br> Fix cpqarray.c warnings: `proc_array' and `ida_proc_get_info' defined but not used ida_proc_get_info() is only called when CONFIG_PROC_FS=y.
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net> version.h cleanup and duplicate #includes removed.
-
Randy Dunlap authored
From: Daniele Bellucci <bellucda@tiscali.it> This is a little register_filesystem audit for nfsd.
-
Randy Dunlap authored
From: maximilian attems <janitor@sternwelten.at> convert two missed strtok to strsep (sound/oss)
-
Randy Dunlap authored
From: Daniele <bellucda@tiscali.it> - On saa7146_register_extension failure report back its return code
-
Randy Dunlap authored
From: Luiz Capitulino <lcapitulino@prefeitura.sp.gov.br> Fix warning in drivers/char/toshiba.c: `tosh_get_info' defined but not used
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net> Cleanup of version.h in drivers/char plus a few in include/linux that are used in drivers/char. Duplicate #includes removed.
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net>
-
Randy Dunlap authored
From: Daniele <bellucda@tiscali.it> - remove unneeded block of code in opl3sa3_mixer_ioctl - remove unused function opl3sa3_set_wide - From Stanford Checker: /home/junfeng/linux-tainted/sound/oss/opl3sa2.c:539:opl3sa3_mixer_ioctl: ERROR:TAINTED:53 9:539: dereferencing tainted ptr 'arg' ..fixed user space pointer referce too on ioctl functions
-
Randy Dunlap authored
From: Daniele <bellucda@tiscali.it> - Audit av7110_ir_init - On saa7146_register_extension failure report back its return code
-
Randy Dunlap authored
From: Luiz Capitulino <lcapitulino@prefeitura.sp.gov.br> Fix a warning about 'proc_cciss' and `cciss_proc_get_info' defined but not used. They are only called when CONFIG_PROC_FS=y.
-
bk://linux-sam.bkbits.net/kbuildLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/lord/xfs-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Greg Kroah-Hartman authored
Keyspan/InnoSys approved this change.
-
Greg Kroah-Hartman authored
Original patch from lucy@innosys.com Changes include: Add support for new USA19H(s) USB Serial Adapter Improve handing of config/control messages for all devices Note that the new adapter doesn't currently require a firmware download. We will add support for re-programming the eeprom with updated firmware when new firmware is required.
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.6
-
Luiz Capitulino authored
I'm getting this when compiling USB with all options enabled: drivers/usb/host/uhci-debug.c:417: warning: `uhci_sprint_schedule' defined but not used my suggestion is to put under the #ifdef/#endif the functions which are only used by the proc ones too. If one of them become necessary when CONFIG_PROC_FS=n, the #ifdef/#endif for that function can be removed:
-
Daniel Drake authored
When compiling this driver with WRITE_DEBUG defined (for extra debug output), gcc outputs warnings for three similar printf statements. The specifier in each printf statement is not totally correct. This patch removes these warnings.
-
Steven Cole authored
This patch removes the reference to Documentation/modules.txt, which has been removed. The patch was made against the current 2.6-bk tree.
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.6
-
Bartlomiej Zolnierkiewicz authored
ide_pci_setup_ports() from setup-pci.c checks if port is disabled, if so d->init_setup_dma() and d->init_hwif() won't be called. There is no need to check it once again inside init_hwif_amd74xx(), init_dma_amd74xx() and amd74xx_tune_drive() (hwif->tuneproc will be NULL for disabled port). Therefore remove amd_enabled variable and now unnecessary init_dma_amd74xx(). Also do not set .init_{iops, dma} to NULL in amd74xx.h (amd74xx_chipsets[] is declared static). Bump driver's version number to reflect changes. Almost identical to the previous VIA case.
-
Bartlomiej Zolnierkiewicz authored
- common pdc4030_init() for built-in and module - kill init_pdc4030() and enable_promise_support flag (no longer needed) - minor cleanups
-
Bartlomiej Zolnierkiewicz authored
ide_pci_setup_ports() from setup-pci.c checks if port is disabled, if so d->init_setup_dma() and d->init_hwif() won't be called. There is no need to check it once again inside init_hwif_via82cxxx(), init_dma_via82cxxx() and via82cxxx_tune_drive() (hwif->tuneproc will be NULL for disabled port). Therefore remove via_enabled variable and now unnecessary init_dma_via82cxx(). Also do not set .init_{iops, dma} to NULL in via82cxxx.h (via82cxxx_chipsets[] is declared static). Bump driver's version number to reflect changes. Acked by Vojtech
-