Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1427017
| From | Julia Lawall <julia.lawall@lip6.fr> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 1/3] coccinelle: also catch kzfree() issues |
| Date | 2016-06-20 22:30 +0200 |
| Message-ID | <rMdZw-4vT-15@gated-at.bofh.it> (permalink) |
| References | <rBZOa-7tz-31@gated-at.bofh.it> <rBZOa-7tz-33@gated-at.bofh.it> <rBZOa-7tz-29@gated-at.bofh.it> <rM7r4-jP-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, 20 Jun 2016, Michal Marek wrote:
> On 2016-05-23 17:18, Julia Lawall wrote:
> >
> >
> > On Mon, 23 May 2016, Yann Droneaud wrote:
> >
> >> Since commit 3ef0e5ba4673 ('slab: introduce kzfree()'),
> >> kfree() is no more the only function to be considered:
> >> kzfree() should be recognized too.
> >>
> >> In particular, kzfree() must not be called on memory
> >> allocated through devm_*() functions.
> >>
> >> Cc: Johannes Weiner <hannes@cmpxchg.org>
> >> Signed-off-by: Yann Droneaud <ydroneaud@opteya.com>
> >
> > Acked-by: Julia Lawall <julia.lawall@lip6.fr>
>
> Hi Julia,
>
> does your ACK apply to the other two patches as well?
Sorry, I seem to have missed the other two. I have reviewed them now, and
the ack applies to all three. Thanks for checking on it.
julia
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH v2 1/3] coccinelle: also catch kzfree() issues Michal Marek <mmarek@suse.com> - 2016-06-20 15:30 +0200
Re: [PATCH v2 1/3] coccinelle: also catch kzfree() issues Julia Lawall <julia.lawall@lip6.fr> - 2016-06-20 22:30 +0200
Re: [PATCH v2 1/3] coccinelle: also catch kzfree() issues Michal Marek <mmarek@suse.com> - 2016-06-21 12:10 +0200
Re: [PATCH v2 1/3] coccinelle: also catch kzfree() issues Julia Lawall <julia.lawall@lip6.fr> - 2016-06-21 13:40 +0200
Re: [PATCH v2 1/3] coccinelle: also catch kzfree() issues Yann Droneaud <ydroneaud@opteya.com> - 2016-06-21 14:30 +0200
csiph-web