From: "Randy.Dunlap" <rddunlap@osdl.org>
To: Dave Jones <davej@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Post-halloween doc updates.
Date: Thu, 30 Oct 2003 08:52:22 -0800 [thread overview]
Message-ID: <20031030085222.3874483e.rddunlap@osdl.org> (raw)
In-Reply-To: <20031030141519.GA10700@redhat.com>
On Thu, 30 Oct 2003 14:15:19 +0000 Dave Jones <davej@redhat.com> wrote:
| The post-halloween document. v0.46
| (aka, 2.6 - what to expect)
| Dave Jones <davej@codemonkey.org.uk>
| (Updated as of 2.6.0test9)
| Known gotchas.
| ~~~~~~~~~~~~~~
| Certain known bugs are being reported over and over. Here are the
| workarounds.
| - Can't load any modules? You need updated tools (See modules section below).
- depmod reports Unresolved symbols? depmod from modutils instead of
depmod from module-init-tools is first in $PATH (might be different
$PATHs as $USER and $ROOT)
| Regressions.
| ~~~~~~~~~~~~
| - Some filesystems still need work (Intermezzo, UFS, HFS, HPFS..)
+ EFS (has a blocksize problem, depending on the device that the
filesystem is being mounted on)
| Modules.
| ~~~~~~~~
| - Modules now have a .ko suffix instead of .o
Some (older) versions of 'mkinitrd' don't search for modules
that end with .ko, so update your mkinitrd if this is a problem.
[
or is this invalid since initrd isn't used any more?
if that's the case, mention it in here somewhere...
need to add anything about initramfs?
]
| Nanosecond stat:
| ~~~~~~~~~~~~~~~~
| The stat64() syscall got changed to return jiffies granularity.
| This allows make(1) to make better decisions on whether or not it
| needs to recompile a file. Not all filesystems may support such precision.
General comment/change: use 'was changed' instead of 'got changed' (above).
This is the second or third instance that I've noticed where 'got'
should/would better be 'was', so if you would do a global search and
conditional replace for those, that would be Good.
| Generic VFS changes.
| ~~~~~~~~~~~~~~~~~~~~
| - Since Linux 2.5.1 it is possible to atomically move a subtree to
| another place. The call is...
s/call/usage/
| mount --move olddir newdir
| sysfs.
| ~~~~~~
| In simple terms, the sysfs filesystem is a saner way for
| drivers to export their innards than /proc.
| This filesystem is always compiled in, and can be mounted
| just like another virtual filesystem. No userspace tools
| beyond cat and echo are needed.
'tree' is also nice for viewing it.
| mount -t sysfs none /sys
|
| See Documentation/filesystems/sysfs.txt for more info.
|
|
|
| SELinux.
| ~~~~~~~~
| NSA Security-Enhanced Linux (SELinux) got merged in 2.6.
| It is disabled by default and can be enabled with a boot time parameter
| selinux=1.
| You can obtain SELinux tools and an example policy configuration from
| http://www.nsa.gov/selinux
Somebody correct me here if needed...
selinux can't just be enabled by using 'selinux=1', if the config
options are set for checking that.
The way that I read security/selinux/Kconfig and hooks.c,
if SECURITY_SELINUX_BOOTPARAM is enabled, then the 'selinux'
boot option is also enabled. However, it can be disabled by using
'selinux=0' as a kernel boot option.
| Networking.
| ~~~~~~~~~~~
| - Users of boxes with >1 NIC may find that for eg, eth0 and eth1 refer to
| the opposites of what they did in 2.4. This is a bug that will be fixed
| before 2.6.0. One option (or management workaround) for this is to use
It will be? It's time to do it then, if it's not already done...
| 'nameif' to name Ethernet interfaces. There is a HOWTO for doing this at
| <http://xenotime.net/linux/doc/network-interface-names.txt>
| - SCTP (Stream Control Transport Protocol)
RFC 2960 - Stream Control Transmission Protocol
Overall a very good job, Dave. Thanks for keeping this updated.
--
~Randy
next prev parent reply other threads:[~2003-10-30 16:55 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-30 14:15 Dave Jones
2003-10-30 15:05 ` Jeff Garzik
2003-10-30 15:18 ` Dave Jones
2003-10-30 16:55 ` John Bradford
2003-10-30 15:15 ` Holger Schurig
2003-10-30 15:19 ` Dave Jones
2003-10-30 16:52 ` Randy.Dunlap [this message]
2003-10-30 17:27 ` Chris Wright
2003-10-30 18:38 ` Dave Jones
2003-10-30 18:44 ` Randy.Dunlap
2003-10-30 18:53 ` Dave Jones
2003-10-30 17:01 ` Geert Uytterhoeven
2003-10-30 19:08 ` Philipp Matthias Hahn
2003-10-30 22:16 ` bd
2003-10-31 1:32 ` Gene Heskett
2003-10-31 12:50 ` Thierry Vignaud
2003-10-30 23:11 ` Felipe Alfaro Solana
2003-10-31 0:16 ` Dave Jones
2003-10-31 2:14 ` John Levon
2003-10-31 2:30 ` Dave Jones
2003-10-31 7:34 ` ide-scsi is working [was: Post-halloween doc updates.] Nuno Silva
2003-10-31 13:42 ` Bartlomiej Zolnierkiewicz
2003-10-31 12:25 ` Post-halloween doc updates Andreas Jellinghaus
2003-10-31 15:35 ` Paul Dickson
2003-10-31 15:06 ` Ian Soboroff
2003-10-31 15:24 ` Russell King
2003-10-31 16:00 ` Aristeu Sergio Rozanski Filho
2003-10-31 16:03 ` Ian Soboroff
2003-10-31 16:14 ` Russell King
2003-10-31 17:56 ` Michael Clark
2003-11-10 23:43 ` bill davidsen
2003-11-11 1:09 ` Rob Landley
2003-11-10 14:11 ` Pavel Machek
2003-10-31 15:53 ` Ingo Oeser
2003-10-31 23:02 ` Junio C Hamano
2003-11-01 7:44 ` Sam Ravnborg
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=20031030085222.3874483e.rddunlap@osdl.org \
--to=rddunlap@osdl.org \
--cc=davej@redhat.com \
--cc=linux-kernel@vger.kernel.org \
/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®