On 29/07/15 12:44, Dr. H. Nikolaus Schaller wrote: >> We have a similar error on OMAP5 here: >> >> [ 11.027144] CPU: 1 PID: 6 Comm: kworker/u4:0 Not tainted 4.2.0-rc4-letux+ #1187 >> [ 11.034790] Hardware name: Generic OMAP5 (Flattened Device Tree) >> [ 11.041077] Workqueue: deferwq deferred_probe_work_func >> [ 11.046557] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) >> [ 11.054663] [] (show_stack) from [] (dump_stack+0x78/0x94) >> [ 11.062224] [] (dump_stack) from [] (kobject_release+0x68/0x7c) >> [ 11.070234] [] (kobject_release) from [] (omapdss_of_find_source_for_first_ep+0x58/0x74) >> [ 11.080510] [] (omapdss_of_find_source_for_first_ep) from [] (hdmic_probe+0xb4/0x22c [connector_hdmi]) >> [ 11.092080] [] (hdmic_probe [connector_hdmi]) from [] (platform_drv_probe+0x48/0x90) >> [ 11.101997] [] (platform_drv_probe) from [] (really_probe+0xd4/0x238) >> [ 11.110556] [] (really_probe) from [] (driver_probe_device+0x30/0x48) >> [ 11.119108] [] (driver_probe_device) from [] (bus_for_each_drv+0x4c/0x84) >> [ 11.128023] [] (bus_for_each_drv) from [] (__device_attach+0x70/0xd0) >> [ 11.136579] [] (__device_attach) from [] (bus_probe_device+0x28/0x84) >> [ 11.145135] [] (bus_probe_device) from [] (deferred_probe_work_func+0x58/0x88) >> [ 11.154518] [] (deferred_probe_work_func) from [] (process_one_work+0x294/0x4a0) >> [ 11.164083] [] (process_one_work) from [] (worker_thread+0x1ec/0x2fc) >> [ 11.172641] [] (worker_thread) from [] (kthread+0xd4/0xe8) >> [ 11.180200] [] (kthread) from [] (ret_from_fork+0x14/0x3c) >> >> So it looks as if there are more get/put mismatches in the drivers which are usually not visible. Yep, we'll have a look at that. Tomi