linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Halasa <khc@pm.waw.pl>
To: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.23-pre9
Date: 03 Nov 2003 15:45:31 +0100	[thread overview]
Message-ID: <m365i15x4k.fsf@defiant.pm.waw.pl> (raw)
In-Reply-To: <Pine.LNX.4.44.0310300954540.1275-100000@logos.cnet>

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

  reply	other threads:[~2003-11-03 14:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-30 12:00 Linux 2.4.23-pre9 Marcelo Tosatti
2003-11-03 14:45 ` Krzysztof Halasa [this message]
2003-11-03 16:46   ` Marcelo Tosatti
2003-11-03 20:01     ` Erik Andersen
2003-11-03 22:11       ` Marcelo Tosatti
2003-11-03 18:56 Xose Vazquez Perez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m365i15x4k.fsf@defiant.pm.waw.pl \
    --to=khc@pm.waw.pl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo.tosatti@cyclades.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).