* Re: Linux 2.4.23-pre9
@ 2003-11-03 18:56 Xose Vazquez Perez
0 siblings, 0 replies; 6+ messages in thread
From: Xose Vazquez Perez @ 2003-11-03 18:56 UTC (permalink / raw)
To: khc, linux-kernel, Marcelo Tosatti
Krzysztof Halasa wrote:
> Would you (try to) accept a patch from me if I fix the following?
>
> Modular IDE is still broken:
> hq:/usr/src/linux-hq# /sbin/depmod -ae
> depmod: *** Unresolved symbols in .../kernel/drivers/ide/ide-core.o
> depmod: ide_wait_hwif_ready
> depmod: ide_probe_for_drive
> depmod: ide_probe_reset
> depmod: ide_tune_drives
>
> This is a circular dependency - ide-core.o wants them and they are exported
> by ide-probe.o which wants things from ide-core.o.
Last time that I compiled _all_ kernel modules with _all_ core options, with
OSDL compregress.sh test, there was more bugs:
--cut--
# make modules_install
[...]
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.23-pre5; fi
depmod: *** Unresolved symbols in /lib/modules/2.4.23-pre5/kernel/drivers/ide/ide-core.o
depmod: init_cmd640_vlb
depmod: ide_wait_hwif_ready
depmod: ide_probe_for_drive
depmod: ide_probe_reset
depmod: ide_tune_drives
depmod: *** Unresolved symbols in /lib/modules/2.4.23-pre5/kernel/drivers/net/wan/comx.o
depmod: proc_get_inode
depmod: *** Unresolved symbols in /lib/modules/2.4.23-pre5/kernel/fs/binfmt_elf.o
depmod: put_files_struct
depmod: steal_locks
--end--
--
HTML mails are going to trash automagically
^ permalink raw reply [flat|nested] 6+ messages in thread
* Linux 2.4.23-pre9
@ 2003-10-30 12:00 Marcelo Tosatti
2003-11-03 14:45 ` Krzysztof Halasa
0 siblings, 1 reply; 6+ messages in thread
From: Marcelo Tosatti @ 2003-10-30 12:00 UTC (permalink / raw)
To: linux-kernel
Hi,
Here goes -pre9. Only bugfixes will be accepted till 2.4.24-pre now.
-pre9 backouts out a few ACPI problematic changes. It also includes a USB
update, JFS update, sis900/starfire/tg3 bugfixes, etc.
Detailed changelog below.
Please help with testing!
Summary of changes from v2.4.23-pre8 to v2.4.23-pre9
============================================
<achirica:telefonica.net>:
o Fix compatibily issue with some APs
o Fix wireless stats locking
<car.busse:gmx.de>:
o USB: one more digicam for unusual_devs.h
<chrisw:osdl.org>:
o sysctl core_setuid_ok fix
<dan:reactivated.net>:
o USB brlvger: Debug code fixes
<dax:gurulabs.com>:
o USB: Add Handspring Treo 600 ids
<henry.ne:arcor.de>:
o USB: Update SL811, HC_SL811 driver
<janitor:sternwelten.at>:
o [NETFILTER]: Add IPCHAINS to MAINTAINERS entry
<kml:patheticgeek.net>:
o [TCP]: When SYN is set, the window is not scaled
<laurent.ml:linuxfr.org>:
o [IRDA]: Fix build fallout from gcc-3.3 changes
<len.brown:intel.com>:
o [ACPI] fix x86_64 build (Jeff Garzik)
o [ACPI] fix x86_64 build (Jeff Garzik)
o [ACPI] REVERT acpi_ec_gpe_query(ec) T40 fix that crashed other boxes http://bugme.osdl.org/show_bug.cgi?id=1171
o [ACPI] REVERT ACPICA-20030918 CONFIG_ACPI_DEBUG printk that caused crash http://bugzilla.kernel.org/show_bug.cgi?id=1341
o [ACPI] fix x86_64 ACPI build in 2.4.22 by backporting from 2.4.23
o vsprintf needs PAGE_SIZE from page.h in 2.4
<luca:libero.it>:
o USB: add W996[87]CF driver
<marcelo:logos.cnet>:
o Fix Makefile -pre8 typo
o Cset exclude: 9a4gl@9a0tcp.ampr.org|ChangeSet|20031021055256|28265
o Changed EXTRAVERSION to -pre9
<tsk:ibakou.com>:
o [netdrvr 8139too] add pci id
<zzz:anda.ru>:
o Fix aic7xxx compilation without PCI support
Adrian Bunk:
o USB: add USB gadget Configure help entries
Alan Stern:
o USB: fix for earlier unusual_devs.h patch
Andrew Morton:
o make printk more robust with "null" pointers
o sis900 skb free fix
o [netdrvr 3c527] add MODULE_LICENSE tag
Arjan van de Ven:
o r8169 module license tag
o fix starfire 64-bit b0rkage
Bart De Schuymer:
o [NETFILTER]: Fix potential OOPS in ipt_REDIRECT
Ben Collins:
o IEEE1394 fixes
Dave Kleikamp:
o JFS: Make sure journal records get flushed to disk
o JFS: Improved error handing
o JFS: remove racy, redundant call to block_flushpage
David Brownell:
o USB: usb ethernet gadget
o USB: ehci-hcd, misc bugfixes
o USB: usb "gadget zero" tweaks
o USB: <linux/usb_ch9.h> updates
o USB: usb gadget Config.in updates
David S. Miller:
o [TG3]: Disable/enable timer in suspend/resume
o Cset exclude: kuznet@ms2.inr.ac.ru|ChangeSet|20031021053209|59468
Greg Kroah-Hartman:
o USB: fix compiler error in sl811.c
o USB: fix build bug with usbnet and older versions of gcc
Henning Meier-Geinitz:
o USB: scanner driver: new device ids (1/3)
o USB: scanner driver: added USB_CLASS_CDC_DATA (2/3)
o USB: scanner driver: use static declarations (3/3)
Hideaki Yoshifuji:
o [IPV6]: Fix bogus semicolon typo in mcast.c
Ian Abbott:
o USB: ftdi_sio - Perle UltraPort new ids - 1 of 2
o USB: ftdi_sio - Perle UltraPort new ids - 2 of 2
o USB: ftdi_sio - version bump 1.3.5
Jay Vosburgh:
o [bonding] Restore compatibilty with old ifenslave
Jun Komuro:
o [pcmcia fmvj18x_cs] share interrupts properly for TDK multifunction cards
Linus Torvalds:
o Kamble, Nitin A: Add a quirk for the Intel ICH-[45] to add special ACPI regions
Maksim Krasnyanskiy:
o [Bluetooth] Add support for FCon and FCoff flow control commands
o [Bluetooth] Credit based flow control (CFC) must be disabled by default for compatibility with 1.0b devices. Made CFC a session attribute, introduced CFC states and cleaned up CFC logic.
Marcel Holtmann:
o [Bluetooth] Always use two ISOC URB's
o [Bluetooth] Remove USB zero packet option
o [Bluetooth] Add support for the Digianswer USB devices
o [Bluetooth] Add support for an old ALPS module
Neil Brown:
o Fix deadlock problem in lockd
Paul Mackerras:
o Add load_addr arg to ELF_PLAT_INIT
Rik van Riel:
o saa7110 typo fix
o silence warning in reiserfs_ioctl
o [netdrvr starfire] include asm/io.h
Stelian Pop:
o sonypi driver update
o compile mii when using usbnet
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Linux 2.4.23-pre9
2003-10-30 12:00 Marcelo Tosatti
@ 2003-11-03 14:45 ` Krzysztof Halasa
2003-11-03 16:46 ` Marcelo Tosatti
0 siblings, 1 reply; 6+ messages in thread
From: Krzysztof Halasa @ 2003-11-03 14:45 UTC (permalink / raw)
To: Marcelo Tosatti; +Cc: linux-kernel
Marcelo Tosatti <marcelo.tosatti@cyclades.com> writes:
> Here goes -pre9. Only bugfixes will be accepted till 2.4.24-pre now.
Would you (try to) accept a patch from me if I fix the following?
Modular IDE is still broken:
hq:/usr/src/linux-hq# /sbin/depmod -ae
depmod: *** Unresolved symbols in .../kernel/drivers/ide/ide-core.o
depmod: ide_wait_hwif_ready
depmod: ide_probe_for_drive
depmod: ide_probe_reset
depmod: ide_tune_drives
This is a circular dependency - ide-core.o wants them and they are exported
by ide-probe.o which wants things from ide-core.o.
Compilation on one of my systems produces (gcc 3.3.1):
*** md5sum: WARNING: 1 of 13 computed checksums did NOT match
(this is probably the ISDN source file checksum - we should update MD5
checksum or drop this checking at all).
vt.c: In function `do_kdsk_ioctl':
vt.c:166: warning: comparison is always false due to limited range of data type
vt.c: In function `do_kdgkb_ioctl':
vt.c:283: warning: comparison is always false due to limited range of data type
Probably older gcc is more quiet here.
keyboard.c: In function `do_fn':
keyboard.c:640: warning: comparison is always true due to limited range of data
type
string.c:384: warning: conflicting types for built-in function `bcopy'
process.c: In function `machine_restart':
process.c:426: warning: use of memory input without lvalue in asm operand 0 is deprecated
time.c:433: warning: `do_gettimeoffset_cyclone' defined but not used
Modules:
inode.c:198: warning: `ncp_symlink_inode_operations' defined but not used
ioctl.c: In function `smb_ioctl':
ioctl.c:34: warning: comparison is always false due to limited range of data type
ioctl.c:34: warning: comparison is always false due to limited range of data type
ioctl.c:34: warning: comparison is always false due to limited range of data type
ioctl.c:34: warning: comparison is always false due to limited range of data type
--
Krzysztof Halasa, B*FH
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Linux 2.4.23-pre9
2003-11-03 14:45 ` Krzysztof Halasa
@ 2003-11-03 16:46 ` Marcelo Tosatti
2003-11-03 20:01 ` Erik Andersen
0 siblings, 1 reply; 6+ messages in thread
From: Marcelo Tosatti @ 2003-11-03 16:46 UTC (permalink / raw)
To: Krzysztof Halasa; +Cc: Marcelo Tosatti, linux-kernel
On 3 Nov 2003, Krzysztof Halasa wrote:
> Marcelo Tosatti <marcelo.tosatti@cyclades.com> writes:
>
> > Here goes -pre9. Only bugfixes will be accepted till 2.4.24-pre now.
>
> Would you (try to) accept a patch from me if I fix the following?
>
> Modular IDE is still broken:
> hq:/usr/src/linux-hq# /sbin/depmod -ae
> depmod: *** Unresolved symbols in .../kernel/drivers/ide/ide-core.o
> depmod: ide_wait_hwif_ready
> depmod: ide_probe_for_drive
> depmod: ide_probe_reset
> depmod: ide_tune_drives
>
> This is a circular dependency - ide-core.o wants them and they are exported
> by ide-probe.o which wants things from ide-core.o.
>
> Compilation on one of my systems produces (gcc 3.3.1):
> *** md5sum: WARNING: 1 of 13 computed checksums did NOT match
>
> (this is probably the ISDN source file checksum - we should update MD5
> checksum or drop this checking at all).
>
> vt.c: In function `do_kdsk_ioctl':
> vt.c:166: warning: comparison is always false due to limited range of data type
> vt.c: In function `do_kdgkb_ioctl':
> vt.c:283: warning: comparison is always false due to limited range of data type
>
> Probably older gcc is more quiet here.
>
> keyboard.c: In function `do_fn':
> keyboard.c:640: warning: comparison is always true due to limited range of data
> type
> string.c:384: warning: conflicting types for built-in function `bcopy'
> process.c: In function `machine_restart':
> process.c:426: warning: use of memory input without lvalue in asm operand 0 is deprecated
> time.c:433: warning: `do_gettimeoffset_cyclone' defined but not used
>
> Modules:
>
> inode.c:198: warning: `ncp_symlink_inode_operations' defined but not used
> ioctl.c: In function `smb_ioctl':
> ioctl.c:34: warning: comparison is always false due to limited range of data type
> ioctl.c:34: warning: comparison is always false due to limited range of data type
> ioctl.c:34: warning: comparison is always false due to limited range of data type
> ioctl.c:34: warning: comparison is always false due to limited range of data type
Yes I'll accept patches for 2.4.24-pre. You probably should talk to Alan
about the IDE one.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Linux 2.4.23-pre9
2003-11-03 16:46 ` Marcelo Tosatti
@ 2003-11-03 20:01 ` Erik Andersen
2003-11-03 22:11 ` Marcelo Tosatti
0 siblings, 1 reply; 6+ messages in thread
From: Erik Andersen @ 2003-11-03 20:01 UTC (permalink / raw)
To: Marcelo Tosatti; +Cc: Krzysztof Halasa, linux-kernel
On Mon Nov 03, 2003 at 02:46:48PM -0200, Marcelo Tosatti wrote:
> Yes I'll accept patches for 2.4.24-pre. You probably should talk to Alan
> about the IDE one.
Perhaps I missed something, but isn't Alan on leave for the
year, and not doing Linux stuff?
-Erik
--
Erik B. Andersen http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Linux 2.4.23-pre9
2003-11-03 20:01 ` Erik Andersen
@ 2003-11-03 22:11 ` Marcelo Tosatti
0 siblings, 0 replies; 6+ messages in thread
From: Marcelo Tosatti @ 2003-11-03 22:11 UTC (permalink / raw)
To: Erik Andersen; +Cc: Marcelo Tosatti, Krzysztof Halasa, linux-kernel
On Mon, 3 Nov 2003, Erik Andersen wrote:
> On Mon Nov 03, 2003 at 02:46:48PM -0200, Marcelo Tosatti wrote:
> > Yes I'll accept patches for 2.4.24-pre. You probably should talk to Alan
> > about the IDE one.
>
> Perhaps I missed something, but isn't Alan on leave for the
> year, and not doing Linux stuff?
He is not as active as he used to but he is still around.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-11-03 22:16 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-03 18:56 Linux 2.4.23-pre9 Xose Vazquez Perez
-- strict thread matches above, loose matches on Subject: below --
2003-10-30 12:00 Marcelo Tosatti
2003-11-03 14:45 ` Krzysztof Halasa
2003-11-03 16:46 ` Marcelo Tosatti
2003-11-03 20:01 ` Erik Andersen
2003-11-03 22:11 ` Marcelo Tosatti
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).