From: Erik Andersen <andersen@codepoet.org>
To: Marcelo Tosatti <marcelo@conectiva.com.br>
Cc: lkml <linux-kernel@vger.kernel.org>, Alan Cox <alan@lxorguk.ukuu.org.uk>
Subject: Re: Linux 2.4.17-rc1
Date: Mon, 17 Dec 2001 18:27:25 -0700 [thread overview]
Message-ID: <20011217182724.A17312@codepoet.org> (raw)
In-Reply-To: <Pine.LNX.4.21.0112131841080.28446-100000@freak.distro.conectiva>
In-Reply-To: <Pine.LNX.4.21.0112131841080.28446-100000@freak.distro.conectiva>
On Thu Dec 13, 2001 at 06:44:16PM -0200, Marcelo Tosatti wrote:
>
> Hi,
>
> I've just copied 2.4.17-rc1 to ftp.kernel.org... Its mirroring yet,
> probably.
>
> Well, I want people with the "unfreeable" buffer/cache problem to confirm
> with me that 2.4.17-rc1 is working ok.
>
> The same change which should fix that problem also should make 2.4 a bit
> less "swap happy".
>
[---------snip-----------]
>
> pre6:
>
[---------snip-----------]
> - Fix lots of core NCR5380 bugs (Alan Cox)
This fix from -pre6 broke NCR5380 so that it does not compile
when linked into the kernel (i.e. not as a module). This patch
fixes it. Please apply for 2.4.17-rc2,
-Erik
--
Erik B. Andersen http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--
--- drivers/scsi.orig/g_NCR5380.c Mon Dec 17 18:08:08 2001
+++ drivers/scsi/g_NCR5380.c Mon Dec 17 18:22:34 2001
@@ -911,41 +911,7 @@
MODULE_DEVICE_TABLE(isapnp, id_table);
-#ifndef MODULE
-
-static int __init do_NCR53C400_setup(char *str)
-{
- int ints[10];
-
- get_options(str, sizeof(ints) / sizeof(int), ints);
- generic_NCR53C400_setup(str, ints);
-
- return 1;
-}
-
-static int __init do_NCR53C400A_setup(char *str)
-{
- int ints[10];
-
- get_options(str, sizeof(ints) / sizeof(int), ints);
- generic_NCR53C400A_setup(str, ints);
-
- return 1;
-}
-
-static int __init do_DTC3181E_setup(char *str)
-{
- int ints[10];
-
- get_options(str, sizeof(ints) / sizeof(int), ints);
- generic_DTC3181E_setup(str, ints);
-
- return 1;
-}
-
__setup("ncr5380=", do_NCR5380_setup);
__setup("ncr53c400=", do_NCR53C400_setup);
__setup("ncr53c400a=", do_NCR53C400A_setup);
__setup("dtc3181e=", do_DTC3181E_setup);
-
-#endif
next prev parent reply other threads:[~2001-12-18 1:27 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-12-13 20:44 Linux 2.4.17-rc1 Marcelo Tosatti
2001-12-13 23:33 ` Ken Brownfield
2001-12-14 1:35 ` Roger Larsson
[not found] ` <20011214061842.948118A6BA@cx518206-b.irvn1.occa.home.com>
2001-12-14 11:53 ` [BUG] 2.4.17-rc1 still has I/O freezing bug Ken Brownfield
2001-12-16 4:59 ` Linux 2.4.17-rc1 Daniel Phillips
2001-12-17 16:51 ` Marcelo Tosatti
2001-12-17 18:17 ` Richard Gooch
2001-12-17 21:00 ` Marcelo Tosatti
2001-12-16 14:13 ` David Relson
2001-12-16 14:19 ` Rik van Riel
2001-12-16 14:26 ` Dave Jones
2001-12-16 15:32 ` Ed Tomlinson
2001-12-16 15:37 ` David Relson
2001-12-16 16:10 ` John Alvord
2001-12-16 16:22 ` David Relson
2001-12-16 16:40 ` David Weinehall
2001-12-16 20:28 ` J Sloan
2001-12-18 1:27 ` Erik Andersen [this message]
2001-12-18 1:38 ` Dave Jones
2001-12-18 1:46 ` Erik Andersen
2001-12-18 1:53 ` Dave Jones
-- strict thread matches above, loose matches on Subject: below --
2001-12-14 1:18 Dieter Nützel
2001-12-16 19:25 Mario Vanoni
2001-12-17 11:30 Martin Knoblauch
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=20011217182724.A17312@codepoet.org \
--to=andersen@codepoet.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo@conectiva.com.br \
/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