public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linux 2.5.14-dj1
@ 2002-05-06 18:43 Dave Jones
  2002-05-06 19:03 ` Dave Jones
  2002-05-06 20:11 ` Scott A. Sibert
  0 siblings, 2 replies; 3+ messages in thread
From: Dave Jones @ 2002-05-06 18:43 UTC (permalink / raw)
  To: Linux Kernel

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.


-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Linux 2.5.14-dj1
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Dave Jones @ 2002-05-06 19:03 UTC (permalink / raw)
  To: Linux Kernel

On Mon, May 06, 2002 at 07:43:20PM +0100, 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:
                     ^^
Doh..                 .14 obviously.

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Linux 2.5.14-dj1
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Scott A. Sibert @ 2002-05-06 20:11 UTC (permalink / raw)
  To: Dave Jones; +Cc: Linux Kernel

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.
>
>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-05-06 20:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox