Re: Linux 2.6.20.17

2007-08-26 Thread Willy Tarreau
Hi Marcel, On Sun, Aug 26, 2007 at 05:48:54PM +0200, Marcel Holtmann wrote: > Hi Boris, > > > > I'm getting build errors: > > > > > > x86_64 allyesconfig, allmodconfig: > > > > > > drivers/ata/pata_atiixp.c:286: error: 'PCI_DEVICE_ID_ATI_IXP700_IDE' > > > undeclared here (not in a function) >

Re: Linux 2.6.20.17

2007-08-26 Thread Marcel Holtmann
Hi Boris, > > I'm getting build errors: > > > > x86_64 allyesconfig, allmodconfig: > > > > drivers/ata/pata_atiixp.c:286: error: 'PCI_DEVICE_ID_ATI_IXP700_IDE' > > undeclared here (not in a function) > > net/bluetooth/rfcomm/tty.c:275: error: 'struct rfcomm_dev' has no member > > named 'tty_de

Re: Linux 2.6.20.17

2007-08-26 Thread Boris B. Zhmurov
Hello, Randy Dunlap. On 25.08.2007 22:01 you said the following: I'm getting build errors: x86_64 allyesconfig, allmodconfig: drivers/ata/pata_atiixp.c:286: error: 'PCI_DEVICE_ID_ATI_IXP700_IDE' undeclared here (not in a function) net/bluetooth/rfcomm/tty.c:275: error: 'struct rfcomm_dev' h

Re: Linux 2.6.20.17

2007-08-25 Thread Randy Dunlap
On Sat, 25 Aug 2007 15:38:10 + Willy Tarreau wrote: > > I've just released Linux 2.6.20.17. > > As a reminder, it fixes these 3 security issues : > CVE-2007-3105 > CVE-2007-3848 > CVE-2007-3851 > > I'll also be replying to this message with a copy of the patch between > 2.6.20.16 and

Re: Linux 2.6.20.17

2007-08-25 Thread Willy Tarreau
diff --git a/Makefile b/Makefile index b3806cb..bce2fbf 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 20 -EXTRAVERSION = .16 +EXTRAVERSION = .17 NAME = Homicidal Dwarf Hamster # *DOCUMENTATION* diff --git a/arch/i386/kernel/cpu/cpufreq/acpi-cpufre