From: Johannes Berg <johan...@sipsolutions.net> Date: Fri, 26 Apr 2019 14:13:46 +0200
> From: Johannes Berg <johannes.b...@intel.com> > > Now that we have nested policies, we can theoretically > recurse forever parsing attributes if a (sub-)policy > refers back to a higher level one. This is a situation > that has happened in nl80211, and we've avoided it there > by not linking it. > > Add some code to netlink parsing to limit recursion depth, > allowing us to safely change nl80211 to actually link the > nested policy, which in turn allows some code cleanups. > > Signed-off-by: Johannes Berg <johannes.b...@intel.com> This doesn't apply cleanly to 'net', is there some dependency I am unaware of or is this because of a recent mac80211 pull into my tree? Thanks.