On 3/24/23 11:59, Nico Boehr wrote:
Quoting Pierre Morel (2023-03-20 09:56:42)
[...]
+ * check_tle:
+ * @tc: pointer to first TLE
+ *
+ * Recursively check the containers TLEs until we
+ * find a CPU TLE.
+ */
+static uint8_t *check_tle(void *tc)
+{
[...]
+ report(!cpus->d || (cpus->pp == 3 || cpus->pp == 0),
+ "Dedication versus entitlement");
Maybe skip here if the CPU is not dedicated? With shared CPUs we really can't check much here.
Thinking more about this I think I will not change this but I better will
make two check one for horizontal and once for vertical polarization.