From: Len Brown <len.brown@intel.com>
To: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: linux-acpi@vger.kernel.org, Robert Moore <robert.moore@intel.com>,
Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>,
Andrew Morton <akpm@osdl.org>
Subject: Re: udev broken by recent ACPI git commits
Date: Wed, 1 Nov 2006 00:16:24 -0500 [thread overview]
Message-ID: <200611010016.25103.len.brown@intel.com> (raw)
In-Reply-To: <200611010004.28483.rjw@sisk.pl>
On Tuesday 31 October 2006 18:04, Rafael J. Wysocki wrote:
> One of the following commits out of the git-acpi tree breaks udev on my box
> (HPC nx6325 w/ 64-bit SUSE 10.1):
The good news is that you've isolated the issue to the ACPICA branch,
and exonerated the other patches in the tree.
The bad news is that the ACPICA branch is 90% of the tree:-)
It would be helpful to know if you see the same issue in 32-bit mode --
though I understand that may not be trivial for you to test.
> 47636d8f011b8e709d4c10c4fbd66e0226380544
> 88c108e4c156cdf77d551368ecc84280e59d5681
> 3adafe97513e6e53283002b07f16c8b6666f5699
> 2d23bd8bec6ce95b20cd175d450943d13c21db1f
> 55dda781f6788411ed629e205c74f173959ceaf2
> ddc4d66d74f18a6695ee0f425a104aa5adc3f7ae
> Namely, if I boot the kernel with these patches applied, udev is unable to
> create the device special files for /dev/sda and its partitions, so I can't
> even mount the root fs.
Here are the comments for the above.
While we tried very hard to split individual commits
into individual patches, some of these changes are quite
large and it may not be practical narrow further via bisect
due to earlier patches needing subsequent fixes.
commit ddc4d66d74f18a6695ee0f425a104aa5adc3f7ae
Author: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Date: Thu Oct 26 16:02:20 2006 +0400
ACPICA: make new ACPICA table code work in Linux
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
commit 55dda781f6788411ed629e205c74f173959ceaf2
Author: Robert Moore <robert.moore@intel.com>
Date: Thu Oct 26 16:02:19 2006 +0400
ACPICA: Lint changes
Lint changes
Move RSDT/XSDT pointer extraction to separate function
Warning on 32-bit platforms if XSDT pointers use more than 32 bits.
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
commit 2d23bd8bec6ce95b20cd175d450943d13c21db1f
Author: Robert Moore <robert.moore@intel.com>
Date: Thu Oct 26 16:02:19 2006 +0400
ACPICA: Fix for FADT conversion in 64-bit mode
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
commit 3adafe97513e6e53283002b07f16c8b6666f5699
Author: Robert Moore <robert.moore@intel.com>
Date: Thu Oct 26 16:02:19 2006 +0400
ACPICA: Update comments for individual table fields
comments only
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
commit 88c108e4c156cdf77d551368ecc84280e59d5681
Author: Robert Moore <robert.moore@intel.com>
Date: Thu Oct 26 16:02:19 2006 +0400
ACPICA: misc fixes for new Table Manager:
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
commit 47636d8f011b8e709d4c10c4fbd66e0226380544
Author: Robert Moore <robert.moore@intel.com>
Date: Thu Oct 26 16:02:19 2006 +0400
ACPICA: Implement simplified Table Manager
The Table Manager component has been completely
redesigned and reimplemented. The new design is much
simpler, and reduces the overall code and data size of
the kernel-resident ACPICA by approximately 5%. Also,
it is now possible to obtain the ACPI tables very early
during kernel initialization, even before dynamic memory
management is initialized.
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
next prev parent reply other threads:[~2006-11-01 5:14 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-31 23:04 udev broken by recent ACPI git commits Rafael J. Wysocki
2006-11-01 5:16 ` Len Brown [this message]
2006-11-01 8:35 ` Len Brown
2006-11-01 10:47 ` Rafael J. Wysocki
2006-11-01 13:03 ` Alexey Starikovskiy
2006-11-01 17:44 ` Rafael J. Wysocki
2006-11-01 19:27 ` Alexey Starikovskiy
2006-11-01 20:00 ` Rafael J. Wysocki
2006-11-02 0:12 ` Henrique de Moraes Holschuh
2006-11-03 5:39 ` Len Brown
2006-11-03 7:58 ` Rafael J. Wysocki
2006-11-03 8:22 ` Rafael J. Wysocki
2006-11-13 11:16 ` Len Brown
2006-11-13 20:56 ` Rafael J. Wysocki
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=200611010016.25103.len.brown@intel.com \
--to=len.brown@intel.com \
--cc=akpm@osdl.org \
--cc=alexey.y.starikovskiy@intel.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=rjw@sisk.pl \
--cc=robert.moore@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