mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Eyal Lebedinsky <eyal@eyal.emu.id.au>
To: Andrea Arcangeli <andrea@suse.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.4.23pre6aa2 - some problems [with patches]
Date: Mon, 06 Oct 2003 10:43:52 +1000	[thread overview]
Message-ID: <3F80BAC8.BC34D2F5@eyal.emu.id.au> (raw)
In-Reply-To: <20031005104008.GC1561@velociraptor.random>

Andrea Arcangeli wrote:
> 
> On Sun, Oct 05, 2003 at 01:38:20AM +1000, Eyal Lebedinsky wrote:
> > This is most unusual as -aa patches usually apply clean, but I am
> > encountering a number of build problems.
> >
> > "PCMCIA SCSI adapter support" build is broken. I deselected the whole
> > section.
> 
> can you double check you can reproduce it in 2.4.23pre6 vanilla? It
> doesn't seem introduced by my patches.

I am reasonably sure that vanilla -pre6 built without any complaint.

> > And building i2c-2.7.0 (which I need for sensors) is failing.
> >
> > depmod: *** Unresolved symbols in
> > /lib/modules/2.4.23-pre6-aa2/kernel/drivers/ie
> > ee1394/pcilynx.o
> > depmod:         i2c_bit_add_bus_Rca543f36
> > depmod:         i2c_transfer_R1dea91d1
> > depmod:         i2c_bit_del_bus_Rdf920b11
> > depmod: *** Unresolved symbols in
> > /lib/modules/2.4.23-pre6-aa2/kernel/drivers/me
> > dia/video/bttv.o
> > depmod:         i2c_bit_add_bus_Rca543f36
> > depmod:         i2c_master_recv_R67b29cc4
> > depmod:         i2c_bit_del_bus_Rdf920b11
> > depmod:         i2c_master_send_Rb692cb0e
> > depmod: *** Unresolved symbols in
> > /lib/modules/2.4.23-pre6-aa2/kernel/drivers/me
> > dia/video/msp3400.o
> > depmod:         i2c_probe_R4e2acbec
> > depmod:         i2c_add_driver_Racf22304
> > depmod:         i2c_transfer_R1dea91d1
> > depmod:         i2c_attach_client_Ra861362d
> > depmod:         i2c_master_send_Rb692cb0e
> > depmod:         i2c_detach_client_R0cfb40b4
> > depmod:         i2c_del_driver_R57837012
> > .... more following, all in  kernel/drivers/media/video/* ...
> 
> this looks like if you didn't compile the needed i2c (or maybe it was
> due the lack of a `make dep` first), the above modules (pcilynx bttv
> msp3400) looks innocent.

I have a script that goes into the i2c-2.7.0 tree and builds it. This
worked just fine with vanilla -pre6 (and older ones for a long time
now) but fails with -pre6-aa2.


Nevertheless, I am now building vanilla -pre6 just to confirm the
above claims... built just fine. Retry -aa2... failed.

Here is the diff in .config between my vanilla -pre6 and -aa2

@@ -44,8 +44,7 @@
 CONFIG_X86_XADD=y
 CONFIG_X86_BSWAP=y
 CONFIG_X86_POPAD_OK=y
-# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
-CONFIG_RWSEM_XCHGADD_ALGORITHM=y
+CONFIG_X86_CMPXCHG8=y
 CONFIG_X86_L1_CACHE_SHIFT=6
 CONFIG_X86_HAS_TSC=y
 CONFIG_X86_GOOD_APIC=y
@@ -56,6 +55,7 @@
 CONFIG_X86_MCE=y
 CONFIG_TOSHIBA=m
 CONFIG_I8K=m
+CONFIG_THINKPAD=m
 CONFIG_MICROCODE=m
 CONFIG_X86_MSR=m
 CONFIG_X86_CPUID=m
@@ -63,6 +63,11 @@
 # CONFIG_HIGHMEM4G is not set
 # CONFIG_HIGHMEM64G is not set
 # CONFIG_HIGHMEM is not set
+CONFIG_FORCE_MAX_ZONEORDER=11
+CONFIG_1GB=y
+# CONFIG_2GB is not set
+# CONFIG_3GB is not set
+# CONFIG_05GB is not set
 # CONFIG_MATH_EMULATION is not set
 CONFIG_MTRR=y
 # CONFIG_SMP is not set
@@ -105,6 +110,8 @@
 CONFIG_SYSVIPC=y
 # CONFIG_BSD_PROCESS_ACCT is not set
 CONFIG_SYSCTL=y
+CONFIG_MAX_USER_RT_PRIO=100
+CONFIG_MAX_RT_PRIO=0
 CONFIG_KCORE_ELF=y
 # CONFIG_KCORE_AOUT is not set
 CONFIG_BINFMT_AOUT=m
@@ -316,6 +323,7 @@
 CONFIG_MD_RAID5=m
 CONFIG_MD_MULTIPATH=m
 CONFIG_BLK_DEV_LVM=m
+CONFIG_BLK_DEV_DM=m
 
 #
 # Networking options
@@ -328,6 +336,10 @@
 CONFIG_FILTER=y
 CONFIG_UNIX=m
 CONFIG_INET=y
+CONFIG_TUX=m
+CONFIG_TUX_EXTCGI=y
+# CONFIG_TUX_EXTENDED_LOG is not set
+# CONFIG_TUX_DEBUG is not set
 # CONFIG_IP_MULTICAST is not set
 # CONFIG_IP_ADVANCED_ROUTER is not set
 # CONFIG_IP_PNP is not set
@@ -715,6 +727,10 @@
 CONFIG_SCSI_QLOGIC_FC=m
 # CONFIG_SCSI_QLOGIC_FC_FIRMWARE is not set
 CONFIG_SCSI_QLOGIC_1280=m
+CONFIG_SCSI_QLOGIC_QLA2XXX=y
+CONFIG_SCSI_QLOGIC_QLA2XXX_QLA2100=m
+CONFIG_SCSI_QLOGIC_QLA2XXX_QLA2200=m
+CONFIG_SCSI_QLOGIC_QLA2XXX_QLA2300=m
 CONFIG_SCSI_SEAGATE=m
 CONFIG_SCSI_SIM710=m
 CONFIG_SCSI_SYM53C416=m
@@ -731,11 +747,7 @@
 #
 # PCMCIA SCSI adapter support
 #
-CONFIG_SCSI_PCMCIA=y
-CONFIG_PCMCIA_AHA152X=m
-CONFIG_PCMCIA_FDOMAIN=m
-CONFIG_PCMCIA_NINJA_SCSI=m
-CONFIG_PCMCIA_QLOGIC=m
+# CONFIG_SCSI_PCMCIA is not set
 
 #
 # Fusion MPT device support
@@ -909,6 +921,7 @@
 CONFIG_FDDI=y
 CONFIG_DEFXX=m
 CONFIG_SKFP=m
+CONFIG_NETCONSOLE=m
 CONFIG_HIPPI=y
 CONFIG_ROADRUNNER=m
 # CONFIG_ROADRUNNER_LARGE_RINGS is not set
@@ -1479,6 +1492,7 @@
 # CONFIG_AGP_SWORKS is not set
 # CONFIG_AGP_NVIDIA is not set
 # CONFIG_AGP_ATI is not set
+CONFIG_ECC=m
 
 #
 # Direct Rendering Manager (XFree86 DRI support)
@@ -1619,6 +1633,13 @@
 # CONFIG_UDF_RW is not set
 CONFIG_UFS_FS=m
 # CONFIG_UFS_FS_WRITE is not set
+CONFIG_XFS_FS=m
+# CONFIG_XFS_POSIX_ACL is not set
+# CONFIG_XFS_RT is not set
+# CONFIG_XFS_QUOTA is not set
+# CONFIG_XFS_DMAPI is not set
+# CONFIG_XFS_DEBUG is not set
+# CONFIG_PAGEBUF_DEBUG is not set
 
 #
 # Network File Systems
@@ -2061,3 +2082,4 @@
 CONFIG_ZLIB_INFLATE=m
 CONFIG_ZLIB_DEFLATE=m
 CONFIG_FW_LOADER=m
+CONFIG_QSORT=m


--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>

  parent reply	other threads:[~2003-10-06  0:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-04 10:57 2.4.23pre6aa2 Andrea Arcangeli
2003-10-04 15:38 ` 2.4.23pre6aa2 - some problems [with patches] Eyal Lebedinsky
2003-10-05 10:40   ` Andrea Arcangeli
2003-10-05 11:02     ` Thomas Winischhofer
2003-10-06  0:43     ` Eyal Lebedinsky [this message]
2003-10-06  0:55     ` Eyal Lebedinsky

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=3F80BAC8.BC34D2F5@eyal.emu.id.au \
    --to=eyal@eyal.emu.id.au \
    --cc=andrea@suse.de \
    --cc=linux-kernel@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

all inboxes | Powered by JetHome®