[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250905132543.GG553991@horms.kernel.org>
Date: Fri, 5 Sep 2025 14:25:43 +0100
From: Simon Horman <horms@...nel.org>
To: alistair23@...il.com
Cc: chuck.lever@...cle.com, hare@...nel.org,
kernel-tls-handshake@...ts.linux.dev, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org,
linux-nvme@...ts.infradead.org, linux-nfs@...r.kernel.org,
kbusch@...nel.org, axboe@...nel.dk, hch@....de, sagi@...mberg.me,
kch@...dia.com, Alistair Francis <alistair.francis@....com>
Subject: Re: [PATCH v2 7/7] nvmet-tcp: Support KeyUpdate
On Fri, Sep 05, 2025 at 12:46:59PM +1000, alistair23@...il.com wrote:
...
> diff --git a/drivers/nvme/target/tcp.c b/drivers/nvme/target/tcp.c
...
> static int nvmet_tcp_tls_record_ok(struct nvmet_tcp_queue *queue,
> struct msghdr *msg, char *cbuf)
> {
> struct cmsghdr *cmsg = (struct cmsghdr *)cbuf;
> - u8 ctype, level, description;
> + u8 ctype, htype, level, description;
nit: htype is unused in this function
Flagged by W=1 builds.
> int ret = 0;
>
> ctype = tls_get_record_type(queue->sock->sk, cmsg);
...
Powered by blists - more mailing lists