[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <725811bfa06a86f47a90f84ade2d1461.sboyd@kernel.org>
Date: Fri, 07 Mar 2025 11:04:23 -0800
From: Stephen Boyd <sboyd@...nel.org>
To: Alim Akhtar <alim.akhtar@...sung.com>, André Draszik <andre.draszik@...aro.org>, Chanwoo Choi <cw00.choi@...sung.com>, Krzysztof Kozlowski <krzk@...nel.org>, Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>, Michael Turquette <mturquette@...libre.com>, Peter Griffin <peter.griffin@...aro.org>, Sam Protsenko <semen.protsenko@...aro.org>, Sylwester Nawrocki <s.nawrocki@...sung.com>, Tudor Ambarus <tudor.ambarus@...aro.org>
Cc: linux-samsung-soc@...r.kernel.org, linux-clk@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH RFC/RFT 00/12] clk: samsung: Use platform_driver_probe() to avoid __refdata
Quoting André Draszik (2025-03-07 06:29:18)
>
> I've tried this on top of next-20250225, and it doesn't work on gs101
> either and OOPSes several times during boot in different places, but
> I can not dig deeper right now.
>
> [ 11.502919][ T58] Unable to handle kernel paging request at virtual address ffffbfe2ab25cc30
> [ 11.503128][ T58] Mem abort info:
> [ 11.503202][ T58] ESR = 0x0000000096000007
> [ 11.503295][ T58] EC = 0x25: DABT (current EL), IL = 32 bits
> [ 11.503419][ T58] SET = 0, FnV = 0
> [ 11.503498][ T58] EA = 0, S1PTW = 0
> [ 11.503579][ T58] FSC = 0x07: level 3 translation fault
> [ 11.503695][ T58] Data abort info:
> [ 11.503769][ T58] ISV = 0, ISS = 0x00000007, ISS2 = 0x00000000
> [ 11.503896][ T58] CM = 0, WnR = 0, TnD = 0, TagAccess = 0
> [ 11.504058][ T58] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
> [ 11.504288][ T58] swapper pgtable: 4k pages, 48-bit VAs, pgdp=000000008208c000
> [ 11.504570][ T58] [ffffbfe2ab25cc30] pgd=0000000000000000, p4d=1000000082a58003, pud=1000000082a59003, pmd=1000000082a5d003,
> pte=0000000000000000
> [ 11.505079][ T58] Internal error: Oops: 0000000096000007 [#1] PREEMPT SMP
> [ 11.505346][ T58] Modules linked in:
> [ 11.505495][ T58] CPU: 6 UID: 0 PID: 58 Comm: kworker/u32:1 Tainted: G T 6.14.0-rc4-next-20250225+ #12
> [ 11.505902][ T58] Tainted: [T]=RANDSTRUCT
> [ 11.506061][ T58] Hardware name: Raven (DT)
> [ 11.506230][ T58] Workqueue: events_unbound deferred_probe_work_func
> [ 11.506477][ T58] pstate: 20400005 (nzCv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
> [ 11.506768][ T58] pc : __device_attach_driver+0x18/0x254
> [ 11.506978][ T58] lr : bus_for_each_drv+0xfc/0x154
> [ 11.507168][ T58] sp : ffff8000803abc00
> [ 11.507321][ T58] x29: ffff8000803abc10 x28: ffff00ed403363d0 x27: ffff00ed40336400
> [ 11.507620][ T58] x26: 0000000000000000 x25: ffff00ed4002380d x24: ffff00ed40028000
> [ 11.507919][ T58] x23: ffffbfe2aba26000 x22: 0000000000000000 x21: ffff00ed409f8400
> [ 11.508219][ T58] x20: ffff8000803abca8 x19: ffffbfe2a9a4cf4c x18: 0000000000000040
> [ 11.508518][ T58] x17: 0000000000000001 x16: 0000000000000001 x15: 0000000000000010
> [ 11.508817][ T58] x14: 0000000000000010 x13: 0000000000000093 x12: 0000000000000002
> [ 11.509117][ T58] x11: ffffffffff6070d2 x10: 0000bef56a420260 x9 : 0000000100000000
> [ 11.509416][ T58] x8 : 0000000100000000 x7 : ff7f7f7f7f7f7f7f x6 : 455242436f53531d
> [ 11.509715][ T58] x5 : 1d53536f43425245 x4 : 0000000000000000 x3 : e8c6e6e4bec6c65a
> [ 11.510015][ T58] x2 : 0000000000000062 x1 : ffff8000803abca8 x0 : ffffbfe2ab25cc28
> [ 11.510315][ T58] Call trace:
> [ 11.510436][ T58] __device_attach_driver+0x18/0x254 (P)
> [ 11.510644][ T58] bus_for_each_drv+0xfc/0x154
> [ 11.510819][ T58] __device_attach+0x100/0x1cc
> [ 11.510996][ T58] device_initial_probe+0x14/0x20
> [ 11.511182][ T58] bus_probe_device+0x94/0x100
> [ 11.511359][ T58] deferred_probe_work_func+0xa0/0xfc
platform_driver_probe() is incompatible with deferred probe. It
should have set drv->prevent_deferred_probe to true so the driver must
have gotten onto the deferred probe list somehow when it shouldn't have.
Powered by blists - more mailing lists