Re: [PATCH v8 5/5] riscv_cbqri: Add CBQRI capacity allocation platform driver
From: Drew Fustini
Date: Fri Sep 18 2026 - 16:10:20 EST
On Thu, Sep 17, 2026 at 05:11:15PM +0000, sashiko-bot@xxxxxxxxxx wrote:
[..]
> > + ret = of_property_read_u32(dev->of_node, "riscv,cbqri-rcid", &rcid_count);
> > + if (ret) {
> > + dev_err(dev, "missing riscv,cbqri-rcid\n");
> > + return ret;
> > + }
>
> [Severity: Medium]
> Does this unconditionally fail probe for valid monitoring-only capacity
> controllers?
Yes, because this is patch is only adding support for capacity
allocation.
The hardware I have access to only implements capacity allocation. I
plan to add monitoring support in a future series - hopefully with
feedback from vendors who are implementing monitoring support in
hardware.
Drew