Re: [kvm-unit-tests PATCH v10 1/2] s390x: topology: Check the Perform Topology Function

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 29/06/2023 10.49, Nico Boehr wrote:
Quoting Pierre Morel (2023-06-27 10:21:54)
[...]
diff --git a/s390x/topology.c b/s390x/topology.c
new file mode 100644
index 0000000..7e1bbf9
--- /dev/null
+++ b/s390x/topology.c
@@ -0,0 +1,190 @@
[...]
+static void check_privilege(int fc)
+{
+       unsigned long rc;
+       char buf[20];
+
+       snprintf(buf, sizeof(buf), "Privileged fc %d", fc);
+       report_prefix_push(buf);

We have report_prefix_pushf (note the f at the end!) for this.

I can fix that up when picking in case there's no new version, though.

With that fixed:

Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Kernel Development]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Info]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Linux Media]     [Device Mapper]

  Powered by Linux