* [2.5.67] buffer layer error at fs/buffer.c:127; problems with via686a sensor
@ 2003-04-08 16:21 Tomasz Torcz, BG
2003-04-08 22:29 ` Andrew Morton
2003-04-09 4:50 ` Greg KH
0 siblings, 2 replies; 3+ messages in thread
From: Tomasz Torcz, BG @ 2003-04-08 16:21 UTC (permalink / raw)
To: LKML
Hi,
infos about my system is here: http://fordon.pl.eu.org/~zdzichu/my_setup/
(lspci, output of some files from /proc, dmesg and .config).
I've got some unexplained Call Traces in dmesg:
buffer layer error at fs/buffer.c:127
Call Trace:
[<c0140ee9>] __buffer_error+0x29/0x30
[<c0140fd6>] __wait_on_buffer+0x6a/0xac
[<c0117414>] autoremove_wake_function+0x0/0x38
[<c0117414>] autoremove_wake_function+0x0/0x38
[<c01be336>] reiserfs_unmap_buffer+0x4a/0x80
[<c01be3b0>] unmap_buffers+0x44/0x54
[<c01be5d4>] indirect2direct+0x214/0x260
[<c01bc0dd>] maybe_indirect_to_direct+0x21d/0x228
[<c01bc2d2>] reiserfs_cut_from_item+0xca/0x454
[<c01251cb>] rcu_check_callbacks+0x53/0x54
[<c01bc9a9>] reiserfs_do_truncate+0x305/0x45c
[<c01ada76>] reiserfs_truncate_file+0xca/0x1b0
[<c01aeb5e>] reiserfs_file_release+0x3be/0x3e4
[<c0140d4c>] __fput+0x30/0xb0
[<c0140d1b>] fput+0x13/0x14
[<c013fbb5>] filp_close+0x59/0x64
[<c0119d18>] put_files_struct+0x58/0xc0
[<c011a61e>] do_exit+0x14a/0x2f0
[<c011a7ea>] sys_exit+0xe/0x10
[<c0108ca3>] syscall_call+0x7/0xb
What is that?
Also, I had problem compiling via686a sensors into the kernel.
First, it complained about missing i2c_detect(); I've
replaced it by i2c_probe(); kernel has built and booted.
Only sysfs directory of sensor is empty :(
It works with 2.4.x lm_sensors (via /proc of course).
$ ls -laR /sys/bus/i2c
/sys/bus/i2c:
total 0
drwxr-xr-x 4 root root 0 kwi 8 14:21 .
drwxr-xr-x 7 root root 0 kwi 8 14:21 ..
drwxr-xr-x 2 root root 0 kwi 8 14:21 devices
drwxr-xr-x 4 root root 0 kwi 8 14:21 drivers
/sys/bus/i2c/devices:
total 0
drwxr-xr-x 2 root root 0 kwi 8 14:21 .
drwxr-xr-x 4 root root 0 kwi 8 14:21 ..
/sys/bus/i2c/drivers:
total 0
drwxr-xr-x 4 root root 0 kwi 8 14:21 .
drwxr-xr-x 4 root root 0 kwi 8 14:21 ..
drwxr-xr-x 2 root root 0 kwi 8 14:21 VIA686A
drwxr-xr-x 2 root root 0 kwi 8 14:21 i2c-dev dummy dr\x02
/sys/bus/i2c/drivers/VIA686A:
total 0
drwxr-xr-x 2 root root 0 kwi 8 14:21 .
drwxr-xr-x 4 root root 0 kwi 8 14:21 ..
/sys/bus/i2c/drivers/i2c-dev dummy dr\x02:
total 0
drwxr-xr-x 2 root root 0 kwi 8 14:21 .
drwxr-xr-x 4 root root 0 kwi 8 14:21 ..
Please CC me if replying.
--
Tomasz Torcz RIP is irrevelant. Spoofing is futile.
zdzichu@irc.-nie.spam-.pl Your routes will be aggreggated.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [2.5.67] buffer layer error at fs/buffer.c:127; problems with via686a sensor
2003-04-08 16:21 [2.5.67] buffer layer error at fs/buffer.c:127; problems with via686a sensor Tomasz Torcz, BG
@ 2003-04-08 22:29 ` Andrew Morton
2003-04-09 4:50 ` Greg KH
1 sibling, 0 replies; 3+ messages in thread
From: Andrew Morton @ 2003-04-08 22:29 UTC (permalink / raw)
To: Tomasz Torcz, BG; +Cc: linux-kernel
"Tomasz Torcz, BG" <zdzichu@irc.pl> wrote:
>
> Hi,
>
> infos about my system is here: http://fordon.pl.eu.org/~zdzichu/my_setup/
> (lspci, output of some files from /proc, dmesg and .config).
>
> I've got some unexplained Call Traces in dmesg:
>
> buffer layer error at fs/buffer.c:127
That's not a bug. It is errant debugging code. reiserfs has locked the
page, so the buffers are safe.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [2.5.67] buffer layer error at fs/buffer.c:127; problems with via686a sensor
2003-04-08 16:21 [2.5.67] buffer layer error at fs/buffer.c:127; problems with via686a sensor Tomasz Torcz, BG
2003-04-08 22:29 ` Andrew Morton
@ 2003-04-09 4:50 ` Greg KH
1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2003-04-09 4:50 UTC (permalink / raw)
To: Tomasz Torcz, BG, LKML
On Tue, Apr 08, 2003 at 06:21:18PM +0200, Tomasz Torcz, BG wrote:
>
> Also, I had problem compiling via686a sensors into the kernel.
> First, it complained about missing i2c_detect(); I've
> replaced it by i2c_probe(); kernel has built and booted.
That was a Kconfig bug of mine in drivers/i2c/chips. A patch for this
has been posted to lkml in the past. And replacing i2c_detect() with
i2c_probe() _should_ work for you, it might not, I'm still trying to
work out the real differences...
> Only sysfs directory of sensor is empty :(
> It works with 2.4.x lm_sensors (via /proc of course).
What i2c bus driver are you using?
> /sys/bus/i2c/drivers:
> total 0
> drwxr-xr-x 4 root root 0 kwi 8 14:21 .
> drwxr-xr-x 4 root root 0 kwi 8 14:21 ..
> drwxr-xr-x 2 root root 0 kwi 8 14:21 VIA686A
> drwxr-xr-x 2 root root 0 kwi 8 14:21 i2c-dev dummy dr\x02
Ah, need to go fix up that driver's name, thanks for pointing it out.
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-04-09 4:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-08 16:21 [2.5.67] buffer layer error at fs/buffer.c:127; problems with via686a sensor Tomasz Torcz, BG
2003-04-08 22:29 ` Andrew Morton
2003-04-09 4:50 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox