mbox series

[v2,0/2] Fix implicit sign conversions in handshake upcall

Message ID 169530154802.8905.2645661840284268222.stgit@oracle-102.nfsv4bat.org (mailing list archive)
Headers show
Series Fix implicit sign conversions in handshake upcall | expand

Message

Chuck Lever Sept. 21, 2023, 1:07 p.m. UTC
An internal static analysis tool noticed some implicit sign
conversions for some of the arguments in the handshake upcall
protocol.

---

Chuck Lever (2):
      handshake: Fix sign of socket file descriptor fields
      handshake: Fix sign of key_serial_t fields

Changes since v1:
- Rebased on 581512a6dc93 ("vsock/virtio: MSG_ZEROCOPY flag support")

 Documentation/netlink/specs/handshake.yaml |  8 ++++----
 net/handshake/genl.c                       |  2 +-
 net/handshake/netlink.c                    |  2 +-
 net/handshake/tlshd.c                      |  6 +++---
 tools/net/ynl/generated/handshake-user.h   | 10 +++++-----
 5 files changed, 14 insertions(+), 14 deletions(-)

--
Chuck Lever

Comments

Simon Horman Sept. 21, 2023, 9:56 p.m. UTC | #1
On Thu, Sep 21, 2023 at 09:07:14AM -0400, Chuck Lever wrote:
> An internal static analysis tool noticed some implicit sign
> conversions for some of the arguments in the handshake upcall
> protocol.
> 
> ---

...

For series,

Reviewed-by: Simon Horman <horms@kernel.org>
patchwork-bot+netdevbpf@kernel.org Oct. 2, 2023, 7:40 p.m. UTC | #2
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 21 Sep 2023 09:07:14 -0400 you wrote:
> An internal static analysis tool noticed some implicit sign
> conversions for some of the arguments in the handshake upcall
> protocol.
> 
> ---
> 
> Chuck Lever (2):
>       handshake: Fix sign of socket file descriptor fields
>       handshake: Fix sign of key_serial_t fields
> 
> [...]

Here is the summary with links:
  - [v2,1/2] handshake: Fix sign of socket file descriptor fields
    https://git.kernel.org/netdev/net-next/c/a6b07a51b161
  - [v2,2/2] handshake: Fix sign of key_serial_t fields
    https://git.kernel.org/netdev/net-next/c/160f404495aa

You are awesome, thank you!