On 28.08.25 17:00, Vlastimil Babka wrote: > On 8/28/25 10:01, Vlastimil Babka wrote: >> On 8/28/25 09:43, Thorsten Leemhuis wrote: >>> On 27.08.25 10:26, Vlastimil Babka wrote: >>>> Specifying a non-zero value for a new struct kmem_cache_args field >>>> sheaf_capacity will setup a caching layer of percpu arrays called >>>> sheaves of given capacity for the created cache. >>>> [...] >>> >>> This patch showed up in linux-next today and from a *quick* glance at >>> things I suspect it might be the reason why my daily next rpm builds for >>> Fedora failed today like this: >> >> Hi, thanks for the report. > [...] >>> Full log: >>> https://download.copr.fedorainfracloud.org/results/@kernel-vanilla/next/fedora-rawhide-x86_64/09498568-next-next-all/builder-live.log.gz >> >> Oh so I assume the .config here has both LOCKDEP and PREEMPT_RT? >> I tried to make lockdep_assert_held() with trylock but forgot about the RT >> difference. The solution is Alexei's patch >> >> https://lore.kernel.org/all/20250718021646.73353-2- >> alexei.starovoi...@gmail.com/ >> >> Wonder if I can just fast-track it to here from that series? > > Did that for tomorrow's -next
Thx, today's -next build worked smoothly! Ciao, Thorsten