Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1674248
| From | Andy Shevchenko <andy.shevchenko@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V4] acpi: acpica: fix acpi parse and parseext cache leaks |
| Date | 2017-06-25 18:20 +0200 |
| Message-ID | <tWiqt-7jf-3@gated-at.bofh.it> (permalink) |
| References | <tVtei-oa-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Jun 23, 2017 at 12:36 PM, Seunghun Han <kkamagui@gmail.com> wrote:
> I'm Seunghun Han, and I work for National Security Research Institute of
> South Korea.
> - /* Clean up */
> - do {
> - if (op) {
> - status2 =
> - acpi_ps_complete_this_op
> - (walk_state, op);
> - if (ACPI_FAILURE
> - (status2)) {
> - return_ACPI_STATUS
> - (status2);
> - }
> - }
> -
> - acpi_ps_pop_scope(&
> - (walk_state->
> - parser_state),
> - &op,
> - &walk_state->
> - arg_types,
> - &walk_state->
> - arg_count);
> -
> - } while (op);
I didn't get, do you send an incremental patch as a new version?!
--
With Best Regards,
Andy Shevchenko
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH V4] acpi: acpica: fix acpi parse and parseext cache leaks Seunghun Han <kkamagui@gmail.com> - 2017-06-23 11:40 +0200
Re: [PATCH V4] acpi: acpica: fix acpi parse and parseext cache leaks Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-06-25 18:20 +0200
Re: [PATCH V4] acpi: acpica: fix acpi parse and parseext cache leaks Seunghun Han <kkamagui@gmail.com> - 2017-06-26 07:30 +0200
csiph-web