All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux v2.5.53
@ 2002-12-24  5:45 Linus Torvalds
  2002-12-24 10:55 ` Oops, panic: KT400 AGP and IO-APIC problems (Re: Linux v2.5.53) Henrik Storner
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Linus Torvalds @ 2002-12-24  5:45 UTC (permalink / raw)
  To: Kernel Mailing List


A happy christmas to you all, and in case I'm too busy putting batteries
in the kids presents the rest of the year, here's a 2.5.53 for you.

It's got stuff all over - SCSI updates, ACPI, ia64, sparc, USB, net,
device mapper, AGP, ALSA, you name it. Meanwhile I worked mostly on the
sysenter support, we'll have to wait for glibc releases to test that out
more.

Oh, and merges with Andrew and Dave.

		Linus

---

Summary of changes from v2.5.52 to v2.5.53
============================================

<arnd@bergmann-dalldorf.de>:
  o namespace pollution in STV0680 camera driver
  o namespace pollution in ibmcam driver
  o [PKTGEN]: Mark some functions static

Arun Sharma <arun.sharma@intel.com>:
  o ia64: ia32 emulation fixes for 2.5.45
  o ia64: ia32 emulation layer bug fix

<bzzz@gerasimov.net>:
  o remove 2TB limit in sd

Doug Ledford <dledford@flossy.devel.redhat.com>:
  o aic7xxx_old: improve usage of pci_request_regions due to device
    contention
  o Change all uses of device->request_queue (was struct, now pointer)
    Update scsi_scan so that we don't pass around a scsi_device struct
    for scanning.  Instead, we pass around a request_queue during
    scanning and create and destroy device structs as needed.  This
    allows us to have a 1:1 correlation between scsi_alloc_sdev() and
    scsi_free_sdev() calls, which we didn't have before.
  o aic7xxx_old/aic7xxx.h: Run time warning fix

<ganadist@nakyup.mizi.com>:
  o [AGP] kconfig tweaks & missing exports

<henning@meier-geinitz.de>:
  o scanner.h: add/fix vendor/product ids
  o scanner.c: Support for devices with only one bulk-in endpoint

<jbarnes@sgi.com>:
  o ia64: SN update

<jkenisto@us.ibm.com>:
  o dev_printk macro

<joe@fib011235813.fsnet.co.uk>:
  o dm: move ioctl numbers to a sane place
  o dm: proper error checking
  o dm: fix error number
  o dm: REMOVE_ALL parameter checking
  o dm: fix check_device_area compare
  o dm: check chunksize before allocation
  o dm: stripe constructor validity check
  o dm: per-device mempools
  o dm: check correct flag in queue_io()
  o dm: dm_suspend locking fix
  o dm: flush pending IO before dm_suspend
  o dm: avoid unnecessary locking
  o dm: fix md->pending count
  o dm: fix bio duplication
  o dm: remove highmem paranoia
  o dm: remove verbose debug message
  o dm: fix/simplify endio
  o dm: bio split fix
  o dm: fix sector calculation

<krkumar@us.ibm.com>:
  o [IPV6]: Missing in6_dev_put in router discovery

<mikal@stillhq.com>:
  o ia64: [Trivial Patch] scsi_register-001-002

<milli@acmeps.com>:
  o [AGP] Make i845g use correct initialisation routine

<oliver@oenone.homelinux.org>:
  o USB: speedtouch driver memory allocation deadlock fix

<sridhar@dyn9-47-18-86.beaverton.ibm.com>:
  o [SCTP] SCTP_INITMSG socket option
  o [SCTP] Fix for memcpy() in sctp_sendmsg() that can copy too much
  o [SCTP] sctp_v6_xmit() cleanup
  o [SCTP] Stale cookie support. (ardelle.fan)
  o [SCTP] Register a notifier for v6 address additions/deletions
  o [SCTP] Window update SACK support

<sridhar@x1-6-00-10-a4-8b-06-f6.attbi.com>:
  o [SCTP] Fix for bad dereference in sctp_cmd_assoc_failed()

<wrlk@riede.org>:
  o OSST tape driver fix for 2.5.51
  o ide-scsi changes for new mid level api and error handling in 2.5.52

Adrian Bunk <bunk@fs.tum.de>:
  o fix the compilation of eata_pio_proc.c
  o MSNDCLAS_HAVE_BOOT and MSNDPIN_HAVE_BOOT shouldn't ask questions

Alan Stern <stern@rowland.harvard.edu>:
  o USB: usb-storage bugfix

Anders Gustafsson <andersg@0x63.nu>:
  o [TCP]: Fix infinite loop when reading /proc/net/tcp with
    ipv6-sockets

Andi Kleen <ak@muc.de>:
  o Some i386 cleanups - MTRR, bootflag
  o x86-64 merge
  o x86-64 relocations for elf.h
  o Add workaround for AMD8131 bug
  o Make mem=nopentium clear cpu_has_pse
  o Fix pageattr with mem=nopentium

Andrew Morton <akpm@digeo.com>:
  o Fix filesystems that cannot do mmap writeback
  o fix the build for old gcc's
  o sync_fs deadlock fix
  o fix a page dirtying race in vmscan.c
  o fix use-after-free bug in move_vma()
  o more informative slab poisoning
  o Add generic_file_readonly_mmap() for nommu
  o misc fixes
  o Remove PF_NOWARN
  o Give kswapd writeback higher priority than pdflush
  o ext2/3 commentary and cleanup
  o ext2/3: better starting group for S_ISREG files
  o ext3: smarter block allocation startup
  o ext2: smarter block allocation startup
  o rename locals in ext2_new_block()
  o ext3 use-after-free bugfix
  o ext3: fix buffer dirtying
  o hugetlb bugfixes
  o hugetlb: report shared memory attachment counts
  o hugetlbfs: set inode->i_size
  o don't cacheline-align radix_tree_nodes
  o remove memclass()
  o remove unused macro MAP_ALIGN()

Andy Grover <agrover@groveronline.com>:
  o ACPI: Fix oops on module insert/remove (Matthew Tippett)
  o ACPI: remove non-Linux revision on files, and make types more
    Linux-like
  o ACPI: More cosmetic changes to make the code more Linux-like

Art Haas <ahaas@airmail.net>:
  o ia64: C99 designated initializer for arch/ia64/sn/

Bjorn Helgaas <bjorn_helgaas@hp.com>:
  o ia64: Fix typo in unaligned memory access handler (no functional
    change)

Chad N. Tindel <ctindel@cup.hp.com>:
  o [BONDING]: Update to version 2.4.20-20021210

Christoph Hellwig <hch@infradead.org>:
  o Re: scsi_scan.c complaints

Christoph Hellwig <hch@lst.de>:
  o [AF_KEY]: Fix comment typo

Christoph Hellwig <hch@sgi.com>:
  o [XFS] remove xfs_dm_send_create_event
  o [XFS] remove unused debugging code
  o [XFS] more dead code removal
  o [XFS] remove references to i_dev, it's gone in recent kernels
  o [XFS] fix an out-of-date comment

Chuck Lever <cel@citi.umich.edu>:
  o use kmap_atomic instaed of kmap in NFS client
  o give NFS client a "set_page_dirty" address space op
  o cleanup: simplify req_offset function in NFS client

Dave Jones <davej@codemonkey.org.uk>:
  o Fix XFree86 brain damage
  o don't allow to be opened twice
  o oops. missed a part of the double init patch
  o don't allow backend to unload if in use by a chipset driver
  o [AGP] small c99/inlining cleanups
  o [AGP] Remove unused prototypes
  o [AGP] Add AGP 3.0 support and I7505 chipset driver
  o [AGP] fix bogus casts
  o [AGP] Hopefully get the KT400 working in AGP3.0 mode
  o indentation fixes
  o [AGP] Use compatability mode of KT400 if detected
  o [AGP] Clean up capability pointer detection
  o [AGP] __init audit after Rusty found a bug
  o [AGP] Missing bits of David Mosberger's cleanups
  o [AGP] Export agp3 routines and link to module if needed
  o [AGP] agp_frontend_initialize() now gets called when a chipset
    driver registers, so it can't be __init any more
  o [AGP] Readd module_exit function so that agpgart.ko can be unloaded
  o [AGP] misplaced setting of bridge device
  o Cyrix 3 gcc options changed
  o swap.h doesn't use prefetching
  o i2c size_t fix
  o make cpu serial number disable generic
  o [AGP] Make things compile again if AGP3=n

David Brownell <david-b@pacbell.net>:
  o ehci-hcd (1/2):  portability (2.4), tasklet,
  o ehci-hcd (2/2): rest of tasklet remove
  o usbnet:  zaurus, oops, etc
  o ehci misc patches
  o hub driver uses dev_info(), less log clutter
  o ehci, more small fixes
  o ehci, qtd submit and completions
  o usbcore: rm hub oops, message cleanups, unlink
  o ehci, qtd submit and completions

David Mosberger <davidm@tiger.hpl.hp.com>:
  o AGPGART fixes for HP ZX1 and Intel I460
  o ia64: Make mremap() work properly when returning "negative"
    addresses
  o ia64: Define new "arch_switch" macros so that the tasklist_lock can
    be released during the (low-level) context-switch.  Patch by Erich
    Focht.
  o ia64: Fix efi_memmap_walk() to work with more complicated memory
    maps
  o ia64: Rename __flush_tlb_all() to local_flush_tlb_all()
  o ia64: Make flush_tlb_mm() work for multi-threaded address-spaces on
    SMP machines
  o ia64: Make it easier to set a breakpoint in the Ski simulator right
    before starting the kernel (based on patch by Peter Chubb).
  o ia64: Patch by Venkatesh Pallipadi to fix IA-32 signal handling to
    restore instruction and data pointers.
  o ia64: Delete arch/ia64/sn/configs/ files on request by John
    Hesterberg
  o ia64: For ia32 emulation, do not turn on O_LARGEFILE automatically
  o ia64: Decode feature bits added by SDM2.1 (spontaneous deferral &
    16-byte atomic ops).
  o ia64: Sync up with 2.5.50 (Ski simulator has been tested only so
    far)
  o ia64: Manual merge of Erich's NUMA node-size changes
  o ia64: Fix unaligned memory access handler
  o ia64: Manual Makefile cleanup merge
  o ia64: Merge with 2.5.50
  o ia64: Avoid holding tasklist_lock across routines that do IPIs
    (such as flush_tlb_all())
  o First part of 2.5.51 syncup
  o New file asm-ia64/intrinsics.h
  o ia64: efivars fix by Matt Domsch and Peter Chubb
  o ia64: More 2.5.51/2.5.52 sync up
  o Add VIRTUAL_MEM_MAP config option
  o ia64: consolidate sys32_new[lf]stat.  Patch by Stephen Rothwell
  o ia64: More merge fixes
  o ia64: Finish 2.5.52+ merge
  o ia64: Fix printing of memory attributes

David S. Miller <davem@nuts.ninka.net>:
  o [SCTP]: Add MAINTAINERS entry
  o [PROMCON]: Fix type in vc_resize call
  o [SPARC64]: Update ioctl32 for fb changes
  o [SPARC64]: Add sbus_{read,write}q
  o [SPARC]: Update asm/fbio.h for fb changes
  o [ATYFB]: Fix build error in sparc specific sections
  o [FB]: Add readq/writeq for sparc
  o [SPARC64]: Convert for stat/utime compat syscall changes
  o [SPARC64]; Convert over to compat_clock_t and compat_sys_times
  o [SPARC64]: Un-static cp_compat_stat
  o [SPARC64]: Fix some circular include deps
  o [SPARC64]: Some more compat stat syscall entry conversions
  o [SOUND]: ioctl32/{ioctl32,rawmidi32,seq32,timer32}.c needs
    linux/fs.h

Dipankar Sarma <dipankar@in.ibm.com>:
  o [IPV4]: lockfree ipv4 route cache

Douglas Gilbert <dougg@torque.net>:
  o scsi_debug version 1.67 for lk 2.5.52

Eric Sandeen <sandeen@sgi.com>:
  o [XFS] Change some %x formats to %p for pointers

Erich Focht <efocht@ess.nec.de>:
  o ia64: Configurable NUMA node memory size

Greg Kroah-Hartman <greg@kroah.com>:
  o USB: usbserial: Add a short_name field to work better with sysfs
  o USB: keyspan_pda: fix up the short names, as they were too big
  o USB: whiteheat: fix some gcc 3.2 warning messages
  o USB: warn users that they should not be using the usbdevfs name
  o LSM: changed the dummy code to use the default operations logic
  o LSM: Fix up the description of the root_plug code to try to make it
    clearer
  o LSM: update the copyright dates for my entry
  o USB: fix the spelling of "deprecated"

Ivan Kokshaysky <ink@jurassic.park.msu.ru>:
  o typos in asm-alpha/dma.h
  o PCI: setup-xx fixes

James Bottomley <jejb@mulgrave.(none)>:
  o Fix the max_sectors warning afflicting some host adapter drivers
  o correct compile warnings without Large Block Device support
  o [SCSI 53c700] remove no_module_init again, sigh
  o [SCSI 53c700] update to new generic device dma_ API
  o [SCSI] update lasi700 for new parisc device model
  o generic device DMA API
  o allow pci primary busses to have parents in the device model
  o remove PCI_NEW_DMA_COMPAT_API

James Morris <jmorris@intercode.com.au>:
  o [SPARC64]: Define COMPAT_USER_HZ and compat_clock_t
  o [SPARC]: Update for new do_coredump args

Jaroslav Kysela <perex@suse.cz>:
  o ALSA update
  o HP100 network driver - Pavel Machek <pavel@suse.cz>

John Levon <levon@movementarian.org>:
  o oprofile update

Jon Grimm <jgrimm@touki.austin.ibm.com>:
  o [SCTP] Last of the v4/v6 partioning (for now)

Justin T. Gibbs <gibbs@overdrive.btc.adaptec.com>:
  o Update aic7xxx driver to 6.2.10.  Add aic79xx U320 SCSI driver
    version 1.1.1
  o Final 1.1.1 aic79xx driver updates
  o Bring in some deltas that were missed in the aic79xx 1.1.1 and
    aic7xxx 6.2.10 updates.  The aic79xx driver now also supports
    mid-layer induced
  o Update to aic7xxx 6.2.22 and aic79xx 1.3.0_ALPHA2
  o Remove generated file
  o Complete aic7xxx 6.2.22 and aic79xx 1.3.0_ALPHA2 update
  o Enable highmem_io
  o o Kill host template files
  o Complete the upgrade to aic7xxx 6.2.23 and aic79xx 1.3.0_ALPHA3
  o Update to aic7xxx version 6.2.24 and aic79xx version 1.3.0_ALPHA5

Kai Makisara <kai.makisara@kolumbus.fi>:
  o SCSI tape driver fix for 2.5.51

Linus Torvalds <torvalds@home.transmeta.com>:
  o Add "sysenter" support on x86, and a "vsyscall" page
  o Allow KALLSYMS even without kernel debugging
  o Export the 'vsyscall' address to user space with the AT_SYSINFO elf
    AUX-table entry.
  o Make six-argument system calls work with the fast system call
    trampoline.
  o Merge with DRI CVS tree
  o Make NFS compile even without NFS_V4 support
  o Ignore ".ko" files - kernel module objects
  o Get rid of silly printk's in recent mtrr driver changes
  o Sysenter cleanups (originals by Brian Gerst, updated and expanded
    by me)
  o More mtrr/if.c fixes
  o Remove old pci_dma_supported(), this is done by the generic device
    DMA now (see <linux/pci.h> for the compat wrapper).
  o Handle single-stepping over fast system calls without polluting the
    fast case with a pushf/popf, by having the kernel debug trap set
    the TIF_SINGLESTEP flag and causing the return path to dtrt.
  o Fix sysenter restart backwards jump, add offset comments, and make
    the alignment of the return point  be saner.
  o Remove bogus duplicated (and wrong) function declaration
  o Fix the remaining known problems (NMI and debugging) with fast
    system calls. They should now be fully comparable to traditional
    system calls.

Manfred Spraul <manfred@colorfullife.com>:
  o new attempt at sys_poll allocation (was: Re: Poll patches..)
  o reorder 'rep;nop;' in the spinlock macro
  o Avoid overwriting boot_cpu_data from trampoline code

Martin J. Bligh <mbligh@aracnet.com>:
  o x86 subarch header files
  o NUMA-Q subarch directory
  o abstract out clustered APIC code
  o abstract out mpparse code
  o mpparse cleanups
  o cleanup IPI code
  o clustered IPI cleanups
  o more clustered-apic-mode work

Matthew Dharm <mdharm-usb@one-eyed-alien.net>:
  o usb-storage: fixup interpret_urb_result()

Michal Ostrowski <mostrows@speakeasy.net>:
  o [PPPOE]: Fix connect handling

Miles Bader <miles@lsi.nec.co.jp>:
  o Update v850 includes for slimmed-down sched.h
  o Make some symbol exports conditional on CONFIG_MMU
  o Add v850 support for `sys_restart_syscall'
  o Add some v850 elf constants
  o Pass extra signal handler args correctly on the v850
  o Reduce redundancy in v850 linker scripts

Nathan Scott <nathans@sgi.com>:
  o [XFS] Fix size check for realtime devices
  o [XFS] Some cleanup, some more unwritten extent related changes
  o [XFS] Fix up setting up of sector size for the superblock buffer
    after the very first read on mount.  Make some of the surrounding
    code dealing with buffers consistent.
  o [XFS] Fix some setxattr compiler warnings (const)

Nemosoft Unv. <nemosoft@smcc.demon.nl>:
  o USB: PWC 8.10 for 2.5.51

Oliver Neukum <oliver@neukum.name>:
  o USB: clean kernel thread exit for speedtouch
  o USB: speedtouch: eliminate sleep_on
  o USB: fix an unlinking race in speedtouch driver
  o USB: proper error return for usblcd
  o USB: simplify spinlocks in send path for speedtouch
  o USB: more spinlock work for speedtouch
  o USB: speedtouch remove error handling with usb_clear_halt
  o USB: speedtouch reentrancy race through usbfs
  o USB: remove obviously broken code from the speedtouch disconnect
    handler
  o USB: speedtouch possible deadlock in atm_close path
  o USB cdc-acm: missed a GFP_KERNEL in interrupt
  o USB cdc-ether: GFP_KERNEL in interrupt

Patrick McHardy <kaber@trash.net>:
  o [Netfilter]: Forgotten dev_put for bridge-devices in nf_reinject

Pete Zaitcev <zaitcev@redhat.com>:
  o [SPARC]: missing free_irq in sunsu driver

Randy Dunlap <rddunlap@osdl.org>:
  o fix intermezzo build
  o Patch for affs: pr_debug() usage

Richard Henderson <rth@are.twiddle.net>:
  o [ALPHA] Change EH mechanism to be pc-relative instead of
    gp-relative
  o [ALPHA] Add __param support to link script

Robert Love <rml@tech9.net>:
  o missing typecast

Russell Cattelan <cattelan@sgi.com>:
  o [XFS] "merge" the 2.4 fsx fix for block size < page size to 2.5. 
    This needed major changes to actually fit.

Rusty Russell <rusty@rustcorp.com.au>:
  o honour init= bootparm

Sam Ravnborg <sam@ravnborg.org>:
  o ia64: arch makefiles update

Simon Evans <spse@secret.org.uk>:
  o 2.5.51 More typedef removal from usbvideo

Sridhar Samudrala <sridhar@dyn9-47-18-140.beaverton.ibm.com>:
  o [SCTP] MSG_PEEK support for recvmsg()
  o [SCTP] Fixes for gcc 3.2 compiler issues and warnings
  o [SCTP] Move the registration of v6 address event notifier to ipv6.c

Stephen Lord <lord@sgi.com>:
  o [XFS] rework iocore infrastructure, remove some code and make it
    more

Stephen Rothwell <sfr@canb.auug.org.au>:
  o ia64: arch-specific part of 1st compat clean up
  o ia64: consolidate sys32_times
  o Fix bad interaction with APM and the new sysenter segment layout

Stéphane Eranian <eranian@hpl.hp.com>:
  o Please apply this cleanup patch to your 2.5.50. The patch is made
    using 2.4.45 but the file has not changed since. It cleans up the
    initialization and some text alignment problems. Initial patch by
    Chris Wilson.

Tony Luck <tony.luck@intel.com>:
  o ia64: mca logging bug fixes

Trond Myklebust <trond.myklebust@fys.uio.no>:
  o Clean up NFSv4 READ xdr path
  o Clean up NFSv4 WRITE xdr path
  o Support for NFSv4 READ + WRITE attribute cache consistency

Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>:
  o ia64: IA32 ptrace bug-fixes

William Lee Irwin III <wli@holomorphy.com>:
  o vm86 IRQ bugfix
  o converting cap_set_pg() to for_each_task_pid()
  o Fix CPU bitmask truncation



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

* Oops, panic: KT400 AGP and IO-APIC problems (Re: Linux v2.5.53)
  2002-12-24  5:45 Linux v2.5.53 Linus Torvalds
@ 2002-12-24 10:55 ` Henrik Storner
  2002-12-30 13:40   ` Dave Jones
  2002-12-25  6:56 ` aic7xxx won't boot in v2.5.53 David Lang
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Henrik Storner @ 2002-12-24 10:55 UTC (permalink / raw)
  To: linux-kernel, davej

I have a Soltek SL75-FRV motherboard with a KT400 chipset.
AMD XP processor, 512 MB DDR RAM (Kingston). This is a new
system I got a few days ago, and it is giving me headaches:

1) AGP is not working (kernel oops with 2.5.53)
2) There is a problem with using IO_APIC (see below)
3) Sound does not work (not essential - 2.4.20-ac2 mostly works)

>Dave Jones <davej@codemonkey.org.uk>:
>  o [AGP] Add AGP 3.0 support and I7505 chipset driver
>  o [AGP] Hopefully get the KT400 working in AGP3.0 mode
>  o [AGP] Use compatability mode of KT400 if detected
>  o [AGP] Clean up capability pointer detection
>  o [AGP] __init audit after Rusty found a bug

Something is broken with AGP. If I configure with

  CONFIG_AGP=y
  # CONFIG_AGP3 is not set
  # CONFIG_AGP_INTEL is not set
  CONFIG_AGP_VIA=y

the kernel oops'es when initialising the AGP driver. Copied by hand:

agpgart: detected VIA Apollo Pro KT400 chipset
Null pointer deref at virtual adddres 00000010
EIP: c03db8fc
*pde: 00000000
Oops: 0000
CPU: 0
EIP: 0060:[<c03db8fc>]
eflags: 00010296
EIP is at 0xc03db8fc
eax: c03db800 ebx: 00000000 ecx: c036cf94 edx: 00000000
esi: c15d0000 edi: 00000000 ebp: dff81e00 esp: dff81ecc
ds: 0068 es: 0068 ss: 0068
Process swapper (pid: 1, threadinfo=dff80000, task=c151e040)
Stack: c15d0000 dff81ef8 00000090 c15d0000 00000000 dff81ef8 c03dba0a c15d0000
       c0352f75 000000a0 c15d0000 dff81f18 c03dba5a c15d0000 00000002 c016ac8c
       dffaf0c0 c15d0000 c0380920 dff81f34 c01fa6f8 c15d0000 c0412860 c15d0046
Call trace:
     sysfs_create_dir+0x7c/0xa0
     pci_device_probe+0x58/0x70
     bus_match+0x43/0x80
     driver_attach+0x61/0x80
     bus_add_driver+0x99/0xc0
     driver_register+0x31/0x40
     pci_register_driver+0x49/0x60
     init+0x20/0x180
     init+0x0/0x180
     kernel_thread_helper+0x5/0x18
Code: 8b 42 10 89 04 24 8b 42 20 c7 44 24 08 fd 00 00 00 89 44 24


Another problem is that I cannot boot with APIC enabled. I have

osiris:~/kernel/linux-2.5 $ grep APIC .config
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y

this will not boot, unless add "noapic" as a boot parameter. If 
I omit this, it dies with:

enabled ExtINT on CPU#0
ESR value before enabling vector: 00000080
ESR value after enabling vector: 00000000
Enabling IO-APIC IRQs
Setting 2 in the phys_id_present_map ...
changing IO_APIC physical apic id to 2 ...
<0>Kernel panic: Could not set ID!


Booting with "noapic" works:

Linux version 2.5.53 (henrik@osiris.hswn.dk) (gcc version 3.2 (Mandrake Linux 9.0 3.2-1mdk)) #28 tir dec 24 10:40:12 CET 2002
Video mode to be used for restore is f00
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
 BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
 BIOS-e820: 000000001fff0000 - 000000001fff8000 (ACPI data)
 BIOS-e820: 000000001fff8000 - 0000000020000000 (ACPI NVS)
 BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
511MB LOWMEM available.
found SMP MP-table at 000fb950
hm, page 000fb000 reserved twice.
hm, page 000fc000 reserved twice.
hm, page 000f6000 reserved twice.
hm, page 000f7000 reserved twice.
On node 0 totalpages: 131056
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 126960 pages, LIFO batch:16
  HighMem zone: 0 pages, LIFO batch:1
Intel MultiProcessor Specification v1.1
    Virtual Wire compatibility mode.
OEM ID: VIA      Product ID: VT5440B      APIC at: 0xFEE00000
Processor #0 6:6 APIC version 17
I/O APIC #2 Version 3 at 0xFEC00000.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Processors: 1
Building zonelist for node : 0
Kernel command line: BOOT_IMAGE=Exp parport=0x378,7 devfs=nomount nodevfsd noapic
Initializing CPU#0
Detected 1599.904 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 3153.92 BogoMIPS
Memory: 514848k/524224k available (2132k kernel code, 8628k reserved, 695k data, 308k init, 0k highmem)
Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
-> /dev
-> /dev/console
-> /root
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 256K (64 bytes/line)
CPU:     After generic, caps: 0383fbff c1c3fbff 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
Machine check exception polling timer started.
CPU: AMD Athlon(tm) XP 1900+ stepping 02
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000080
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 1599.0696 MHz.
..... host bus clock speed is 266.0616 MHz.
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
mtrr: v2.0 (20020519)
device class 'cpu': registering
device class cpu: adding driver system:cpu
PCI: PCI BIOS revision 2.10 entry at 0xfdb31, last bus=1
PCI: Using configuration type 1
device class cpu: adding device CPU 0
interfaces: adding device CPU 0
BIO: pool of 256 setup, 14Kb (56 bytes/bio)
biovec pool[0]:   1 bvecs: 256 entries (12 bytes)
biovec pool[1]:   4 bvecs: 256 entries (48 bytes)
biovec pool[2]:  16 bvecs: 256 entries (192 bytes)
biovec pool[3]:  64 bvecs: 256 entries (768 bytes)
biovec pool[4]: 128 bvecs: 256 entries (1536 bytes)
biovec pool[5]: 256 bvecs: 256 entries (3072 bytes)
block request queues:
 128 requests per read queue
 128 requests per write queue
 8 requests per batch
 enter congestion at 31
 exit congestion at 33
SCSI subsystem driver Revision: 1.00
device class 'scsi-host': registering
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Using IRQ router default [1106/3177] at 00:11.0
PCI: IRQ 0 for device 00:11.1 doesn't match PIRQ mask - try pci=usepirqmask
PCI: Hardcoded IRQ 14 for device 00:11.1
Enabling SEP on CPU 0
aio_setup: sizeof(struct page) = 40
Journalled Block Device driver loaded
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Serial: 8250/16550 driver $Revision: 1.90 $ IRQ sharing disabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
parport0: PC-style at 0x378 (0x778), irq 7, using FIFO [PCSPP,TRISTATE,COMPAT,ECP]
parport0: cpp_daisy: aa5500ff(38)
parport0: assign_addrs: aa5500ff(38)
parport0: cpp_daisy: aa5500ff(38)
parport0: assign_addrs: aa5500ff(38)
i2c-core.o: i2c core module version 2.6.4 (20020719)
i2c-dev.o: i2c /dev entries driver module version 2.6.4 (20020719)
i2c-proc.o version 2.6.4 (20020719)
pty: 256 Unix98 ptys configured
lp0: using parport0 (interrupt-driven).
Real Time Clock Driver v1.11
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
eepro100.c:v1.09j-t 9/29/99 Donald Becker http://www.scyld.com/network/eepro100.html
eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin <saw@saw.sw.com.sg> and others
eth0: Intel Corp. 82557/8/9 [Ethernet , 00:02:B3:16:0A:CB, IRQ 12.
  Board assembly 721383-016, Physical connectors present: RJ45
  Primary interface chip i82555 PHY #1.
  General self-test: passed.
  Serial sub-system self-test: passed.
  Internal registers self-test: passed.
  ROM checksum self-test: passed (0x04f4518b).
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: IDE controller at PCI slot 00:11.1
PCI: Hardcoded IRQ 14 for device 00:11.1
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: VIA vt8235 (rev 00) IDE UDMA133 controller on pci00:11.1
    ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:DMA, hdd:pio
hda: IBM-DTTA-350640, ATA DISK drive
hda: DMA disabled
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdc: CD-532E-A, ATAPI CD/DVD-ROM drive
hdc: DMA disabled
ide1 at 0x170-0x177,0x376 on irq 15
hda: host protected area => 1
hda: 12692736 sectors (6499 MB) w/468KiB Cache, CHS=13431/15/63, UDMA(33)
 hda: hda1 hda2 < hda5 hda6 >
hdc: ATAPI 32X CD-ROM drive, 128kB Cache, DMA
Uniform CD-ROM driver Revision: 3.12
end_request: I/O error, dev hdc, sector 0
scsi HBA driver sym53c8xx didn't set a release method, please fix the template
sym.0.9.0: setting PCI_COMMAND_PARITY...
sym0: <875> rev 0x3 on pci bus 0 device 9 function 0 irq 10
sym0: Tekram NVRAM, ID 7, Fast-20, SE, parity checking
sym0: SCSI BUS has been reset.
scsi0 : sym-2.1.16a
  Vendor: IBM       Model: DDRS-34560        Rev: S92A
  Type:   Direct-Access                      ANSI SCSI revision: 02
sym0:0:0: tagged command queuing enabled, command queue depth 16.
sym0:0: FAST-20 SCSI 20.0 MB/s ST (50.0 ns, offset 15)
SCSI device sda: cache data unavailable
SCSI device sda: 8925000 512-byte hdwr sectors (4570 MB)
 sda: sda1 sda2 sda3
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
device class 'input': registering
serio: i8042 AUX port at 0x60,0x64 irq 12
input: AT Set 2 keyboard on isa0060/serio0
serio: i8042 KBD port at 0x60,0x64 irq 1
i2c-core.o: i2c core module version 2.6.4 (20020719)
i2c-dev.o: i2c /dev entries driver module version 2.6.4 (20020719)
i2c-proc.o version 2.6.4 (20020719)
Advanced Linux Sound Architecture Driver Version 0.9.0rc6 (Tue Dec 17 19:01:13 2002 UTC).
ALSA sound/drivers/mpu401/mpu401.c:76: specify port
PCI: Setting latency timer of device 00:11.5 to 64
ALSA device list:
  #0: Virtual MIDI Card 1
  #1: VIA 8233A/C at 0xd800, irq 10
NET4: Linux TCP/IP 1.0 for NET4.0
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP: Hash tables configured (established 32768 bind 65536)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
found reiserfs format "3.6" with standard journal
Reiserfs journal params: device sd(8,1), size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
reiserfs: checking transaction log (sd(8,1)) for (sd(8,1))
Using r5 hash to sort names
VFS: Mounted root (reiserfs filesystem) readonly.
Freeing unused kernel memory: 308k freed
Adding 196684k swap on /dev/sda2.  Priority:-1 extents:1


-- 
Henrik Storner <henrik@hswn.dk> 

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

* aic7xxx won't boot in v2.5.53
  2002-12-24  5:45 Linux v2.5.53 Linus Torvalds
  2002-12-24 10:55 ` Oops, panic: KT400 AGP and IO-APIC problems (Re: Linux v2.5.53) Henrik Storner
@ 2002-12-25  6:56 ` David Lang
  2002-12-26 19:07 ` [OOPS] Re: Linux v2.5.53 Udo A. Steinberg
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 11+ messages in thread
From: David Lang @ 2002-12-25  6:56 UTC (permalink / raw)
  To: Kernel Mailing List

when I try to boot 2.5.53 with the 6.2.24 'new' aic7xxx driver I get an
error message
aic 7xxx PCI Device 0:10:0 failed memory mapped test useing PIO
and then the initial information block about the card, then nothing, it
never finishes downloading the firmware or detects the drives.

I am sucessfully useing 2.4.18 on this box, but have been unable to use
any of the recent 2.5 kernels, prior to .53 they were not detecting any of
the disks.

David Lang

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

* [OOPS] Re: Linux v2.5.53
  2002-12-24  5:45 Linux v2.5.53 Linus Torvalds
  2002-12-24 10:55 ` Oops, panic: KT400 AGP and IO-APIC problems (Re: Linux v2.5.53) Henrik Storner
  2002-12-25  6:56 ` aic7xxx won't boot in v2.5.53 David Lang
@ 2002-12-26 19:07 ` Udo A. Steinberg
  2002-12-27 22:11 ` Harald Dunkel
  2002-12-27 23:33 ` Christoph Hellwig
  4 siblings, 0 replies; 11+ messages in thread
From: Udo A. Steinberg @ 2002-12-26 19:07 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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

On Mon, 23 Dec 2002 21:45:30 -0800 (PST) Linus Torvalds (LT) wrote:

LT> Summary of changes from v2.5.52 to v2.5.53
LT> ============================================

Hello,

One of the changes between 2.5.52 and 2.5.53 broke parport autoprobing.
I have a 2.5.53 kernel with all of parport built into the kernel and on
the kernel's command line "parport=auto". If I remove that, the oops goes
away. Since I don't have a serial console I wrote down the most important
bits of the oops:

EIP is at dma_alloc_coherent +0x18/0x80

Trace:

parport_pc_probe_port +0x42b/0x720
vgacon_scroll +0x140/0x230
scrup +0x133/0x140
mod_timer +0x12a/0x180
alloc_inode +0x17f/0x1b0
__pci_conf1_read +0xc3/0x100
pci_conf1_read +0x4a/0x50
pci_bus_read_config_byte +0x81/0x90
register_sysctl_table +0x67/0x90
init +0x3a/0x160
init +0x0/0x160
kernel_thread_helper +0x5/0x18

Hope this helps anyone to sort this out. If more info is necessary,
let me know.

Regards,
-Udo.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: Linux v2.5.53
  2002-12-24  5:45 Linux v2.5.53 Linus Torvalds
                   ` (2 preceding siblings ...)
  2002-12-26 19:07 ` [OOPS] Re: Linux v2.5.53 Udo A. Steinberg
@ 2002-12-27 22:11 ` Harald Dunkel
  2002-12-27 23:48   ` carbonated beverage
  2002-12-28 22:51   ` James Simmons
  2002-12-27 23:33 ` Christoph Hellwig
  4 siblings, 2 replies; 11+ messages in thread
From: Harald Dunkel @ 2002-12-27 22:11 UTC (permalink / raw)
  To: Kernel Mailing List

Hi folks,

I haven't seen this mentioned anywhere yet, but make bzImage
returns for me:

         ld -m elf_i386 -e stext -T arch/i386/vmlinux.lds.s arch/i386/kernel/head.o arch/i386/kernel/init_task.o  init/built-in.o --start-group  usr/built-in.o  arch/i386/kernel/built-in.o  arch/i386/mm/built-in.o  arch/i386/mach-default/built-in.o  kernel/built-in.o  mm/built-in.o  fs/built-in.o  ipc/built-in.o  security/built-in.o  crypto/built-in.o  lib/lib.a  arch/i386/lib/lib.a 
drivers/built-in.o  sound/built-in.o  arch/i386/pci/built-in.o  net/built-in.o --end-group  -o vmlinux
drivers/built-in.o(.text+0x14ea3): In function `kd_nosound':
: undefined reference to `input_event'
drivers/built-in.o(.text+0x14ebc): In function `kd_nosound':
: undefined reference to `input_event'
drivers/built-in.o(.text+0x14f67): In function `kd_mksound':
: undefined reference to `input_event'
drivers/built-in.o(.text+0x15c02): In function `kbd_bh':
: undefined reference to `input_event'
drivers/built-in.o(.text+0x15c10): In function `kbd_bh':
: undefined reference to `input_event'
drivers/built-in.o(.text+0x15c21): more undefined references to `input_event' follow
drivers/built-in.o(.text+0x16063): In function `kbd_connect':
: undefined reference to `input_open_device'
drivers/built-in.o(.text+0x16087): In function `kbd_disconnect':
: undefined reference to `input_close_device'
drivers/built-in.o(.init.text+0xe11): In function `kbd_init':
: undefined reference to `input_register_handler'
make: *** [vmlinux] Error 1


Is this a known problem?


Regards

Harri


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

* Re: Linux v2.5.53
  2002-12-24  5:45 Linux v2.5.53 Linus Torvalds
                   ` (3 preceding siblings ...)
  2002-12-27 22:11 ` Harald Dunkel
@ 2002-12-27 23:33 ` Christoph Hellwig
  4 siblings, 0 replies; 11+ messages in thread
From: Christoph Hellwig @ 2002-12-27 23:33 UTC (permalink / raw)
  To: Linus Torvalds, jbarnes; +Cc: Kernel Mailing List

> <jbarnes@sgi.com>:
>   o ia64: SN update

This seems to revert most (if not all) 2.5 changes under arch/ia64/sn/.
Not very nice..


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

* Re: Linux v2.5.53
  2002-12-27 22:11 ` Harald Dunkel
@ 2002-12-27 23:48   ` carbonated beverage
  2002-12-28 22:51   ` James Simmons
  1 sibling, 0 replies; 11+ messages in thread
From: carbonated beverage @ 2002-12-27 23:48 UTC (permalink / raw)
  To: Harald Dunkel; +Cc: Kernel Mailing List

On Fri, Dec 27, 2002 at 11:11:09PM +0100, Harald Dunkel wrote:
> : undefined reference to `input_register_handler'
> make: *** [vmlinux] Error 1
> 
> 
> Is this a known problem?

Under Input Device Support, enable Input Devices.
CONFIG_INPUT=y

(Yup, that bit me, too.  Apparently, you can enable mouse and keyboard
support w/o enabling CONFIG_INPUT.  *shrug*)

-- DN
Daniel

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

* Re: Linux v2.5.53
  2002-12-28 22:51   ` James Simmons
@ 2002-12-28 22:08     ` Linus Torvalds
  2002-12-28 23:12       ` James Simmons
  0 siblings, 1 reply; 11+ messages in thread
From: Linus Torvalds @ 2002-12-28 22:08 UTC (permalink / raw)
  To: James Simmons; +Cc: Harald Dunkel, Kernel Mailing List


On Sat, 28 Dec 2002, James Simmons wrote:
> 
> Okay this problem is getting annoying. Here are a few fixes. Please apply
> Linus.

PLEASE don't send me patches like this.

The "bk send" stuff is totally unusable anyway, and it is made doubly so 
when you send BK patches that aren't even based on my tree, but have some 
other BK stuff before them, so that BK can't even take it due to missing 
parents.

Either make a real BK tree available for pulling (a _clean_ one, see the
docs), or just send real patches with no sign of BK. None of this
half-baked "bk send" crap.

Larry should never have made "bk send" available in the first place, it's 
an abomination.

		Linus


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

* Re: Linux v2.5.53
  2002-12-27 22:11 ` Harald Dunkel
  2002-12-27 23:48   ` carbonated beverage
@ 2002-12-28 22:51   ` James Simmons
  2002-12-28 22:08     ` Linus Torvalds
  1 sibling, 1 reply; 11+ messages in thread
From: James Simmons @ 2002-12-28 22:51 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Harald Dunkel, Kernel Mailing List


Okay this problem is getting annoying. Here are a few fixes. Please apply
Linus.

MS: (n) 1. A debilitating and surprisingly widespread affliction that
renders the sufferer barely able to perform the simplest task. 2. A disease.

James Simmons  [jsimmons@users.sf.net] 	                ____/|
fbdev/console/gfx developer                             \ o.O|
http://www.linux-fbdev.org                               =(_)=
http://linuxgfx.sourceforge.net                            U
http://linuxconsole.sourceforge.net

You can import this changeset into BK by piping this whole message to:
'| bk receive [path to repository]' or apply the patch as usual.

===================================================================


ChangeSet@1.868, 2002-12-10 12:07:45-08:00, jsimmons@kozmo.(none)
  The VT tty layer depends on the input api now. Fixed this dependency.


 Kconfig |    1 +
 1 files changed, 1 insertion(+)


diff -Nru a/drivers/char/Kconfig b/drivers/char/Kconfig
--- a/drivers/char/Kconfig	Tue Dec 10 12:16:48 2002
+++ b/drivers/char/Kconfig	Tue Dec 10 12:16:48 2002
@@ -6,6 +6,7 @@

 config VT
 	bool "Virtual terminal"
+	depends on INPUT=y
 	---help---
 	  If you say Y here, you will get support for terminal devices with
 	  display and keyboard devices. These are called "virtual" because you

===================================================================


This BitKeeper patch contains the following changesets:
+
## Wrapped with gzip_uu ##


begin 664 bkpatch6044
M'XL(`+!+]CT``]54VVH;,1!]MKYB("\MQ;NZ[,T+6]RFEX24UKA.7TH?A';L
MW=@KF97L9,-^?&6[N1!,H*5]J"X(9H;#F3D'G<"EQ38?7-FZ:8RVY`3.C'7Y
M8&EN&Q.\T$;C2Q^<&N.#X<:VH6U5N*KUYF98Z_7&$9^=2*<JV&)K\P$+Q'W$
M=6O,!]/W'R\_O9D24A1P6DF]P*_HH"B(,^U6KDH[EJY:&1VX5FK;H).!,DU_
M7]IS2KG?,4L%C9.>)31*>\5*QF3$L*0\RI*(W+4P?DS]"0KCC+)1%,6C7B24
M"?(.6)`E&5`>,G\H,)[3-(_B(<UR2N$H*+QB,*3D+?S=!DZ)@EF%\&T&SG6P
MDAVV4.(:=6G!:'`^MQ\YR'4-VEP'\*&^P=(G:ONK$+7J`B`7(.(TC<CD8>!D
M^)N+$"HI>0VW]7J-J_%!\B;)EH%I%]_O6O_1EVV]4SY4E6S#"V7TO%X<ADT%
MI9'@/.LYIUG6BU0D*.99R>>E$!R/3_<90`_IWY1Y]40<97M'':O>F>O?T2:E
MW.+56)D2/?DE=COD8+-\!I)Q?^/$JR[8B!]L)YZ:CHW^>]/M5?D"P_9Z?[R)
L)D<%^@,SGF?`R.`1L_//D\M9T3W\/ZI"M;2;IE!2\7B$2'X"W[RZ@MX$````
`
end


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

* Re: Linux v2.5.53
  2002-12-28 22:08     ` Linus Torvalds
@ 2002-12-28 23:12       ` James Simmons
  0 siblings, 0 replies; 11+ messages in thread
From: James Simmons @ 2002-12-28 23:12 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Harald Dunkel, Kernel Mailing List


> PLEASE don't send me patches like this.

Okay. Sorry about that.


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

* Re: Oops, panic: KT400 AGP and IO-APIC problems (Re: Linux v2.5.53)
  2002-12-24 10:55 ` Oops, panic: KT400 AGP and IO-APIC problems (Re: Linux v2.5.53) Henrik Storner
@ 2002-12-30 13:40   ` Dave Jones
  0 siblings, 0 replies; 11+ messages in thread
From: Dave Jones @ 2002-12-30 13:40 UTC (permalink / raw)
  To: Henrik Storner; +Cc: linux-kernel

On Tue, Dec 24, 2002 at 10:55:59AM -0000, Henrik Storner wrote:
 > I have a Soltek SL75-FRV motherboard with a KT400 chipset.
 > AMD XP processor, 512 MB DDR RAM (Kingston). This is a new
 > system I got a few days ago, and it is giving me headaches:
 > 
 > 1) AGP is not working (kernel oops with 2.5.53)
 > the kernel oops'es when initialising the AGP driver. Copied by hand:

I now have the chipset specs, and a reference board. As soon
as I get a CPU for it in the next week or so, I'll get this
fixed up, until then, just say AGP=n for KT400's.

		Dave

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs

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

end of thread, other threads:[~2002-12-30 13:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-24  5:45 Linux v2.5.53 Linus Torvalds
2002-12-24 10:55 ` Oops, panic: KT400 AGP and IO-APIC problems (Re: Linux v2.5.53) Henrik Storner
2002-12-30 13:40   ` Dave Jones
2002-12-25  6:56 ` aic7xxx won't boot in v2.5.53 David Lang
2002-12-26 19:07 ` [OOPS] Re: Linux v2.5.53 Udo A. Steinberg
2002-12-27 22:11 ` Harald Dunkel
2002-12-27 23:48   ` carbonated beverage
2002-12-28 22:51   ` James Simmons
2002-12-28 22:08     ` Linus Torvalds
2002-12-28 23:12       ` James Simmons
2002-12-27 23:33 ` Christoph Hellwig

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.