Re: Linux 2.4.2ac14

2001-03-08 Thread andersg

On Wed, Mar 07, 2001 at 04:40:52PM -0800, Greg KH wrote:

> > o   Fix the non build problem with do_BUG   (Andrew Morton)

> i386_ksyms.c:170: `do_BUG' undeclared here (not in a function)

> # CONFIG_DEBUG_BUGVERBOSE is not set

this patch makes it _compile_ both with and without BUGVERBOSE.

-- 

//anders/g

--- arch/i386/kernel/i386_ksyms.c.orig  Thu Mar  8 21:30:27 2001
+++ arch/i386/kernel/i386_ksyms.c   Thu Mar  8 21:30:31 2001
@@ -167,5 +167,7 @@
 EXPORT_SYMBOL(empty_zero_page);
 #endif

+#ifdef CONFIG_DEBUG_BUGVERBOSE
 EXPORT_SYMBOL(do_BUG);
+#endif
   
   
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2ac14

2001-03-08 Thread Alan Cox

> >The next patch would create the file `include/linux/hdlc.h',
> >which already exists!  Assume -R? [n] n
> >Apply anyway? [n] y
> >patching file `include/linux/hdlc.h'
> >Patch attempted to create file `include/linux/hdlc.h', which already exists.
> >Hunk #1 FAILED at 1.
> >1 out of 1 hunk FAILED -- saving rejects to include/linux/hdlc.h.rej
> 
> must remove before patching? or ignore it?

That looks like you applied ac14 over ac13 or to 2.4.3pre not to 2.4.2
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2ac14

2001-03-08 Thread Alan Cox

 The next patch would create the file `include/linux/hdlc.h',
 which already exists!  Assume -R? [n] n
 Apply anyway? [n] y
 patching file `include/linux/hdlc.h'
 Patch attempted to create file `include/linux/hdlc.h', which already exists.
 Hunk #1 FAILED at 1.
 1 out of 1 hunk FAILED -- saving rejects to include/linux/hdlc.h.rej
 
 must remove before patching? or ignore it?

That looks like you applied ac14 over ac13 or to 2.4.3pre not to 2.4.2
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2ac14

2001-03-08 Thread andersg

On Wed, Mar 07, 2001 at 04:40:52PM -0800, Greg KH wrote:

  o   Fix the non build problem with do_BUG   (Andrew Morton)

 i386_ksyms.c:170: `do_BUG' undeclared here (not in a function)

 # CONFIG_DEBUG_BUGVERBOSE is not set

this patch makes it _compile_ both with and without BUGVERBOSE.

-- 

//anders/g

--- arch/i386/kernel/i386_ksyms.c.orig  Thu Mar  8 21:30:27 2001
+++ arch/i386/kernel/i386_ksyms.c   Thu Mar  8 21:30:31 2001
@@ -167,5 +167,7 @@
 EXPORT_SYMBOL(empty_zero_page);
 #endif

+#ifdef CONFIG_DEBUG_BUGVERBOSE
 EXPORT_SYMBOL(do_BUG);
+#endif
   
   
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2ac14

2001-03-07 Thread Doug Ledford

Alan Cox wrote:
> 2.4.2-ac14
> o   Updated i810_audio.c(Doug Ledford)

I wanted to let people know that there is a lot of new code in this particular
update that needs testing.  The nice thing is that quake3 should now play with
this sound driver so the testing can at least be a little bit of fun ;-) 
Basically, all the stuff that used to work still should, mmap audio should now
work, and you should not have to specify any ftsodell=1 options to the driver
any more and it shouldn't sound like Alvin and the Chipmunks when you don't. 
If anyone finds problems with this driver, please let me know.  I tested what
I could, but I'm sure there are things I possibly missed.  Oh, one more thing,
when playing mp3's via xmms and using the oss output module, the number of
interrupts the system has to service is down by about 100 per second or more,
so it should be slightly lighter on system CPU time as well.

-- 

 Doug Ledford <[EMAIL PROTECTED]>  http://people.redhat.com/dledford
  Please check my web site for aic7xxx updates/answers before
  e-mailing me about problems
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2ac14

2001-03-07 Thread Keitaro Yosimura

Hi. alan.

>2.4.2-ac14

at patching.
>The next patch would create the file `include/linux/hdlc.h',
>which already exists!  Assume -R? [n] n
>Apply anyway? [n] y
>patching file `include/linux/hdlc.h'
>Patch attempted to create file `include/linux/hdlc.h', which already exists.
>Hunk #1 FAILED at 1.
>1 out of 1 hunk FAILED -- saving rejects to include/linux/hdlc.h.rej

must remove before patching? or ignore it?

<|> YOSHIMURA 'ramsy' Keitaro / Japan Linux Association
<|> mailto:[EMAIL PROTECTED]
<|> http://jla.linux.or.jp/index.html

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Misspelled spinlock_prefetch for MK7 (was: Linux 2.4.2ac14)

2001-03-07 Thread junio

Sorry, I have wasted your time by speaking too early.

Here is a corrected version of my fix; the old one replaced one
typo with another X-<.

You need this to link for Athron/Durons.

--- 2.4.2-ac14/include/asm-i386/processor.h Wed Mar  7 16:59:48 2001
+++ 2.4.2-ac14/include/asm-i386/processor.h Wed Mar  7 17:25:17 2001
@@ -499,7 +499,7 @@
 {
 __asm__ __volatile__ ("prefetch (%0)" : : "r"(x));
 }
-#define spinock_prefetch(x)prefetchw(x)
+#define spin_lock_prefetch(x)  prefetchw(x)

 #endif
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Misspelled spinlock_prefetch for MK7 (was: Linux 2.4.2ac14)

2001-03-07 Thread junio

You need this to compile for Athron/Durons.

--- 2.4.2-ac14/include/asm-i386/processor.h Wed Mar  7 16:59:48 2001
+++ 2.4.2-ac14/include/asm-i386/processor.h Wed Mar  7 17:25:17 2001
@@ -499,7 +499,7 @@
 {
 __asm__ __volatile__ ("prefetch (%0)" : : "r"(x));
 }
-#define spinock_prefetch(x)prefetchw(x)
+#define spinlock_prefetch(x)   prefetchw(x)
 
 #endif
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2ac14

2001-03-07 Thread Greg KH

On Wed, Mar 07, 2001 at 04:40:52PM -0800, Greg KH wrote:
> On Wed, Mar 07, 2001 at 11:13:37PM +, Alan Cox wrote:
> > o   Fix the non build problem with do_BUG   (Andrew Morton)
> 
> gcc -D__KERNEL__ -I/home/greg/linux/linux-2.4.2-ac14/include -Wall 
>-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -march=i686  
>-mno-terminator-canary-DEXPORT_SYMTAB -c i386_ksyms.c
> i386_ksyms.c:170: `do_BUG' undeclared here (not in a function)
> i386_ksyms.c:170: initializer element for `__ksymtab_do_BUG.value' is not constant
> make[1]: *** [i386_ksyms.o] Error 1
> make[1]: Leaving directory
> `/home/greg/linux/linux-2.4.2-ac14/arch/i386/kernel'
> make: *** [_dir_arch/i386/kernel] Error 2
> 
> .config attached

Enabling CONFIG_DEBUG_BUGVERBOSE allows the build to work.

greg k-h

-- 
greg@(kroah|wirex).com
http://immunix.org/~greg
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



[PATCH] Re: Linux 2.4.2ac14

2001-03-07 Thread Tachino Nobuhiro


Hello,

2.4.2ac14 compilation fails when CONFIG_DEBUG_BUGVERBOSE is not enabled.
Here is my small patch.


diff -r -u linux-2.4.2-ac14.org/include/asm-i386/page.h 
linux-2.4.2-ac14/include/asm-i386/page.h
--- linux-2.4.2-ac14.org/include/asm-i386/page.hThu Mar  8 09:31:45 2001
+++ linux-2.4.2-ac14/include/asm-i386/page.hThu Mar  8 09:21:43 2001
@@ -87,8 +87,8 @@
  * see^H^H^Hhear bugs in early bootup as well!
  */
 
-#ifdef CONFIG_DEBUG_BUGVERBOSE
 extern void do_BUG(const char *file, int line);
+#ifdef CONFIG_DEBUG_BUGVERBOSE
 #define BUG() do { \
do_BUG(__FILE__, __LINE__); \
__asm__ __volatile__(".byte 0x0f,0x0b");\
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2ac14

2001-03-07 Thread Greg KH

On Wed, Mar 07, 2001 at 11:13:37PM +, Alan Cox wrote:
> o Fix the non build problem with do_BUG   (Andrew Morton)

gcc -D__KERNEL__ -I/home/greg/linux/linux-2.4.2-ac14/include -Wall -Wstrict-prototypes 
-O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -march=i686  
-mno-terminator-canary-DEXPORT_SYMTAB -c i386_ksyms.c
i386_ksyms.c:170: `do_BUG' undeclared here (not in a function)
i386_ksyms.c:170: initializer element for `__ksymtab_do_BUG.value' is not constant
make[1]: *** [i386_ksyms.o] Error 1
make[1]: Leaving directory
`/home/greg/linux/linux-2.4.2-ac14/arch/i386/kernel'
make: *** [_dir_arch/i386/kernel] Error 2

.config attached

thanks,

greg k-h

-- 
greg@(kroah|wirex).com



#
# Automatically generated by make menuconfig: don't edit
#
CONFIG_X86=y
CONFIG_ISA=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
CONFIG_M686=y
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
# CONFIG_TOSHIBA is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
CONFIG_X86_CPUID=y
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
# CONFIG_MTRR is not set
# CONFIG_SMP is not set
# CONFIG_X86_UP_APIC is not set
# CONFIG_X86_UP_IOAPIC is not set

#
# General setup
#
CONFIG_NET=y
# CONFIG_VISWS is not set
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y

#
# PCMCIA/CardBus support
#
# CONFIG_PCMCIA is not set
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_MISC is not set
CONFIG_PM=y
# CONFIG_ACPI is not set
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
# CONFIG_APM_CPU_IDLE is not set
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_RTC_IS_GMT is not set
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
# CONFIG_PARPORT is not set

#
# Plug and Play configuration
#
# CONFIG_PNP is not set
# CONFIG_ISAPNP is not set

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_LOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_INITRD is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID5 is not set
# CONFIG_BLK_DEV_LVM is not set

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
# CONFIG_NETLINK is not set
# CONFIG_NETFILTER is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_INET_ECN is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_IPV6 is not set
# CONFIG_KHTTPD is not set
# CONFIG_ATM is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_DECNET is not set
# CONFIG_BRIDGE is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_LLC is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set

#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set

#
# Telephony Support
#
# CONFIG_PHONE is not set
# CONFIG_PHONE_IXJ is not set

#
# ATA/IDE/MFM/RLL support
#
CONFIG_IDE=y

#
# IDE, ATA and ATAPI Block devices
#
CONFIG_BLK_DEV_IDE=y
# CONFIG_BLK_DEV_HD_IDE is not set
# CONFIG_BLK_DEV_HD is not set
CONFIG_BLK_DEV_IDEDISK=y
# CONFIG_IDEDISK_MULTI_MODE is not set
# CONFIG_BLK_DEV_IDEDISK_VENDOR is not set
# CONFIG_BLK_DEV_IDEDISK_FUJITSU is not set
# CONFIG_BLK_DEV_IDEDISK_IBM is not set
# CONFIG_BLK_DEV_IDEDISK_MAXTOR is not set
# 

Linux 2.4.2ac14

2001-03-07 Thread Alan Cox


ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/

2.4.2-ac14
o   Fix the non build problem with do_BUG   (Andrew Morton)
o   Fix interface autocreation bug in ipx   (Arnaldo Carvalho
Also fix pprop routing bugs, tctrl handling  de Melo)
Fix wrong comments, fix ipx sysctl handling
clean up code
o   Updated i810_audio.c(Doug Ledford)
o   Fix up printer status readback  (Tim Waugh)
o   Add support for "ide=nodma" on command line (Arjan van de Ven)
o   More spelling fixes (Dag Wieers)
o   Add pci vendor table to lanstreamer (Mike Sullivan)
o   Do extra sanity checks on ext2 mount(Andreas Dilger)
o   Multithreaded core dump handling(Don Dugger)
| This is fairly experimental so the more eyes
| the better but it does sort out a very annoying weakness
o   Prefetch on lists for parisc and x86(Arjan Van de Ven,
| Work about 4% on scheduler performance on PIII Matthew Wilcox)
o   Natsemi power management changes(Tjeerd Mulder)
o   Fix assorted smb bugs   (Urban Widmark)
o   Fix a sisfb build problem   (Andrew Morton)

2.4.2-ac13
o   Clean up mad16 detection stuff  (Pavel Rabel)
o   Fix epca unload (Andrey Panin)
o   Change null apic handling   (Maciej Rozycki)
o   aicasm now uses db3 (Sergey Kubushin)
o   Fix aic7xxx cross compile   (Cort Dougan)
o   Merge small net driver fixups/config fixes  (Jeff Garzik)
o   Update symbios drivers  (GĂ©rard Roudier)
o   Rusty has moved (Rusty Russell)
o   3c509/3c515 compile fixes   (Jeff Garzik)
o   Console locking updates - should fix vesafb (Andrew Morton)
clock problems
o   Merge the serial.c 5.0.5 update (Jeff Garzik, 
Ted Ts'o)
o   Merge SiS framebuffer updates   (Can-Ru Yeou)
o   Update ctrlfb   (Takashi Oe,
 Michel Lanners)
o   Add epson 640U scanner to the usb scanner list  (Patrick Dreker)

2.4.2-ac12
o   Move the pci_enable_device for cardbus  (David Hinds)
o   Add Sony MSC-U01N to the unusual devices(Marcel Holtmann)
o   Final smc-mca fixups - should now work  (James Bottomley)
o   Document kernel string/mem* functions   (Matthew Wilcox)
| and I added a memcpy warning
o   Update VIA IDE driver to 3.21   (Vojtech Pavlik)
|No UDMA66 on 82c686, fix /proc and udma on
|686b, fix dma disables
o   Allow sleeping in ctrl-alt-del callbacks(Andrew Morton)
|Fix i2o, dac960, watchdog, gdth hangs on exit
o   Fix binfmt_misc (and make the proc handling (Al Viro)
|a filesystem -
|mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
o   Update the ACI support for sound/radio stuff(Robert Siemer)
o   Add RDS support to miroRadio(Robert Siemer)
o   Remove serverworks handling. The BIOS is our(me)
best (and right now only) hope for that chip
o   Tune the vm behavioru a bit more(Mike Galbraith)
o   Update PAS16 documentation  (Thomas Molina)
o   Reiserfs tools recommended are now 0d not 0b(Steven Cole)
o   Wan driver small fixes  (Jeff Garzik)
o   Net driver fixes for 3c503, 3c509, 3c515,   (Jeff Garzik)
8139too, de4x5, defxx, dgrs, dmfe, eth16i, 
ewrk3, natsemi, ni5010, pci-skeleton, rcpci45,
sis900, sk_g16, smc-ultra, sundance, tlan,
via-rhine, winbond-840, yellowfin, wavelan_cs
tms380tr
o   Trim 3K off the aha1542 driver size (Andrzej Krzysztofowicz)
o   Trim 1K off qlogicfas   (Andrzej Krzysztofowicz)
o   Fix openfirmware/mm boot on ppc (Cort Dougan)
o   Fix topdir handling in Makefile (Keith Owens)
o   Minor fusion driver updates (Steve Ralston)
o   Merge Etrax cris updates(Bjorn Wesen)
o   Clgen fb copyright update   (Jeff Garzik)
o   AGP linkage fix (Jeff Garzik)
o   Update visor driver to work with minijam(Arnim Laeuger)
o   Fix a usb devio return code (Dan Streetman)
o   Resync a few other net device changes with the
submits Jeff sent to Linus  (Jeff Garzik)
o   Add missing md 

Linux 2.4.2ac14

2001-03-07 Thread Alan Cox


ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/

2.4.2-ac14
o   Fix the non build problem with do_BUG   (Andrew Morton)
o   Fix interface autocreation bug in ipx   (Arnaldo Carvalho
Also fix pprop routing bugs, tctrl handling  de Melo)
Fix wrong comments, fix ipx sysctl handling
clean up code
o   Updated i810_audio.c(Doug Ledford)
o   Fix up printer status readback  (Tim Waugh)
o   Add support for "ide=nodma" on command line (Arjan van de Ven)
o   More spelling fixes (Dag Wieers)
o   Add pci vendor table to lanstreamer (Mike Sullivan)
o   Do extra sanity checks on ext2 mount(Andreas Dilger)
o   Multithreaded core dump handling(Don Dugger)
| This is fairly experimental so the more eyes
| the better but it does sort out a very annoying weakness
o   Prefetch on lists for parisc and x86(Arjan Van de Ven,
| Work about 4% on scheduler performance on PIII Matthew Wilcox)
o   Natsemi power management changes(Tjeerd Mulder)
o   Fix assorted smb bugs   (Urban Widmark)
o   Fix a sisfb build problem   (Andrew Morton)

2.4.2-ac13
o   Clean up mad16 detection stuff  (Pavel Rabel)
o   Fix epca unload (Andrey Panin)
o   Change null apic handling   (Maciej Rozycki)
o   aicasm now uses db3 (Sergey Kubushin)
o   Fix aic7xxx cross compile   (Cort Dougan)
o   Merge small net driver fixups/config fixes  (Jeff Garzik)
o   Update symbios drivers  (Grard Roudier)
o   Rusty has moved (Rusty Russell)
o   3c509/3c515 compile fixes   (Jeff Garzik)
o   Console locking updates - should fix vesafb (Andrew Morton)
clock problems
o   Merge the serial.c 5.0.5 update (Jeff Garzik, 
Ted Ts'o)
o   Merge SiS framebuffer updates   (Can-Ru Yeou)
o   Update ctrlfb   (Takashi Oe,
 Michel Lanners)
o   Add epson 640U scanner to the usb scanner list  (Patrick Dreker)

2.4.2-ac12
o   Move the pci_enable_device for cardbus  (David Hinds)
o   Add Sony MSC-U01N to the unusual devices(Marcel Holtmann)
o   Final smc-mca fixups - should now work  (James Bottomley)
o   Document kernel string/mem* functions   (Matthew Wilcox)
| and I added a memcpy warning
o   Update VIA IDE driver to 3.21   (Vojtech Pavlik)
|No UDMA66 on 82c686, fix /proc and udma on
|686b, fix dma disables
o   Allow sleeping in ctrl-alt-del callbacks(Andrew Morton)
|Fix i2o, dac960, watchdog, gdth hangs on exit
o   Fix binfmt_misc (and make the proc handling (Al Viro)
|a filesystem -
|mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
o   Update the ACI support for sound/radio stuff(Robert Siemer)
o   Add RDS support to miroRadio(Robert Siemer)
o   Remove serverworks handling. The BIOS is our(me)
best (and right now only) hope for that chip
o   Tune the vm behavioru a bit more(Mike Galbraith)
o   Update PAS16 documentation  (Thomas Molina)
o   Reiserfs tools recommended are now 0d not 0b(Steven Cole)
o   Wan driver small fixes  (Jeff Garzik)
o   Net driver fixes for 3c503, 3c509, 3c515,   (Jeff Garzik)
8139too, de4x5, defxx, dgrs, dmfe, eth16i, 
ewrk3, natsemi, ni5010, pci-skeleton, rcpci45,
sis900, sk_g16, smc-ultra, sundance, tlan,
via-rhine, winbond-840, yellowfin, wavelan_cs
tms380tr
o   Trim 3K off the aha1542 driver size (Andrzej Krzysztofowicz)
o   Trim 1K off qlogicfas   (Andrzej Krzysztofowicz)
o   Fix openfirmware/mm boot on ppc (Cort Dougan)
o   Fix topdir handling in Makefile (Keith Owens)
o   Minor fusion driver updates (Steve Ralston)
o   Merge Etrax cris updates(Bjorn Wesen)
o   Clgen fb copyright update   (Jeff Garzik)
o   AGP linkage fix (Jeff Garzik)
o   Update visor driver to work with minijam(Arnim Laeuger)
o   Fix a usb devio return code (Dan Streetman)
o   Resync a few other net device changes with the
submits Jeff sent to Linus  (Jeff Garzik)
o   Add missing md 

Re: Linux 2.4.2ac14

2001-03-07 Thread Greg KH

On Wed, Mar 07, 2001 at 11:13:37PM +, Alan Cox wrote:
 o Fix the non build problem with do_BUG   (Andrew Morton)

gcc -D__KERNEL__ -I/home/greg/linux/linux-2.4.2-ac14/include -Wall -Wstrict-prototypes 
-O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -march=i686  
-mno-terminator-canary-DEXPORT_SYMTAB -c i386_ksyms.c
i386_ksyms.c:170: `do_BUG' undeclared here (not in a function)
i386_ksyms.c:170: initializer element for `__ksymtab_do_BUG.value' is not constant
make[1]: *** [i386_ksyms.o] Error 1
make[1]: Leaving directory
`/home/greg/linux/linux-2.4.2-ac14/arch/i386/kernel'
make: *** [_dir_arch/i386/kernel] Error 2

.config attached

thanks,

greg k-h

-- 
greg@(kroah|wirex).com



#
# Automatically generated by make menuconfig: don't edit
#
CONFIG_X86=y
CONFIG_ISA=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
CONFIG_M686=y
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
# CONFIG_TOSHIBA is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
CONFIG_X86_CPUID=y
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
# CONFIG_MTRR is not set
# CONFIG_SMP is not set
# CONFIG_X86_UP_APIC is not set
# CONFIG_X86_UP_IOAPIC is not set

#
# General setup
#
CONFIG_NET=y
# CONFIG_VISWS is not set
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y

#
# PCMCIA/CardBus support
#
# CONFIG_PCMCIA is not set
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_MISC is not set
CONFIG_PM=y
# CONFIG_ACPI is not set
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
# CONFIG_APM_CPU_IDLE is not set
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_RTC_IS_GMT is not set
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
# CONFIG_PARPORT is not set

#
# Plug and Play configuration
#
# CONFIG_PNP is not set
# CONFIG_ISAPNP is not set

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_LOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_INITRD is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID5 is not set
# CONFIG_BLK_DEV_LVM is not set

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
# CONFIG_NETLINK is not set
# CONFIG_NETFILTER is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_INET_ECN is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_IPV6 is not set
# CONFIG_KHTTPD is not set
# CONFIG_ATM is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_DECNET is not set
# CONFIG_BRIDGE is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_LLC is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set

#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set

#
# Telephony Support
#
# CONFIG_PHONE is not set
# CONFIG_PHONE_IXJ is not set

#
# ATA/IDE/MFM/RLL support
#
CONFIG_IDE=y

#
# IDE, ATA and ATAPI Block devices
#
CONFIG_BLK_DEV_IDE=y
# CONFIG_BLK_DEV_HD_IDE is not set
# CONFIG_BLK_DEV_HD is not set
CONFIG_BLK_DEV_IDEDISK=y
# CONFIG_IDEDISK_MULTI_MODE is not set
# CONFIG_BLK_DEV_IDEDISK_VENDOR is not set
# CONFIG_BLK_DEV_IDEDISK_FUJITSU is not set
# CONFIG_BLK_DEV_IDEDISK_IBM is not set
# CONFIG_BLK_DEV_IDEDISK_MAXTOR is not set
# 

[PATCH] Re: Linux 2.4.2ac14

2001-03-07 Thread Tachino Nobuhiro


Hello,

2.4.2ac14 compilation fails when CONFIG_DEBUG_BUGVERBOSE is not enabled.
Here is my small patch.


diff -r -u linux-2.4.2-ac14.org/include/asm-i386/page.h 
linux-2.4.2-ac14/include/asm-i386/page.h
--- linux-2.4.2-ac14.org/include/asm-i386/page.hThu Mar  8 09:31:45 2001
+++ linux-2.4.2-ac14/include/asm-i386/page.hThu Mar  8 09:21:43 2001
@@ -87,8 +87,8 @@
  * see^H^H^Hhear bugs in early bootup as well!
  */
 
-#ifdef CONFIG_DEBUG_BUGVERBOSE
 extern void do_BUG(const char *file, int line);
+#ifdef CONFIG_DEBUG_BUGVERBOSE
 #define BUG() do { \
do_BUG(__FILE__, __LINE__); \
__asm__ __volatile__(".byte 0x0f,0x0b");\
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2ac14

2001-03-07 Thread Greg KH

On Wed, Mar 07, 2001 at 04:40:52PM -0800, Greg KH wrote:
 On Wed, Mar 07, 2001 at 11:13:37PM +, Alan Cox wrote:
  o   Fix the non build problem with do_BUG   (Andrew Morton)
 
 gcc -D__KERNEL__ -I/home/greg/linux/linux-2.4.2-ac14/include -Wall 
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -march=i686  
-mno-terminator-canary-DEXPORT_SYMTAB -c i386_ksyms.c
 i386_ksyms.c:170: `do_BUG' undeclared here (not in a function)
 i386_ksyms.c:170: initializer element for `__ksymtab_do_BUG.value' is not constant
 make[1]: *** [i386_ksyms.o] Error 1
 make[1]: Leaving directory
 `/home/greg/linux/linux-2.4.2-ac14/arch/i386/kernel'
 make: *** [_dir_arch/i386/kernel] Error 2
 
 .config attached

Enabling CONFIG_DEBUG_BUGVERBOSE allows the build to work.

greg k-h

-- 
greg@(kroah|wirex).com
http://immunix.org/~greg
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Misspelled spinlock_prefetch for MK7 (was: Linux 2.4.2ac14)

2001-03-07 Thread junio

You need this to compile for Athron/Durons.

--- 2.4.2-ac14/include/asm-i386/processor.h Wed Mar  7 16:59:48 2001
+++ 2.4.2-ac14/include/asm-i386/processor.h Wed Mar  7 17:25:17 2001
@@ -499,7 +499,7 @@
 {
 __asm__ __volatile__ ("prefetch (%0)" : : "r"(x));
 }
-#define spinock_prefetch(x)prefetchw(x)
+#define spinlock_prefetch(x)   prefetchw(x)
 
 #endif
 
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Misspelled spinlock_prefetch for MK7 (was: Linux 2.4.2ac14)

2001-03-07 Thread junio

Sorry, I have wasted your time by speaking too early.

Here is a corrected version of my fix; the old one replaced one
typo with another X-.

You need this to link for Athron/Durons.

--- 2.4.2-ac14/include/asm-i386/processor.h Wed Mar  7 16:59:48 2001
+++ 2.4.2-ac14/include/asm-i386/processor.h Wed Mar  7 17:25:17 2001
@@ -499,7 +499,7 @@
 {
 __asm__ __volatile__ ("prefetch (%0)" : : "r"(x));
 }
-#define spinock_prefetch(x)prefetchw(x)
+#define spin_lock_prefetch(x)  prefetchw(x)

 #endif
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2ac14

2001-03-07 Thread Keitaro Yosimura

Hi. alan.

2.4.2-ac14

at patching.
The next patch would create the file `include/linux/hdlc.h',
which already exists!  Assume -R? [n] n
Apply anyway? [n] y
patching file `include/linux/hdlc.h'
Patch attempted to create file `include/linux/hdlc.h', which already exists.
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to include/linux/hdlc.h.rej

must remove before patching? or ignore it?

| YOSHIMURA 'ramsy' Keitaro / Japan Linux Association
| mailto:[EMAIL PROTECTED]
| http://jla.linux.or.jp/index.html

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Linux 2.4.2ac14

2001-03-07 Thread Doug Ledford

Alan Cox wrote:
 2.4.2-ac14
 o   Updated i810_audio.c(Doug Ledford)

I wanted to let people know that there is a lot of new code in this particular
update that needs testing.  The nice thing is that quake3 should now play with
this sound driver so the testing can at least be a little bit of fun ;-) 
Basically, all the stuff that used to work still should, mmap audio should now
work, and you should not have to specify any ftsodell=1 options to the driver
any more and it shouldn't sound like Alvin and the Chipmunks when you don't. 
If anyone finds problems with this driver, please let me know.  I tested what
I could, but I'm sure there are things I possibly missed.  Oh, one more thing,
when playing mp3's via xmms and using the oss output module, the number of
interrupts the system has to service is down by about 100 per second or more,
so it should be slightly lighter on system CPU time as well.

-- 

 Doug Ledford [EMAIL PROTECTED]  http://people.redhat.com/dledford
  Please check my web site for aic7xxx updates/answers before
  e-mailing me about problems
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/