Thread (36 messages) 36 messages, 4 authors, 2019-09-06

Re: [PATCH v4 11/11] lib/test_printf: Add tests for %pfw printk modifier

From: Sakari Ailus <sakari.ailus@linux.intel.com>
Date: 2019-09-02 13:09:33
Also in: linux-acpi, lkml

On Mon, Sep 02, 2019 at 03:26:27PM +0300, Andy Shevchenko wrote:
On Mon, Sep 02, 2019 at 11:32:40AM +0300, Sakari Ailus wrote:
quoted
Add a test for the %pfw printk modifier using software nodes.
quoted
+	const struct software_node softnodes[] = {
+		{ .name = "first", },
+		{ .name = "second", .parent = &softnodes[0], },
+		{ .name = "third", .parent = &softnodes[1], },
+		{ NULL /* Guardian */ },
+	};
quoted
+	test(full_name_second, "%pfw",
+	     software_node_fwnode(&softnodes[ARRAY_SIZE(softnodes) - 3]));
+	test(full_name, "%pfw",
+	     software_node_fwnode(&softnodes[ARRAY_SIZE(softnodes) - 2]));
+	test(full_name, "%pfwf",
+	     software_node_fwnode(&softnodes[ARRAY_SIZE(softnodes) - 2]));
+	test(second_name, "%pfwP",
+	     software_node_fwnode(&softnodes[ARRAY_SIZE(softnodes) - 3]));
+	test(third_name, "%pfwP",
+	     software_node_fwnode(&softnodes[ARRAY_SIZE(softnodes) - 2]));

These can be shorted and easier to parse if you use absolute indexes.
The above doesn't end up accessing out-of-bounds memory without compiler
errors or warnings if the array is changed, therefore I'd prefer to keep it
as-is.

But I'll remove the comma from the guardian entry for v5. :-)

-- 
Sakari Ailus
sakari.ailus@linux.intel.com
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help