public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Linux 2.4.28-pre2
@ 2004-08-26 15:26 O.Sezer
  2004-08-26 19:15 ` Adrian Bunk
  0 siblings, 1 reply; 6+ messages in thread
From: O.Sezer @ 2004-08-26 15:26 UTC (permalink / raw)
  To: linux-kernel; +Cc: marcelo.tosatti

Hi Marcelo:

 > Also a bunch of gcc 3.4 fixes, hopefully we are done
 > with that now.

Fairly close, but not complete. You need the two patches at:

http://marc.theaimsgroup.com/?l=linux-kernel&m=109327862717567&w=2
http://marc.theaimsgroup.com/?l=linux-kernel&m=109292095518054&w=2

(You should have them in your mailbox)

After those, there will still be five warnings which I couldn't
find an easy way to deal with:
1. the rio driver:
rio_linux.c: In function `rio_init':
rio_linux.c:1209: warning: use of cast expressions as lvalues is deprecated
rio_linux.c:1333: warning: use of cast expressions as lvalues is deprecated

2. isdn/eicon:
eicon_idi.c: In function `idi_faxdata_send':
eicon_idi.c:2057: warning: use of cast expressions as lvalues is deprecated

3. scsi/53c7,8xx.c:
53c7,8xx.c: In function `NCR53c7xx_queue_command':
53c7,8xx.c:3929: warning: use of cast expressions as lvalues is deprecated

4. rivafb:
accel.c: In function `fbcon_riva_writechr':
accel.c:157: warning: use of cast expressions as lvalues is deprecated

5. affs/super.c :
super.c: In function `parse_options':
super.c:133: warning: use of conditional expressions as lvalues is 
deprecated

As you know these are warnings in gcc3.4 but will be failures in 3.5.

Another thing is in scsi/ultrastor.c:
ultrastor.c: In function `ultrastor_queuecommand':
ultrastor.c:301: warning: matching constraint does not allow a register
ultrastor.c:301: warning: matching constraint does not allow a register

I'm no asm guy so I don't know how serious/how to fix this.

Regards,
Ozkan.

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Linux 2.4.28-pre2
@ 2004-08-26  1:01 Marcelo Tosatti
  0 siblings, 0 replies; 6+ messages in thread
From: Marcelo Tosatti @ 2004-08-26  1:01 UTC (permalink / raw)
  To: linux-kernel


Hi, 

Here goes the second -pre of v2.4.28.

It contains more SATA fixes, S390 update, number of 
PCI hotplug fixes, NFS update, IDE PCI Triflex, amongst 
others.

Also a bunch of gcc 3.4 fixes, hopefully we are done
with that now.

Enjoy


Summary of changes from v2.4.28-pre1 to v2.4.28-pre2
============================================

<achew:nvidia.com>:
  o [libata sata_nv] support for hardware, bug fixes
  o [libata sata_nv] fix leak on error

<david.martinez:rediris.es>:
  o Update ftape webpage

<linville:tuxdriver.com>:
  o Add IOI Media Bay to SCSI quirk list

<mbroemme:plusserver.de>:
  o Fix kernel oops in nsc-ircc.c

<rainer.weikusat:sncag.com>:
  o bkgoodman@bradgoodman.com: MTD cfi_cmdset_0002.c - Duplicate cleanup in error path

<sezeroz:ttnet.net.tr>:
  o pm3fb and kaweth missing casts
  o ns83820.c warning fixes
  o cpqarray/cciss gcc3.4 inline fixes
  o ieee1394/hisax gcc 3.4 inline fixes
  o radio/video gcc3.4 inline fixes
  o mtd gcc3.4 inline fixes
  o net drivers gcc3.4 inline fixes
  o scsi drivers gcc3.4 inline fixes
  o USB gcc3.4 inline fixes
  o net gcc3.4 inline fixes
  o char gcc3.4 inline fixes
  o filesystems (fs/) gcc3.4 inline fixes
  o intermezzo gcc3.4 inline fixes
  o uninline do_generic_direct_read

<thor:math.tu-berlin.de>:
  o NetMOS 9805 ParPort interface

Adrian Bunk:
  o 2.4.28-pre1: add two SATA Configure.help entries
  o disallow modular BINFMT_ELF

Alan Cox:
  o [libata] improve translation of ATA errors to SCSI sense codes
  o ad1816 sound driver web page and email address update

Andrew Morton:
  o libata build fix

Badari Pulavarty:
  o scsi PHYS_4G merging doesn't work

Bartlomiej Zolnierkiewicz:
  o Fix IDE Triflex hang on boot with two single-channel controllers

Dan Zink:
  o PCI Hotplug: fix potential hang in cpqphp

Daniel Ritz:
  o enable read prefetch on o2micro bridges to fix HDSP
  o fix EnE Cardbus bridges for HDSP

David S. Miller:
  o [SPARC64]: Add missing nop to itlb_base.S

Dely Sy:
  o PCI Hotplug: Fixes for hot-plug drivers in 2.4 kernel

Douglas Gilbert:
  o [libata] fix INQUIRY handling

Gary Hade:
  o PCI Hotplug: change MAINTAINERS

Jeff Garzik:
  o [libata] (cosmetic) sync with 2.6.x
  o [libata] support commands SYNCHRONIZE CACHE, VERIFY, VERIFY(16)
  o [libata] fix PIO data xfer on big endian
  o [libata] ATAPI PIO data xfer
  o [libata] add ioctl infrastructure
  o [libata] fix error recovery reference count and in-recovery flag
  o [ata] remove 'packed' attributed from struct ata_prd

Marcelo Tosatti:
  o Changed EXTRAVERSION to -pre2

Martin Schwidefsky:
  o s390: core changes
  o s390: ibm partition table
  o s390: system tick misaccounting
  o s390: dasd changes
  o s390: ctc fixes
  o s390: iucv net driver fixes
  o s390: qeth network driver fixes

Mikael Pettersson:
  o gcc34 inline failure fixes

Neil Brown:
  o Allow larger NFSd MAXBLKSIZE on architectures with larger PAGE_SIZE
  o Fixed possibly xdr parsing error if write size exceed 2^31
  o Use llseek instead of f_pos= for directory seeking
  o mark NFS/TCP not EXPERIMENTAL

Patrick McHardy:
  o [RBTREE]: Add rb_{first,last,prev,next}
  o [NET_SCHED]: Replace eligible list by rbtree in HFSC scheduler
  o [NET_SCHED]: Replace actlist by rbtrees in HFSC scheduler
  o [NET_SCHED]: O(1) children vtoff adjustment in HFSC scheduler
  o [PKT_SCHED]: Remove unnecessary memsets in packet schedulers

Pete Zaitcev:
  o USB: update unusual_devs.h
  o USB: remove "interrupt, status %x, frame# %i"
  o The Dell's fix for TEAC CD-210PU


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

end of thread, other threads:[~2004-08-27 13:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-26 15:26 Linux 2.4.28-pre2 O.Sezer
2004-08-26 19:15 ` Adrian Bunk
2004-08-26 19:50   ` O.Sezer
2004-08-26 22:26     ` Willy Tarreau
2004-08-27 12:00       ` Marcelo Tosatti
  -- strict thread matches above, loose matches on Subject: below --
2004-08-26  1:01 Marcelo Tosatti

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