linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: 2.6.0-test4-mm6
@ 2003-09-05 12:46 Jan Ischebeck
  2003-09-05 14:51 ` 2.6.0-test4-mm6 viro
  0 siblings, 1 reply; 19+ messages in thread
From: Jan Ischebeck @ 2003-09-05 12:46 UTC (permalink / raw)
  To: lkml; +Cc: akpm

Seems like I got the reason for X not starting:

pseudo terminals can't be acquired and only two consoles are running.

-> X11 can't get console Vt7
-> pppd doesn't work either

This definitely worked with -mm5.

I tried on both Thinkpad R40 2722 and a Elitegroup MB+ Athlon XP1800
System with Debian SID. I didn't use devfs.


Jan

-- 
Jan Ischebeck <mail@jan-ischebeck.de>


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.0-test4-mm6
  2003-09-05 12:46 2.6.0-test4-mm6 Jan Ischebeck
@ 2003-09-05 14:51 ` viro
  2003-09-05 15:43   ` 2.6.0-test4-mm6 Steven Cole
  2003-09-06  1:07   ` 2.6.0-test4-mm6 Jan Ischebeck
  0 siblings, 2 replies; 19+ messages in thread
From: viro @ 2003-09-05 14:51 UTC (permalink / raw)
  To: Jan Ischebeck; +Cc: lkml, akpm, torvalds

On Fri, Sep 05, 2003 at 02:46:40PM +0200, Jan Ischebeck wrote:
> Seems like I got the reason for X not starting:
> 
> pseudo terminals can't be acquired and only two consoles are running.
> 
> -> X11 can't get console Vt7
> -> pppd doesn't work either
> 
> This definitely worked with -mm5.

Grr...  Dumb typo.  Patch below should fix that...

diff -urN B4-misc3/drivers/char/tty_io.c B4-current/drivers/char/tty_io.c
--- B4-misc3/drivers/char/tty_io.c	Thu Sep  4 02:19:38 2003
+++ B4-current/drivers/char/tty_io.c	Fri Sep  5 10:46:59 2003
@@ -1334,7 +1334,7 @@
 		return -ENODEV;
 	}
 
-	if (device == MKDEV(TTY_MAJOR,2)) {
+	if (device == MKDEV(TTYAUX_MAJOR,2)) {
 #ifdef CONFIG_UNIX98_PTYS
 		/* find a device that is not in use. */
 		retval = -1;

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.0-test4-mm6
  2003-09-05 14:51 ` 2.6.0-test4-mm6 viro
@ 2003-09-05 15:43   ` Steven Cole
  2003-09-06  1:07   ` 2.6.0-test4-mm6 Jan Ischebeck
  1 sibling, 0 replies; 19+ messages in thread
From: Steven Cole @ 2003-09-05 15:43 UTC (permalink / raw)
  To: viro; +Cc: Jan Ischebeck, lkml, Andrew Morton, Linus Torvalds

On Fri, 2003-09-05 at 08:51, viro@parcelfarce.linux.theplanet.co.uk
wrote:
> On Fri, Sep 05, 2003 at 02:46:40PM +0200, Jan Ischebeck wrote:
> > Seems like I got the reason for X not starting:
> > 
> > pseudo terminals can't be acquired and only two consoles are running.
> > 
> > -> X11 can't get console Vt7
> > -> pppd doesn't work either
> > 
> > This definitely worked with -mm5.
> 
> Grr...  Dumb typo.  Patch below should fix that...
[patch snipped]

X started OK for me, but I also couldn't start Konsole or xterm with
2.6.0-test4-mm6. (AOL!).  

This is to confirm that Al's patch fixed that. Thanks.

Steven


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.0-test4-mm6
  2003-09-05 14:51 ` 2.6.0-test4-mm6 viro
  2003-09-05 15:43   ` 2.6.0-test4-mm6 Steven Cole
@ 2003-09-06  1:07   ` Jan Ischebeck
  2003-09-06  4:29     ` 2.6.0-test4-mm6 Matt Mackall
  1 sibling, 1 reply; 19+ messages in thread
From: Jan Ischebeck @ 2003-09-06  1:07 UTC (permalink / raw)
  To: lkml

Am Fr, 2003-09-05 um 16.51 schrieb
viro@parcelfarce.linux.theplanet.co.uk:
> On Fri, Sep 05, 2003 at 02:46:40PM +0200, Jan Ischebeck wrote:
> > Seems like I got the reason for X not starting:
> > 
> > pseudo terminals can't be acquired and only two consoles are
running.
> > 
> > -> X11 can't get console Vt7
> > -> pppd doesn't work either
> > 
> > This definitely worked with -mm5.
> 
> Grr...  Dumb typo.  Patch below should fix that...
> 
> diff -urN B4-misc3/drivers/char/tty_io.c
B4-current/drivers/char/tty_io.c
> --- B4-misc3/drivers/char/tty_io.c    Thu Sep  4 02:19:38 2003
> +++ B4-current/drivers/char/tty_io.c  Fri Sep  5 10:46:59 2003
> @@ -1334,7 +1334,7 @@
>               return -ENODEV;
>       }
>  
> -     if (device == MKDEV(TTY_MAJOR,2)) {
> +     if (device == MKDEV(TTYAUX_MAJOR,2)) {
>  #ifdef CONFIG_UNIX98_PTYS
>               /* find a device that is not in use. */
>               retval = -1;

Thank you, that solved the problem with X.

But PPP is still broken, I get the following errors when I've tried to
setup a connection. And after trying to use ppp the machine oops at
shutdown.

(that appears in syslog)
pppd[2007]: Serial connection established.
pppd[2007]: Couldn't get channel number: Input/output error


(oops on shutdown)
 kernel: Badness in local_bh_enable at kernel/softirq.c:119
 kernel: Call Trace:
 kernel: [<c0128065>] local_bh_enable+0x85/0x87
 kernel: [<e0a33b42>] ppp_async_push+0x9e/0x180 [ppp_async]
 kernel: [<e0a3344e>] ppp_asynctty_wakeup+0x2d/0x5e [ppp_async]
 kernel: [<c020092f>] pty_unthrottle+0x58/0x5a
 kernel: [<c01fd40d>] check_unthrottle+0x39/0x3b
 kernel: [<c01fd4af>] n_tty_flush_buffer+0x13/0x55
 kernel: [<c0200cea>] pty_flush_buffer+0x66/0x68
 kernel: [<c01f9d24>] do_tty_hangup+0x489/0x4ef
 kernel: [<c01fb33a>] release_dev+0x6f4/0x721
 kernel: [<c014a605>] unmap_page_range+0x43/0x69
 kernel: [<c01fb6e9>] tty_release+0x2d/0x66
 kernel: [<c0159aef>] __fput+0x102/0x114
 kernel: [<c015826b>] filp_close+0x59/0x86
 kernel: [<c0125ada>] put_files_struct+0x84/0xe9
 kernel: [<c01266f4>] do_exit+0x15d/0x3f8
 kernel: [<c0126a16>] do_group_exit+0x3a/0xac
 kernel: [<c02ddc7b>] syscall_call+0x7/0xb
 kernel: 


Thanks for the great work!

-- 
Jan Ischebeck <mail@jan-ischebeck.de>




^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.0-test4-mm6
  2003-09-06  1:07   ` 2.6.0-test4-mm6 Jan Ischebeck
@ 2003-09-06  4:29     ` Matt Mackall
  2003-09-06  5:02       ` 2.6.0-test4-mm6 Matt Mackall
  0 siblings, 1 reply; 19+ messages in thread
From: Matt Mackall @ 2003-09-06  4:29 UTC (permalink / raw)
  To: Jan Ischebeck, viro; +Cc: lkml

On Sat, Sep 06, 2003 at 03:07:58AM +0200, Jan Ischebeck wrote:
> Am Fr, 2003-09-05 um 16.51 schrieb
> viro@parcelfarce.linux.theplanet.co.uk:
> > On Fri, Sep 05, 2003 at 02:46:40PM +0200, Jan Ischebeck wrote:
> > > Seems like I got the reason for X not starting:
> > > 
> > > pseudo terminals can't be acquired and only two consoles are
> running.
> > > 
> > > -> X11 can't get console Vt7
> > > -> pppd doesn't work either
> > > 
> > > This definitely worked with -mm5.
> > 
> > Grr...  Dumb typo.  Patch below should fix that...
> > 
> > diff -urN B4-misc3/drivers/char/tty_io.c
> B4-current/drivers/char/tty_io.c
> > +++ B4-current/drivers/char/tty_io.c  Fri Sep  5 10:46:59 2003
> > @@ -1334,7 +1334,7 @@
> >               return -ENODEV;
> >       }
> >  
> > -     if (device == MKDEV(TTY_MAJOR,2)) {
> > +     if (device == MKDEV(TTYAUX_MAJOR,2)) {
> >  #ifdef CONFIG_UNIX98_PTYS
> >               /* find a device that is not in use. */
> >               retval = -1;
> 
> Thank you, that solved the problem with X.
> 
> But PPP is still broken, I get the following errors when I've tried to
> setup a connection. And after trying to use ppp the machine oops at
> shutdown.

Probably related badness: ttyS[01] have disappeared from
/proc/interrupts (though still show up in dmesg) and while serial
console appears to still work, kgdb over serial appears to have gone
south as well. Last tested in -mm4.

-- 
Matt Mackall : http://www.selenic.com : of or relating to the moon

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.0-test4-mm6
  2003-09-06  4:29     ` 2.6.0-test4-mm6 Matt Mackall
@ 2003-09-06  5:02       ` Matt Mackall
  0 siblings, 0 replies; 19+ messages in thread
From: Matt Mackall @ 2003-09-06  5:02 UTC (permalink / raw)
  To: Jan Ischebeck, viro; +Cc: lkml

On Fri, Sep 05, 2003 at 11:29:14PM -0500, Matt Mackall wrote:
> On Sat, Sep 06, 2003 at 03:07:58AM +0200, Jan Ischebeck wrote:
> > Am Fr, 2003-09-05 um 16.51 schrieb
> > viro@parcelfarce.linux.theplanet.co.uk:
> > > On Fri, Sep 05, 2003 at 02:46:40PM +0200, Jan Ischebeck wrote:
> > > > Seems like I got the reason for X not starting:
> > > > 
> > > > pseudo terminals can't be acquired and only two consoles are
> > running.
> > > > 
> > > > -> X11 can't get console Vt7
> > > > -> pppd doesn't work either
> > > > 
> > > > This definitely worked with -mm5.
> > > 
> > > Grr...  Dumb typo.  Patch below should fix that...
> > > 
> > > diff -urN B4-misc3/drivers/char/tty_io.c
> > B4-current/drivers/char/tty_io.c
> > > +++ B4-current/drivers/char/tty_io.c  Fri Sep  5 10:46:59 2003
> > > @@ -1334,7 +1334,7 @@
> > >               return -ENODEV;
> > >       }
> > >  
> > > -     if (device == MKDEV(TTY_MAJOR,2)) {
> > > +     if (device == MKDEV(TTYAUX_MAJOR,2)) {
> > >  #ifdef CONFIG_UNIX98_PTYS
> > >               /* find a device that is not in use. */
> > >               retval = -1;
> > 
> > Thank you, that solved the problem with X.
> > 
> > But PPP is still broken, I get the following errors when I've tried to
> > setup a connection. And after trying to use ppp the machine oops at
> > shutdown.
> 
> Probably related badness: ttyS[01] have disappeared from
> /proc/interrupts (though still show up in dmesg) and while serial
> console appears to still work, kgdb over serial appears to have gone
> south as well. Last tested in -mm4.

Ok, kgdb over serial works again if you boot without the gdbeth
options (the comment on kgdb_net_interrupt is a bit misleading here).
This causes KGDB-stub to show up again in /proc/interrupts, but my
other serial interrupt is still missing.

-- 
Matt Mackall : http://www.selenic.com : of or relating to the moon

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.0-test4-mm6
  2003-09-05  8:59 2.6.0-test4-mm6 Andrew Morton
                   ` (2 preceding siblings ...)
  2003-09-06  0:14 ` 2.6.0-test4-mm6 Zwane Mwaikambo
@ 2003-09-10 14:29 ` bill davidsen
  3 siblings, 0 replies; 19+ messages in thread
From: bill davidsen @ 2003-09-10 14:29 UTC (permalink / raw)
  To: linux-kernel

In article <20030905015927.472aa760.akpm@osdl.org>,
Andrew Morton  <akpm@osdl.org> wrote:
| 
| 
| ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test4/2.6.0-test4-mm6/
| 
| 
| This is only faintly tested.  It's mainly a syncup with people..

Faintly indeed, it would even boot X on my little test machines :<
Oopsed when I tried to run tcpdump, etc.

Since test5-mm1 came out and doesn't have any of those problems, I will
assume that it escaped rather than was released.

I'll comment on some responsiveness testing on test5-mm1 and earlier
test4 stuff after I build test5-nick15 to include in the testing.
-- 
bill davidsen <davidsen@tmr.com>
  CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.0-test4-mm6
  2003-09-05  8:59 2.6.0-test4-mm6 Andrew Morton
  2003-09-05  9:32 ` 2.6.0-test4-mm6 Michael Frank
  2003-09-05 21:37 ` 2.6.0-test4-mm6 Bongani Hlope
@ 2003-09-06  0:14 ` Zwane Mwaikambo
  2003-09-10 14:29 ` 2.6.0-test4-mm6 bill davidsen
  3 siblings, 0 replies; 19+ messages in thread
From: Zwane Mwaikambo @ 2003-09-06  0:14 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linux Kernel, linux-mm

On Fri, 5 Sep 2003, Andrew Morton wrote:

>   We didn't get many reports from this in -mm5.  I'd prefer to stick with
>   Con's patches because they're tweaks, rather than fundamental changes and
>   they have had more testing and are more widely understood.
> 
>   But the performance regressions with specjbb and volanomark are a
>   problem.  We need to understand this and get it fixed up.

I believe Con has a lead on this already, the thing to find out is why 
sched_clock() causes such a regression.

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.0-test4-mm6
  2003-09-05 14:20 ` 2.6.0-test4-mm6 Malte Schröder
@ 2003-09-05 22:06   ` Felipe Alfaro Solana
  0 siblings, 0 replies; 19+ messages in thread
From: Felipe Alfaro Solana @ 2003-09-05 22:06 UTC (permalink / raw)
  To: Malte Schröder; +Cc: linux-kernel, Jan Ischebeck

On Fri, 2003-09-05 at 16:20, Malte Schröder wrote:
> I have the same X problem on mm6. I use a Radeon 8500, Debian/Sid.

Me too on RHL 9.0.93 Beta (Severn)

> 
> On Friday 05 September 2003 12:48, Jan Ischebeck wrote:
> > On Friday 05 September 2003 16:59, Andrew Morton wrote:
> >
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test4/2
> >.6.0-test4-mm6/
> >
> >
> > Hi Andrew,
> >
> > Some first impressions:
> >
> > 1. swsusp works great (Thinkpad R40 2722)
> >
> > 2. X11R6 won't start anymore, it fails with a strange
> > Fatal server error:
> > xf86OpenConsole: VT_GETMODE failed
> > I can't find a reason for that in the changelog.
> >
> > 3. The oss mixer emulation doesn't load correctly, I get the following
> > messages in the syslog, f.e. after a "modprobe snd-mixer-oss":
> >
> > snd: Unknown parameter `device_mode'
> > snd_mixer_oss: Unknown symbol snd_info_register
> > snd_mixer_oss: Unknown symbol snd_info_free_entry
> > snd_mixer_oss: Unknown symbol snd_info_get_str
> > snd_mixer_oss: Unknown symbol snd_unregister_oss_device
> > snd_mixer_oss: Unknown symbol snd_ctl_find_id
> > snd_mixer_oss: Unknown symbol snd_register_oss_device
> > snd_mixer_oss: Unknown symbol snd_card_file_add
> > snd_mixer_oss: Unknown symbol snd_mixer_oss_notify_callback
> > snd_mixer_oss: Unknown symbol snd_iprintf
> > snd_mixer_oss: Unknown symbol snd_kcalloc
> > snd_mixer_oss: Unknown symbol snd_cards
> > snd_mixer_oss: Unknown symbol snd_ctl_notify
> > snd_mixer_oss: Unknown symbol snd_oss_info_register
> > snd_mixer_oss: Unknown symbol snd_kmalloc_strdup
> > snd_mixer_oss: Unknown symbol snd_info_create_card_entry
> > snd_mixer_oss: Unknown symbol snd_card_file_remove
> > snd_mixer_oss: Unknown symbol snd_info_unregister
> > snd_mixer_oss: Unknown symbol snd_info_get_line
> >
> > Could be connected with
> >
> > > +sound-remove-duplicate-includes.patch
> > > +kernel-remove-duplicate-includes.patch
> > >
> > > janitorial work
> >
> > 4. Powerdown via ACPI still doesn't work (broken since -test2 or -test1)
> >
> > Thanks for the great work.
> >
> > Jan
> >
> > (Please CC me on reply)


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.0-test4-mm6
  2003-09-05  8:59 2.6.0-test4-mm6 Andrew Morton
  2003-09-05  9:32 ` 2.6.0-test4-mm6 Michael Frank
@ 2003-09-05 21:37 ` Bongani Hlope
  2003-09-06  0:14 ` 2.6.0-test4-mm6 Zwane Mwaikambo
  2003-09-10 14:29 ` 2.6.0-test4-mm6 bill davidsen
  3 siblings, 0 replies; 19+ messages in thread
From: Bongani Hlope @ 2003-09-05 21:37 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 1011 bytes --]

On Fri, 05 Sep 2003 01:59:27 -0700
Andrew Morton <akpm@osdl.org> wrote:

> 
> 
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test4/2.6.0-test4-mm6/
> 
> 

8< snip

> 
> . Dropped out Nick's CPU scheduler changes, brought back Con's interactivity
>   work.
> 
>   We didn't get many reports from this in -mm5.  I'd prefer to stick with
>   Con's patches because they're tweaks, rather than fundamental changes and
>   they have had more testing and are more widely understood.
> 
>   But the performance regressions with specjbb and volanomark are a
>   problem.  We need to understand this and get it fixed up.
> 

This might be a good thing, I lost my keyboard on my work PC around lunch time but everything else seemed fine and I found the attached oops on my /var/log/message file after rebooting. I don't know how many were there because modprobe is too noisy ;( 

Nick: maybe you can take a look so log, I don't know how to reproduce it yet. This was on the 2.6.0-test4-mm5 kernel.

[-- Attachment #1.2: event.oops --]
[-- Type: application/octet-stream, Size: 1829 bytes --]

Unable to handle kernel paging request at virtual address 15d8c046
 printing eip:
c04615d8
*pde = 00000000
Oops: 0000 [#1]
PREEMPT
CPU:    0
EIP:    0060:[per_cpu__tvec_bases+856/4104]    Not tainted VLI
EIP:    0060:[<c04615d8>]    Not tainted VLI
EFLAGS: 00010097
EIP is at 0xc04615d8
eax: c04615d4   ebx: c04615d0   ecx: 000cd11e   edx: 00000003
esi: c9a9e6d0   edi: 00000001   ebp: dff8df50   esp: dff8df34
ds: 007b   es: 007b   ss: 0068
Process events/0 (pid: 3, threadinfo=dff8c000 task=c151cce0)
Stack: c011e708 c04615d4 00000003 00000000 dff8c000 00000292 cf4b9e0c dff8df70
       c011e852 c9a9e6d4 00000003 00000001 00000000 dffd2400 cf4b9e10 dff8c000
       c0131071 cf4b9e4c dff8dfa0 00000000 dffd2418 dffd2410 cf4b9e4c c0130b77
Call Trace:
 [__wake_up_common+49/80] __wake_up_common+0x31/0x50
 [<c011e708>] __wake_up_common+0x31/0x50
 [complete+64/101] complete+0x40/0x65
 [<c011e852>] complete+0x40/0x65
 [worker_thread+471/710] worker_thread+0x1d7/0x2c6
 [<c0131071>] worker_thread+0x1d7/0x2c6
 [__call_usermodehelper+0/97] __call_usermodehelper+0x0/0x61
 [<c0130b77>] __call_usermodehelper+0x0/0x61
 [default_wake_function+0/44] default_wake_function+0x0/0x2c
 [<c011e6ab>] default_wake_function+0x0/0x2c
 [ret_from_fork+6/20] ret_from_fork+0x6/0x14
 [<c034b6ee>] ret_from_fork+0x6/0x14
 [default_wake_function+0/44] default_wake_function+0x0/0x2c
 [<c011e6ab>] default_wake_function+0x0/0x2c
 [worker_thread+0/710] worker_thread+0x0/0x2c6
 [<c0130e9a>] worker_thread+0x0/0x2c6
 [kernel_thread_helper+5/11] kernel_thread_helper+0x5/0xb
 [<c010b211>] kernel_thread_helper+0x5/0xb
Sep  5 13:19:05 bongani1 kernel:
Code: 15 46 c0 b0 15 46 c0 b0 15 46 c0 b8 15 46 c0 b8 15 46 c0 c0 15 46 c0 c0
 15 46 c0 c8 15 46 c0 c8 15 46 c0 d0 15 46 c0 d0 15 46 c0 <d8> 15 46 c0 d8 15 46 c0 d0 e6 a9 c9 d0 e6 a9 c9 e8
 15 46 c0 e8

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.0-test4-mm6
@ 2003-09-05 15:43 Matthew Trent
  0 siblings, 0 replies; 19+ messages in thread
From: Matthew Trent @ 2003-09-05 15:43 UTC (permalink / raw)
  To: linux-kernel

> > 3. The oss mixer emulation doesn't load correctly, I get the following
> > messages in the syslog, f.e. after a "modprobe snd-mixer-oss":
> >
> > snd: Unknown parameter `device_mode'
> 
> I had to remove the device_mode option from below in /lib/modules/
> modprobe.conf. It happens in test4 too i think.
> 
> options snd major=116 cards_limit=4 device_mode=0660

I encountered the same thing with device_mode.

As a side note, I've been lurking here for a while and I've noticed that
the latest iterations (although I've only tried Nick's once, in -mm5) of
_both_ schedulers feel great on my system. If I've been following the
thread correctly, I think the turning point was the addition of some I/O
scheduler patches (in mm3 or mm4?). Way better since then.
-- 
Matt
Local Access Communications
360.330.5535




^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.0-test4-mm6
       [not found] ` <snqc.7FM.21@gated-at.bofh.it>
@ 2003-09-05 14:44   ` dave
  0 siblings, 0 replies; 19+ messages in thread
From: dave @ 2003-09-05 14:44 UTC (permalink / raw)
  To: linux-kernel, Maciej Soltysiak

Maciej Soltysiak wrote:

>> 2. X11R6 won't start anymore, it fails with a strange
>> Fatal server error:
>> xf86OpenConsole: VT_GETMODE failed
>> I can't find a reason for that in the changelog.
> Well, I can't start X because I am using nvidia drivers + www.minion.de
> patches, and some specs seem to have changed again.
> kernel: nvidia: Unknown symbol kdev_val
> 
> If the kdev_t.h changes are going to stay, I will have to wait for
> Christian Zander's updates to the nvidia 2.6-patch.

The following patch fixes it for me.

Cheers,

dave

--- nv-linux.h  2003-09-05 15:20:55.000000000 +0100
+++ nv-linux.h.fixed    2003-09-05 15:21:03.000000000 +0100
@@ -129,8 +129,13 @@
 #define NV_VMA_PRIVATE(vma)           ((vma)->vm_private_data)

 #ifdef KERNEL_2_5
-#  define NV_DEVICE_NUMBER(_minor)      ((kdev_val(_minor)) & 0x0f)
-#  define NV_IS_CONTROL_DEVICE(_minor)  (((kdev_val(_minor)) & 0xff) == 0xff)
+
+//#  define NV_DEVICE_NUMBER(_minor)      ((kdev_val(_minor)) & 0x0f)
+//#  define NV_IS_CONTROL_DEVICE(_minor)  (((kdev_val(_minor)) & 0xff) == 0xff)
+
+#  define NV_DEVICE_NUMBER(_minor)      (MINOR(_minor) & 0x0f)
+#  define NV_IS_CONTROL_DEVICE(_minor)  ((MINOR(_minor) & 0x0ff) == 0xff)
+
 #  define NV_IS_SUSER()                 capable(CAP_SYS_ADMIN)
 #  define NV_PCI_DEVICE_NAME(x)         ((x)->pretty_name)
 #  define NV_CLI()                      local_irq_disable()


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.0-test4-mm6
  2003-09-05 10:48 2.6.0-test4-mm6 Jan Ischebeck
  2003-09-05 11:10 ` 2.6.0-test4-mm6 Nick Sanders
  2003-09-05 11:55 ` 2.6.0-test4-mm6 Maciej Soltysiak
@ 2003-09-05 14:20 ` Malte Schröder
  2003-09-05 22:06   ` 2.6.0-test4-mm6 Felipe Alfaro Solana
  2 siblings, 1 reply; 19+ messages in thread
From: Malte Schröder @ 2003-09-05 14:20 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jan Ischebeck

[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 2121 bytes --]

I have the same X problem on mm6. I use a Radeon 8500, Debian/Sid.

On Friday 05 September 2003 12:48, Jan Ischebeck wrote:
> On Friday 05 September 2003 16:59, Andrew Morton wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test4/2
>.6.0-test4-mm6/
>
>
> Hi Andrew,
>
> Some first impressions:
>
> 1. swsusp works great (Thinkpad R40 2722)
>
> 2. X11R6 won't start anymore, it fails with a strange
> Fatal server error:
> xf86OpenConsole: VT_GETMODE failed
> I can't find a reason for that in the changelog.
>
> 3. The oss mixer emulation doesn't load correctly, I get the following
> messages in the syslog, f.e. after a "modprobe snd-mixer-oss":
>
> snd: Unknown parameter `device_mode'
> snd_mixer_oss: Unknown symbol snd_info_register
> snd_mixer_oss: Unknown symbol snd_info_free_entry
> snd_mixer_oss: Unknown symbol snd_info_get_str
> snd_mixer_oss: Unknown symbol snd_unregister_oss_device
> snd_mixer_oss: Unknown symbol snd_ctl_find_id
> snd_mixer_oss: Unknown symbol snd_register_oss_device
> snd_mixer_oss: Unknown symbol snd_card_file_add
> snd_mixer_oss: Unknown symbol snd_mixer_oss_notify_callback
> snd_mixer_oss: Unknown symbol snd_iprintf
> snd_mixer_oss: Unknown symbol snd_kcalloc
> snd_mixer_oss: Unknown symbol snd_cards
> snd_mixer_oss: Unknown symbol snd_ctl_notify
> snd_mixer_oss: Unknown symbol snd_oss_info_register
> snd_mixer_oss: Unknown symbol snd_kmalloc_strdup
> snd_mixer_oss: Unknown symbol snd_info_create_card_entry
> snd_mixer_oss: Unknown symbol snd_card_file_remove
> snd_mixer_oss: Unknown symbol snd_info_unregister
> snd_mixer_oss: Unknown symbol snd_info_get_line
>
> Could be connected with
>
> > +sound-remove-duplicate-includes.patch
> > +kernel-remove-duplicate-includes.patch
> >
> > janitorial work
>
> 4. Powerdown via ACPI still doesn't work (broken since -test2 or -test1)
>
> Thanks for the great work.
>
> Jan
>
> (Please CC me on reply)

-- 
---------------------------------------
Malte Schröder
MalteSch@gmx.de
ICQ# 68121508
---------------------------------------


[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.0-test4-mm6
  2003-09-05 11:10 ` 2.6.0-test4-mm6 Nick Sanders
@ 2003-09-05 12:39   ` Jan Ischebeck
  0 siblings, 0 replies; 19+ messages in thread
From: Jan Ischebeck @ 2003-09-05 12:39 UTC (permalink / raw)
  To: Nick Sanders; +Cc: lkml

Am Fr, 2003-09-05 um 13.10 schrieb Nick Sanders:
> >
> > 3. The oss mixer emulation doesn't load correctly, I get the following
> > messages in the syslog, f.e. after a "modprobe snd-mixer-oss":
> >
> > snd: Unknown parameter `device_mode'
> 
> I had to remove the device_mode option from below in /lib/modules/
> modprobe.conf. It happens in test4 too i think.
> 
> options snd major=116 cards_limit=4 device_mode=0660

Even if I remove the device_mode part I still get unresolved symbols
loading snd-oss-mixer.


-- 
Jan Ischebeck <mail@jan-ischebeck.de>


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.0-test4-mm6
  2003-09-05 10:48 2.6.0-test4-mm6 Jan Ischebeck
  2003-09-05 11:10 ` 2.6.0-test4-mm6 Nick Sanders
@ 2003-09-05 11:55 ` Maciej Soltysiak
  2003-09-05 14:20 ` 2.6.0-test4-mm6 Malte Schröder
  2 siblings, 0 replies; 19+ messages in thread
From: Maciej Soltysiak @ 2003-09-05 11:55 UTC (permalink / raw)
  To: Jan Ischebeck; +Cc: linux-kernel, akpm

> 2. X11R6 won't start anymore, it fails with a strange
> Fatal server error:
> xf86OpenConsole: VT_GETMODE failed
> I can't find a reason for that in the changelog.
Well, I can't start X because I am using nvidia drivers + www.minion.de
patches, and some specs seem to have changed again.
kernel: nvidia: Unknown symbol kdev_val

If the kdev_t.h changes are going to stay, I will have to wait for
Christian Zander's updates to the nvidia 2.6-patch.

Regards,
Maciej

^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.0-test4-mm6
  2003-09-05 10:48 2.6.0-test4-mm6 Jan Ischebeck
@ 2003-09-05 11:10 ` Nick Sanders
  2003-09-05 12:39   ` 2.6.0-test4-mm6 Jan Ischebeck
  2003-09-05 11:55 ` 2.6.0-test4-mm6 Maciej Soltysiak
  2003-09-05 14:20 ` 2.6.0-test4-mm6 Malte Schröder
  2 siblings, 1 reply; 19+ messages in thread
From: Nick Sanders @ 2003-09-05 11:10 UTC (permalink / raw)
  To: Jan Ischebeck, linux-kernel


>
> 3. The oss mixer emulation doesn't load correctly, I get the following
> messages in the syslog, f.e. after a "modprobe snd-mixer-oss":
>
> snd: Unknown parameter `device_mode'

I had to remove the device_mode option from below in /lib/modules/
modprobe.conf. It happens in test4 too i think.

options snd major=116 cards_limit=4 device_mode=0660


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.0-test4-mm6
@ 2003-09-05 10:48 Jan Ischebeck
  2003-09-05 11:10 ` 2.6.0-test4-mm6 Nick Sanders
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Jan Ischebeck @ 2003-09-05 10:48 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm

On Friday 05 September 2003 16:59, Andrew Morton wrote:
>
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test4/2.6.0-test4-mm6/
>

Hi Andrew,

Some first impressions:

1. swsusp works great (Thinkpad R40 2722)

2. X11R6 won't start anymore, it fails with a strange 
Fatal server error:
xf86OpenConsole: VT_GETMODE failed
I can't find a reason for that in the changelog.

3. The oss mixer emulation doesn't load correctly, I get the following
messages in the syslog, f.e. after a "modprobe snd-mixer-oss":

snd: Unknown parameter `device_mode'
snd_mixer_oss: Unknown symbol snd_info_register
snd_mixer_oss: Unknown symbol snd_info_free_entry
snd_mixer_oss: Unknown symbol snd_info_get_str
snd_mixer_oss: Unknown symbol snd_unregister_oss_device
snd_mixer_oss: Unknown symbol snd_ctl_find_id
snd_mixer_oss: Unknown symbol snd_register_oss_device
snd_mixer_oss: Unknown symbol snd_card_file_add
snd_mixer_oss: Unknown symbol snd_mixer_oss_notify_callback
snd_mixer_oss: Unknown symbol snd_iprintf
snd_mixer_oss: Unknown symbol snd_kcalloc
snd_mixer_oss: Unknown symbol snd_cards
snd_mixer_oss: Unknown symbol snd_ctl_notify
snd_mixer_oss: Unknown symbol snd_oss_info_register
snd_mixer_oss: Unknown symbol snd_kmalloc_strdup
snd_mixer_oss: Unknown symbol snd_info_create_card_entry
snd_mixer_oss: Unknown symbol snd_card_file_remove
snd_mixer_oss: Unknown symbol snd_info_unregister
snd_mixer_oss: Unknown symbol snd_info_get_line

Could be connected with 
> +sound-remove-duplicate-includes.patch
> +kernel-remove-duplicate-includes.patch
> 
> janitorial work

4. Powerdown via ACPI still doesn't work (broken since -test2 or -test1)

Thanks for the great work.

Jan

(Please CC me on reply)

-- 
Jan Ischebeck <mail@jan-ischebeck.de>


^ permalink raw reply	[flat|nested] 19+ messages in thread

* Re: 2.6.0-test4-mm6
  2003-09-05  8:59 2.6.0-test4-mm6 Andrew Morton
@ 2003-09-05  9:32 ` Michael Frank
  2003-09-05 21:37 ` 2.6.0-test4-mm6 Bongani Hlope
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 19+ messages in thread
From: Michael Frank @ 2003-09-05  9:32 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel, linux-mm
  Cc: Nigel Cunningham, swsusp-devel-request

On Friday 05 September 2003 16:59, Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test4/2
>.6.0-test4-mm6/
>
>
> This is only faintly tested.  It's mainly a syncup with people..
>
> . Initial support for kgdb-over-ethernet.  Mainly from Robert Walsh, based
>   on work by San Mehat.
>
>   It's pretty simple to use - read Documentation/i386/kgdb/kgdbeth.txt
>   carefully.
>
>   This uses the same ethernet driver hooks as netconsole, and is designed
>   to work alongside netconsole.
>
>   Currently it "supports" e100, eepro100, 3c59x, tlan and tulip.  Only e100
>   has been tested.

This is cute, Nigel can then debug swsusp in 2.6 via the internet while I sleep...

Regards
Michael


^ permalink raw reply	[flat|nested] 19+ messages in thread

* 2.6.0-test4-mm6
@ 2003-09-05  8:59 Andrew Morton
  2003-09-05  9:32 ` 2.6.0-test4-mm6 Michael Frank
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Andrew Morton @ 2003-09-05  8:59 UTC (permalink / raw)
  To: linux-kernel, linux-mm



ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test4/2.6.0-test4-mm6/


This is only faintly tested.  It's mainly a syncup with people..

. Initial support for kgdb-over-ethernet.  Mainly from Robert Walsh, based
  on work by San Mehat.

  It's pretty simple to use - read Documentation/i386/kgdb/kgdbeth.txt
  carefully.

  This uses the same ethernet driver hooks as netconsole, and is designed
  to work alongside netconsole.

  Currently it "supports" e100, eepro100, 3c59x, tlan and tulip.  Only e100
  has been tested.

. More preparation for the larger dev_t, from Al.

. Dropped out Nick's CPU scheduler changes, brought back Con's interactivity
  work.

  We didn't get many reports from this in -mm5.  I'd prefer to stick with
  Con's patches because they're tweaks, rather than fundamental changes and
  they have had more testing and are more widely understood.

  But the performance regressions with specjbb and volanomark are a
  problem.  We need to understand this and get it fixed up.

. The dev_t changes broke the feral driver.  The version in -mm is
  fairly out of date anyway and I probably need to drop it or get a fresh
  version from James..


Changes since 2.6.0-test4-mm5:
 

-misc34.patch
-fix-strange-code-in-bio_add_page.patch
-convert-proc-stat-to-seq_file.patch
-get_rtc_time-fix.patch
-visws-qla1280-needs-pio.patch
-elv-insertion-fix.patch
-8250_acpi-taints-kernel.patch
-proc_misc-build-fix.patch
-slab-check-PG_slab.patch
-might_sleep-improvements.patch
-MODULE_ALIAS-in-block-devices.patch
-MODULE_ALIAS-in-char-devices.patch
-unpercpuify-in_flight-counter.patch
-enable-selinux-with-boot-parameter.patch
-pty-devfs-fix.patch
-i8042-free_irq-fix.patch
-netlink-warning-fixes.patch

 Merged

+kgdb-over-ethernet.patch
+kgdb-over-ethernet-fixes.patch
+kgdb-CONFIG_NET_POLL_CONTROLLER.patch
+kgdb-handle-stopped-NICs.patch
+eepro100-poll-controller.patch
+tlan-poll_controller.patch
+tulip-poll_controller.patch
+kgdb-eth-smp-fix.patch

 kgdb-over-ethernet support

+fix-io-hangs.patch

 Hopefully fix the tasks-stuck-in-D-state bug

+as-insert-here-fix.patch

 Anticipatory scheduler fix

+no-unit-at-a-time.patch

 gcc-3.4 workaround

+calibrate_tsc-consolidation.patch

 calibrate_tsc() fixes

+large-dev_t-2nd-01.patch
+large-dev_t-2nd-02.patch
+large-dev_t-2nd-03.patch
+large-dev_t-2nd-04.patch
+large-dev_t-2nd-05.patch
+large-dev_t-2nd-06.patch
+large-dev_t-2nd-07.patch
+large-dev_t-2nd-08.patch
+large-dev_t-2nd-09.patch
+large-dev_t-2nd-10.patch
+large-dev_t-2nd-11.patch
+large-dev_t-2nd-12.patch
+large-dev_t-2nd-13.patch
+large-dev_t-2nd-14.patch
+large-dev_t-2nd-15.patch

 large dev_t work

+swsusp-fpu-fix.patch

 software suspend fix

+dac960-warning-fixes.patch

 Warning fix

+ikconfig-gzipped-2.patch

 Reworked

+joydev-exclusions.patch

 Joystick fix

+might_sleep-diags.patch

 More might_sleep() info

+imm-fix-fix.patch

 SCSI driver fix

+selinux-option-config-option.patch

 SELinux: select the boot-time selectability at compile time.

+sound-remove-duplicate-includes.patch
+kernel-remove-duplicate-includes.patch

 janitorial work

+utime-on-immutable-file-fix.patch

 Disallow utime() on immutable and append-only files.

+remove-version_h.patch
+remove-__SMP__.patch
+make-init_mister-static.patch
+skfddi-copy_user-checks.patch
+ll_rw_blk-comment-corrections.patch
+sc520_wdt-ioremap-checking.patch
+paride-error-return-handling.patch
+add-daniele-to-credits.patch
+init-exit-cleanups.patch
+qla1280-pci-alloc-free-checking.patch
+saa7134-core-ioremap-checking.patch

 janitorial work

+NR_CPUS-overflow-fix.patch

 Avoid overflows of NR_CPUS-sized arrays.

-ia32-mknod64.patch
-ext2-64-bit-special-inodes.patch
-ext3-64-bit-special-inodes.patch
-64-bit-dev_t-kdev_t.patch
-64-bit-dev_t-other-archs.patch
-mknod64-64-bit-fix.patch
-ustat64.patch
-ppc-64-bit-stat.patch
-64-bit-dev_t-init_rd-fixes.patch
-arch-dev_t-stat-fixes.patch

 64-bit dev_t stuff dropped for now.

-np-sched-01-sched-fork-cleanup.patch
-np-sched-02-sched-migrate-fix.patch
-np-sched-03-sched-balance-tuning.patch
-np-sched-04-sched-policy-10b.patch

 Drop Nick's CPU scheduler things

+sched-CAN_MIGRATE_TASK-fix.patch
+sched-balance-fix-2.6.0-test3-mm3-A0.patch
+sched-2.6.0-test2-mm2-A3.patch
+ppc-sched_clock.patch
+ppc64-sched_clock.patch
+sparc64_sched_clock.patch
+x86_64-sched_clock.patch
+sched-warning-fix.patch
+sched-balance-tuning.patch
+sched-no-tsc-on-numa.patch
+o12.2int.patch
+o12.3.patch
+o13int.patch
+o13.1int.patch
+o14int.patch
+o14int-div-fix.patch
+o14.1int.patch
+o15int.patch
+o16int.patch
+o16.1int.patch
+o16.2int.patch
+o16.3int.patch
+o18int.patch
+o18.1int.patch
+sched-cpu-migration-fix.patch
+o19int.patch
+o20int.patch

 Con's CPU scheduler things.

+4g4g-cyclone-timer-fix.patch

 Compile fix






All 186 patches:


linus.patch

mm.patch
  add -mmN to EXTRAVERSION

kgdb-ga.patch
  kgdb stub for ia32 (George Anzinger's one)
  kgdbL warning fix

kgdb-warning-fix.patch
  kgdbL warning fix

kgdb-build-fix.patch

kgdb-spinlock-fix.patch

kgdb-fix-debug-info.patch
  kgdb: CONFIG_DEBUG_INFO fix

kgdb-cpumask_t.patch

kgdb-x86_64-fixes.patch
  x86_64 fixes

kgdb-over-ethernet.patch
  kgdb-over-ethernet patch

kgdb-over-ethernet-fixes.patch
  kgdb-over-ethernet fixlets

kgdb-CONFIG_NET_POLL_CONTROLLER.patch
  kgdb: replace CONFIG_KGDB with CONFIG_NET_RX_POLL in net drivers

kgdb-handle-stopped-NICs.patch
  kgdb: handle netif_stopped NICs

eepro100-poll-controller.patch

tlan-poll_controller.patch

tulip-poll_controller.patch

kgdb-eth-smp-fix.patch
  kgdb-over-ethernet: fix SMP

fix-io-hangs.patch
  fix IO hangs

as-insert-here-fix.patch
  AS: insert_here fallout

no-unit-at-a-time.patch
  Use -fno-unit-at-a-time if gcc supports it

calibrate_tsc-consolidation.patch
  calibrate_tsc() fix and consolidation

config_spinline.patch
  uninline spinlocks for profiling accuracy.

ppc64-build-fixes.patch
  Fix ppc64 breakage

ppc64-bar-0-fix.patch
  Allow PCI BARs that start at 0

ppc64-reloc_hide.patch

ppc64-semaphore-reimplementation.patch
  ppc64: use the ia32 semaphore implementation

ppc64-local.patch
  ppc64: local.h implementation

sym-do-160.patch
  make the SYM driver do 160 MB/sec

rt-tasks-special-vm-treatment.patch
  real-time enhanced page allocator and throttling

rt-tasks-special-vm-treatment-2.patch

input-use-after-free-checks.patch
  input layer debug checks

fbdev.patch
  framebbuffer driver update

cursor-flashing-fix.patch
  fbdev: fix cursor letovers

slab-hexdump.patch
  slab: hexdump structures when things go wrong

aic7xxx-parallel-build-fix.patch
  fix parallel builds for aic7xxx

thread-pgrp-fix-2.patch
  Fix setpgid and threads

ramdisk-cleanup.patch

delay-ksoftirqd-fallback.patch
  Try harded in IRQ context before falling back to ksoftirqd

intel8x0-cleanup.patch
  intel8x0 cleanups

claim-serio-early.patch
  Serio: claim serio early

mark-devfs-obsolete.patch
  mark devfs obsolete

cfq-3.patch
  CFQ io scheduler

cfq-3-fixes.patch
  CFQ fixes

sysfs-memleak-fix.patch
  Fix sysfs memory leak

VT8231-router-detection.patch
  VT8231 IRQ router detection

block-devfs-conversions.patch
  Initialise devfs_name in various block drivers

large-dev_t-2nd-01.patch
  (1/15) large dev_t - second series

large-dev_t-2nd-02.patch
  (2/15) large dev_t - second series

large-dev_t-2nd-03.patch
  (3/15) large dev_t - second series

large-dev_t-2nd-04.patch
  (4/15) large dev_t - second series

large-dev_t-2nd-05.patch
  (5/15) large dev_t - second series

large-dev_t-2nd-06.patch
  (6/15) large dev_t - second series

large-dev_t-2nd-07.patch
  (7/15) large dev_t - second series

large-dev_t-2nd-08.patch
  (8/15) large dev_t - second series

large-dev_t-2nd-09.patch
  (9/15) large dev_t - second series

large-dev_t-2nd-10.patch
  (10/15) large dev_t - second series

large-dev_t-2nd-11.patch
  (11/15) large dev_t - second series

large-dev_t-2nd-12.patch
  (12/15) large dev_t - second series

large-dev_t-2nd-13.patch
  (13/15) large dev_t - second series

large-dev_t-2nd-14.patch
  (14/15) large dev_t - second series

large-dev_t-2nd-15.patch
  (15/15) large dev_t - second series

timer_tsc-cyc2ns_scale-fix.patch
  monolitic_clock, timer_{tsc,hpet} and CPUFREQ

test4-pm1.patch
  power management update

ide-pm-oops-fix.patch
  IDE power management oops fix

kobject-unlimited-name-lengths.patch
  kobject: Support unlimited name lengths.

kobject-unlimited-name-lengths-use-after-free-fix.patch
  kobject_cleanup() use-after-free-fix

swsusp-fpu-fix.patch
  swsusp fpu management fix

ricoh-mask-fix.patch
  pcmcia: ricoh.h mask fix
  EDEC
  From: KOMURO <komujun@nifty.com>, Alan Cox <alan@lxorguk.ukuu.org.uk>
  
  RL5C4XX_16BIT_MEM_0 was wrong.

dac960-devfs_name-fix.patch
  dac960 devfs_name initialisation fix

dac960-warning-fixes.patch
  compiler warning fixes for DAC960 on alpha

ikconfig-gzipped-2.patch
  Move ikconfig to /proc/config.gz
  ikconfig cleanup

flush-invalidate-fixes.patch
  memory writeback/invalidation fixes

flush-invalidate-fixes-warning-fix.patch

ide_floppy-maybe-fix.patch
  might fix ide_floppy

reiserfs-direct-io.patch
  resierfs direct-IO support

pdflush-diag.patch

joydev-exclusions.patch
  joydev is too eager claiming input devices

might_sleep-diags.patch

imm-fix-fix.patch
  Fix imm.c again

selinux-option-config-option.patch
  make selinux enable param config option, enabled by default

sound-remove-duplicate-includes.patch
  sound: remove duplicate includes

kernel-remove-duplicate-includes.patch
  remove duplicate includes in kernel/

utime-on-immutable-file-fix.patch
  disallow utime{s}() on immutable or append-only files

remove-version_h.patch
  remove unneeded <linux/version.h>

remove-__SMP__.patch
  Subject: [PATCH] janitor: remove remaining __SMP__ references

make-init_mister-static.patch
  Subject: [PATCH] janitor: make init function static

skfddi-copy_user-checks.patch
  skfddi: copy*user error handling

ll_rw_blk-comment-corrections.patch
  blk_ll_rw comment corrections

sc520_wdt-ioremap-checking.patch
  handle ioremap() failure case

paride-error-return-handling.patch
  paride error return handling fixes

add-daniele-to-credits.patch
  add Daniele to CREDITS

init-exit-cleanups.patch
  more init/exit cleanups

qla1280-pci-alloc-free-checking.patch
  qla1280 pci alloc/free consistent checking

saa7134-core-ioremap-checking.patch
  saa7134 pci alloc/free consistent checking

NR_CPUS-overflow-fix.patch
  Handle NR_CPUS overflow

really-use-english-date-in-version-string.patch
  really use english date in version string

acpi-pci-routing-fixes.patch
  Fixing USB interrupt problems with ACPI enabled

p00001_synaptics-restore-on-close.patch

p00002_psmouse-reset-timeout.patch

p00003_synaptics-multi-button.patch

p00004_synaptics-optional.patch

p00005_synaptics-pass-through.patch

p00006_psmouse-suspend-resume.patch

p00007_synaptics-old-proto.patch

synaptics-mode-set.patch
  Synaptics mode setting

syn-multi-btn-fix.patch
  synaptics multibutton fix

keyboard-resend-fix.patch
  keyboard resend fix

psmouse_ipms2-option.patch
  Force mouse detection as imps/2 (and fix my KVM switch)

i8042-history.patch
  debug: i8042 history dumping

linux-isp-2.patch

linux-isp-2-fix-again.patch
  lost feral fix

feral-bounce-fix.patch
  Feral driver - highmem issues

feral-bounce-fix-2.patch
  Feral driver bouncing fix

list_del-debug.patch
  list_del debug check

print-build-options-on-oops.patch
  print a few config options on oops

show_task-free-stack-fix.patch
  show_task() fix and cleanup

put_task_struct-debug.patch

oops-dump-preceding-code.patch
  i386 oops output: dump preceding code

lockmeter.patch

sparc64-lockmeter-fix.patch

sparc64-lockmeter-fix-2.patch
  Fix lockmeter on sparc64

printk-oops-mangle-fix.patch
  disentangle printk's whilst oopsing on SMP

20-odirect_enable.patch

21-odirect_cruft.patch

22-read_proc.patch

23-write_proc.patch

24-commit_proc.patch

25-odirect.patch

nfs-O_DIRECT-always-enabled.patch
  Force CONFIG_NFS_DIRECTIO

sched-CAN_MIGRATE_TASK-fix.patch
  CAN_MIGRATE fix

sched-balance-fix-2.6.0-test3-mm3-A0.patch
  sched-balance-fix-2.6.0-test3-mm3-A0

sched-2.6.0-test2-mm2-A3.patch
  sched-2.6.0-test2-mm2-A3

ppc-sched_clock.patch

ppc64-sched_clock.patch
  ppc64: sched_clock()

sparc64_sched_clock.patch

x86_64-sched_clock.patch
  Add sched_clock for x86-64

sched-warning-fix.patch

sched-balance-tuning.patch
  CPU scheduler balancing fix

sched-no-tsc-on-numa.patch
  Subject: Re: Fw: Re: 2.6.0-test2-mm3

o12.2int.patch
  O12.2int for interactivity

o12.3.patch
  O12.3 for interactivity

o13int.patch
  O13int for interactivity

o13.1int.patch
  O13.1int

o14int.patch
  O14int

o14int-div-fix.patch
  o14int 64-bit-divide fix

o14.1int.patch
  O14.1int

o15int.patch
  O15int for interactivity

o16int.patch
  From: Con Kolivas <kernel@kolivas.org>
  Subject: [PATCH] O16int for interactivity

o16.1int.patch
  O16.1int for interactivity

o16.2int.patch
  O16.2int

o16.3int.patch
  O16.3int

o18int.patch
  O18int

o18.1int.patch
  O18.1int

sched-cpu-migration-fix.patch
  sched: task migration fix

o19int.patch
  O19int

o20int.patch
  O20int

4g-2.6.0-test2-mm2-A5.patch
  4G/4G split patch
  4G/4G: remove debug code
  4g4g: pmd fix
  4g/4g: fixes from Bill
  4g4g: fpu emulation fix
  4g/4g usercopy atomicity fix
  4G/4G: remove debug code
  4g4g: pmd fix
  4g/4g: fixes from Bill
  4g4g: fpu emulation fix
  4g/4g usercopy atomicity fix
  4G/4G preempt on vstack
  4G/4G: even number of kmap types
  4g4g: fix __get_user in slab
  4g4g: Remove extra .data.idt section definition
  4g/4g linker error (overlapping sections)
  4G/4G: remove debug code
  4g4g: pmd fix
  4g/4g: fixes from Bill
  4g4g: fpu emulation fix
  4g4g: show_registers() fix
  4g/4g usercopy atomicity fix
  4g4g: debug flags fix
  4g4g: Fix wrong asm-offsets entry
  cyclone time fixmap fix
  4G/4G preempt on vstack
  4G/4G: even number of kmap types
  4g4g: fix __get_user in slab
  4g4g: Remove extra .data.idt section definition
  4g/4g linker error (overlapping sections)
  4G/4G: remove debug code
  4g4g: pmd fix
  4g/4g: fixes from Bill
  4g4g: fpu emulation fix
  4g4g: show_registers() fix
  4g/4g usercopy atomicity fix
  4g4g: debug flags fix
  4g4g: Fix wrong asm-offsets entry
  cyclone time fixmap fix

4g4g-cyclone-timer-fix.patch

ppc-fixes.patch
  make mm4 compile on ppc

aic7xxx_old-oops-fix.patch

aio-01-retry.patch
  AIO: Core retry infrastructure

io_submit_one-EINVAL-fix.patch
  Fix aio process hang on EINVAL

aio-02-lockpage_wq.patch
  AIO: Async page wait

aio-03-fs_read.patch
  AIO: Filesystem aio read

aio-04-buffer_wq.patch
  AIO: Async buffer wait

aio-05-fs_write.patch
  AIO: Filesystem aio write

aio-05-fs_write-fix.patch

aio-06-bread_wq.patch
  AIO: Async block read

aio-06-bread_wq-fix.patch

aio-07-ext2getblk_wq.patch
  AIO: Async get block for ext2

O_SYNC-speedup-2.patch
  speed up O_SYNC writes

aio-09-o_sync.patch
  aio O_SYNC

aio-10-BUG-fix.patch
  AIO: fix a BUG

aio-11-workqueue-flush.patch
  AIO: flush workqueues before destroying ioctx'es

aio-12-readahead.patch
  AIO: readahead fixes

aio-dio-no-readahead.patch
  aio O_DIRECT no readahead

lock_buffer_wq-fix.patch
  lock_buffer_wq fix

unuse_mm-locked.patch
  AIO: hold the context lock across unuse_mm

aio-take-task_lock.patch
  From: Suparna Bhattacharya <suparna@in.ibm.com>
  Subject: Re: 2.5.72-mm1 - Under heavy testing with AIO,.. vmstat seems to blow the kernel

aio-O_SYNC-fix.patch
  Unify o_sync changes for aio and regular writes

aio-O_SYNC-fix-missing-bit.patch
  aio-O_SYNC-fix bits got lost

O_SYNC-speedup-nolock-fix.patch

aio-writev-nsegs-fix.patch
  aio: writev nr_segs fix

aio-remove-lseek-triggerable-BUG_ONs.patch

aio-readahead-rework.patch
  Unified page range readahead for aio and regular reads

aio-readahead-speedup.patch
  Readahead issues and AIO read speedup

aio-osync-fix-2.patch
  More AIO O_SYNC related fixes




^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2003-09-10 14:39 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-05 12:46 2.6.0-test4-mm6 Jan Ischebeck
2003-09-05 14:51 ` 2.6.0-test4-mm6 viro
2003-09-05 15:43   ` 2.6.0-test4-mm6 Steven Cole
2003-09-06  1:07   ` 2.6.0-test4-mm6 Jan Ischebeck
2003-09-06  4:29     ` 2.6.0-test4-mm6 Matt Mackall
2003-09-06  5:02       ` 2.6.0-test4-mm6 Matt Mackall
  -- strict thread matches above, loose matches on Subject: below --
2003-09-05 15:43 2.6.0-test4-mm6 Matthew Trent
     [not found] <smuc.6c2.27@gated-at.bofh.it>
     [not found] ` <snqc.7FM.21@gated-at.bofh.it>
2003-09-05 14:44   ` 2.6.0-test4-mm6 dave
2003-09-05 10:48 2.6.0-test4-mm6 Jan Ischebeck
2003-09-05 11:10 ` 2.6.0-test4-mm6 Nick Sanders
2003-09-05 12:39   ` 2.6.0-test4-mm6 Jan Ischebeck
2003-09-05 11:55 ` 2.6.0-test4-mm6 Maciej Soltysiak
2003-09-05 14:20 ` 2.6.0-test4-mm6 Malte Schröder
2003-09-05 22:06   ` 2.6.0-test4-mm6 Felipe Alfaro Solana
2003-09-05  8:59 2.6.0-test4-mm6 Andrew Morton
2003-09-05  9:32 ` 2.6.0-test4-mm6 Michael Frank
2003-09-05 21:37 ` 2.6.0-test4-mm6 Bongani Hlope
2003-09-06  0:14 ` 2.6.0-test4-mm6 Zwane Mwaikambo
2003-09-10 14:29 ` 2.6.0-test4-mm6 bill davidsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).