From: Jean Delvare <jdelvare@suse.de>
To: Andy Lutomirski <luto@kernel.org>
Cc: "Pali Rohár" <pali.rohar@gmail.com>,
platform-driver-x86@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 1/3] dell-wmi: Stop storing pointers to DMI tables
Date: Tue, 19 Jan 2016 09:41:45 +0100 [thread overview]
Message-ID: <20160119094145.599d1b6c@endymion.delvare> (raw)
In-Reply-To: <eb210629e07df3a6295a2b3b370aff87625cfbef.1453150613.git.luto@kernel.org>
Hi Andy,
On Mon, 18 Jan 2016 12:59:38 -0800, Andy Lutomirski wrote:
> The dmi_walk function maps the DMI table, walks it, and unmaps it.
> This means that the dell_bios_hotkey_table that find_hk_type stores
> points to unmapped memory by the time it gets read.
>
> I've been able to trigger crashes caused by the stale pointer a
> couple of times, but never on a stock kernel.
>
> Fix it by generating the keymap in the dmi_walk callback instead of
> storing a pointer.
>
> Signed-off-by: Andy Lutomirski <luto@kernel.org>
> ---
>
> Notes:
> Changes from v1:
> - Rename handle_dmi_table to handle_dmi_entry (Jean)
> - Remove useless assignment to results->err (Jean)
>
> drivers/platform/x86/dell-wmi.c | 68 +++++++++++++++++++++++++----------------
> 1 file changed, 41 insertions(+), 27 deletions(-)
> (...)
> @@ -431,7 +446,6 @@ static int __init dell_wmi_init(void)
> return -ENODEV;
> }
>
> - dmi_walk(find_hk_type, NULL);
>
Please also delete the following blank line, to avoid two consecutive
blank lines.
> err = dell_wmi_input_setup();
> if (err)
Other than this, it looks good to me, so after fixing the above, you
can add:
Reviewed-by: Jean Delvare <jdelvare@suse.de>
--
Jean Delvare
SUSE L3 Support
next prev parent reply other threads:[~2016-01-19 8:41 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-18 20:59 [PATCH v2 0/3] dell-wmi: DMI misuse fixes Andy Lutomirski
2016-01-18 20:59 ` [PATCH v2 1/3] dell-wmi: Stop storing pointers to DMI tables Andy Lutomirski
2016-01-19 8:41 ` Jean Delvare [this message]
2016-01-19 11:04 ` Jean Delvare
2016-01-19 18:28 ` Andy Lutomirski
2016-01-18 20:59 ` [PATCH v2 2/3] dell-wmi: Fix hotkey table size check Andy Lutomirski
2016-01-19 8:31 ` Jean Delvare
2016-01-19 18:42 ` Andy Lutomirski
2016-01-18 20:59 ` [PATCH v2 3/3] dmi: Make dmi_walk and dmi_walk_early return real error codes Andy Lutomirski
2016-01-19 7:54 ` Jean Delvare
2016-01-19 8:36 ` Pali Rohár
2016-01-19 9:03 ` Jean Delvare
2016-01-19 9:07 ` Pali Rohár
2016-01-19 9:40 ` Jean Delvare
2016-01-19 23:51 ` Andy Lutomirski
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=20160119094145.599d1b6c@endymion.delvare \
--to=jdelvare@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=luto@kernel.org \
--cc=pali.rohar@gmail.com \
--cc=platform-driver-x86@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