lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: 
 <175625642950.155051.8630920604442661062.git-patchwork-notify@kernel.org>
Date: Wed, 27 Aug 2025 01:00:29 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Guillaume Nault <gnault@...hat.com>
Cc: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
 edumazet@...gle.com, netdev@...r.kernel.org, horms@...nel.org,
 ap420073@...il.com, andrew+netdev@...n.ch, saeedm@...dia.com,
 leon@...nel.org, tariqt@...dia.com, mbloch@...dia.com,
 ecree.xilinx@...il.com, pablo@...filter.org, laforge@...monks.org,
 dsahern@...nel.org, rostedt@...dmis.org, mhiramat@...nel.org,
 mathieu.desnoyers@...icios.com, martin.lau@...ux.dev, daniel@...earbox.net,
 john.fastabend@...il.com, sdf@...ichev.me, ast@...nel.org, andrii@...nel.org,
 eddyz87@...il.com, song@...nel.org, yonghong.song@...ux.dev,
 kpsingh@...nel.org, haoluo@...gle.com, jolsa@...nel.org,
 kadlec@...filter.org, fw@...len.de, steffen.klassert@...unet.com,
 herbert@...dor.apana.org.au, marcelo.leitner@...il.com, lucien.xin@...il.com,
 idosch@...dia.com
Subject: Re: [PATCH v2 net-next] ipv4: Convert ->flowi4_tos to dscp_t.

Hello:

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

On Mon, 25 Aug 2025 15:37:43 +0200 you wrote:
> Convert the ->flowic_tos field of struct flowi_common from __u8 to
> dscp_t, rename it ->flowic_dscp and propagate these changes to struct
> flowi and struct flowi4.
> 
> We've had several bugs in the past where ECN bits could interfere with
> IPv4 routing, because these bits were not properly cleared when setting
> ->flowi4_tos. These bugs should be fixed now and the dscp_t type has
> been introduced to ensure that variables carrying DSCP values don't
> accidentally have any ECN bits set. Several variables and structure
> fields have been converted to dscp_t already, but the main IPv4 routing
> structure, struct flowi4, is still using a __u8. To avoid any future
> regression, this patch converts it to dscp_t.
> 
> [...]

Here is the summary with links:
  - [v2,net-next] ipv4: Convert ->flowi4_tos to dscp_t.
    https://git.kernel.org/netdev/net-next/c/1bec9d0c0046

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ