aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/diffconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2022-03-14 10:06:54 +0000
committerDavid S. Miller <davem@davemloft.net>2022-03-14 10:06:54 +0000
commitd96657dc9238f8e9bda47b377e17e7c6f90935af (patch)
tree016666de92847148d489058102bdd5023d62869b /scripts/diffconfig
parentMerge tag 'linux-can-next-for-5.18-20220313' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next (diff)
parentnet: macvlan: add net device refcount tracker (diff)
Merge branch 'macvlan-uaf'
Ziyang Xuan says: ==================== net: macvlan: fix potential UAF problem for lowerdev Add the reference operation to lowerdev of macvlan to avoid the potential UAF problem under the following known scenario: Someone module puts the NETDEV_UNREGISTER event handler to a work, and lowerdev is accessed in the work handler. But when the work is excuted, lowerdev has been destroyed because upper macvlan did not get reference to lowerdev correctly. In addition, add net device refcount tracker to macvlan. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/diffconfig')
0 files changed, 0 insertions, 0 deletions
ce77be874172309e7b5c44ff0281e2?s=13&d=retro' />Florian Weimer1-0/+2 2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1 2012-08-07Move common dirent implementation from sysdeps/unix to sysdeps/posix.Roland McGrath1-0/+48