Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1464625
| From | Oleg Nesterov <oleg@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] uprobes: memory leak in enable/disable loop |
| Date | 2016-08-17 17:40 +0200 |
| Message-ID | <s7b6F-2UT-21@gated-at.bofh.it> (permalink) |
| References | <s6x9g-1ZP-9@gated-at.bofh.it> <s6NnH-49C-1@gated-at.bofh.it> <s6Nxn-4cZ-1@gated-at.bofh.it> <s6NH3-4gh-13@gated-at.bofh.it> <s6PSy-5xO-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 08/16, Brenden Blanco wrote: > > This passes my tests, thanks! Great, thanks Brenden! > Please note that I applied this to 4.4.15+ubuntu-patches kernel, since that > was what I had most handy, therefore I had to adjust the patch to remove the > unavailable 'compound' bool parameter in 4.4 kernels. Yes, sure, this is correct. Ingo, could you take this fix? IMO 1/2 is 4.8 and -stable matterial. As for 2/2 it is purely cosmetic but I simply can't resist, I wanted to make this change every time I had to look at __replace_page(). Oleg. kernel/events/uprobes.c | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-)
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
uprobes: memory leak in enable/disable loop Brenden Blanco <bblanco@plumgrid.com> - 2016-08-15 23:00 +0200
Re: uprobes: memory leak in enable/disable loop Oleg Nesterov <oleg@redhat.com> - 2016-08-16 16:20 +0200
Re: uprobes: memory leak in enable/disable loop Oleg Nesterov <oleg@redhat.com> - 2016-08-16 16:30 +0200
Re: uprobes: memory leak in enable/disable loop Michal Hocko <mhocko@kernel.org> - 2016-08-16 16:40 +0200
Re: uprobes: memory leak in enable/disable loop Oleg Nesterov <oleg@redhat.com> - 2016-08-16 16:40 +0200
Re: uprobes: memory leak in enable/disable loop Brenden Blanco <bblanco@plumgrid.com> - 2016-08-16 19:00 +0200
[PATCH 0/2] uprobes: memory leak in enable/disable loop Oleg Nesterov <oleg@redhat.com> - 2016-08-17 17:40 +0200
[PATCH 1/2] uprobes: fix the memcg accounting Oleg Nesterov <oleg@redhat.com> - 2016-08-17 17:40 +0200
[tip:perf/urgent] uprobes: Fix the memcg accounting tip-bot for Oleg Nesterov <tipbot@zytor.com> - 2016-08-18 10:20 +0200
[PATCH 2/2] uprobes: rename the "struct page *" args of __replace_page() Oleg Nesterov <oleg@redhat.com> - 2016-08-17 17:50 +0200
[tip:perf/core] uprobes: Rename the "struct page *" args of __replace_page() tip-bot for Oleg Nesterov <tipbot@zytor.com> - 2016-08-18 13:00 +0200
Re: uprobes: memory leak in enable/disable loop Johannes Weiner <hannes@cmpxchg.org> - 2016-08-16 19:50 +0200
csiph-web