[PATCH v2 0/2] USB core hub error handling.

Griffin Kroah-Hartman posted 2 patches 3 days, 14 hours ago
There is a newer version of this series
drivers/usb/core/hub.c | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
[PATCH v2 0/2] USB core hub error handling.
Posted by Griffin Kroah-Hartman 3 days, 14 hours ago
A small patch series dedicated to strengthening error handling and
readability in drivers/usb/core/hub.c

Signed-off-by: Griffin Kroah-Hartman <griffin@kroah.com>
---
Changes in v2:
- Added a patch rearranging error handling logic.
- Link to v1: https://patch.msgid.link/20260714-usb_core_patches_2-v1-1-4229a368a633@kroah.com

To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
Cc: linux-kernel@vger.kernel.org

---
Griffin Kroah-Hartman (2):
      usb: core: Strengthen error handling in hub_hub_status()
      usb: core: reformat error handling and messages

 drivers/usb/core/hub.c | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)
---
base-commit: a13c140cc289c0b7b3770bce5b3ad42ab35074aa
change-id: 20260714-usb_core_patches_2-a3eb9d1b7b9e

Best regards,
--  
Griffin Kroah-Hartman <griffin@kroah.com>
Re: [PATCH v2 0/2] USB core hub error handling.
Posted by Alan Stern 3 days, 9 hours ago
On Tue, Jul 21, 2026 at 12:15:18PM +0200, Griffin Kroah-Hartman wrote:
> A small patch series dedicated to strengthening error handling and
> readability in drivers/usb/core/hub.c
> 
> Signed-off-by: Griffin Kroah-Hartman <griffin@kroah.com>
> ---

For both patches:

Acked-by: Alan Stern <stern@rowland.harvard.edu>

> Changes in v2:
> - Added a patch rearranging error handling logic.
> - Link to v1: https://patch.msgid.link/20260714-usb_core_patches_2-v1-1-4229a368a633@kroah.com
> 
> To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: linux-usb@vger.kernel.org
> Cc: linux-kernel@vger.kernel.org
> 
> ---
> Griffin Kroah-Hartman (2):
>       usb: core: Strengthen error handling in hub_hub_status()
>       usb: core: reformat error handling and messages
> 
>  drivers/usb/core/hub.c | 14 ++++++++------
>  1 file changed, 8 insertions(+), 6 deletions(-)
> ---
> base-commit: a13c140cc289c0b7b3770bce5b3ad42ab35074aa
> change-id: 20260714-usb_core_patches_2-a3eb9d1b7b9e
> 
> Best regards,
> --  
> Griffin Kroah-Hartman <griffin@kroah.com>
>