All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Vlasenko <vda.linux@googlemail.com>
To: Hannes Reinecke <hare@suse.de>
Cc: linux-scsi@vger.kernel.org, Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [PATCH 2/3] debloat aic7xxx and aic79xx drivers
Date: Mon, 21 Apr 2008 07:10:03 +0200	[thread overview]
Message-ID: <200804210710.03694.vda.linux@googlemail.com> (raw)
In-Reply-To: <200804152210.03160.vda.linux@googlemail.com>

Hi Hannes,

Apologies for being so nasty, but I am pinging you again.

Which tree and with which .config file is known to correctly
rebuild aic7xxx firmware?

On Tuesday 15 April 2008 22:10, Denys Vlasenko wrote:
> I'm afraid I will continue to bug you - it does not work. :(.
> 
> I applied your patch and I still couldn't get it to compile.
> I thought that it may be caused by me using not the latest scsi-misc-2.6
> git tree, so I downloaded the tree and retried. Alas, same result.
> 
> I followed your instructions:
> 
> > Anyway, you'll have to enable the firmware build for aic7xxx / aic79xx
> > and do a diff between the files used for compiling and the *_shipped
> > files.
> > Then fixup the assembler in aicasm/* to print out the files in the way
> > you'd like it.
> > Once you're done you copy the generated files over to the *_shipped
> > files and send the diff.
> 
> See attached .config file with firmware build options enabled.
> 
> Since I want *_shipped files regenerated, they, obviously, should not
> take part in the build, so I renamed tham all to *_shipped-OFF,
> intending later to rediff them against newly-generated files.
> 
> Then I ran "make bzImage" (64-bit x86) and got this error:
> 
> ...
>   LD      drivers/power/built-in.o
>   CC      drivers/scsi/scsi.o
>   CC      drivers/scsi/hosts.o
>   CC      drivers/scsi/scsi_ioctl.o
>   CC      drivers/scsi/constants.o
>   CC      drivers/scsi/scsicam.o
>   CC      drivers/scsi/scsi_error.o
>   CC      drivers/scsi/scsi_lib.o
>   CC      drivers/scsi/scsi_lib_dma.o
>   CC      drivers/scsi/scsi_scan.o
>   CC      drivers/scsi/scsi_sysfs.o
>   CC      drivers/scsi/scsi_devinfo.o
>   CC      drivers/scsi/scsi_sysctl.o
>   CC      drivers/scsi/scsi_proc.o
>   CC      drivers/scsi/scsi_tgt_lib.o
>   CC      drivers/scsi/scsi_tgt_if.o
>   CC      drivers/scsi/sd.o
>   CC      drivers/scsi/sr.o
>   CC      drivers/scsi/sr_ioctl.o
>   CC      drivers/scsi/sr_vendor.o
>   LD      drivers/scsi/scsi_mod.o
>   LD      drivers/scsi/scsi_tgt.o
>   CC      drivers/scsi/scsi_transport_spi.o
>   CC      drivers/scsi/scsi_transport_sas.o
> drivers/scsi/aic7xxx/aicasm/aicasm -Idrivers/scsi/aic7xxx -r drivers/scsi/aic7xxx/aic79xx_reg.h \
>                       -p drivers/scsi/aic7xxx/aic79xx_reg_print.c -i aic79xx_osm.h -o drivers/scsi/aic7xxx/aic79xx_seq.h \
>                       drivers/scsi/aic7xxx/aic79xx.seq
> drivers/scsi/aic7xxx/aicasm/aicasm: Stopped at file drivers/scsi/aic7xxx/aic79xx.seq, line 263 - Invalid bit(s) 0xffffff00 in immediate wr
> itten to ACCUM
> drivers/scsi/aic7xxx/aicasm/aicasm: Removing drivers/scsi/aic7xxx/aic79xx_seq.h due to error
> drivers/scsi/aic7xxx/aicasm/aicasm: Removing drivers/scsi/aic7xxx/aic79xx_reg.h due to error
> make[3]: *** [drivers/scsi/aic7xxx/aic79xx_seq.h] Error 65
> make[2]: *** [drivers/scsi/aic7xxx] Error 2
> make[1]: *** [drivers/scsi] Error 2
> make: *** [drivers] Error 2
> 
> This was on today's unmodified scsi-misc-2.6 git tree.
> 
> Please help.
> --
> vda

  reply	other threads:[~2008-04-21  5:10 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-23  3:40 [PATCH 0/3] debloat aic7xxx and aic79xx drivers Denys Vlasenko
2008-03-23  3:41 ` [PATCH 1/3] " Denys Vlasenko
2008-03-23  3:42   ` [PATCH 2/3] " Denys Vlasenko
2008-03-23  3:42     ` [PATCH 3/3] " Denys Vlasenko
2008-04-07 10:36       ` Hannes Reinecke
2008-04-07 10:36         ` Hannes Reinecke
2008-04-07 10:34     ` [PATCH 2/3] " Hannes Reinecke
2008-04-07 10:34       ` Hannes Reinecke
2008-04-07 18:00       ` Denys Vlasenko
2008-04-08 12:23         ` Hannes Reinecke
2008-04-08 14:08           ` Denys Vlasenko
2008-04-08 14:54             ` Hannes Reinecke
2008-04-08 15:08               ` Denys Vlasenko
2008-04-14 18:47                 ` Denys Vlasenko
     [not found]                   ` <4804BE68.4000704@suse.de>
2008-04-15 20:10                     ` Denys Vlasenko
2008-04-21  5:10                       ` Denys Vlasenko [this message]
2008-04-14 18:46             ` Denys Vlasenko
2008-04-15 14:44               ` Hannes Reinecke
2008-04-07 10:31   ` [PATCH 1/3] " Hannes Reinecke
2008-04-07 10:31     ` Hannes Reinecke
2008-04-07 18:01     ` Denys Vlasenko
  -- strict thread matches above, loose matches on Subject: below --
2007-10-14 14:58 [PATCH 0/3] " Denys Vlasenko
2007-10-14 15:00 ` [PATCH 1/3] " Denys Vlasenko
2007-10-14 15:01   ` [PATCH 2/3] " Denys Vlasenko
2007-08-31 15:13 [PATCH 0/3] " Denys Vlasenko
2007-08-31 15:15 ` [PATCH 1/3] " Denys Vlasenko
2007-08-31 15:16   ` [PATCH 2/3] " Denys Vlasenko
2007-09-24 10:23     ` Hannes Reinecke
2007-09-24 10:23       ` Hannes Reinecke

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=200804210710.03694.vda.linux@googlemail.com \
    --to=vda.linux@googlemail.com \
    --cc=akpm@linux-foundation.org \
    --cc=hare@suse.de \
    --cc=linux-scsi@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.