[PATCH 0/3] greybus: svc: fix hello processing

Johan Hovold posted 3 patches 4 years, 4 months ago
drivers/greybus/svc.c | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)
[PATCH 0/3] greybus: svc: fix hello processing
Posted by Johan Hovold 4 years, 4 months ago
Dan found and fixed a bug in the SVC HELLO request error handling which
was introduced when adding a temporary hack to reconfigure the link at
HELLO.

The implementation of the hack abuses the deferred-request processing
mechanism to send the link-configuration request, which makes the
HELLO processing a bit hard to follow.

The last two patches attempt to remedy this.

This could go into either 5.17-rc or -next.

Johan


Dan Carpenter (1):
  greybus: svc: fix an error handling bug in gb_svc_hello()

Johan Hovold (2):
  greybus: svc: clean up hello error path
  greybus: svc: clean up link configuration hack at hello

 drivers/greybus/svc.c | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

-- 
2.34.1

Re: [PATCH 0/3] greybus: svc: fix hello processing
Posted by Dan Carpenter 4 years, 4 months ago
Thanks, Johan!

regards,
dan carpenter