public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
From: Thomas Renninger <trenn@suse.de>
To: "Zhang, Rui" <rui.zhang@intel.com>
Cc: Len Brown <lenb@kernel.org>,
	"linux-acpi@vger.kernel.org" <linux-acpi@vger.kernel.org>
Subject: Re: [PATCH] ACPI: support customizing ACPI control methods at runtime
Date: Fri, 11 Dec 2009 10:54:57 +0100	[thread overview]
Message-ID: <200912111054.58857.trenn@suse.de> (raw)
In-Reply-To: <037F493892196B458CD3E193E8EBAD4F01F03F4A2A@pdsmsx502.ccr.corp.intel.com>

On Friday 11 December 2009 08:25:49 Zhang, Rui wrote:
> Do you mean some kernel info that suggests an acpi
> control method is overridden by users?
Tainting is used for distris to verify whether the customer
still has support and shows up in kernel oopses, dmesg, etc.
It can also be useful for bugzilla logs, so that developers
quickly get an idea that the user has done something he
should not do.

With
grep TAINT include/linux/kernel.h
you see possible reasons to taint a kernel.

Adding:
   add_taint(TAINT_OVERRIDDEN_ACPI_TABLE);
when the user successfully modified an AML method should
get added.

Thanks,

    Thomas


      reply	other threads:[~2009-12-11  9:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-02  5:31 [PATCH] ACPI: support customizing ACPI control methods at runtime Zhang Rui
2009-12-02 10:34 ` Thomas Renninger
2009-12-11  6:51   ` Len Brown
2009-12-11  7:25     ` Zhang, Rui
2009-12-11  9:54       ` Thomas Renninger [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=200912111054.58857.trenn@suse.de \
    --to=trenn@suse.de \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=rui.zhang@intel.com \
    /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