From: David S. Miller Date: Sat, 5 Feb 2022 15:22:45 +0000 (+0000) Subject: Merge branch 'net-dev-tracking-improvements' X-Git-Tag: v5.18-rc1~136^2~439 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f4f9c93c7049ad56eb6158883a8ce9857b04abe;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'net-dev-tracking-improvements' Eric Dumazet says: ==================== net: device tracking improvements Main goal of this series is to be able to detect the following case which apparently is still haunting us. dev_hold_track(dev, tracker_1, GFP_ATOMIC); dev_hold(dev); dev_put(dev); dev_put(dev); // Should complain loudly here. dev_put_track(dev, tracker_1); // instead of here (as before this series) v2: third patch: I replaced the dev_put() in linkwatch_do_dev() with __dev_put(). ==================== Signed-off-by: David S. Miller --- 8f4f9c93c7049ad56eb6158883a8ce9857b04abe