[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1722839425.git.christophe.jaillet@wanadoo.fr>
Date: Mon, 5 Aug 2024 08:40:36 +0200
From: Christophe JAILLET <christophe.jaillet@...adoo.fr>
To: stas.yakovlev@...il.com,
kvalo@...nel.org,
gregkh@...uxfoundation.org,
davem@...emloft.net,
edumazet@...gle.com,
kuba@...nel.org,
pabeni@...hat.com,
johannes@...solutions.net
Cc: linux-wireless@...r.kernel.org,
linux-staging@...ts.linux.dev,
netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org,
Christophe JAILLET <christophe.jaillet@...adoo.fr>
Subject: [PATCH v2 0/3] Constify struct lib80211_crypto_ops
This serie constify struct lib80211_crypto_ops. This sutructure is
mostly some function pointers, so having it in a read-only section
when possible is safer.
The 1st patch, update some function prototypes and data structures in
lib80211.
The 2nd patch constifies some struct lib80211_crypto_ops in lib80211.
This moves some data to a read-only section, so increase overall
security.
The 3rd patch does the same for staging/rtl8192e.
Note that the functions have looked in staging/rtl8192e look really
similar to the ones in lib80211. Maybe it could be removed in favor of
the latter.
Each patch in the serie has been compile tested only.
Changes in v2:
- patch 1: Update ipw2x00/libipw_wx.c as well [Simon Horman]
- patch 2, 3 : no changes
Christophe JAILLET (3):
lib80211: Handle const struct lib80211_crypto_ops in lib80211
lib80211: Constify struct lib80211_crypto_ops
staging: rtl8192e: Constify struct lib80211_crypto_ops
drivers/net/wireless/intel/ipw2x00/libipw_wx.c | 2 +-
drivers/staging/rtl8192e/rtllib_crypt_ccmp.c | 2 +-
drivers/staging/rtl8192e/rtllib_crypt_tkip.c | 2 +-
drivers/staging/rtl8192e/rtllib_crypt_wep.c | 2 +-
drivers/staging/rtl8192e/rtllib_wx.c | 2 +-
include/net/lib80211.h | 8 ++++----
net/wireless/lib80211.c | 10 +++++-----
net/wireless/lib80211_crypt_ccmp.c | 2 +-
net/wireless/lib80211_crypt_tkip.c | 2 +-
net/wireless/lib80211_crypt_wep.c | 2 +-
10 files changed, 17 insertions(+), 17 deletions(-)
--
2.45.2
Powered by blists - more mailing lists