From: Simon Horman <horms@kernel•org>
To: lucien.xin@gmail•com
Cc: Simon Horman <horms@kernel•org>,
steved@redhat•com, marcelo.leitner@gmail•com,
aahringo@redhat•com, alibuda@linux•alibaba.com,
jbaron@akamai•com, hare@suse•de, kuba@kernel•org, tom@talpey•com,
linux-cifs@vger•kernel.org, daniel@haxx•se, quic@lists•linux.dev,
jlayton@kernel•org, tfanelli@redhat•com, dhowells@redhat•com,
linkinjeon@kernel•org, hepengtao@xiaomi•com, pc@manguebit•com,
kernel-tls-handshake@lists•linux.dev, illiliti@protonmail•com,
xiyou.wangcong@gmail•com, andrew.gospodarek@broadcom•com,
mail@johnericson•me, edumazet@google•com, pabeni@redhat•com,
matttbe@kernel•org, netdev@vger•kernel.org, smfrench@gmail•com,
metze@samba•org, mbuhl@openbsd•org, chuck.lever@oracle•com,
dreibh@simula•no, davem@davemloft•net, sd@queasysnail•net
Subject: Re: [net-next,v9,05/15] quic: provide quic.h header files for kernel and userspace
Date: Thu, 5 Feb 2026 11:55:06 +0000 [thread overview]
Message-ID: <20260205115506.2195311-1-horms@kernel.org> (raw)
In-Reply-To: <b3e81a27cc3e4c03fa8357c2c77b238997e48610.1770042461.git.lucien.xin@gmail.com>
This is an AI-generated review of your patch. The human sending this
email has considered the AI review valid, or at least plausible.
For local reproduction steps see https://netdev-ai.bots.linux.dev/ai-local.html
---
quic: provide quic.h header files for kernel and userspace
This commit adds quic.h header files in include/uapi/linux and
include/linux to provide the necessary definitions for the QUIC
socket API.
> diff --git a/include/uapi/linux/quic.h b/include/uapi/linux/quic.h
> --- /dev/null
> +++ b/include/uapi/linux/quic.h
[ ... ]
> +enum quic_msg_flags {
> + /* flags for stream_flags */
> + MSG_QUIC_STREAM_NEW = MSG_SYN,
> + MSG_QUIC_STREAM_FIN = MSG_FIN,
> + MSG_QUIC_STREAM_UNI = MSG_CONFIRM,
> + MSG_QUIC_STREAM_DONTWAIT = MSG_WAITFORONE,
> + MSG_QUIC_STREAM_SNDBLOCK = MSG_ERRQUEUE,
> +
> + /* extented flags for msg_flags */
This isn't a bug, but there's a typo: "extented" should be "extended".
next prev parent reply other threads:[~2026-02-05 11:55 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-02 14:27 [PATCH net-next v9 00/15] net: introduce QUIC infrastructure and core subcomponents Xin Long
2026-02-02 14:27 ` [PATCH net-next v9 01/15] net: define IPPROTO_QUIC and SOL_QUIC constants Xin Long
2026-02-02 14:27 ` [PATCH net-next v9 02/15] net: build socket infrastructure for QUIC protocol Xin Long
2026-02-05 11:54 ` [net-next,v9,02/15] " Simon Horman
2026-02-05 12:48 ` Paolo Abeni
2026-02-05 19:03 ` Xin Long
2026-02-02 14:27 ` [PATCH net-next v9 03/15] quic: provide common utilities and data structures Xin Long
2026-02-05 11:54 ` [net-next,v9,03/15] " Simon Horman
2026-02-05 12:51 ` Paolo Abeni
2026-02-05 19:18 ` Xin Long
2026-02-02 14:27 ` [PATCH net-next v9 04/15] quic: provide family ops for address and protocol Xin Long
2026-02-02 14:27 ` [PATCH net-next v9 05/15] quic: provide quic.h header files for kernel and userspace Xin Long
2026-02-05 11:55 ` Simon Horman [this message]
2026-02-05 19:37 ` [net-next,v9,05/15] " Xin Long
2026-02-02 14:27 ` [PATCH net-next v9 06/15] quic: add stream management Xin Long
2026-02-05 11:55 ` [net-next,v9,06/15] " Simon Horman
2026-02-05 18:56 ` Xin Long
2026-02-02 14:27 ` [PATCH net-next v9 07/15] quic: add connection id management Xin Long
2026-02-02 14:27 ` [PATCH net-next v9 08/15] quic: add path management Xin Long
2026-02-02 14:27 ` [PATCH net-next v9 09/15] quic: add congestion control Xin Long
2026-02-05 11:55 ` [net-next,v9,09/15] " Simon Horman
2026-02-05 19:00 ` Xin Long
2026-02-02 14:27 ` [PATCH net-next v9 10/15] quic: add packet number space Xin Long
2026-02-02 14:27 ` [PATCH net-next v9 11/15] quic: add crypto key derivation and installation Xin Long
2026-02-02 14:27 ` [PATCH net-next v9 12/15] quic: add crypto packet encryption and decryption Xin Long
2026-02-02 14:27 ` [PATCH net-next v9 13/15] quic: add timer management Xin Long
2026-02-02 14:27 ` [PATCH net-next v9 14/15] quic: add packet builder base Xin Long
2026-02-02 14:27 ` [PATCH net-next v9 15/15] quic: add packet parser base Xin Long
2026-02-05 11:55 ` [net-next,v9,15/15] " Simon Horman
2026-02-05 19:02 ` Xin Long
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=20260205115506.2195311-1-horms@kernel.org \
--to=horms@kernel$(echo .)org \
--cc=aahringo@redhat$(echo .)com \
--cc=alibuda@linux$(echo .)alibaba.com \
--cc=andrew.gospodarek@broadcom$(echo .)com \
--cc=chuck.lever@oracle$(echo .)com \
--cc=daniel@haxx$(echo .)se \
--cc=davem@davemloft$(echo .)net \
--cc=dhowells@redhat$(echo .)com \
--cc=dreibh@simula$(echo .)no \
--cc=edumazet@google$(echo .)com \
--cc=hare@suse$(echo .)de \
--cc=hepengtao@xiaomi$(echo .)com \
--cc=illiliti@protonmail$(echo .)com \
--cc=jbaron@akamai$(echo .)com \
--cc=jlayton@kernel$(echo .)org \
--cc=kernel-tls-handshake@lists$(echo .)linux.dev \
--cc=kuba@kernel$(echo .)org \
--cc=linkinjeon@kernel$(echo .)org \
--cc=linux-cifs@vger$(echo .)kernel.org \
--cc=lucien.xin@gmail$(echo .)com \
--cc=mail@johnericson$(echo .)me \
--cc=marcelo.leitner@gmail$(echo .)com \
--cc=matttbe@kernel$(echo .)org \
--cc=mbuhl@openbsd$(echo .)org \
--cc=metze@samba$(echo .)org \
--cc=netdev@vger$(echo .)kernel.org \
--cc=pabeni@redhat$(echo .)com \
--cc=pc@manguebit$(echo .)com \
--cc=quic@lists$(echo .)linux.dev \
--cc=sd@queasysnail$(echo .)net \
--cc=smfrench@gmail$(echo .)com \
--cc=steved@redhat$(echo .)com \
--cc=tfanelli@redhat$(echo .)com \
--cc=tom@talpey$(echo .)com \
--cc=xiyou.wangcong@gmail$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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