Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1601384
| From | Pablo Neira Ayuso <pablo@netfilter.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/7] net, netfilter refcounter conversions |
| Date | 2017-03-15 14:10 +0100 |
| Message-ID | <tlgQG-85t-25@gated-at.bofh.it> (permalink) |
| References | <tlf8d-6Rk-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Mar 15, 2017 at 01:10:38PM +0200, Elena Reshetova wrote: > This series, for the netfilter subsystem, 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. > > Please take the series to your tree if there are no run-time issues. Could you collapse all of your patches into one single? They are all part of the same logical change to me. > 21 files changed, 85 insertions(+), 75 deletions(-) The diffstat is small enough to do what I'm asking. Thanks!
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/7] net, netfilter refcounter conversions Elena Reshetova <elena.reshetova@intel.com> - 2017-03-15 12:20 +0100
[PATCH 4/7] net, netfilter: convert nf_acct.refcnt from atomic_t to refcount_t Elena Reshetova <elena.reshetova@intel.com> - 2017-03-15 12:20 +0100
Re: [PATCH 0/7] net, netfilter refcounter conversions Pablo Neira Ayuso <pablo@netfilter.org> - 2017-03-15 14:10 +0100
RE: [PATCH 0/7] net, netfilter refcounter conversions "Reshetova, Elena" <elena.reshetova@intel.com> - 2017-03-16 09:00 +0100
Re: [PATCH 0/7] net, netfilter refcounter conversions Pablo Neira Ayuso <pablo@netfilter.org> - 2017-03-17 13:00 +0100
csiph-web