From: Matthew Dharm <mdharm-kernel@one-eyed-alien.net>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: Linux 2.4.15-pre4 - merge with Alan
Date: Mon, 12 Nov 2001 11:26:58 -0800 [thread overview]
Message-ID: <20011112112658.A4770@one-eyed-alien.net> (raw)
In-Reply-To: <Pine.LNX.4.33.0111121056260.1078-100000@penguin.transmeta.com>
In-Reply-To: <Pine.LNX.4.33.0111121056260.1078-100000@penguin.transmeta.com>; from torvalds@transmeta.com on Mon, Nov 12, 2001 at 11:01:56AM -0800
[-- Attachment #1: Type: text/plain, Size: 3082 bytes --]
Just as a heads-up for interested people... this kernel does contain the
final fixes for the Freecom adaptor, even tho it's not listed.
Matt
On Mon, Nov 12, 2001 at 11:01:56AM -0800, Linus Torvalds wrote:
>
> Ok, this kernel hopefully contains all the high-priority merges with Alan,
> which means that as far as that is concerned, I'm done with 2.4.x and
> ready to pass it on to Marcelo.
>
> Which means that I'd also like people to double-check that there are no
> embarrassing missing pieces due to the merge (or other patches).
>
> Known issue: Al Viro fixed the nasty overflow with /proc/cpuinfo and
> multiple CPU's, but only for x86. So other architectures need to convert
> from the old "get_cpuinfo()" to the seq-file-based "show_cpuinfo()". The
> conversion should be pretty mindless and straightforward.. (ie use
> "seq_printf()" instead of "sprintf()" etc - see arch/i386/kernel/setup.c
> for the example code).
>
> Changelog appeded,
>
> Linus
>
> -----
> pre4:
> - Mikael Pettersson: make proc_misc happy without modules
> - Arjan van de Ven: clean up acpitable implementation ("micro-acpi")
> - Anton Altaparmakov: LDM partition code update
> - Alan Cox: final (yeah, sure) small missing pieces
> - Andrey Savochkin/Andrew Morton: eepro100 config space save/restore over suspend
> - Arjan van de Ven: remove power from pcmcia socket on card remove
> - Greg KH: USB updates
> - Neil Brown: multipath updates
> - Martin Dalecki: fix up some "asmlinkage" routine markings
>
> pre3:
> - Alan Cox: more driver merging
> - Al Viro: make ext2 group allocation more readable
>
> pre2:
> - Ivan Kokshaysky: fix alpha dec_and_lock with modules, for alpha config entry
> - Kai Germaschewski: ISDN updates
> - Jeff Garzik: network driver updates, sysv fs update
> - Kai Mäkisara: SCSI tape update
> - Alan Cox: large drivers merge
> - Nikita Danilov: reiserfs procfs information
> - Andrew Morton: ext3 merge
> - Christoph Hellwig: vxfs livelock fix
> - Trond Myklebust: NFS updates
> - Jens Axboe: cpqarray + cciss dequeue fix
> - Tim Waugh: parport_serial base_baud setting
> - Matthew Dharm: usb-storage Freecom driver fixes
> - Dave McCracken: wait4() thread group race fix
>
> pre1:
> - me: fix page flags race condition Andrea found
> - David Miller: sparc and network updates
> - various: fix loop driver that thought it was part of the VM system
> - me: teach DRM about VM_RESERVED
> - Alan Cox: more merging
>
> -
> 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/
--
Matthew Dharm Home: mdharm-usb@one-eyed-alien.net
Maintainer, Linux USB Mass Storage Driver
SP: I sell software for Microsoft. Can you set me free?
DP: Natural Selection says I shouldn't.
-- MS Salesman and Dust Puppy
User Friendly, 4/2/1998
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
next prev parent reply other threads:[~2001-11-12 19:27 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-11-12 19:01 Linus Torvalds
2001-11-12 19:18 ` Trever L. Adams
2001-11-13 11:14 ` Christoph Rohland
2001-11-12 19:26 ` Matthew Dharm [this message]
2001-11-12 20:09 ` Martin Dalecki
2001-11-12 20:42 ` Greg KH
2001-11-12 23:43 ` J . A . Magallon
2001-11-13 1:11 ` Alan Cox
2001-11-12 23:45 ` J . A . Magallon
2001-11-12 23:48 ` J . A . Magallon
2001-11-13 0:14 ` Christoph Hellwig
2001-11-13 0:25 ` J . A . Magallon
2001-11-13 0:42 ` J . A . Magallon
2001-11-13 7:43 ` Christoph Hellwig
2001-11-13 5:17 ` Keith Owens
2001-11-13 17:27 ` Chad N. Tindel
2001-11-13 17:58 ` Chad N. Tindel
2001-11-13 5:54 ` Neil Brown
2001-11-13 6:02 ` Jeff Garzik
2001-11-13 9:41 ` Alan Cox
2001-11-13 6:03 ` David S. Miller
2001-11-13 6:16 ` Keith Owens
2001-11-13 6:18 ` Keith Owens
2001-11-13 6:23 ` David S. Miller
2001-11-13 8:17 ` Jeff Garzik
2001-11-13 10:43 ` David S. Miller
2001-11-13 14:10 ` Horst von Brand
2001-11-13 15:21 ` Thorsten Kukuk
2001-11-14 12:59 ` Horst von Brand
2001-11-14 4:57 ` David S. Miller
2001-11-14 6:28 ` Thorsten Kukuk
2001-11-14 6:31 ` David S. Miller
2001-11-13 15:37 ` [PATCH] " Russell King
2001-11-15 9:25 ` Problem with Linux 2.4.15-pre4 on an IBM ThinkPad Martin Persson
2001-11-15 11:57 ` Keith Owens
2001-11-12 21:10 Linux 2.4.15-pre4 - merge with Alan Robert Cantu
2001-11-13 13:20 ` Andrey Savochkin
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=20011112112658.A4770@one-eyed-alien.net \
--to=mdharm-kernel@one-eyed-alien.net \
--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®