* test11-pre1
@ 2000-11-07 21:06 Linus Torvalds
2000-11-07 22:20 ` congrats! test11-pre1 bert hubert
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Linus Torvalds @ 2000-11-07 21:06 UTC (permalink / raw)
To: Kernel Mailing List
Mostly driver updates.
With a few notable exceptions: two rather subtle MM race conditions that
happened with SMP and highmem respectively. And the FXCSR and file locking
that was already discussed on the list.
Linus
-----
- pre1:
- me: make PCMCIA work even in the absense of PCI irq's
- me: add irq mapping capabilities for Cyrix southbridges
- me: make IBMMCA compile right as a module
- me: uhhuh. Major atomic-PTE SMP race boo-boo. Fixed.
- Andrea Arkangeli: don't allow people to set security-conscious
bits in mxcsr through ptrace SETFPXREGS.
- Jürgen Fischer: aha152x update
- Andrew Morton, Trond Myklebust: file locking fixes
- me: TLB invalidate race with highmem
- Paul Fulghum: synclink/n_hdlc driver updates
- David Miller: export sysctl_jiffies, and have the proper no-sysctl
version handy
- Neil Brown: RAID driver deadlock and nsfd read access to
execute-only files fix
- Keith Owens: clean up module information passing, remove
"get_module_symbol()".
- Jeff Garzik: network (and other) driver fixes and cleanups
- Andrea Arkangeli: scheduler cleanup.
- Ching-Ling Li: fix ALi sound driver memory leak
- Anton Altaparmakov: upcase fix for NTFS
- Thomas Woller: CS4281 audio update
-
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/
^ permalink raw reply [flat|nested] 4+ messages in thread* congrats! Re: test11-pre1
2000-11-07 21:06 test11-pre1 Linus Torvalds
@ 2000-11-07 22:20 ` bert hubert
2000-11-08 11:44 ` test11-pre1 David Woodhouse
2000-11-08 17:37 ` test11-pre1 Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: bert hubert @ 2000-11-07 22:20 UTC (permalink / raw)
To: Kernel Mailing List
On Tue, Nov 07, 2000 at 01:06:27PM -0800, Linus Torvalds wrote:
>
> Mostly driver updates.
>
> With a few notable exceptions: two rather subtle MM race conditions that
> happened with SMP and highmem respectively. And the FXCSR and file locking
> that was already discussed on the list.
Shouldn't you be having a party right now? Anyhow, congratulations so far
with the IPO, also to hpa & cow-orkers. I hope the stock still does as well
after 6 months :-)
Regards,
bert hubert
--
PowerDNS Versatile DNS Services
Trilab The Technology People
'SYN! .. SYN|ACK! .. ACK!' - the mating call of the internet
-
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/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: test11-pre1
2000-11-07 21:06 test11-pre1 Linus Torvalds
2000-11-07 22:20 ` congrats! test11-pre1 bert hubert
@ 2000-11-08 11:44 ` David Woodhouse
2000-11-08 17:37 ` test11-pre1 Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: David Woodhouse @ 2000-11-08 11:44 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Kernel Mailing List, Keith Owens
torvalds@transmeta.com said:
> - Keith Owens: clean up module information passing, remove
> "get_module_symbol()".
Please don't do this in one go. Flag days are bad.
1. Add the inter_module_xxx stuff.
2. Let it propagate into 2.2. get_module_symbol() is actually
broken there, although I'd fixed it in 2.4.
3. Let the existing users convert.
4. _Then_ remove get_module_symbol().
--
dwmw2
-
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/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: test11-pre1
2000-11-07 21:06 test11-pre1 Linus Torvalds
2000-11-07 22:20 ` congrats! test11-pre1 bert hubert
2000-11-08 11:44 ` test11-pre1 David Woodhouse
@ 2000-11-08 17:37 ` Tom Rini
2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2000-11-08 17:37 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Kernel Mailing List, Urban Widmark
[-- Attachment #1: Type: text/plain, Size: 871 bytes --]
On Tue, Nov 07, 2000 at 01:06:27PM -0800, Linus Torvalds wrote:
> Mostly driver updates.
>
> With a few notable exceptions: two rather subtle MM race conditions that
> happened with SMP and highmem respectively. And the FXCSR and file locking
> that was already discussed on the list.
I've once again attached this very small patch for !CONFIG_INET. Summary:
This is a very minor patch for fs/nls/Config.in, which Petr Vandrovec came up
with. The problem is that if CONFIG_INET is n, CONFIG_SMB_FS is never set
so fs/nls/Config.in assumes that the user wants to select some NLS options.
This fixes it and works on config/menuconfig/xconfig. It's been ok'ed by
the SMB maintainer, so could this please go in?
This is still vs 2.4.10-test8 or so, but the file hasn't changed any, nor has
the problem, so...
--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/
[-- Attachment #2: nls.patch --]
[-- Type: text/plain, Size: 601 bytes --]
--- fs/nls/Config.in.orig Thu Oct 19 12:54:09 2000
+++ fs/nls/Config.in Thu Oct 19 12:54:32 2000
@@ -2,10 +2,17 @@
# Native language support configuration
#
+# smb wants NLS
+if [ "$CONFIG_SMB_FS" = "m" -o "$CONFIG_SMB_FS" = "y" ]; then
+ define_bool CONFIG_SMB_NLS y
+else
+ define_bool CONFIG_SMB_NLS n
+fi
+
# msdos and Joliet want NLS
if [ "$CONFIG_JOLIET" = "y" -o "$CONFIG_FAT_FS" != "n" \
-o "$CONFIG_NTFS_FS" != "n" -o "$CONFIG_NCPFS_NLS" = "y" \
- -o "$CONFIG_SMB_FS" != "n" ]; then
+ -o "$CONFIG_SMB_NLS" = "y" ]; then
define_bool CONFIG_NLS y
else
define_bool CONFIG_NLS n
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2000-11-08 17:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-07 21:06 test11-pre1 Linus Torvalds
2000-11-07 22:20 ` congrats! test11-pre1 bert hubert
2000-11-08 11:44 ` test11-pre1 David Woodhouse
2000-11-08 17:37 ` test11-pre1 Tom Rini
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.