All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Scott A. Sibert" <kernel@hollins.edu>
To: Dave Jones <davej@suse.de>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: Linux 2.5.14-dj1
Date: Mon, 06 May 2002 16:11:24 -0400	[thread overview]
Message-ID: <3CD6E36C.2020902@hollins.edu> (raw)
In-Reply-To: <20020506184320.GA16392@suse.de>

There's an error compiling for the aic7xxx (compiling firmware) and this 
also happened in 2.5.13-dj1 but this does not occur in the vanilla 
2.5.13 or 2.5.14.  And, of course, removing aic7xxx_seq.h and 
aic7xxx_reg.h is bad and causes me to have to pull it from another copy 
of the source tree.  This is compiling the aic7xxx (not the old one) 
into the kernel (not a module) and compiling the firmware:

make[5]: Entering directory 
`/other/work/lx/linux-2.5.14-dj1/drivers/scsi/aic7xxx/aicasm'
yacc -d -b aicasm_gram aicasm_gram.y
mv aicasm_gram.tab.c aicasm_gram.c
mv aicasm_gram.tab.h aicasm_gram.h
yacc -d -b aicasm_macro_gram -p mm aicasm_macro_gram.y
mv aicasm_macro_gram.tab.c aicasm_macro_gram.c
mv aicasm_macro_gram.tab.h aicasm_macro_gram.h
lex  -oaicasm_scan.c aicasm_scan.l
lex  -Pmm -oaicasm_macro_scan.c aicasm_macro_scan.l
gcc -I/usr/include -I. -ldb aicasm.c aicasm_symbol.c aicasm_gram.c 
aicasm_macro_gram.c aicasm_scan.c aicasm_macro_scan.c -o aicasmmake[5]: 
Leaving directory 
`/other/work/lx/linux-2.5.14-dj1/drivers/scsi/aic7xxx/aicasm'
aicasm/aicasm -I. -r aic7xxx_reg.h -o aic7xxx_seq.h aic7xxx.seq
aicasm/aicasm: Stopped at file aic7xxx.reg, line 1013 - syntax error
aicasm/aicasm: Removing aic7xxx_seq.h due to error
aicasm/aicasm: Removing aic7xxx_reg.h due to error
make[4]: *** [aic7xxx_reg.h] Error 65
make[4]: Leaving directory 
`/other/work/lx/linux-2.5.14-dj1/drivers/scsi/aic7xxx'
make[3]: *** [first_rule] Error 2
make[3]: Leaving directory 
`/other/work/lx/linux-2.5.14-dj1/drivers/scsi/aic7xxx'
make[2]: *** [_subdir_aic7xxx] Error 2
make[2]: Leaving directory `/other/work/lx/linux-2.5.14-dj1/drivers/scsi'
make[1]: *** [_subdir_scsi] Error 2
make[1]: Leaving directory `/other/work/lx/linux-2.5.14-dj1/drivers'
make: *** [_dir_drivers] Error 2


Dave Jones wrote:

>Just clearing out the pending folder, and dropping some more
>bits found whilst patch splitting.
>
>As usual,..
>Patch against 2.5.13 vanilla is available from:
>ftp://ftp.kernel.org/pub/linux/kernel/people/davej/patches/2.5/
>
>Merged patch archive: http://www.codemonkey.org.uk/patches/merged/
>
>Check http://www.codemonkey.org.uk/Linux-2.5.html before reporting
>known bugs that are also in mainline.
>
> -- Davej.
>
>2.5.14-dj1
>o   Don't prefetch memcpy's to/from io addresses.	(Me)
>o   Fix MMX prefetching for x86-64			(Me)
>o   Other small MMX copying tweaks for x86-64.		(Me)
>o   Drop more silly bits found whilst patch splitting.
>o   Fix tcq brown paper bag bug.			(Jens Axboe)
>o   OSS API emulation config.in thinko.			(Jaroslav Kysela)
>o   Update to IDE-55					(Martin Dalecki)
>o   Disallow compilation with gcc 2.91.66		(Andrew Morton)
>o   Missed blksize cleanup in rd.c			(Al Viro)
>o   NTFS compile fix.					(Andrew Morton)
>o   More futex updates.					(Rusty Russell)
>o   DE600 region checking cleanup.			(William Stinson)
>o   Update VIA quirk URL.				(Erich Schubert)
>o   Fix up a few _llseek prototypes.			(Frank Davis)
>o   Move busmouse BKL usage to correct place.		(Frank Davis)
>o   __d_lookup() microoptimisation.			(Paul Menage)	
>o   Fix CAP_SYS_RAWIO thinko for cpqfcTSinit		(Christoph Hellwig)
>o   malloc.h -> slab.h for pc300_tty			(Adrian Bunk)
>o   Add CONFIG_BROKEN_SCSI_ERROR_HANDLING		(Me)
>    | Those who don't care about their data can now
>    | choose the same behaviour as mainline.
>
>



      parent reply	other threads:[~2002-05-06 20:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-06 18:43 Linux 2.5.14-dj1 Dave Jones
2002-05-06 19:03 ` Dave Jones
2002-05-06 20:11 ` Scott A. Sibert [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=3CD6E36C.2020902@hollins.edu \
    --to=kernel@hollins.edu \
    --cc=davej@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 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.