Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1603350
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: sun50i-a64-pinctrl WARN_ON drivers/base/dd.c:349 |
| Date | 2017-03-17 15:20 +0100 |
| Message-ID | <tm0Tv-7D7-11@gated-at.bofh.it> (permalink) |
| References | <tls5r-7wD-9@gated-at.bofh.it> <tls5r-7wD-11@gated-at.bofh.it> <tls5r-7wD-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hello, On Thu, Mar 16, 2017 at 10:06:15AM +0900, Greg Kroah-Hartman wrote: > > > [ 2.895375] platform 1c20800.pinctrl: Retrying from deferred list > > > [ 2.901945] bus: 'platform': driver_probe_device: matched device 1c20800.pinctrl with driver sun50i-a64-pinctrl > > > [ 2.912660] bus: 'platform': really_probe: probing driver sun50i-a64-pinctrl with device 1c20800.pinctrl > > > [ 2.922826] ------------[ cut here ]------------ > > > [ 2.927751] WARNING: CPU: 2 PID: 65 at drivers/base/dd.c:350 driver_probe_device.part.1+0x37c/0x390 > > > [ 2.937339] Modules linked in: > > > [ 2.940578] > > > [ 2.942165] CPU: 2 PID: 65 Comm: kworker/2:1 Not tainted 4.11.0-rc1-00037-g4ca6f786aed9 #2 > > > [ 2.950913] Hardware name: Pine64+ (DT) > > > [ 2.954989] Workqueue: events deferred_probe_work_func > > > [ 2.960449] task: ffff80007c690c80 task.stack: ffff80007c698000 > > > [ 2.966741] PC is at driver_probe_device.part.1+0x37c/0x390 > > > [ 2.972658] LR is at driver_probe_device.part.1+0x140/0x390 > > > ... > > > [ 3.173581] [<ffff000008555794>] driver_probe_device.part.1+0x37c/0x390 > > > [ 3.180602] [<ffff00000855595c>] __device_attach_driver+0xac/0x150 > > > [ 3.187162] [<ffff000008553610>] bus_for_each_drv+0x58/0x98 > > > [ 3.193081] [<ffff000008555374>] __device_attach+0xc4/0x150 > > > [ 3.198991] [<ffff000008555b40>] device_initial_probe+0x10/0x18 > > > [ 3.205265] [<ffff0000085547f4>] bus_probe_device+0x94/0xa0 It's warning that the device has resources associated with it on probe. There gotta be something fishy going on with the probing sequence. How reproducible is the problem? Thanks. -- tejun
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: sun50i-a64-pinctrl WARN_ON drivers/base/dd.c:349 Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-03-16 02:10 +0100
Re: sun50i-a64-pinctrl WARN_ON drivers/base/dd.c:349 Tejun Heo <tj@kernel.org> - 2017-03-17 15:20 +0100
Re: sun50i-a64-pinctrl WARN_ON drivers/base/dd.c:349 Tejun Heo <tj@kernel.org> - 2017-03-17 15:50 +0100
Re: sun50i-a64-pinctrl WARN_ON drivers/base/dd.c:349 Adam Borowski <kilobyte@angband.pl> - 2017-03-17 17:40 +0100
csiph-web