[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200708230402.1644819-1-ndesaulniers@google.com>
Date: Wed, 8 Jul 2020 16:04:00 -0700
From: Nick Desaulniers <ndesaulniers@...gle.com>
To: "David S . Miller" <davem@...emloft.net>
Cc: Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
Martin KaFai Lau <kafai@...com>,
Song Liu <songliubraving@...com>, Yonghong Song <yhs@...com>,
Andrii Nakryiko <andriin@...com>,
John Fastabend <john.fastabend@...il.com>,
KP Singh <kpsingh@...omium.org>, oss-drivers@...ronome.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
Jakub Kicinski <kuba@...nel.org>,
Alex Elder <elder@...aro.org>,
Nick Desaulniers <ndesaulniers@...gle.com>
Subject: [PATCH v2 0/2 net] bitfield.h cleanups
Two patches, one that removes a BUILD_BUG_ON for a case that is not a
compile time bug (exposed by compiler optimization).
The second is a general cleanup in the area.
I decided to leave the BUILD_BUG_ON case first, as I hope it will
simplify being able to backport it to stable, and because I don't think
there's any type promotion+conversion bugs there.
Though it would be nice to use consistent types widths and signedness,
equality against literal zero is not an issue.
Jakub Kicinski (1):
bitfield.h: don't compile-time validate _val in FIELD_FIT
Nick Desaulniers (1):
bitfield.h: split up __BF_FIELD_CHECK macro
.../netronome/nfp/nfpcore/nfp_nsp_eth.c | 11 ++++----
include/linux/bitfield.h | 26 +++++++++++++------
2 files changed, 24 insertions(+), 13 deletions(-)
--
2.27.0.383.g050319c2ae-goog
Powered by blists - more mailing lists