Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Michael Cree <mcree@...>
Cc: Kay Sievers <kay.sievers@...>, Bob Tracy <rct@...>, Andrew Morton <akpm@...>, <mingo@...>, <linux-kernel@...>, <rjw@...>, <rth@...>, <ink@...>, <linux-scsi@...>, <greg@...>
Date: Sunday, December 9, 2007 - 12:19 am

Michael Cree wrote:

I *do* have CONFIG_MAGIC_SYSRQ set.  Anyone care to bet whether my
machine starts working again if I disable it?  Sheesh...  The "kernel
alignment issue" theory is making sense...  We change the size of an
initialized variable with the patch, and the problem shows up.  We
shift starting addresses a different way by tweaking kernel options,
and two wrongs make a right?  I've seen it happen, and tracking this
down isn't going to be easy.  Anyone want to wade through the different
System.map files and hazard a guess where we're leaving the rails?

Here's a very brief diff excerpt between the System.map files corresponding
to "sysctl_check patch reverted" (the -dirty version) and "with sysctl_check patch".
At least they agree up to line 10870 :-) ...

--- /boot/System.map-2.6.24-rc2-g6f37ac79-dirty 2007-12-07 08:03:50.000000000 -0
600
+++ System.map  2007-12-07 13:43:37.000000000 -0600
@@ -10868,9414 +10868,9414 @@
 fffffc0000684b00 R kallsyms_markers
 fffffc0000684d00 R kallsyms_token_table
 fffffc0000685100 R kallsyms_token_index
-fffffc00006f61e0 r __pci_fixup_PCI_VENDOR_ID_SERVERWORKSPCI_DEVICE_ID_SERVERWORKS_CSB5IDEquirk_svwks_csb5ide
-fffffc00006f61e0 R __start_pci_fixups_early
-fffffc00006f61f0 r __pci_fixup_PCI_VENDOR_ID_INTELPCI_DEVICE_ID_INTEL_82801CA_10quirk_ide_samemode
(...)
-fffffc0000716120 r __param_bic_scale
-fffffc0000716148 r __param_tcp_friendliness
-fffffc0000716170 R __end_rodata
-fffffc0000716170 R __stop___param
+fffffc00006f61f0 r __pci_fixup_PCI_VENDOR_ID_SERVERWORKSPCI_DEVICE_ID_SERVERWORKS_CSB5IDEquirk_svwks_csb5ide
+fffffc00006f61f0 R __start_pci_fixups_early
+fffffc00006f6200 r __pci_fixup_PCI_VENDOR_ID_INTELPCI_DEVICE_ID_INTEL_82801CA_10quirk_ide_samemode
(...)
+fffffc0000716130 r __param_bic_scale
+fffffc0000716158 r __param_tcp_friendliness
+fffffc0000716180 R __end_rodata
+fffffc0000716180 R __stop___param
 fffffc0000718000 A __init_begin
 fffffc0000718000 T _sinittext
 fffffc0000718000 t set_reset_devices


I don't get the errors that Michael is seeing, and udevtrigger seems to
be exiting without errors (return code 0).  The last part is the same:
the missing /dev/* entries do not appear.

--Bob T.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[BUG] 2.6.23-rc3 can't see sd partitions on Alpha, Bob Tracy, (Sun Nov 18, 1:20 am)
Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha, Andrew Morton, (Sun Nov 25, 2:38 am)
Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha, Michael Cree, (Fri Nov 30, 6:30 pm)
Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha, Andrew Morton, (Fri Nov 30, 6:42 pm)
Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha, Michael Cree, (Sun Dec 2, 4:53 pm)
Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha, Rafael J. Wysocki, (Thu Dec 6, 8:44 pm)
Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha, Andrew Morton, (Thu Dec 6, 8:33 pm)
Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha, Andrew Morton, (Fri Dec 7, 6:26 am)
Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha, Michael Cree, (Fri Dec 7, 4:43 pm)
Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha, Kay Sievers, (Sat Dec 8, 11:48 am)
Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha, Michael Cree, (Sat Dec 8, 8:51 pm)
Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha, Bob Tracy, (Sun Dec 9, 12:19 am)
Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha, Ivan Kokshaysky, (Sun Dec 9, 2:07 pm)
Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha, Ivan Kokshaysky, (Mon Dec 10, 7:12 pm)
Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha, Ingo Molnar, (Fri Dec 7, 11:05 am)
Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha, Rafael J. Wysocki, (Fri Nov 30, 7:26 pm)
Re: [BUG] 2.6.23-rc3 can't see sd partitions on Alpha, Rafael J. Wysocki, (Sun Nov 25, 8:15 am)