public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Anisse Astier <anisse@astier.eu>
To: Len Brown <lenb@kernel.org>
Cc: linux-acpi@vger.kernel.org
Subject: Re: ACPI & driver patches for 2.6.33-rc2
Date: Thu, 31 Dec 2009 16:41:33 +0100	[thread overview]
Message-ID: <20091231164133.3a6831d9@destiny.ordissimo> (raw)
In-Reply-To: <1262158597-9597-1-git-send-email-lenb@kernel.org>

Hi Len,

On Wed, 30 Dec 2009 02:36:23 -0500, Len Brown <lenb@kernel.org> wrote :

> This batch of patches are queued for 2.6.33-rc2
> Please let me know if you have any troubles with any of them.
> 
> thanks,
> -Len Brown, Intel Open Source Technology Center
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

It's in no rush, but something needs to be done about this regression: 
http://bugzilla.kernel.org/show_bug.cgi?id=14890 , which is either take
the attached patch or revert the offending commit (what you did earlier in
acpi/test and acpi/release before dropping 
d11e073ee3e3091d9190dace97ce480e960cca1b). I'd prefer the taking the patch.

BTW, I screwed up for this, since I didn't see read Thomas' patch which was
sent earlier and did the same thing (except better). The kfree in dell-wmi.c
should still be safe.

Happy Holidays,

Anisse

From: Anisse Astier <anisse@astier.eu>
Date: Mon, 28 Dec 2009 10:27:30 +0100
Subject: [PATCH] hp-wmi: remove double free

Commit 3e9b988e4edf065d39c1343937f717319b1c1065 had the same purpose as commit
44ef00e6482e755f36629773abc2aee83a6f53e3 .
This should solve this regression:
http://bugzilla.kernel.org/show_bug.cgi?id=14890

Signed-off-by: Anisse Astier <anisse@astier.eu>
Reported-by: Sedat Dilek <sedat.dilek@googlemail.com>

---
 drivers/platform/x86/hp-wmi.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/drivers/platform/x86/hp-wmi.c b/drivers/platform/x86/hp-wmi.c
index 8781d8f..222ab57 100644
--- a/drivers/platform/x86/hp-wmi.c
+++ b/drivers/platform/x86/hp-wmi.c
@@ -388,8 +388,6 @@ static void hp_wmi_notify(u32 value, void *context)
 	} else
 		printk(KERN_INFO "HP WMI: Unknown key pressed - %x\n",
 			eventcode);
-
-	kfree(obj);
 }
 
 static int __init hp_wmi_input_setup(void)
-- 
1.6.5.7


      parent reply	other threads:[~2009-12-31 15:46 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-30  7:36 ACPI & driver patches for 2.6.33-rc2 Len Brown
2009-12-30  7:36 ` [PATCH 01/14] dell-wmi: sys_init_module: 'dell_wmi'->init suspiciously returned 21, it should follow 0/-E convention Len Brown
2009-12-30  7:36   ` [PATCH 02/14] ACPI: hp-wmi, msi-wmi: clarify that wmi_install_notify_handler() returns an acpi_status Len Brown
2009-12-30  7:36   ` [PATCH 03/14] thinkpad-acpi: don't take the first ALSA slot by default Len Brown
2009-12-30  7:36   ` [PATCH 04/14] thinkpad-acpi: don't fail to load the entire module due to ALSA problems Len Brown
2009-12-30  7:36   ` [PATCH 05/14] thinkpad-acpi: make volume subdriver optional Len Brown
2009-12-30  7:36   ` [PATCH 06/14] thinkpad-acpi: update volume subdriver documentation Len Brown
2009-12-30  7:36   ` [PATCH 07/14] thinkpad-acpi: improve Kconfig help text Len Brown
2009-12-30  7:36   ` [PATCH 08/14] dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return value Len Brown
2009-12-30  7:36   ` [PATCH 09/14] ACPI: fix ACPI=n allmodconfig build Len Brown
2009-12-30  7:36   ` [PATCH 10/14] wmi: check find_guid() return value to prevent oops Len Brown
2009-12-30  7:36   ` [PATCH 11/14] dell-wmi - fix condition to abort driver loading Len Brown
2009-12-30  7:36   ` [PATCH 12/14] ACPI: WMI: Survive BIOS with duplicate GUIDs Len Brown
2009-12-30  7:36   ` [PATCH 13/14] ACPI video: no warning message if "acpi_backlight=vendor" is used Len Brown
2009-12-30  7:36   ` [PATCH 14/14] ACPI video: correct error-handling code Len Brown
2009-12-31 15:41 ` Anisse Astier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091231164133.3a6831d9@destiny.ordissimo \
    --to=anisse@astier.eu \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox