* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
@ 2002-01-31 10:10 Martin Bahlinger
2002-01-31 13:03 ` Oleg Drokin
0 siblings, 1 reply; 26+ messages in thread
From: Martin Bahlinger @ 2002-01-31 10:10 UTC (permalink / raw)
To: linux-kernel
Hi!
Oleg Drokin wrote:
> Ok, as of now, I tried vanilla 2.5.3 and it works.
> 2.5.2-dj7 breaks instantly on the first truncate call to reiserfs.
> I tried to dig up the difference between these 2 kernels but have not
> found anything that will change that behaviour yet. And resierfs code is
> identical.
> But dj7 seems to have a lot of modifications in the mm/* and fs/* stuff
> compared to 2.5.3
I have exactly the same problems you mentioned earlier in this thread. I
get the Ooops at various steps in the boot process. Sometimes the system
hangs directly after depmod, sometimes it can calculate the dependencies
and freezes when loading the first module (here: vfat.o)
This happens with 2.5.3 on a system with an IDE harddisk and root fs on
reiserfs.
bye
Martin
--
Martin Bahlinger <bahlinger@rz.uni-karlsruhe.de> (PGP-ID: 0x98C32AC5)
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-01-31 10:10 Current Reiserfs Update / 2.5.2-dj7 Oops Martin Bahlinger
@ 2002-01-31 13:03 ` Oleg Drokin
2002-01-31 17:20 ` Martin Bahlinger
0 siblings, 1 reply; 26+ messages in thread
From: Oleg Drokin @ 2002-01-31 13:03 UTC (permalink / raw)
To: Martin Bahlinger; +Cc: linux-kernel
Hello!
On Thu, Jan 31, 2002 at 11:10:28AM +0100, Martin Bahlinger wrote:
> I have exactly the same problems you mentioned earlier in this thread. I
> get the Ooops at various steps in the boot process. Sometimes the system
> hangs directly after depmod, sometimes it can calculate the dependencies
> and freezes when loading the first module (here: vfat.o)
> This happens with 2.5.3 on a system with an IDE harddisk and root fs on
> reiserfs.
Hm, weird.
I will try to reproduce further.
your oops is prepended with PAP-5760 message, right?
Bye,
Oleg
^ permalink raw reply [flat|nested] 26+ messages in thread* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-01-31 13:03 ` Oleg Drokin
@ 2002-01-31 17:20 ` Martin Bahlinger
0 siblings, 0 replies; 26+ messages in thread
From: Martin Bahlinger @ 2002-01-31 17:20 UTC (permalink / raw)
To: Oleg Drokin; +Cc: linux-kernel
Hi!
On Thu, 2002-01-31 at 14:03, Oleg Drokin wrote:
> Hello!
>
> On Thu, Jan 31, 2002 at 11:10:28AM +0100, Martin Bahlinger wrote:
>
> > I have exactly the same problems you mentioned earlier in this thread. I
> > get the Ooops at various steps in the boot process. Sometimes the system
> > hangs directly after depmod, sometimes it can calculate the dependencies
> > and freezes when loading the first module (here: vfat.o)
> > This happens with 2.5.3 on a system with an IDE harddisk and root fs on
> > reiserfs.
> Hm, weird.
> I will try to reproduce further.
> your oops is prepended with PAP-5760 message, right?
No. It's PAP-14030 here.
--
Martin Bahlinger <bahlinger@rz.uni-karlsruhe.de> (PGP-ID: 0x98C32AC5)
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
@ 2002-01-31 17:44 Martin Bahlinger
2002-01-31 20:44 ` Martin Bahlinger
0 siblings, 1 reply; 26+ messages in thread
From: Martin Bahlinger @ 2002-01-31 17:44 UTC (permalink / raw)
To: linux-kernel
Hi!
Sebastian Dröge wrote:
> Oleg Drokin <green@namesys.com> wrote:
> > Ok, I think we got it. And yes it it was reiserfs fault.
> > What I really cannot understand is how it was working before???
> > Ok, so anybody who sees the oopses should try 2 patches attached.
> > prealloc_init_list_head.diff is just forgotten initialisation
> > and pick_correct_key_version.diff is the real fix.
> > I wonder is anybody will be able to reproduce a bug with these 2
> > fixes
> > (I hope not).
> everything seems to work perfect :)
> my system has booted without any problems
After applying those patches to 2.5.3 I still got an Oops after a
PAP-14030 message. I will try to catch the Oops (have never done this
before, may take some time) and feed it to ksymoops.
bye
Martin
--
Martin Bahlinger <bahlinger@rz.uni-karlsruhe.de> (PGP-ID: 0x98C32AC5)
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-01-31 17:44 Martin Bahlinger
@ 2002-01-31 20:44 ` Martin Bahlinger
2002-02-01 5:55 ` Oleg Drokin
0 siblings, 1 reply; 26+ messages in thread
From: Martin Bahlinger @ 2002-01-31 20:44 UTC (permalink / raw)
To: linux-kernel
On 31 Jan 2002, Martin Bahlinger wrote:
> After applying those patches to 2.5.3 I still got an Oops after a
> PAP-14030 message. I will try to catch the Oops (have never done this
> before, may take some time) and feed it to ksymoops.
I actually had PAP-5760. And after applying the patches it was the
PAP-14030. During all the tests today my reiserfs got currupted. A
reiserfsck ran into a segfault when checking the semantic tree. And this
happened exactly while checking /var/log/ksymoops/20020131.log ;-) After
deleting this file reiserfsck did it's job and my 2.5.3 works now.
bye and thanks for the fix,
Martin
--
Martin Bahlinger <bahlinger@rz.uni-karlsruhe.de> (PGP-ID: 0x98C32AC5)
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-01-31 20:44 ` Martin Bahlinger
@ 2002-02-01 5:55 ` Oleg Drokin
2002-02-01 22:17 ` Martin Bahlinger
0 siblings, 1 reply; 26+ messages in thread
From: Oleg Drokin @ 2002-02-01 5:55 UTC (permalink / raw)
To: Martin Bahlinger; +Cc: linux-kernel
Hello!
On Thu, Jan 31, 2002 at 09:44:32PM +0100, Martin Bahlinger wrote:
> On 31 Jan 2002, Martin Bahlinger wrote:
> > After applying those patches to 2.5.3 I still got an Oops after a
> > PAP-14030 message. I will try to catch the Oops (have never done this
> > before, may take some time) and feed it to ksymoops.
> I actually had PAP-5760. And after applying the patches it was the
> PAP-14030. During all the tests today my reiserfs got currupted. A
You are the only who reporting these errors for now.
Can you reboot into vanilla 2.5.3 and capture PAP-5760 oops
and all reiserfs-specific output around it? Thank you.
> reiserfsck ran into a segfault when checking the semantic tree. And this
This means you need updated reiserfsprogs.
Bye,
Oleg
^ permalink raw reply [flat|nested] 26+ messages in thread* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-02-01 5:55 ` Oleg Drokin
@ 2002-02-01 22:17 ` Martin Bahlinger
2002-02-02 8:30 ` Oleg Drokin
0 siblings, 1 reply; 26+ messages in thread
From: Martin Bahlinger @ 2002-02-01 22:17 UTC (permalink / raw)
To: linux-kernel
Hi!
On Fri, 2002-02-01 at 06:55, Oleg Drokin wrote:
> You are the only who reporting these errors for now.
> Can you reboot into vanilla 2.5.3 and capture PAP-5760 oops
> and all reiserfs-specific output around it? Thank you.
Because I don't have my first build of 2.5.3 any more, I had to compile
a new one without any patches applied to it. But now I get a completely
different behaviour: I can boot without problems and get those PAP-5580
oops after a few minutes uptime. I attached the oops message and the
output of ksymoops at the end of this mail.
I think, the other oops (PAP-14030) happened because of those filesystem
corruptions I mentioned before. Maybe the fs corrupted during the first
PAP-5580 oops, maybe it has been so for some days or even weeks. I just
don't know.
> > reiserfsck ran into a segfault when checking the semantic tree. And this
>
> This means you need updated reiserfsprogs.
I use reiserfsprogs 3.x.0j as recommended by linux/Documentation/Changes
bye
Martin
-----------------------------------------------------------------------------
vs-500: unknown uniqueness 536870912
vs-500: unknown uniqueness 536870912
vs-500: unknown uniqueness 268435456
vs-500: unknown uniqueness 268435456
===================================================================
LEAF NODE (28440) contains level=1, nr_items=6, free_space=2384 rdkey
-------------------------------------------------------------------------------
|##| type | key | ilen | free_space | version |
loc |
-------------------------------------------------------------------------------
| 1| *3.6* [67650 1815 0x1 DIRECT], item_len 600, item_location 3452,
free_space(entry_count) 65535 |
"^_^^U<^B^Cmainlog.0VKj^\A^P^Da=OQ^W^PTfu=^F<t
|^B^C4pFXB:?g^L^^\^Y^?Gh^?t^DU^Uc%xS1'oESC^WK^Y^Wb[ww^_oo[o^O^W^O^Wmmcu2}zy|5;w/^Nz[k36cs?x=^Tz^R<^Zb
N4^^^?q(^N^Xr3mu<7^UD^TESChU^O^^PSn"~~=S^\1df*z^]^Sn""_Y1e~OgVd ^^{@L9
*~[CL9
*~WEL9
~W1D^PESC))~^WUD^TESC(hw9!&\Do^UyIneL9 *~w
^Xr^CuYosD^TESC(j7ESCbJMT^\_5*bJMTu;^]1e^F*__5
bJMTu;^VbLTtk%^LT^P^\-I^Wg4^N^X^W.R5^\GgJDK)<q#ND8tG*o\X;bJMT^1&bJMT-Fq
"U^K<'bJT_8c<^X:q *ESCg^E1.Q$jE3
^Xs#U/^ZwD8pG:K~kB^L^K^Wi-2^?TB]qc^E;RUoqa"U}v^B^X^WnH[_J|S^KwG^O^WnJUy^]^F^X^W.Rzi^E;cG^Kw%*_5cnvu~-^X!F^EKV4|U^K5'G+W9n(19Y&>9lL?/9Y!{^N'~(^^U=[^Y()9[qo]lx_^?.19YU3m5&^G;eOW ^Z^R3=5WO^RC/|'19Yu^^]^WjN^NVu<{^N^Z^R#]2g=:jLNV^]g=<7K^\glUOm1&dlUO}^_()yf^?vK|l^T^T"
-------------------------------------------------------------------------------
| 2| *3.6* [67650 2233 0x0 SD], item_len 44, item_location 3408,
free_space(entry_count) 65535 |
mode | size | nlinks | first direct | mtime
0100640 | 808 | 1 | 785786 | 1012598582
===================================================================
PAP-5580: reiserfs_cut_from_item: item to convert does not exist ([67650
2233 0x1 IND])invalid operand: 0000
CPU: 0
EIP: 0010:[<c0167549>] Not tainted
EFLAGS: 00010282
eax: 0000005a ebx: c0224e80 ecx: 00000001 edx: df256000
esi: c1971c00 edi: 00000000 ebp: d2507e20 esp: d2507c24
ds: 0018 es: 0018 ss: 0018
Process exim (pid: 605, stackpage=d2507000)
Stack: c02239fa c02aa0a0 c0224e80 d2507c48 d2507c80 00000000 c016e85c
c1971c00
c0224e80 d2507e60 d5504cc0 00000003 00000001 00000003 00001000
00000000
00000001 d2507c84 00000cd8 00000001 00000cd8 c1971c00 63000000
00000000
Call Trace: [<c016e85c>] [<c016ee59>] [<c0160506>] [<c01612fb>]
[<c013113c>]
[<c013017c>] [<c0117998>] [<c0117f8e>] [<c011813e>] [<c0108837>]
Code: 0f 0b 68 a0 a0 2a c0 b8 00 3a 22 c0 8d 96 cc 00 00 00 85 f6
-----------------------------------------------------------------------------
ksymoops 2.4.3 on i686 2.5.3. Options used
-V (default)
-k /var/log/ksymoops/20020201222518.ksyms (specified)
-l /var/log/ksymoops/20020201222518.modules (specified)
-o /lib/modules/2.5.3/ (default)
-m /usr/src/linux/System.map (specified)
8139too Fast Ethernet driver 0.9.22
ac97_codec: AC97 Audio codec, id: 0x414c:0x4326 (Unknown)
0100640 | 808 | 1 | 785786 | 1012598582
CPU: 0
EIP: 0010:[<c0167549>] Not tainted
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00010282
eax: 0000005a ebx: c0224e80 ecx: 00000001 edx: df256000
esi: c1971c00 edi: 00000000 ebp: d2507e20 esp: d2507c24
ds: 0018 es: 0018 ss: 0018
Process exim (pid: 605, stackpage=d2507000)
Stack: c02239fa c02aa0a0 c0224e80 d2507c48 d2507c80 00000000 c016e85c
c1971c00
c0224e80 d2507e60 d5504cc0 00000003 00000001 00000003 00001000
00000000
00000001 d2507c84 00000cd8 00000001 00000cd8 c1971c00 63000000
00000000
Call Trace: [<c016e85c>] [<c016ee59>] [<c0160506>] [<c01612fb>]
[<c013113c>]
[<c013017c>] [<c0117998>] [<c0117f8e>] [<c011813e>] [<c0108837>]
Code: 0f 0b 68 a0 a0 2a c0 b8 00 3a 22 c0 8d 96 cc 00 00 00 85 f6
>>EIP; c0167548 <reiserfs_panic+28/50> <=====
Trace; c016e85c <reiserfs_cut_from_item+1ac/450>
Trace; c016ee58 <reiserfs_do_truncate+308/440>
Trace; c0160506 <reiserfs_truncate_file+c6/160>
Trace; c01612fa <reiserfs_file_release+31a/340>
Trace; c013113c <fput+4c/e0>
Trace; c013017c <filp_close+5c/70>
Trace; c0117998 <put_files_struct+58/c0>
Trace; c0117f8e <do_exit+ae/230>
Trace; c011813e <sys_exit+e/10>
Trace; c0108836 <syscall_traced+6/a>
Code; c0167548 <reiserfs_panic+28/50>
00000000 <_EIP>:
Code; c0167548 <reiserfs_panic+28/50> <=====
0: 0f 0b ud2a <=====
Code; c016754a <reiserfs_panic+2a/50>
2: 68 a0 a0 2a c0 push $0xc02aa0a0
Code; c016754e <reiserfs_panic+2e/50>
7: b8 00 3a 22 c0 mov $0xc0223a00,%eax
Code; c0167554 <reiserfs_panic+34/50>
c: 8d 96 cc 00 00 00 lea 0xcc(%esi),%edx
Code; c016755a <reiserfs_panic+3a/50>
12: 85 f6 test %esi,%esi
-----------------------------------------------------------------------------
--
Martin Bahlinger <bahlinger@rz.uni-karlsruhe.de> (PGP-ID: 0x98C32AC5)
^ permalink raw reply [flat|nested] 26+ messages in thread* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-02-01 22:17 ` Martin Bahlinger
@ 2002-02-02 8:30 ` Oleg Drokin
0 siblings, 0 replies; 26+ messages in thread
From: Oleg Drokin @ 2002-02-02 8:30 UTC (permalink / raw)
To: linux-kernel, ry42
Martin Bahlinger <ry42@rz.uni-karlsruhe.de> wrote:
MB> Because I don't have my first build of 2.5.3 any more, I had to compile
MB> a new one without any patches applied to it. But now I get a completely
MB> different behaviour: I can boot without problems and get those PAP-5580
MB> oops after a few minutes uptime. I attached the oops message and the
MB> output of ksymoops at the end of this mail.
Ok, thank you. Though this one is already fixed.
MB> I think, the other oops (PAP-14030) happened because of those filesystem
MB> corruptions I mentioned before. Maybe the fs corrupted during the first
Sad, you cannot reproduce it anymore.
>> > reiserfsck ran into a segfault when checking the semantic tree. And this
>> This means you need updated reiserfsprogs.
MB> I use reiserfsprogs 3.x.0j as recommended by linux/Documentation/Changes
We will eventually change that to something more recent.
Bye,
Oleg
^ permalink raw reply [flat|nested] 26+ messages in thread
* Current Reiserfs Update / 2.5.2-dj7 Oops
@ 2002-01-30 14:14 Sebastian Dröge
2002-01-30 14:37 ` Oleg Drokin
0 siblings, 1 reply; 26+ messages in thread
From: Sebastian Dröge @ 2002-01-30 14:14 UTC (permalink / raw)
To: davej, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 2039 bytes --]
Hi,
while booting 2.5.2-dj7 I get the attached oops when syslogd is loading.
The system only responds to sysrq so the oops is hand copied!
Last boot I had a very similar oops while starting proftpd, so it doesn't seem to be a syslogd bug.
My filesystem seems to be ok after booting a working kernel.
If you have any questions, suggestions, fixes, patches, ... ask me :)
System.map:
c0190fdc T reiserfs_panic
c0191028 t print_leaf
Bye
---------------------------------------------
Starting system log daemon...VS-500: unknown uniqueness 536870912
VS-500: unknown uniqueness 536870912
VS-500: unknown uniqueness 268435456
VS-500: unknown uniqueness 268435456
======================================================================
LEAF NODE (26720) contains level=1, nr_items=16, free_space=1452 rd_key
-------------------------------------------------------------------------------------------------------------------------------------------------------------
|##| type | key | ilen | free_space | version | loc |
0 | *3.6* [58952 21828 0x0 SD], item_len 44, item_location 4052, free_space (entry_count) 65535
mode | size | nlinks | first direct | mtime
0100644 | 3 | 1 | 2038999 | 1012397516
======================================================================
PAP-5580: reiserfs_cut_from_item: item to convert does not exist ([58952 21828 0x1 IND]) invalid operant: 0000
CPU: 0
EIP: 0010:[<c0191005>] Not tainted
EFLAGS: 60010282
eax: 0000005b ebx: c02b9640 ecx: 00000001 edx: 00000001
esi: x15a6800 edi: c15a6800 ebp: cdd95e80 esp: cdd95c30
ds: 0018 es: 0018 ss: 0018
Process syslogd (pid: 92, stackpage=cdd950000)
Stack: c02b819a c0351ba0 c02b9640 cdd95c54 00000000 00000000 c0198065 c15a6800
c02b9640 cdd95e80 ceece980 00000003 ffffffff 00000001 00001000 00000000
cdd95ed8 cdd95ed8 000028a3 cdd95c9c cdd95c98 00000ff8 00000001 00000ff8
Call Trace: [<c0198065>] [<c0198649>] [<c01893fb>] [<c018a65b>] [<c01335748>] [<c0132378>] [<c010864b>]
Code: 0f 0b 68 a0 1b 35 c0 b8 a0 81 2b c0 8d 96 cc 00 00 00 85 fb
[-- Attachment #2: .config --]
[-- Type: application/octet-stream, Size: 23302 bytes --]
#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
CONFIG_ISA=y
# CONFIG_SBUS is not set
CONFIG_UID16=y
#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
#
# General setup
#
CONFIG_NET=y
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y
#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
CONFIG_M686=y
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MELAN is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_PPRO_FENCE=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
CONFIG_X86_MSR=y
# CONFIG_X86_CPUID is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_SMP is not set
CONFIG_X86_UP_APIC=y
# CONFIG_X86_UP_IOAPIC is not set
CONFIG_X86_LOCAL_APIC=y
#
# General options
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
CONFIG_PCI_GODIRECT=y
# CONFIG_PCI_GOANY is not set
CONFIG_PCI_DIRECT=y
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
# CONFIG_HOTPLUG is not set
# CONFIG_PCMCIA is not set
# CONFIG_HOTPLUG_PCI is not set
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_MISC is not set
CONFIG_PM=y
CONFIG_ACPI=y
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUSMGR=y
CONFIG_ACPI_SYS=y
CONFIG_ACPI_CPU=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_AC=y
# CONFIG_ACPI_EC is not set
# CONFIG_ACPI_CMBATT is not set
# CONFIG_ACPI_THERMAL is not set
# CONFIG_APM is not set
#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set
#
# Parallel port support
#
# CONFIG_PARPORT is not set
#
# Plug and Play configuration
#
CONFIG_PNP=y
# CONFIG_ISAPNP is not set
CONFIG_PNPBIOS=y
#
# Block devices
#
CONFIG_BLK_DEV_FD=m
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_CISS_SCSI_TAPE is not set
# CONFIG_BLK_DEV_DAC960 is not set
CONFIG_BLK_DEV_LOOP=m
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_INITRD is not set
#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID5 is not set
# CONFIG_MD_MULTIPATH is not set
# CONFIG_BLK_DEV_LVM is not set
#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
# CONFIG_NETLINK_DEV is not set
# CONFIG_NETFILTER is not set
CONFIG_FILTER=y
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_ARPD is not set
CONFIG_INET_ECN=y
CONFIG_SYN_COOKIES=y
# CONFIG_IPV6 is not set
# CONFIG_KHTTPD is not set
# CONFIG_ATM is not set
# CONFIG_VLAN_8021Q is not set
#
#
#
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_DECNET is not set
# CONFIG_BRIDGE is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_LLC is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set
#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set
#
# Telephony Support
#
# CONFIG_PHONE is not set
# CONFIG_PHONE_IXJ is not set
# CONFIG_PHONE_IXJ_PCMCIA is not set
#
# ATA/IDE/MFM/RLL support
#
CONFIG_IDE=y
#
# IDE, ATA and ATAPI Block devices
#
CONFIG_BLK_DEV_IDE=y
#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_HD_IDE is not set
# CONFIG_BLK_DEV_HD is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
# CONFIG_IDEDISK_STROKE is not set
# CONFIG_BLK_DEV_IDEDISK_VENDOR is not set
# CONFIG_BLK_DEV_IDEDISK_FUJITSU is not set
# CONFIG_BLK_DEV_IDEDISK_IBM is not set
# CONFIG_BLK_DEV_IDEDISK_MAXTOR is not set
# CONFIG_BLK_DEV_IDEDISK_QUANTUM is not set
# CONFIG_BLK_DEV_IDEDISK_SEAGATE is not set
# CONFIG_BLK_DEV_IDEDISK_WD is not set
# CONFIG_BLK_DEV_COMMERIAL is not set
# CONFIG_BLK_DEV_TIVO is not set
# CONFIG_BLK_DEV_IDECS is not set
# CONFIG_BLK_DEV_IDECD is not set
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
CONFIG_BLK_DEV_IDESCSI=y
# CONFIG_IDE_TASK_IOCTL is not set
#
# IDE chipset support/bugfixes
#
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_CMD640_ENHANCED is not set
# CONFIG_BLK_DEV_ISAPNP is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_OFFBOARD is not set
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_PCI_WIP is not set
# CONFIG_BLK_DEV_IDEDMA_TIMEOUT is not set
# CONFIG_IDEDMA_NEW_DRIVE_LISTINGS is not set
CONFIG_BLK_DEV_ADMA=y
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_AEC62XX_TUNING is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_WDC_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_AMD74XX_OVERRIDE is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_HPT34X_AUTODMA is not set
# CONFIG_BLK_DEV_HPT366 is not set
CONFIG_BLK_DEV_PIIX=y
CONFIG_PIIX_TUNING=y
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_PDC_ADMA is not set
# CONFIG_BLK_DEV_PDC202XX is not set
# CONFIG_PDC202XX_BURST is not set
# CONFIG_PDC202XX_FORCE is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_IDE_CHIPSETS is not set
CONFIG_IDEDMA_AUTO=y
CONFIG_IDEDMA_IVB=y
# CONFIG_DMA_NONPCI is not set
CONFIG_BLK_DEV_IDE_MODES=y
# CONFIG_BLK_DEV_ATARAID is not set
# CONFIG_BLK_DEV_ATARAID_PDC is not set
# CONFIG_BLK_DEV_ATARAID_HPT is not set
#
# SCSI support
#
CONFIG_SCSI=y
#
# SCSI support type (disk, tape, CD-ROM)
#
# CONFIG_BLK_DEV_SD is not set
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=y
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_SR_EXTRA_DEVS=2
CONFIG_CHR_DEV_SG=y
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AHA1740 is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_MEGARAID is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_CPQFCTS is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_EATA_DMA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_NCR53C7xx is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_NCR53C8XX is not set
# CONFIG_SCSI_SYM53C8XX is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PCI2000 is not set
# CONFIG_SCSI_PCI2220I is not set
# CONFIG_SCSI_PSI240I is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_ISP is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_SIM710 is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_DEBUG is not set
#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
# CONFIG_FUSION_BOOT is not set
# CONFIG_FUSION_ISENSE is not set
# CONFIG_FUSION_CTL is not set
# CONFIG_FUSION_LAN is not set
#
# IEEE 1394 (FireWire) support (EXPERIMENTAL)
#
# CONFIG_IEEE1394 is not set
#
# I2O device support
#
# CONFIG_I2O is not set
# CONFIG_I2O_PCI is not set
# CONFIG_I2O_BLOCK is not set
# CONFIG_I2O_LAN is not set
# CONFIG_I2O_SCSI is not set
# CONFIG_I2O_PROC is not set
#
# Network device support
#
CONFIG_NETDEVICES=y
#
# ARCnet devices
#
# CONFIG_ARCNET is not set
CONFIG_DUMMY=m
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_ETHERTAP is not set
#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
# CONFIG_SUNLANCE is not set
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNBMAC is not set
# CONFIG_SUNQE is not set
# CONFIG_SUNLANCE is not set
# CONFIG_SUNGEM is not set
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
# CONFIG_AT1700 is not set
# CONFIG_DEPCA is not set
# CONFIG_HP100 is not set
# CONFIG_NET_ISA is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_AC3200 is not set
# CONFIG_APRICOT is not set
# CONFIG_CS89x0 is not set
# CONFIG_DE2104X is not set
# CONFIG_TULIP is not set
# CONFIG_DE4X5 is not set
# CONFIG_DGRS is not set
CONFIG_DM9102=y
# CONFIG_EEPRO100 is not set
# CONFIG_LNE390 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_NE3210 is not set
# CONFIG_ES3210 is not set
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
# CONFIG_8139TOO_PIO is not set
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
# CONFIG_8139_NEW_RX_RESET is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_TLAN is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_VIA_RHINE_MMIO is not set
# CONFIG_WINBOND_840 is not set
# CONFIG_NET_POCKET is not set
#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_MYRI_SBUS is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_SK98LIN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
#
# Wireless LAN (non-hamradio)
#
# CONFIG_NET_RADIO is not set
#
# Token Ring devices
#
# CONFIG_TR is not set
# CONFIG_NET_FC is not set
# CONFIG_RCPCI is not set
# CONFIG_SHAPER is not set
#
# Wan interfaces
#
# CONFIG_WAN is not set
#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set
#
# IrDA (infrared) support
#
# CONFIG_IRDA is not set
#
# ISDN subsystem
#
# CONFIG_ISDN is not set
#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set
#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_KEYBDEV=y
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
# CONFIG_INPUT_EVDEV is not set
# CONFIG_INPUT_EVBUG is not set
# CONFIG_GAMEPORT is not set
CONFIG_SOUND_GAMEPORT=y
# CONFIG_GAMEPORT_NS558 is not set
# CONFIG_GAMEPORT_L4 is not set
# CONFIG_INPUT_EMU10K1 is not set
# CONFIG_GAMEPORT_VORTEX is not set
# CONFIG_GAMEPORT_FM801 is not set
# CONFIG_GAMEPORT_CS461x is not set
# CONFIG_SERIO is not set
# CONFIG_SERIO_I8042 is not set
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PARKBD is not set
# CONFIG_INPUT_KEYBOARD is not set
# CONFIG_KEYBOARD_ATKBD is not set
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_PS2SERKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_INPUT_MOUSE is not set
# CONFIG_MOUSE_PS2 is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_GUNZE is not set
# CONFIG_MOUSE_INPORT is not set
# CONFIG_MOUSE_LOGIBM is not set
# CONFIG_MOUSE_PC110PAD is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_JOYSTICK_ANALOG is not set
# CONFIG_JOYSTICK_A3D is not set
# CONFIG_JOYSTICK_ADI is not set
# CONFIG_JOYSTICK_COBRA is not set
# CONFIG_JOYSTICK_GF2K is not set
# CONFIG_JOYSTICK_GRIP is not set
# CONFIG_JOYSTICK_GUILLEMOT is not set
# CONFIG_JOYSTICK_INTERACT is not set
# CONFIG_JOYSTICK_SIDEWINDER is not set
# CONFIG_JOYSTICK_TMDC is not set
# CONFIG_JOYSTICK_IFORCE_USB is not set
# CONFIG_JOYSTICK_IFORCE_232 is not set
# CONFIG_JOYSTICK_WARRIOR is not set
# CONFIG_JOYSTICK_MAGELLAN is not set
# CONFIG_JOYSTICK_SPACEORB is not set
# CONFIG_JOYSTICK_SPACEBALL is not set
# CONFIG_JOYSTICK_STINGER is not set
# CONFIG_JOYSTICK_TWIDDLER is not set
# CONFIG_JOYSTICK_DB9 is not set
# CONFIG_JOYSTICK_GAMECON is not set
# CONFIG_JOYSTICK_TURBOGRAFX is not set
#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
# CONFIG_SERIAL is not set
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
#
# I2C support
#
# CONFIG_I2C is not set
# CONFIG_QIC02_TAPE is not set
#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
# CONFIG_INTEL_RNG is not set
CONFIG_NVRAM=m
CONFIG_RTC=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set
#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
CONFIG_AGP=y
CONFIG_AGP_INTEL=y
# CONFIG_AGP_I810 is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_SWORKS is not set
CONFIG_DRM=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_GAMMA is not set
# CONFIG_DRM_R128 is not set
CONFIG_DRM_RADEON=y
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_MWAVE is not set
#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set
#
# File systems
#
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
# CONFIG_ADFS_FS is not set
# CONFIG_ADFS_FS_RW is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EXT3_FS is not set
# CONFIG_JBD is not set
# CONFIG_JBD_DEBUG is not set
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
# CONFIG_UMSDOS_FS is not set
CONFIG_VFAT_FS=m
# CONFIG_EFS_FS is not set
# CONFIG_JFFS_FS is not set
# CONFIG_JFFS2_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_TMPFS is not set
CONFIG_RAMFS=y
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
# CONFIG_MINIX_FS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_NTFS_FS is not set
# CONFIG_NTFS_RW is not set
# CONFIG_HPFS_FS is not set
CONFIG_PROC_FS=y
CONFIG_DEVFS_FS=y
CONFIG_DEVFS_MOUNT=y
# CONFIG_DEVFS_DEBUG is not set
# CONFIG_DEVPTS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX4FS_RW is not set
# CONFIG_ROMFS_FS is not set
CONFIG_EXT2_FS=y
# CONFIG_SYSV_FS is not set
# CONFIG_UDF_FS is not set
# CONFIG_UDF_RW is not set
# CONFIG_UFS_FS is not set
# CONFIG_UFS_FS_WRITE is not set
#
# Network File Systems
#
# CONFIG_CODA_FS is not set
# CONFIG_INTERMEZZO_FS is not set
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_ROOT_NFS is not set
CONFIG_NFSD=y
CONFIG_NFSD_V3=y
CONFIG_SUNRPC=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_SMB_FS=m
# CONFIG_SMB_NLS_DEFAULT is not set
# CONFIG_NCP_FS is not set
# CONFIG_NCPFS_PACKET_SIGNING is not set
# CONFIG_NCPFS_IOCTL_LOCKING is not set
# CONFIG_NCPFS_STRONG is not set
# CONFIG_NCPFS_NFS_NS is not set
# CONFIG_NCPFS_OS2_NS is not set
# CONFIG_NCPFS_SMALLDOS is not set
# CONFIG_NCPFS_NLS is not set
# CONFIG_NCPFS_EXTRAS is not set
CONFIG_ZISOFS_FS=m
CONFIG_ZLIB_FS_INFLATE=m
#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_SMB_NLS=y
CONFIG_NLS=y
#
# Native Language Support
#
CONFIG_NLS_DEFAULT="iso8859-15"
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=m
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ISO8859_1=m
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
CONFIG_NLS_ISO8859_15=y
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=m
#
# Console drivers
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VIDEO_SELECT is not set
# CONFIG_MDA_CONSOLE is not set
#
# Frame-buffer support
#
# CONFIG_FB is not set
#
# Sound
#
CONFIG_SOUND=y
#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
#
# Advanced Linux Sound Architecture
#
CONFIG_SND=y
# CONFIG_SND_RTCTIMER is not set
CONFIG_SND_SEQUENCER=y
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
# CONFIG_SND_SEQUENCER_OSS is not set
# CONFIG_SND_DEBUG is not set
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
# CONFIG_SND_AD1816A is not set
# CONFIG_SND_AD1848 is not set
# CONFIG_SND_CS4231 is not set
# CONFIG_SND_CS4232 is not set
# CONFIG_SND_CS4236 is not set
# CONFIG_SND_ES968 is not set
# CONFIG_SND_ES1688 is not set
# CONFIG_SND_ES18XX is not set
# CONFIG_SND_GUSCLASSIC is not set
# CONFIG_SND_GUSEXTREME is not set
# CONFIG_SND_GUSMAX is not set
# CONFIG_SND_INTERWAVE is not set
# CONFIG_SND_INTERWAVE_STB is not set
# CONFIG_SND_OPTI92X_AD1848 is not set
# CONFIG_SND_OPTI92X_CS4231 is not set
# CONFIG_SND_OPTI93X is not set
# CONFIG_SND_SB8 is not set
# CONFIG_SND_SB16 is not set
# CONFIG_SND_SBAWE is not set
# CONFIG_SND_WAVEFRONT is not set
# CONFIG_SND_ALS100 is not set
# CONFIG_SND_AZT2320 is not set
# CONFIG_SND_CMI8330 is not set
# CONFIG_SND_DT0197H is not set
# CONFIG_SND_OPL3SA2 is not set
# CONFIG_SND_SGALAXY is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
CONFIG_SND_ES1938=y
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_VIA686 is not set
# CONFIG_SND_VIA8233 is not set
#
# USB support
#
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_LONG_TIMEOUT is not set
#
# USB Host Controller Drivers
#
# CONFIG_USB_EHCI_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
CONFIG_USB_UHCI_ALT=y
# CONFIG_USB_OHCI is not set
#
# USB Device Class drivers
#
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_BLUETOOTH is not set
# CONFIG_USB_STORAGE is not set
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_HP8200e is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
#
# USB Human Interface Devices (HID)
#
CONFIG_USB_HID=y
# CONFIG_USB_HIDDEV is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_POWERMATE is not set
#
# USB Imaging devices
#
# CONFIG_USB_DC2XX is not set
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_SCANNER is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_HPUSBSCSI is not set
#
# USB Multimedia devices
#
#
# Video4Linux support is needed for USB Multimedia device support
#
#
# USB Network adaptors
#
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_CATC is not set
# CONFIG_USB_CDCETHER is not set
# CONFIG_USB_USBNET is not set
#
# USB port drivers
#
# CONFIG_USB_USS720 is not set
#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set
# CONFIG_USB_SERIAL_GENERIC is not set
# CONFIG_USB_SERIAL_BELKIN is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_EMPEG is not set
# CONFIG_USB_SERIAL_FTDI_SIO is not set
# CONFIG_USB_SERIAL_VISOR is not set
# CONFIG_USB_SERIAL_IPAQ is not set
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28XA is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_KLSI is not set
# CONFIG_USB_SERIAL_PL2303 is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_XIRCOM is not set
# CONFIG_USB_SERIAL_OMNINET is not set
#
# USB Miscellaneous drivers
#
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_AUERSWALD is not set
#
# Bluetooth support
#
# CONFIG_BLUEZ is not set
#
# Kernel hacking
#
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_HIGHMEM is not set
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_IOVIRT is not set
CONFIG_MAGIC_SYSRQ=y
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_BUGVERBOSE is not set
# CONFIG_DEBUG_486_STRING is not set
#
# Library routines
#
# CONFIG_CRC32 is not set
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-01-30 14:14 Sebastian Dröge
@ 2002-01-30 14:37 ` Oleg Drokin
2002-01-30 15:39 ` Sebastian Dröge
0 siblings, 1 reply; 26+ messages in thread
From: Oleg Drokin @ 2002-01-30 14:37 UTC (permalink / raw)
To: Sebastian Dr?ge; +Cc: davej, linux-kernel
Hello!
Can you please feed this entire oops to a ksymoops?
Just 2 first entries are not enough.
Thank you.
BTW, you are running on a IDE system, right?
Bye,
Oleg
On Wed, Jan 30, 2002 at 03:14:20PM +0100, Sebastian Dr?ge wrote:
> CPU: 0
> EIP: 0010:[<c0191005>] Not tainted
> EFLAGS: 60010282
> eax: 0000005b ebx: c02b9640 ecx: 00000001 edx: 00000001
> esi: x15a6800 edi: c15a6800 ebp: cdd95e80 esp: cdd95c30
> ds: 0018 es: 0018 ss: 0018
> Process syslogd (pid: 92, stackpage=cdd950000)
> Stack: c02b819a c0351ba0 c02b9640 cdd95c54 00000000 00000000 c0198065 c15a6800
> c02b9640 cdd95e80 ceece980 00000003 ffffffff 00000001 00001000 00000000
> cdd95ed8 cdd95ed8 000028a3 cdd95c9c cdd95c98 00000ff8 00000001 00000ff8
> Call Trace: [<c0198065>] [<c0198649>] [<c01893fb>] [<c018a65b>] [<c01335748>] [<c0132378>] [<c010864b>]
> Code: 0f 0b 68 a0 1b 35 c0 b8 a0 81 2b c0 8d 96 cc 00 00 00 85 fb
^ permalink raw reply [flat|nested] 26+ messages in thread* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-01-30 14:37 ` Oleg Drokin
@ 2002-01-30 15:39 ` Sebastian Dröge
2002-01-30 16:09 ` Oleg Drokin
0 siblings, 1 reply; 26+ messages in thread
From: Sebastian Dröge @ 2002-01-30 15:39 UTC (permalink / raw)
To: Oleg Drokin, linux-kernel
Hi,
On Wed, 30 Jan 2002 17:37:15 +0300
Oleg Drokin <green@namesys.com> wrote:
> Hello!
>
> Can you please feed this entire oops to a ksymoops?
Here it is (I can't use /proc/ksyms because I'm running an other kernel right now and I can't run ksymoops with 2.5.2-dj7... vmlinux and System.map are the ones from 2.5.2-dj7):
slomo:/usr/src/linux2$ ksymoops -v vmlinux -m System.map -K
ksymoops 2.4.3 on i686 2.5.2-dj6. Options used
-v vmlinux (specified)
-K (specified)
-l /proc/modules (default)
-o /lib/modules/2.5.2-dj6/ (default)
-m System.map (specified)
No modules in ksyms, skipping objects
No ksyms, skipping lsmod
Reading Oops report from the terminal
PAP-5580: reiserfs_cut_from_item: item to convert does not exist ([58952 21828 0x1 IND]) invalid operant: 0000
CPU: 0
EIP: 0010:[<c0191005>] Not tainted
EFLAGS: 60010282
eax: 0000005b ebx: c02b9640 ecx: 00000001 edx: 00000001
esi: x15a6800 edi: c15a6800 ebp: cdd95e80 esp: cdd95c30
ds: 0018 es: 0018 ss: 0018
Process syslogd (pid: 92, stackpage=cdd950000)
Stack: c02b819a c0351ba0 c02b9640 cdd95c54 00000000 00000000 c0198065 c15a6800
c02b9640 cdd95e80 ceece980 00000003 ffffffff 00000001 00001000 00000000
cdd95ed8 cdd95ed8 000028a3 cdd95c9c cdd95c98 00000ff8 00000001 00000ff8
Call Trace: [<c0198065>] [<c0198649>] [<c01893fb>] [<c018a65b>] [<c0133574>] [<c0132378>] [<c010864b>]
Code: 0f 0b 68 a0 1b 35 c0 b8 a0 81 2b c0 8d 96 cc 00 00 00 85 fbCPU: 0
EIP: 0010:[<c0191005>] Not tainted
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 60010282
eax: 0000005b ebx: c02b9640 ecx: 00000001 edx: 00000001
esi: x15a6800 edi: c15a6800 ebp: cdd95e80 esp: cdd95c30
ds: 0018 es: 0018 ss: 0018
Process syslogd (pid: 92, stackpage=cdd950000)
Stack: c02b819a c0351ba0 c02b9640 cdd95c54 00000000 00000000 c0198065 c15a6800
c02b9640 cdd95e80 ceece980 00000003 ffffffff 00000001 00001000 00000000
cdd95ed8 cdd95ed8 000028a3 cdd95c9c cdd95c98 00000ff8 00000001 00000ff8
Call Trace: [<c0198065>] [<c0198649>] [<c01893fb>] [<c018a65b>] [<c0133574>] [<c0132378>] [<c010864b>]
Code: 0f 0b 68 a0 1b 35 c0 b8 a0 81 2b c0 8d 96 cc 00 00 00 85
>>EIP; c0191004 <reiserfs_panic+28/4c> <=====
Trace; c0198064 <reiserfs_cut_from_item+1ec/468>
Trace; c0198648 <reiserfs_do_truncate+320/4ac>
Trace; c01893fa <reiserfs_truncate_file+1f2/294>
Trace; c018a65a <reiserfs_file_release+31a/340>
Trace; c0133574 <fput+4c/d0>
Trace; c0132378 <sys_close+90/a4>
Trace; c010864a <system_call+32/38>
Code; c0191004 <reiserfs_panic+28/4c>
00000000 <_EIP>:
Code; c0191004 <reiserfs_panic+28/4c> <=====
0: 0f 0b ud2a <=====
Code; c0191006 <reiserfs_panic+2a/4c>
2: 68 a0 1b 35 c0 push $0xc0351ba0
Code; c019100a <reiserfs_panic+2e/4c>
7: b8 a0 81 2b c0 mov $0xc02b81a0,%eax
Code; c0191010 <reiserfs_panic+34/4c>
c: 8d 96 cc 00 00 00 lea 0xcc(%esi),%edx
Code; c0191016 <reiserfs_panic+3a/4c>
12: 85 fb
> BTW, you are running on a IDE system, right?
Yes.
I'll provide some more system informations now ;)
Pentium II 350 / 256 MB SD-RAM
MSI-6151 Mobo (Intel BX chipset)
gcc version 2.95.3 20010315 (release)
GNU binutils version 2.11.92.0.7
If you need more informations just ask
Bye
^ permalink raw reply [flat|nested] 26+ messages in thread* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-01-30 15:39 ` Sebastian Dröge
@ 2002-01-30 16:09 ` Oleg Drokin
2002-01-30 16:40 ` Dave Jones
0 siblings, 1 reply; 26+ messages in thread
From: Oleg Drokin @ 2002-01-30 16:09 UTC (permalink / raw)
To: Sebastian DrЖge; +Cc: linux-kernel
Hello!
On Wed, Jan 30, 2002 at 04:39:51PM +0100, Sebastian DrЖge wrote:
> > BTW, you are running on a IDE system, right?
> Yes.
Ok, I see.
I can reproduce this problem on IDE only.
Our SCSI boxes run without a single problem.
Hm, may be this is IDE corruption thing, Andre Hendrick spoke about,
or was it fixed already?
I am looking into it anyway.
Bye,
Oleg
^ permalink raw reply [flat|nested] 26+ messages in thread* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-01-30 16:09 ` Oleg Drokin
@ 2002-01-30 16:40 ` Dave Jones
2002-01-30 16:44 ` Oleg Drokin
2002-01-30 19:10 ` Sebastian Dröge
0 siblings, 2 replies; 26+ messages in thread
From: Dave Jones @ 2002-01-30 16:40 UTC (permalink / raw)
To: Oleg Drokin; +Cc: Sebastian Dröge, linux-kernel
On Wed, Jan 30, 2002 at 07:09:05PM +0300, Oleg Drokin wrote:
> I can reproduce this problem on IDE only.
> Hm, may be this is IDE corruption thing, Andre Hendrick spoke about,
> or was it fixed already?
> I am looking into it anyway.
There were no IDE changes in my tree recently, and its strange
that this only shows up in reiserfs since the new set of patches
went in. I've no reports from users of other filesystems with any
problems, so I'm suspecting a rogue change in your last update.
Finding a common factor seems tricky, as it works flawlessly here
on IDE [*], but dies instantly for others.
[*] Even with stress tools.
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-01-30 16:40 ` Dave Jones
@ 2002-01-30 16:44 ` Oleg Drokin
2002-01-30 16:55 ` Dave Jones
2002-01-30 19:10 ` Sebastian Dröge
1 sibling, 1 reply; 26+ messages in thread
From: Oleg Drokin @ 2002-01-30 16:44 UTC (permalink / raw)
To: Dave Jones, Sebastian Dr?ge, linux-kernel
Hello!
On Wed, Jan 30, 2002 at 05:40:11PM +0100, Dave Jones wrote:
> > I can reproduce this problem on IDE only.
> > Hm, may be this is IDE corruption thing, Andre Hendrick spoke about,
> > or was it fixed already?
> > I am looking into it anyway.
> There were no IDE changes in my tree recently, and its strange
> that this only shows up in reiserfs since the new set of patches
> went in. I've no reports from users of other filesystems with any
> problems, so I'm suspecting a rogue change in your last update.
> Finding a common factor seems tricky, as it works flawlessly here
> on IDE [*], but dies instantly for others.
You do not play with a hdparm in your boot scripts, do you?
I do (will retry without this now).
How about others?
Bye,
Oleg
^ permalink raw reply [flat|nested] 26+ messages in thread* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-01-30 16:44 ` Oleg Drokin
@ 2002-01-30 16:55 ` Dave Jones
2002-01-30 17:07 ` Oleg Drokin
0 siblings, 1 reply; 26+ messages in thread
From: Dave Jones @ 2002-01-30 16:55 UTC (permalink / raw)
To: Oleg Drokin; +Cc: Sebastian Dr?ge, linux-kernel
On Wed, Jan 30, 2002 at 07:44:08PM +0300, Oleg Drokin wrote:
> You do not play with a hdparm in your boot scripts, do you?
> I do (will retry without this now).
> How about others?
No, my testboxes autoconfigure with the right settings.
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-01-30 16:55 ` Dave Jones
@ 2002-01-30 17:07 ` Oleg Drokin
0 siblings, 0 replies; 26+ messages in thread
From: Oleg Drokin @ 2002-01-30 17:07 UTC (permalink / raw)
To: Dave Jones, Sebastian Dr?ge, linux-kernel
Hello!
On Wed, Jan 30, 2002 at 05:55:23PM +0100, Dave Jones wrote:
> > You do not play with a hdparm in your boot scripts, do you?
> > I do (will retry without this now).
> > How about others?
> No, my testboxes autoconfigure with the right settings.
In fact I am able to reproduce with just bare booting into /bin/bash
remounting reiserfs into rw mode and do depmod -a
Hmmm. Interesting thing is may be only those who have reiserfs as root are
affected? Going to check it now (though scsi system with reiserfs root still
looks fine running stressetsts).
Bye,
Oleg
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-01-30 16:40 ` Dave Jones
2002-01-30 16:44 ` Oleg Drokin
@ 2002-01-30 19:10 ` Sebastian Dröge
2002-01-30 19:17 ` Dave Jones
1 sibling, 1 reply; 26+ messages in thread
From: Sebastian Dröge @ 2002-01-30 19:10 UTC (permalink / raw)
To: Dave Jones, linux-kernel; +Cc: Oleg Drokin
On Wed, 30 Jan 2002 17:40:11 +0100
Dave Jones <davej@suse.de> wrote:
> On Wed, Jan 30, 2002 at 07:09:05PM +0300, Oleg Drokin wrote:
>
> > I can reproduce this problem on IDE only.
> > Hm, may be this is IDE corruption thing, Andre Hendrick spoke about,
> > or was it fixed already?
> > I am looking into it anyway.
>
> There were no IDE changes in my tree recently, and its strange
> that this only shows up in reiserfs since the new set of patches
> went in. I've no reports from users of other filesystems with any
> problems, so I'm suspecting a rogue change in your last update.
>
> Finding a common factor seems tricky, as it works flawlessly here
> on IDE [*], but dies instantly for others.
OK here are some facts ;)
I run hdparm but only after syslogd... so hdparm isn't the bad boy
I have 3 partitions. Two reiserfs partitions, one mounted on /, one on /home
One ext2 /boot partition
The oops happens in 3 of 4 tests on syslogd. Only devfsd is loaded before it.
The other time it happens when loading proftpd. This is one of the last processes I started by the boot scripts
It happens with the IDE layer version as in the dj tree and with acb-io-2.5.3-p2.01212002 update (why haven't you included this in your tree, Dave?)
I have really no idea the oops comes from
Bye
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-01-30 19:10 ` Sebastian Dröge
@ 2002-01-30 19:17 ` Dave Jones
2002-01-31 6:09 ` Oleg Drokin
2002-01-31 9:24 ` Oleg Drokin
0 siblings, 2 replies; 26+ messages in thread
From: Dave Jones @ 2002-01-30 19:17 UTC (permalink / raw)
To: Sebastian Dröge; +Cc: linux-kernel, Oleg Drokin
On Wed, Jan 30, 2002 at 08:10:54PM +0100, Sebastian Dröge wrote:
> I have 3 partitions. Two reiserfs partitions, one mounted on /, one on /home
Ok, my test box for reiserfs uses ext3 root, and reiser on a scratch disk.
It could be Oleg's earlier guess that it may be reiser-on-root related.
> It happens with the IDE layer version as in the dj tree and with
> acb-io-2.5.3-p2.01212002 update (why haven't you included this in your tree,
> Dave?)
I never saw Andre pushing it on Linux-kernel (which is unusual for Andre 8)
If it didn't reach my inbox, it didn't happen in my world.
Its possible I overlooked the thread it was mentioned, or it got
lost in noise.
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-01-30 19:17 ` Dave Jones
@ 2002-01-31 6:09 ` Oleg Drokin
2002-01-31 9:24 ` Oleg Drokin
1 sibling, 0 replies; 26+ messages in thread
From: Oleg Drokin @ 2002-01-31 6:09 UTC (permalink / raw)
To: Dave Jones, Sebastian Dr?ge, linux-kernel
Hello!
On Wed, Jan 30, 2002 at 08:17:57PM +0100, Dave Jones wrote:
> On Wed, Jan 30, 2002 at 08:10:54PM +0100, Sebastian Dr?ge wrote:
> > I have 3 partitions. Two reiserfs partitions, one mounted on /, one on /home
> Ok, my test box for reiserfs uses ext3 root, and reiser on a scratch disk.
> It could be Oleg's earlier guess that it may be reiser-on-root related.
No. I can reproduce with ext2 root & reiserfs mounted separately.
depmod -a -b /mnt causes a crash for me 100% of time.
(of course you need correct /lib/modules/... for that)
> > It happens with the IDE layer version as in the dj tree and with
> > acb-io-2.5.3-p2.01212002 update (why haven't you included this in your tree,
> > Dave?)
> I never saw Andre pushing it on Linux-kernel (which is unusual for Andre 8)
I dug the original message,
it's subject is "DO NOT USE IT (Re: linux-2.5.3-pre1 and IDE Driver Trouble) FATAL"
msgid is <Pine.LNX.4.10.10201161259270.29434-100000@master.linux-ide.org>
It warns about 2.5.3-pre1 and 2.5.2 is unstable with IDE because there are
conflicts between BIO & ACB. He promised to come up with the fix later.
After that there were no messages from him with patches.
At least not in the lkml.
Bye,
Oleg
^ permalink raw reply [flat|nested] 26+ messages in thread* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-01-30 19:17 ` Dave Jones
2002-01-31 6:09 ` Oleg Drokin
@ 2002-01-31 9:24 ` Oleg Drokin
2002-01-31 12:49 ` Dave Jones
1 sibling, 1 reply; 26+ messages in thread
From: Oleg Drokin @ 2002-01-31 9:24 UTC (permalink / raw)
To: Dave Jones, Sebastian Dr?ge, linux-kernel
Hello!
On Wed, Jan 30, 2002 at 08:17:57PM +0100, Dave Jones wrote:
Ok, as of now, I tried vanilla 2.5.3 and it works.
2.5.2-dj7 breaks instantly on the first truncate call to reiserfs.
I tried to dig up the difference between these 2 kernels but have not found
anything that will change that behaviour yet. And resierfs code is identical.
But dj7 seems to have a lot of modifications in the mm/* and fs/* stuff
compared to 2.5.3
Bye,
Oleg
^ permalink raw reply [flat|nested] 26+ messages in thread* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-01-31 9:24 ` Oleg Drokin
@ 2002-01-31 12:49 ` Dave Jones
2002-01-31 12:53 ` Oleg Drokin
0 siblings, 1 reply; 26+ messages in thread
From: Dave Jones @ 2002-01-31 12:49 UTC (permalink / raw)
To: Oleg Drokin; +Cc: Sebastian Dr?ge, linux-kernel, Andrew Morton
On Thu, Jan 31, 2002 at 12:24:24PM +0300, Oleg Drokin wrote:
> Ok, as of now, I tried vanilla 2.5.3 and it works.
That's something I had hoped wouldn't be the case.
> 2.5.2-dj7 breaks instantly on the first truncate call to reiserfs.
> I tried to dig up the difference between these 2 kernels but have not found
> anything that will change that behaviour yet. And resierfs code is identical.
> But dj7 seems to have a lot of modifications in the mm/* and fs/* stuff
> compared to 2.5.3
One possible is that I've goofed whilst merging Andrew Mortons
"out of disk space during truncate" fixes from 2.4. Andrew, could
have a quick scan through the fs/ changes in -dj6 and see if anything
jumps out at you ?
I'll take a look myself later too, but right now, it's a head-scratcher.
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-01-31 12:49 ` Dave Jones
@ 2002-01-31 12:53 ` Oleg Drokin
2002-01-31 13:11 ` Dave Jones
0 siblings, 1 reply; 26+ messages in thread
From: Oleg Drokin @ 2002-01-31 12:53 UTC (permalink / raw)
To: Dave Jones, Sebastian Dr?ge, linux-kernel, Andrew Morton
Hello!
On Thu, Jan 31, 2002 at 01:49:31PM +0100, Dave Jones wrote:
> > 2.5.2-dj7 breaks instantly on the first truncate call to reiserfs.
> > I tried to dig up the difference between these 2 kernels but have not found
> > anything that will change that behaviour yet. And resierfs code is identical.
> > But dj7 seems to have a lot of modifications in the mm/* and fs/* stuff
> > compared to 2.5.3
> One possible is that I've goofed whilst merging Andrew Mortons
> "out of disk space during truncate" fixes from 2.4. Andrew, could
> have a quick scan through the fs/ changes in -dj6 and see if anything
> jumps out at you ?
Hm, but I remember dj6 was reported as "working"?
> I'll take a look myself later too, but right now, it's a head-scratcher.
Do you have some place where one can see all separate patches 2.5.2-dj7
consist of?
Bye,
Oleg
^ permalink raw reply [flat|nested] 26+ messages in thread* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-01-31 12:53 ` Oleg Drokin
@ 2002-01-31 13:11 ` Dave Jones
2002-01-31 16:44 ` Oleg Drokin
0 siblings, 1 reply; 26+ messages in thread
From: Dave Jones @ 2002-01-31 13:11 UTC (permalink / raw)
To: Oleg Drokin; +Cc: Sebastian Dr?ge, linux-kernel, Andrew Morton
On Thu, Jan 31, 2002 at 03:53:25PM +0300, Oleg Drokin wrote:
> > One possible is that I've goofed whilst merging Andrew Mortons
> > "out of disk space during truncate" fixes from 2.4. Andrew, could
> > have a quick scan through the fs/ changes in -dj6 and see if anything
> > jumps out at you ?
> Hm, but I remember dj6 was reported as "working"?
-ENOTAWAKEYET. Yes, I meant -dj7 there. oops.
> > I'll take a look myself later too, but right now, it's a head-scratcher.
> Do you have some place where one can see all separate patches 2.5.2-dj7
> consist of?
I keep a directory named after each revision, patches get dumped there
as I merge them, and also I dump bits of ~/Mail/merged there.
These patches however are not always identical to what gets merged,
as they sometimes need to be bent into shape to live with something
else that got merged, I hand-edit the diffs to make them apply,
sometimes removing complete hunks, and grafting that hunks intention
into place in the source instead.
So they're of little use to anyone in their current state, given that
there are 'holes' where I chopped bits out. Sometimes I rediff the
patch afterwards, but not always.
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-01-31 13:11 ` Dave Jones
@ 2002-01-31 16:44 ` Oleg Drokin
2002-01-31 17:23 ` Sebastian Dröge
2002-01-31 17:45 ` Chris Mason
0 siblings, 2 replies; 26+ messages in thread
From: Oleg Drokin @ 2002-01-31 16:44 UTC (permalink / raw)
To: Dave Jones, Sebastian Dr?ge, linux-kernel, Andrew Morton; +Cc: mason
[-- Attachment #1: Type: text/plain, Size: 529 bytes --]
Hello!
On Thu, Jan 31, 2002 at 02:11:01PM +0100, Dave Jones wrote:
Ok, I think we got it. And yes it it was reiserfs fault.
What I really cannot understand is how it was working before???
Ok, so anybody who sees the oopses should try 2 patches attached.
prealloc_init_list_head.diff is just forgotten initialisation
and pick_correct_key_version.diff is the real fix.
I wonder is anybody will be able to reproduce a bug with these 2 fixes
(I hope not).
Chris: Can you also take a look?
Bye,
Oleg
[-- Attachment #2: prealloc_list_init.diff --]
[-- Type: text/plain, Size: 748 bytes --]
--- linux-2.5.3/fs/reiserfs/inode.c.orig Thu Jan 31 19:28:57 2002
+++ linux-2.5.3/fs/reiserfs/inode.c Thu Jan 31 19:31:01 2002
@@ -888,6 +888,8 @@
copy_key (INODE_PKEY (inode), &(ih->ih_key));
inode->i_blksize = PAGE_SIZE;
+ INIT_LIST_HEAD(&(REISERFS_I(inode)->i_prealloc_list ));
+
if (stat_data_v1 (ih)) {
struct stat_data_v1 * sd = (struct stat_data_v1 *)B_I_PITEM (bh, ih);
unsigned long blocks;
@@ -1532,6 +1534,7 @@
REISERFS_I(inode)->i_first_direct_byte = S_ISLNK(mode) ? 1 :
U32_MAX/*NO_BYTES_IN_DIRECT_ITEM*/;
+ INIT_LIST_HEAD(&(REISERFS_I(inode)->i_prealloc_list ));
REISERFS_I(inode)->i_flags = 0;
REISERFS_I(inode)->i_prealloc_block = 0;
REISERFS_I(inode)->i_prealloc_count = 0;
[-- Attachment #3: pick_correct_key_version.diff --]
[-- Type: text/plain, Size: 1088 bytes --]
--- linux-2.5.3/fs/reiserfs/stree.c.orig Thu Jan 31 19:24:47 2002
+++ linux-2.5.3/fs/reiserfs/stree.c Thu Jan 31 19:26:54 2002
@@ -126,19 +126,19 @@
retval = comp_short_keys (le_key, cpu_key);
if (retval)
return retval;
- if (le_key_k_offset (cpu_key->version, le_key) < cpu_key_k_offset (cpu_key))
+ if (le_key_k_offset (le_key_version(le_key), le_key) < cpu_key_k_offset (cpu_key))
return -1;
- if (le_key_k_offset (cpu_key->version, le_key) > cpu_key_k_offset (cpu_key))
+ if (le_key_k_offset (le_key_version(le_key), le_key) > cpu_key_k_offset (cpu_key))
return 1;
if (cpu_key->key_length == 3)
return 0;
/* this part is needed only when tail conversion is in progress */
- if (le_key_k_type (cpu_key->version, le_key) < cpu_key_k_type (cpu_key))
+ if (le_key_k_type (le_key_version(le_key), le_key) < cpu_key_k_type (cpu_key))
return -1;
- if (le_key_k_type (cpu_key->version, le_key) > cpu_key_k_type (cpu_key))
+ if (le_key_k_type (le_key_version(le_key), le_key) > cpu_key_k_type (cpu_key))
return 1;
return 0;
^ permalink raw reply [flat|nested] 26+ messages in thread* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-01-31 16:44 ` Oleg Drokin
@ 2002-01-31 17:23 ` Sebastian Dröge
2002-01-31 17:45 ` Chris Mason
1 sibling, 0 replies; 26+ messages in thread
From: Sebastian Dröge @ 2002-01-31 17:23 UTC (permalink / raw)
To: Oleg Drokin; +Cc: linux-kernel
On Thu, 31 Jan 2002 19:44:01 +0300
Oleg Drokin <green@namesys.com> wrote:
> Hello!
>
> On Thu, Jan 31, 2002 at 02:11:01PM +0100, Dave Jones wrote:
>
> Ok, I think we got it. And yes it it was reiserfs fault.
> What I really cannot understand is how it was working before???
>
> Ok, so anybody who sees the oopses should try 2 patches attached.
> prealloc_init_list_head.diff is just forgotten initialisation
> and pick_correct_key_version.diff is the real fix.
>
> I wonder is anybody will be able to reproduce a bug with these 2 fixes
> (I hope not).
Hi,
everything seems to work perfect :)
my system has booted without any problems
Thanks and Bye
^ permalink raw reply [flat|nested] 26+ messages in thread
* Re: Current Reiserfs Update / 2.5.2-dj7 Oops
2002-01-31 16:44 ` Oleg Drokin
2002-01-31 17:23 ` Sebastian Dröge
@ 2002-01-31 17:45 ` Chris Mason
1 sibling, 0 replies; 26+ messages in thread
From: Chris Mason @ 2002-01-31 17:45 UTC (permalink / raw)
To: Oleg Drokin, Dave Jones, Sebastian Dr?ge, linux-kernel,
Andrew Morton
On Thursday, January 31, 2002 07:44:01 PM +0300 Oleg Drokin <green@namesys.com> wrote:
> Hello!
>
> On Thu, Jan 31, 2002 at 02:11:01PM +0100, Dave Jones wrote:
>
> Ok, I think we got it. And yes it it was reiserfs fault.
> What I really cannot understand is how it was working before???
>
> Ok, so anybody who sees the oopses should try 2 patches attached.
> prealloc_init_list_head.diff is just forgotten initialisation
> and pick_correct_key_version.diff is the real fix.
>
> I wonder is anybody will be able to reproduce a bug with these 2 fixes
> (I hope not).
>
> Chris: Can you also take a look?
Both fixes look right. I'm a little worried about
pick_correct_key_version.diff, that bug looks like it could get the keys
into the tree in the wrong order. We need to reproduce it with an
unpatched kernel, and then apply the fix to make sure the sky doesn't
fall on us.
-chris
^ permalink raw reply [flat|nested] 26+ messages in thread
end of thread, other threads:[~2002-02-02 8:30 UTC | newest]
Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-31 10:10 Current Reiserfs Update / 2.5.2-dj7 Oops Martin Bahlinger
2002-01-31 13:03 ` Oleg Drokin
2002-01-31 17:20 ` Martin Bahlinger
-- strict thread matches above, loose matches on Subject: below --
2002-01-31 17:44 Martin Bahlinger
2002-01-31 20:44 ` Martin Bahlinger
2002-02-01 5:55 ` Oleg Drokin
2002-02-01 22:17 ` Martin Bahlinger
2002-02-02 8:30 ` Oleg Drokin
2002-01-30 14:14 Sebastian Dröge
2002-01-30 14:37 ` Oleg Drokin
2002-01-30 15:39 ` Sebastian Dröge
2002-01-30 16:09 ` Oleg Drokin
2002-01-30 16:40 ` Dave Jones
2002-01-30 16:44 ` Oleg Drokin
2002-01-30 16:55 ` Dave Jones
2002-01-30 17:07 ` Oleg Drokin
2002-01-30 19:10 ` Sebastian Dröge
2002-01-30 19:17 ` Dave Jones
2002-01-31 6:09 ` Oleg Drokin
2002-01-31 9:24 ` Oleg Drokin
2002-01-31 12:49 ` Dave Jones
2002-01-31 12:53 ` Oleg Drokin
2002-01-31 13:11 ` Dave Jones
2002-01-31 16:44 ` Oleg Drokin
2002-01-31 17:23 ` Sebastian Dröge
2002-01-31 17:45 ` Chris Mason
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox