From: David S. Miller Date: Wed, 18 Jan 2023 14:31:43 +0000 (+0000) Subject: Merge branch 'sparx5-vcap-improve-locking' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bed91ac0810634e0ae58e575d8a1fb7893b4ac72;p=linux.git Merge branch 'sparx5-vcap-improve-locking' Steen Hegelund says: ==================== sparx5: Improve locking in the VCAP API This improves the VCAP cache and the VCAP rule list protection against access from different sources. The VCAP Admin lock protects the list of rules for the VCAP instance as well as the cache used for encoding and decoding rules. This series provides dedicated functions for accessing rule statistics, decoding rule content, verifying if a rule exists and getting a rule with the lock held, as well as ensuring the use of the lock when the list of rules or the cache is accessed. ==================== Signed-off-by: David S. Miller --- bed91ac0810634e0ae58e575d8a1fb7893b4ac72