From: Ingo Oeser <ingo.oeser@informatik.tu-chemnitz.de>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: Kernel Mailing List <linux-kernel@vger.kernel.org>,
Kai Germaschewski <kai@thphy.uni-duesseldorf.de>
Subject: Re: test12-pre2
Date: Wed, 29 Nov 2000 15:35:26 +0100 [thread overview]
Message-ID: <20001129153526.W13759@nightmaster.csn.tu-chemnitz.de> (raw)
In-Reply-To: <Pine.LNX.4.10.10011271838080.15454-100000@penguin.transmeta.com>
In-Reply-To: <Pine.LNX.4.10.10011271838080.15454-100000@penguin.transmeta.com>; from torvalds@transmeta.com on Mon, Nov 27, 2000 at 06:45:31PM -0800
On Mon, Nov 27, 2000 at 06:45:31PM -0800, Linus Torvalds wrote:
> Due to the birth of my third daughter last week (yes, I got /.'ed), if you
> sent me patches that aren't in pre2, you can pretty much consider them
> lost.
Congrats ;-)
> - Kai Germaschewski: ISDN updates
There seem to be a questionable part of it (didn't see this part
on linux-kernel, why?).
diff -u --recursive --new-file v2.4.0-test11/linux/drivers/isdn/hisax/bkm_a8.c linux/drivers/isdn/hisax/bkm_a8.c
--- v2.4.0-test11/linux/drivers/isdn/hisax/bkm_a8.c Mon Aug 21 07:49:02 2000
+++ linux/drivers/isdn/hisax/bkm_a8.c Mon Nov 27 16:53:43 2000
@@ -282,17 +283,17 @@
return(0);
}
-static struct pci_dev *dev_a8 __initdata = NULL;
-static u16 sub_vendor_id __initdata = 0;
-static u16 sub_sys_id __initdata = 0;
-static u_char pci_bus __initdata = 0;
-static u_char pci_device_fn __initdata = 0;
-static u_char pci_irq __initdata = 0;
+static struct pci_dev *dev_a8 __initdata;
+static u16 sub_vendor_id __initdata;
+static u16 sub_sys_id __initdata;
+static u_char pci_bus __initdata;
+static u_char pci_device_fn __initdata;
+static u_char pci_irq __initdata;
#endif /* CONFIG_PCI */
-__initfunc(int
-setup_sct_quadro(struct IsdnCard *card))
+int __init
+setup_sct_quadro(struct IsdnCard *card)
{
#if CONFIG_PCI
struct IsdnCardState *cs = card->cs;
IIRC variables marked as "__initdata" need to be explicitly set
even to zero, because gcc won't put them into the right section
otherwise. One of Tigran's patches has been reverted because of
this.
So please reconsider this chunk and prove me wrong if I'm ;-)
PS: Same goes for several other chunks in the submitted
ISDN-Patch.
PPS: No, this is not fixed in pre3.
Regards
Ingo Oeser
--
To the systems programmer, users and applications
serve only to provide a test load.
<esc>:x
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~2000-11-29 14:06 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-11-28 2:45 test12-pre2 Linus Torvalds
2000-11-28 2:55 ` Linus daughter John B. Jacobsen
2000-11-28 12:13 ` George R. Kasica
2000-11-28 3:46 ` test12-pre2 Neil Brown
2000-11-28 3:53 ` test12-pre2 Alan Cox
2000-11-28 4:38 ` test12-pre2 Linus Torvalds
2000-11-28 4:17 ` test12-pre2 Mohammad A. Haque
2000-11-29 2:30 ` test12-pre2 Wakko Warner
[not found] ` <20001129121504.A1794@jurassic.park.msu.ru>
[not found] ` <20001129072631.A4193@animx.eu.org>
[not found] ` <20001129165011.A2205@jurassic.park.msu.ru>
2000-11-29 17:15 ` test12-pre2 Wakko Warner
2000-11-30 17:24 ` [patch] test12-pre2 Ivan Kokshaysky
[not found] ` <20001201171033.A10915@animx.eu.org>
[not found] ` <20001202162614.A2738@jurassic.park.msu.ru>
2000-12-03 19:46 ` Wakko Warner
2000-11-29 14:35 ` Ingo Oeser [this message]
2000-11-29 16:16 ` test12-pre2 Kai Germaschewski
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=20001129153526.W13759@nightmaster.csn.tu-chemnitz.de \
--to=ingo.oeser@informatik.tu-chemnitz.de \
--cc=kai@thphy.uni-duesseldorf.de \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.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
all inboxes | Powered by JetHome®