diff options
| author | David S. Miller <[email protected]> | 2017-10-22 01:22:40 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2017-10-22 01:22:40 +0000 |
| commit | 36341de257a127f3e73fdfb758e017e3a8548fb0 (patch) | |
| tree | 047ba8c6ba1f159c9339923ca939dbb2d81c5897 /net/unix/af_unix.c | |
| parent | Merge branch 'hns3-loopback-selftest' (diff) | |
| parent | drivers, connector: convert cn_callback_entry.refcnt from atomic_t to refcount_t (diff) | |
| download | kernel-36341de257a127f3e73fdfb758e017e3a8548fb0.tar.gz kernel-36341de257a127f3e73fdfb758e017e3a8548fb0.zip | |
Merge branch 'net-driver-refcont_t'
Elena Reshetova says:
====================
networking drivers refcount_t conversions
Note: these are the last patches related to networking that perform
conversion of refcounters from atomic_t to refcount_t.
In contrast to the core network refcounter conversions that
were merged earlier, these are much more straightforward ones.
This series, for various networking drivers, replaces atomic_t reference
counters with the new refcount_t type and API (see include/linux/refcount.h).
By doing this we prevent intentional or accidental
underflows or overflows that can led to use-after-free vulnerabilities.
The patches are fully independent and can be cherry-picked separately.
Patches are based on top of net-next.
If there are no objections to the patches, please merge them via respective trees
====================
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
