Re: [PATCH 1/9] coresight: change coresight_device lock type to raw_spinlock_t

From: Steven Rostedt
Date: Tue Dec 03 2024 - 10:21:00 EST


On Tue, 3 Dec 2024 08:31:54 +0000
Yeo Reum Yun <YeoReum.Yun@xxxxxxx> wrote:

> Hi Steve,
>
> > Still should be documented somewhere. It should describe the maximum number
> > of feats that will ever be loaded. If there's a max, it makes it back to
> > O(1). With a 'k' of how long it takes to process the max number of feats.
>
> But with other patchset seems better
> since not only this function, but also for other functions too.

Which other patchset?

>
> BTW, is there any example describing this I can refer?

No, it's on our todo list for RT. To document the RT behavior of the
kernel. This is just one location.

-- Steve