public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Xiong Nandi <xndchn@gmail.com>
Cc: Xiong Nandi <xndchn@gmail.com>, Hongren Zheng <i@zenithal.me>,
	linux-kernel@vger.kernel.org (open list),
	linux-usb@vger.kernel.org (open list:USB OVER IP DRIVER)
Subject: [PATCH 0/2] usbip: Fix seqnum sign extension and format specifier issues
Date: Wed,  1 Jan 2025 00:15:36 +0800	[thread overview]
Message-ID: <20241231161539.20192-1-xndchn@gmail.com> (raw)

Xiong Nandi (2):
  usbip: Fix seqnum sign extension issue in vhci_tx_urb
  usbip: Correct format specifier for seqnum from %d to %u

 drivers/usb/usbip/stub_rx.c  | 2 +-
 drivers/usb/usbip/stub_tx.c  | 2 +-
 drivers/usb/usbip/vhci_hcd.c | 2 +-
 drivers/usb/usbip/vhci_rx.c  | 6 +++---
 drivers/usb/usbip/vudc_tx.c  | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

-- 
2.25.1


             reply	other threads:[~2024-12-31 16:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-31 16:15 Xiong Nandi [this message]
2024-12-31 16:15 ` [PATCH 1/2] usbip: Fix seqnum sign extension issue in vhci_tx_urb Xiong Nandi
2025-01-02 22:06   ` Shuah Khan
2025-01-03 15:18     ` xndcn
2025-01-09 16:02       ` Shuah Khan
2025-01-13 13:29         ` xndcn
2025-01-15 21:14   ` Shuah Khan
2024-12-31 16:15 ` [PATCH 2/2] usbip: Correct format specifier for seqnum from %d to %u Xiong Nandi
2025-01-02 22:09   ` Shuah Khan
2025-01-03 15:25     ` xndcn
2025-01-15 21:14   ` Shuah Khan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241231161539.20192-1-xndchn@gmail.com \
    --to=xndchn@gmail.com \
    --cc=i@zenithal.me \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox