public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Linux 2.5.7-dj1
@ 2002-03-21  0:52 Dave Jones
  0 siblings, 0 replies; 8+ messages in thread
From: Dave Jones @ 2002-03-21  0:52 UTC (permalink / raw)
  To: Linux Kernel

Resync, add compile fixes, simmer for 30 mins on low heat.
Add random pending patches to taste.

Still untested beyond 'it compiles', handle with care.
Mostly a 'standing still' release, I'll catch up with 2.4.19pre next time.

As usual,..
Patch against 2.5.7 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.7-dj1
o   Various x86-64 compile fixes.			(Me, Andi Kleen)
o   Fix up hfs superblock cleanup typo.			(Brian Gerst)
o   Remove 2.1.x/2.3.x checks from rocket driver.	(William Stinson)
o   JFS compile fixes.					(Dave Kleikamp)
o   pci_alloc_consistent ZONE_NORMAL fix.		(Badari Pulavarty)
o   v4l unregister with open file handles fix.		(Gerd Knorr)
o   ACPI throttling fixes.				(Dominik Brodowski)
o   Updated NFS root_server_path patch.			(Martin Schwenke)
o   Backout problematic sym53c8xx_2 changes.		(Douglas Gilbert)
o   Fix up one of my MCE SNAFU's.			(Douglas Gilbert)
    | Also make it AMD only for now, pending further investigation.
o   Support for Belkin Wireless card.			(Brendan W. McAdams)
o   input/gameport makefile & config.in fixes.		(Steven Cole)
o   UDF write compile fix.


2.5.6-dj2
o   machine check background checker SMP improvements.	(Me)
o   Hush INVALIDATE_AGID noise on Toshiba DVD drives.	(Jens Axboe)
o   Remove delayed vfree() in ppp_deflate.		(David Woodhouse)
o   Fix devfs 64-bit portability issues.		(Carsten Otte)
o   UFS blocksize fix.					(Zwane Mwaikambo)
o   Fix proc race on task_struct->sig.			(Chris Mason)
o   Pull NFS server IP from root_server_path.		(Martin Schwenke)
o   Fix broken tristate in ALSA config.			(Steven Cole)
o   Work around mpc_apicid > MAX_APICS problem.		(James Cleverdon)
o   cs4281 OSS compile fix.				(Sebastian Droege)
o   Fix locking in ATM device allocation.		(Maksim Krasnyanskiy)
o   Fix MSDOS filesystem option mistreatment.		(Rene Scharfe)
o   Increase number of JFS transaction locks.		(Steve Best)
o   page_to_phys() fix for >4GB pages on x86.		(Badari Pulavarty)
o   Append kernel config to zImage.			(Randy Dunlap)
    | See also scripts/extract-ikconfig
o   Remove useless check from shmem_link()		(Alexander Viro)
o   Enable Natsemi MMX extensions.			(Zwane Mwaikambo)
o   Superblock cleanups for isofs,udf & bfs.		(Brian Gerst)
o   request_region() checking for hisax avm_a1		(Dan D Carpenter)
o   uninitialise lots of static vars in net/		(William Stinson)
o   D-Link DE620 janitor work.				(Karol Kasprzak)
o   Netfilter conntrack compile fix.			(Christopher Barton)


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

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

* Linux 2.5.7-dj1
@ 2002-03-28  1:59 Dave Jones
  2002-03-28  2:35 ` Linux 2.5.7-dj2 Nathan Walp
  2002-03-28  3:44 ` Linux 2.5.7-dj1 Andre Hedrick
  0 siblings, 2 replies; 8+ messages in thread
From: Dave Jones @ 2002-03-28  1:59 UTC (permalink / raw)
  To: Linux Kernel

This catches up with the bits and pieces that have happened in 2.4 over the
last few weeks, scoops up this weeks Linux-kernel bits, and throws in
various compile fixes so it hopefully all works out.
Particularly of note in this one are Andre's ide fixes, feedback appreciated
from anyone seeing problems in 2.5 mainline.

In other news, work has begun splitting this monster diff into lots of
Bitkeeper trees. Hopefully when Linus gets back, resyncing is going to be
a lot easier than it used to be.

As usual,..
Patch against 2.5.7 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.7-dj2
o   Merge bits of 2.4.19pre3 & pre4.
    | Dropped quite a bit, 2.5 is really starting to diverge
    | in quite a few areas.
o   Numerous compile fixups.				(Me)
o   Various config.help updates.			(Steven Cole, ESR)
o   AFFS compile fix.					(Jarno Paananen)
o   Update bttv to use new v4l API.			(Jarno Paananen)
o   Removal extraneous BUG() from accounting code.	(Bob Miller)
o   Fix up JFS txnmgr race.				(Christoph Hellwig)
o   Update documentation index.				(Rolf Eike Beer)
o   Use seq_file for /proc/partitions.			(Randy Dunlap)
o   Fix initrd kdev_same thinko.			(Al Viro)
o   Minor sg update.					(Doug Gilbert)
o   install .config with 'make install'			(Kelly French) 
o   Add yet another VAIO to the DMI APM blacklist.	(Michael Piotrowski)
o   Detect get_block errors in block_read_full_page.	(Anton Altaparmakov)
o   Kill off noquot.c					(Al Viro)
o   Special case P4/Xeon bluesmoke init.		(Jon Hourd)
o   Fix up ide-scsi documentation typo.			(Bill Jonas)
o   Increment tcpPassiveOpens counter.			(Dave Miller)
o   Fix up some of Linus' criticisms of SEM_UNDO	(Dave Olien)
o   ibmphp compile fix.					(Greg KH)
o   Fix up two possible panics in microcode driver.	(Tigran Aivazian)
o   fcntl return code POSIX compliance.			(Christopher Yeoh)
o   Lessen debug info from ide-tape.			(Alfredo Sanjuán)
o   Various ide fixes.					(Andre Hedrick)
    | pdc4030 bent into shape a little by me, please test carefully.
o   EasyDisk USB storage support.			(Stanislav Karchebny)
o   Flush cache/TLB on MCE.				(Me)
o   Fix double free in efi partition handling.		(Takanori Kawano)
o   Correct pci_set_mwi documentation typo.		(Geert Uytterhoeven)
o   Fix up race in indydog driver.			(Dave Hansen)
o   3ware driver update.				(Adam Radford)
o   Fix mmap bug with drivers that adjust vm_start.	(Benjamin LaHaise)
o   Register mad16 gameport with input subsystem.	(Michael Haardt)
o   Remove stale comment.				(William Lee Irwin III)
o   P4/Xeon Thermal LVT support for MCE.		(Zwane Mwaikambo)
o   Various fbdev compilation fixes.			(James Simmons)
o   Move touchscreen drivers to their own dir.		(James Simmons)
o   Seperate reiserfs_sb_info from struct super_block	(Brian Gerst)


2.5.7-dj1
o   Various x86-64 compile fixes.			(Me, Andi Kleen)
o   Fix up hfs superblock cleanup typo.			(Brian Gerst)
o   Remove 2.1.x/2.3.x checks from rocket driver.	(William Stinson)
o   JFS compile fixes.					(Dave Kleikamp)
o   pci_alloc_consistent ZONE_NORMAL fix.		(Badari Pulavarty)
o   v4l unregister with open file handles fix.		(Gerd Knorr)
o   ACPI throttling fixes.				(Dominik Brodowski)
o   Updated NFS root_server_path patch.			(Martin Schwenke)
o   Backout problematic sym53c8xx_2 changes.		(Douglas Gilbert)
o   Fix up one of my MCE SNAFU's.			(Douglas Gilbert)
    | Also make it AMD only for now, pending further investigation.
o   Support for Belkin Wireless card.			(Brendan W. McAdams)
o   input/gameport makefile & config.in fixes.		(Steven Cole)
o   UDF write compile fix.


2.5.6-dj2
o   machine check background checker SMP improvements.	(Me)
o   Hush INVALIDATE_AGID noise on Toshiba DVD drives.	(Jens Axboe)
o   Remove delayed vfree() in ppp_deflate.		(David Woodhouse)
o   Fix devfs 64-bit portability issues.		(Carsten Otte)
o   UFS blocksize fix.					(Zwane Mwaikambo)
o   Fix proc race on task_struct->sig.			(Chris Mason)
o   Pull NFS server IP from root_server_path.		(Martin Schwenke)
o   Fix broken tristate in ALSA config.			(Steven Cole)
o   Work around mpc_apicid > MAX_APICS problem.		(James Cleverdon)
o   cs4281 OSS compile fix.				(Sebastian Droege)
o   Fix locking in ATM device allocation.		(Maksim Krasnyanskiy)
o   Fix MSDOS filesystem option mistreatment.		(Rene Scharfe)
o   Increase number of JFS transaction locks.		(Steve Best)
o   page_to_phys() fix for >4GB pages on x86.		(Badari Pulavarty)
o   Append kernel config to zImage.			(Randy Dunlap)
    | See also scripts/extract-ikconfig
o   Remove useless check from shmem_link()		(Alexander Viro)
o   Enable Natsemi MMX extensions.			(Zwane Mwaikambo)
o   Superblock cleanups for isofs,udf & bfs.		(Brian Gerst)
o   request_region() checking for hisax avm_a1		(Dan D Carpenter)
o   uninitialise lots of static vars in net/		(William Stinson)
o   D-Link DE620 janitor work.				(Karol Kasprzak)
o   Netfilter conntrack compile fix.			(Christopher Barton)


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

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

* Re: Linux 2.5.7-dj2
  2002-03-28  1:59 Linux 2.5.7-dj1 Dave Jones
@ 2002-03-28  2:35 ` Nathan Walp
  2002-03-28 11:45   ` Dave Jones
  2002-03-28  3:44 ` Linux 2.5.7-dj1 Andre Hedrick
  1 sibling, 1 reply; 8+ messages in thread
From: Nathan Walp @ 2002-03-28  2:35 UTC (permalink / raw)
  To: Dave Jones, Linux Kernel

[-- Attachment #1: Type: text/plain, Size: 2781 bytes --]

Compile error in 2.5.7-dj2, 2.5.7-dj1 compiled fine, has been running 7
days now.  

make[4]: Entering directory `/usr/src/linux-2.5.7-dj2/drivers/scsi/aic7xxx'
gcc -D__KERNEL__ -I/usr/src/linux-2.5.7-dj2/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4    -DKBUILD_BASENAME=aic7xxx_osm  -c -o aic7xxx_osm.o aic7xxx_osm.c
aic7xxx_osm.c: In function `ahc_linux_setup_tag_info':
aic7xxx_osm.c:1036: warning: implicit declaration of function `strtok'
aic7xxx_osm.c:1036: warning: assignment makes pointer from integer without a cast
aic7xxx_osm.c: In function `aic7xxx_setup':
aic7xxx_osm.c:1068: warning: assignment makes pointer from integer without a cast
aic7xxx_osm.c:1068: warning: assignment makes pointer from integer without a cast
aic7xxx_osm.c: In function `ahc_platform_alloc':
aic7xxx_osm.c:1322: `AHC_LINUX_NOIRQ' undeclared (first use in this function)
aic7xxx_osm.c:1322: (Each undeclared identifier is reported only once
aic7xxx_osm.c:1322: for each function it appears in.)
aic7xxx_osm.c:1332: structure has no member named `runq_tasklet'
aic7xxx_osm.c: In function `ahc_platform_free':
aic7xxx_osm.c:1345: structure has no member named `runq_tasklet'
aic7xxx_osm.c:1349: `AHC_LINUX_NOIRQ' undeclared (first use in this function)
aic7xxx_osm.c: In function `ahc_linux_isr':
aic7xxx_osm.c:1849: structure has no member named `runq_tasklet'
aic7xxx_osm.c: In function `ahc_linux_release_sim_queue':
aic7xxx_osm.c:2460: structure has no member named `runq_tasklet'
aic7xxx_osm.c: In function `ahc_linux_queue_recovery_cmd':
aic7xxx_osm.c:2497: `io_request_lock' undeclared (first use in this function)
aic7xxx_osm.c: In function `ahc_linux_bus_reset':
aic7xxx_osm.c:2794: `io_request_lock' undeclared (first use in this function)
aic7xxx_osm.c: In function `ahc_linux_biosparam':
aic7xxx_osm.c:2833: warning: passing arg 1 of `scsi_partsize' from incompatible pointer type
aic7xxx_osm.c: At top level:
aic7xxx_osm.c:2924: unknown field `use_new_eh_code' specified in initializer
make[4]: *** [aic7xxx_osm.o] Error 1
make[4]: Leaving directory `/usr/src/linux-2.5.7-dj2/drivers/scsi/aic7xxx'
make[3]: *** [first_rule] Error 2
make[3]: Leaving directory `/usr/src/linux-2.5.7-dj2/drivers/scsi/aic7xxx'
make[2]: *** [_subdir_aic7xxx] Error 2
make[2]: Leaving directory `/usr/src/linux-2.5.7-dj2/drivers/scsi'
make[1]: *** [_subdir_scsi] Error 2
make[1]: Leaving directory `/usr/src/linux-2.5.7-dj2/drivers'
make: *** [_dir_drivers] Error 2


-- 
Nathan Walp             || faceprint@faceprint.com
GPG Fingerprint:        ||   http://faceprint.com/
5509 6EF3 928B 2363 9B2B  DA17 3E46 2CDC 492D DB7E


[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

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

* Re: Linux 2.5.7-dj1
  2002-03-28  1:59 Linux 2.5.7-dj1 Dave Jones
  2002-03-28  2:35 ` Linux 2.5.7-dj2 Nathan Walp
@ 2002-03-28  3:44 ` Andre Hedrick
  2002-03-29  0:26   ` Mike Fedyk
  1 sibling, 1 reply; 8+ messages in thread
From: Andre Hedrick @ 2002-03-28  3:44 UTC (permalink / raw)
  To: Dave Jones; +Cc: Linux Kernel


Anton A reported an error so I need to go back and see what else got
broken before this release.  Since there is not diag layer anymore it is
all a pig in a poke :-/

On Thu, 28 Mar 2002, Dave Jones wrote:

> This catches up with the bits and pieces that have happened in 2.4 over the
> last few weeks, scoops up this weeks Linux-kernel bits, and throws in
> various compile fixes so it hopefully all works out.
> Particularly of note in this one are Andre's ide fixes, feedback appreciated
> from anyone seeing problems in 2.5 mainline.
> 
> In other news, work has begun splitting this monster diff into lots of
> Bitkeeper trees. Hopefully when Linus gets back, resyncing is going to be
> a lot easier than it used to be.
> 
> As usual,..
> Patch against 2.5.7 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.7-dj2
> o   Merge bits of 2.4.19pre3 & pre4.
>     | Dropped quite a bit, 2.5 is really starting to diverge
>     | in quite a few areas.
> o   Numerous compile fixups.				(Me)
> o   Various config.help updates.			(Steven Cole, ESR)
> o   AFFS compile fix.					(Jarno Paananen)
> o   Update bttv to use new v4l API.			(Jarno Paananen)
> o   Removal extraneous BUG() from accounting code.	(Bob Miller)
> o   Fix up JFS txnmgr race.				(Christoph Hellwig)
> o   Update documentation index.				(Rolf Eike Beer)
> o   Use seq_file for /proc/partitions.			(Randy Dunlap)
> o   Fix initrd kdev_same thinko.			(Al Viro)
> o   Minor sg update.					(Doug Gilbert)
> o   install .config with 'make install'			(Kelly French) 
> o   Add yet another VAIO to the DMI APM blacklist.	(Michael Piotrowski)
> o   Detect get_block errors in block_read_full_page.	(Anton Altaparmakov)
> o   Kill off noquot.c					(Al Viro)
> o   Special case P4/Xeon bluesmoke init.		(Jon Hourd)
> o   Fix up ide-scsi documentation typo.			(Bill Jonas)
> o   Increment tcpPassiveOpens counter.			(Dave Miller)
> o   Fix up some of Linus' criticisms of SEM_UNDO	(Dave Olien)
> o   ibmphp compile fix.					(Greg KH)
> o   Fix up two possible panics in microcode driver.	(Tigran Aivazian)
> o   fcntl return code POSIX compliance.			(Christopher Yeoh)
> o   Lessen debug info from ide-tape.			(Alfredo Sanjuán)
> o   Various ide fixes.					(Andre Hedrick)
>     | pdc4030 bent into shape a little by me, please test carefully.
> o   EasyDisk USB storage support.			(Stanislav Karchebny)
> o   Flush cache/TLB on MCE.				(Me)
> o   Fix double free in efi partition handling.		(Takanori Kawano)
> o   Correct pci_set_mwi documentation typo.		(Geert Uytterhoeven)
> o   Fix up race in indydog driver.			(Dave Hansen)
> o   3ware driver update.				(Adam Radford)
> o   Fix mmap bug with drivers that adjust vm_start.	(Benjamin LaHaise)
> o   Register mad16 gameport with input subsystem.	(Michael Haardt)
> o   Remove stale comment.				(William Lee Irwin III)
> o   P4/Xeon Thermal LVT support for MCE.		(Zwane Mwaikambo)
> o   Various fbdev compilation fixes.			(James Simmons)
> o   Move touchscreen drivers to their own dir.		(James Simmons)
> o   Seperate reiserfs_sb_info from struct super_block	(Brian Gerst)
> 
> 
> 2.5.7-dj1
> o   Various x86-64 compile fixes.			(Me, Andi Kleen)
> o   Fix up hfs superblock cleanup typo.			(Brian Gerst)
> o   Remove 2.1.x/2.3.x checks from rocket driver.	(William Stinson)
> o   JFS compile fixes.					(Dave Kleikamp)
> o   pci_alloc_consistent ZONE_NORMAL fix.		(Badari Pulavarty)
> o   v4l unregister with open file handles fix.		(Gerd Knorr)
> o   ACPI throttling fixes.				(Dominik Brodowski)
> o   Updated NFS root_server_path patch.			(Martin Schwenke)
> o   Backout problematic sym53c8xx_2 changes.		(Douglas Gilbert)
> o   Fix up one of my MCE SNAFU's.			(Douglas Gilbert)
>     | Also make it AMD only for now, pending further investigation.
> o   Support for Belkin Wireless card.			(Brendan W. McAdams)
> o   input/gameport makefile & config.in fixes.		(Steven Cole)
> o   UDF write compile fix.
> 
> 
> 2.5.6-dj2
> o   machine check background checker SMP improvements.	(Me)
> o   Hush INVALIDATE_AGID noise on Toshiba DVD drives.	(Jens Axboe)
> o   Remove delayed vfree() in ppp_deflate.		(David Woodhouse)
> o   Fix devfs 64-bit portability issues.		(Carsten Otte)
> o   UFS blocksize fix.					(Zwane Mwaikambo)
> o   Fix proc race on task_struct->sig.			(Chris Mason)
> o   Pull NFS server IP from root_server_path.		(Martin Schwenke)
> o   Fix broken tristate in ALSA config.			(Steven Cole)
> o   Work around mpc_apicid > MAX_APICS problem.		(James Cleverdon)
> o   cs4281 OSS compile fix.				(Sebastian Droege)
> o   Fix locking in ATM device allocation.		(Maksim Krasnyanskiy)
> o   Fix MSDOS filesystem option mistreatment.		(Rene Scharfe)
> o   Increase number of JFS transaction locks.		(Steve Best)
> o   page_to_phys() fix for >4GB pages on x86.		(Badari Pulavarty)
> o   Append kernel config to zImage.			(Randy Dunlap)
>     | See also scripts/extract-ikconfig
> o   Remove useless check from shmem_link()		(Alexander Viro)
> o   Enable Natsemi MMX extensions.			(Zwane Mwaikambo)
> o   Superblock cleanups for isofs,udf & bfs.		(Brian Gerst)
> o   request_region() checking for hisax avm_a1		(Dan D Carpenter)
> o   uninitialise lots of static vars in net/		(William Stinson)
> o   D-Link DE620 janitor work.				(Karol Kasprzak)
> o   Netfilter conntrack compile fix.			(Christopher Barton)
> 
> 
> -- 
> Dave Jones.                    http://www.codemonkey.org.uk
> SuSE Labs.
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 

Andre Hedrick
LAD Storage Consulting Group


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

* Re: Linux 2.5.7-dj2
  2002-03-28  2:35 ` Linux 2.5.7-dj2 Nathan Walp
@ 2002-03-28 11:45   ` Dave Jones
  2002-03-28 17:10     ` Bill Davidsen
  0 siblings, 1 reply; 8+ messages in thread
From: Dave Jones @ 2002-03-28 11:45 UTC (permalink / raw)
  To: Nathan Walp; +Cc: Linux Kernel

On Wed, Mar 27, 2002 at 09:35:46PM -0500, Nathan Walp wrote:
 > Compile error in 2.5.7-dj2, 2.5.7-dj1 compiled fine, has been running 7
 > days now.  
 > 
 > make[4]: Entering directory `/usr/src/linux-2.5.7-dj2/drivers/scsi/aic7xxx'
 > gcc -D__KERNEL__ -I/usr/src/linux-2.5.7-dj2/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4    -DKBUILD_BASENAME=aic7xxx_osm  -c -o aic7xxx_osm.o aic7xxx_osm.c
 > aic7xxx_osm.c: In function `ahc_linux_setup_tag_info':
 > aic7xxx_osm.c:1036: warning: implicit declaration of function `strtok'
 > aic7xxx_osm.c:1036: warning: assignment makes pointer from integer without a cast

Ok, thanks. I'll take a look at that later, even if it means reverting
to the -dj1 version of aic

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

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

* Re: Linux 2.5.7-dj2
  2002-03-28 11:45   ` Dave Jones
@ 2002-03-28 17:10     ` Bill Davidsen
  2002-03-28 18:56       ` Dave Jones
  0 siblings, 1 reply; 8+ messages in thread
From: Bill Davidsen @ 2002-03-28 17:10 UTC (permalink / raw)
  To: Dave Jones; +Cc: Linux Kernel

On Thu, 28 Mar 2002, Dave Jones wrote:

> On Wed, Mar 27, 2002 at 09:35:46PM -0500, Nathan Walp wrote:
>  > Compile error in 2.5.7-dj2, 2.5.7-dj1 compiled fine, has been running 7
>  > days now.  
>  > 
>  > make[4]: Entering directory `/usr/src/linux-2.5.7-dj2/drivers/scsi/aic7xxx'
>  > gcc -D__KERNEL__ -I/usr/src/linux-2.5.7-dj2/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4    -DKBUILD_BASENAME=aic7xxx_osm  -c -o aic7xxx_osm.o aic7xxx_osm.c
>  > aic7xxx_osm.c: In function `ahc_linux_setup_tag_info':
>  > aic7xxx_osm.c:1036: warning: implicit declaration of function `strtok'
>  > aic7xxx_osm.c:1036: warning: assignment makes pointer from integer without a cast
> 
> Ok, thanks. I'll take a look at that later, even if it means reverting
> to the -dj1 version of aic

  I haven't d/l this version (and I'm generally not even trying 2.5 at the
moment), but I would bet the include which defines strtok got zapped or
moved.

-- 
bill davidsen <davidsen@tmr.com>
  CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.


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

* Re: Linux 2.5.7-dj2
  2002-03-28 17:10     ` Bill Davidsen
@ 2002-03-28 18:56       ` Dave Jones
  0 siblings, 0 replies; 8+ messages in thread
From: Dave Jones @ 2002-03-28 18:56 UTC (permalink / raw)
  To: Bill Davidsen; +Cc: Linux Kernel

On Thu, Mar 28, 2002 at 12:10:36PM -0500, Bill Davidsen wrote:

 >   I haven't d/l this version (and I'm generally not even trying 2.5 at the
 > moment), but I would bet the include which defines strtok got zapped or
 > moved.

Indeed, in my tree strtok is dead, replaced with some fairly trivial
code that uses strsep. This is one of those cases that fell through the
gaps, and is worthy of adding to my 'check diff before uploading'
script.

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

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

* Re: Linux 2.5.7-dj1
  2002-03-28  3:44 ` Linux 2.5.7-dj1 Andre Hedrick
@ 2002-03-29  0:26   ` Mike Fedyk
  0 siblings, 0 replies; 8+ messages in thread
From: Mike Fedyk @ 2002-03-29  0:26 UTC (permalink / raw)
  To: Andre Hedrick; +Cc: Dave Jones, Linux Kernel

On Wed, Mar 27, 2002 at 07:44:55PM -0800, Andre Hedrick wrote:
> 
> Anton A reported an error so I need to go back and see what else got
> broken before this release.  Since there is not diag layer anymore it is
> all a pig in a poke :-/

You could always just patch that layer back in to do the testing...

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

end of thread, other threads:[~2002-03-29  0:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-28  1:59 Linux 2.5.7-dj1 Dave Jones
2002-03-28  2:35 ` Linux 2.5.7-dj2 Nathan Walp
2002-03-28 11:45   ` Dave Jones
2002-03-28 17:10     ` Bill Davidsen
2002-03-28 18:56       ` Dave Jones
2002-03-28  3:44 ` Linux 2.5.7-dj1 Andre Hedrick
2002-03-29  0:26   ` Mike Fedyk
  -- strict thread matches above, loose matches on Subject: below --
2002-03-21  0:52 Dave Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox