From: Pavel Machek <pavel@ucw.cz>
To: Greg KH <greg@kroah.com>,
jic23@kernel.org, akinobu.mita@gmail.com, javier@osg.samsung.com,
gregor.boirie@parrot.com
Cc: pali.rohar@gmail.com, sre@kernel.org,
"kernel list" <linux-kernel@vger.kernel.org>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
linux-omap@vger.kernel.org, tony@atomide.com, khilman@kernel.org,
aaro.koskinen@iki.fi, ivo.g.dimitrov.75@gmail.com,
patrikbachan@gmail.com, serge@hallyn.com, abcloriens@gmail.com,
clayton@craftyguy.net, martijn@brixit.nl,
sakari.ailus@linux.intel.com,
"Filip Matijević" <filip.matijevic.pz@gmail.com>,
security@kernel.org, jic23@kernel.org, knaack.h@gmx.de,
lars@metafoo.de, pmeerw@pmeerw.net, linux-iio@vger.kernel.org
Subject: Re: Nokia N900: v4.16-rc4: oops in iio when grepping sysfs
Date: Sat, 10 Mar 2018 00:01:24 +0100 [thread overview]
Message-ID: <20180309230124.GA17721@amd> (raw)
In-Reply-To: <20180309222821.GA16973@kroah.com>
[-- Attachment #1: Type: text/plain, Size: 3662 bytes --]
Hi!
> > Hmm. Looks like there's a lot of fun to be had with sysfs.
> >
> >
> > pavel@n900:~$ uname -a
> > Linux n900 4.16.0-rc4-59690-g7f84626-dirty #543 Thu Mar 8 19:53:30 CET
> > 2018 armv7l GNU/Linux
> >
> > [ 306.402496] bq2415x: command Timer reset
> > [ 312.761322] adp1653 2-0030: Read Addr:03 Val:00 ok
> > [ 313.264129] Unable to handle kernel NULL pointer dereference at
> > virtual address 00000
> > 000
> > [ 313.272308] pgd = 01336620
> > [ 313.275146] [00000000] *pgd=800af831, *pte=00000000, *ppte=00000000
> > [ 313.281463] Internal error: Oops: 80000007 [#1] ARM
> > [ 313.286376] Modules linked in:
> > [ 313.289459] CPU: 0 PID: 3584 Comm: grep Tainted: G W
> > 4.16.0-rc4-59690-g
> > 7f84626-dirty #543
> > [ 313.298919] Hardware name: Nokia RX-51 board
> > [ 313.303222] PC is at (null)
> > [ 313.306213] LR is at iio_ev_state_show+0x38/0x54
> > [ 313.310852] pc : [<00000000>] lr : [<c05d69c0>] psr: a0000013
> > [ 313.317169] sp : c7b47e70 ip : c087bb24 fp : 00000001
> > [ 313.322418] r10: cb19e000 r9 : c0857220 r8 : 00001000
> > [ 313.327667] r7 : 00000fff r6 : cb711c80 r5 : cb19e000 r4 :
> > 00000000
> > [ 313.334228] r3 : 00000001 r2 : 00000000 r1 : c087b4dc r0 :
> > ce584800
> > [ 313.340789] Flags: NzCv IRQs on FIQs on Mode SVC_32 ISA ARM
> > Segment none
> > [ 313.347991] Control: 10c5387d Table: 87bec019 DAC: 00000051
> > [ 313.353759] Process grep (pid: 3584, stack limit = 0xc4e45eab)
> > [ 313.359619] Stack: (0xc7b47e70 to 0xc7b48000)
> > [ 313.364013] 7e60: c05d6988
> > cb711b00 ce585c00 c0450d68
> > [ 313.471038] [<c05d69c0>] (iio_ev_state_show) from [<c0450d68>]
> > (dev_attr_show+0x1c/0x4c)
> > [ 313.479187] [<c0450d68>] (dev_attr_show) from [<c023f934>]
> > (sysfs_kf_seq_show+0x90/0x108)
> > [ 313.487426] [<c023f934>] (sysfs_kf_seq_show) from [<c023e2f8>]
> > (kernfs_seq_show+0x24/0x28)
> > [ 313.495758] [<c023e2f8>] (kernfs_seq_show) from [<c01fc954>]
> > (seq_read+0x1dc/0x500)
> > [ 313.503479] [<c01fc954>] (seq_read) from [<c01d9f80>]
> > (__vfs_read+0x2c/0x120)
> > [ 313.510681] [<c01d9f80>] (__vfs_read) from [<c01da0fc>]
> > (vfs_read+0x88/0x114)
> > [ 313.517852] [<c01da0fc>] (vfs_read) from [<c01da584>]
> > (SyS_read+0x40/0x8c)
> > [ 313.524780] [<c01da584>] (SyS_read) from [<c0101000>]
> > (ret_fast_syscall+0x0/0x54)
> > [ 313.532318] Exception stack(0xc7b47fa8 to 0xc7b47ff0)
> > [ 313.537414] 7fa0: 00035330 00042000 00000003
> > 00042000 00008000 00008000
> >
>
> What file are you opening to cause this?
Strace says:
openat(7, "in_intensity_both_thresh_rising_en",
> > O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbe83b714) = -1 ENOTTY
> > (Inappropriate ioctl for device)
read(3,
Message from syslogd@localhost at Mar 9 23:54:39 ...
kernel:[ 3097.357696] Internal error: Oops: 80000007 [#2] ARM
So that would be:
./devices/platform/68000000.ocp/48072000.i2c/i2c-2/2-0029/iio:device1/events/in_intensity_both_thresh_rising_en
And indeed, manually cat-ing that file reproduces the problem.
pavel@n900:/sys/devices/platform/68000000.ocp/48072000.i2c/i2c-2/2-0029/iio:device1$
cat name
tsl2563
I can not find tsl2563 in MAINTAINERS, file is
./drivers/iio/light/tsl2563.c . I added few people pointed by git log.
Best regards,
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Pavel Machek <pavel@ucw.cz>
To: Greg KH <greg@kroah.com>,
akinobu.mita@gmail.com, javier@osg.samsung.com,
gregor.boirie@parrot.com
Cc: pali.rohar@gmail.com, sre@kernel.org,
"kernel list" <linux-kernel@vger.kernel.org>,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
linux-omap@vger.kernel.org, tony@atomide.com, khilman@kernel.org,
aaro.koskinen@iki.fi, ivo.g.dimitrov.75@gmail.com,
patrikbachan@gmail.com, serge@hallyn.com, abcloriens@gmail.com,
clayton@craftyguy.net, martijn@brixit.nl,
sakari.ailus@linux.intel.com,
"Filip Matijević" <filip.matijevic.pz@gmail.com>,
security@kernel.org, jic23@kernel.org, knaack.h@gmx.de,
lars@metafoo.de, pmeerw@pmeerw.net, linux-iio@vger.kernel.org
Subject: Re: Nokia N900: v4.16-rc4: oops in iio when grepping sysfs
Date: Sat, 10 Mar 2018 00:01:24 +0100 [thread overview]
Message-ID: <20180309230124.GA17721@amd> (raw)
In-Reply-To: <20180309222821.GA16973@kroah.com>
[-- Attachment #1: Type: text/plain, Size: 3662 bytes --]
Hi!
> > Hmm. Looks like there's a lot of fun to be had with sysfs.
> >
> >
> > pavel@n900:~$ uname -a
> > Linux n900 4.16.0-rc4-59690-g7f84626-dirty #543 Thu Mar 8 19:53:30 CET
> > 2018 armv7l GNU/Linux
> >
> > [ 306.402496] bq2415x: command Timer reset
> > [ 312.761322] adp1653 2-0030: Read Addr:03 Val:00 ok
> > [ 313.264129] Unable to handle kernel NULL pointer dereference at
> > virtual address 00000
> > 000
> > [ 313.272308] pgd = 01336620
> > [ 313.275146] [00000000] *pgd=800af831, *pte=00000000, *ppte=00000000
> > [ 313.281463] Internal error: Oops: 80000007 [#1] ARM
> > [ 313.286376] Modules linked in:
> > [ 313.289459] CPU: 0 PID: 3584 Comm: grep Tainted: G W
> > 4.16.0-rc4-59690-g
> > 7f84626-dirty #543
> > [ 313.298919] Hardware name: Nokia RX-51 board
> > [ 313.303222] PC is at (null)
> > [ 313.306213] LR is at iio_ev_state_show+0x38/0x54
> > [ 313.310852] pc : [<00000000>] lr : [<c05d69c0>] psr: a0000013
> > [ 313.317169] sp : c7b47e70 ip : c087bb24 fp : 00000001
> > [ 313.322418] r10: cb19e000 r9 : c0857220 r8 : 00001000
> > [ 313.327667] r7 : 00000fff r6 : cb711c80 r5 : cb19e000 r4 :
> > 00000000
> > [ 313.334228] r3 : 00000001 r2 : 00000000 r1 : c087b4dc r0 :
> > ce584800
> > [ 313.340789] Flags: NzCv IRQs on FIQs on Mode SVC_32 ISA ARM
> > Segment none
> > [ 313.347991] Control: 10c5387d Table: 87bec019 DAC: 00000051
> > [ 313.353759] Process grep (pid: 3584, stack limit = 0xc4e45eab)
> > [ 313.359619] Stack: (0xc7b47e70 to 0xc7b48000)
> > [ 313.364013] 7e60: c05d6988
> > cb711b00 ce585c00 c0450d68
> > [ 313.471038] [<c05d69c0>] (iio_ev_state_show) from [<c0450d68>]
> > (dev_attr_show+0x1c/0x4c)
> > [ 313.479187] [<c0450d68>] (dev_attr_show) from [<c023f934>]
> > (sysfs_kf_seq_show+0x90/0x108)
> > [ 313.487426] [<c023f934>] (sysfs_kf_seq_show) from [<c023e2f8>]
> > (kernfs_seq_show+0x24/0x28)
> > [ 313.495758] [<c023e2f8>] (kernfs_seq_show) from [<c01fc954>]
> > (seq_read+0x1dc/0x500)
> > [ 313.503479] [<c01fc954>] (seq_read) from [<c01d9f80>]
> > (__vfs_read+0x2c/0x120)
> > [ 313.510681] [<c01d9f80>] (__vfs_read) from [<c01da0fc>]
> > (vfs_read+0x88/0x114)
> > [ 313.517852] [<c01da0fc>] (vfs_read) from [<c01da584>]
> > (SyS_read+0x40/0x8c)
> > [ 313.524780] [<c01da584>] (SyS_read) from [<c0101000>]
> > (ret_fast_syscall+0x0/0x54)
> > [ 313.532318] Exception stack(0xc7b47fa8 to 0xc7b47ff0)
> > [ 313.537414] 7fa0: 00035330 00042000 00000003
> > 00042000 00008000 00008000
> >
>
> What file are you opening to cause this?
Strace says:
openat(7, "in_intensity_both_thresh_rising_en",
> > O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbe83b714) = -1 ENOTTY
> > (Inappropriate ioctl for device)
read(3,
Message from syslogd@localhost at Mar 9 23:54:39 ...
kernel:[ 3097.357696] Internal error: Oops: 80000007 [#2] ARM
So that would be:
./devices/platform/68000000.ocp/48072000.i2c/i2c-2/2-0029/iio:device1/events/in_intensity_both_thresh_rising_en
And indeed, manually cat-ing that file reproduces the problem.
pavel@n900:/sys/devices/platform/68000000.ocp/48072000.i2c/i2c-2/2-0029/iio:device1$
cat name
tsl2563
I can not find tsl2563 in MAINTAINERS, file is
./drivers/iio/light/tsl2563.c . I added few people pointed by git log.
Best regards,
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: pavel@ucw.cz (Pavel Machek)
To: linux-arm-kernel@lists.infradead.org
Subject: Nokia N900: v4.16-rc4: oops in iio when grepping sysfs
Date: Sat, 10 Mar 2018 00:01:24 +0100 [thread overview]
Message-ID: <20180309230124.GA17721@amd> (raw)
In-Reply-To: <20180309222821.GA16973@kroah.com>
Hi!
> > Hmm. Looks like there's a lot of fun to be had with sysfs.
> >
> >
> > pavel at n900:~$ uname -a
> > Linux n900 4.16.0-rc4-59690-g7f84626-dirty #543 Thu Mar 8 19:53:30 CET
> > 2018 armv7l GNU/Linux
> >
> > [ 306.402496] bq2415x: command Timer reset
> > [ 312.761322] adp1653 2-0030: Read Addr:03 Val:00 ok
> > [ 313.264129] Unable to handle kernel NULL pointer dereference at
> > virtual address 00000
> > 000
> > [ 313.272308] pgd = 01336620
> > [ 313.275146] [00000000] *pgd=800af831, *pte=00000000, *ppte=00000000
> > [ 313.281463] Internal error: Oops: 80000007 [#1] ARM
> > [ 313.286376] Modules linked in:
> > [ 313.289459] CPU: 0 PID: 3584 Comm: grep Tainted: G W
> > 4.16.0-rc4-59690-g
> > 7f84626-dirty #543
> > [ 313.298919] Hardware name: Nokia RX-51 board
> > [ 313.303222] PC is at (null)
> > [ 313.306213] LR is at iio_ev_state_show+0x38/0x54
> > [ 313.310852] pc : [<00000000>] lr : [<c05d69c0>] psr: a0000013
> > [ 313.317169] sp : c7b47e70 ip : c087bb24 fp : 00000001
> > [ 313.322418] r10: cb19e000 r9 : c0857220 r8 : 00001000
> > [ 313.327667] r7 : 00000fff r6 : cb711c80 r5 : cb19e000 r4 :
> > 00000000
> > [ 313.334228] r3 : 00000001 r2 : 00000000 r1 : c087b4dc r0 :
> > ce584800
> > [ 313.340789] Flags: NzCv IRQs on FIQs on Mode SVC_32 ISA ARM
> > Segment none
> > [ 313.347991] Control: 10c5387d Table: 87bec019 DAC: 00000051
> > [ 313.353759] Process grep (pid: 3584, stack limit = 0xc4e45eab)
> > [ 313.359619] Stack: (0xc7b47e70 to 0xc7b48000)
> > [ 313.364013] 7e60: c05d6988
> > cb711b00 ce585c00 c0450d68
> > [ 313.471038] [<c05d69c0>] (iio_ev_state_show) from [<c0450d68>]
> > (dev_attr_show+0x1c/0x4c)
> > [ 313.479187] [<c0450d68>] (dev_attr_show) from [<c023f934>]
> > (sysfs_kf_seq_show+0x90/0x108)
> > [ 313.487426] [<c023f934>] (sysfs_kf_seq_show) from [<c023e2f8>]
> > (kernfs_seq_show+0x24/0x28)
> > [ 313.495758] [<c023e2f8>] (kernfs_seq_show) from [<c01fc954>]
> > (seq_read+0x1dc/0x500)
> > [ 313.503479] [<c01fc954>] (seq_read) from [<c01d9f80>]
> > (__vfs_read+0x2c/0x120)
> > [ 313.510681] [<c01d9f80>] (__vfs_read) from [<c01da0fc>]
> > (vfs_read+0x88/0x114)
> > [ 313.517852] [<c01da0fc>] (vfs_read) from [<c01da584>]
> > (SyS_read+0x40/0x8c)
> > [ 313.524780] [<c01da584>] (SyS_read) from [<c0101000>]
> > (ret_fast_syscall+0x0/0x54)
> > [ 313.532318] Exception stack(0xc7b47fa8 to 0xc7b47ff0)
> > [ 313.537414] 7fa0: 00035330 00042000 00000003
> > 00042000 00008000 00008000
> >
>
> What file are you opening to cause this?
Strace says:
openat(7, "in_intensity_both_thresh_rising_en",
> > O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=4096, ...}) = 0
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbe83b714) = -1 ENOTTY
> > (Inappropriate ioctl for device)
read(3,
Message from syslogd at localhost at Mar 9 23:54:39 ...
kernel:[ 3097.357696] Internal error: Oops: 80000007 [#2] ARM
So that would be:
./devices/platform/68000000.ocp/48072000.i2c/i2c-2/2-0029/iio:device1/events/in_intensity_both_thresh_rising_en
And indeed, manually cat-ing that file reproduces the problem.
pavel at n900:/sys/devices/platform/68000000.ocp/48072000.i2c/i2c-2/2-0029/iio:device1$
cat name
tsl2563
I can not find tsl2563 in MAINTAINERS, file is
./drivers/iio/light/tsl2563.c . I added few people pointed by git log.
Best regards,
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20180310/c2308a48/attachment.sig>
next prev parent reply other threads:[~2018-03-09 23:01 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-09 22:12 Nokia N900: v4.16-rc4: oops in iio when grepping sysfs Pavel Machek
2018-03-09 22:12 ` Pavel Machek
2018-03-09 22:28 ` Greg KH
2018-03-09 22:28 ` Greg KH
2018-03-09 23:01 ` Pavel Machek [this message]
2018-03-09 23:01 ` Pavel Machek
2018-03-09 23:01 ` Pavel Machek
2018-03-10 11:19 ` Akinobu Mita
2018-03-10 11:19 ` Akinobu Mita
2018-03-10 11:19 ` Lars-Peter Clausen
2018-03-10 11:19 ` Lars-Peter Clausen
2018-03-10 12:00 ` Pavel Machek
2018-03-10 12:00 ` Pavel Machek
2018-03-10 17:59 ` Jonathan Cameron
2018-03-10 17:59 ` Jonathan Cameron
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180309230124.GA17721@amd \
--to=pavel@ucw.cz \
--cc=aaro.koskinen@iki.fi \
--cc=abcloriens@gmail.com \
--cc=akinobu.mita@gmail.com \
--cc=clayton@craftyguy.net \
--cc=filip.matijevic.pz@gmail.com \
--cc=greg@kroah.com \
--cc=gregor.boirie@parrot.com \
--cc=ivo.g.dimitrov.75@gmail.com \
--cc=javier@osg.samsung.com \
--cc=jic23@kernel.org \
--cc=khilman@kernel.org \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=martijn@brixit.nl \
--cc=pali.rohar@gmail.com \
--cc=patrikbachan@gmail.com \
--cc=pmeerw@pmeerw.net \
--cc=sakari.ailus@linux.intel.com \
--cc=security@kernel.org \
--cc=serge@hallyn.com \
--cc=sre@kernel.org \
--cc=tony@atomide.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.