Re: [PATCH 46/73] ACPICA: Fixed a couple memory leaks associated with "implicit return" objects when the AML Interpreter slack mode is enabled

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Bob reports that this one breaks implicit return,
so I'm dropping it.

thanks,
-Len

On Saturday 12 April 2008, Len Brown wrote:
> From: Bob Moore <robert.moore@xxxxxxxxx>
> 
> Lin Ming BZ 349
> 
> Signed-off-by: Bob Moore <robert.moore@xxxxxxxxx>
> Signed-off-by: Alexey Starikovskiy <astarikovskiy@xxxxxxx>
> Signed-off-by: Len Brown <len.brown@xxxxxxxxx>
> ---
>  drivers/acpi/dispatcher/dsmethod.c |    3 +++
>  drivers/acpi/dispatcher/dsmthdat.c |    2 ++
>  2 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/acpi/dispatcher/dsmethod.c b/drivers/acpi/dispatcher/dsmethod.c
> index 7a99740..9e24641 100644
> --- a/drivers/acpi/dispatcher/dsmethod.c
> +++ b/drivers/acpi/dispatcher/dsmethod.c
> @@ -103,6 +103,9 @@ acpi_ds_method_error(acpi_status status, struct acpi_walk_state *walk_state)
>  						    NULL);
>  		acpi_ex_enter_interpreter();
>  	}
> +
> +	acpi_ds_clear_implicit_return(walk_state);
> +
>  #ifdef ACPI_DISASSEMBLER
>  	if (ACPI_FAILURE(status)) {
>  
> diff --git a/drivers/acpi/dispatcher/dsmthdat.c b/drivers/acpi/dispatcher/dsmthdat.c
> index ba4626e..38510d1 100644
> --- a/drivers/acpi/dispatcher/dsmthdat.c
> +++ b/drivers/acpi/dispatcher/dsmthdat.c
> @@ -172,6 +172,8 @@ void acpi_ds_method_data_delete_all(struct acpi_walk_state *walk_state)
>  		}
>  	}
>  
> +	acpi_ds_clear_implicit_return(walk_state);
> +
>  	return_VOID;
>  }
>  


--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux IBM ACPI]     [Linux Power Management]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux