All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] software nodes: Fix use of potentially uninitialized variable
@ 2019-08-30  7:51 Heikki Krogerus
  2019-08-30  7:51 ` [PATCH v3 1/2] software node: Initialize the return value in software_node_to_swnode() Heikki Krogerus
  2019-08-30  7:51 ` [PATCH v3 2/2] software node: Initialize the return value in software_node_find_by_name() Heikki Krogerus
  0 siblings, 2 replies; 7+ messages in thread
From: Heikki Krogerus @ 2019-08-30  7:51 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Greg Kroah-Hartman, linux-kernel

Hi,

The patches now have a bit better commit messages (hopefully).

Rafael should take these since the patches that these fix are
in his tree.

thanks,

Heikki Krogerus (2):
  software node: Initialize the return value in
    software_node_to_swnode()
  software node: Initialize the return value in
    software_node_find_by_name()

 drivers/base/swnode.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.23.0.rc1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-09-04 21:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-30  7:51 [PATCH v3 0/2] software nodes: Fix use of potentially uninitialized variable Heikki Krogerus
2019-08-30  7:51 ` [PATCH v3 1/2] software node: Initialize the return value in software_node_to_swnode() Heikki Krogerus
2019-09-04 12:07   ` Greg Kroah-Hartman
2019-09-04 21:03     ` Rafael J. Wysocki
2019-08-30  7:51 ` [PATCH v3 2/2] software node: Initialize the return value in software_node_find_by_name() Heikki Krogerus
2019-09-04 12:07   ` Greg Kroah-Hartman
2019-09-04 21:06     ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.