SLUB under lguest on i386

2007-05-11 Thread Oliver Xymoron
Tried to boot using SLUB under lguest with 2.6.21-mm2. Got the following: ... [0.388000] NET: Registered protocol family 17 [0.388000] Using IPI Shortcut mode [0.42] EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended [0.42] VFS: Mounted root (ext2 filesys

Re: [CHECKER] 15 probable security holes in 2.4.5-ac8

2001-06-08 Thread Oliver Xymoron
On Fri, 8 Jun 2001, Dawson Engler wrote: > You can look at this checker as essentially tracking whether the > information from an untrusted source (e.g., from copy_from_user) can reach > a trusting sink (e.g., an array index). The main limiting factor on its > effectiveness is that we have a ver

Re: Linux kernel headers violate RFC2553

2001-06-08 Thread Oliver Xymoron
On 8 Jun 2001, Linus Torvalds wrote: > The basic issue is that the kernel will _refuse_ to follow the > "namespace of the day" rules of C89, C99, POSIX, BSD, SuS, GNU .. the > list goes on. The kernel headers are not meant to be used in user space, > and will not have the strict namespace rules t

Re: [CHECKER] 2.4.5-ac4 non-init functions calling init functions

2001-05-30 Thread Oliver Xymoron
On Wed, 30 May 2001, David Woodhouse wrote: > > [EMAIL PROTECTED] said: > > drivers/mtd/docprobe.c:195:DoC_Probe: ERROR:INIT: non-init fn > > 'DoC_Probe' calling init fn 'doccheck' > > Strictly speaking, not actually a bug. DoC_Probe() itself is only ever > called from __init code. But it's proba

Re: Why side-effects on open(2) are evil. (was Re: [RFD w/info-PATCH]devicearguments from lookup)

2001-05-24 Thread Oliver Xymoron
On Thu, 24 May 2001, Marko Kreen wrote: > On Thu, May 24, 2001 at 02:23:27AM +0200, Edgar Toernig wrote: > > Daniel Phillips wrote: > > > > > It's going to be marked 'd', it's a directory, not a file. > > > > > > > > Aha. So you lose the S_ISCHR/BLK attribute. > > > > > > Readdir fills in a dire

Re: Why side-effects on open(2) are evil. (was Re: [RFD w/info-PATCH]devicearguments from lookup)

2001-05-23 Thread Oliver Xymoron
On Wed, 23 May 2001, Daniel Phillips wrote: > > > > *boggle* > > > > > > > >[general sense of unease] > > > > I fully agree with Oliver. It's an abomination. > > We are, or at least, I am, investigating this question purely on > technical grounds - name calling is a noop. I'd be happy to find a

Re: [PATCH] struct char_device

2001-05-22 Thread Oliver Xymoron
On Tue, 22 May 2001, Guest section DW wrote: > On Tue, May 22, 2001 at 11:08:16AM -0500, Oliver Xymoron wrote: > > > > >+ struct list_headhash; > > > > Why not name consistently with the struct block_device? > > > struct list_head

Re: Why side-effects on open(2) are evil. (was Re: [RFD w/info-PATCH]devicearguments from lookup)

2001-05-22 Thread Oliver Xymoron
On Tue, 22 May 2001, Daniel Phillips wrote: > > I don't think it's likely to be even workable. Just consider the > > directory entry for a moment - is it going to be marked d or [cb]? > > It's going to be marked 'd', it's a directory, not a file. Are we talking about the same proposal? The one

Re: [PATCH] struct char_device

2001-05-22 Thread Oliver Xymoron
On Tue, 22 May 2001, Alexander Viro wrote: > On Tue, 22 May 2001, Oliver Xymoron wrote: > > > Because foo_ is a throwback to the days when C compilers had a single > > namespace for all structure elements, not a readability aid. If you need > > foo_ to know what type of

Re: [PATCH] struct char_device

2001-05-22 Thread Oliver Xymoron
On Tue, 22 May 2001, Anton Altaparmakov wrote: > Hello, > > At 15:18 22/05/01, Alexander Viro wrote: > [snip cool stuff] > >+struct char_device { > >+ struct list_headhash; > >+ atomic_tcount; > >+ dev_t dev; > >+ atomic_t

Re: [RFD w/info-PATCH] device arguments from lookup, partion code

2001-05-22 Thread Oliver Xymoron
On Mon, 21 May 2001, Alexander Viro wrote: > On Mon, 21 May 2001, Linus Torvalds wrote: > > > It shouldn't be impossible to do the same thing to ioctl numbers. Nastier, > > yes. No question about it. But we don't necessarily have to redesign the > > whole approach - we only want to re-design the

Re: Why side-effects on open(2) are evil. (was Re: [RFD w/info-PATCH]devicearguments from lookup)

2001-05-22 Thread Oliver Xymoron
On Mon, 21 May 2001, Daniel Phillips wrote: > On Monday 21 May 2001 19:16, Oliver Xymoron wrote: > > What I'd like to see: > > > > - An interface for registering an array of related devices (almost > > always two: raw and ctl) and their legacy device numbers wit

Re: no ioctls for serial ports? [was Re: LANANA: To Pending DeviceNum

2001-05-21 Thread Oliver Xymoron
On Mon, 21 May 2001, Alexander Viro wrote: > On Mon, 21 May 2001, Oliver Xymoron wrote: > > > K - so what? I'm guessing what you want me to see is that these > > implement multiple channels. Is there a reason that eia001stat couldn't be > > implemented as >

Re: no ioctls for serial ports? [was Re: LANANA: To Pending DeviceNum

2001-05-21 Thread Oliver Xymoron
On Mon, 21 May 2001, Alexander Viro wrote: > On Mon, 21 May 2001, Oliver Xymoron wrote: > > > If you've got side channels that are of a packet nature (aka commands), > > then they can all happily coexist on one device. If you've got channels > > that are streams

Re: Why side-effects on open(2) are evil. (was Re: [RFD w/info-PATCH]device arguments from lookup)

2001-05-21 Thread Oliver Xymoron
iple openers don't make sense. Opening a floppy at different densities with magic filenames was an example Linus used earlier in the thread. Surely there can be more than one drive and more than one serial port. > On Mon, 21 May 2001, Oliver Xymoron wrote: > > > On Sat, 19 May 200

Re: no ioctls for serial ports? [was Re: LANANA: To Pending DeviceNum

2001-05-21 Thread Oliver Xymoron
On Sun, 20 May 2001, Alexander Viro wrote: > On Sun, 20 May 2001, Abramo Bagnara wrote: > > > > It may have several. Which one? > > > > Can you explain better this? > > Example: console. You want to be able to pass font changes. I'm > less than sure that putting them on the same channel as, e.g.,

Re: Why side-effects on open(2) are evil. (was Re: [RFD w/info-PATCH]device arguments from lookup)

2001-05-21 Thread Oliver Xymoron
On Sat, 19 May 2001, Jeff Garzik wrote: > Why are LVM and EVMS(competing LVM project) needed at all? > > Surely the same can be accomplished with > * md > * snapshot blkdev (attached in previous e-mail) > * giving partitions and blkdevs the ability to grow and shrink > * giving filesystems the ab

Re: Why side-effects on open(2) are evil. (was Re: [RFD w/info-PATCH]device arguments from lookup)

2001-05-21 Thread Oliver Xymoron
On Sat, 19 May 2001, Alexander Viro wrote: > Let's distinguish between per-fd effects (that's what name in > open(name, flags) is for - you are asking for descriptor and telling > what behaviour do you want for IO on it) and system-wide side effects. > > IMO encoding the former into name is perfe

Alternatives to device nodes as directories idea?

2001-05-18 Thread Oliver Xymoron
It seems to me that Linus' idea of making device nodes work like directories is a little too clever and probably overkill but the only alternative I've seen suggested is Al's per-device filesystems which seems similarly excessive. Few devices will have a need for multiple streamable interfaces an

Re: comments on CML 1.1.0

2001-04-23 Thread Oliver Xymoron
On Sat, 14 Apr 2001, Eric S. Raymond wrote: > > * the colors are hard to see (red/blue on black). Probably > > matter of terminal settings. I do not have any productive > > ideas tho... Probably to get best experience to as much > > people as possible the less colors are used the better.

Re: No 100 HZ timer !

2001-04-11 Thread Oliver Xymoron
On Mon, 9 Apr 2001, Alan Cox wrote: > > > Its worth doing even on the ancient x86 boards with the PIT. > > > > Note that programming the PIT is slw and doing it on every timer > > add_timer/del_timer would be a pain. > > You only have to do it occasionally. > > When you add a timer newer

Re: bug database braindump from the kernel summit

2001-04-02 Thread Oliver Xymoron
On Mon, 2 Apr 2001, Jeff Garzik wrote: > Oliver Xymoron wrote: > > On Mon, 2 Apr 2001, Tom Leete wrote: > > > How about /lib/modules/$(uname -r)/build/.config ? It's already there. > > > It'd be great if we got away from the config being hidden too. > >

Re: bug database braindump from the kernel summit

2001-04-02 Thread Oliver Xymoron
On Mon, 2 Apr 2001, Tom Leete wrote: > Oliver Xymoron wrote: > > > > On Sun, 1 Apr 2001, Jeff Garzik wrote: > > > > > On Sun, 1 Apr 2001, David Lang wrote: > > > > if we want to get the .config as part of the report then we need to make > > > &g

Re: bug database braindump from the kernel summit

2001-04-02 Thread Oliver Xymoron
On Sun, 1 Apr 2001, Jeff Garzik wrote: > On Sun, 1 Apr 2001, David Lang wrote: > > if we want to get the .config as part of the report then we need to make > > it part of the kernel in some standard way (the old /proc/config flamewar) > > it's difficult enough sometimes for the sysadmin of a box

Re: [kbuild-devel] Re: Rename all derived CONFIG variables

2001-03-14 Thread Oliver Xymoron
On Mon, 12 Mar 2001, Keith Owens wrote: > On Mon, 12 Mar 2001 03:53:07 -0500, > "Eric S. Raymond" <[EMAIL PROTECTED]> wrote: > >But if we're going to push Linus and the kernel crew to switch to > >CML2, then why invite the political tsuris of trying to get a large > >patch into 2.4 now? Maybe I'

Re: quicksort for linked list

2001-03-09 Thread Oliver Xymoron
On Fri, 9 Mar 2001, Rogier Wolff wrote: > Quicksort however is an algorithm that is recursive. This means that > it can use unbounded amounts of stack -> This is not for the kernel. It is of course bounded by the input size, but yes, it can use O(n) additional memory in the worst case. There's n

Re: quicksort for linked list

2001-03-09 Thread Oliver Xymoron
On Fri, 9 Mar 2001, Alan Cox wrote: > > Quicksort works just fine on a linked list, as long as you broaden > > your view beyond the common array-based implementations. See > > "http://www.cs.cmu.edu/~jbruce/sort.cc" for an example, although I > > would recommend using a radix sort for linked lis

Re: quicksort for linked list

2001-03-09 Thread Oliver Xymoron
On Fri, 9 Mar 2001, Helge Hafting wrote: > Manoj Sontakke wrote: > > > > 1. Is quicksort on doubly linked list is implemented anywhere? I need it > > for sk_buff queues. > > I cannot see how the quicksort algorithm could work on a doubly > linked list, as it relies on being able to look > up elem

Re: [PATCH] Penguin logos

2001-03-08 Thread Oliver Xymoron
On Thu, 8 Mar 2001, Geert Uytterhoeven wrote: > Patches (for both 2.4.3-pre3 and 2.4.2-ac14) can be downloaded from: > > http://home.tvd.be/cr26864/Linux/fbdev/logo.html > > This page also shows the old and new logos, and includes a tool to extract > logos in PNM format from the kernel source

Re: 2.4.2 ext2 filesystem corruption ? (was 2.4.2: What happened ?(No

2001-03-08 Thread Oliver Xymoron
On Wed, 7 Mar 2001, Ben Greear wrote: > For the power/insane user, there could be a --really-do-stupid-thing-i-told-you-to > option, and it should be that hard to type!! There is, though historically it's undocumented. It's called "root password". Pause. Reflect. -- "Love the dolphins," she a

Re: [PATCH] documentation for mm.h

2001-03-08 Thread Oliver Xymoron
On Wed, 7 Mar 2001, Rik van Riel wrote: > I've taken today to write some documentation for > include/linux/mm.h, as used in 2.4.x Mostly good. > + pgprot_t vm_page_prot; /* Access permissions of this VMA. */ But a lot of the comments are trivial = deadweight. Comments are best use

Re: The IO problem on multiple PCI busses

2001-03-06 Thread Oliver Xymoron
On Fri, 2 Mar 2001, David S. Miller wrote: > > On PPC, we don't have an "IO" space neither, all we have is a range of > > memory addresses that will cause IO cycles to happen on the PCI bus. > > This is precisely what the "next MMAP is XXX space" ioctl I've > suggested is for. I think I've add

Re: [patch] big udelay's in fb drivers (2.4.0-prerelease)

2001-01-04 Thread Oliver Xymoron
On Fri, 5 Jan 2001, Alan Cox wrote: > > Once the comments are unweirded, they become completely superfluous. At > > which point its best not to have them - when someone next comes along and > > changes the delay, it might end up disagreeing with the comment and > > causing confusion. > > Before y

Re: [patch] big udelay's in fb drivers (2.4.0-prerelease)

2001-01-04 Thread Oliver Xymoron
On Thu, 4 Jan 2001, Marko Kreen wrote: > On Wed, Jan 03, 2001 at 11:32:52PM +0200, Marko Kreen wrote: > > -udelay(15000); /* delay for 50 (15) ms */ > > +mdelay(15); /* delay for 50 (15) ms */ > > Per Mark Hahn suggestion here is a patch that fixes the weird > comments too. This is cumul

Re: [Ext2-devel] Re: [RFC] ext2_new_block() behaviour

2001-01-03 Thread Oliver Xymoron
On Thu, 4 Jan 2001, Alexander Viro wrote: > > I bet it long predates dcache though.. > > Not too likely. It went in in 2.1.93. Apr 2 1998... > Dcache was there ~50 versions before that. Huh. Is there anything that prevents fragmentation in, say, growing maildirs, where there's nothing but local

Re: [PATCH] Remove more compile warnings in 2.4.0-prerelease

2001-01-03 Thread Oliver Xymoron
On Tue, 2 Jan 2001, Rich Baum wrote: > Here is a patch that removes more compile warnings from 2.4.0- > prerelease. I left out files that have been fixed by Alan or myself in > the ac kernels. I'll add more options to my config tomorrow to try to > find more of these warnings. > -#endif I2C_PCF8

Re: [Ext2-devel] Re: [RFC] ext2_new_block() behaviour

2001-01-03 Thread Oliver Xymoron
On Wed, 3 Jan 2001, Alexander Viro wrote: > On Wed, 3 Jan 2001, Stephen C. Tweedie wrote: > > > Having preallocated blocks allocated immediately is deliberate: > > directories grow slowly and remain closed most of the time, so the > > normal preallocation regime of only preallocating open files a

Mobile PII vs PIII was Re: test13-pre[37] hangs my VAIO on boot

2000-12-31 Thread Oliver Xymoron
On Sun, 31 Dec 2000, Oliver Xymoron wrote: > My VAIO PCG-Z505SX locks up at "Uncompressing kernel", power cycling > required to reboot. Unpatched test12 works fine with same config. System > is debian-testing with gcc 2.95.2, kernel built with make-kpkg. Ok, I lied. Loo

Re: [patchlet] enable HP 8200e USB CDRW

2000-12-31 Thread Oliver Xymoron
s and burned a few as well. Considering that the rest of the code is already in the standard kernel and appears to work, there's no reason not to make it available. > On Sun, Dec 31, 2000 at 11:50:14AM -0600, Oliver Xymoron wrote: > > This patchlet lets me use my HP CDRW. > > &g

test13-pre[37] hangs my VAIO on boot

2000-12-31 Thread Oliver Xymoron
My VAIO PCG-Z505SX locks up at "Uncompressing kernel", power cycling required to reboot. Unpatched test12 works fine with same config. System is debian-testing with gcc 2.95.2, kernel built with make-kpkg. BTW, my USB camera (Canon S100), controlled through usbdevfs with gphoto2, stopped working

[patchlet] enable HP 8200e USB CDRW

2000-12-31 Thread Oliver Xymoron
This patchlet lets me use my HP CDRW. --- linux/drivers/usb/Config.in~Mon Nov 27 20:10:35 2000 +++ linux/drivers/usb/Config.in Tue Dec 19 12:21:56 2000 @@ -32,6 +32,9 @@ if [ "$CONFIG_USB_STORAGE" != "n" ]; then bool 'USB Mass Storage verbose debug' CONFIG_USB_STORAGE_DEBUG

Re: set_rtc_mmss: can't update from 0 to 59

2000-12-19 Thread Oliver Xymoron
On Tue, 19 Dec 2000, Russell King wrote: > Oliver Xymoron writes: > > On Mon, 18 Dec 2000, Russell King wrote: > > > So, why don't we update the hours and be done with it? We would have to > > > play the same game with the days of the month vs hours. Also, we do

Re: set_rtc_mmss: can't update from 0 to 59

2000-12-19 Thread Oliver Xymoron
On Mon, 18 Dec 2000, Russell King wrote: > Matthew Dharm writes: > > Ahh... I think I see. While the math says "if the diference between the > > real time and the cmos time is less than 30 min", it doesn't recognize that > > the time difference between 2:59 and 3:00 is only 1 min. > > Which is i

Re: test13-pre1 changelog

2000-12-15 Thread Oliver Xymoron
On Fri, 15 Dec 2000, Stephen Frost wrote: > * Oliver Xymoron ([EMAIL PROTECTED]) wrote: > > On Thu, 14 Dec 2000, Linus Torvalds wrote: > > > > > A 100ms delay sounds like some interrupt shut up or similar (and then > > > timer handling makes it limp along). &

Re: test13-pre1 changelog

2000-12-14 Thread Oliver Xymoron
On Thu, 14 Dec 2000, Linus Torvalds wrote: > On Thu, 14 Dec 2000, Stephen Frost wrote: > > > > Any idea if these issues would cause a general slow-down of a > > machine? For no apparent reason after 5 days running 2.4.0test12 > > everything going through my firewall (set up using iptables) I

Re: linux-2.2.18-pre19 asm/delay.h problem?

2000-11-24 Thread Oliver Xymoron
On Wed, 22 Nov 2000, Alan Cox wrote: > > > |> > > #define __bad_udelay() panic("Udelay called with too large a constant") > > > |> > > > |> Can't we change that to : > > > |> #error "Udelay..." > > > > > > No. > > > > ?? I think I'm missing something here. > > preprocessor stuff is done too e

Re: Why not PCMCIA built-in and yenta/i82365 as modules

2000-11-24 Thread Oliver Xymoron
On Wed, 22 Nov 2000, Matti Aarnio wrote: > On Tue, Nov 21, 2000 at 11:34:45PM +0100, Tobias Ringstrom wrote: > > The subject says it all. Is there any particular (technical) reason > > why I must have both the generic pcmcia code and the controller support > > built-in, or build all of them as mo

Re: deadlock on 4way machine

2000-11-24 Thread Oliver Xymoron
On Tue, 21 Nov 2000, Tigran Aivazian wrote: > On 21 Nov 2000, Jes Sorensen wrote: > > > > "Tigran" == Tigran Aivazian <[EMAIL PROTECTED]> writes: > > > > Tigran> Hi, Some processes get stuck in page fault handler for ages > > Tigran> (like for 10 minutes!). The machine still has plenty (3.5

Re: Persistent module storage [was Linux 2.4 Status / TODO page]

2000-11-06 Thread Oliver Xymoron
On Mon, 6 Nov 2000, Jeff Garzik wrote: > Oliver Xymoron wrote: > > > > On Mon, 6 Nov 2000, David Woodhouse wrote: > > > > > The point here is that although I've put up with just keeping the sound > > > driver loaded for the last few years, perma

Re: Persistent module storage [was Linux 2.4 Status / TODO page]

2000-11-06 Thread Oliver Xymoron
On Mon, 6 Nov 2000, David Woodhouse wrote: > The point here is that although I've put up with just keeping the sound > driver loaded for the last few years, permanently taking up a large amount > of DMA memory, the inter_module_xxx stuff that Keith is proposing would > give us a simple way of

Re: Persistent module storage [was Linux 2.4 Status / TODO page]

2000-11-05 Thread Oliver Xymoron
On Mon, 6 Nov 2000, David Woodhouse wrote: > On Mon, 6 Nov 2000, Oliver Xymoron wrote: > > > If I understand you correctly: > > > > process 1 process 2 ... > > > Is there any reason we ever want to unblock process 1 before process 2 > > termi

Re: [PATCH] document ECN in 2.4 Configure.help

2000-11-05 Thread Oliver Xymoron
On Sun, 5 Nov 2000, Barry K. Nathan wrote: > +CONFIG_INET_ECN > + Explicit Congestion Notification (ECN) allows routers to notify > + clients about network congestion, resulting in fewer dropped packets > + and increased network performance. This option adds ECN support to the > + Linux kerne

Re: Persistent module storage [was Linux 2.4 Status / TODO page]

2000-11-05 Thread Oliver Xymoron
On Mon, 6 Nov 2000, David Woodhouse wrote: > On Mon, 6 Nov 2000, Oliver Xymoron wrote: > > > Hopefully not. The standard examples (mixer levels, etc) are better > > handled with a userspace tool hooked by modprobe. This even gets > > persistence across reboots

Re: Persistent module storage [was Linux 2.4 Status / TODO page]

2000-11-05 Thread Oliver Xymoron
On Mon, 6 Nov 2000, Keith Owens wrote: > What do people think, do we need module persistent storage? Hopefully not. The standard examples (mixer levels, etc) are better handled with a userspace tool hooked by modprobe. This even gets persistence across reboots if that's what's wanted. -- "Love

Re: [PATCH] make my life easier ...

2000-10-25 Thread Oliver Xymoron
On Wed, 25 Oct 2000, Martin Mares wrote: > Hello! > > > "The Linux 'original' IDE guy' Mark Lord showed Alan what was trying to > > bang over everyone's head, without success. > > > > Here is his sample code for cs5530 chipset. > > > > Look at this and comment. I have part of the space setup

Re: PC speaker driver patch for 2.4.0-test10-pre3

2000-10-24 Thread Oliver Xymoron
On Tue, 24 Oct 2000, Pavel Machek wrote: > Hi! > > > > [EMAIL PROTECTED] said: > > > > You can also pretty trivially keep track of an error term so that the > > > > clock is right on average: > > > > > > True, but I don't want 'right on average'. I want 'not screwed with at all'. > > > Shifti

Re: PC speaker driver patch for 2.4.0-test10-pre3

2000-10-23 Thread Oliver Xymoron
On Mon, 23 Oct 2000, David Woodhouse wrote: > > [EMAIL PROTECTED] said: > > You can also pretty trivially keep track of an error term so that the > > clock is right on average: > > True, but I don't want 'right on average'. I want 'not screwed with at all'. > Shifting the timer tick onto the

Re: PC speaker driver patch for 2.4.0-test10-pre3

2000-10-23 Thread Oliver Xymoron
On Mon, 23 Oct 2000, David Woodhouse wrote: > See arch/i386/kernel/time.c: > > /* This function must be called with interrupts disabled > * It was inspired by Steve McCanne's microtime-i386 for BSD. -- jrs > * > * However, the pc-audio speaker driver changes the divisor so that > * it get

Re: 2.2 -> 2.4 transition questions

2000-10-14 Thread Oliver Xymoron
On Sat, 14 Oct 2000, Mike A. Harris wrote: > The 2.4.0test9 Changes file mentions the following and I'd like > to know if after installing updated packages, if I'll still be > able to use a 2.2.x kernel ok, or if I'll have to resort to > initscript trickery: > > Will the following work with 2.2.

Re: large memory support for x86

2000-10-12 Thread Oliver Xymoron
On Wed, 11 Oct 2000, Kiril Vidimce wrote: > My primary concern is whether a process can allocate more than 4 GB of > memory, rather than just be able to use more than 4 GB of physical > memory in the system. Define allocate. There are tricks you can play, but userspace is still a flat 32-bit a

Re: Updated 2.4 TODO List

2000-10-12 Thread Oliver Xymoron
On Thu, 12 Oct 2000, Keith Owens wrote: > If anything is going to detect the mismatch and complain, it has to be > the boot loader, after uncompressing and before entering the kernel > proper. Perhaps we can add the processor type to linux_banner and print it from setup.S. -- "Love the dolphin

Re: CVS for kernel

2000-10-10 Thread Oliver Xymoron
On Wed, 11 Oct 2000, Keith Owens wrote: > Yes. I am usually up to date on pre patches within a few hours of > their release, but then I have to play catch up to get my own patches > up to date. What I would like is the ability to see what is in the > kernel CVS tree before the pre patch is sent

Re: 2.4.0t8 strangeness

2000-09-25 Thread Oliver Xymoron
On Mon, 25 Sep 2000, Oliver Xymoron wrote: > On my /home partition, mkdir(2) is returning EIO on ext2fs for uid!=0. > Creating files with touch still works though. Persists after reboot, > forced e2fsck finds nothing wrong. > > About to try test9-pre6 but thought I'd mention

Re: the new VMt

2000-09-25 Thread Oliver Xymoron
On Mon, 25 Sep 2000, Alan Cox wrote: > > > > Stupidity has no limits... > > > > > > Unfortunately its frequently wired into the hardware to save a few cents on > > > scatter gather logic. > > > > Since when hardware folks became exempt from the rule above? 128K is > > almost tolerable, there we

2.4.0t8 strangeness

2000-09-25 Thread Oliver Xymoron
On my /home partition, mkdir(2) is returning EIO on ext2fs for uid!=0. Creating files with touch still works though. Persists after reboot, forced e2fsck finds nothing wrong. About to try test9-pre6 but thought I'd mention it. -- "Love the dolphins," she advised him. "Write by W.A.S.T.E.." -

Re: Is there any T/TCP patch for kernel 2.2.*

2000-09-22 Thread Oliver Xymoron
On Thu, 21 Sep 2000, Mao Yun wrote: > Hi all, > Is there any T/TCP patch for kernel 2.2.16? thanks. Maybe, but you don't want it. T/TCP is inherently insecure. -- "Love the dolphins," she advised him. "Write by W.A.S.T.E.." - To unsubscribe from this list: send the line "unsubscribe li

Re: [DOC] Debugging early kernel hangs

2000-09-22 Thread Oliver Xymoron
On Fri, 22 Sep 2000, Keith Owens wrote: > On Thu, 21 Sep 2000 18:54:33 -0400 (EDT), > Byron Stanoszek <[EMAIL PROTECTED]> wrote: > >On Fri, 22 Sep 2000, Keith Owens wrote: > >> The idea is to write characters direct to the video screen during > >> booting using a macro called VIDEO_CHAR. > > > >

Re: linux-kernel-digest ?

2000-09-22 Thread Oliver Xymoron
On Fri, 22 Sep 2000, Matti Aarnio wrote: > Another point, DaveM, was that MAILMAN is written in Python, > and neither of us "speaks" that language... Python is quite readable though. Hacking existing code isn't too painful for anyone who knows Perl and C. AFAIK, most admin stuff in Mailman

Re: [RFC] Changes file [was Re: modules directory]

2000-09-12 Thread Oliver Xymoron
On Tue, 12 Sep 2000, Simon Huggins wrote: > On Tue, Sep 12, 2000 at 01:41:45AM -0500, Oliver Xymoron wrote: > > > > This is similar to my patch-names patch, which lets you add components > > > > to uname too. IIRC, it was rejected because it made things easier. &

Re: [RFC] Changes file [was Re: modules directory]

2000-09-11 Thread Oliver Xymoron
On Mon, 11 Sep 2000, Simon Huggins wrote: > On Sat, Sep 09, 2000 at 11:59:41AM -0500, Oliver Xymoron wrote: > > This is similar to my patch-names patch, which lets you add components > > to uname too. IIRC, it was rejected because it made things easier. > > Erm? Not re

Re: Availability of kdb

2000-09-09 Thread Oliver Xymoron
On Sat, 9 Sep 2000, Linus Torvalds wrote: > On Sat, 9 Sep 2000, Oliver Xymoron wrote: > > > > Tools are tools. They don't make better code. They make better code easier > > if used properly. > > I think you missed the point of my original reply completely.

Re: Availability of kdb

2000-09-09 Thread Oliver Xymoron
[reposted for the benefit of anyone wondering what Linus was replying to] On Sat, 9 Sep 2000, Oliver Xymoron wrote: > On Sat, 9 Sep 2000, Linus Torvalds wrote: > > > I use revision control at work. We use CVS on steroids - CVS with a lo tof > > the extensions availabl

Re: [RFC] Changes file [was Re: modules directory]

2000-09-09 Thread Oliver Xymoron
On Sat, 9 Sep 2000, Daniel Phillips wrote: > Simon Huggins wrote: > > On Thu, Sep 07, 2000 at 08:46:56AM +1100, Keith Owens wrote: > > ... and a few more times recent weeks ... > > > > > > > > Why don't you look in linux/Documentation/Changes? That file exist > > > precisely to stop repeated q

Re: Availability of kdb

2000-09-08 Thread Oliver Xymoron
On Wed, 6 Sep 2000, Linus Torvalds wrote: > Apparently, if you follow the arguments, not having a kernel debugger > leads to various maladies: > - you crash when something goes wrong, and you fsck and it takes forever >and you get frustrated. > - people have given up on Linux kernel program

Re: [PATCH] 2.2: /proc/config.gz

2000-09-07 Thread Oliver Xymoron
On Thu, 31 Aug 2000, Alan Cox wrote: > > /lib/modules//.config is a big step up from the current situation > > and I'm grateful. But I do want /proc/config.gz in the kernel. > > So cat it with a magic lead in after the bzImage gzip block into the bzImage. > If you dont even know what file you a