linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Linux 2.4.21-rc4
@ 2003-05-26 20:35 Marcelo Tosatti
  2003-05-27  1:37 ` [PATCH] IDE config correctness (was: Linux 2.4.21-rc4) Carl-Daniel Hailfinger
  0 siblings, 1 reply; 4+ messages in thread
From: Marcelo Tosatti @ 2003-05-26 20:35 UTC (permalink / raw)
  To: lkml


Hi,

Here goes -rc4, hopefully fixing all problems now.

rc5 will only be released in case of REALLY bad problems.

Please test it extensively.


Summary of changes from v2.4.21-rc3 to v2.4.21-rc4
============================================

<minyard@acm.org>:
  o IPMI fixes

<viro@parcelfarce.linux.theplanet.co.uk>:
  o Fix writing to /dev/console

Barry K. Nathan <barryn@pobox.com>:
  o Correctly fix the ioperm issue

Benjamin Herrenschmidt <benh@kernel.crashing.org>:
  o Update ide/ppc/pmac.c
  o Fix controlfb build with gcc3.3
  o PPC32 Fix warning with ndelay (with patch !)

Marcelo Tosatti <marcelo@freak.distro.conectiva>:
  o Changed EXTRAVERSION to -rc4
  o Cset exclude: c-d.hailfinger.kernel.2003@gmx.net|ChangeSet|20030526190224|33683
  o Really fix xconfig breakage


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

* [PATCH] IDE config correctness (was: Linux 2.4.21-rc4)
  2003-05-26 20:35 Linux 2.4.21-rc4 Marcelo Tosatti
@ 2003-05-27  1:37 ` Carl-Daniel Hailfinger
  2003-05-27  3:44   ` Marcelo Tosatti
  0 siblings, 1 reply; 4+ messages in thread
From: Carl-Daniel Hailfinger @ 2003-05-27  1:37 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: lkml

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

Marcelo Tosatti wrote:
> Hi,
> 
> Here goes -rc4, hopefully fixing all problems now.
> 
> rc5 will only be released in case of REALLY bad problems.

Not really a bad problem, but CONFIG_PDC202XX_BURST should be selectable
even if CONFIG_BLK_DEV_PDC202XX_OLD=m
You decide if this goes into 2.4.21. I do not feel strongly about it.

>   o Cset exclude: c-d.hailfinger.kernel.2003@gmx.net|ChangeSet|20030526190224|33683
>   o Really fix xconfig breakage

My fix for the xconfig breakage also included this IDE config fix. When
you excluded the cset, it got lost.

Attached is the diff on top of your tree.


Regards,
Carl-Daniel

[-- Attachment #2: ide-special-udma-feature.diff --]
[-- Type: text/plain, Size: 1121 bytes --]

===== drivers/ide/Config.in 1.31 vs edited =====
--- 1.31/drivers/ide/Config.in	Mon May 26 21:38:00 2003
+++ edited/drivers/ide/Config.in	Mon May 26 23:20:49 2003
@@ -63,7 +63,7 @@
 	    dep_tristate '    NS87415 chipset support' CONFIG_BLK_DEV_NS87415 $CONFIG_BLK_DEV_IDEDMA_PCI
 	    dep_tristate '    OPTi 82C621 chipset enhanced support (EXPERIMENTAL)' CONFIG_BLK_DEV_OPTI621 $CONFIG_EXPERIMENTAL
 	    dep_tristate '    PROMISE PDC202{46|62|65|67} support' CONFIG_BLK_DEV_PDC202XX_OLD $CONFIG_BLK_DEV_IDEDMA_PCI
-	    dep_bool     '      Special UDMA Feature' CONFIG_PDC202XX_BURST $CONFIG_BLK_DEV_PDC202XX_OLD $CONFI_BLK_DEV_IDEDMA_PCI
+	    dep_mbool    '      Special UDMA Feature' CONFIG_PDC202XX_BURST $CONFIG_BLK_DEV_PDC202XX_OLD $CONFI_BLK_DEV_IDEDMA_PCI
 	    dep_tristate '    PROMISE PDC202{68|69|70|71|75|76|77} support' CONFIG_BLK_DEV_PDC202XX_NEW $CONFIG_BLK_DEV_IDEDMA_PCI
 		# FIXME - probably wants to be one for old and for new
 if [ "$CONFIG_BLK_DEV_PDC202XX_OLD" = "y" -o "$CONFIG_BLK_DEV_PDC202XX_OLD" = "m" -o "$CONFIG_BLK_DEV_PDC202XX_NEW" = "y" -o "$CONFIG_BLK_DEV_PDC202XX_NEW" = "m" ]; then

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

* Re: [PATCH] IDE config correctness (was: Linux 2.4.21-rc4)
  2003-05-27  1:37 ` [PATCH] IDE config correctness (was: Linux 2.4.21-rc4) Carl-Daniel Hailfinger
@ 2003-05-27  3:44   ` Marcelo Tosatti
  0 siblings, 0 replies; 4+ messages in thread
From: Marcelo Tosatti @ 2003-05-27  3:44 UTC (permalink / raw)
  To: Carl-Daniel Hailfinger; +Cc: lkml


It seems Alan still has some very important fixes pending. If so, I'll
release -rc5 tomorrow with your stuff.

Otherwise it will have to wait for .22-pre.

On Tue, 27 May 2003, Carl-Daniel Hailfinger wrote:

> Marcelo Tosatti wrote:
> > Hi,
> >
> > Here goes -rc4, hopefully fixing all problems now.
> >
> > rc5 will only be released in case of REALLY bad problems.
>
> Not really a bad problem, but CONFIG_PDC202XX_BURST should be selectable
> even if CONFIG_BLK_DEV_PDC202XX_OLD=m
> You decide if this goes into 2.4.21. I do not feel strongly about it.
>
> >   o Cset exclude: c-d.hailfinger.kernel.2003@gmx.net|ChangeSet|20030526190224|33683
> >   o Really fix xconfig breakage
>
> My fix for the xconfig breakage also included this IDE config fix. When
> you excluded the cset, it got lost.
>
> Attached is the diff on top of your tree.
>
>
> Regards,
> Carl-Daniel
>

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

* Linux 2.4.21-rc4
@ 2003-05-27 23:42 Krzysztof Halasa
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Halasa @ 2003-05-27 23:42 UTC (permalink / raw)
  To: linux-kernel

Compiled with RH 3.2.2 gcc - could I help by providing patches?

intrepid:/usr/src/linux-2.4$ make bzImage modules
md5sum: WARNING: 1 of 13 computed checksums did NOT match
sm_osl.c: In function `sm_osl_suspend':
sm_osl.c:671: warning: unused variable `wakeup_address'
generic.h:138: warning: `unknown_chipset' defined but not used
make[3]: Circular /usr/src/linux-2.4/include/linux/netfilter_ipv4/ip_conntrack_helper.h <- /usr/src/linux-2.4/include/linux/netfilter_ipv4/ip_conntrack.h dependency dropped.
ip_nat_helper.c: In function `ip_nat_resize_packet':
ip_nat_helper.c:87: warning: unused variable `data'
ip_nat_helper.c: In function `ip_nat_helper_register':
ip_nat_helper.c:493: warning: concatenation of string literals with __FUNCTION__ is deprecated
ip_nat_helper.c: In function `ip_nat_helper_unregister':
ip_nat_helper.c:577: warning: concatenation of string literals with __FUNCTION__ is deprecated
time.c:433: warning: `do_gettimeoffset_cyclone' defined but not used
dmi_scan.c: In function `dmi_decode':
dmi_scan.c:832: warning: unused variable `data'
agpgart_be.c: In function `agp_generic_create_gatt_table':
agpgart_be.c:580: warning: assignment from incompatible pointer type
balloc.c: In function `ext2_new_block':
balloc.c:524: warning: long unsigned int format, int arg (arg 4)
-- 
Krzysztof Halasa
Network Administrator

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

end of thread, other threads:[~2003-05-28 12:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-26 20:35 Linux 2.4.21-rc4 Marcelo Tosatti
2003-05-27  1:37 ` [PATCH] IDE config correctness (was: Linux 2.4.21-rc4) Carl-Daniel Hailfinger
2003-05-27  3:44   ` Marcelo Tosatti
2003-05-27 23:42 Linux 2.4.21-rc4 Krzysztof Halasa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).