From: Andres Salomon <dilinger@mp3revolution.net>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: linux-kernel@vger.kernel.org, davem@redhat.com
Subject: Re: Linux v2.5.42
Date: Sat, 12 Oct 2002 03:52:55 -0400 [thread overview]
Message-ID: <20021012075255.GA10000@chunk.voxel.net> (raw)
In-Reply-To: <Pine.LNX.4.44.0210112134160.7166-100000@penguin.transmeta.com>
[-- Attachment #1: Type: text/plain, Size: 2053 bytes --]
esp.c got mangled; fixed to allow compilation are attached. Please
consider LVM2 inclusion; it co-exists happily LVM1, is a much cleaner
driver than LVM1, and is well tested (at least under 2.4).
On Fri, Oct 11, 2002 at 09:59:58PM -0700, Linus Torvalds wrote:
>
>
> Augh.. People have been mailbombing me apparently because a lot of people
> finally decided that they really want to sync with me due to the upcoming
> feature freeze, so there's a _lot_ of stuff here, all over the map.
>
> Both the NFS client and the server are getting facelifts to support NFSv4.
> And both Dave Jones and Alan Cox decided to try to merge more stuff with
> me - along with the usual stream from Andrew Morton.
>
> In addition, we have build updates, ISDN, ACPI, input layer, network
> drivers and driverfs.. Along with a random collection of other stuff: USB,
> s390, ppc etc.
>
> End result: 1MB worth of compressed patches - in four days.
>
> Linus
>
>
> PS: NOTE - I'm not going to merge either EVMS or LVM2 right now as things
> stand. I'm not using any kind of volume management personally, so I just
> don't have the background or inclination to walk through the patches and
> make that kind of decision. My non-scientific opinion is that it looks
> like the EVMS code is going to be merged, but ..
>
> Alan, Jens, Christoph, others - this is going to be an area where I need
> input from people I know, and preferably also help merging. I've been
> happy to see the EVMS patches being discussed on linux-kernel, and I just
> wanted to let people know that this needs outside help.
>
> ----
>
> Summary of changes from v2.5.41 to v2.5.42
> ============================================
[...]
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
It's not denial. I'm just selective about the reality I accept.
-- Bill Watterson
[-- Attachment #2: esp.diff --]
[-- Type: text/plain, Size: 789 bytes --]
--- a/drivers/scsi/esp.c 2002-10-12 03:09:47.000000000 -0400
+++ b/drivers/scsi/esp.c 2002-10-12 03:23:25.000000000 -0400
@@ -1576,7 +1576,6 @@
memset(esp_dev, 0, sizeof(struct esp_device));
SDptr->hostdata = esp_dev;
}
- }
esp->snip = 0;
esp->msgout_len = 0;
@@ -3589,7 +3588,7 @@
Scsi_Cmnd *SCptr,
struct esp_device *esp_dev)
{
- if (esp_dev->sync || SCptr->SDptr->borken) {
+ if (esp_dev->sync || SCptr->device->borken) {
/* sorry, no can do */
ESPSDTR(("forcing to async, "));
build_sync_nego_msg(esp, 0, 0);
@@ -3811,7 +3810,7 @@
/* Regardless, next try for sync transfers. */
build_sync_nego_msg(esp, esp->sync_defp, 15);
- espo_dev->sync = 1;
+ esp_dev->sync = 1;
esp->snip = 1;
message_out = EXTENDED_MESSAGE;
}
next prev parent reply other threads:[~2002-10-12 7:47 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-12 4:59 Linux v2.5.42 Linus Torvalds
2002-10-12 5:53 ` Adrian Bunk
2002-10-12 7:23 ` Adrian Bunk
2002-10-12 7:52 ` Andres Salomon [this message]
2002-10-12 9:23 ` David S. Miller
2002-10-12 9:11 ` Adrian Bunk
2002-10-12 9:24 ` Adrian Bunk
2002-10-12 9:41 ` Sam Ravnborg
2002-10-12 10:21 ` Adrian Bunk
2002-10-12 9:50 ` Matthias Andree
2002-10-12 11:11 ` jw schultz
2002-10-12 11:29 ` Andres Salomon
2002-10-12 11:46 ` Alan Cox
2002-10-12 11:40 ` jw schultz
2002-10-12 17:47 ` Jon Portnoy
2002-10-12 18:10 ` Rik van Riel
2002-10-13 11:58 ` venom
2002-10-13 12:52 ` Michael Clark
2002-10-12 12:37 ` Ed Tomlinson
2002-10-12 13:32 ` Christoph Hellwig
2002-10-12 19:39 ` Andres Salomon
2002-10-12 13:43 ` Christoph Hellwig
2002-10-13 17:10 ` Dipankar Sarma
2002-10-14 10:01 ` Joe Thornber
2002-10-14 19:21 ` Christoph Hellwig
2002-10-14 19:32 ` Alexander Viro
2002-10-14 22:28 ` Joe Thornber
-- strict thread matches above, loose matches on Subject: below --
2002-10-12 17:14 Mark Peloquin
2002-10-12 19:34 ` Alan Cox
2002-10-12 19:37 ` jbradford
2002-10-13 23:55 ` Rob Landley
2002-10-13 12:41 ` [Evms-devel] " Michael Clark
2002-10-13 13:49 ` Christoph Hellwig
2002-10-13 15:16 ` Michael Clark
2002-10-13 15:35 ` Christoph Hellwig
2002-10-13 16:11 ` Brian Jackson
2002-10-13 16:26 ` Arjan van de Ven
2002-10-13 17:06 ` Brian Jackson
2002-10-13 19:58 ` Mark Hahn
2002-10-13 19:57 ` Rik van Riel
2002-10-13 20:26 ` Sean Neakums
2002-10-24 11:45 ` Alexander Kellett
2002-10-13 19:59 ` Andrew Morton
2002-10-13 20:24 ` Bernd Eckenfels
2002-10-14 15:11 ` Christoph Hellwig
2002-10-14 22:27 ` Bernd Eckenfels
2002-10-13 17:46 ` Robert Love
2002-10-13 18:34 ` Brian Jackson
2002-10-14 14:45 ` Christoph Hellwig
2002-10-13 13:41 ` Christoph Hellwig
2002-10-12 20:20 Dieter Nützel
2002-10-12 22:19 ` Hans Reiser
2002-10-14 17:37 Ben Rafanello
2002-10-15 2:47 Paul McKenney
2002-10-15 17:43 Mark Peloquin
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=20021012075255.GA10000@chunk.voxel.net \
--to=dilinger@mp3revolution.net \
--cc=davem@redhat.com \
--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