summaryrefslogtreecommitdiff
path: root/fs/fs_struct.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2023-08-07 19:11:40 +0200
committerPaul Moore <paul@paul-moore.com>2023-08-09 19:07:49 -0400
commitdee15375484326a684377d6e741fc222a80a15bb (patch)
treed5f0fa962056ad03f268ef0dc6b4989d0ad603f9 /fs/fs_struct.c
parent97842c56b8c80bb43f30ffbecbde0e512025e3ce (diff)
selinux: avoid implicit conversions in policydb code
Use the identical type for local variables, e.g. loop counters. Declare members of struct policydb_compat_info unsigned to consistently use unsigned iterators. They hold read-only non-negative numbers in the global variable policydb_compat. Signed-off-by: Christian Göttsche <cgzones@googlemail.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'fs/fs_struct.c')
0 files changed, 0 insertions, 0 deletions
an title='2020-02-24 13:26:48 -0800'>2020-02-24sctp: Add missing annotation for sctp_transport_walk_start()Jules Irenge 2020-02-24sctp: Add missing annotation for sctp_err_finish()Jules Irenge 2020-02-24ip6mr: Fix RCU list debugging warningAmol Grover 2020-02-24tcp: ipv4: Pass lockdep expression to RCU listsAmol Grover 2020-02-24net: 802: psnap.c: Use built-in RCU list checkingMadhuparna Bhowmik 2020-02-24tcp, ulp: Pass lockdep expression to RCU listsAmol Grover 2020-02-24devlink: add ACL generic packet trapsJiri Pirko 2020-02-24net: Remove unneeded export of a couple of xdp generic functionsDavid Ahern 2020-02-24mac80211: Add api to support configuring TID specific configurationTamizh chelvam 2020-02-24nl80211: Add support to configure TID specific RTSCTS configurationTamizh chelvam 2020-02-24nl80211: Add support to configure TID specific AMPDU configurationTamizh chelvam 2020-02-24nl80211: Add support to configure TID specific retry configurationTamizh chelvam 2020-02-24nl80211: modify TID-config APIJohannes Berg 2020-02-24nl80211: Add NL command to support TID speicific configurationsTamizh chelvam 2020-02-24mac80211: Beacon protection using the new BIGTK (STA)Jouni Malinen 2020-02-24mac80211: Beacon protection using the new BIGTK (AP)Jouni Malinen 2020-02-24mac80211: Update BIP to support Beacon framesJouni Malinen 2020-02-24mac80211: Support BIGTK configuration for Beacon protectionJouni Malinen 2020-02-24cfg80211: Support key configuration for Beacon protection (BIGTK)Jouni Malinen 2020-02-24cfg80211: More error messages for key addition failuresJouni Malinen 2020-02-24Revert "nl80211: add src and dst addr attributes for control port tx/rx"Johannes Berg 2020-02-24Revert "mac80211: support NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_MAC_A...Johannes Berg 2020-02-23igmp: remove unused macro IGMP_Vx_UNSOLICITED_REPORT_INTERVALLi RongQing 2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller