* 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; 3+ 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] 3+ 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; 3+ 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] 3+ 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; 3+ 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] 3+ messages in thread
end of thread, other threads:[~2003-05-27 3:33 UTC | newest]
Thread overview: 3+ 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
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.