From: Len Brown <len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: Thomas Renninger <mail-smMupaH/RwJM7kwft8N7nw@public.gmane.org>
Cc: ML ACPI-devel
<acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
Subject: Re: write thermal trip_points totally broken in 2.6.10-rc3-mm1 - patch attached
Date: 23 Dec 2004 12:45:55 -0500 [thread overview]
Message-ID: <1103823955.4384.4.camel@d845pe> (raw)
In-Reply-To: <41C0626B.9020706-smMupaH/RwJM7kwft8N7nw@public.gmane.org>
The original patch was to get acpi off the "make checkstack" radar.
I think we should fix it per below rather than discard it.
thanks,
-Len
===== drivers/acpi/thermal.c 1.41 vs edited =====
--- 1.41/drivers/acpi/thermal.c 2004-12-06 00:03:38 -05:00
+++ edited/drivers/acpi/thermal.c 2004-12-23 11:46:06 -05:00
@@ -917,7 +917,7 @@
if(!active)
return_VALUE(-ENOMEM);
- if (!tz || (count > sizeof(limit_string) - 1)) {
+ if (!tz || (count > ACPI_THERMAL_MAX_LIMIT_STR_LEN - 1)) {
ACPI_DEBUG_PRINT((ACPI_DB_ERROR, "Invalid argument\n"));
count = -EINVAL;
goto end;
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
prev parent reply other threads:[~2004-12-23 17:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-15 16:12 write thermal trip_points totally broken in 2.6.10-rc3-mm1 - patch attached Thomas Renninger
[not found] ` <41C0626B.9020706-smMupaH/RwJM7kwft8N7nw@public.gmane.org>
2004-12-23 17:45 ` Len Brown [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=1103823955.4384.4.camel@d845pe \
--to=len.brown-ral2jqcrhueavxtiumwx3w@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=mail-smMupaH/RwJM7kwft8N7nw@public.gmane.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