* I cannot get any message from domU by console.
@ 2009-12-21 14:30 박은병
2009-12-21 18:30 ` Pasi Kärkkäinen
0 siblings, 1 reply; 37+ messages in thread
From: 박은병 @ 2009-12-21 14:30 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 15136 bytes --]
I had installed xen 3.4.2 & pvops 2.6.31.6 dom0 kernel
and, I was trying to boot domU kernel as same as dom0
distribution is ubuntu 9.10(karmic)-server, i386
I confirmed kernel configuration several time.
$> xm create ubuntu1.config -c
Using config file "./ubuntu1.config".
Started domain ubuntu1 (id=4)
<----------------------------------------->
( this is space)
that was all. no other message was appeared.
$> xm list
Name ID Mem VCPUs State
Time(s)
Domain-0 0 508 1 r-----
36.5
ubuntu1 4 512 1 r-----
83.5
$>ifconfig -a
eth0
..............
vif4.0
...............
$> xm block-list 4
2049 0 0 1 -1 -1 /local/domain/0/backend/vbd/4/2049
2050 0 0 1 -1 -1 /local/domain/0/backend/vbd/4/2050
$> xm console 4
==> I think that domU booting is good, but I cannot get the any console
message
<configuration file-ubuntu1.config>
kernel = "/boot/vmlinuz-2.6.31.6-xenU"
ramdisk = "/boot/initrd.img-2.6.31.6-xenU"
memory = 512
name = "ubuntu1"
vif = [ 'bridge=xenbr0' ]
ip = "192.168.0.101"
netmask= "255.255.255.0"
gateway = "192.168.0.1"
disk = [
'file:/root/xen/domainU/ubuntu1/ubuntu1.img,sda1,w','file:/root/xen/domainU/ubuntu1/ubuntu1_swap.img,sda2,w'
]
root = "/dev/sda1 ro"
extra = "console=hvc0"
I also tried to hvc0 console by googling
</etc/init/hvc0.conf>
start on stopped rc RUNLEVEL=[2345]
stop on runlevel [!2345]
respawn
exec /sbin/getty -8 38400 hvc0
what is problem?? first, I am wondering whether domU's booting is good or
bad
and if good, why not console message??
<xend.log>
[2009-12-21 23:14:33 905] DEBUG (XendDomainInfo:92)
XendDomainInfo.create(['vm', ['name', 'ubuntu1'], ['memory', 512], ['vcpus',
1], ['on_xend_start', 'ignore'], ['on_xend_stop', 'ignore'], ['image',
['linux', ['kernel', '/boot/vmlinuz-2.6.31.6-xenU'], ['ramdisk',
'/boot/initrd.img-2.6.31.6-xenU'], ['ip', '192.168.0.101:127
.0.255.255:192.168.0.1:255.255.255.0:ubuntu1:eth0:off'], ['root', '/dev/sda1
ro'], ['videoram', 4], ['args', 'console=hvc0']]], ['s3_integrity', 1],
['device', ['vbd', ['uname', 'file:/root/xen/domainU/ubuntu1/ubuntu1.img'],
['dev', 'sda1'], ['mode', 'w']]], ['device', ['vbd', ['uname',
'file:/root/xen/domainU/ubuntu1/ubuntu1_swap.img'], ['dev', 'sda2'],
['mode', 'w']]], ['device', ['vif', ['bridge', 'xenbr0']]]])[2009-12-21
23:14:33 905] DEBUG (XendDomainInfo:2304) XendDomainInfo.constructDomain
[2009-12-21 23:14:33 905] DEBUG (balloon:166) Balloon: 1518304 KiB free;
need 4096; done.[2009-12-21 23:14:33 905] DEBUG (XendDomain:453) Adding
Domain: 4
[2009-12-21 23:14:33 905] DEBUG (XendDomainInfo:2505)
XendDomainInfo.initDomain: 4 256
[2009-12-21 23:14:33 905] DEBUG (XendDomainInfo:2529)
_initDomain:shadow_memory=0x0, memory_static_max=0x20000000,
memory_static_min=0x0.
[2009-12-21 23:14:33 905] DEBUG (balloon:166) Balloon: 1518304 KiB free;
need 526336; done.[2009-12-21 23:14:33 905] INFO (image:173) buildDomain
os=linux dom=4 vcpus=1[2009-12-21 23:14:33 905] DEBUG (image:663)
domid = 4 [2009-12-21 23:14:33 905] DEBUG (image:664)
memsize = 512 [2009-12-21 23:14:33 905] DEBUG (image:665)
image = /boot/vmlinuz-2.6.31.6-xenU[2009-12-21 23:14:33 905] DEBUG
(image:666) store_evtchn = 1 [2009-12-21 23:14:33 905] DEBUG (image:667)
console_evtchn = 2
[2009-12-21 23:14:33 905] DEBUG (image:668) cmdline = root=/dev/sda1
ro ip=192.168.0.101:127.0.255.255:192.168.0.1:255.255.255.0:ubuntu1:eth0:off
console=hvc0[2009-12-21 23:14:33 905] DEBUG (image:669) ramdisk =
/boot/initrd.img-2.6.31.6-xenU
[2009-12-21 23:14:33 905] DEBUG (image:670) vcpus = 1 [2009-12-21
23:14:33 905] DEBUG (image:671) features = [2009-12-21 23:14:33 905]
DEBUG (image:672) flags = 0
[2009-12-21 23:14:36 905] INFO (XendDomainInfo:2168) createDevice: vbd :
{'uuid': '4132c3cc-33fb-35ef-a369-58e27865d8ce', 'bootable': 1, 'driver':
'paravirtualised', 'dev': 'sda1', 'uname':
'file:/root/xen/domainU/ubuntu1/ubuntu1.img', 'mode': 'w'}
[2009-12-21 23:14:36 905] DEBUG (DevController:95) DevController: writing
{'virtual-device': '2049', 'device-type': 'disk', 'protocol': 'x86_32-abi',
'backend-id': '0', 'state': '1', 'backend':
'/local/domain/0/backend/vbd/4/2049'} to /local/domain/4/device/vbd/2049.
[2009-12-21 23:14:36 905] DEBUG (DevController:97) DevController: writing
{'domain': 'ubuntu1', 'frontend': '/local/domain/4/device/vbd/2049', 'uuid':
'4132c3cc-33fb-35ef-a369-58e27865d8ce', 'bootable': '1', 'dev': 'sda1',
'state': '1', 'params': '/root/xen/domainU/ubuntu1/ubuntu1.img', 'mode':
'w', 'online': '1', 'frontend-id': '4', 'type': 'file'} to
/local/domain/0/backend/vbd/4/2049.
[2009-12-21 23:14:36 905] INFO (XendDomainInfo:2168) createDevice: vbd :
{'uuid': '57151504-2045-33e1-e506-03ab4ac07d99', 'bootable': 0, 'driver':
'paravirtualised', 'dev': 'sda2', 'uname':
'file:/root/xen/domainU/ubuntu1/ubuntu1_swap.img', 'mode': 'w'}[2009-12-21
23:14:36 905] DEBUG (DevController:95) DevController: writing
{'virtual-device': '2050', 'device-type': 'disk', 'protocol': 'x86_32-abi',
'backend-id': '0', 'state': '1', 'backend':
'/local/domain/0/backend/vbd/4/2050'} to
/local/domain/4/device/vbd/2050.[2009-12-21 23:14:36 905] DEBUG
(DevController:97) DevController: writing {'domain': 'ubuntu1', 'frontend':
'/local/domain/4/device/vbd/2050', 'uuid':
'57151504-2045-33e1-e506-03ab4ac07d99', 'bootable': '0', 'dev': 'sda2',
'state': '1', 'params': '/root/xen/domainU/ubuntu1/ubuntu1_swap.img',
'mode': 'w', 'online': '1', 'frontend-id': '4', 'type': 'file'} to
/local/domain/0/backend/vbd/4/2050.[2009-12-21 23:14:36 905] INFO
(XendDomainInfo:2168) createDevice: vif : {'bridge': 'xenbr0', 'mac':
'00:16:3e:6a:c6:f7', 'uuid':
'3f3c2378-c7ed-bfbd-8f76-3c99c4dc87c5'}[2009-12-21 23:14:36 905] DEBUG
(DevController:95) DevController: writing {'mac': '00:16:3e:6a:c6:f7',
'handle': '0', 'protocol': 'x86_32-abi', 'backend-id': '0', 'state': '1',
'backend': '/local/domain/0/backend/vif/4/0'} to
/local/domain/4/device/vif/0.[2009-12-21 23:14:36 905] DEBUG
(DevController:97) DevController: writing {'bridge': 'xenbr0', 'domain':
'ubuntu1', 'handle': '0', 'uuid': '3f3c2378-c7ed-bfbd-8f76-3c99c4dc87c5',
'script': '/etc/xen/scripts/vif-bridge', 'mac': '00:16:3e:6a:c6:f7',
'frontend-id': '4', 'state': '1', 'online': '1', 'frontend':
'/local/domain/4/device/vif/0'} to /local/domain/0/backend/vif/4/0.
[2009-12-21 23:14:36 905] DEBUG (XendDomainInfo:3060) Storing VM details:
{'on_xend_stop': 'ignore', 'shadow_memory': '0', 'uuid':
'9fe69105-492f-fbc2-fe46-da4800e5c1c0', 'on_reboot': 'restart',
'start_time': '1261404876.18', 'on_poweroff': 'destroy', 'bootloader_args':
'', 'on_xend_start': 'ignore', 'on_crash': 'restart', 'xend/restart_count':
'0', 'vcpus': '1', 'vcpu_avail': '1', 'bootloader': '', 'image': "(linux
(kernel /boot/vmlinuz-2.6.31.6-xenU) (ramdisk
/boot/initrd.img-2.6.31.6-xenU) (args 'root=/dev/sda1 ro
ip=192.168.0.101:127.0.255.255:192.168.0.1:255.255.255.0:ubuntu1:eth0:off
console=hvc0') (videoram 4) (notes (HV_START_LOW 4118806528) (FEATURES
'!writable_page_tables|pae_pgdir_above_4gb') (VIRT_BASE 3221225472)
(GUEST_VERSION 2.6) (PADDR_OFFSET 0) (GUEST_OS linux) (HYPERCALL_PAGE
3222282240) (LOADER generic) (SUSPEND_CANCEL 1) (PAE_MODE yes) (ENTRY
3229274112) (XEN_VERSION xen-3.0)))", 'name': 'ubuntu1'}
[2009-12-21 23:14:36 905] DEBUG (XendDomainInfo:1622) Storing domain
details: {'console/ring-ref': '413280', 'image/entry': '3229274112',
'console/port': '2', 'store/ring-ref': '413281', 'image/loader': 'generic',
'vm': '/vm/9fe69105-492f-fbc2-fe46-da4800e5c1c0',
'control/platform-feature-multiprocessor-suspend': '1',
'image/hv-start-low': '4118806528', 'image/guest-os': 'linux',
'image/virt-base': '3221225472', 'memory/target': '524288',
'image/guest-version': '2.6', 'image/pae-mode': 'yes', 'console/limit':
'1048576', 'image/paddr-offset': '0', 'image/hypercall-page': '3222282240',
'image/suspend-cancel': '1', 'cpu/0/availability': 'online',
'image/features/pae-pgdir-above-4gb': '1',
'image/features/writable-page-tables': '0', 'console/type': 'xenconsoled',
'name': 'ubuntu1', 'domid': '4', 'image/xen-version': 'xen-3.0',
'store/port': '1'}
[2009-12-21 23:14:36 905] DEBUG (DevController:95) DevController: writing
{'protocol': 'x86_32-abi', 'state': '1', 'backend-id': '0', 'backend':
'/local/domain/0/backend/console/4/0'} to /local/domain/4/device/console/0.
[2009-12-21 23:14:36 905] DEBUG (DevController:97) DevController: writing
{'domain': 'ubuntu1', 'frontend': '/local/domain/4/device/console/0',
'uuid': '10c3246b-6962-4009-bc20-a567574efbea', 'frontend-id': '4', 'state':
'1', 'location': '2', 'online': '1', 'protocol': 'vt100'} to
/local/domain/0/backend/console/4/0.
[2009-12-21 23:14:36 905] DEBUG (XendDomainInfo:1709)
XendDomainInfo.handleShutdownWatch
[2009-12-21 23:14:36 905] DEBUG (DevController:139) Waiting for devices vif.
[2009-12-21 23:14:36 905] DEBUG (DevController:144) Waiting for 0.
[2009-12-21 23:14:36 905] DEBUG (DevController:629) hotplugStatusCallback
/local/domain/0/backend/vif/4/0/hotplug-status.
[2009-12-21 23:14:36 905] DEBUG (DevController:643) hotplugStatusCallback 1.
[2009-12-21 23:14:36 905] DEBUG (DevController:139) Waiting for devices
vkbd.
[2009-12-21 23:14:36 905] DEBUG (DevController:139) Waiting for devices
ioports.
[2009-12-21 23:14:36 905] DEBUG (DevController:139) Waiting for devices tap.
[2009-12-21 23:14:36 905] DEBUG (DevController:139) Waiting for devices
console.
[2009-12-21 23:14:36 905] DEBUG (DevController:144) Waiting for 0.
[2009-12-21 23:14:36 905] DEBUG (DevController:139) Waiting for devices
vscsi.
[2009-12-21 23:14:36 905] DEBUG (DevController:139) Waiting for devices vbd.
[2009-12-21 23:14:36 905] DEBUG (DevController:144) Waiting for 2049.
[2009-12-21 23:14:36 905] DEBUG (DevController:629) hotplugStatusCallback
/local/domain/0/backend/vbd/4/2049/hotplug-status.
[2009-12-21 23:14:36 905] DEBUG (DevController:643) hotplugStatusCallback 1.
[2009-12-21 23:14:36 905] DEBUG (DevController:144) Waiting for 2050.
[2009-12-21 23:14:36 905] DEBUG (DevController:629) hotplugStatusCallback
/local/domain/0/backend/vbd/4/2050/hotplug-status.
[2009-12-21 23:14:37 905] DEBUG (DevController:629) hotplugStatusCallback
/local/domain/0/backend/vbd/4/2050/hotplug-status.
[2009-12-21 23:14:37 905] DEBUG (DevController:643) hotplugStatusCallback 1.
[2009-12-21 23:14:37 905] DEBUG (DevController:139) Waiting for devices irq.
[2009-12-21 23:14:37 905] DEBUG (DevController:139) Waiting for devices vfb.
[2009-12-21 23:14:37 905] DEBUG (DevController:139) Waiting for devices pci.
[2009-12-21 23:14:37 905] DEBUG (DevController:139) Waiting for devices
vtpm.
[2009-12-21 23:14:37 905] INFO (XendDomain:1182) Domain ubuntu1 (4)
unpaused.
<domain-builder-ng.log>
xc_dom_allocate: cmdline="root=/dev/sda1 ro ip=192.168.0.101:127
.0.255.255:192.168.0.1:255.255.255.0:ubuntu1:eth0:off console=hvc0",
features=""
xc_dom_kernel_file: filename="/boot/vmlinuz-2.6.31.6-xenU"
xc_dom_malloc_filemap : 3896 kB
xc_dom_ramdisk_file: filename="/boot/initrd.img-2.6.31.6-xenU"
xc_dom_malloc_filemap : 52 MB
xc_dom_boot_xen_init: ver 3.4, caps xen-3.0-x86_32p hvm-3.0-x86_32
hvm-3.0-x86_32p
xc_dom_parse_image: called
xc_dom_find_loader: trying ELF-generic loader ... failed
xc_dom_find_loader: trying Linux bzImage loader ... xc_dom_malloc
: 8207 kB
xc_dom_do_gunzip: unzip ok, 0x3c72d0 -> 0x803e28
OK
elf_parse_binary: phdr: paddr=0x100000 memsz=0x65b000
elf_parse_binary: phdr: paddr=0x75b000 memsz=0x2b0000
elf_parse_binary: memory: 0x100000 -> 0xa0b000
elf_xen_parse_note: GUEST_OS = "linux"
elf_xen_parse_note: GUEST_VERSION = "2.6"
elf_xen_parse_note: XEN_VERSION = "xen-3.0"
elf_xen_parse_note: VIRT_BASE = 0xc0000000
elf_xen_parse_note: ENTRY = 0xc07ad000
elf_xen_parse_note: HYPERCALL_PAGE = 0xc0102000
elf_xen_parse_note: FEATURES = "!writable_page_tables|pae_pgdir_above_4gb"
elf_xen_parse_note: PAE_MODE = "yes"
elf_xen_parse_note: LOADER = "generic"
elf_xen_parse_note: unknown xen elf note (0xd)
elf_xen_parse_note: SUSPEND_CANCEL = 0x1
elf_xen_parse_note: HV_START_LOW = 0xf5800000
elf_xen_parse_note: PADDR_OFFSET = 0x0
elf_xen_addr_calc_check: addresses:
virt_base = 0xc0000000
elf_paddr_offset = 0x0
virt_offset = 0xc0000000
virt_kstart = 0xc0100000
virt_kend = 0xc0a0b000
virt_entry = 0xc07ad000
p2m_base = 0xffffffffffffffff
xc_dom_parse_elf_kernel: xen-3.0-x86_32p: 0xc0100000 -> 0xc0a0b000
xc_dom_mem_init: mem 512 MB, pages 0x20000 pages, 4k each
xc_dom_mem_init: 0x20000 pages
xc_dom_boot_mem_init: called
x86_compat: guest xen-3.0-x86_32p, address size 32
xc_dom_malloc : 512 kB
xc_dom_build_image: called
xc_dom_alloc_segment: kernel : 0xc0100000 -> 0xc0a0b000 (pfn 0x100
+ 0x90b pages)
xc_dom_pfn_to_ptr: domU mapping: pfn 0x100+0x90b at 0xae741000
elf_load_binary: phdr 0 at 0x0xae741000 -> 0x0xaed9c000
elf_load_binary: phdr 1 at 0x0xaed9c000 -> 0x0xaee80000
xc_dom_alloc_segment: ramdisk : 0xc0a0b000 -> 0xc872a000 (pfn 0xa0b
+ 0x7d1f pages)
xc_dom_malloc : 750 kB
xc_dom_pfn_to_ptr: domU mapping: pfn 0xa0b+0x7d1f at 0xa6966000
xc_dom_do_gunzip: unzip ok, 0x34c64d1 -> 0x7d1e210
xc_dom_alloc_segment: phys2mach : 0xc872a000 -> 0xc87aa000 (pfn 0x872a
+ 0x80 pages)
xc_dom_pfn_to_ptr: domU mapping: pfn 0x872a+0x80 at 0xa68e6000
xc_dom_alloc_page : start info : 0xc87aa000 (pfn 0x87aa)
xc_dom_alloc_page : xenstore : 0xc87ab000 (pfn 0x87ab)
xc_dom_alloc_page : console : 0xc87ac000 (pfn 0x87ac)
nr_page_tables: 0x00000000ffffffff/32: 0x0000000000000000 ->
0xffffffffffffffff, 1 table(s)
nr_page_tables: 0x000000003fffffff/30: 0x00000000c0000000 ->
0x00000000ffffffff, 1 table(s)
nr_page_tables: 0x00000000001fffff/21: 0x00000000c0000000 ->
0x00000000c8bfffff, 70 table(s)
xc_dom_alloc_segment: page tables : 0xc87ad000 -> 0xc87f5000 (pfn 0x87ad
+ 0x48 pages)
xc_dom_pfn_to_ptr: domU mapping: pfn 0x87ad+0x48 at 0xa689e000
xc_dom_alloc_page : boot stack : 0xc87f5000 (pfn 0x87f5)
xc_dom_build_image : virt_alloc_end : 0xc87f6000
xc_dom_build_image : virt_pgtab_end : 0xc8c00000
xc_dom_boot_image: called
arch_setup_bootearly: doing nothing
xc_dom_compat_check: supported guest type: xen-3.0-x86_32p <= matches
xc_dom_compat_check: supported guest type: hvm-3.0-x86_32
xc_dom_compat_check: supported guest type: hvm-3.0-x86_32p
xc_dom_update_guest_p2m: dst 32bit, pages 0x20000
clear_page: pfn 0x87ac, mfn 0x64e60
clear_page: pfn 0x87ab, mfn 0x64e61
xc_dom_pfn_to_ptr: domU mapping: pfn 0x87aa+0x1 at 0xa689d000
start_info_x86_32: called
setup_hypercall_page: vaddr=0xc0102000 pfn=0x102
domain builder memory footprint
allocated
malloc : 9531 kB
anon mmap : 0 bytes
mapped
file mmap : 56 MB
domU mmap : 134 MB
arch_setup_bootlate: shared_info: pfn 0x0, mfn 0x1ea
shared_info_x86_32: called
vcpu_x86_32: called
vcpu_x86_32: cr3: pfn 0x87ad mfn 0x64e5f
launch_vm: called, ctxt=0xb41642e8
xc_dom_release: called
[-- Attachment #1.2: Type: text/html, Size: 18869 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console.
2009-12-21 14:30 I cannot get any message from domU by console 박은병
@ 2009-12-21 18:30 ` Pasi Kärkkäinen
[not found] ` <ebf0d9030912212002h6996f725kf4626bd02e03161b@mail.gmail.com>
0 siblings, 1 reply; 37+ messages in thread
From: Pasi Kärkkäinen @ 2009-12-21 18:30 UTC (permalink / raw)
To: ??????; +Cc: xen-devel
On Mon, Dec 21, 2009 at 11:30:51PM +0900, ?????? wrote:
> I had installed xen 3.4.2 & pvops 2.6.31.6 dom0 kernel
>
> and, I was trying to boot domU kernel as same as dom0
>
> distribution is ubuntu 9.10(karmic)-server, i386
>
> I confirmed kernel configuration several time.
>
> $> xm create ubuntu1.config -c
> Using config file "./ubuntu1.config".
> Started domain ubuntu1 (id=4)
> <----------------------------------------->
> ( this is space)
>
> that was all. no other message was appeared.
>
Did you try with "console=hvc0 earlyprintk=xen" ?
-- Pasi
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
[not found] ` <ebf0d9030912212002h6996f725kf4626bd02e03161b@mail.gmail.com>
@ 2009-12-22 8:42 ` Pasi Kärkkäinen
2009-12-22 9:20 ` Ian Campbell
2009-12-22 14:32 ` Konrad Rzeszutek Wilk
0 siblings, 2 replies; 37+ messages in thread
From: Pasi Kärkkäinen @ 2009-12-22 8:42 UTC (permalink / raw)
To: ??????; +Cc: xen-devel
On Tue, Dec 22, 2009 at 01:02:06PM +0900, ?????? wrote:
> thank you for response.
>
> I tried your advise, and my pvops kernel was panic.
>
> It is the log
>
> #> xm create ubuntu1.config -c
> Using config file "./ubuntu1.config".
> Started domain ubuntu1 (id=5)
> (early) [ 0.000000] Reserving virtual
> address space above 0xf5800000
> (early) [ 0.000000] Initializing cgroup subsys cpuset
> (early) [ 0.000000] Initializing cgroup subsys cpu
> (early) [ 0.000000] Linux version 2.6.31.6 ([1]root@parallels) (gcc
> version 4.4.1 (Ubuntu 4.4.1-4ubuntu8) ) #2 SMP Mon Dec 21 16:44:19 KST
> 2009
> (early) [ 0.000000] KERNEL supported cpus:
> (early) [ 0.000000] Intel GenuineIntel
> (early) [ 0.000000] AMD AuthenticAMD
> (early) [ 0.000000] NSC Geode by NSC
> (early) [ 0.000000] Cyrix CyrixInstead
> (early) [ 0.000000] Centaur CentaurHauls
> (early) [ 0.000000] Transmeta GenuineTMx86
> (early) [ 0.000000] Transmeta TransmetaCPU
> (early) [ 0.000000] UMC UMC UMC UMC
> (early) [ 0.000000] ACPI in unprivileged domain disabled
> (early) [ 0.000000] released 0 pages of unused memory
> (early) [ 0.000000] BIOS-provided physical RAM map:
> (early) [ 0.000000] Xen: 0000000000000000 - 00000000000a0000 (usable)
> (early) [ 0.000000] Xen: 00000000000a0000 - 0000000000100000
> (reserved)
> (early) [ 0.000000] Xen: 0000000000100000 - 0000000020000000 (usable)
> (early) [ 0.000000] console [xenboot0] enabled
> (early) [ 0.000000] DMI not present or invalid.
> (early) [ 0.000000] last_pfn = 0x20000 max_arch_pfn = 0x1000000
> (early) [ 0.000000] Scanning 1 areas for low memory corruption
> (early) [ 0.000000] modified physical RAM map:
> (early) [ 0.000000] modified: 0000000000000000 - 0000000000002000
> (early) (usable)(early)
> (early) [ 0.000000] modified: 0000000000002000 - 0000000000006000
> (early) (reserved)(early)
> (early) [ 0.000000] modified: 0000000000006000 - 00000000000a0000
> (early) (usable)(early)
> (early) [ 0.000000] modified: 00000000000a0000 - 0000000000100000
> (early) (reserved)(early)
> (early) [ 0.000000] modified: 0000000000100000 - 0000000020000000
> (early) (usable)(early)
> (early) [ 0.000000] init_memory_mapping:
> 0000000000000000-0000000020000000
> (early) [ 0.000000] NX (Execute Disable) protection: active
> (early) [ 0.000000] RAMDISK: 00a0b000 - 0872a000
> (early) [ 0.000000] 0MB HIGHMEM available.
> (early) [ 0.000000] 512MB LOWMEM available.
> (early) [ 0.000000] mapped low ram: 0 - 20000000
> (early) [ 0.000000] low ram: 0 - 20000000
> (early) [ 0.000000] node 0 low ram: 00000000 - 20000000
> (early) [ 0.000000] node 0 bootmap 00007000 - 0000b000
> (early) [ 0.000000] (9 early reservations) ==> bootmem [0000000000 -
> 0020000000]
> (early) [ 0.000000] #0 [0000000000 - 0000001000] BIOS data
> page(early) ==> [0000000000 - 0000001000]
> (early) [ 0.000000] #1 [00087ad000 - 00087f5000] XEN
> PAGETABLES(early) ==> [00087ad000 - 00087f5000]
> (early) [ 0.000000] #2 [0000001000 - 0000002000] EX
> TRAMPOLINE(early) ==> [0000001000 - 0000002000]
> (early) [ 0.000000] #3 [0000006000 - 0000007000]
> TRAMPOLINE(early) ==> [0000006000 - 0000007000]
> (early) [ 0.000000] #4 [0000100000 - 00008e5c60] TEXT DATA
> BSS(early) ==> [0000100000 - 00008e5c60]
> (early) [ 0.000000] #5 [0000a0b000 - 000872a000]
> RAMDISK(early) ==> [0000a0b000 - 000872a000]
> (early) [ 0.000000] #6 [000872a000 - 00087ad000] XEN START
> INFO(early) ==> [000872a000 - 00087ad000]
> (early) [ 0.000000] #7 [00008e6000 - 000099d000]
> PGTABLE(early) ==> [00008e6000 - 000099d000]
> (early) [ 0.000000] #8 [0000007000 - 000000b000]
> BOOTMAP(early) ==> [0000007000 - 000000b000]
> (early) [ 0.000000] Zone PFN ranges:
> (early) [ 0.000000] DMA 0x00000000 -> 0x00001000
> (early) [ 0.000000] Normal 0x00001000 -> 0x00020000
> (early) [ 0.000000] HighMem 0x00020000 -> 0x00020000
> (early) [ 0.000000] Movable zone start PFN for each node
> (early) [ 0.000000] early_node_map[3] active PFN ranges
> (early) [ 0.000000] 0: 0x00000000 -> 0x00000002
> (early) [ 0.000000] 0: 0x00000006 -> 0x000000a0
> (early) [ 0.000000] 0: 0x00000100 -> 0x00020000
> (early) [ 0.000000] Using APIC driver default
> (early) [ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
> (early) [ 0.000000] Local APIC disabled by BIOS -- you can enable it
> with "lapic"
> (early) [ 0.000000] APIC: disable apic facility
> (early) [ 0.000000] PM: Registered nosave memory: 0000000000002000 -
> 0000000000006000
> (early) [ 0.000000] PM: Registered nosave memory: 00000000000a0000 -
> 0000000000100000
> (early) [ 0.000000] Allocating PCI resources starting at 20000000 (gap:
> 20000000:e0000000)
> (early) [ 0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1
> nr_node_ids:1
> (early) [ 0.000000] PERCPU: Allocated 10 4k pages, static data 39132
> bytes
> (early) [ 0.000000] Xen: using vcpu_info placement
> (early) [ 0.000000] Built 1 zonelists in Zone order, mobility grouping
> on. Total pages: 129948
> (early) [ 0.000000] Kernel command line: root=/dev/sda1 ro
> ip=192.168.0.101:127.0.255.255:192.168.0.1:255.255.255.0:ubuntu1:eth0:off
> console=hvc0 earlyprintk=xen
> (early) [ 0.000000] PID hash table entries: 2048 (order: 11, 8192
> bytes)
> (early) [ 0.000000] Dentry cache hash table entries: 65536 (order: 6,
> 262144 bytes)
> (early) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5,
> 131072 bytes)
> (early) [ 0.000000] Enabling fast FPU save and restore... (early) done.
> (early) [ 0.000000] Enabling unmasked SIMD FPU exception support...
> (early) done.
> (early) [ 0.000000] Initializing CPU#0
> (early) [ 0.000000] allocated 2621440 bytes of page_cgroup
> (early) [ 0.000000] please try 'cgroup_disable=memory' option if you
> don't want memory cgroups
> (early) [ 0.000000] PCI-DMA: Using Xen software bounce buffering for IO
> (Xen-SWIOTLB)
> (early) [ 0.000000] Kernel panic - not syncing:
> <3>xen_create_contiguous_region failed
>
Did you try cgroup_disable=memory kernel option?
-- Pasi
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 8:42 ` I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed Pasi Kärkkäinen
@ 2009-12-22 9:20 ` Ian Campbell
2009-12-22 13:04 ` Michael D Labriola
` (2 more replies)
2009-12-22 14:32 ` Konrad Rzeszutek Wilk
1 sibling, 3 replies; 37+ messages in thread
From: Ian Campbell @ 2009-12-22 9:20 UTC (permalink / raw)
To: Pasi Kärkkäinen
Cc: Jeremy Fitzhardinge, xen-devel@lists.xensource.com, ??????,
Konrad Rzeszutek Wilk
On Tue, 2009-12-22 at 08:42 +0000, Pasi Kärkkäinen wrote:
> > (early) [ 0.000000] PCI-DMA: Using Xen software bounce
> buffering for IO
> > (Xen-SWIOTLB)
> > (early) [ 0.000000] Kernel panic - not syncing:
> > <3>xen_create_contiguous_region failed
> >
>
> Did you try cgroup_disable=memory kernel option?
I think this is more likely to relate to the failure to initialise
swiotlb due to the failure of xen_create_contiguous_region, leading to a
panic. IIRC the guest won't be privileged enough to make this call
unless it has PCI passthrough enabled.
In a pre-pvops kernel the swiotlb would be inactive in a domU unless
specifically requested on the command line but in Jeremy's xen/master
branch it looks like it is unconditionally enabled for dom0 and domU as
a consequence of:
commit 4bc6b1a9dd5d7447af8c3d27c1449f73f5f764ec
Author: root <root@localhost.localdomain>
Date: Thu Nov 5 16:33:10 2009 -0500
Enable Xen-SWIOTLB if running in [non-]privileged and disable the Xen-IOMMU if an IOMMU is detected.
On a related note I don't think the xen-swiotlb code should panic() if
it cannot allocate the contiguous region (at least in domU). Chances are
if it hasn't got privilege to make the fixups it isn't going to have any
devices.
Ian.
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 9:20 ` Ian Campbell
@ 2009-12-22 13:04 ` Michael D Labriola
2009-12-22 13:20 ` Michael D Labriola
2009-12-22 14:09 ` Ian Campbell
2009-12-22 13:33 ` 박은병
2009-12-22 14:35 ` Konrad Rzeszutek Wilk
2 siblings, 2 replies; 37+ messages in thread
From: Michael D Labriola @ 2009-12-22 13:04 UTC (permalink / raw)
To: Ian Campbell
Cc: Jeremy Fitzhardinge, xen-devel@lists.xensource.com,
Konrad Rzeszutek Wilk, xen-devel-bounces, ??????
xen-devel-bounces@lists.xensource.com wrote on 12/22/2009 04:20:15 AM:
> On Tue, 2009-12-22 at 08:42 +0000, Pasi Kärkkäinen wrote:
> > > (early) [ 0.000000] PCI-DMA: Using Xen software bounce
> > buffering for IO
> > > (Xen-SWIOTLB)
> > > (early) [ 0.000000] Kernel panic - not syncing:
> > > <3>xen_create_contiguous_region failed
> > >
> >
> > Did you try cgroup_disable=memory kernel option?
>
> I think this is more likely to relate to the failure to initialise
> swiotlb due to the failure of xen_create_contiguous_region, leading to a
> panic. IIRC the guest won't be privileged enough to make this call
> unless it has PCI passthrough enabled.
>
> In a pre-pvops kernel the swiotlb would be inactive in a domU unless
> specifically requested on the command line but in Jeremy's xen/master
> branch it looks like it is unconditionally enabled for dom0 and domU as
> a consequence of:
> commit 4bc6b1a9dd5d7447af8c3d27c1449f73f5f764ec
> Author: root <root@localhost.localdomain>
> Date: Thu Nov 5 16:33:10 2009 -0500
>
> Enable Xen-SWIOTLB if running in [non-]privileged and
> disable the Xen-IOMMU if an IOMMU is detected.
>
> On a related note I don't think the xen-swiotlb code should panic() if
> it cannot allocate the contiguous region (at least in domU). Chances are
> if it hasn't got privilege to make the fixups it isn't going to have any
> devices.
I ran into the same problem yesterday, traced it back to that exact
commit. Reverting it makes my domUs work, but feels like the wrong thing
to do. How do I make sure xen_create_contiguous_region is privileged
enough? I've got the PCI frontend and backend built in to my kernel
(used the x86 fedora .config from the pv_ops wiki).
-Mike
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 13:04 ` Michael D Labriola
@ 2009-12-22 13:20 ` Michael D Labriola
2009-12-22 14:09 ` Ian Campbell
1 sibling, 0 replies; 37+ messages in thread
From: Michael D Labriola @ 2009-12-22 13:20 UTC (permalink / raw)
To: Michael D Labriola
Cc: Jeremy Fitzhardinge, xen-devel@lists.xensource.com, Ian Campbell,
Konrad Rzeszutek Wilk, xen-devel-bounces, ??????
xen-devel-bounces@lists.xensource.com wrote on 12/22/2009 08:04:45 AM:
> xen-devel-bounces@lists.xensource.com wrote on 12/22/2009 04:20:15 AM:
>
> > On Tue, 2009-12-22 at 08:42 +0000, Pasi Kärkkäinen wrote:
> > > > (early) [ 0.000000] PCI-DMA: Using Xen software bounce
> > > buffering for IO
> > > > (Xen-SWIOTLB)
> > > > (early) [ 0.000000] Kernel panic - not syncing:
> > > > <3>xen_create_contiguous_region failed
> > > >
> > >
> > > Did you try cgroup_disable=memory kernel option?
> >
> > I think this is more likely to relate to the failure to initialise
> > swiotlb due to the failure of xen_create_contiguous_region, leading to
a
> > panic. IIRC the guest won't be privileged enough to make this call
> > unless it has PCI passthrough enabled.
> >
> > In a pre-pvops kernel the swiotlb would be inactive in a domU unless
> > specifically requested on the command line but in Jeremy's xen/master
> > branch it looks like it is unconditionally enabled for dom0 and domU
as
> > a consequence of:
> > commit 4bc6b1a9dd5d7447af8c3d27c1449f73f5f764ec
> > Author: root <root@localhost.localdomain>
> > Date: Thu Nov 5 16:33:10 2009 -0500
> >
> > Enable Xen-SWIOTLB if running in [non-]privileged and
> > disable the Xen-IOMMU if an IOMMU is detected.
> >
> > On a related note I don't think the xen-swiotlb code should panic() if
> > it cannot allocate the contiguous region (at least in domU). Chances
are
> > if it hasn't got privilege to make the fixups it isn't going to have
any
> > devices.
>
> I ran into the same problem yesterday, traced it back to that exact
> commit. Reverting it makes my domUs work, but feels like the wrong
thing
> to do. How do I make sure xen_create_contiguous_region is privileged
> enough? I've got the PCI frontend and backend built in to my kernel
> (used the x86 fedora .config from the pv_ops wiki).
When you said to enable PCI passthrough, did you mean by setting
CONFIG_XEN_PCIDEV_BACKEND_PASS as apposed to the newer
CONFIG_XEN_PCIDEV_BACKEND_VPCI? Is Passthrough going to replace VPCI as
the preferred PCI Backend Mode for Xen 4.0?
-Mike
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 9:20 ` Ian Campbell
2009-12-22 13:04 ` Michael D Labriola
@ 2009-12-22 13:33 ` 박은병
2009-12-22 14:35 ` Konrad Rzeszutek Wilk
2 siblings, 0 replies; 37+ messages in thread
From: 박은병 @ 2009-12-22 13:33 UTC (permalink / raw)
To: Ian Campbell
Cc: Jeremy Fitzhardinge, xen-devel@lists.xensource.com,
Konrad Rzeszutek Wilk
[-- Attachment #1.1: Type: text/plain, Size: 1914 bytes --]
Thanks, everyone.
I built pvops domU kernel with privileged guest and normal guest, So,
XENMEM_exchange call in xen_create_contiguous_region does not work well, and
went through kernel panic.
I built vanila kernel as domU, just with paravirtulized normal guest, and It
works well.
Umm..I am xen and linux kernel newbie. but I think that privileged guest
with non-privileged guest should work well, which can allow user to use same
kernel domU & dom0.
2009/12/22 Ian Campbell <Ian.Campbell@citrix.com>
> On Tue, 2009-12-22 at 08:42 +0000, Pasi Kärkkäinen wrote:
> > > (early) [ 0.000000] PCI-DMA: Using Xen software bounce
> > buffering for IO
> > > (Xen-SWIOTLB)
> > > (early) [ 0.000000] Kernel panic - not syncing:
> > > <3>xen_create_contiguous_region failed
> > >
> >
> > Did you try cgroup_disable=memory kernel option?
>
> I think this is more likely to relate to the failure to initialise
> swiotlb due to the failure of xen_create_contiguous_region, leading to a
> panic. IIRC the guest won't be privileged enough to make this call
> unless it has PCI passthrough enabled.
>
> In a pre-pvops kernel the swiotlb would be inactive in a domU unless
> specifically requested on the command line but in Jeremy's xen/master
> branch it looks like it is unconditionally enabled for dom0 and domU as
> a consequence of:
> commit 4bc6b1a9dd5d7447af8c3d27c1449f73f5f764ec
> Author: root <root@localhost.localdomain>
> Date: Thu Nov 5 16:33:10 2009 -0500
>
> Enable Xen-SWIOTLB if running in [non-]privileged and disable
> the Xen-IOMMU if an IOMMU is detected.
>
> On a related note I don't think the xen-swiotlb code should panic() if
> it cannot allocate the contiguous region (at least in domU). Chances are
> if it hasn't got privilege to make the fixups it isn't going to have any
> devices.
>
> Ian.
>
>
[-- Attachment #1.2: Type: text/html, Size: 2369 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 13:04 ` Michael D Labriola
2009-12-22 13:20 ` Michael D Labriola
@ 2009-12-22 14:09 ` Ian Campbell
1 sibling, 0 replies; 37+ messages in thread
From: Ian Campbell @ 2009-12-22 14:09 UTC (permalink / raw)
To: Michael D Labriola
Cc: Jeremy Fitzhardinge, xen-devel@lists.xensource.com,
Konrad Rzeszutek Wilk, xen-devel-bounces@lists.xensource.com,
??????
On Tue, 2009-12-22 at 13:04 +0000, Michael D Labriola wrote:
> How do I make sure xen_create_contiguous_region is privileged
> enough?
By adding a PCI device to your domU config -- that's obviously just a
workaround though and in general you do not want domUs to be able to tie
down arbitrary amounts of "special" memory.
Later on:
> When you said to enable PCI passthrough, did you mean by setting
> CONFIG_XEN_PCIDEV_BACKEND_PASS as apposed to the newer
> CONFIG_XEN_PCIDEV_BACKEND_VPCI?
This is independent of CONFIG_XEN_PCIDEV_BACKEND_*.
Ian.
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 8:42 ` I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed Pasi Kärkkäinen
2009-12-22 9:20 ` Ian Campbell
@ 2009-12-22 14:32 ` Konrad Rzeszutek Wilk
2009-12-22 14:58 ` Ian Campbell
2009-12-22 15:14 ` Michael D Labriola
1 sibling, 2 replies; 37+ messages in thread
From: Konrad Rzeszutek Wilk @ 2009-12-22 14:32 UTC (permalink / raw)
To: Pasi Kärkkäinen; +Cc: xen-devel, ??????
> > (early) [ 0.000000] Kernel panic - not syncing:
> > <3>xen_create_contiguous_region failed
This implies you did not have enough DMA32 memory in the hypervisor for the guest.
Meaning at least 64MB. When you launch your guest, run 'xm info' and see what you have. The latest
from xen-unstable tries to have _at least_ that amount of memory available
for the guest. Here is what I see:
free_memory : 3938
node_to_cpu : node0:0-1
node_to_memory : node0:3938
node_to_dma32_mem : node0:3514
The node_to_dma32_mem needs to have at least 64.
Or you can add 'iommu=off' to your boot arguments that should disable the SWIOTLB.
You only need SWIOTLB if you do PCI pass through.
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 9:20 ` Ian Campbell
2009-12-22 13:04 ` Michael D Labriola
2009-12-22 13:33 ` 박은병
@ 2009-12-22 14:35 ` Konrad Rzeszutek Wilk
2009-12-22 14:50 ` Ian Campbell
2 siblings, 1 reply; 37+ messages in thread
From: Konrad Rzeszutek Wilk @ 2009-12-22 14:35 UTC (permalink / raw)
To: Ian Campbell; +Cc: Jeremy Fitzhardinge, xen-devel@lists.xensource.com, ??????
On Tue, Dec 22, 2009 at 09:20:15AM +0000, Ian Campbell wrote:
> On Tue, 2009-12-22 at 08:42 +0000, Pasi Kärkkäinen wrote:
> > > (early) [ 0.000000] PCI-DMA: Using Xen software bounce
> > buffering for IO
> > > (Xen-SWIOTLB)
> > > (early) [ 0.000000] Kernel panic - not syncing:
> > > <3>xen_create_contiguous_region failed
> > >
> >
> > Did you try cgroup_disable=memory kernel option?
>
> I think this is more likely to relate to the failure to initialise
> swiotlb due to the failure of xen_create_contiguous_region, leading to a
> panic. IIRC the guest won't be privileged enough to make this call
> unless it has PCI passthrough enabled.
Not so. You can still make the call even if you don't have PCI passthrough
enabled. The up call is just to replace MFNs.
>
> In a pre-pvops kernel the swiotlb would be inactive in a domU unless
> specifically requested on the command line but in Jeremy's xen/master
> branch it looks like it is unconditionally enabled for dom0 and domU as
> a consequence of:
> commit 4bc6b1a9dd5d7447af8c3d27c1449f73f5f764ec
> Author: root <root@localhost.localdomain>
> Date: Thu Nov 5 16:33:10 2009 -0500
>
> Enable Xen-SWIOTLB if running in [non-]privileged and disable the Xen-IOMMU if an IOMMU is detected.
>
> On a related note I don't think the xen-swiotlb code should panic() if
> it cannot allocate the contiguous region (at least in domU). Chances are
I concur. It should also give the error code. I am working on re-writting that
code since the upstream now has some form of registration/de-registration that
we could take advantage off.
> if it hasn't got privilege to make the fixups it isn't going to have any
> devices.
>
> Ian.
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 14:35 ` Konrad Rzeszutek Wilk
@ 2009-12-22 14:50 ` Ian Campbell
2009-12-22 15:47 ` Konrad Rzeszutek Wilk
0 siblings, 1 reply; 37+ messages in thread
From: Ian Campbell @ 2009-12-22 14:50 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk
Cc: Jeremy Fitzhardinge, xen-devel@lists.xensource.com, ??????
On Tue, 2009-12-22 at 14:35 +0000, Konrad Rzeszutek Wilk wrote:
> On Tue, Dec 22, 2009 at 09:20:15AM +0000, Ian Campbell wrote:
> > On Tue, 2009-12-22 at 08:42 +0000, Pasi Kärkkäinen wrote:
> > > > (early) [ 0.000000] PCI-DMA: Using Xen software bounce
> > > buffering for IO
> > > > (Xen-SWIOTLB)
> > > > (early) [ 0.000000] Kernel panic - not syncing:
> > > > <3>xen_create_contiguous_region failed
> > > >
> > >
> > > Did you try cgroup_disable=memory kernel option?
> >
> > I think this is more likely to relate to the failure to initialise
> > swiotlb due to the failure of xen_create_contiguous_region, leading to a
> > panic. IIRC the guest won't be privileged enough to make this call
> > unless it has PCI passthrough enabled.
>
> Not so. You can still make the call even if you don't have PCI passthrough
> enabled. The up call is just to replace MFNs.
I thought it used to be that you could only (successfully) make order>0
increase_reservation or mem_exchange hypercalls if you had I/O
privileges? Has this changed?
Ian.
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 14:32 ` Konrad Rzeszutek Wilk
@ 2009-12-22 14:58 ` Ian Campbell
2009-12-22 15:27 ` Konrad Rzeszutek Wilk
2009-12-22 15:14 ` Michael D Labriola
1 sibling, 1 reply; 37+ messages in thread
From: Ian Campbell @ 2009-12-22 14:58 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk; +Cc: xen-devel@lists.xensource.com, ??????
On Tue, 2009-12-22 at 14:32 +0000, Konrad Rzeszutek Wilk wrote:
> > > (early) [ 0.000000] Kernel panic - not syncing:
> > > <3>xen_create_contiguous_region failed
>
> This implies you did not have enough DMA32 memory in the hypervisor for the guest.
> Meaning at least 64MB.
Does this mean that every domU is allocating 64M for swiotlb by default?
That seems like an awful lot of wastage when the vast majority of guests
have no I/O device and therefore no need for swiotlb, especially given
that this is memory from a limited pool (OK, so 64G isn't that low a
limit).
If we are unable to automatically determine early enough whether a guest
needs swiotlb or not (which I suspect is the case without additional
tools support) then I think the old-style behaviour of only enabling
swiotlb in domU on explicit request matches the common case better.
Ian.
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 14:32 ` Konrad Rzeszutek Wilk
2009-12-22 14:58 ` Ian Campbell
@ 2009-12-22 15:14 ` Michael D Labriola
2009-12-22 15:40 ` Konrad Rzeszutek Wilk
1 sibling, 1 reply; 37+ messages in thread
From: Michael D Labriola @ 2009-12-22 15:14 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk; +Cc: xen-devel, ??????, xen-devel-bounces
xen-devel-bounces@lists.xensource.com wrote on 12/22/2009 09:32:03 AM:
> > > (early) [ 0.000000] Kernel panic - not syncing:
> > > <3>xen_create_contiguous_region failed
>
> This implies you did not have enough DMA32 memory in the hypervisor
> for the guest.
> Meaning at least 64MB. When you launch your guest, run 'xm info' and
> see what you have. The latest
> from xen-unstable tries to have _at least_ that amount of memory
available
> for the guest. Here is what I see:
>
> free_memory : 3938
> node_to_cpu : node0:0-1
> node_to_memory : node0:3938
> node_to_dma32_mem : node0:3514
>
> The node_to_dma32_mem needs to have at least 64.
I'm using Xen 3.4.2. xm info doesn't have a 'node_to_dma32_mem' entry at
all. I wasn't setting dom0 memory constraints via grub before, so I tried
adding dom0_mem=512M. That makes free_memory=3533 on my system. Still
get the same panic.
> Or you can add 'iommu=off' to your boot arguments that should
> disable the SWIOTLB.
Is iommu=off for dom0 or domU boot args. If it's dom0, is it for the
hypervisor or the kernel? I've tried adding it to all 3 places, but I
still get the same panic message.
-Mike
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 14:58 ` Ian Campbell
@ 2009-12-22 15:27 ` Konrad Rzeszutek Wilk
0 siblings, 0 replies; 37+ messages in thread
From: Konrad Rzeszutek Wilk @ 2009-12-22 15:27 UTC (permalink / raw)
To: Ian Campbell; +Cc: xen-devel@lists.xensource.com, ??????
On Tue, Dec 22, 2009 at 02:58:47PM +0000, Ian Campbell wrote:
> On Tue, 2009-12-22 at 14:32 +0000, Konrad Rzeszutek Wilk wrote:
> > > > (early) [ 0.000000] Kernel panic - not syncing:
> > > > <3>xen_create_contiguous_region failed
> >
> > This implies you did not have enough DMA32 memory in the hypervisor for the guest.
> > Meaning at least 64MB.
>
> Does this mean that every domU is allocating 64M for swiotlb by default?
Unfortunately yes. We can remove the:
ommit 4bc6b1a9dd5d7447af8c3d27c1449f73f5f764ec
Author: root <root@localhost.localdomain>
Date: Thu Nov 5 16:33:10 2009 -0500
Enable Xen-SWIOTLB if running in [non-]privileged and disable the Xen-IOMMU if an IOMMU is detected.
For PCI passthrough to work correctly, we need the Xen-SWIOTLB.
Otherwise PCI devices in the non-privileged domains might not be
able to do DMA.
And revert to the old-style behaviour.
> That seems like an awful lot of wastage when the vast majority of guests
> have no I/O device and therefore no need for swiotlb, especially given
> that this is memory from a limited pool (OK, so 64G isn't that low a
> limit).
>
> If we are unable to automatically determine early enough whether a guest
> needs swiotlb or not (which I suspect is the case without additional
That is possible. Which is why I am working on the new SWIOTLB that
can be turned on _after_ xen-pcifront has been activated.
> tools support) then I think the old-style behaviour of only enabling
> swiotlb in domU on explicit request matches the common case better.
>
> Ian.
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 15:14 ` Michael D Labriola
@ 2009-12-22 15:40 ` Konrad Rzeszutek Wilk
2009-12-22 16:44 ` Michael D Labriola
0 siblings, 1 reply; 37+ messages in thread
From: Konrad Rzeszutek Wilk @ 2009-12-22 15:40 UTC (permalink / raw)
To: Michael D Labriola, Ian.Campbell; +Cc: xen-devel, ??????, xen-devel-bounces
On Tue, Dec 22, 2009 at 10:14:34AM -0500, Michael D Labriola wrote:
> xen-devel-bounces@lists.xensource.com wrote on 12/22/2009 09:32:03 AM:
>
> > > > (early) [ 0.000000] Kernel panic - not syncing:
> > > > <3>xen_create_contiguous_region failed
> >
> > This implies you did not have enough DMA32 memory in the hypervisor
> > for the guest.
> > Meaning at least 64MB. When you launch your guest, run 'xm info' and
> > see what you have. The latest
> > from xen-unstable tries to have _at least_ that amount of memory
> available
> > for the guest. Here is what I see:
> >
> > free_memory : 3938
> > node_to_cpu : node0:0-1
> > node_to_memory : node0:3938
> > node_to_dma32_mem : node0:3514
> >
> > The node_to_dma32_mem needs to have at least 64.
>
> I'm using Xen 3.4.2. xm info doesn't have a 'node_to_dma32_mem' entry at
> all. I wasn't setting dom0 memory constraints via grub before, so I tried
> adding dom0_mem=512M. That makes free_memory=3533 on my system. Still
> get the same panic.
All of your memory is below 4GB, so you should not be hitting the problem
I thought you had (not enought memory under 4GB).
Maybe Xen 3.4.2 logic is much different than 4.0 when it comes to exchanging MFNs
and Ian's is right. Under 4.0 it I've no trouble exchanging the MFNs even without
any PCI devices being passed in.
Can you try this patch to help narrow down the problem:
diff --git a/arch/x86/xen/pci-swiotlb.c b/arch/x86/xen/pci-swiotlb.c
index ecdbfe2..37fd0e3 100644
--- a/arch/x86/xen/pci-swiotlb.c
+++ b/arch/x86/xen/pci-swiotlb.c
@@ -960,7 +960,7 @@ xen_swiotlb_fixup(void *buf, size_t size, unsigned long nslabs)
dma_bits);
} while (rc && dma_bits++ < max_dma_bits);
if (rc)
- panic(KERN_ERR "xen_create_contiguous_region failed\n");
+ panic(KERN_ERR "xen_create_contiguous_region failed: rc: %d\n", rc);
i += slabs;
} while(i < nslabs);
And also ensure that your command line for Xen has: console=com1,vga guest_loglvl=all
And tell me what environemtn you are using? Is the hypervisor a 64-bit
while dom0 is 32bit or 64bit? Is DomU 32bit or 64bit?
>
> > Or you can add 'iommu=off' to your boot arguments that should
> > disable the SWIOTLB.
>
> Is iommu=off for dom0 or domU boot args. If it's dom0, is it for the
> hypervisor or the kernel? I've tried adding it to all 3 places, but I
> still get the same panic message.
Well that is a surprise. My recollection of the code vs what is there
confirms that the code logic is a bit brute. It turns on SWIOTLB
irregardless of any flags you pass in. So nevermind the 'iommu=off'
attempt.
^ permalink raw reply related [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 14:50 ` Ian Campbell
@ 2009-12-22 15:47 ` Konrad Rzeszutek Wilk
2009-12-22 16:09 ` Ian Campbell
0 siblings, 1 reply; 37+ messages in thread
From: Konrad Rzeszutek Wilk @ 2009-12-22 15:47 UTC (permalink / raw)
To: Ian Campbell; +Cc: Jeremy Fitzhardinge, xen-devel@lists.xensource.com, ??????
> I thought it used to be that you could only (successfully) make order>0
> increase_reservation or mem_exchange hypercalls if you had I/O
> privileges? Has this changed?
I am looking at the 3.4 code I am not seeing any I/O privileges check.
I did not even know that those existed actually - could you give me an idea
when was the last time you saw it?
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 15:47 ` Konrad Rzeszutek Wilk
@ 2009-12-22 16:09 ` Ian Campbell
2009-12-22 16:19 ` Konrad Rzeszutek Wilk
0 siblings, 1 reply; 37+ messages in thread
From: Ian Campbell @ 2009-12-22 16:09 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk
Cc: Jeremy Fitzhardinge, xen-devel@lists.xensource.com, ??????
On Tue, 2009-12-22 at 15:47 +0000, Konrad Rzeszutek Wilk wrote:
> > I thought it used to be that you could only (successfully) make order>0
> > increase_reservation or mem_exchange hypercalls if you had I/O
> > privileges? Has this changed?
>
> I am looking at the 3.4 code I am not seeing any I/O privileges check.
>
> I did not even know that those existed actually - could you give me an idea
> when was the last time you saw it?
In xen-unstable multipage_allocation_permitted is called from
memory_exchange() and increase_reservation() and is defined as
#define multipage_allocation_permitted(d, order) \
(((order) <= 9) || /* allow 2MB superpages */ \
!rangeset_is_empty((d)->iomem_caps) || \
!rangeset_is_empty((d)->arch.ioport_caps))
The ((order) <= 9) || is new and isn't present in the 3.4 tree,
previously you would have had to add a passthrough device to cause one
of the other rangesets to become non-empty.
Ian.
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 16:09 ` Ian Campbell
@ 2009-12-22 16:19 ` Konrad Rzeszutek Wilk
2009-12-22 16:59 ` Konrad Rzeszutek Wilk
0 siblings, 1 reply; 37+ messages in thread
From: Konrad Rzeszutek Wilk @ 2009-12-22 16:19 UTC (permalink / raw)
To: Ian Campbell; +Cc: Jeremy Fitzhardinge, xen-devel@lists.xensource.com, ??????
On Tue, Dec 22, 2009 at 04:09:36PM +0000, Ian Campbell wrote:
> On Tue, 2009-12-22 at 15:47 +0000, Konrad Rzeszutek Wilk wrote:
> > > I thought it used to be that you could only (successfully) make order>0
> > > increase_reservation or mem_exchange hypercalls if you had I/O
> > > privileges? Has this changed?
> >
> > I am looking at the 3.4 code I am not seeing any I/O privileges check.
> >
> > I did not even know that those existed actually - could you give me an idea
> > when was the last time you saw it?
>
> In xen-unstable multipage_allocation_permitted is called from
> memory_exchange() and increase_reservation() and is defined as
> #define multipage_allocation_permitted(d, order) \
> (((order) <= 9) || /* allow 2MB superpages */ \
> !rangeset_is_empty((d)->iomem_caps) || \
> !rangeset_is_empty((d)->arch.ioport_caps))
>
> The ((order) <= 9) || is new and isn't present in the 3.4 tree,
> previously you would have had to add a passthrough device to cause one
> of the other rangesets to become non-empty.
AAh, and since the exchange of memory is done in small chunks we pass
underneath the radar even if did not have the passthrough device set.
Ian, thanks for finding the culprit. Let me roll out a patch that
will do what was done in the past (ie, turn SWIOTLB for DomU only
when iommu=soft was passed in) as a fix.
Later (next year) I can propose the more dynamic SWIOTLB mechanism
that should make this more automatic.
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 15:40 ` Konrad Rzeszutek Wilk
@ 2009-12-22 16:44 ` Michael D Labriola
2009-12-22 16:55 ` Michael D Labriola
0 siblings, 1 reply; 37+ messages in thread
From: Michael D Labriola @ 2009-12-22 16:44 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk; +Cc: xen-devel, ??????, Ian.Campbell, xen-devel-bounces
> Maybe Xen 3.4.2 logic is much different than 4.0 when it comes to
> exchanging MFNs
> and Ian's is right. Under 4.0 it I've no trouble exchanging the MFNs
> even without
> any PCI devices being passed in.
>
> Can you try this patch to help narrow down the problem:
>
> diff --git a/arch/x86/xen/pci-swiotlb.c b/arch/x86/xen/pci-swiotlb.c
> index ecdbfe2..37fd0e3 100644
> --- a/arch/x86/xen/pci-swiotlb.c
> +++ b/arch/x86/xen/pci-swiotlb.c
> @@ -960,7 +960,7 @@ xen_swiotlb_fixup(void *buf, size_t size,
> unsigned long nslabs)
> dma_bits);
> } while (rc && dma_bits++ < max_dma_bits);
> if (rc)
> - panic(KERN_ERR "xen_create_contiguous_region failed\n");
> + panic(KERN_ERR "xen_create_contiguous_region failed: rc:
%d\n", rc);
>
> i += slabs;
> } while(i < nslabs);
>
> And also ensure that your command line for Xen has: console=com1,vga
> guest_loglvl=all
Made that change and tried again. rc was -12. Do you need the whole
dump? I'm not really sure how to capture it...
> And tell me what environemtn you are using? Is the hypervisor a 64-bit
> while dom0 is 32bit or 64bit? Is DomU 32bit or 64bit?
This particular test is on a Dell Precision M4400 w/ 4GB of RAM.
Everything is 32-bit. Not using HVM.
-Mike
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 16:44 ` Michael D Labriola
@ 2009-12-22 16:55 ` Michael D Labriola
2009-12-22 17:00 ` Konrad Rzeszutek Wilk
0 siblings, 1 reply; 37+ messages in thread
From: Michael D Labriola @ 2009-12-22 16:55 UTC (permalink / raw)
To: Michael D Labriola
Cc: xen-devel-bounces, xen-devel, ??????, Ian.Campbell,
Konrad Rzeszutek Wilk
[-- Attachment #1: Type: text/plain, Size: 1286 bytes --]
xen-devel-bounces@lists.xensource.com wrote on 12/22/2009 11:44:23 AM:
> > Maybe Xen 3.4.2 logic is much different than 4.0 when it comes to
> > exchanging MFNs
> > and Ian's is right. Under 4.0 it I've no trouble exchanging the MFNs
> > even without
> > any PCI devices being passed in.
> >
> > Can you try this patch to help narrow down the problem:
> >
> > diff --git a/arch/x86/xen/pci-swiotlb.c b/arch/x86/xen/pci-swiotlb.c
> > index ecdbfe2..37fd0e3 100644
> > --- a/arch/x86/xen/pci-swiotlb.c
> > +++ b/arch/x86/xen/pci-swiotlb.c
> > @@ -960,7 +960,7 @@ xen_swiotlb_fixup(void *buf, size_t size,
> > unsigned long nslabs)
> > dma_bits);
> > } while (rc && dma_bits++ < max_dma_bits);
> > if (rc)
> > - panic(KERN_ERR "xen_create_contiguous_region failed\n");
> > + panic(KERN_ERR "xen_create_contiguous_region failed: rc:
> %d\n", rc);
> >
> > i += slabs;
> > } while(i < nslabs);
> >
> > And also ensure that your command line for Xen has: console=com1,vga
> > guest_loglvl=all
>
> Made that change and tried again. rc was -12. Do you need the whole
> dump? I'm not really sure how to capture it...
Trying to attach the domU console output such that Lotus Notes doesn't
garble it all... bare with me. ;-)
[-- Attachment #2: typescript --]
[-- Type: application/octet-stream, Size: 11124 bytes --]
Using config file "/vm/amras/cfg".
Started domain amras (id=2)
(early) [ 0.000000] Reserving virtual address space above 0xf5800000
(early) [ 0.000000] Linux version 2.6.31.6 (labriola@mithrandir) (gcc version 4.4.2 (GCC) ) #15 SMP PREEMPT Tue Dec 22 16:05:32 UTC 2009
(early) [ 0.000000] KERNEL supported cpus:
(early) [ 0.000000] Intel GenuineIntel
(early) [ 0.000000] AMD AuthenticAMD
(early) [ 0.000000] NSC Geode by NSC
(early) [ 0.000000] Cyrix CyrixInstead
(early) [ 0.000000] Centaur CentaurHauls
(early) [ 0.000000] Transmeta GenuineTMx86
(early) [ 0.000000] Transmeta TransmetaCPU
(early) [ 0.000000] UMC UMC UMC UMC
(early) [ 0.000000] ACPI in unprivileged domain disabled
(early) [ 0.000000] released 0 pages of unused memory
(early) [ 0.000000] BIOS-provided physical RAM map:
(early) [ 0.000000] Xen: 0000000000000000 - 00000000000a0000 (usable)
(early) [ 0.000000] Xen: 00000000000a0000 - 0000000000100000 (reserved)
(early) [ 0.000000] Xen: 0000000000100000 - 0000000040000000 (usable)
(early) [ 0.000000] console [xenboot0] enabled
(early) [ 0.000000] DMI not present or invalid.
(early) [ 0.000000] last_pfn = 0x40000 max_arch_pfn = 0x1000000
(early) [ 0.000000] init_memory_mapping: 0000000000000000-000000002d1fe000
(early) [ 0.000000] NX (Execute Disable) protection: active
(early) [ 0.000000] RAMDISK: 015bf000 - 019e6000
(early) [ 0.000000] 302MB HIGHMEM available.
(early) [ 0.000000] 721MB LOWMEM available.
(early) [ 0.000000] mapped low ram: 0 - 2d1fe000
(early) [ 0.000000] low ram: 0 - 2d1fe000
(early) [ 0.000000] node 0 low ram: 00000000 - 2d1fe000
(early) [ 0.000000] node 0 bootmap 00007000 - 0000ca40
(early) [ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 002d1fe000]
(early) [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page(early) ==> [0000000000 - 0000001000]
(early) [ 0.000000] #1 [0001ae9000 - 0001af9000] XEN PAGETABLES(early) ==> [0001ae9000 - 0001af9000]
(early) [ 0.000000] #2 [0000001000 - 0000002000] EX TRAMPOLINE(early) ==> [0000001000 - 0000002000]
(early) [ 0.000000] #3 [0000006000 - 0000007000] TRAMPOLINE(early) ==> [0000006000 - 0000007000]
(early) [ 0.000000] #4 [0001000000 - 0001499194] TEXT DATA BSS(early) ==> [0001000000 - 0001499194]
(early) [ 0.000000] #5 [00015bf000 - 00019e6000] RAMDISK(early) ==> [00015bf000 - 00019e6000]
(early) [ 0.000000] #6 [00019e6000 - 0001ae9000] XEN START INFO(early) ==> [00019e6000 - 0001ae9000]
(early) [ 0.000000] #7 [0000100000 - 0000258000] PGTABLE(early) ==> [0000100000 - 0000258000]
(early) [ 0.000000] #8 [0000007000 - 000000d000] BOOTMAP(early) ==> [0000007000 - 000000d000]
(early) [ 0.000000] Zone PFN ranges:
(early) [ 0.000000] DMA 0x00000000 -> 0x00001000
(early) [ 0.000000] Normal 0x00001000 -> 0x0002d1fe
(early) [ 0.000000] HighMem 0x0002d1fe -> 0x00040000
(early) [ 0.000000] Movable zone start PFN for each node
(early) [ 0.000000] early_node_map[2] active PFN ranges
(early) [ 0.000000] 0: 0x00000000 -> 0x000000a0
(early) [ 0.000000] 0: 0x00000100 -> 0x00040000
(early) [ 0.000000] Using APIC driver default
(early) [ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
(early) [ 0.000000] Local APIC disabled by BIOS -- you can enable it with "lapic"
(early) [ 0.000000] APIC: disable apic facility
(early) [ 0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:c0000000)
(early) [ 0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
(early) [ 0.000000] PERCPU: Allocated 9 4k pages, static data 32796 bytes
(early) [ 0.000000] Xen: using vcpu_info placement
(early) [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 259999
(early) [ 0.000000] Kernel command line: root=/dev/xvda1 ro xencons=hvc0 earlyprintk=xen
(early) [ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
(early) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
(early) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
(early) [ 0.000000] Enabling fast FPU save and restore... (early) done.
(early) [ 0.000000] Enabling unmasked SIMD FPU exception support... (early) done.
(early) [ 0.000000] Initializing CPU#0
(early) [ 0.000000] PCI-DMA: Using Xen software bounce buffering for IO (Xen-SWIOTLB)
(early) [ 0.000000] Kernel panic - not syncing: <3>xen_create_contiguous_region failed: rc: -12
(early) [ 0.000000]
(early) [ 0.000000] Pid: 0, comm: swapper Not tainted 2.6.31.6 #15
(early) [ 0.000000] Call Trace:
(early) [ 0.000000] [<c127797a>] ? panic+0x42/0xdf
(early) [ 0.000000] [<c10073d8>] ? xen_swiotlb_fixup+0x8c/0x94
(early) [ 0.000000] [<c13cc11d>] ? xen_swiotlb_init_with_default_size+0x5b/0xf3
(early) [ 0.000000] [<c13cc1d2>] ? xen_swiotlb_init+0x1d/0x33
(early) [ 0.000000] [<c13cff2c>] ? pci_iommu_alloc+0x5/0xa
(early) [ 0.000000] [<c13db07d>] ? mem_init+0x9/0x286
(early) [ 0.000000] [<c13c860d>] ? start_kernel+0x145/0x2b6
(early) [ 0.000000] [<c13c8313>] ? unknown_bootoption+0x0/0x183
(early) [ 0.000000] [<c13cb11b>] ? xen_start_kernel+0x573/0x57b
(early) [ 0.000000] BUG: unable to handle kernel (early) NULL pointer dereference(early) at 00000008
(early) [ 0.000000] IP:(early) [<c1157387>] xen_evtchn_do_upcall+0xc9/0x17a
(early) [ 0.000000] *pdpt = 0000000000000000 (early)
(early) [ 0.000000] Thread overran stack, or stack corrupted
(early) [ 0.000000] Oops: 0000 [#1] (early) PREEMPT (early) SMP (early)
(early) [ 0.000000] last sysfs file:
(early) [ 0.000000] Modules linked in:(early)
(early) [ 0.000000]
(early) [ 0.000000] Pid: 0, comm: swapper Not tainted (2.6.31.6 #15)
(early) [ 0.000000] EIP: 0061:[<c1157387>] EFLAGS: 00010002 CPU: 0
(early) [ 0.000000] EIP is at xen_evtchn_do_upcall+0xc9/0x17a
(early) [ 0.000000] EAX: 00000004 EBX: ffffffff ECX: 00000002 EDX: 00000000
(early) [ 0.000000] ESI: 00000000 EDI: c14212c4 EBP: f5721000 ESP: c1378ea0
(early) [ 0.000000] DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: e021
(early) [ 0.000000] Process swapper (pid: 0, ti=c1378000 task=c13964a0 task.ti=c1378000)
(early) [ 0.000000] Stack:
(early) [ 0.000000] 00000000(early) eda01010(early) c1378edc(early) c14212c4(early) eda01014(early) 00000000(early) 00000000(early) 00000000(early)
(early) [ 0.000000] <0>(early) 00000200(early) 00000220(early) 00000000(early) 00000000(early) 00008000(early) 00000020(early) c100a277(early) 00000000(early)
(early) [ 0.000000] <0>(early) 00000000(early) ffffffff(early) 00000000(early) 00008000(early) 00000020(early) 00030004(early) 0000e021(early) c13ce021(early)
(early) [ 0.000000] Call Trace:
(early) [ 0.000000] [<c100a277>] ? xen_do_upcall+0x7/0xc
(early) [ 0.000000] [<c13ce021>] ? e820_remove_range+0x128/0x190
(early) [ 0.000000] [<c1002227>] ? hypercall_page+0x227/0x1001
(early) [ 0.000000] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
(early) [ 0.000000] [<c10067c4>] ? check_events+0x8/0xc
(early) [ 0.000000] [<c1006783>] ? xen_irq_enable_direct_end+0x0/0x1
(early) [ 0.000000] [<c12779fe>] ? panic+0xc6/0xdf
(early) [ 0.000000] [<c10073d8>] ? xen_swiotlb_fixup+0x8c/0x94
(early) [ 0.000000] [<c13cc11d>] ? xen_swiotlb_init_with_default_size+0x5b/0xf3
(early) [ 0.000000] [<c13cc1d2>] ? xen_swiotlb_init+0x1d/0x33
(early) [ 0.000000] [<c13cff2c>] ? pci_iommu_alloc+0x5/0xa
(early) [ 0.000000] [<c13db07d>] ? mem_init+0x9/0x286
(early) [ 0.000000] [<c13c860d>] ? start_kernel+0x145/0x2b6
(early) [ 0.000000] [<c13c8313>] ? unknown_bootoption+0x0/0x183
(early) [ 0.000000] [<c13cb11b>] ? xen_start_kernel+0x573/0x57b
(early) [ 0.000000] Code: (early) 44 (early) 24 (early) 18 (early) 8d (early) 14 (early) b5 (early) 00 (early) 00 (early) 00 (early) 00 (early) 8d (early) 8e (early) 00 (early) 02 (early) 00 (early) 00 (early) 8d (early) 86 (early) 20 (early) 02 (early) 00 (early) 00 (early) 89 (early) 54 (early) 24 (early) 1c (early) 89 (early) 4c (early) 24 (early) 20 (early) 89 (early) 44 (early) 24 (early) 24 (early) eb (early) 18 (early) 0f (early) bc (early) c8 (early) 03 (early) 4c (early) 24 (early) 18 (early) <8b> (early) 04 (early) 8a (early) 83 (early) f8 (early) ff (early) 74 (early) f8 (early) 8b (early) 54 (early) 24 (early) 08 (early) e8 (early) f6 (early) 46 (early) eb (early) ff (early) 8b (early) 14 (early) 24 (early) 8b (early)
(early) [ 0.000000] EIP: [<c1157387>] (early) xen_evtchn_do_upcall+0xc9/0x17a(early) SS:ESP e021:c1378ea0
(early) [ 0.000000] CR2: 0000000000000008
(early) [ 0.000000] ---[ end trace 4eaa2a86a8e2da22 ]---
(early) [ 0.000000] Kernel panic - not syncing: Fatal exception in interrupt
(early) [ 0.000000] Pid: 0, comm: swapper Tainted: G D 2.6.31.6 #15
(early) [ 0.000000] Call Trace:
(early) [ 0.000000] [<c127797a>] ? panic+0x42/0xdf
(early) [ 0.000000] [<c100c854>] ? oops_end+0x8e/0x99
(early) [ 0.000000] [<c1023203>] ? no_context+0x139/0x142
(early) [ 0.000000] [<c1023304>] ? __bad_area_nosemaphore+0xf8/0x100
(early) [ 0.000000] [<c10067c4>] ? check_events+0x8/0xc
(early) [ 0.000000] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
(early) [ 0.000000] [<c10067c4>] ? check_events+0x8/0xc
(early) [ 0.000000] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
(early) [ 0.000000] [<c1030846>] ? vprintk+0x2de/0x315
(early) [ 0.000000] [<c10067c4>] ? check_events+0x8/0xc
(early) [ 0.000000] [<c1023448>] ? do_page_fault+0x24/0x208
(early) [ 0.000000] [<c1023424>] ? do_page_fault+0x0/0x208
(early) [ 0.000000] [<c1023316>] ? bad_area_nosemaphore+0xa/0xc
(early) [ 0.000000] [<c1279bd6>] ? error_code+0x66/0x6c
(early) [ 0.000000] [<c1023424>] ? do_page_fault+0x0/0x208
(early) [ 0.000000] [<c1157387>] ? xen_evtchn_do_upcall+0xc9/0x17a
(early) [ 0.000000] [<c100a277>] ? xen_do_upcall+0x7/0xc
(early) [ 0.000000] [<c13ce021>] ? e820_remove_range+0x128/0x190
(early) [ 0.000000] [<c1002227>] ? hypercall_page+0x227/0x1001
(early) [ 0.000000] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
(early) [ 0.000000] [<c10067c4>] ? check_events+0x8/0xc
(early) [ 0.000000] [<c1006783>] ? xen_irq_enable_direct_end+0x0/0x1
(early) [ 0.000000] [<c12779fe>] ? panic+0xc6/0xdf
(early) [ 0.000000] [<c10073d8>] ? xen_swiotlb_fixup+0x8c/0x94
(early) [ 0.000000] [<c13cc11d>] ? xen_swiotlb_init_with_default_size+0x5b/0xf3
(early) [ 0.000000] [<c13cc1d2>] ? xen_swiotlb_init+0x1d/0x33
(early) [ 0.000000] [<c13cff2c>] ? pci_iommu_alloc+0x5/0xa
(early) [ 0.000000] [<c13db07d>] ? mem_init+0x9/0x286
(early) [ 0.000000] [<c13c860d>] ? start_kernel+0x145/0x2b6
(early) [ 0.000000] [<c13c8313>] ? unknown_bootoption+0x0/0x183
(early) [ 0.000000] [<c13cb11b>] ? xen_start_kernel+0x573/0x57b
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 16:19 ` Konrad Rzeszutek Wilk
@ 2009-12-22 16:59 ` Konrad Rzeszutek Wilk
2009-12-22 18:02 ` Ian Campbell
0 siblings, 1 reply; 37+ messages in thread
From: Konrad Rzeszutek Wilk @ 2009-12-22 16:59 UTC (permalink / raw)
To: Ian Campbell; +Cc: Jeremy Fitzhardinge, xen-devel@lists.xensource.com, ??????
On Tue, Dec 22, 2009 at 11:19:19AM -0500, Konrad Rzeszutek Wilk wrote:
> On Tue, Dec 22, 2009 at 04:09:36PM +0000, Ian Campbell wrote:
> > On Tue, 2009-12-22 at 15:47 +0000, Konrad Rzeszutek Wilk wrote:
> > > > I thought it used to be that you could only (successfully) make order>0
> > > > increase_reservation or mem_exchange hypercalls if you had I/O
> > > > privileges? Has this changed?
> > >
> > > I am looking at the 3.4 code I am not seeing any I/O privileges check.
> > >
> > > I did not even know that those existed actually - could you give me an idea
> > > when was the last time you saw it?
> >
> > In xen-unstable multipage_allocation_permitted is called from
> > memory_exchange() and increase_reservation() and is defined as
> > #define multipage_allocation_permitted(d, order) \
> > (((order) <= 9) || /* allow 2MB superpages */ \
> > !rangeset_is_empty((d)->iomem_caps) || \
> > !rangeset_is_empty((d)->arch.ioport_caps))
> >
> > The ((order) <= 9) || is new and isn't present in the 3.4 tree,
> > previously you would have had to add a passthrough device to cause one
> > of the other rangesets to become non-empty.
>
> AAh, and since the exchange of memory is done in small chunks we pass
> underneath the radar even if did not have the passthrough device set.
>
> Ian, thanks for finding the culprit. Let me roll out a patch that
> will do what was done in the past (ie, turn SWIOTLB for DomU only
> when iommu=soft was passed in) as a fix.
Jeremy,
Please consider this patch to the PV-OPS tree.
[xen/swiotlb] Enable Xen-SWIOTLB only if running in privileged domain or if in non-privileged with iommu=soft.
Previous to this patch we would unconditionally enable Xen-SWIOTLB
if running in PV context. That does not work with Xen 3.4.2 as it has a
security check to disable exchanging of MFNs if no PCI devices have been
passed through. In 4.0 there is an additional check to allow 2MB super-pages
- we accidentally circumvented that by exchanging pages under the 2MB chunk size
even without any PCI devices passed through.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
diff --git a/arch/x86/xen/pci-swiotlb.c b/arch/x86/xen/pci-swiotlb.c
index ecdbfe2..7fdfccc 100644
--- a/arch/x86/xen/pci-swiotlb.c
+++ b/arch/x86/xen/pci-swiotlb.c
@@ -960,7 +960,7 @@ xen_swiotlb_fixup(void *buf, size_t size, unsigned long nslabs)
dma_bits);
} while (rc && dma_bits++ < max_dma_bits);
if (rc)
- panic(KERN_ERR "xen_create_contiguous_region failed\n");
+ panic(KERN_ERR "xen_create_contiguous_region failed: rc: %d\n", rc);
i += slabs;
} while(i < nslabs);
@@ -984,7 +984,16 @@ static struct dma_map_ops xen_swiotlb_dma_ops = {
void __init xen_swiotlb_init(void)
{
- if (xen_domain()) {
+ int use_swiotlb = 0;
+
+ if (xen_initial_domain())
+ use_swiotlb = 1;
+
+ /* For PV guest, only if iommu=soft is passed in. */
+ if (xen_pv_domain() && !xen_initial_domain() && swiotlb)
+ use_swiotlb = 1;
+
+ if (use_swiotlb) {
printk(KERN_INFO "PCI-DMA: Using Xen software bounce buffering for IO (Xen-SWIOTLB)\n");
xen_swiotlb_init_with_default_size(64 * (1<<20)); /* default to 64MB */
dma_ops = &xen_swiotlb_dma_ops;
^ permalink raw reply related [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 16:55 ` Michael D Labriola
@ 2009-12-22 17:00 ` Konrad Rzeszutek Wilk
2009-12-22 17:20 ` Michael D Labriola
0 siblings, 1 reply; 37+ messages in thread
From: Konrad Rzeszutek Wilk @ 2009-12-22 17:00 UTC (permalink / raw)
To: Michael D Labriola; +Cc: xen-devel, ??????, Ian.Campbell, xen-devel-bounces
[-- Attachment #1: Type: text/plain, Size: 338 bytes --]
>
> Trying to attach the domU console output such that Lotus Notes doesn't
Oooh Lotus Notes, eh? Good luck :-)
> garble it all... bare with me. ;-)
Got another patch on the way that should solve your problem. Please try it out.
Hmm, you are using Lotus Notes, I think it eats up spaces in patches, so
here it is as an attachment.
[-- Attachment #2: a.patch --]
[-- Type: text/plain, Size: 1120 bytes --]
diff --git a/arch/x86/xen/pci-swiotlb.c b/arch/x86/xen/pci-swiotlb.c
index ecdbfe2..7fdfccc 100644
--- a/arch/x86/xen/pci-swiotlb.c
+++ b/arch/x86/xen/pci-swiotlb.c
@@ -960,7 +960,7 @@ xen_swiotlb_fixup(void *buf, size_t size, unsigned long nslabs)
dma_bits);
} while (rc && dma_bits++ < max_dma_bits);
if (rc)
- panic(KERN_ERR "xen_create_contiguous_region failed\n");
+ panic(KERN_ERR "xen_create_contiguous_region failed: rc: %d\n", rc);
i += slabs;
} while(i < nslabs);
@@ -984,7 +984,16 @@ static struct dma_map_ops xen_swiotlb_dma_ops = {
void __init xen_swiotlb_init(void)
{
- if (xen_domain()) {
+ int use_swiotlb = 0;
+
+ if (xen_initial_domain())
+ use_swiotlb = 1;
+
+ /* For PV guest, only if iommu=soft is passed in. */
+ if (xen_pv_domain() && !xen_initial_domain() && swiotlb)
+ use_swiotlb = 1;
+
+ if (use_swiotlb) {
printk(KERN_INFO "PCI-DMA: Using Xen software bounce buffering for IO (Xen-SWIOTLB)\n");
xen_swiotlb_init_with_default_size(64 * (1<<20)); /* default to 64MB */
dma_ops = &xen_swiotlb_dma_ops;
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply related [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 17:00 ` Konrad Rzeszutek Wilk
@ 2009-12-22 17:20 ` Michael D Labriola
2009-12-22 17:59 ` Michael D Labriola
0 siblings, 1 reply; 37+ messages in thread
From: Michael D Labriola @ 2009-12-22 17:20 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk; +Cc: xen-devel, ??????, Ian.Campbell, xen-devel-bounces
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote on 12/22/2009
12:00:26 PM:
> >
> > Trying to attach the domU console output such that Lotus Notes doesn't
>
> Oooh Lotus Notes, eh? Good luck :-)
Oh, you have no idea. Not only is my productivity crippled by Lotus
Notes, our PCs are all locked down with GuardianEdge's "transparent"
encryption... which only has Windows client software... which means if I
copy that patch onto my thumb drive (or even burn it to a CD!) it ends up
encrypted. And then I have to take it to a windows box on our internal
network so I can decrypt it and ftp it over to my Linux box... sigh.
> > garble it all... bare with me. ;-)
>
> Got another patch on the way that should solve your problem. Please
> try it out.
>
> Hmm, you are using Lotus Notes, I think it eats up spaces in patches, so
> here it is as an attachment.
>
> [attachment "a.patch" deleted by Michael D Labriola/EB/GDYN]
Will try it. So domUs not requiring PCI passthrough will boot with
SWIOTLB disabled and in order to get PCI passthrough working we'll have to
add 'iommu=soft' to the domU kernel args in addition to the normal
pci=[XX:YY:ZZ] line? Just want to make sure I'm following all this.
Thanks!
-Mike
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 17:20 ` Michael D Labriola
@ 2009-12-22 17:59 ` Michael D Labriola
2009-12-22 18:23 ` Konrad Rzeszutek Wilk
0 siblings, 1 reply; 37+ messages in thread
From: Michael D Labriola @ 2009-12-22 17:59 UTC (permalink / raw)
To: Michael D Labriola
Cc: xen-devel-bounces, xen-devel, ??????, Ian.Campbell,
Konrad Rzeszutek Wilk
> > Got another patch on the way that should solve your problem. Please
> > try it out.
> >
> > Hmm, you are using Lotus Notes, I think it eats up spaces in patches,
so
> > here it is as an attachment.
> >
> > [attachment "a.patch" deleted by Michael D Labriola/EB/GDYN]
>
> Will try it. So domUs not requiring PCI passthrough will boot with
> SWIOTLB disabled and in order to get PCI passthrough working we'll have
to
> add 'iommu=soft' to the domU kernel args in addition to the normal
> pci=[XX:YY:ZZ] line? Just want to make sure I'm following all this.
> Thanks!
Well, this seems to work for the first case (domU not needing PCI
passthrough). Haven't tried passing anything through yet. On a more
general pv_ops domU note, though... I no longer get a login prompt after
watching the system boot with 'xm create -c'. Is there something in my
domU config that needs to change?
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 16:59 ` Konrad Rzeszutek Wilk
@ 2009-12-22 18:02 ` Ian Campbell
2009-12-22 18:08 ` Konrad Rzeszutek Wilk
0 siblings, 1 reply; 37+ messages in thread
From: Ian Campbell @ 2009-12-22 18:02 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk
Cc: Jeremy Fitzhardinge, xen-devel@lists.xensource.com, ??????
On Tue, 2009-12-22 at 16:59 +0000, Konrad Rzeszutek Wilk wrote:
> On Tue, Dec 22, 2009 at 11:19:19AM -0500, Konrad Rzeszutek Wilk wrote:
> > On Tue, Dec 22, 2009 at 04:09:36PM +0000, Ian Campbell wrote:
> > > On Tue, 2009-12-22 at 15:47 +0000, Konrad Rzeszutek Wilk wrote:
> > > > > I thought it used to be that you could only (successfully) make order>0
> > > > > increase_reservation or mem_exchange hypercalls if you had I/O
> > > > > privileges? Has this changed?
> > > >
> > > > I am looking at the 3.4 code I am not seeing any I/O privileges check.
> > > >
> > > > I did not even know that those existed actually - could you give me an idea
> > > > when was the last time you saw it?
> > >
> > > In xen-unstable multipage_allocation_permitted is called from
> > > memory_exchange() and increase_reservation() and is defined as
> > > #define multipage_allocation_permitted(d, order) \
> > > (((order) <= 9) || /* allow 2MB superpages */ \
> > > !rangeset_is_empty((d)->iomem_caps) || \
> > > !rangeset_is_empty((d)->arch.ioport_caps))
> > >
> > > The ((order) <= 9) || is new and isn't present in the 3.4 tree,
> > > previously you would have had to add a passthrough device to cause one
> > > of the other rangesets to become non-empty.
> >
> > AAh, and since the exchange of memory is done in small chunks we pass
> > underneath the radar even if did not have the passthrough device set.
> >
> > Ian, thanks for finding the culprit. Let me roll out a patch that
> > will do what was done in the past (ie, turn SWIOTLB for DomU only
> > when iommu=soft was passed in) as a fix.
>
> Jeremy,
>
> Please consider this patch to the PV-OPS tree.
>
> [xen/swiotlb] Enable Xen-SWIOTLB only if running in privileged domain or if in non-privileged with iommu=soft.
>
> Previous to this patch we would unconditionally enable Xen-SWIOTLB
> if running in PV context. That does not work with Xen 3.4.2 as it has a
> security check to disable exchanging of MFNs if no PCI devices have been
> passed through. In 4.0 there is an additional check to allow 2MB super-pages
> - we accidentally circumvented that by exchanging pages under the 2MB chunk size
> even without any PCI devices passed through.
>
> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
>
> diff --git a/arch/x86/xen/pci-swiotlb.c b/arch/x86/xen/pci-swiotlb.c
> index ecdbfe2..7fdfccc 100644
> --- a/arch/x86/xen/pci-swiotlb.c
> +++ b/arch/x86/xen/pci-swiotlb.c
> @@ -960,7 +960,7 @@ xen_swiotlb_fixup(void *buf, size_t size, unsigned long nslabs)
> dma_bits);
> } while (rc && dma_bits++ < max_dma_bits);
> if (rc)
> - panic(KERN_ERR "xen_create_contiguous_region failed\n");
> + panic(KERN_ERR "xen_create_contiguous_region failed: rc: %d\n", rc);
>
> i += slabs;
> } while(i < nslabs);
> @@ -984,7 +984,16 @@ static struct dma_map_ops xen_swiotlb_dma_ops = {
>
> void __init xen_swiotlb_init(void)
> {
> - if (xen_domain()) {
> + int use_swiotlb = 0;
> +
> + if (xen_initial_domain())
> + use_swiotlb = 1;
> +
> + /* For PV guest, only if iommu=soft is passed in. */
> + if (xen_pv_domain() && !xen_initial_domain() && swiotlb)
> + use_swiotlb = 1;
> +
> + if (use_swiotlb) {
How about just
if (xen_pv_domain() && (xen_initial_domain() || swiotlb))
Or depending on how/where swiotlb gets set (i.e. if it is set IFF
xen_pv_domain) simply:
if (xen_initial_domain() || swiotlb)
Ian.
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 18:02 ` Ian Campbell
@ 2009-12-22 18:08 ` Konrad Rzeszutek Wilk
0 siblings, 0 replies; 37+ messages in thread
From: Konrad Rzeszutek Wilk @ 2009-12-22 18:08 UTC (permalink / raw)
To: Ian Campbell; +Cc: Jeremy Fitzhardinge, xen-devel@lists.xensource.com, ??????
> > void __init xen_swiotlb_init(void)
> > {
> > - if (xen_domain()) {
> > + int use_swiotlb = 0;
> > +
> > + if (xen_initial_domain())
> > + use_swiotlb = 1;
> > +
> > + /* For PV guest, only if iommu=soft is passed in. */
> > + if (xen_pv_domain() && !xen_initial_domain() && swiotlb)
> > + use_swiotlb = 1;
> > +
> > + if (use_swiotlb) {
>
> How about just
> if (xen_pv_domain() && (xen_initial_domain() || swiotlb))
That would work too. Let me remake the patch as it also has
spaces instead of tabs and fails the checkpatch.pl.
> Or depending on how/where swiotlb gets set (i.e. if it is set IFF
> xen_pv_domain) simply:
> if (xen_initial_domain() || swiotlb)
Can't do that, as it could on baremetal allocate the Xen-SWIOTLB.
>
> Ian.
>
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 17:59 ` Michael D Labriola
@ 2009-12-22 18:23 ` Konrad Rzeszutek Wilk
2009-12-22 18:47 ` Michael D Labriola
0 siblings, 1 reply; 37+ messages in thread
From: Konrad Rzeszutek Wilk @ 2009-12-22 18:23 UTC (permalink / raw)
To: Michael D Labriola; +Cc: xen-devel, ??????, Ian.Campbell, xen-devel-bounces
> Well, this seems to work for the first case (domU not needing PCI
> passthrough). Haven't tried passing anything through yet. On a more
> general pv_ops domU note, though... I no longer get a login prompt after
> watching the system boot with 'xm create -c'. Is there something in my
> domU config that needs to change?
console=hvc0
Otherwise the output is going to 'tty0' which is your VNC framebuffer.
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 18:23 ` Konrad Rzeszutek Wilk
@ 2009-12-22 18:47 ` Michael D Labriola
2009-12-22 19:14 ` Konrad Rzeszutek Wilk
0 siblings, 1 reply; 37+ messages in thread
From: Michael D Labriola @ 2009-12-22 18:47 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk; +Cc: xen-devel, ??????, Ian.Campbell, xen-devel-bounces
> > Well, this seems to work for the first case (domU not needing PCI
> > passthrough). Haven't tried passing anything through yet. On a more
> > general pv_ops domU note, though... I no longer get a login prompt
after
> > watching the system boot with 'xm create -c'. Is there something in
my
> > domU config that needs to change?
>
> console=hvc0
>
> Otherwise the output is going to 'tty0' which is your VNC framebuffer.
I already had that in the 'extra' section of my domUs config file... is
that not the right place for it?
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 18:47 ` Michael D Labriola
@ 2009-12-22 19:14 ` Konrad Rzeszutek Wilk
2009-12-22 19:50 ` Michael D Labriola
0 siblings, 1 reply; 37+ messages in thread
From: Konrad Rzeszutek Wilk @ 2009-12-22 19:14 UTC (permalink / raw)
To: Michael D Labriola; +Cc: xen-devel, ??????, Ian.Campbell, xen-devel-bounces
On Tue, Dec 22, 2009 at 01:47:54PM -0500, Michael D Labriola wrote:
> > > Well, this seems to work for the first case (domU not needing PCI
> > > passthrough). Haven't tried passing anything through yet. On a more
> > > general pv_ops domU note, though... I no longer get a login prompt
> after
> > > watching the system boot with 'xm create -c'. Is there something in
> my
> > > domU config that needs to change?
> >
> > console=hvc0
> >
> > Otherwise the output is going to 'tty0' which is your VNC framebuffer.
>
> I already had that in the 'extra' section of my domUs config file... is
> that not the right place for it?
That is the right place. You are sure you don't have another 'extra' or 'root'
later on in the config file that would overwrite the first one?
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 19:14 ` Konrad Rzeszutek Wilk
@ 2009-12-22 19:50 ` Michael D Labriola
2009-12-22 20:03 ` Ian Campbell
2009-12-22 20:07 ` Konrad Rzeszutek Wilk
0 siblings, 2 replies; 37+ messages in thread
From: Michael D Labriola @ 2009-12-22 19:50 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk; +Cc: xen-devel, ??????, Ian.Campbell, xen-devel-bounces
[-- Attachment #1: Type: text/plain, Size: 1532 bytes --]
> On Tue, Dec 22, 2009 at 01:47:54PM -0500, Michael D Labriola wrote:
> > > > Well, this seems to work for the first case (domU not needing PCI
> > > > passthrough). Haven't tried passing anything through yet. On a
more
> > > > general pv_ops domU note, though... I no longer get a login prompt
> > after
> > > > watching the system boot with 'xm create -c'. Is there something
in
> > my
> > > > domU config that needs to change?
> > >
> > > console=hvc0
> > >
> > > Otherwise the output is going to 'tty0' which is your VNC
framebuffer.
> >
> > I already had that in the 'extra' section of my domUs config file...
is
> > that not the right place for it?
>
> That is the right place. You are sure you don't have another 'extra'or
'root'
> later on in the config file that would overwrite the first one?
Yeah. Last line of my config is:
extra="earlyprintk=xen iommu=soft console=hvc0"
No login for me. Just one of those days, I guess.
A also can't seem to pass devices through (unless I'm doing it wrong).
When trying to pass my soundcard do the domU, it appears to be
appropriately hidden from dom0 via xen-pciback.hide kernel param
(/var/log/messages says 'pciback 0000:00:1b.0: seizing device') but when I
try to start my domU with iommu=soft and pci=["00:1b.0"] I get a dozen or
so "BUG: scheduling while atomic" messages w/ call traces. My domU
eventually starts up ok, but lspci returns with no output.
I've attached /var/log/messages from my dom0 after attempting to create my
domU.
-Mike
[-- Attachment #2: messages --]
[-- Type: application/octet-stream, Size: 125653 bytes --]
Dec 22 19:09:19 localhost syslogd 1.4.1: restart.
Dec 22 19:09:19 localhost kernel: klogd 1.4.1, log source = /proc/kmsg started.
Dec 22 19:09:19 localhost kernel: [ 0.000000] Reserving virtual address space above 0xf5800000
Dec 22 19:09:19 localhost kernel: [ 0.000000] Linux version 2.6.31.6 (labriola@mithrandir) (gcc version 4.4.2 (GCC) ) #16 SMP PREEMPT Tue Dec 22 17:30:52 UTC 2009
Dec 22 19:09:19 localhost kernel: [ 0.000000] KERNEL supported cpus:
Dec 22 19:09:19 localhost kernel: [ 0.000000] Intel GenuineIntel
Dec 22 19:09:19 localhost kernel: [ 0.000000] AMD AuthenticAMD
Dec 22 19:09:19 localhost kernel: [ 0.000000] NSC Geode by NSC
Dec 22 19:09:19 localhost kernel: [ 0.000000] Cyrix CyrixInstead
Dec 22 19:09:19 localhost kernel: [ 0.000000] Centaur CentaurHauls
Dec 22 19:09:19 localhost kernel: [ 0.000000] Transmeta GenuineTMx86
Dec 22 19:09:19 localhost kernel: [ 0.000000] Transmeta TransmetaCPU
Dec 22 19:09:19 localhost kernel: [ 0.000000] UMC UMC UMC UMC
Dec 22 19:09:19 localhost kernel: [ 0.000000] xen_release_chunk: looking at area pfn 20000-df451
Dec 22 19:09:19 localhost kernel: [ 0.000000] xen_release_chunk: looking at area pfn e0000-f8000
Dec 22 19:09:19 localhost kernel: [ 0.000000] xen_release_chunk: looking at area pfn fc000-fec00
Dec 22 19:09:19 localhost kernel: [ 0.000000] xen_release_chunk: looking at area pfn fec10-fed18
Dec 22 19:09:19 localhost kernel: [ 0.000000] xen_release_chunk: looking at area pfn fed1c-fed20
Dec 22 19:09:19 localhost kernel: [ 0.000000] xen_release_chunk: looking at area pfn fed90-feda0
Dec 22 19:09:19 localhost kernel: [ 0.000000] xen_release_chunk: looking at area pfn feda6-fee00
Dec 22 19:09:19 localhost kernel: [ 0.000000] xen_release_chunk: looking at area pfn fee10-ffe60
Dec 22 19:09:19 localhost kernel: [ 0.000000] xen_release_chunk: looking at area pfn 0-20000
Dec 22 19:09:19 localhost kernel: [ 0.000000] released 0 pages of unused memory
Dec 22 19:09:19 localhost kernel: [ 0.000000] BIOS-provided physical RAM map:
Dec 22 19:09:19 localhost kernel: [ 0.000000] Xen: 0000000000000000 - 000000000009f000 (usable)
Dec 22 19:09:19 localhost kernel: [ 0.000000] Xen: 000000000009f000 - 0000000000100000 (reserved)
Dec 22 19:09:19 localhost kernel: [ 0.000000] Xen: 0000000000100000 - 0000000020000000 (usable)
Dec 22 19:09:19 localhost kernel: [ 0.000000] Xen: 00000000df451c00 - 00000000e0000000 (reserved)
Dec 22 19:09:19 localhost kernel: [ 0.000000] Xen: 00000000f8000000 - 00000000fc000000 (reserved)
Dec 22 19:09:19 localhost kernel: [ 0.000000] Xen: 00000000fec00000 - 00000000fec10000 (reserved)
Dec 22 19:09:19 localhost kernel: [ 0.000000] Xen: 00000000fed18000 - 00000000fed1c000 (reserved)
Dec 22 19:09:19 localhost kernel: [ 0.000000] Xen: 00000000fed20000 - 00000000fed90000 (reserved)
Dec 22 19:09:19 localhost kernel: [ 0.000000] Xen: 00000000feda0000 - 00000000feda6000 (reserved)
Dec 22 19:09:19 localhost kernel: [ 0.000000] Xen: 00000000fee00000 - 00000000fee10000 (reserved)
Dec 22 19:09:19 localhost kernel: [ 0.000000] Xen: 00000000ffe60000 - 0000000100000000 (reserved)
Dec 22 19:09:19 localhost kernel: [ 0.000000] DMI 2.4 present.
Dec 22 19:09:19 localhost kernel: [ 0.000000] last_pfn = 0x20000 max_arch_pfn = 0x1000000
Dec 22 19:09:19 localhost kernel: [ 0.000000] init_memory_mapping: 0000000000000000-0000000020000000
Dec 22 19:09:19 localhost kernel: [ 0.000000] NX (Execute Disable) protection: active
Dec 22 19:09:19 localhost kernel: [ 0.000000] RAMDISK: 015bf000 - 019e5c00
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: RSDP 000fb9b0 00024 (v02 DELL )
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: XSDT df454600 0006C (v01 DELL M09 27D90317 ASL 00000061)
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: FACP df45449c 000F4 (v04 DELL M09 27D90317 ASL 00000061)
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: DSDT df454c00 05AD4 (v02 INT430 SYSFexxx 00001001 INTL 20050624)
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: FACS df463400 00040
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: HPET df454700 00038 (v01 DELL M09 00000001 ASL 00000061)
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: df462c00 000B0 (v01 DELL M09 27D90317 ASL 00000061)
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: APIC df454800 00078 (v01 DELL M09 27D90317 ASL 00000047)
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: ASF! df454400 0006A (v32 DELL M09 27D90317 ASL 00000061)
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: MCFG df4547c0 0003E (v16 DELL M09 27D90317 ASL 00000061)
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: TCPA df454b00 00032 (v01 00000000 ASL 00000000)
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: SLIC df45489c 00176 (v01 DELL M09 27D90317 ASL 00000061)
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: SSDT df452b2d 0066C (v01 PmRef CpuPm 00003000 INTL 20050624)
Dec 22 19:09:19 localhost kernel: [ 0.000000] 0MB HIGHMEM available.
Dec 22 19:09:19 localhost kernel: [ 0.000000] 512MB LOWMEM available.
Dec 22 19:09:19 localhost kernel: [ 0.000000] mapped low ram: 0 - 20000000
Dec 22 19:09:19 localhost kernel: [ 0.000000] low ram: 0 - 20000000
Dec 22 19:09:19 localhost kernel: [ 0.000000] node 0 low ram: 00000000 - 20000000
Dec 22 19:09:19 localhost kernel: [ 0.000000] node 0 bootmap 00002000 - 00006000
Dec 22 19:09:19 localhost kernel: [ 0.000000] (10 early reservations) ==> bootmem [0000000000 - 0020000000]
Dec 22 19:09:19 localhost kernel: [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
Dec 22 19:09:19 localhost kernel: [ 0.000000] #1 [0001a67000 - 0001a7a000] XEN PAGETABLES ==> [0001a67000 - 0001a7a000]
Dec 22 19:09:19 localhost kernel: [ 0.000000] #2 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
Dec 22 19:09:19 localhost kernel: [ 0.000000] #3 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
Dec 22 19:09:19 localhost kernel: [ 0.000000] #4 [0001000000 - 0001499194] TEXT DATA BSS ==> [0001000000 - 0001499194]
Dec 22 19:09:19 localhost kernel: [ 0.000000] #5 [00015bf000 - 00019e5c00] RAMDISK ==> [00015bf000 - 00019e5c00]
Dec 22 19:09:19 localhost kernel: [ 0.000000] #6 [00019e6000 - 0001a67000] XEN START INFO ==> [00019e6000 - 0001a67000]
Dec 22 19:09:19 localhost kernel: [ 0.000000] #7 [000149a000 - 000149a184] BRK ==> [000149a000 - 000149a184]
Dec 22 19:09:19 localhost kernel: [ 0.000000] #8 [0000100000 - 00001ef000] PGTABLE ==> [0000100000 - 00001ef000]
Dec 22 19:09:19 localhost kernel: [ 0.000000] #9 [0000002000 - 0000006000] BOOTMAP ==> [0000002000 - 0000006000]
Dec 22 19:09:19 localhost kernel: [ 0.000000] Zone PFN ranges:
Dec 22 19:09:19 localhost kernel: [ 0.000000] DMA 0x00000000 -> 0x00001000
Dec 22 19:09:19 localhost kernel: [ 0.000000] Normal 0x00001000 -> 0x00020000
Dec 22 19:09:19 localhost kernel: [ 0.000000] HighMem 0x00020000 -> 0x00020000
Dec 22 19:09:19 localhost kernel: [ 0.000000] Movable zone start PFN for each node
Dec 22 19:09:19 localhost kernel: [ 0.000000] early_node_map[2] active PFN ranges
Dec 22 19:09:19 localhost kernel: [ 0.000000] 0: 0x00000000 -> 0x0000009f
Dec 22 19:09:19 localhost kernel: [ 0.000000] 0: 0x00000100 -> 0x00020000
Dec 22 19:09:19 localhost kernel: [ 0.000000] Using APIC driver default
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x1008
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Dec 22 19:09:19 localhost kernel: [ 0.000000] IOAPIC[0]: Unable to change apic_id!
Dec 22 19:09:19 localhost kernel: [ 0.000000] IOAPIC[0]: apic_id 255, version 32, address 0xfec00000, GSI 0-23
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Dec 22 19:09:19 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Dec 22 19:09:20 localhost kernel: [ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
Dec 22 19:09:20 localhost kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information
Dec 22 19:09:20 localhost kernel: [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
Dec 22 19:09:20 localhost kernel: [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
Dec 22 19:09:20 localhost kernel: [ 0.000000] Allocating PCI resources starting at 20000000 (gap: 20000000:bf451c00)
Dec 22 19:09:20 localhost kernel: [ 0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
Dec 22 19:09:20 localhost kernel: [ 0.000000] PERCPU: Allocated 9 4k pages, static data 32796 bytes
Dec 22 19:09:20 localhost kernel: [ 0.000000] Xen: using vcpu_info placement
Dec 22 19:09:20 localhost kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129951
Dec 22 19:09:20 localhost kernel: [ 0.000000] Kernel command line: ro root=/dev/VolGroup00/LogVol00 nomodeset xen-pciback.hide=(00:1b.0)
Dec 22 19:09:20 localhost kernel: [ 0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes)
Dec 22 19:09:20 localhost kernel: [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Dec 22 19:09:20 localhost kernel: [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Dec 22 19:09:20 localhost kernel: [ 0.000000] Enabling fast FPU save and restore... done.
Dec 22 19:09:20 localhost kernel: [ 0.000000] Enabling unmasked SIMD FPU exception support... done.
Dec 22 19:09:20 localhost kernel: [ 0.000000] Initializing CPU#0
Dec 22 19:09:20 localhost kernel: [ 0.000000] PCI-DMA: Using Xen software bounce buffering for IO (Xen-SWIOTLB)
Dec 22 19:09:20 localhost kernel: [ 0.000000] Placing 64MB Xen software IO TLB between c1ef4000 - c5ef4000
Dec 22 19:09:20 localhost kernel: [ 0.000000] Xen software IO TLB at phys 0x1ef4000 - 0x5ef4000
Dec 22 19:09:20 localhost kernel: [ 0.000000] Initializing HighMem for node 0 (00000000:00000000)
Dec 22 19:09:20 localhost kernel: [ 0.000000] Memory: 442528k/524288k available (2538k kernel code, 81080k reserved, 1330k data, 372k init, 0k highmem)
Dec 22 19:09:20 localhost kernel: [ 0.000000] virtual kernel memory layout:
Dec 22 19:09:20 localhost kernel: [ 0.000000] fixmap : 0xf571e000 - 0xf57ff000 ( 900 kB)
Dec 22 19:09:20 localhost kernel: [ 0.000000] pkmap : 0xf5200000 - 0xf5400000 (2048 kB)
Dec 22 19:09:20 localhost kernel: [ 0.000000] vmalloc : 0xe0800000 - 0xf51fe000 ( 329 MB)
Dec 22 19:09:20 localhost kernel: [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
Dec 22 19:09:20 localhost kernel: [ 0.000000] .init : 0xc13c8000 - 0xc1425000 ( 372 kB)
Dec 22 19:09:20 localhost kernel: [ 0.000000] .data : 0xc127a81a - 0xc13c7354 (1330 kB)
Dec 22 19:09:20 localhost kernel: [ 0.000000] .text : 0xc1000000 - 0xc127a81a (2538 kB)
Dec 22 19:09:20 localhost kernel: [ 0.000000] NR_IRQS:512
Dec 22 19:09:20 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 0 gsi 0 vector 240 ioapic 0 pin 0 triggering 0 polarity 0
Dec 22 19:09:20 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 1 gsi 1 vector 32 ioapic 0 pin 1 triggering 0 polarity 0
Dec 22 19:09:20 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 3 gsi 3 vector 40 ioapic 0 pin 3 triggering 0 polarity 0
Dec 22 19:09:20 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 4 gsi 4 vector 48 ioapic 0 pin 4 triggering 0 polarity 0
Dec 22 19:09:20 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 5 gsi 5 vector 56 ioapic 0 pin 5 triggering 0 polarity 0
Dec 22 19:09:20 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 6 gsi 6 vector 64 ioapic 0 pin 6 triggering 0 polarity 0
Dec 22 19:09:20 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 7 gsi 7 vector 72 ioapic 0 pin 7 triggering 0 polarity 0
Dec 22 19:09:20 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 8 gsi 8 vector 80 ioapic 0 pin 8 triggering 0 polarity 0
Dec 22 19:09:20 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 9 gsi 9 vector 88 ioapic 0 pin 9 triggering 1 polarity 0
Dec 22 19:09:20 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 10 gsi 10 vector 96 ioapic 0 pin 10 triggering 0 polarity 0
Dec 22 19:09:20 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 11 gsi 11 vector 104 ioapic 0 pin 11 triggering 0 polarity 0
Dec 22 19:09:20 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 12 gsi 12 vector 112 ioapic 0 pin 12 triggering 0 polarity 0
Dec 22 19:09:20 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 13 gsi 13 vector 120 ioapic 0 pin 13 triggering 0 polarity 0
Dec 22 19:09:20 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 14 gsi 14 vector 136 ioapic 0 pin 14 triggering 0 polarity 0
Dec 22 19:09:20 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 15 gsi 15 vector 144 ioapic 0 pin 15 triggering 0 polarity 0
Dec 22 19:09:20 localhost kernel: [ 0.000000] Detected 2261.000 MHz processor.
Dec 22 19:09:20 localhost kernel: [ 0.000999] Console: colour dummy device 80x25
Dec 22 19:09:20 localhost kernel: [ 0.000999] console [tty0] enabled
Dec 22 19:09:20 localhost kernel: [ 0.000999] installing Xen timer for CPU 0
Dec 22 19:09:20 localhost kernel: [ 0.000999] Calibrating delay loop (skipped), value calculated using timer frequency.. 4522.00 BogoMIPS (lpj=2261000)
Dec 22 19:09:20 localhost kernel: [ 0.000999] Security Framework initialized
Dec 22 19:09:20 localhost kernel: [ 0.000999] SELinux: Initializing.
Dec 22 19:09:20 localhost kernel: [ 0.000999] Mount-cache hash table entries: 512
Dec 22 19:09:20 localhost kernel: [ 0.000999] CPU: L1 I cache: 32K, L1 D cache: 32K
Dec 22 19:09:20 localhost kernel: [ 0.000999] CPU: L2 cache: 3072K
Dec 22 19:09:20 localhost kernel: [ 0.000999] CPU: Physical Processor ID: 0
Dec 22 19:09:20 localhost kernel: [ 0.000999] CPU: Processor Core ID: 0
Dec 22 19:09:20 localhost kernel: [ 0.000999] mce: CPU supports 6 MCE banks
Dec 22 19:09:20 localhost kernel: [ 0.001058] SMP alternatives: switching to UP code
Dec 22 19:09:20 localhost kernel: [ 0.003950] ACPI: Core revision 20090521
Dec 22 19:09:20 localhost kernel: [ 0.020014] installing Xen timer for CPU 1
Dec 22 19:09:20 localhost kernel: [ 0.020042] SMP alternatives: switching to SMP code
Dec 22 19:09:20 localhost kernel: [ 0.000005] Initializing CPU#1
Dec 22 19:09:20 localhost kernel: [ 0.000040] CPU: L1 I cache: 32K, L1 D cache: 32K
Dec 22 19:09:20 localhost kernel: [ 0.000045] CPU: L2 cache: 3072K
Dec 22 19:09:20 localhost kernel: [ 0.000049] CPU: Physical Processor ID: 0
Dec 22 19:09:20 localhost kernel: [ 0.000052] CPU: Processor Core ID: 1
Dec 22 19:09:20 localhost kernel: [ 0.000057] mce: CPU supports 6 MCE banks
Dec 22 19:09:20 localhost kernel: [ 0.021117] Brought up 2 CPUs
Dec 22 19:09:20 localhost kernel: [ 0.023568] Booting paravirtualized kernel on Xen
Dec 22 19:09:20 localhost kernel: [ 0.023575] Xen version: 3.4.2 (preserve-AD) (dom0)
Dec 22 19:09:20 localhost kernel: [ 0.023637] Grant tables using version 1 layout.
Dec 22 19:09:20 localhost kernel: [ 0.023714] Grant table initialized
Dec 22 19:09:20 localhost kernel: [ 0.023788] NET: Registered protocol family 16
Dec 22 19:09:20 localhost kernel: [ 0.024161] xenbus_probe_init ok
Dec 22 19:09:20 localhost kernel: [ 0.024375] ACPI: bus type pci registered
Dec 22 19:09:20 localhost kernel: [ 0.024579] PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
Dec 22 19:09:20 localhost kernel: [ 0.024587] PCI: MCFG area at f8000000 reserved in E820
Dec 22 19:09:20 localhost kernel: [ 0.024593] PCI: Using MMCONFIG for extended config space
Dec 22 19:09:20 localhost kernel: [ 0.024598] PCI: Using configuration type 1 for base access
Dec 22 19:09:20 localhost kernel: [ 0.032578] bio: create slab <bio-0> at 0
Dec 22 19:09:20 localhost kernel: [ 0.036091] ACPI: BIOS _OSI(Linux) query ignored
Dec 22 19:09:20 localhost kernel: [ 0.098029] ACPI: EC: non-query interrupt received, switching to interrupt mode
Dec 22 19:09:20 localhost kernel: [ 0.103280] ACPI: Interpreter enabled
Dec 22 19:09:20 localhost kernel: [ 0.103290] ACPI: (supports S0 S3 S5)
Dec 22 19:09:20 localhost kernel: [ 0.103333] ACPI: Using IOAPIC for interrupt routing
Dec 22 19:09:20 localhost kernel: [ 0.221570] ACPI: EC: GPE = 0x11, I/O: command/status = 0x934, data = 0x930
Dec 22 19:09:20 localhost kernel: [ 0.221578] ACPI: EC: driver started in interrupt mode
Dec 22 19:09:20 localhost kernel: [ 0.221807] ACPI Warning: Incorrect checksum in table [ ] - A1, should be E5 20090521 tbutils-246
Dec 22 19:09:20 localhost kernel: [ 0.224257] ACPI: No dock devices found.
Dec 22 19:09:20 localhost kernel: [ 0.250938] ACPI: PCI Root Bridge [PCI0] (0000:00)
Dec 22 19:09:20 localhost kernel: [ 0.251308] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Dec 22 19:09:20 localhost kernel: [ 0.251319] pci 0000:00:01.0: PME# disabled
Dec 22 19:09:20 localhost kernel: [ 0.251675] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
Dec 22 19:09:20 localhost kernel: [ 0.251687] pci 0000:00:19.0: PME# disabled
Dec 22 19:09:20 localhost kernel: [ 0.252580] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
Dec 22 19:09:20 localhost kernel: [ 0.252593] pci 0000:00:1a.7: PME# disabled
Dec 22 19:09:20 localhost kernel: [ 0.252848] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Dec 22 19:09:20 localhost kernel: [ 0.252860] pci 0000:00:1b.0: PME# disabled
Dec 22 19:09:20 localhost kernel: [ 0.252999] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Dec 22 19:09:20 localhost kernel: [ 0.252999] pci 0000:00:1c.0: PME# disabled
Dec 22 19:09:20 localhost kernel: [ 0.253154] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Dec 22 19:09:20 localhost kernel: [ 0.253167] pci 0000:00:1c.1: PME# disabled
Dec 22 19:09:20 localhost kernel: [ 0.253358] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Dec 22 19:09:20 localhost kernel: [ 0.253371] pci 0000:00:1c.2: PME# disabled
Dec 22 19:09:20 localhost kernel: [ 0.253563] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Dec 22 19:09:20 localhost kernel: [ 0.253576] pci 0000:00:1c.3: PME# disabled
Dec 22 19:09:20 localhost kernel: [ 0.254249] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Dec 22 19:09:20 localhost kernel: [ 0.254263] pci 0000:00:1d.7: PME# disabled
Dec 22 19:09:20 localhost kernel: [ 0.254958] pci 0000:00:1f.2: PME# supported from D3hot
Dec 22 19:09:20 localhost kernel: [ 0.254970] pci 0000:00:1f.2: PME# disabled
Dec 22 19:09:20 localhost kernel: [ 0.256124] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 22 19:09:20 localhost kernel: [ 0.256137] pci 0000:03:01.0: PME# disabled
Dec 22 19:09:20 localhost kernel: [ 0.256351] pci 0000:03:01.1: PME# supported from D0 D1 D2 D3hot D3cold
Dec 22 19:09:20 localhost kernel: [ 0.256363] pci 0000:03:01.1: PME# disabled
Dec 22 19:09:20 localhost kernel: [ 0.256580] pci 0000:03:01.2: PME# supported from D0 D1 D2 D3hot D3cold
Dec 22 19:09:20 localhost kernel: [ 0.256593] pci 0000:03:01.2: PME# disabled
Dec 22 19:09:20 localhost kernel: [ 0.256727] pci 0000:00:1e.0: transparent bridge
Dec 22 19:09:20 localhost kernel: [ 0.292421] ACPI: PCI Interrupt Link [LNKA] (IRQs 10 11) *3
Dec 22 19:09:20 localhost kernel: [ 0.292667] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *10
Dec 22 19:09:20 localhost kernel: [ 0.292910] ACPI: PCI Interrupt Link [LNKC] (IRQs 10 *11)
Dec 22 19:09:20 localhost kernel: [ 0.293160] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 *10 11)
Dec 22 19:09:20 localhost kernel: [ 0.293403] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *10 11 12 14 15)
Dec 22 19:09:20 localhost kernel: [ 0.293659] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 11 12 14 15)
Dec 22 19:09:20 localhost kernel: [ 0.293915] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Dec 22 19:09:20 localhost kernel: [ 0.294136] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Dec 22 19:09:20 localhost kernel: [ 0.294450] Failed to sync pcpu 0
Dec 22 19:09:20 localhost kernel: [ 0.294528] xenbus_probe_backend_init bus registered ok
Dec 22 19:09:20 localhost kernel: [ 0.294604] xenbus_probe_frontend_init bus registered ok
Dec 22 19:09:20 localhost kernel: [ 0.294611] xen_balloon: Initialising balloon driver with page order 0.
Dec 22 19:09:20 localhost kernel: [ 0.295080] usbcore: registered new interface driver usbfs
Dec 22 19:09:20 localhost kernel: [ 0.295227] usbcore: registered new interface driver hub
Dec 22 19:09:20 localhost kernel: [ 0.295323] usbcore: registered new device driver usb
Dec 22 19:09:20 localhost kernel: [ 0.295759] PCI: Using ACPI for IRQ routing
Dec 22 19:09:20 localhost kernel: [ 0.295989] IO APIC resources couldn't be allocated.
Dec 22 19:09:20 localhost kernel: [ 0.300047] NetLabel: Initializing
Dec 22 19:09:20 localhost kernel: [ 0.300053] NetLabel: domain hash size = 128
Dec 22 19:09:20 localhost kernel: [ 0.300059] NetLabel: protocols = UNLABELED CIPSOv4
Dec 22 19:09:20 localhost kernel: [ 0.300083] NetLabel: unlabeled traffic allowed by default
Dec 22 19:09:20 localhost kernel: [ 0.304031] pnp: PnP ACPI init
Dec 22 19:09:20 localhost kernel: [ 0.304045] ACPI: bus type pnp registered
Dec 22 19:09:20 localhost kernel: [ 0.333216] xen_allocate_pirq: returning irq 12 for gsi 12
Dec 22 19:09:20 localhost kernel: [ 0.333226] xen_set_ioapic_routing: irq 12 gsi 12 vector 112 ioapic 0 pin 12 triggering 0 polarity 0
Dec 22 19:09:20 localhost kernel: [ 0.333387] xen_allocate_pirq: returning irq 1 for gsi 1
Dec 22 19:09:20 localhost kernel: [ 0.333398] xen_set_ioapic_routing: irq 1 gsi 1 vector 32 ioapic 0 pin 1 triggering 0 polarity 0
Dec 22 19:09:20 localhost kernel: [ 0.333554] xen_allocate_pirq: returning irq 8 for gsi 8
Dec 22 19:09:20 localhost kernel: [ 0.333564] xen_set_ioapic_routing: irq 8 gsi 8 vector 80 ioapic 0 pin 8 triggering 0 polarity 0
Dec 22 19:09:20 localhost kernel: [ 0.334228] xen_allocate_pirq: returning irq 13 for gsi 13
Dec 22 19:09:20 localhost kernel: [ 0.334239] xen_set_ioapic_routing: irq 13 gsi 13 vector 120 ioapic 0 pin 13 triggering 0 polarity 0
Dec 22 19:09:20 localhost kernel: [ 0.395818] pnp: PnP ACPI: found 13 devices
Dec 22 19:09:20 localhost kernel: [ 0.395824] ACPI: ACPI bus type pnp unregistered
Dec 22 19:09:20 localhost kernel: [ 0.395842] system 00:05: ioport range 0xc80-0xcaf has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.395851] system 00:05: ioport range 0xcc0-0xcff could not be reserved
Dec 22 19:09:20 localhost kernel: [ 0.395866] system 00:08: iomem range 0xfed00000-0xfed003ff has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.395879] system 00:09: ioport range 0xcb0-0xcbb has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.395887] system 00:09: iomem range 0xfed40000-0xfed44fff has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.395901] system 00:0a: ioport range 0x900-0x92f has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.395909] system 00:0a: ioport range 0x931-0x933 has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.395916] system 00:0a: ioport range 0x935-0x97f has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.395924] system 00:0a: ioport range 0x4d0-0x4d1 has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.395932] system 00:0a: ioport range 0x1000-0x1005 has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.395940] system 00:0a: ioport range 0x1008-0x100f has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.395953] system 00:0b: ioport range 0xf400-0xf4fe has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.395961] system 00:0b: ioport range 0x1006-0x1007 has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.395969] system 00:0b: ioport range 0x100a-0x1059 could not be reserved
Dec 22 19:09:20 localhost kernel: [ 0.395977] system 00:0b: ioport range 0x1080-0x10bf has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.395985] system 00:0b: ioport range 0x1100-0x111f has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.395993] system 00:0b: ioport range 0x1010-0x102f has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.396011] system 00:0b: ioport range 0x809-0x809 has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.396026] system 00:0c: iomem range 0x0-0x9efff could not be reserved
Dec 22 19:09:20 localhost kernel: [ 0.396034] system 00:0c: iomem range 0x9f000-0x9ffff could not be reserved
Dec 22 19:09:20 localhost kernel: [ 0.396043] system 00:0c: iomem range 0xc0000-0xcffff could not be reserved
Dec 22 19:09:20 localhost kernel: [ 0.396052] system 00:0c: iomem range 0xe0000-0xfffff could not be reserved
Dec 22 19:09:20 localhost kernel: [ 0.396061] system 00:0c: iomem range 0x100000-0xdf451bff could not be reserved
Dec 22 19:09:20 localhost kernel: [ 0.396069] system 00:0c: iomem range 0xdf451c00-0xdfefffff has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.396078] system 00:0c: iomem range 0xdff00000-0xdfffffff has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.396087] system 00:0c: iomem range 0xffe00000-0xffffffff could not be reserved
Dec 22 19:09:20 localhost kernel: [ 0.396095] system 00:0c: iomem range 0xffa00000-0xffbfffff has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.396104] system 00:0c: iomem range 0xfec00000-0xfec0ffff has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.396112] system 00:0c: iomem range 0xfee00000-0xfee0ffff has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.396120] system 00:0c: iomem range 0xfed20000-0xfed3ffff has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.396128] system 00:0c: iomem range 0xfed45000-0xfed8ffff has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.396137] system 00:0c: iomem range 0xfeda0000-0xfeda3fff has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.396145] system 00:0c: iomem range 0xfeda4000-0xfeda4fff has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.396153] system 00:0c: iomem range 0xfeda5000-0xfeda5fff has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.396161] system 00:0c: iomem range 0xfeda6000-0xfeda6fff has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.396170] system 00:0c: iomem range 0xfed1c800-0xfed1cfff has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.396178] system 00:0c: iomem range 0xfed18000-0xfed1bfff has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.396186] system 00:0c: iomem range 0xf8000000-0xfbffffff has been reserved
Dec 22 19:09:20 localhost kernel: [ 0.396344] pciback 0000:00:1b.0: seizing device
Dec 22 19:09:20 localhost kernel: [ 0.432175] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
Dec 22 19:09:20 localhost kernel: [ 0.432185] pci 0000:00:01.0: IO window: 0xd000-0xdfff
Dec 22 19:09:20 localhost kernel: [ 0.432198] pci 0000:00:01.0: MEM window: 0xf2000000-0xf6efffff
Dec 22 19:09:20 localhost kernel: [ 0.432210] pci 0000:00:01.0: PREFETCH window: 0x000000e0000000-0x000000efffffff
Dec 22 19:09:20 localhost kernel: [ 0.432226] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:0b
Dec 22 19:09:20 localhost kernel: [ 0.432232] pci 0000:00:1c.0: IO window: disabled
Dec 22 19:09:20 localhost kernel: [ 0.432247] pci 0000:00:1c.0: MEM window: disabled
Dec 22 19:09:20 localhost kernel: [ 0.432259] pci 0000:00:1c.0: PREFETCH window: disabled
Dec 22 19:09:20 localhost kernel: [ 0.432271] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:0c
Dec 22 19:09:20 localhost kernel: [ 0.432277] pci 0000:00:1c.1: IO window: disabled
Dec 22 19:09:20 localhost kernel: [ 0.432291] pci 0000:00:1c.1: MEM window: disabled
Dec 22 19:09:20 localhost kernel: [ 0.432303] pci 0000:00:1c.1: PREFETCH window: disabled
Dec 22 19:09:20 localhost kernel: [ 0.432315] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:0d
Dec 22 19:09:20 localhost kernel: [ 0.432321] pci 0000:00:1c.2: IO window: disabled
Dec 22 19:09:20 localhost kernel: [ 0.432335] pci 0000:00:1c.2: MEM window: disabled
Dec 22 19:09:20 localhost kernel: [ 0.432347] pci 0000:00:1c.2: PREFETCH window: disabled
Dec 22 19:09:20 localhost kernel: [ 0.432359] pci 0000:00:1c.3: PCI bridge, secondary bus 0000:0e
Dec 22 19:09:20 localhost kernel: [ 0.432368] pci 0000:00:1c.3: IO window: 0xc000-0xcfff
Dec 22 19:09:20 localhost kernel: [ 0.432383] pci 0000:00:1c.3: MEM window: 0xf1e00000-0xf1ffffff
Dec 22 19:09:20 localhost kernel: [ 0.432396] pci 0000:00:1c.3: PREFETCH window: 0x000000f0000000-0x000000f01fffff
Dec 22 19:09:20 localhost kernel: [ 0.432427] pci 0000:03:01.0: CardBus bridge, secondary bus 0000:04
Dec 22 19:09:20 localhost kernel: [ 0.432434] pci 0000:03:01.0: IO window: 0x002000-0x0020ff
Dec 22 19:09:20 localhost kernel: [ 0.432446] pci 0000:03:01.0: IO window: 0x002400-0x0024ff
Dec 22 19:09:20 localhost kernel: [ 0.432458] pci 0000:03:01.0: PREFETCH window: 0x20000000-0x23ffffff
Dec 22 19:09:20 localhost kernel: [ 0.432470] pci 0000:03:01.0: MEM window: 0x24000000-0x27ffffff
Dec 22 19:09:20 localhost kernel: [ 0.432483] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
Dec 22 19:09:20 localhost kernel: [ 0.432492] pci 0000:00:1e.0: IO window: 0x2000-0x2fff
Dec 22 19:09:20 localhost rpc.statd[2826]: Version 1.0.8 Starting
Dec 22 19:09:20 localhost kernel: [ 0.432507] pci 0000:00:1e.0: MEM window: 0xf1d00000-0xf1dfffff
Dec 22 19:09:20 localhost kernel: [ 0.432520] pci 0000:00:1e.0: PREFETCH window: 0x20000000-0x23ffffff
Dec 22 19:09:20 localhost kernel: [ 0.432554] xen_set_ioapic_routing: irq 16 gsi 16 vector 152 ioapic 0 pin 16 triggering 1 polarity 1
Dec 22 19:09:20 localhost kernel: [ 0.432566] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Dec 22 19:09:20 localhost kernel: [ 0.432599] xen_allocate_pirq: returning irq 16 for gsi 16
Dec 22 19:09:20 localhost kernel: [ 0.432609] xen_set_ioapic_routing: irq 16 gsi 16 vector 152 ioapic 0 pin 16 triggering 1 polarity 1
Dec 22 19:09:20 localhost kernel: [ 0.432621] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Dec 22 19:09:20 localhost kernel: [ 0.432661] xen_set_ioapic_routing: irq 17 gsi 17 vector 160 ioapic 0 pin 17 triggering 1 polarity 1
Dec 22 19:09:20 localhost kernel: [ 0.432673] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Dec 22 19:09:20 localhost kernel: [ 0.432714] xen_set_ioapic_routing: irq 18 gsi 18 vector 168 ioapic 0 pin 18 triggering 1 polarity 1
Dec 22 19:09:20 localhost kernel: [ 0.432726] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Dec 22 19:09:20 localhost kernel: [ 0.432767] xen_set_ioapic_routing: irq 19 gsi 19 vector 176 ioapic 0 pin 19 triggering 1 polarity 1
Dec 22 19:09:20 localhost kernel: [ 0.432778] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
Dec 22 19:09:20 localhost kernel: [ 0.432830] xen_allocate_pirq: returning irq 19 for gsi 19
Dec 22 19:09:20 localhost kernel: [ 0.432840] xen_set_ioapic_routing: irq 19 gsi 19 vector 176 ioapic 0 pin 19 triggering 1 polarity 1
Dec 22 19:09:20 localhost kernel: [ 0.432851] pci 0000:03:01.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
Dec 22 19:09:20 localhost kernel: [ 0.432984] NET: Registered protocol family 2
Dec 22 19:09:20 localhost kernel: [ 0.433050] IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
Dec 22 19:09:20 localhost kernel: [ 0.433194] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
Dec 22 19:09:20 localhost kernel: [ 0.433370] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
Dec 22 19:09:20 localhost kernel: [ 0.433533] TCP: Hash tables configured (established 65536 bind 65536)
Dec 22 19:09:20 localhost kernel: [ 0.433540] TCP reno registered
Dec 22 19:09:20 localhost kernel: [ 0.433629] NET: Registered protocol family 1
Dec 22 19:09:20 localhost kernel: [ 0.433703] Trying to unpack rootfs image as initramfs...
Dec 22 19:09:20 localhost kernel: [ 0.438626] Freeing initrd memory: 4251k freed
Dec 22 19:09:20 localhost kernel: [ 0.441650] apm: BIOS not found.
Dec 22 19:09:20 localhost kernel: [ 0.442150] audit: initializing netlink socket (disabled)
Dec 22 19:09:20 localhost kernel: [ 0.442176] type=2000 audit(1261508925.725:1): initialized
Dec 22 19:09:20 localhost kernel: [ 0.442376] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Dec 22 19:09:20 localhost kernel: [ 0.442539] VFS: Disk quotas dquot_6.5.2
Dec 22 19:09:20 localhost kernel: [ 0.442560] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Dec 22 19:09:20 localhost kernel: [ 0.442702] msgmni has been set to 873
Dec 22 19:09:20 localhost kernel: [ 0.443115] alg: No test for stdrng (krng)
Dec 22 19:09:20 localhost kernel: [ 0.443143] io scheduler noop registered
Dec 22 19:09:20 localhost kernel: [ 0.443151] io scheduler anticipatory registered
Dec 22 19:09:20 localhost kernel: [ 0.443157] io scheduler deadline registered
Dec 22 19:09:20 localhost kernel: [ 0.443183] io scheduler cfq registered (default)
Dec 22 19:09:20 localhost kernel: [ 0.446705] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Dec 22 19:09:20 localhost kernel: [ 0.449491] vesafb: framebuffer at 0xf3000000, mapped to 0xe0900000, using 6144k, total 14336k
Dec 22 19:09:20 localhost kernel: [ 0.449501] vesafb: mode is 1024x768x32, linelength=4096, pages=0
Dec 22 19:09:20 localhost kernel: [ 0.449507] vesafb: scrolling: redraw
Dec 22 19:09:20 localhost kernel: [ 0.449513] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Dec 22 19:09:20 localhost kernel: [ 0.486289] Console: switching to colour frame buffer device 128x48
Dec 22 19:09:20 localhost kernel: [ 0.520002] fb0: VESA VGA frame buffer device
Dec 22 19:09:20 localhost kernel: [ 0.521596] ACPI: SSDT df453199 00281 (v01 PmRef BspIst 00003000 INTL 20050624)
Dec 22 19:09:20 localhost kernel: [ 0.522556] ACPI: SSDT df4535f1 005C6 (v01 PmRef BspCst 00003001 INTL 20050624)
Dec 22 19:09:20 localhost kernel: [ 0.524146] Marking TSC unstable due to TSC halts in idle
Dec 22 19:09:20 localhost kernel: [ 0.524556] ACPI: CPU-1 (power states: C1[C1] C2[C2] C3[C3])
Dec 22 19:09:20 localhost kernel: [ 0.526737] ACPI: SSDT df45341a 001D7 (v01 PmRef ApIst 00003000 INTL 20050624)
Dec 22 19:09:20 localhost kernel: [ 0.528400] ACPI: SSDT df453bb7 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
Dec 22 19:09:20 localhost kernel: [ 0.530643] ACPI: CPU-1 (power states: C1[C1] C2[C2] C3[C3])
Dec 22 19:09:20 localhost kernel: [ 0.564345] thermal LNXTHERM:01: registered as thermal_zone0
Dec 22 19:09:20 localhost kernel: [ 0.564766] ACPI: Thermal Zone [THM] (52 C)
Dec 22 19:09:20 localhost kernel: [ 0.565159] isapnp: Scanning for PnP cards...
Dec 22 19:09:20 localhost kernel: [ 0.880435] isapnp: No Plug & Play device found
Dec 22 19:09:20 localhost kernel: [ 0.880858] Event-channel device installed.
Dec 22 19:09:20 localhost kernel: [ 0.886823] blktap_device_init: blktap device major 253
Dec 22 19:09:20 localhost kernel: [ 0.887006] blktap_ring_init: blktap ring major: 253
Dec 22 19:09:20 localhost kernel: [ 0.888890] registering netback
Dec 22 19:09:20 localhost kernel: [ 0.889419] xen_set_ioapic_routing: irq 21 gsi 21 vector 33 ioapic 0 pin 21 triggering 1 polarity 1
Dec 22 19:09:20 localhost kernel: [ 0.890058] pciback 0000:00:1b.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
Dec 22 19:09:20 localhost kernel: [ 0.890151] pciback 0000:00:1b.0: PCI INT A disabled
Dec 22 19:09:20 localhost kernel: [ 0.924506] hpet_acpi_add: no address or irqs in _CRS
Dec 22 19:09:20 localhost kernel: [ 0.937895] Non-volatile memory driver v1.3
Dec 22 19:09:20 localhost kernel: [ 0.938728] Linux agpgart interface v0.103
Dec 22 19:09:20 localhost kernel: [ 0.964893] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Dec 22 19:09:20 localhost kernel: [ 0.982711] brd: module loaded
Dec 22 19:09:20 localhost kernel: [ 0.995981] Uniform Multi-Platform E-IDE driver
Dec 22 19:09:20 localhost kernel: [ 1.011522] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
Dec 22 19:09:20 localhost kernel: [ 1.028379] ide0: no devices on the port
Dec 22 19:09:20 localhost kernel: [ 1.042101] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Dec 22 19:09:20 localhost kernel: [ 1.058770] ide1: no devices on the port
Dec 22 19:09:20 localhost kernel: [ 1.072298] ide1 at 0x170-0x177,0x376 on irq 15
Dec 22 19:09:20 localhost kernel: [ 1.085738] ide-gd driver 1.18
Dec 22 19:09:20 localhost kernel: [ 1.099368] yenta_cardbus 0000:03:01.0: CardBus bridge found [1028:0250]
Dec 22 19:09:20 localhost kernel: [ 1.236011] yenta_cardbus 0000:03:01.0: ISA IRQ mask 0x0cb8, PCI irq 19
Dec 22 19:09:20 localhost kernel: [ 1.237003] yenta_cardbus 0000:03:01.0: Socket status: 30000006
Dec 22 19:09:20 localhost kernel: [ 1.237003] pci_bus 0000:03: Raising subordinate bus# of parent bus (#03) from #04 to #07
Dec 22 19:09:20 localhost kernel: [ 1.237003] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge I/O window: 0x2000 - 0x2fff
Dec 22 19:09:20 localhost kernel: [ 1.237003] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x2000-0x2fff: clean.
Dec 22 19:09:20 localhost kernel: [ 1.237003] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge Memory window: 0xf1d00000 - 0xf1dfffff
Dec 22 19:09:20 localhost kernel: [ 1.237003] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge Memory window: 0x20000000 - 0x23ffffff
Dec 22 19:09:20 localhost kernel: [ 1.586428] usbmon: debugfs is not available
Dec 22 19:09:20 localhost kernel: [ 1.600705] usbcore: registered new interface driver libusual
Dec 22 19:09:20 localhost kernel: [ 1.615186] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Dec 22 19:09:20 localhost kernel: [ 1.630197] i8042.c: Warning: Keylock active.
Dec 22 19:09:20 localhost kernel: [ 1.647389] serio: i8042 KBD port at 0x60,0x64 irq 1
Dec 22 19:09:20 localhost kernel: [ 1.662275] serio: i8042 AUX port at 0x60,0x64 irq 12
Dec 22 19:09:20 localhost kernel: [ 1.677029] mice: PS/2 mouse device common for all mice
Dec 22 19:09:20 localhost kernel: [ 1.691417] cpuidle: using governor ladder
Dec 22 19:09:20 localhost kernel: [ 1.707420] input: AT Translated Set 2 keyboard as /class/input/input0
Dec 22 19:09:20 localhost kernel: [ 1.722424] usbcore: registered new interface driver hiddev
Dec 22 19:09:20 localhost kernel: [ 1.737010] usbcore: registered new interface driver usbhid
Dec 22 19:09:20 localhost kernel: [ 1.738003] usbhid: v2.6:USB HID core driver
Dec 22 19:09:20 localhost kernel: [ 1.765125] TCP bic registered
Dec 22 19:09:20 localhost kernel: [ 1.766035] Initializing XFRM netlink socket
Dec 22 19:09:20 localhost kernel: [ 1.792750] NET: Registered protocol family 17
Dec 22 19:09:20 localhost kernel: [ 1.793743] lib80211: common routines for IEEE802.11 drivers
Dec 22 19:09:20 localhost kernel: [ 1.820747] Using IPI No-Shortcut mode
Dec 22 19:09:20 localhost kernel: [ 1.835280] Freeing unused kernel memory: 372k freed
Dec 22 19:09:20 localhost kernel: [ 2.252078] SCSI subsystem initialized
Dec 22 19:09:20 localhost kernel: [ 2.339256] xen_allocate_pirq: returning irq 19 for gsi 19
Dec 22 19:09:20 localhost kernel: [ 2.340002] xen_set_ioapic_routing: irq 19 gsi 19 vector 176 ioapic 0 pin 19 triggering 1 polarity 1
Dec 22 19:09:20 localhost kernel: [ 2.340002] ahci 0000:00:1f.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
Dec 22 19:09:20 localhost kernel: [ 2.376607] ahci: SSS flag set, parallel bus scan disabled
Dec 22 19:09:20 localhost kernel: [ 2.377458] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
Dec 22 19:09:20 localhost kernel: [ 2.377458] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ems
Dec 22 19:09:20 localhost kernel: [ 2.421324] scsi0 : ahci
Dec 22 19:09:20 localhost kernel: [ 2.434381] scsi1 : ahci
Dec 22 19:09:20 localhost kernel: [ 2.446909] scsi2 : ahci
Dec 22 19:09:20 localhost kernel: [ 2.459032] scsi3 : ahci
Dec 22 19:09:20 localhost kernel: [ 2.470558] scsi4 : ahci
Dec 22 19:09:20 localhost kernel: [ 2.482088] scsi5 : ahci
Dec 22 19:09:20 localhost kernel: [ 2.493735] ata1: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1c900 irq 494
Dec 22 19:09:20 localhost kernel: [ 2.494065] ata2: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1c980 irq 494
Dec 22 19:09:20 localhost kernel: [ 2.494065] ata3: DUMMY
Dec 22 19:09:20 localhost kernel: [ 2.494065] ata4: DUMMY
Dec 22 19:09:20 localhost kernel: [ 2.494065] ata5: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1cb00 irq 494
Dec 22 19:09:20 localhost kernel: [ 2.494065] ata6: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1cb80 irq 494
Dec 22 19:09:20 localhost kernel: [ 2.573696] input: DualPoint Stick as /class/input/input1
Dec 22 19:09:20 localhost kernel: [ 2.601347] input: AlpsPS/2 ALPS DualPoint TouchPad as /class/input/input2
Dec 22 19:09:20 localhost kernel: [ 3.015284] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Dec 22 19:09:20 localhost kernel: [ 3.103726] ata1.00: ATA-8: ST9120411ASG, DE13, max UDMA/133
Dec 22 19:09:20 localhost kernel: [ 3.104023] ata1.00: 234441648 sectors, multi 8: LBA48 NCQ (depth 31/32)
Dec 22 19:09:20 localhost kernel: [ 3.168421] ata1.00: configured for UDMA/133
Dec 22 19:09:20 localhost kernel: [ 3.179536] scsi 0:0:0:0: Direct-Access ATA ST9120411ASG DE13 PQ: 0 ANSI: 5
Dec 22 19:09:20 localhost kernel: [ 3.191271] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
Dec 22 19:09:20 localhost kernel: [ 3.202911] sd 0:0:0:0: [sda] Write Protect is off
Dec 22 19:09:20 localhost kernel: [ 3.214284] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Dec 22 19:09:20 localhost kernel: [ 3.226206] sda: sda1 sda2 sda3
Dec 22 19:09:20 localhost kernel: [ 3.261553] sd 0:0:0:0: [sda] Attached SCSI disk
Dec 22 19:09:20 localhost kernel: [ 4.076284] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Dec 22 19:09:20 localhost kernel: [ 4.090055] ata2.00: ATAPI: MATSHITA DVD+/-RW UJ862A, 1.02, max UDMA/33
Dec 22 19:09:20 localhost kernel: [ 4.104473] ata2.00: configured for UDMA/33
Dec 22 19:09:20 localhost kernel: [ 4.129130] scsi 1:0:0:0: CD-ROM MATSHITA DVD+-RW UJ862A 1.02 PQ: 0 ANSI: 5
Dec 22 19:09:20 localhost kernel: [ 4.447287] ata5: SATA link down (SStatus 0 SControl 300)
Dec 22 19:09:20 localhost kernel: [ 4.775286] ata6: SATA link down (SStatus 0 SControl 300)
Dec 22 19:09:20 localhost kernel: [ 4.851265] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
Dec 22 19:09:20 localhost kernel: [ 5.899960] kjournald starting. Commit interval 5 seconds
Dec 22 19:09:20 localhost kernel: [ 5.900029] EXT3-fs: mounted filesystem with writeback data mode.
Dec 22 19:09:20 localhost kernel: [ 6.334712] SELinux: class dccp_socket not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: class memprotect not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: class peer not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: class capability2 not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: class kernel_service not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: permission open in class dir not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: permission open in class file not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: permission open in class chr_file not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: permission open in class blk_file not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: permission open in class sock_file not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: permission open in class fifo_file not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: permission dccp_recv in class node not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: permission dccp_send in class node not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: permission recvfrom in class node not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: permission sendto in class node not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: permission dccp_recv in class netif not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: permission dccp_send in class netif not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: permission ingress in class netif not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: permission egress in class netif not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: permission setsockcreate in class process not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: permission setfcap in class capability not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: permission nlmsg_tty_audit in class netlink_audit_socket not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: permission polmatch in class association not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: permission flow_in in class packet not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: permission flow_out in class packet not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: permission forward_in in class packet not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: permission forward_out in class packet not defined in policy
Dec 22 19:09:20 localhost kernel: [ 6.335002] SELinux: the above unknown classes and permissions will be denied
Dec 22 19:09:20 localhost kernel: [ 6.760207] type=1403 audit(1261508932.043:2): policy loaded auid=4294967295 ses=4294967295
Dec 22 19:09:20 localhost kernel: [ 9.455784] ACPI: AC Adapter [AC] (on-line)
Dec 22 19:09:20 localhost kernel: [ 9.753888] rtc_cmos 00:03: RTC can wake from S4
Dec 22 19:09:20 localhost kernel: [ 9.753957] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
Dec 22 19:09:20 localhost kernel: [ 9.754007] rtc0: alarms up to one month, y3k, 114 bytes nvram
Dec 22 19:09:20 localhost kernel: [ 9.884147] input: Lid Switch as /class/input/input3
Dec 22 19:09:20 localhost kernel: [ 9.912748] ACPI: Lid Switch [LID]
Dec 22 19:09:20 localhost kernel: [ 9.912827] input: Power Button as /class/input/input4
Dec 22 19:09:20 localhost kernel: [ 9.912877] ACPI: Power Button [PBTN]
Dec 22 19:09:20 localhost kernel: [ 9.912944] input: Sleep Button as /class/input/input5
Dec 22 19:09:20 localhost kernel: [ 9.912976] ACPI: Sleep Button [SBTN]
Dec 22 19:09:20 localhost kernel: [ 10.040966] ACPI: Battery Slot [BAT0] (battery present)
Dec 22 19:09:20 localhost kernel: [ 10.041066] ACPI: Battery Slot [BAT1] (battery absent)
Dec 22 19:09:20 localhost kernel: [ 10.174383] acpi device:37: registered as cooling_device0
Dec 22 19:09:20 localhost kernel: [ 10.175269] input: Video Bus as /class/input/input6
Dec 22 19:09:20 localhost kernel: [ 10.175317] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
Dec 22 19:09:20 localhost kernel: [ 10.443331] iTCO_vendor_support: vendor-support=0
Dec 22 19:09:20 localhost kernel: [ 10.444701] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
Dec 22 19:09:20 localhost kernel: [ 10.444812] iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x1060)
Dec 22 19:09:20 localhost kernel: [ 10.444875] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Dec 22 19:09:20 localhost kernel: [ 10.465743] e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k2
Dec 22 19:09:20 localhost kernel: [ 10.465748] e1000e: Copyright (c) 1999-2008 Intel Corporation.
Dec 22 19:09:20 localhost kernel: [ 10.465825] xen_set_ioapic_routing: irq 22 gsi 22 vector 49 ioapic 0 pin 22 triggering 1 polarity 1
Dec 22 19:09:20 localhost kernel: [ 10.465835] e1000e 0000:00:19.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Dec 22 19:09:20 localhost kernel: [ 10.465842] e1000e 0000:00:19.0: pci_enable_pcie_error_reporting failed 0xfffffffb
Dec 22 19:09:20 localhost kernel: [ 10.563422] 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:21:70:b5:be:1c
Dec 22 19:09:20 localhost kernel: [ 10.563427] 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
Dec 22 19:09:20 localhost kernel: [ 10.563457] 0000:00:19.0: eth0: MAC: 7, PHY: 8, PBA No: 5002ff-0ff
Dec 22 19:09:20 localhost kernel: [ 10.569275] xen_allocate_pirq: returning irq 19 for gsi 19
Dec 22 19:09:20 localhost kernel: [ 10.569282] xen_set_ioapic_routing: irq 19 gsi 19 vector 176 ioapic 0 pin 19 triggering 1 polarity 1
Dec 22 19:09:20 localhost kernel: [ 10.569300] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Dec 22 19:09:20 localhost kernel: [ 10.592759] input: PC Speaker as /class/input/input7
Dec 22 19:09:20 localhost kernel: [ 11.017033] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Dec 22 19:09:20 localhost kernel: [ 11.017038] Uniform CD-ROM driver Revision: 3.20
Dec 22 19:09:20 localhost kernel: [ 11.890509] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
Dec 22 19:09:20 localhost kernel: [ 12.009485] sd 0:0:0:0: Attached scsi generic sg0 type 0
Dec 22 19:09:20 localhost kernel: [ 12.009524] sr 1:0:0:0: Attached scsi generic sg1 type 5
Dec 22 19:09:20 localhost kernel: [ 12.337655] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: clean.
Dec 22 19:09:20 localhost kernel: [ 12.340624] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: clean.
Dec 22 19:09:20 localhost kernel: [ 12.341863] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: clean.
Dec 22 19:09:20 localhost kernel: [ 12.342891] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: clean.
Dec 22 19:09:20 localhost kernel: [ 12.343862] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean.
Dec 22 19:09:20 localhost kernel: [ 12.455698] Floppy drive(s): fd0 is 1.44M
Dec 22 19:09:20 localhost kernel: [ 12.763827] uhci_hcd: USB Universal Host Controller Interface driver
Dec 22 19:09:20 localhost kernel: [ 12.763902] xen_set_ioapic_routing: irq 20 gsi 20 vector 65 ioapic 0 pin 20 triggering 1 polarity 1
Dec 22 19:09:20 localhost kernel: [ 12.763912] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
Dec 22 19:09:20 localhost kernel: [ 12.763934] uhci_hcd 0000:00:1a.0: UHCI Host Controller
Dec 22 19:09:20 localhost kernel: [ 12.764021] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
Dec 22 19:09:20 localhost kernel: [ 12.764086] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f60
Dec 22 19:09:20 localhost kernel: [ 12.764252] usb usb1: configuration #1 chosen from 1 choice
Dec 22 19:09:20 localhost kernel: [ 12.764298] hub 1-0:1.0: USB hub found
Dec 22 19:09:20 localhost kernel: [ 12.764320] hub 1-0:1.0: 2 ports detected
Dec 22 19:09:20 localhost kernel: [ 12.764427] xen_allocate_pirq: returning irq 21 for gsi 21
Dec 22 19:09:20 localhost kernel: [ 12.764434] xen_set_ioapic_routing: irq 21 gsi 21 vector 33 ioapic 0 pin 21 triggering 1 polarity 1
Dec 22 19:09:20 localhost kernel: [ 12.764442] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
Dec 22 19:09:20 localhost kernel: [ 12.764460] uhci_hcd 0000:00:1a.1: UHCI Host Controller
Dec 22 19:09:20 localhost kernel: [ 12.764472] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
Dec 22 19:09:20 localhost kernel: [ 12.764527] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00006f80
Dec 22 19:09:20 localhost kernel: [ 12.764699] usb usb2: configuration #1 chosen from 1 choice
Dec 22 19:09:20 localhost kernel: [ 12.764736] hub 2-0:1.0: USB hub found
Dec 22 19:09:20 localhost kernel: [ 12.764756] hub 2-0:1.0: 2 ports detected
Dec 22 19:09:20 localhost kernel: [ 12.764867] xen_allocate_pirq: returning irq 22 for gsi 22
Dec 22 19:09:20 localhost kernel: [ 12.764874] xen_set_ioapic_routing: irq 22 gsi 22 vector 49 ioapic 0 pin 22 triggering 1 polarity 1
Dec 22 19:09:20 localhost kernel: [ 12.764882] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
Dec 22 19:09:20 localhost kernel: [ 12.764900] uhci_hcd 0000:00:1a.2: UHCI Host Controller
Dec 22 19:09:20 localhost kernel: [ 12.764912] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3
Dec 22 19:09:20 localhost kernel: [ 12.764966] uhci_hcd 0000:00:1a.2: irq 22, io base 0x00006fa0
Dec 22 19:09:20 localhost kernel: [ 12.765101] usb usb3: configuration #1 chosen from 1 choice
Dec 22 19:09:20 localhost kernel: [ 12.765139] hub 3-0:1.0: USB hub found
Dec 22 19:09:20 localhost kernel: [ 12.765162] hub 3-0:1.0: 2 ports detected
Dec 22 19:09:20 localhost kernel: [ 12.765277] xen_allocate_pirq: returning irq 20 for gsi 20
Dec 22 19:09:20 localhost kernel: [ 12.765284] xen_set_ioapic_routing: irq 20 gsi 20 vector 65 ioapic 0 pin 20 triggering 1 polarity 1
Dec 22 19:09:20 localhost kernel: [ 12.765300] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
Dec 22 19:09:20 localhost kernel: [ 12.765318] uhci_hcd 0000:00:1d.0: UHCI Host Controller
Dec 22 19:09:20 localhost kernel: [ 12.765330] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
Dec 22 19:09:20 localhost kernel: [ 12.765371] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f00
Dec 22 19:09:20 localhost kernel: [ 12.765506] usb usb4: configuration #1 chosen from 1 choice
Dec 22 19:09:20 localhost ypbind: bound to NIS server gandalf.neo
Dec 22 19:09:20 localhost kernel: [ 12.765545] hub 4-0:1.0: USB hub found
Dec 22 19:09:20 localhost kernel: [ 12.765565] hub 4-0:1.0: 2 ports detected
Dec 22 19:09:20 localhost kernel: [ 12.765665] xen_allocate_pirq: returning irq 21 for gsi 21
Dec 22 19:09:20 localhost kernel: [ 12.765672] xen_set_ioapic_routing: irq 21 gsi 21 vector 33 ioapic 0 pin 21 triggering 1 polarity 1
Dec 22 19:09:20 localhost kernel: [ 12.765685] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
Dec 22 19:09:21 localhost kernel: [ 12.765703] uhci_hcd 0000:00:1d.1: UHCI Host Controller
Dec 22 19:09:21 localhost kernel: [ 12.765714] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
Dec 22 19:09:21 localhost kernel: [ 12.765756] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00006f20
Dec 22 19:09:21 localhost kernel: [ 12.765890] usb usb5: configuration #1 chosen from 1 choice
Dec 22 19:09:21 localhost kernel: [ 12.765930] hub 5-0:1.0: USB hub found
Dec 22 19:09:21 localhost kernel: [ 12.765950] hub 5-0:1.0: 2 ports detected
Dec 22 19:09:21 localhost kernel: [ 12.766054] xen_allocate_pirq: returning irq 22 for gsi 22
Dec 22 19:09:21 localhost kernel: [ 12.766061] xen_set_ioapic_routing: irq 22 gsi 22 vector 49 ioapic 0 pin 22 triggering 1 polarity 1
Dec 22 19:09:21 localhost kernel: [ 12.766074] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
Dec 22 19:09:21 localhost kernel: [ 12.766092] uhci_hcd 0000:00:1d.2: UHCI Host Controller
Dec 22 19:09:21 localhost kernel: [ 12.766104] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
Dec 22 19:09:21 localhost kernel: [ 12.766145] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
Dec 22 19:09:21 localhost kernel: [ 12.766296] usb usb6: configuration #1 chosen from 1 choice
Dec 22 19:09:21 localhost kernel: [ 12.766336] hub 6-0:1.0: USB hub found
Dec 22 19:09:21 localhost kernel: [ 12.766356] hub 6-0:1.0: 2 ports detected
Dec 22 19:09:21 localhost kernel: [ 12.947789] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Dec 22 19:09:21 localhost kernel: [ 12.947794] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
Dec 22 19:09:21 localhost kernel: [ 12.947844] xen_allocate_pirq: returning irq 22 for gsi 22
Dec 22 19:09:21 localhost kernel: [ 12.947851] xen_set_ioapic_routing: irq 22 gsi 22 vector 49 ioapic 0 pin 22 triggering 1 polarity 1
Dec 22 19:09:21 localhost kernel: [ 12.947869] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
Dec 22 19:09:21 localhost kernel: [ 12.947902] ehci_hcd 0000:00:1a.7: EHCI Host Controller
Dec 22 19:09:21 localhost kernel: [ 12.947921] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 7
Dec 22 19:09:21 localhost kernel: [ 12.951893] ehci_hcd 0000:00:1a.7: debug port 1
Dec 22 19:09:21 localhost kernel: [ 12.951918] ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfed1c400
Dec 22 19:09:21 localhost kernel: [ 12.963213] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
Dec 22 19:09:21 localhost kernel: [ 12.963353] usb usb7: configuration #1 chosen from 1 choice
Dec 22 19:09:21 localhost kernel: [ 12.963396] hub 7-0:1.0: USB hub found
Dec 22 19:09:21 localhost kernel: [ 12.963420] hub 7-0:1.0: 6 ports detected
Dec 22 19:09:21 localhost kernel: [ 12.963552] xen_allocate_pirq: returning irq 20 for gsi 20
Dec 22 19:09:21 localhost kernel: [ 12.963560] xen_set_ioapic_routing: irq 20 gsi 20 vector 65 ioapic 0 pin 20 triggering 1 polarity 1
Dec 22 19:09:21 localhost kernel: [ 12.963577] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
Dec 22 19:09:21 localhost kernel: [ 12.963609] ehci_hcd 0000:00:1d.7: EHCI Host Controller
Dec 22 19:09:21 localhost kernel: [ 12.963622] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 8
Dec 22 19:09:21 localhost kernel: [ 12.967579] ehci_hcd 0000:00:1d.7: debug port 1
Dec 22 19:09:21 localhost kernel: [ 12.967603] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xfed1c000
Dec 22 19:09:21 localhost kernel: [ 12.977021] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
Dec 22 19:09:21 localhost kernel: [ 12.977146] usb usb8: configuration #1 chosen from 1 choice
Dec 22 19:09:21 localhost kernel: [ 12.977187] hub 8-0:1.0: USB hub found
Dec 22 19:09:21 localhost kernel: [ 12.977212] hub 8-0:1.0: 6 ports detected
Dec 22 19:09:21 localhost kernel: [ 13.132465] xen_allocate_pirq: returning irq 17 for gsi 17
Dec 22 19:09:21 localhost kernel: [ 13.132473] xen_set_ioapic_routing: irq 17 gsi 17 vector 160 ioapic 0 pin 17 triggering 1 polarity 1
Dec 22 19:09:21 localhost kernel: [ 13.132483] ohci1394 0000:03:01.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Dec 22 19:09:21 localhost kernel: [ 13.186254] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17] MMIO=[f1dff800-f1dfffff] Max Packet=[2048] IR/IT contexts=[4/4]
Dec 22 19:09:21 localhost kernel: [ 13.660316] usb 3-1: new full speed USB device using uhci_hcd and address 2
Dec 22 19:09:21 localhost kernel: [ 13.822177] usb 3-1: configuration #0 chosen from 1 choice
Dec 22 19:09:21 localhost kernel: [ 13.822188] usb 3-1: config 0 descriptor??
Dec 22 19:09:21 localhost kernel: [ 14.034048] usb 4-1: new low speed USB device using uhci_hcd and address 2
Dec 22 19:09:21 localhost kernel: [ 14.196589] usb 4-1: configuration #1 chosen from 1 choice
Dec 22 19:09:21 localhost kernel: [ 14.212794] input: Dell Dell USB Optical Mouse as /class/input/input8
Dec 22 19:09:21 localhost kernel: [ 14.212879] generic-usb 0003:413C:3012.0001: input: USB HID v1.11 Mouse [Dell Dell USB Optical Mouse] on usb-0000:00:1d.0-1/input0
Dec 22 19:09:21 localhost kernel: [ 15.466062] floppy0: no floppy controllers found
Dec 22 19:09:21 localhost kernel: [ 15.669730] Floppy drive(s): fd0 is 1.44M
Dec 22 19:09:21 localhost kernel: [ 18.680063] floppy0: no floppy controllers found
Dec 22 19:09:21 localhost kernel: [ 18.806553] lp: driver loaded but no devices found
Dec 22 19:09:21 localhost kernel: [ 19.240995] md: Autodetecting RAID arrays.
Dec 22 19:09:21 localhost kernel: [ 19.241001] md: Scanned 0 and added 0 devices.
Dec 22 19:09:21 localhost kernel: [ 19.241004] md: autorun ...
Dec 22 19:09:21 localhost kernel: [ 19.241006] md: ... autorun DONE.
Dec 22 19:09:21 localhost kernel: [ 21.701124] EXT3 FS on dm-0, internal journal
Dec 22 19:09:21 localhost kernel: [ 22.172557] kjournald starting. Commit interval 5 seconds
Dec 22 19:09:21 localhost kernel: [ 22.174455] EXT3 FS on sda1, internal journal
Dec 22 19:09:21 localhost kernel: [ 22.174466] EXT3-fs: mounted filesystem with writeback data mode.
Dec 22 19:09:21 localhost kernel: [ 22.206886] kjournald starting. Commit interval 5 seconds
Dec 22 19:09:21 localhost kernel: [ 22.207316] EXT3 FS on dm-1, internal journal
Dec 22 19:09:21 localhost kernel: [ 22.207326] EXT3-fs: mounted filesystem with writeback data mode.
Dec 22 19:09:21 localhost kernel: [ 22.261831] kjournald starting. Commit interval 5 seconds
Dec 22 19:09:21 localhost kernel: [ 22.263566] EXT3 FS on dm-3, internal journal
Dec 22 19:09:21 localhost kernel: [ 22.263575] EXT3-fs: mounted filesystem with writeback data mode.
Dec 22 19:09:21 localhost kernel: [ 22.293944] kjournald starting. Commit interval 5 seconds
Dec 22 19:09:21 localhost kernel: [ 22.294571] EXT3 FS on dm-2, internal journal
Dec 22 19:09:21 localhost kernel: [ 22.294581] EXT3-fs: mounted filesystem with writeback data mode.
Dec 22 19:09:21 localhost kernel: [ 23.213513] Adding 1052248k swap on /dev/sda2. Priority:-1 extents:1 across:1052248k
Dec 22 19:09:21 localhost kernel: [ 23.904243] NET: Registered protocol family 8
Dec 22 19:09:21 localhost kernel: [ 23.904247] NET: Registered protocol family 20
Dec 22 19:09:21 localhost kernel: [ 28.523802] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Dec 22 19:09:21 localhost kernel: [ 28.590679] type=1400 audit(1261508953.298:3): avc: denied { create } for pid=2621 comm="mkdir" name="ntp" scontext=system_u:system_r:dhcpc_t:s0 tcontext=system_u:object_r:etc_t:s0 tclass=dir
Dec 22 19:09:21 localhost kernel: [ 28.662465] type=1400 audit(1261508953.370:4): avc: denied { sys_tty_config } for pid=2625 comm="consoletype" capability=26 scontext=system_u:system_r:consoletype_t:s0 tcontext=system_u:system_r:consoletype_t:s0 tclass=capability
Dec 22 19:09:21 localhost kernel: [ 28.758458] type=1400 audit(1261508953.466:5): avc: denied { rmdir } for pid=2661 comm="rmdir" name="ntp" dev=dm-0 ino=427773 scontext=system_u:system_r:dhcpc_t:s0 tcontext=system_u:object_r:etc_t:s0 tclass=dir
Dec 22 19:09:21 localhost kernel: [ 35.918094] RPC: Registered udp transport module.
Dec 22 19:09:21 localhost kernel: [ 35.918098] RPC: Registered tcp transport module.
Dec 22 19:09:21 localhost smartd[3019]: smartd version 5.38 [i686-pc-linux-gnu] Copyright (C) 2002-8 Bruce Allen
Dec 22 19:09:21 localhost smartd[3019]: Home page is http://smartmontools.sourceforge.net/
Dec 22 19:09:21 localhost smartd[3019]: Opened configuration file /usr/local/etc/smartd.conf
Dec 22 19:09:21 localhost smartd[3019]: Drive: DEVICESCAN, implied '-a' Directive on line 23 of file /usr/local/etc/smartd.conf
Dec 22 19:09:21 localhost smartd[3019]: Configuration file /usr/local/etc/smartd.conf was parsed, found DEVICESCAN, scanning devices
Dec 22 19:09:21 localhost smartd[3019]: Problem creating device name scan list
Dec 22 19:09:21 localhost smartd[3019]: Device: /dev/sda, opened
Dec 22 19:09:21 localhost smartd[3019]: Device /dev/sda: using '-d sat' for ATA disk behind SAT layer.
Dec 22 19:09:21 localhost smartd[3019]: Device: /dev/sda, opened
Dec 22 19:09:21 localhost smartd[3019]: Device: /dev/sda, not found in smartd database.
Dec 22 19:09:21 localhost smartd[3019]: Device: /dev/sda, is SMART capable. Adding to "monitor" list.
Dec 22 19:09:21 localhost smartd[3019]: Monitoring 0 ATA and 1 SCSI devices
Dec 22 19:09:22 localhost smartd[3021]: smartd has fork()ed into background mode. New PID=3021.
Dec 22 19:09:22 localhost kernel: [ 37.863210] NET: Registered protocol family 10
Dec 22 19:09:22 localhost kernel: [ 37.863400] lo: Disabled Privacy Extensions
Dec 22 19:09:22 localhost sshd[3040]: Server listening on :: port 22.
Dec 22 19:09:22 localhost sshd[3040]: Server listening on 0.0.0.0 port 22.
Dec 22 19:09:26 localhost ntpdate[3049]: step time server 192.168.1.1 offset -0.426353 sec
Dec 22 19:09:26 localhost ntpd[3051]: ntpd 4.2.4p5@1.1541-o Tue Oct 27 23:30:08 UTC 2009 (1)
Dec 22 19:09:26 localhost ntpd[3052]: precision = 1.000 usec
Dec 22 19:09:26 localhost ntpd[3052]: Listening on interface #0 wildcard, 0.0.0.0#123 Disabled
Dec 22 19:09:26 localhost ntpd[3052]: Listening on interface #1 wildcard, ::#123 Disabled
Dec 22 19:09:26 localhost ntpd[3052]: Listening on interface #2 eth0, fe80::221:70ff:feb5:be1c#123 Enabled
Dec 22 19:09:26 localhost ntpd[3052]: Listening on interface #3 lo, ::1#123 Enabled
Dec 22 19:09:26 localhost ntpd[3052]: Listening on interface #4 lo, 127.0.0.1#123 Enabled
Dec 22 19:09:26 localhost ntpd[3052]: Listening on interface #5 eth0, 192.168.1.137#123 Enabled
Dec 22 19:09:26 localhost ntpd[3052]: kernel time sync status 0040
Dec 22 19:09:26 localhost ntpd[3052]: frequency initialized 7.313 PPM from /usr/local/var/lib/ntp/drift
Dec 22 19:09:27 localhost xinetd[3070]: bad service attribute: log_in_failure [file=/usr/local/etc/xinetd.d/ftp] [line=13]
Dec 22 19:09:27 localhost xinetd[3070]: xinetd Version 2.3.13 started with libwrap loadavg options compiled in.
Dec 22 19:09:27 localhost xinetd[3070]: Started working: 5 available services
Dec 22 19:09:31 localhost kernel: [ 46.771328] Bridge firewalling registered
Dec 22 19:09:31 localhost NET[3313]: /sbin/dhclient-script : updated /etc/resolv.conf
Dec 22 19:09:31 localhost ntpd[3052]: ntpd exiting on signal 15
Dec 22 19:09:35 localhost ntpdate[3333]: step time server 192.168.1.1 offset 0.000045 sec
Dec 22 19:09:35 localhost ntpd[3335]: ntpd 4.2.4p5@1.1541-o Tue Oct 27 23:30:08 UTC 2009 (1)
Dec 22 19:09:35 localhost ntpd[3336]: precision = 1.000 usec
Dec 22 19:09:35 localhost ntpd[3336]: Listening on interface #0 wildcard, 0.0.0.0#123 Disabled
Dec 22 19:09:35 localhost ntpd[3336]: Listening on interface #1 wildcard, ::#123 Disabled
Dec 22 19:09:35 localhost ntpd[3336]: Listening on interface #2 eth0, fe80::221:70ff:feb5:be1c#123 Enabled
Dec 22 19:09:35 localhost ntpd[3336]: Listening on interface #3 lo, ::1#123 Enabled
Dec 22 19:09:35 localhost ntpd[3336]: Listening on interface #4 lo, 127.0.0.1#123 Enabled
Dec 22 19:09:35 localhost ntpd[3336]: Listening on interface #5 eth0, 192.168.1.137#123 Enabled
Dec 22 19:09:35 localhost ntpd[3336]: kernel time sync status 0040
Dec 22 19:09:35 localhost ntpd[3336]: frequency initialized 7.313 PPM from /usr/local/var/lib/ntp/drift
Dec 22 19:09:36 localhost kernel: [ 51.860630] ADDRCONF(NETDEV_UP): peth0: link is not ready
Dec 22 19:09:36 localhost ntpd[3336]: sendto(192.168.1.1) (fd=21): Network is unreachable
Dec 22 19:09:36 localhost ntpd[3336]: Deleting interface #2 eth0, fe80::221:70ff:feb5:be1c#123, interface stats: received=0, sent=0, dropped=0, active_time=1 secs
Dec 22 19:09:36 localhost ntpd[3336]: Deleting interface #5 eth0, 192.168.1.137#123, interface stats: received=0, sent=0, dropped=1, active_time=1 secs
Dec 22 19:09:38 localhost apcupsd[3062]: apcupsd FATAL ERROR in smartsetup.c at line 171 PANIC! Cannot communicate with UPS via serial port. Please make sure the port specified on the DEVICE directive is correct, and that your cable specification on the UPSCABLE directive is correct.
Dec 22 19:09:38 localhost apcupsd[3062]: apcupsd error shutdown completed
Dec 22 19:09:38 localhost kernel: [ 54.700882] e1000e: peth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Dec 22 19:09:38 localhost kernel: [ 54.700974] ADDRCONF(NETDEV_CHANGE): peth0: link becomes ready
Dec 22 19:09:39 localhost kernel: [ 54.951678] device peth0 entered promiscuous mode
Dec 22 19:09:39 localhost kernel: [ 55.086199] eth0: port 1(peth0) entering forwarding state
Dec 22 19:09:39 localhost dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Dec 22 19:09:39 localhost dhclient: DHCPACK from 192.168.1.1
Dec 22 19:09:39 localhost NET[3553]: /sbin/dhclient-script : updated /etc/resolv.conf
Dec 22 19:09:39 localhost kernel: [ 55.451963] ypbind[2890]: segfault at 4e520168 ip 4e520168 sp b77c92bc error 15
Dec 22 19:09:39 localhost dhclient: bound to 192.168.1.137 -- renewal in 8957 seconds.
Dec 22 19:09:40 localhost xenstored: Checking store ...
Dec 22 19:09:40 localhost xenstored: Checking store complete.
Dec 22 19:09:40 localhost kernel: [ 56.045482] xenbus_probe wake_waiting
Dec 22 19:09:40 localhost kernel: [ 56.055246] xenbus_probe wake_waiting
Dec 22 19:09:40 localhost kernel: [ 56.072439] XENBUS: Unable to read cpu state
Dec 22 19:09:40 localhost kernel: [ 56.083098] XENBUS: Unable to read cpu state
Dec 22 19:09:40 localhost kernel: [ 56.094405] xenbus_probe_devices backend
Dec 22 19:09:40 localhost kernel: [ 56.104133] xenbus_probe_devices failed xenbus_directory
Dec 22 19:09:40 localhost kernel: [ 56.105057] backend_probe_and_watch devices probed ok
Dec 22 19:09:40 localhost kernel: [ 56.123813] backend_probe_and_watch watch add ok ok
Dec 22 19:09:40 localhost kernel: [ 56.124048] backend_probe_and_watch all done
Dec 22 19:09:40 localhost kernel: [ 56.124048] xenbus_probe_devices device
Dec 22 19:09:40 localhost kernel: [ 56.149319] xenbus_probe_devices failed xenbus_directory
Dec 22 19:09:40 localhost kernel: [ 56.150008] frontend_probe_and_watch devices probed ok
Dec 22 19:09:40 localhost kernel: [ 56.168122] frontend_probe_and_watch watch add ok ok
Dec 22 19:09:40 localhost kernel: [ 56.169004] frontend_probe_and_watch all done
Dec 22 19:09:43 localhost managerd[3702]: Remote Node Manager Daemon version 1.0.1 initializing as 0:0
Dec 22 19:09:43 localhost managerd[3702]: [status_thread] started (channel=239.252.0.1:61000, 1 Hz, ttl=7, using feanor.neo)
Dec 22 19:09:43 localhost managerd[3702]: [control_thread] started (feanor.neo:61000)
Dec 22 19:09:43 localhost managerd[3702]: [control_thread] waiting for connections...
Dec 22 19:09:43 localhost managerd[3702]: [status_thread] current ID: eb_neodev.na.feanor
Dec 22 19:09:49 localhost kernel: [ 65.122711] mtrr: type mismatch for f3c00000,200000 old: write-back new: write-combining
Dec 22 19:09:49 localhost kernel: [ 65.122735] mtrr: type mismatch for f3800000,400000 old: write-back new: write-combining
Dec 22 19:09:49 localhost kernel: [ 65.122757] mtrr: type mismatch for f3000000,800000 old: write-back new: write-combining
Dec 22 19:12:02 localhost kernel: [ 197.675028] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 19:12:02 localhost kernel: [ 197.676004] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas sr_mod cdrom serio_raw snd_hda_intel snd_hda_codec snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device pcspkr snd_pcm_oss i2c_i801 i2c_core snd_mixer_oss snd_pcm snd_timer snd e1000e soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 19:12:02 localhost kernel: [ 197.698291] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #16
Dec 22 19:12:02 localhost kernel: [ 197.698291] Call Trace:
Dec 22 19:12:02 localhost kernel: [ 197.698291] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 19:12:02 localhost kernel: [ 197.698291] [<c110658d>] ? string+0x31/0x73
Dec 22 19:12:02 localhost kernel: [ 197.698291] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:02 localhost kernel: [ 197.698291] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 19:12:02 localhost kernel: [ 197.698291] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:02 localhost kernel: [ 197.698291] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 19:12:02 localhost kernel: [ 197.698291] [<c115a045>] ? xs_single+0x2e/0x33
Dec 22 19:12:02 localhost kernel: [ 197.698291] [<c115a51a>] ? xenbus_read+0x2b/0x3b
Dec 22 19:12:02 localhost kernel: [ 197.698291] [<c115a551>] ? xenbus_gather+0x27/0x73
Dec 22 19:12:03 localhost kernel: [ 197.698291] [<c1158c98>] ? xenbus_read_driver_state+0x1c/0x2f
Dec 22 19:12:03 localhost kernel: [ 197.698291] [<c11661d8>] ? pciback_be_watch+0x3c/0x225
Dec 22 19:12:05 localhost kernel: [ 197.698291] [<c1159d96>] ? read_reply+0xdd/0xe7
Dec 22 19:12:05 localhost kernel: [ 197.698291] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:05 localhost kernel: [ 197.698291] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 19:12:05 localhost kernel: [ 197.698291] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:05 localhost kernel: [ 197.698291] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 19:12:05 localhost kernel: [ 197.698291] [<c107e55c>] ? kfree+0x7a/0x7e
Dec 22 19:12:05 localhost kernel: [ 197.698291] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 19:12:05 localhost kernel: [ 197.698291] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 19:12:05 localhost kernel: [ 197.698291] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 19:12:05 localhost kernel: [ 197.698291] [<c1159272>] ? xenbus_watch_path+0x1d/0x4b
Dec 22 19:12:08 localhost kernel: [ 197.698291] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 19:12:09 localhost kernel: [ 197.698291] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 19:12:09 localhost kernel: [ 197.698291] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 19:12:09 localhost kernel: [ 197.698291] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 19:12:09 localhost kernel: [ 197.698291] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 19:12:09 localhost kernel: [ 197.698291] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 19:12:09 localhost kernel: [ 197.698291] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 19:12:09 localhost kernel: [ 197.698291] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 19:12:09 localhost kernel: [ 197.698291] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 19:12:09 localhost kernel: [ 197.698291] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 19:12:09 localhost kernel: [ 197.698291] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 19:12:09 localhost kernel: [ 197.698291] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 19:12:09 localhost kernel: [ 197.698291] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:09 localhost kernel: [ 197.698291] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 19:12:09 localhost kernel: [ 197.698291] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 19:12:09 localhost kernel: [ 197.698291] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 19:12:09 localhost kernel: [ 197.698291] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 19:12:09 localhost kernel: [ 198.347624] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 19:12:09 localhost kernel: [ 198.348005] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas sr_mod cdrom serio_raw snd_hda_intel snd_hda_codec snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device pcspkr snd_pcm_oss i2c_i801 i2c_core snd_mixer_oss snd_pcm snd_timer snd e1000e soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 19:12:09 localhost kernel: [ 198.348005] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #16
Dec 22 19:12:09 localhost kernel: [ 198.348005] Call Trace:
Dec 22 19:12:09 localhost kernel: [ 198.348005] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 19:12:09 localhost kernel: [ 198.348005] [<c110658d>] ? string+0x31/0x73
Dec 22 19:12:09 localhost kernel: [ 198.348005] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:09 localhost logger: /usr/local/etc/xen/scripts/vif-bridge: iptables setup failed. This may affect guest networking.
Dec 22 19:12:09 localhost kernel: [ 198.348005] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 19:12:09 localhost kernel: [ 198.348005] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:09 localhost kernel: [ 198.348005] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c115a045>] ? xs_single+0x2e/0x33
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c115a51a>] ? xenbus_read+0x2b/0x3b
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c115a5b2>] ? xenbus_scanf+0x15/0x46
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c1166202>] ? pciback_be_watch+0x66/0x225
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c1159d96>] ? read_reply+0xdd/0xe7
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c107e55c>] ? kfree+0x7a/0x7e
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c1159272>] ? xenbus_watch_path+0x1d/0x4b
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 19:12:09 localhost kernel: [ 198.533406] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 19:12:09 localhost kernel: [ 198.954677] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 19:12:09 localhost kernel: [ 198.955107] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas sr_mod cdrom serio_raw snd_hda_intel snd_hda_codec snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device pcspkr snd_pcm_oss i2c_i801 i2c_core snd_mixer_oss snd_pcm snd_timer snd e1000e soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 19:12:09 localhost kernel: [ 198.955107] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #16
Dec 22 19:12:09 localhost kernel: [ 198.955107] Call Trace:
Dec 22 19:12:09 localhost kernel: [ 198.955107] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 19:12:09 localhost kernel: [ 198.955107] [<c110658d>] ? string+0x31/0x73
Dec 22 19:12:09 localhost kernel: [ 198.955107] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:09 localhost kernel: [ 198.955107] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 19:12:09 localhost kernel: [ 198.955107] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:09 localhost kernel: [ 198.955107] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 19:12:09 localhost kernel: [ 198.955107] [<c115a045>] ? xs_single+0x2e/0x33
Dec 22 19:12:09 localhost kernel: [ 198.955107] [<c115a51a>] ? xenbus_read+0x2b/0x3b
Dec 22 19:12:09 localhost kernel: [ 198.955107] [<c115a5b2>] ? xenbus_scanf+0x15/0x46
Dec 22 19:12:09 localhost kernel: [ 198.955107] [<c1166278>] ? pciback_be_watch+0xdc/0x225
Dec 22 19:12:09 localhost kernel: [ 198.955107] [<c1159d96>] ? read_reply+0xdd/0xe7
Dec 22 19:12:09 localhost kernel: [ 198.955107] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:09 localhost kernel: [ 198.955107] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 19:12:09 localhost kernel: [ 198.955107] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:09 localhost kernel: [ 199.256211] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 19:12:09 localhost kernel: [ 199.257160] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 19:12:09 localhost kernel: [ 199.257160] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 19:12:09 localhost kernel: [ 199.257160] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 19:12:09 localhost kernel: [ 199.257160] [<c1159272>] ? xenbus_watch_path+0x1d/0x4b
Dec 22 19:12:09 localhost kernel: [ 199.257160] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 19:12:09 localhost kernel: [ 199.257160] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 19:12:09 localhost kernel: [ 199.257160] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 19:12:09 localhost kernel: [ 199.257160] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 19:12:09 localhost kernel: [ 199.257160] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 19:12:09 localhost kernel: [ 199.257160] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 19:12:09 localhost kernel: [ 199.257160] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 19:12:09 localhost kernel: [ 199.257160] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 19:12:09 localhost kernel: [ 199.257160] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 19:12:09 localhost kernel: [ 199.257160] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 19:12:09 localhost kernel: [ 199.257160] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 19:12:09 localhost kernel: [ 199.257160] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 19:12:09 localhost kernel: [ 199.257160] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:09 localhost kernel: [ 199.257160] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 19:12:09 localhost kernel: [ 199.257160] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 19:12:09 localhost kernel: [ 199.257160] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 19:12:09 localhost kernel: [ 199.257160] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 19:12:09 localhost kernel: [ 199.555080] pciback: vpci: 0000:00:1b.0: assign to virtual slot 0
Dec 22 19:12:09 localhost kernel: [ 199.555092] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 19:12:09 localhost kernel: [ 199.556012] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas sr_mod cdrom serio_raw snd_hda_intel snd_hda_codec snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device pcspkr snd_pcm_oss i2c_i801 i2c_core snd_mixer_oss snd_pcm snd_timer snd e1000e soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 19:12:09 localhost kernel: [ 199.556012] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #16
Dec 22 19:12:09 localhost kernel: [ 199.556012] Call Trace:
Dec 22 19:12:09 localhost kernel: [ 199.556012] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 19:12:09 localhost kernel: [ 199.556012] [<c1106f46>] ? vsnprintf+0x507/0x673
Dec 22 19:12:09 localhost kernel: [ 199.556012] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:09 localhost kernel: [ 199.556012] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 19:12:09 localhost kernel: [ 199.556012] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:09 localhost kernel: [ 199.556012] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 19:12:09 localhost kernel: [ 199.556012] [<c115a477>] ? xenbus_write+0x4f/0x69
Dec 22 19:12:09 localhost kernel: [ 199.556012] [<c115a4e0>] ? xenbus_printf+0x4f/0x5e
Dec 22 19:12:09 localhost kernel: [ 199.556012] [<c1165fd3>] ? pciback_publish_pci_dev+0x5c/0x67
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c1167ae3>] ? pciback_add_pci_dev+0x1ac/0x1bd
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c116551f>] ? pcistub_get_pci_dev_by_slot+0x97/0xa1
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c116614d>] ? pciback_export_device+0x54/0xa3
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c1165f77>] ? pciback_publish_pci_dev+0x0/0x67
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c11662d0>] ? pciback_be_watch+0x134/0x225
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c1159d96>] ? read_reply+0xdd/0xe7
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 19:12:10 localhost kernel: [ 199.556012] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 19:12:10 localhost kernel: [ 200.222906] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 19:12:10 localhost kernel: [ 200.223008] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas sr_mod cdrom serio_raw snd_hda_intel snd_hda_codec snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device pcspkr snd_pcm_oss i2c_i801 i2c_core snd_mixer_oss snd_pcm snd_timer snd e1000e soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 19:12:10 localhost kernel: [ 200.223008] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #16
Dec 22 19:12:10 localhost kernel: [ 200.223008] Call Trace:
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c1106f46>] ? vsnprintf+0x507/0x673
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c115a477>] ? xenbus_write+0x4f/0x69
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c115a4e0>] ? xenbus_printf+0x4f/0x5e
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c1166327>] ? pciback_be_watch+0x18b/0x225
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 19:12:10 localhost kernel: [ 200.223008] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 19:12:10 localhost kernel: [ 200.770583] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 19:12:10 localhost kernel: [ 200.771400] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas sr_mod cdrom serio_raw snd_hda_intel snd_hda_codec snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device pcspkr snd_pcm_oss i2c_i801 i2c_core snd_mixer_oss snd_pcm snd_timer snd e1000e soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 19:12:10 localhost kernel: [ 200.771400] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #16
Dec 22 19:12:10 localhost kernel: [ 200.771400] Call Trace:
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c110658d>] ? string+0x31/0x73
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c115a045>] ? xs_single+0x2e/0x33
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c115a51a>] ? xenbus_read+0x2b/0x3b
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c115a5b2>] ? xenbus_scanf+0x15/0x46
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c1166008>] ? pciback_publish_pci_root+0x2a/0x11b
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c107e55c>] ? kfree+0x7a/0x7e
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c107e55c>] ? kfree+0x7a/0x7e
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c115a4e9>] ? xenbus_printf+0x58/0x5e
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c1165fde>] ? pciback_publish_pci_root+0x0/0x11b
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c11676d1>] ? pciback_publish_pci_roots+0x9/0xb
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c1166360>] ? pciback_be_watch+0x1c4/0x225
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 19:12:10 localhost kernel: [ 200.771400] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 19:12:10 localhost kernel: [ 201.491137] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 19:12:10 localhost kernel: [ 201.500029] Clocksource tsc unstable (delta = 4398028427278 ns)
Dec 22 19:12:10 localhost kernel: [ 201.495423] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas sr_mod cdrom serio_raw snd_hda_intel snd_hda_codec snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device pcspkr snd_pcm_oss i2c_i801 i2c_core snd_mixer_oss snd_pcm snd_timer snd e1000e soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 19:12:10 localhost kernel: [ 201.525048] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #16
Dec 22 19:12:10 localhost kernel: [ 201.525048] Call Trace:
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c115a477>] ? xenbus_write+0x4f/0x69
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c115a4e0>] ? xenbus_printf+0x4f/0x5e
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c11660c3>] ? pciback_publish_pci_root+0xe5/0x11b
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c100302d>] ? do_one_initcall+0x2c/0x129
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c107e55c>] ? kfree+0x7a/0x7e
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c1165fde>] ? pciback_publish_pci_root+0x0/0x11b
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c11676d1>] ? pciback_publish_pci_roots+0x9/0xb
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c1166360>] ? pciback_be_watch+0x1c4/0x225
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 19:12:10 localhost kernel: [ 201.525048] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 19:12:10 localhost kernel: [ 201.525476] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 19:12:10 localhost kernel: [ 201.525478] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas sr_mod cdrom serio_raw snd_hda_intel snd_hda_codec snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device pcspkr snd_pcm_oss i2c_i801 i2c_core snd_mixer_oss snd_pcm snd_timer snd e1000e soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 19:12:10 localhost kernel: [ 201.525552] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #16
Dec 22 19:12:10 localhost kernel: [ 201.525555] Call Trace:
Dec 22 19:12:10 localhost kernel: [ 201.525559] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 19:12:10 localhost kernel: [ 201.525564] [<c1106f46>] ? vsnprintf+0x507/0x673
Dec 22 19:12:10 localhost kernel: [ 201.525569] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:10 localhost kernel: [ 201.525573] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 19:12:10 localhost kernel: [ 201.525577] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 201.525582] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 19:12:10 localhost kernel: [ 201.525586] [<c115a477>] ? xenbus_write+0x4f/0x69
Dec 22 19:12:10 localhost kernel: [ 201.525590] [<c115a4e0>] ? xenbus_printf+0x4f/0x5e
Dec 22 19:12:10 localhost kernel: [ 201.525594] [<c11660e7>] ? pciback_publish_pci_root+0x109/0x11b
Dec 22 19:12:10 localhost kernel: [ 201.525599] [<c100302d>] ? do_one_initcall+0x2c/0x129
Dec 22 19:12:10 localhost kernel: [ 201.525603] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 19:12:10 localhost kernel: [ 201.525607] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:10 localhost kernel: [ 201.525612] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 19:12:10 localhost kernel: [ 201.525616] [<c107e55c>] ? kfree+0x7a/0x7e
Dec 22 19:12:10 localhost kernel: [ 201.525620] [<c1165fde>] ? pciback_publish_pci_root+0x0/0x11b
Dec 22 19:12:10 localhost kernel: [ 201.525625] [<c11676d1>] ? pciback_publish_pci_roots+0x9/0xb
Dec 22 19:12:10 localhost kernel: [ 201.525629] [<c1166360>] ? pciback_be_watch+0x1c4/0x225
Dec 22 19:12:10 localhost kernel: [ 201.525633] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 201.525638] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 19:12:10 localhost kernel: [ 201.525642] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:10 localhost kernel: [ 201.525646] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 19:12:10 localhost kernel: [ 201.525650] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 19:12:10 localhost kernel: [ 201.525654] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 19:12:10 localhost kernel: [ 201.525658] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 19:12:10 localhost kernel: [ 201.525663] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 19:12:10 localhost kernel: [ 201.525667] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 19:12:10 localhost kernel: [ 201.525672] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 19:12:10 localhost kernel: [ 201.525676] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 19:12:10 localhost kernel: [ 201.525680] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 19:12:10 localhost kernel: [ 201.525684] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 19:12:10 localhost kernel: [ 201.525689] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 19:12:10 localhost kernel: [ 201.525693] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 19:12:10 localhost kernel: [ 201.525697] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 19:12:10 localhost kernel: [ 201.525701] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 19:12:10 localhost kernel: [ 201.525706] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 19:12:10 localhost kernel: [ 201.525710] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 19:12:10 localhost kernel: [ 201.525714] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 201.525718] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 19:12:10 localhost kernel: [ 201.525722] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 19:12:10 localhost kernel: [ 201.525726] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 19:12:10 localhost kernel: [ 201.525730] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 19:12:10 localhost kernel: [ 201.552319] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 19:12:10 localhost kernel: [ 201.552322] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas sr_mod cdrom serio_raw snd_hda_intel snd_hda_codec snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device pcspkr snd_pcm_oss i2c_i801 i2c_core snd_mixer_oss snd_pcm snd_timer snd e1000e soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 19:12:10 localhost kernel: [ 201.552397] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #16
Dec 22 19:12:10 localhost kernel: [ 201.552399] Call Trace:
Dec 22 19:12:10 localhost kernel: [ 201.552405] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 19:12:10 localhost kernel: [ 201.552410] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:10 localhost kernel: [ 201.552414] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 19:12:10 localhost kernel: [ 201.552419] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 201.552423] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 19:12:10 localhost kernel: [ 201.552427] [<c115a045>] ? xs_single+0x2e/0x33
Dec 22 19:12:10 localhost kernel: [ 201.552431] [<c115a51a>] ? xenbus_read+0x2b/0x3b
Dec 22 19:12:10 localhost kernel: [ 201.552435] [<c115a5b2>] ? xenbus_scanf+0x15/0x46
Dec 22 19:12:10 localhost kernel: [ 201.552439] [<c1158f7f>] ? xenbus_switch_state+0x2a/0x78
Dec 22 19:12:10 localhost kernel: [ 201.552444] [<c116637a>] ? pciback_be_watch+0x1de/0x225
Dec 22 19:12:10 localhost kernel: [ 201.552448] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 201.552452] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 19:12:10 localhost kernel: [ 201.552456] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:10 localhost kernel: [ 201.552461] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 19:12:10 localhost kernel: [ 201.552465] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 19:12:10 localhost kernel: [ 201.552469] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 19:12:10 localhost kernel: [ 201.552473] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 19:12:10 localhost kernel: [ 201.552477] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 19:12:10 localhost kernel: [ 201.552481] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 19:12:10 localhost kernel: [ 201.552486] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 19:12:10 localhost kernel: [ 201.552490] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 19:12:10 localhost kernel: [ 201.552494] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 19:12:10 localhost kernel: [ 201.552499] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 19:12:10 localhost kernel: [ 201.552503] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 19:12:10 localhost kernel: [ 201.552506] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 19:12:10 localhost kernel: [ 201.552511] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 19:12:10 localhost kernel: [ 201.552514] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 19:12:10 localhost kernel: [ 201.552518] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 19:12:10 localhost kernel: [ 201.552522] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 19:12:10 localhost kernel: [ 201.552525] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 201.552529] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 19:12:10 localhost kernel: [ 201.552532] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 19:12:10 localhost kernel: [ 201.552535] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 19:12:10 localhost kernel: [ 201.552539] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 19:12:10 localhost kernel: [ 201.561200] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 19:12:10 localhost kernel: [ 201.561201] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas sr_mod cdrom serio_raw snd_hda_intel snd_hda_codec snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device pcspkr snd_pcm_oss i2c_i801 i2c_core snd_mixer_oss snd_pcm snd_timer snd e1000e soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 19:12:10 localhost kernel: [ 201.561318] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #16
Dec 22 19:12:10 localhost kernel: [ 201.561320] Call Trace:
Dec 22 19:12:10 localhost kernel: [ 201.561325] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 19:12:10 localhost kernel: [ 201.561330] [<c1106f46>] ? vsnprintf+0x507/0x673
Dec 22 19:12:10 localhost kernel: [ 201.561335] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:10 localhost kernel: [ 201.561339] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 19:12:10 localhost kernel: [ 201.561343] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 201.561348] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 19:12:10 localhost kernel: [ 201.561352] [<c115a477>] ? xenbus_write+0x4f/0x69
Dec 22 19:12:10 localhost kernel: [ 201.561356] [<c115a4e0>] ? xenbus_printf+0x4f/0x5e
Dec 22 19:12:10 localhost kernel: [ 201.561360] [<c1158f9a>] ? xenbus_switch_state+0x45/0x78
Dec 22 19:12:10 localhost kernel: [ 201.561365] [<c116637a>] ? pciback_be_watch+0x1de/0x225
Dec 22 19:12:10 localhost kernel: [ 201.561369] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 201.561373] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 19:12:10 localhost kernel: [ 201.561377] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:10 localhost kernel: [ 201.561382] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 19:12:10 localhost kernel: [ 201.561386] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 19:12:10 localhost kernel: [ 201.561389] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 19:12:10 localhost kernel: [ 201.561394] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 19:12:10 localhost kernel: [ 201.561398] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 19:12:10 localhost kernel: [ 201.561402] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 19:12:10 localhost kernel: [ 201.561407] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 19:12:10 localhost kernel: [ 201.561411] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 19:12:10 localhost kernel: [ 201.561415] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 19:12:10 localhost kernel: [ 201.561420] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 19:12:10 localhost kernel: [ 201.561424] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 19:12:10 localhost kernel: [ 201.561428] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 19:12:10 localhost kernel: [ 201.561432] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 19:12:10 localhost kernel: [ 201.561436] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 19:12:10 localhost kernel: [ 201.561440] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 19:12:10 localhost kernel: [ 201.561445] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 19:12:10 localhost kernel: [ 201.561449] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 201.561453] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 19:12:10 localhost kernel: [ 201.561457] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 19:12:10 localhost kernel: [ 201.561461] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 19:12:10 localhost kernel: [ 201.561465] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 19:12:10 localhost kernel: [ 201.561859] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 19:12:10 localhost kernel: [ 201.561861] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas sr_mod cdrom serio_raw snd_hda_intel snd_hda_codec snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device pcspkr snd_pcm_oss i2c_i801 i2c_core snd_mixer_oss snd_pcm snd_timer snd e1000e soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 19:12:10 localhost kernel: [ 201.561936] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #16
Dec 22 19:12:10 localhost kernel: [ 201.561938] Call Trace:
Dec 22 19:12:10 localhost kernel: [ 201.561943] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 19:12:10 localhost kernel: [ 201.561947] [<c110658d>] ? string+0x31/0x73
Dec 22 19:12:10 localhost kernel: [ 201.561952] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:10 localhost kernel: [ 201.561956] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 19:12:10 localhost kernel: [ 201.561960] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 201.561964] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 19:12:10 localhost kernel: [ 201.561968] [<c115a045>] ? xs_single+0x2e/0x33
Dec 22 19:12:10 localhost kernel: [ 201.561972] [<c115a51a>] ? xenbus_read+0x2b/0x3b
Dec 22 19:12:10 localhost kernel: [ 201.561976] [<c115a551>] ? xenbus_gather+0x27/0x73
Dec 22 19:12:10 localhost kernel: [ 201.561980] [<c1158c98>] ? xenbus_read_driver_state+0x1c/0x2f
Dec 22 19:12:10 localhost kernel: [ 201.561985] [<c1158f9a>] ? xenbus_switch_state+0x45/0x78
Dec 22 19:12:10 localhost kernel: [ 201.561989] [<c1165e47>] ? pciback_attach+0x26/0x156
Dec 22 19:12:10 localhost kernel: [ 201.561993] [<c11663b6>] ? pciback_be_watch+0x21a/0x225
Dec 22 19:12:10 localhost kernel: [ 201.561997] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 201.562002] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 19:12:10 localhost kernel: [ 201.562006] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:10 localhost kernel: [ 201.562010] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 19:12:10 localhost kernel: [ 201.562014] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 19:12:10 localhost kernel: [ 201.562018] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 19:12:10 localhost kernel: [ 201.562022] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 19:12:10 localhost kernel: [ 201.562027] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 19:12:10 localhost kernel: [ 201.562031] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 19:12:10 localhost kernel: [ 201.562035] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 19:12:10 localhost kernel: [ 201.562039] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 19:12:10 localhost kernel: [ 201.562044] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 19:12:10 localhost kernel: [ 201.562048] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 19:12:10 localhost kernel: [ 201.562052] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 19:12:10 localhost kernel: [ 201.562056] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 19:12:10 localhost kernel: [ 201.562060] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 19:12:10 localhost kernel: [ 201.562064] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 19:12:10 localhost kernel: [ 201.562069] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 19:12:10 localhost kernel: [ 201.562073] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 19:12:10 localhost kernel: [ 201.562077] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 201.562081] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 19:12:10 localhost kernel: [ 201.562085] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 19:12:10 localhost kernel: [ 201.562089] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 19:12:10 localhost kernel: [ 201.562093] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 19:12:10 localhost kernel: [ 201.562183] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 19:12:10 localhost kernel: [ 201.562186] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas sr_mod cdrom serio_raw snd_hda_intel snd_hda_codec snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device pcspkr snd_pcm_oss i2c_i801 i2c_core snd_mixer_oss snd_pcm snd_timer snd e1000e soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 19:12:10 localhost kernel: [ 201.562253] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #16
Dec 22 19:12:10 localhost kernel: [ 201.562253] Call Trace:
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c110658d>] ? string+0x31/0x73
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c115a045>] ? xs_single+0x2e/0x33
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c115a51a>] ? xenbus_read+0x2b/0x3b
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c115a551>] ? xenbus_gather+0x27/0x73
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c1158c98>] ? xenbus_read_driver_state+0x1c/0x2f
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c1165e5b>] ? pciback_attach+0x3a/0x156
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c11663b6>] ? pciback_be_watch+0x21a/0x225
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 19:12:10 localhost kernel: [ 201.562253] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 19:12:10 localhost kernel: [ 201.562348] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 19:12:10 localhost kernel: [ 201.562348] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 19:12:10 localhost kernel: [ 201.562348] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 19:12:10 localhost kernel: [ 201.562348] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 19:12:10 localhost kernel: [ 201.562348] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 19:12:10 localhost kernel: [ 201.562348] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 19:12:10 localhost kernel: [ 201.562348] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 19:12:10 localhost kernel: [ 201.562348] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 19:12:10 localhost kernel: [ 201.562348] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 19:12:10 localhost kernel: [ 201.562348] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 19:12:10 localhost kernel: [ 204.749776] device vif1.0 entered promiscuous mode
Dec 22 19:12:10 localhost kernel: [ 204.751688] eth0: port 2(vif1.0) entering forwarding state
Dec 22 19:12:10 localhost kernel: [ 204.884651] ip_tables: (C) 2000-2006 Netfilter Core Team
Dec 22 19:12:10 localhost kernel: [ 205.117898] nf_conntrack version 0.5.0 (8192 buckets, 32768 max)
Dec 22 19:12:10 localhost kernel: [ 205.132066] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
Dec 22 19:12:10 localhost kernel: [ 205.159397] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
Dec 22 19:12:10 localhost kernel: [ 205.174911] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
Dec 22 19:12:10 localhost kernel: [ 205.286651] physdev match: using --physdev-out in the OUTPUT, FORWARD and POSTROUTING chains for non-bridged traffic is not supported anymore.
Dec 22 19:12:10 localhost kernel: [ 206.657821] blkback: ring-ref 8, event-channel 8, protocol 1 (x86_32-abi)
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 19:50 ` Michael D Labriola
@ 2009-12-22 20:03 ` Ian Campbell
2009-12-22 21:00 ` Michael D Labriola
2009-12-22 20:07 ` Konrad Rzeszutek Wilk
1 sibling, 1 reply; 37+ messages in thread
From: Ian Campbell @ 2009-12-22 20:03 UTC (permalink / raw)
To: Michael D Labriola
Cc: xen-devel@lists.xensource.com, ??????, Konrad Rzeszutek Wilk
On Tue, 2009-12-22 at 19:50 +0000, Michael D Labriola wrote:
>
> Yeah. Last line of my config is:
>
> extra="earlyprintk=xen iommu=soft console=hvc0"
>
> No login for me. Just one of those days, I guess.
You need a getty on hvc0 defined in /etc/inittab of the guest. The
console= stuff just controls the kernel messages.
Ian.
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 19:50 ` Michael D Labriola
2009-12-22 20:03 ` Ian Campbell
@ 2009-12-22 20:07 ` Konrad Rzeszutek Wilk
2009-12-22 20:37 ` Konrad Rzeszutek Wilk
1 sibling, 1 reply; 37+ messages in thread
From: Konrad Rzeszutek Wilk @ 2009-12-22 20:07 UTC (permalink / raw)
To: Michael D Labriola; +Cc: xen-devel, ??????, Ian.Campbell, xen-devel-bounces
> A also can't seem to pass devices through (unless I'm doing it wrong).
> When trying to pass my soundcard do the domU, it appears to be
> appropriately hidden from dom0 via xen-pciback.hide kernel param
> (/var/log/messages says 'pciback 0000:00:1b.0: seizing device') but when I
> try to start my domU with iommu=soft and pci=["00:1b.0"] I get a dozen or
You are doing it right.
> so "BUG: scheduling while atomic" messages w/ call traces. My domU
> eventually starts up ok, but lspci returns with no output.
Hmm, I wonder if this patch is in your tree:
commit 1aa61698354ca0582b07eb865e0432a13b459f11
Author: Ian Campbell <ian.campbell@citrix.com>
Date: Thu Dec 17 14:08:25 2009 +0000
xen: fix hang on suspend.
and causing this (or maybe the pciback driver is the culprit and
the above patch exposes a bug?).
Try reverting that patch and seeing what happens. I the meantime let
me compile a new Dom0 with the above mentioned commit and see if I get
the failure too.
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 20:07 ` Konrad Rzeszutek Wilk
@ 2009-12-22 20:37 ` Konrad Rzeszutek Wilk
2009-12-22 21:49 ` Michael D Labriola
0 siblings, 1 reply; 37+ messages in thread
From: Konrad Rzeszutek Wilk @ 2009-12-22 20:37 UTC (permalink / raw)
To: Michael D Labriola; +Cc: xen-devel, ??????, Ian.Campbell, xen-devel-bounces
On Tue, Dec 22, 2009 at 03:07:21PM -0500, Konrad Rzeszutek Wilk wrote:
> > A also can't seem to pass devices through (unless I'm doing it wrong).
> > When trying to pass my soundcard do the domU, it appears to be
> > appropriately hidden from dom0 via xen-pciback.hide kernel param
> > (/var/log/messages says 'pciback 0000:00:1b.0: seizing device') but when I
> > try to start my domU with iommu=soft and pci=["00:1b.0"] I get a dozen or
>
> You are doing it right.
>
> > so "BUG: scheduling while atomic" messages w/ call traces. My domU
> > eventually starts up ok, but lspci returns with no output.
>
> Hmm, I wonder if this patch is in your tree:
>
> commit 1aa61698354ca0582b07eb865e0432a13b459f11
> Author: Ian Campbell <ian.campbell@citrix.com>
> Date: Thu Dec 17 14:08:25 2009 +0000
>
> xen: fix hang on suspend.
>
> and causing this (or maybe the pciback driver is the culprit and
> the above patch exposes a bug?).
Bummer. Can't blame Ian for it :-(
I updated dom0 with that patch and I am not seeing the failure you described.
>
> Try reverting that patch and seeing what happens. I the meantime let
> me compile a new Dom0 with the above mentioned commit and see if I get
> the failure too.
Instead of that recommendation try enabling debug options. You can do this
the manual way:
diff --git a/drivers/pci/xen-pcifront.c b/drivers/pci/xen-pcifront.c
index cc3b51b..ae1648a 100644
--- a/drivers/pci/xen-pcifront.c
+++ b/drivers/pci/xen-pcifront.c
@@ -30,7 +30,7 @@
#define INVALID_GRANT_REF (0)
#define INVALID_EVTCHN (-1)
-
+#define DEBUG 1
struct pci_bus_entry {
struct list_head list;
struct pci_bus *bus;
diff --git a/drivers/xen/blkback/blkback.c b/drivers/xen/blkback/blkback.c
index 815c0c6..a871a2c 100644
--- a/drivers/xen/blkback/blkback.c
+++ b/drivers/xen/blkback/blkback.c
@@ -64,7 +64,7 @@ MODULE_PARM_DESC(reqs, "Number of blkback requests to allocate");
/* Run-time switchable: /sys/module/blkback/parameters/ */
static unsigned int log_stats = 0;
-static unsigned int debug_lvl = 0;
+static unsigned int debug_lvl = 1;
module_param(log_stats, int, 0644);
module_param(debug_lvl, int, 0644);
Or fiddle with the debug_lvl in /sys/ namespace.
That might shed some light on what is happening. Also do provide the
output of Dom0, DomU and the lspci -vvv in Dom0 please.
^ permalink raw reply related [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 20:03 ` Ian Campbell
@ 2009-12-22 21:00 ` Michael D Labriola
0 siblings, 0 replies; 37+ messages in thread
From: Michael D Labriola @ 2009-12-22 21:00 UTC (permalink / raw)
To: Ian Campbell; +Cc: xen-devel@lists.xensource.com, ??????, Konrad Rzeszutek Wilk
Ian Campbell <Ian.Campbell@citrix.com> wrote on 12/22/2009 03:03:11 PM:
> On Tue, 2009-12-22 at 19:50 +0000, Michael D Labriola wrote:
> >
> > Yeah. Last line of my config is:
> >
> > extra="earlyprintk=xen iommu=soft console=hvc0"
> >
> > No login for me. Just one of those days, I guess.
>
> You need a getty on hvc0 defined in /etc/inittab of the guest. The
> console= stuff just controls the kernel messages.
Ah, jeez. I should have known that... ;-)
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 20:37 ` Konrad Rzeszutek Wilk
@ 2009-12-22 21:49 ` Michael D Labriola
2009-12-23 18:49 ` Michael D Labriola
0 siblings, 1 reply; 37+ messages in thread
From: Michael D Labriola @ 2009-12-22 21:49 UTC (permalink / raw)
To: Konrad Rzeszutek Wilk; +Cc: xen-devel, ??????, Ian.Campbell, xen-devel-bounces
[-- Attachment #1: Type: text/plain, Size: 2773 bytes --]
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote on 12/22/2009
03:37:09 PM:
> On Tue, Dec 22, 2009 at 03:07:21PM -0500, Konrad Rzeszutek Wilk wrote:
> > > A also can't seem to pass devices through (unless I'm doing it
wrong).
> > > When trying to pass my soundcard do the domU, it appears to be
> > > appropriately hidden from dom0 via xen-pciback.hide kernel param
> > > (/var/log/messages says 'pciback 0000:00:1b.0: seizing device')
> but when I
> > > try to start my domU with iommu=soft and pci=["00:1b.0"] I get
adozen or
> >
> > You are doing it right.
> >
> > > so "BUG: scheduling while atomic" messages w/ call traces. My domU
> > > eventually starts up ok, but lspci returns with no output.
> >
> > Hmm, I wonder if this patch is in your tree:
> >
> > commit 1aa61698354ca0582b07eb865e0432a13b459f11
> > Author: Ian Campbell <ian.campbell@citrix.com>
> > Date: Thu Dec 17 14:08:25 2009 +0000
> >
> > xen: fix hang on suspend.
> >
> > and causing this (or maybe the pciback driver is the culprit and
> > the above patch exposes a bug?).
>
> Bummer. Can't blame Ian for it :-(
>
> I updated dom0 with that patch and I am not seeing the failure you
described.
Yes, I have that commit too.
>
> >
> > Try reverting that patch and seeing what happens. I the meantime let
> > me compile a new Dom0 with the above mentioned commit and see if I get
> > the failure too.
>
> Instead of that recommendation try enabling debug options. You can do
this
> the manual way:
>
> diff --git a/drivers/pci/xen-pcifront.c b/drivers/pci/xen-pcifront.c
> index cc3b51b..ae1648a 100644
> --- a/drivers/pci/xen-pcifront.c
> +++ b/drivers/pci/xen-pcifront.c
> @@ -30,7 +30,7 @@
> #define INVALID_GRANT_REF (0)
> #define INVALID_EVTCHN (-1)
>
> -
> +#define DEBUG 1
> struct pci_bus_entry {
> struct list_head list;
> struct pci_bus *bus;
> diff --git a/drivers/xen/blkback/blkback.c
b/drivers/xen/blkback/blkback.c
> index 815c0c6..a871a2c 100644
> --- a/drivers/xen/blkback/blkback.c
> +++ b/drivers/xen/blkback/blkback.c
> @@ -64,7 +64,7 @@ MODULE_PARM_DESC(reqs, "Number of blkback requests
> to allocate");
>
> /* Run-time switchable: /sys/module/blkback/parameters/ */
> static unsigned int log_stats = 0;
> -static unsigned int debug_lvl = 0;
> +static unsigned int debug_lvl = 1;
> module_param(log_stats, int, 0644);
> module_param(debug_lvl, int, 0644);
>
>
> Or fiddle with the debug_lvl in /sys/ namespace.
>
> That might shed some light on what is happening. Also do provide the
> output of Dom0, DomU and the lspci -vvv in Dom0 please.
>
Recompiled with debug turned on as shown. Attached /var/log/messages from
dom0 and domU, lscpi output, and my kernel .config.
Any chance it's PREEMPT related?
-Mike
[-- Attachment #2: messages.domU --]
[-- Type: application/octet-stream, Size: 27424 bytes --]
Dec 22 21:40:25 localhost syslogd 1.4.1: restart.
Dec 22 21:40:25 localhost kernel: klogd 1.4.1, log source = /proc/kmsg started.
Dec 22 21:40:25 localhost kernel: [ 0.000000] Reserving virtual address space above 0xf5800000
Dec 22 21:40:25 localhost kernel: [ 0.000000] Linux version 2.6.31.6 (labriola@mithrandir) (gcc version 4.4.2 (GCC) ) #18 SMP PREEMPT Tue Dec 22 21:21:35 UTC 2009
Dec 22 21:40:25 localhost kernel: [ 0.000000] KERNEL supported cpus:
Dec 22 21:40:25 localhost kernel: [ 0.000000] Intel GenuineIntel
Dec 22 21:40:25 localhost kernel: [ 0.000000] AMD AuthenticAMD
Dec 22 21:40:25 localhost kernel: [ 0.000000] NSC Geode by NSC
Dec 22 21:40:25 localhost kernel: [ 0.000000] Cyrix CyrixInstead
Dec 22 21:40:25 localhost kernel: [ 0.000000] Centaur CentaurHauls
Dec 22 21:40:25 localhost kernel: [ 0.000000] Transmeta GenuineTMx86
Dec 22 21:40:25 localhost kernel: [ 0.000000] Transmeta TransmetaCPU
Dec 22 21:40:25 localhost kernel: [ 0.000000] UMC UMC UMC UMC
Dec 22 21:40:25 localhost kernel: [ 0.000000] ACPI in unprivileged domain disabled
Dec 22 21:40:25 localhost kernel: [ 0.000000] released 0 pages of unused memory
Dec 22 21:40:25 localhost kernel: [ 0.000000] BIOS-provided physical RAM map:
Dec 22 21:40:25 localhost kernel: [ 0.000000] Xen: 0000000000000000 - 00000000000a0000 (usable)
Dec 22 21:40:25 localhost kernel: [ 0.000000] Xen: 00000000000a0000 - 0000000000100000 (reserved)
Dec 22 21:40:25 localhost kernel: [ 0.000000] Xen: 0000000000100000 - 0000000020000000 (usable)
Dec 22 21:40:25 localhost kernel: [ 0.000000] console [xenboot0] enabled
Dec 22 21:40:25 localhost kernel: [ 0.000000] DMI not present or invalid.
Dec 22 21:40:25 localhost kernel: [ 0.000000] last_pfn = 0x20000 max_arch_pfn = 0x1000000
Dec 22 21:40:25 localhost kernel: [ 0.000000] init_memory_mapping: 0000000000000000-0000000020000000
Dec 22 21:40:25 localhost kernel: [ 0.000000] NX (Execute Disable) protection: active
Dec 22 21:40:25 localhost kernel: [ 0.000000] RAMDISK: 015bf000 - 019e6000
Dec 22 21:40:25 localhost kernel: [ 0.000000] 0MB HIGHMEM available.
Dec 22 21:40:25 localhost kernel: [ 0.000000] 512MB LOWMEM available.
Dec 22 21:40:25 localhost kernel: [ 0.000000] mapped low ram: 0 - 20000000
Dec 22 21:40:25 localhost kernel: [ 0.000000] low ram: 0 - 20000000
Dec 22 21:40:25 localhost kernel: [ 0.000000] node 0 low ram: 00000000 - 20000000
Dec 22 21:40:25 localhost kernel: [ 0.000000] node 0 bootmap 00002000 - 00006000
Dec 22 21:40:25 localhost kernel: [ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 0020000000]
Dec 22 21:40:25 localhost kernel: [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
Dec 22 21:40:25 localhost kernel: [ 0.000000] #1 [0001a69000 - 0001a79000] XEN PAGETABLES ==> [0001a69000 - 0001a79000]
Dec 22 21:40:25 localhost kernel: [ 0.000000] #2 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
Dec 22 21:40:25 localhost kernel: [ 0.000000] #3 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
Dec 22 21:40:25 localhost kernel: [ 0.000000] #4 [0001000000 - 0001499194] TEXT DATA BSS ==> [0001000000 - 0001499194]
Dec 22 21:40:25 localhost kernel: [ 0.000000] #5 [00015bf000 - 00019e6000] RAMDISK ==> [00015bf000 - 00019e6000]
Dec 22 21:40:25 localhost kernel: [ 0.000000] #6 [00019e6000 - 0001a69000] XEN START INFO ==> [00019e6000 - 0001a69000]
Dec 22 21:40:25 localhost kernel: [ 0.000000] #7 [0000100000 - 00001ef000] PGTABLE ==> [0000100000 - 00001ef000]
Dec 22 21:40:25 localhost kernel: [ 0.000000] #8 [0000002000 - 0000006000] BOOTMAP ==> [0000002000 - 0000006000]
Dec 22 21:40:25 localhost kernel: [ 0.000000] Zone PFN ranges:
Dec 22 21:40:25 localhost kernel: [ 0.000000] DMA 0x00000000 -> 0x00001000
Dec 22 21:40:25 localhost kernel: [ 0.000000] Normal 0x00001000 -> 0x00020000
Dec 22 21:40:25 localhost kernel: [ 0.000000] HighMem 0x00020000 -> 0x00020000
Dec 22 21:40:25 localhost kernel: [ 0.000000] Movable zone start PFN for each node
Dec 22 21:40:25 localhost kernel: [ 0.000000] early_node_map[2] active PFN ranges
Dec 22 21:40:25 localhost kernel: [ 0.000000] 0: 0x00000000 -> 0x000000a0
Dec 22 21:40:25 localhost kernel: [ 0.000000] 0: 0x00000100 -> 0x00020000
Dec 22 21:40:25 localhost kernel: [ 0.000000] Using APIC driver default
Dec 22 21:40:25 localhost kernel: [ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
Dec 22 21:40:25 localhost kernel: [ 0.000000] Local APIC disabled by BIOS -- you can enable it with "lapic"
Dec 22 21:40:25 localhost kernel: [ 0.000000] APIC: disable apic facility
Dec 22 21:40:25 localhost kernel: [ 0.000000] Allocating PCI resources starting at 20000000 (gap: 20000000:e0000000)
Dec 22 21:40:25 localhost kernel: [ 0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
Dec 22 21:40:25 localhost kernel: [ 0.000000] PERCPU: Allocated 9 4k pages, static data 32796 bytes
Dec 22 21:40:25 localhost kernel: [ 0.000000] Xen: using vcpu_info placement
Dec 22 21:40:25 localhost kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129952
Dec 22 21:40:25 localhost kernel: [ 0.000000] Kernel command line: root=/dev/xvda1 ro earlyprintk=xen iommu=soft console=hvc0
Dec 22 21:40:25 localhost rpc.statd[1480]: Version 1.0.8 Starting
Dec 22 21:40:25 localhost kernel: [ 0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes)
Dec 22 21:40:25 localhost kernel: [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Dec 22 21:40:25 localhost kernel: [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Dec 22 21:40:25 localhost kernel: [ 0.000000] Enabling fast FPU save and restore... done.
Dec 22 21:40:25 localhost kernel: [ 0.000000] Enabling unmasked SIMD FPU exception support... done.
Dec 22 21:40:25 localhost kernel: [ 0.000000] Initializing CPU#0
Dec 22 21:40:25 localhost kernel: [ 0.000000] PCI-DMA: Using Xen software bounce buffering for IO (Xen-SWIOTLB)
Dec 22 21:40:25 localhost kernel: [ 0.000000] Placing 64MB Xen software IO TLB between c1ee9000 - c5ee9000
Dec 22 21:40:25 localhost kernel: [ 0.000000] Xen software IO TLB at phys 0x1ee9000 - 0x5ee9000
Dec 22 21:40:25 localhost kernel: [ 0.000000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Dec 22 21:40:25 localhost kernel: [ 0.000000] Placing 64MB software IO TLB between c5f51000 - c9f51000
Dec 22 21:40:25 localhost kernel: [ 0.000000] software IO TLB at phys 0x5f51000 - 0x9f51000
Dec 22 21:40:25 localhost kernel: [ 0.000000] Initializing HighMem for node 0 (00000000:00000000)
Dec 22 21:40:25 localhost kernel: [ 0.000000] Memory: 376612k/524288k available (2538k kernel code, 146984k reserved, 1330k data, 372k init, 0k highmem)
Dec 22 21:40:25 localhost kernel: [ 0.000000] virtual kernel memory layout:
Dec 22 21:40:25 localhost kernel: [ 0.000000] fixmap : 0xf571e000 - 0xf57ff000 ( 900 kB)
Dec 22 21:40:25 localhost kernel: [ 0.000000] pkmap : 0xf5200000 - 0xf5400000 (2048 kB)
Dec 22 21:40:25 localhost kernel: [ 0.000000] vmalloc : 0xe0800000 - 0xf51fe000 ( 329 MB)
Dec 22 21:40:25 localhost kernel: [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
Dec 22 21:40:25 localhost kernel: [ 0.000000] .init : 0xc13c8000 - 0xc1425000 ( 372 kB)
Dec 22 21:40:25 localhost kernel: [ 0.000000] .data : 0xc127a81a - 0xc13c7354 (1330 kB)
Dec 22 21:40:25 localhost kernel: [ 0.000000] .text : 0xc1000000 - 0xc127a81a (2538 kB)
Dec 22 21:40:25 localhost kernel: [ 0.000000] NR_IRQS:512
Dec 22 21:40:25 localhost kernel: [ 0.000000] Detected 2300.794 MHz processor.
Dec 22 21:40:25 localhost kernel: [ 0.000999] Console: colour dummy device 80x25
Dec 22 21:40:25 localhost kernel: [ 0.000999] console [tty0] enabled
Dec 22 21:40:25 localhost kernel: [ 0.000999] console handover: boot [xenboot0] -> real [hvc0]
Dec 22 21:40:25 localhost kernel: [ 0.000999] installing Xen timer for CPU 0
Dec 22 21:40:25 localhost kernel: [ 0.000999] Calibrating delay loop (skipped), value calculated using timer frequency.. 4601.58 BogoMIPS (lpj=2300794)
Dec 22 21:40:25 localhost kernel: [ 0.000999] Security Framework initialized
Dec 22 21:40:25 localhost kernel: [ 0.000999] SELinux: Initializing.
Dec 22 21:40:25 localhost kernel: [ 0.000999] Mount-cache hash table entries: 512
Dec 22 21:40:25 localhost kernel: [ 0.000999] CPU: L1 I cache: 32K, L1 D cache: 32K
Dec 22 21:40:25 localhost kernel: [ 0.000999] CPU: L2 cache: 3072K
Dec 22 21:40:25 localhost kernel: [ 0.000999] CPU: Unsupported number of siblings 2
Dec 22 21:40:25 localhost kernel: [ 0.000999] SMP alternatives: switching to UP code
Dec 22 21:40:25 localhost kernel: [ 0.001506] Freeing SMP alternatives: 13k freed
Dec 22 21:40:25 localhost kernel: [ 0.001633] Brought up 1 CPUs
Dec 22 21:40:25 localhost kernel: [ 0.002356] Booting paravirtualized kernel on Xen
Dec 22 21:40:25 localhost kernel: [ 0.002365] Xen version: 3.4.2 (preserve-AD)
Dec 22 21:40:25 localhost kernel: [ 0.002420] Grant tables using version 1 layout.
Dec 22 21:40:25 localhost kernel: [ 0.002491] Grant table initialized
Dec 22 21:40:25 localhost kernel: [ 0.002548] NET: Registered protocol family 16
Dec 22 21:40:25 localhost kernel: [ 0.002869] xenbus_probe wake_waiting
Dec 22 21:40:25 localhost kernel: [ 0.002879] xenbus_probe_init ok
Dec 22 21:40:25 localhost kernel: [ 0.003886] PCI: setting up Xen PCI frontend stub
Dec 22 21:40:25 localhost kernel: [ 0.010822] bio: create slab <bio-0> at 0
Dec 22 21:40:25 localhost kernel: [ 0.010949] ACPI: Interpreter disabled.
Dec 22 21:40:25 localhost kernel: [ 0.011420] xenbus_probe_backend_init bus registered ok
Dec 22 21:40:25 localhost kernel: [ 0.011429] xenbus_probe_devices backend
Dec 22 21:40:25 localhost kernel: [ 0.012638] xenbus_probe_devices failed xenbus_directory
Dec 22 21:40:25 localhost kernel: [ 0.012647] backend_probe_and_watch devices probed ok
Dec 22 21:40:25 localhost kernel: [ 0.012744] backend_probe_and_watch watch add ok ok
Dec 22 21:40:25 localhost kernel: [ 0.012752] backend_probe_and_watch all done
Dec 22 21:40:25 localhost kernel: [ 0.012823] xenbus_probe_frontend_init bus registered ok
Dec 22 21:40:25 localhost kernel: [ 0.012832] xenbus_probe_devices device
Dec 22 21:40:25 localhost kernel: [ 0.012899] xenbus_probe_devices 1/4 vbd
Dec 22 21:40:25 localhost kernel: [ 0.012906] xenbus_probe_device_type type vbd
Dec 22 21:40:25 localhost kernel: [ 0.013089] xenbus_probe_device_type 1/1 51713
Dec 22 21:40:25 localhost kernel: [ 0.013226] xenbus_probe_device_type done
Dec 22 21:40:25 localhost kernel: [ 0.013234] xenbus_probe_devices 2/4 vif
Dec 22 21:40:25 localhost kernel: [ 0.013240] xenbus_probe_device_type type vif
Dec 22 21:40:25 localhost kernel: [ 0.013307] xenbus_probe_device_type 1/1 0
Dec 22 21:40:25 localhost kernel: [ 0.013432] xenbus_probe_device_type done
Dec 22 21:40:25 localhost kernel: [ 0.013440] xenbus_probe_devices 3/4 pci
Dec 22 21:40:25 localhost kernel: [ 0.013446] xenbus_probe_device_type type pci
Dec 22 21:40:25 localhost kernel: [ 0.013513] xenbus_probe_device_type 1/1 0
Dec 22 21:40:25 localhost kernel: [ 0.013636] xenbus_probe_device_type done
Dec 22 21:40:25 localhost kernel: [ 0.013644] xenbus_probe_devices 4/4 console
Dec 22 21:40:25 localhost kernel: [ 0.013651] xenbus_probe_device_type type console
Dec 22 21:40:25 localhost kernel: [ 0.013718] xenbus_probe_device_type 1/1 0
Dec 22 21:40:25 localhost kernel: [ 0.013840] xenbus_probe_device_type done
Dec 22 21:40:25 localhost kernel: [ 0.013848] xenbus_probe_devices done
Dec 22 21:40:25 localhost kernel: [ 0.013855] frontend_probe_and_watch devices probed ok
Dec 22 21:40:25 localhost kernel: [ 0.015178] frontend_probe_and_watch watch add ok ok
Dec 22 21:40:25 localhost kernel: [ 0.015187] frontend_probe_and_watch all done
Dec 22 21:40:25 localhost kernel: [ 0.015194] xen_balloon: Initialising balloon driver with page order 0.
Dec 22 21:40:25 localhost kernel: [ 0.015713] usbcore: registered new interface driver usbfs
Dec 22 21:40:25 localhost kernel: [ 0.015840] usbcore: registered new interface driver hub
Dec 22 21:40:25 localhost kernel: [ 0.015933] usbcore: registered new device driver usb
Dec 22 21:40:25 localhost kernel: [ 0.016279] PCI: System does not support PCI
Dec 22 21:40:25 localhost kernel: [ 0.016288] PCI: System does not support PCI
Dec 22 21:40:25 localhost kernel: [ 0.016479] NetLabel: Initializing
Dec 22 21:40:25 localhost kernel: [ 0.016487] NetLabel: domain hash size = 128
Dec 22 21:40:25 localhost kernel: [ 0.016494] NetLabel: protocols = UNLABELED CIPSOv4
Dec 22 21:40:25 localhost kernel: [ 0.016517] NetLabel: unlabeled traffic allowed by default
Dec 22 21:40:25 localhost kernel: [ 0.016557] pnp: PnP ACPI: disabled
Dec 22 21:40:25 localhost kernel: [ 0.017521] NET: Registered protocol family 2
Dec 22 21:40:25 localhost kernel: [ 0.017564] IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
Dec 22 21:40:25 localhost kernel: [ 0.017670] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
Dec 22 21:40:25 localhost kernel: [ 0.017848] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
Dec 22 21:40:25 localhost kernel: [ 0.018030] TCP: Hash tables configured (established 65536 bind 65536)
Dec 22 21:40:25 localhost kernel: [ 0.018040] TCP reno registered
Dec 22 21:40:25 localhost kernel: [ 0.018105] NET: Registered protocol family 1
Dec 22 21:40:25 localhost kernel: [ 0.018174] Trying to unpack rootfs image as initramfs...
Dec 22 21:40:25 localhost kernel: [ 0.023017] Freeing initrd memory: 4252k freed
Dec 22 21:40:25 localhost kernel: [ 0.025389] platform rtc_cmos: registered platform RTC device (no PNP device found)
Dec 22 21:40:26 localhost kernel: [ 0.025665] apm: BIOS not found.
Dec 22 21:40:26 localhost kernel: [ 0.026106] audit: initializing netlink socket (disabled)
Dec 22 21:40:26 localhost kernel: [ 0.026134] type=2000 audit(1261518008.384:1): initialized
Dec 22 21:40:26 localhost kernel: [ 0.026317] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Dec 22 21:40:26 localhost kernel: [ 0.027222] VFS: Disk quotas dquot_6.5.2
Dec 22 21:40:26 localhost kernel: [ 0.027239] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Dec 22 21:40:26 localhost kernel: [ 0.027356] msgmni has been set to 744
Dec 22 21:40:26 localhost kernel: [ 0.028197] alg: No test for stdrng (krng)
Dec 22 21:40:26 localhost kernel: [ 0.028223] io scheduler noop registered
Dec 22 21:40:26 localhost kernel: [ 0.028230] io scheduler anticipatory registered
Dec 22 21:40:26 localhost kernel: [ 0.028238] io scheduler deadline registered
Dec 22 21:40:26 localhost kernel: [ 0.028254] io scheduler cfq registered (default)
Dec 22 21:40:26 localhost kernel: [ 0.028466] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Dec 22 21:40:26 localhost kernel: [ 0.028788] isapnp: ISA Plug & Play support disabled
Dec 22 21:40:26 localhost kernel: [ 0.028865] Event-channel device installed.
Dec 22 21:40:26 localhost kernel: [ 0.034959] blktap_device_init: blktap device major 253
Dec 22 21:40:26 localhost kernel: [ 0.034981] blktap_ring_init: blktap ring major: 253
Dec 22 21:40:26 localhost kernel: [ 0.036283] registering netback
Dec 22 21:40:26 localhost kernel: [ 0.042572] Non-volatile memory driver v1.3
Dec 22 21:40:26 localhost kernel: [ 0.042580] Linux agpgart interface v0.103
Dec 22 21:40:26 localhost kernel: [ 0.043203] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Dec 22 21:40:26 localhost kernel: [ 0.046359] brd: module loaded
Dec 22 21:40:26 localhost kernel: [ 0.049348] Uniform Multi-Platform E-IDE driver
Dec 22 21:40:26 localhost kernel: [ 0.050953] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
Dec 22 21:40:26 localhost kernel: [ 0.053985] ide0: no devices on the port
Dec 22 21:40:26 localhost kernel: [ 0.054084] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Dec 22 21:40:26 localhost kernel: [ 0.057123] ide1: no devices on the port
Dec 22 21:40:26 localhost kernel: [ 0.057214] ide1 at 0x170-0x177,0x376 on irq 15
Dec 22 21:40:26 localhost kernel: [ 0.057295] ide-gd driver 1.18
Dec 22 21:40:26 localhost kernel: [ 0.057362] Initialising Xen virtual ethernet driver.
Dec 22 21:40:26 localhost kernel: [ 0.058734] usbmon: debugfs is not available
Dec 22 21:40:26 localhost kernel: [ 0.058829] usbcore: registered new interface driver libusual
Dec 22 21:40:26 localhost kernel: [ 0.059108] PNP: No PS/2 controller found. Probing ports directly.
Dec 22 21:40:26 localhost kernel: [ 0.059937] i8042.c: No controller found.
Dec 22 21:40:26 localhost kernel: [ 0.060048] mice: PS/2 mouse device common for all mice
Dec 22 21:40:26 localhost kernel: [ 0.221403] blkfront: xvda1: barriers enabled
Dec 22 21:40:26 localhost kernel: [ 0.223222] cpuidle: using governor ladder
Dec 22 21:40:26 localhost kernel: [ 0.225366] usbcore: registered new interface driver hiddev
Dec 22 21:40:26 localhost kernel: [ 0.225438] usbcore: registered new interface driver usbhid
Dec 22 21:40:26 localhost kernel: [ 0.225448] usbhid: v2.6:USB HID core driver
Dec 22 21:40:26 localhost kernel: [ 0.225524] TCP bic registered
Dec 22 21:40:26 localhost kernel: [ 0.225531] Initializing XFRM netlink socket
Dec 22 21:40:26 localhost kernel: [ 0.225547] NET: Registered protocol family 17
Dec 22 21:40:26 localhost kernel: [ 0.225559] lib80211: common routines for IEEE802.11 drivers
Dec 22 21:40:26 localhost kernel: [ 0.225574] Using IPI No-Shortcut mode
Dec 22 21:40:26 localhost kernel: [ 0.225804] XENBUS: Device with no driver: device/pci/0
Dec 22 21:40:26 localhost kernel: [ 0.225814] XENBUS: Device with no driver: device/console/0
Dec 22 21:40:26 localhost kernel: [ 0.225876] Freeing unused kernel memory: 372k freed
Dec 22 21:40:26 localhost kernel: [ 0.598786] SCSI subsystem initialized
Dec 22 21:40:26 localhost kernel: [ 0.642424] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
Dec 22 21:40:26 localhost kernel: [ 0.777063] kjournald starting. Commit interval 5 seconds
Dec 22 21:40:26 localhost kernel: [ 0.777084] EXT3-fs: mounted filesystem with writeback data mode.
Dec 22 21:40:26 localhost ypbind: bound to NIS server gandalf.neo
Dec 22 21:40:26 localhost kernel: [ 1.188371] SELinux: class dccp_socket not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188388] SELinux: class memprotect not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188396] SELinux: class peer not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188403] SELinux: class capability2 not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188411] SELinux: class kernel_service not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188426] SELinux: permission open in class dir not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188436] SELinux: permission open in class file not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188446] SELinux: permission open in class chr_file not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188455] SELinux: permission open in class blk_file not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188464] SELinux: permission open in class sock_file not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188474] SELinux: permission open in class fifo_file not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188489] SELinux: permission dccp_recv in class node not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188498] SELinux: permission dccp_send in class node not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188508] SELinux: permission recvfrom in class node not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188517] SELinux: permission sendto in class node not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188527] SELinux: permission dccp_recv in class netif not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188537] SELinux: permission dccp_send in class netif not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188546] SELinux: permission ingress in class netif not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188555] SELinux: permission egress in class netif not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188577] SELinux: permission setsockcreate in class process not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188605] SELinux: permission setfcap in class capability not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188621] SELinux: permission nlmsg_tty_audit in class netlink_audit_socket not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188634] SELinux: permission polmatch in class association not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188645] SELinux: permission flow_in in class packet not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188654] SELinux: permission flow_out in class packet not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188664] SELinux: permission forward_in in class packet not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188673] SELinux: permission forward_out in class packet not defined in policy
Dec 22 21:40:26 localhost kernel: [ 1.188781] SELinux: the above unknown classes and permissions will be denied
Dec 22 21:40:26 localhost kernel: [ 1.319994] type=1403 audit(1261518009.677:2): policy loaded auid=4294967295 ses=4294967295
Dec 22 21:40:26 localhost kernel: [ 1.501333] Clocksource tsc unstable (delta = 4392909623078 ns)
Dec 22 21:40:26 localhost kernel: [ 5.196787] input: PC Speaker as /class/input/input0
Dec 22 21:40:26 localhost kernel: [ 5.687268] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
Dec 22 21:40:26 localhost kernel: [ 7.230872] Floppy drive(s): fd0 is unknown type 15 (usb?), fd1 is unknown type 15 (usb?)
Dec 22 21:40:26 localhost kernel: [ 10.241059] floppy0: no floppy controllers found
Dec 22 21:40:26 localhost kernel: [ 10.364039] lp: driver loaded but no devices found
Dec 22 21:40:26 localhost kernel: [ 10.711241] md: Autodetecting RAID arrays.
Dec 22 21:40:26 localhost kernel: [ 10.711246] md: Scanned 0 and added 0 devices.
Dec 22 21:40:26 localhost kernel: [ 10.711249] md: autorun ...
Dec 22 21:40:26 localhost kernel: [ 10.711251] md: ... autorun DONE.
Dec 22 21:40:26 localhost kernel: [ 11.321516] EXT3 FS on xvda1, internal journal
Dec 22 21:40:26 localhost kernel: [ 12.928250] NET: Registered protocol family 8
Dec 22 21:40:26 localhost kernel: [ 12.928254] NET: Registered protocol family 20
Dec 22 21:40:26 localhost kernel: [ 15.048285] type=1400 audit(1261518023.406:3): avc: denied { rmdir } for pid=1314 comm="rmdir" name="ntp" dev=xvda1 ino=983159 scontext=system_u:system_r:dhcpc_t:s0 tcontext=system_u:object_r:etc_t:s0 tclass=dir
Dec 22 21:40:26 localhost kernel: [ 17.503476] RPC: Registered udp transport module.
Dec 22 21:40:26 localhost kernel: [ 17.503480] RPC: Registered tcp transport module.
Dec 22 21:40:26 localhost smartd[1668]: smartd version 5.38 [i686-pc-linux-gnu] Copyright (C) 2002-8 Bruce Allen
Dec 22 21:40:26 localhost smartd[1668]: Home page is http://smartmontools.sourceforge.net/
Dec 22 21:40:26 localhost smartd[1668]: Opened configuration file /usr/local/etc/smartd.conf
Dec 22 21:40:26 localhost smartd[1668]: Drive: DEVICESCAN, implied '-a' Directive on line 23 of file /usr/local/etc/smartd.conf
Dec 22 21:40:26 localhost smartd[1668]: Configuration file /usr/local/etc/smartd.conf was parsed, found DEVICESCAN, scanning devices
Dec 22 21:40:26 localhost smartd[1668]: Problem creating device name scan list
Dec 22 21:40:26 localhost smartd[1668]: Problem creating device name scan list
Dec 22 21:40:26 localhost smartd[1668]: In the system's table of devices NO devices found to scan
Dec 22 21:40:26 localhost smartd[1668]: Unable to monitor any SMART enabled devices. Try debug (-d) option. Exiting...
Dec 22 21:40:27 localhost kernel: [ 18.698541] NET: Registered protocol family 10
Dec 22 21:40:27 localhost kernel: [ 18.698693] lo: Disabled Privacy Extensions
Dec 22 21:40:27 localhost sshd[1687]: Server listening on :: port 22.
Dec 22 21:40:27 localhost sshd[1687]: Server listening on 0.0.0.0 port 22.
Dec 22 21:40:31 localhost ntpdate[1696]: step time server 192.168.1.1 offset -0.444575 sec
Dec 22 21:40:31 localhost ntpd[1698]: ntpd 4.2.4p5@1.1541-o Tue Oct 27 23:30:08 UTC 2009 (1)
Dec 22 21:40:31 localhost ntpd[1699]: precision = 1.000 usec
Dec 22 21:40:31 localhost ntpd[1699]: Listening on interface #0 wildcard, 0.0.0.0#123 Disabled
Dec 22 21:40:31 localhost ntpd[1699]: Listening on interface #1 wildcard, ::#123 Disabled
Dec 22 21:40:31 localhost ntpd[1699]: Listening on interface #2 lo, ::1#123 Enabled
Dec 22 21:40:31 localhost ntpd[1699]: Listening on interface #3 eth0, fe80::216:3eff:fe41:6e3a#123 Enabled
Dec 22 21:40:31 localhost ntpd[1699]: Listening on interface #4 lo, 127.0.0.1#123 Enabled
Dec 22 21:40:31 localhost ntpd[1699]: Listening on interface #5 eth0, 192.168.1.80#123 Enabled
Dec 22 21:40:31 localhost ntpd[1699]: kernel time sync status 0040
Dec 22 21:40:31 localhost ntpd[1699]: frequency initialized 7.344 PPM from /usr/local/var/lib/ntp/drift
Dec 22 21:40:31 localhost xinetd[1717]: bad service attribute: log_in_failure [file=/usr/local/etc/xinetd.d/ftp] [line=13]
Dec 22 21:40:31 localhost xinetd[1717]: xinetd Version 2.3.13 started with libwrap loadavg options compiled in.
Dec 22 21:40:31 localhost xinetd[1717]: Started working: 4 available services
Dec 22 21:40:35 localhost managerd[1841]: Remote Node Manager Daemon version 1.0.1 initializing as 0:0
Dec 22 21:40:35 localhost managerd[1841]: [status_thread] started (channel=239.252.0.1:61000, 1 Hz, ttl=7, using amras.neo)
Dec 22 21:40:35 localhost managerd[1841]: [control_thread] started (amras.neo:61000)
Dec 22 21:40:35 localhost managerd[1841]: [control_thread] waiting for connections...
Dec 22 21:40:35 localhost managerd[1841]: [status_thread] current ID: eb_neodev.na.amras
Dec 22 21:40:42 localhost apcupsd[1709]: apcupsd FATAL ERROR in smartsetup.c at line 171 PANIC! Cannot communicate with UPS via serial port. Please make sure the port specified on the DEVICE directive is correct, and that your cable specification on the UPSCABLE directive is correct.
Dec 22 21:40:42 localhost apcupsd[1709]: apcupsd error shutdown completed
Dec 22 21:40:51 localhost gdm-binary[1913]: WARNING: Failed to start X server several times in a short time period; disabling display :0
Dec 22 21:42:31 localhost sshd[2098]: Accepted publickey for root from 192.168.1.137 port 49807 ssh2
[-- Attachment #3: config --]
[-- Type: application/octet-stream, Size: 85331 bytes --]
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.31.6
# Tue Dec 22 14:37:13 2009
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
# CONFIG_X86_64 is not set
CONFIG_X86=y
CONFIG_OUTPUT_FORMAT="elf32-i386"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig"
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_FAST_CMPXCHG_LOCAL=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
# CONFIG_GENERIC_TIME_VSYSCALL is not set
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_DEFAULT_IDLE=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_HAVE_DYNAMIC_PER_CPU_AREA=y
# CONFIG_HAVE_CPUMASK_OF_CPU_MAP is not set
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
# CONFIG_ZONE_DMA32 is not set
CONFIG_ARCH_POPULATES_NODE_MAP=y
# CONFIG_AUDIT_ARCH is not set
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_USE_GENERIC_SMP_HELPERS=y
CONFIG_X86_32_SMP=y
CONFIG_X86_HT=y
CONFIG_X86_TRAMPOLINE=y
CONFIG_X86_32_LAZY_GS=y
CONFIG_KTIME_SCALAR=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_CONSTRUCTORS=y
#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
# CONFIG_TASKSTATS is not set
CONFIG_AUDIT=y
CONFIG_AUDITSYSCALL=y
CONFIG_AUDIT_TREE=y
#
# RCU Subsystem
#
CONFIG_CLASSIC_RCU=y
# CONFIG_TREE_RCU is not set
# CONFIG_PREEMPT_RCU is not set
# CONFIG_TREE_RCU_TRACE is not set
# CONFIG_PREEMPT_RCU_TRACE is not set
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=17
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
# CONFIG_GROUP_SCHED is not set
# CONFIG_CGROUPS is not set
CONFIG_SYSFS_DEPRECATED=y
CONFIG_SYSFS_DEPRECATED_V2=y
CONFIG_RELAY=y
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
# CONFIG_USER_NS is not set
# CONFIG_PID_NS is not set
# CONFIG_NET_NS is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
# CONFIG_EMBEDDED is not set
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_EXTRA_PASS=y
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_HAVE_PERF_COUNTERS=y
#
# Performance Counters
#
# CONFIG_PERF_COUNTERS is not set
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_PCI_QUIRKS=y
# CONFIG_STRIP_ASM_SYMS is not set
CONFIG_COMPAT_BRK=y
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
# CONFIG_PROFILING is not set
# CONFIG_MARKERS is not set
CONFIG_HAVE_OPROFILE=y
# CONFIG_KPROBES is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_ATTRS=y
CONFIG_HAVE_DMA_API_DEBUG=y
#
# GCOV-based kernel profiling
#
CONFIG_SLOW_WORK=y
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
# CONFIG_MODULE_FORCE_LOAD is not set
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_MODVERSIONS=y
CONFIG_MODULE_SRCVERSION_ALL=y
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
CONFIG_LBDAF=y
# CONFIG_BLK_DEV_BSG is not set
# CONFIG_BLK_DEV_INTEGRITY is not set
#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_DEFAULT_AS is not set
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_FREEZER=y
#
# Processor type and features
#
CONFIG_TICK_ONESHOT=y
# CONFIG_NO_HZ is not set
CONFIG_HIGH_RES_TIMERS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
CONFIG_SMP=y
# CONFIG_SPARSE_IRQ is not set
CONFIG_X86_MPPARSE=y
# CONFIG_X86_BIGSMP is not set
CONFIG_X86_EXTENDED_PLATFORM=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_RDC321X is not set
# CONFIG_X86_32_NON_STANDARD is not set
CONFIG_SCHED_OMIT_FRAME_POINTER=y
CONFIG_PARAVIRT_GUEST=y
CONFIG_XEN=y
CONFIG_XEN_MAX_DOMAIN_MEMORY=32
CONFIG_XEN_SAVE_RESTORE=y
CONFIG_XEN_DOM0=y
CONFIG_XEN_PRIVILEGED_GUEST=y
CONFIG_XEN_DOM0_PCI=y
CONFIG_MICROCODE_XEN=y
# CONFIG_VMI is not set
# CONFIG_KVM_CLOCK is not set
# CONFIG_KVM_GUEST is not set
# CONFIG_LGUEST_GUEST is not set
CONFIG_PARAVIRT=y
# CONFIG_PARAVIRT_SPINLOCKS is not set
CONFIG_PARAVIRT_CLOCK=y
# CONFIG_MEMTEST is not set
# 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 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
CONFIG_MPENTIUM4=y
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_MVIAC7 is not set
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
# CONFIG_GENERIC_CPU is not set
CONFIG_X86_GENERIC=y
CONFIG_X86_CPU=y
CONFIG_X86_L1_CACHE_BYTES=64
CONFIG_X86_INTERNODE_CACHE_BYTES=64
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=7
CONFIG_X86_XADD=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=4
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_CYRIX_32=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_CENTAUR=y
CONFIG_CPU_SUP_TRANSMETA_32=y
CONFIG_CPU_SUP_UMC_32=y
# CONFIG_X86_DS is not set
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
# CONFIG_IOMMU_API is not set
CONFIG_NR_CPUS=8
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
CONFIG_X86_MCE=y
# CONFIG_X86_OLD_MCE is not set
CONFIG_X86_NEW_MCE=y
CONFIG_X86_MCE_INTEL=y
CONFIG_X86_MCE_AMD=y
# CONFIG_X86_ANCIENT_MCE is not set
CONFIG_X86_MCE_THRESHOLD=y
# CONFIG_X86_MCE_INJECT is not set
CONFIG_X86_THERMAL_VECTOR=y
CONFIG_VM86=y
CONFIG_TOSHIBA=m
CONFIG_I8K=m
CONFIG_X86_REBOOTFIXUPS=y
CONFIG_MICROCODE=m
CONFIG_MICROCODE_INTEL=y
# CONFIG_MICROCODE_AMD is not set
CONFIG_MICROCODE_OLD_INTERFACE=y
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m
# CONFIG_X86_CPU_DEBUG is not set
# CONFIG_NOHIGHMEM is not set
# CONFIG_HIGHMEM4G is not set
CONFIG_HIGHMEM64G=y
CONFIG_PAGE_OFFSET=0xC0000000
CONFIG_HIGHMEM=y
CONFIG_X86_PAE=y
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
# CONFIG_DISCONTIGMEM_MANUAL is not set
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_SPARSEMEM_STATIC=y
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_HAVE_MLOCK=y
CONFIG_HAVE_MLOCKED_PAGE_BIT=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
# CONFIG_HIGHPTE is not set
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
CONFIG_X86_RESERVE_LOW_64K=y
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
# CONFIG_X86_PAT is not set
CONFIG_EFI=y
# CONFIG_SECCOMP is not set
# CONFIG_CC_STACKPROTECTOR is not set
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
CONFIG_CRASH_DUMP=y
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
CONFIG_X86_NEED_RELOCS=y
CONFIG_PHYSICAL_ALIGN=0x400000
CONFIG_HOTPLUG_CPU=y
# CONFIG_COMPAT_VDSO is not set
# CONFIG_CMDLINE_BOOL is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
#
# Power management and ACPI options
#
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_SLEEP=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
# CONFIG_HIBERNATION is not set
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
# CONFIG_ACPI_PROCFS is not set
CONFIG_ACPI_PROCFS_POWER=y
CONFIG_ACPI_SYSFS_POWER=y
CONFIG_ACPI_PROC_EVENT=y
CONFIG_ACPI_AC=m
CONFIG_ACPI_BATTERY=m
CONFIG_ACPI_BUTTON=m
CONFIG_ACPI_VIDEO=m
CONFIG_ACPI_FAN=y
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_CUSTOM_DSDT is not set
CONFIG_ACPI_BLACKLIST_YEAR=1999
# CONFIG_ACPI_DEBUG is not set
# CONFIG_ACPI_PCI_SLOT is not set
CONFIG_X86_PM_TIMER=y
CONFIG_ACPI_CONTAINER=y
CONFIG_ACPI_SBS=m
CONFIG_X86_APM_BOOT=y
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
CONFIG_APM_CPU_IDLE=y
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_ALLOW_INTS is not set
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
CONFIG_CPU_FREQ_DEBUG=y
CONFIG_CPU_FREQ_STAT=m
CONFIG_CPU_FREQ_STAT_DETAILS=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=m
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
#
# CPUFreq processor drivers
#
CONFIG_X86_ACPI_CPUFREQ=m
# CONFIG_X86_POWERNOW_K6 is not set
CONFIG_X86_POWERNOW_K7=y
CONFIG_X86_POWERNOW_K7_ACPI=y
CONFIG_X86_POWERNOW_K8=y
# CONFIG_X86_GX_SUSPMOD is not set
CONFIG_X86_SPEEDSTEP_CENTRINO=y
CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y
CONFIG_X86_SPEEDSTEP_ICH=y
CONFIG_X86_SPEEDSTEP_SMI=y
CONFIG_X86_P4_CLOCKMOD=m
# CONFIG_X86_CPUFREQ_NFORCE2 is not set
CONFIG_X86_LONGRUN=y
# CONFIG_X86_LONGHAUL is not set
# CONFIG_X86_E_POWERSAVER is not set
#
# shared options
#
CONFIG_X86_SPEEDSTEP_LIB=y
# CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK is not set
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
# CONFIG_PCI_GOOLPC is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_XEN=y
CONFIG_PCI_DOMAINS=y
# CONFIG_DMAR is not set
CONFIG_PCIEPORTBUS=y
CONFIG_HOTPLUG_PCI_PCIE=m
CONFIG_PCIEAER=y
# CONFIG_PCIE_ECRC is not set
# CONFIG_PCIEAER_INJECT is not set
# CONFIG_PCIEASPM is not set
CONFIG_ARCH_SUPPORTS_MSI=y
CONFIG_PCI_MSI=y
CONFIG_PCI_LEGACY=y
CONFIG_PCI_STUB=y
CONFIG_HT_IRQ=y
CONFIG_PCI_IOV=y
CONFIG_ISA_DMA_API=y
CONFIG_ISA=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
# CONFIG_OLPC is not set
CONFIG_K8_NB=y
CONFIG_PCCARD=y
# CONFIG_PCMCIA_DEBUG is not set
CONFIG_PCMCIA=y
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_PCMCIA_IOCTL=y
CONFIG_CARDBUS=y
#
# PC-card bridges
#
CONFIG_YENTA=y
CONFIG_YENTA_O2=y
CONFIG_YENTA_RICOH=y
CONFIG_YENTA_TI=y
CONFIG_YENTA_ENE_TUNE=y
CONFIG_YENTA_TOSHIBA=y
CONFIG_PD6729=m
CONFIG_I82092=m
# CONFIG_I82365 is not set
# CONFIG_TCIC is not set
CONFIG_PCMCIA_PROBE=y
CONFIG_PCCARD_NONSTATIC=y
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_FAKE=m
CONFIG_HOTPLUG_PCI_COMPAQ=m
# CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
CONFIG_HOTPLUG_PCI_IBM=m
CONFIG_HOTPLUG_PCI_ACPI=m
CONFIG_HOTPLUG_PCI_ACPI_IBM=m
# CONFIG_HOTPLUG_PCI_CPCI is not set
# CONFIG_HOTPLUG_PCI_SHPC is not set
#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_HAVE_AOUT=y
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_MISC=y
CONFIG_HAVE_ATOMIC_IOMAP=y
CONFIG_NET=y
#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
CONFIG_XFRM=y
CONFIG_XFRM_USER=y
CONFIG_XFRM_SUB_POLICY=y
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
CONFIG_XFRM_IPCOMP=m
CONFIG_NET_KEY=m
# CONFIG_NET_KEY_MIGRATE is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_ASK_IP_FIB_HASH=y
# CONFIG_IP_FIB_TRIE is not set
CONFIG_IP_FIB_HASH=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_BROADCAST=y
CONFIG_IP_MROUTE=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
# CONFIG_ARPD is not set
CONFIG_SYN_COOKIES=y
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
CONFIG_INET_IPCOMP=m
CONFIG_INET_XFRM_TUNNEL=m
CONFIG_INET_TUNNEL=m
CONFIG_INET_XFRM_MODE_TRANSPORT=m
CONFIG_INET_XFRM_MODE_TUNNEL=m
CONFIG_INET_XFRM_MODE_BEET=m
CONFIG_INET_LRO=y
CONFIG_INET_DIAG=m
CONFIG_INET_TCP_DIAG=m
CONFIG_TCP_CONG_ADVANCED=y
CONFIG_TCP_CONG_BIC=y
CONFIG_TCP_CONG_CUBIC=m
CONFIG_TCP_CONG_WESTWOOD=m
CONFIG_TCP_CONG_HTCP=m
CONFIG_TCP_CONG_HSTCP=m
CONFIG_TCP_CONG_HYBLA=m
CONFIG_TCP_CONG_VEGAS=m
CONFIG_TCP_CONG_SCALABLE=m
CONFIG_TCP_CONG_LP=m
CONFIG_TCP_CONG_VENO=m
# CONFIG_TCP_CONG_YEAH is not set
# CONFIG_TCP_CONG_ILLINOIS is not set
CONFIG_DEFAULT_BIC=y
# CONFIG_DEFAULT_CUBIC is not set
# CONFIG_DEFAULT_HTCP is not set
# CONFIG_DEFAULT_VEGAS is not set
# CONFIG_DEFAULT_WESTWOOD is not set
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="bic"
CONFIG_TCP_MD5SIG=y
CONFIG_IPV6=m
CONFIG_IPV6_PRIVACY=y
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
CONFIG_INET6_IPCOMP=m
CONFIG_IPV6_MIP6=m
CONFIG_INET6_XFRM_TUNNEL=m
CONFIG_INET6_TUNNEL=m
CONFIG_INET6_XFRM_MODE_TRANSPORT=m
CONFIG_INET6_XFRM_MODE_TUNNEL=m
CONFIG_INET6_XFRM_MODE_BEET=m
CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=m
CONFIG_IPV6_SIT=m
CONFIG_IPV6_NDISC_NODETYPE=y
CONFIG_IPV6_TUNNEL=m
CONFIG_IPV6_MULTIPLE_TABLES=y
CONFIG_IPV6_SUBTREES=y
# CONFIG_IPV6_MROUTE is not set
CONFIG_NETLABEL=y
CONFIG_NETWORK_SECMARK=y
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=y
#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_NETLINK=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m
CONFIG_NF_CONNTRACK=m
CONFIG_NF_CT_ACCT=y
CONFIG_NF_CONNTRACK_MARK=y
CONFIG_NF_CONNTRACK_SECMARK=y
CONFIG_NF_CONNTRACK_EVENTS=y
CONFIG_NF_CT_PROTO_DCCP=m
CONFIG_NF_CT_PROTO_GRE=m
CONFIG_NF_CT_PROTO_SCTP=m
# CONFIG_NF_CT_PROTO_UDPLITE is not set
CONFIG_NF_CONNTRACK_AMANDA=m
CONFIG_NF_CONNTRACK_FTP=m
CONFIG_NF_CONNTRACK_H323=m
CONFIG_NF_CONNTRACK_IRC=m
CONFIG_NF_CONNTRACK_NETBIOS_NS=m
CONFIG_NF_CONNTRACK_PPTP=m
# CONFIG_NF_CONNTRACK_SANE is not set
CONFIG_NF_CONNTRACK_SIP=m
CONFIG_NF_CONNTRACK_TFTP=m
CONFIG_NF_CT_NETLINK=m
# CONFIG_NETFILTER_TPROXY is not set
CONFIG_NETFILTER_XTABLES=m
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m
CONFIG_NETFILTER_XT_TARGET_DSCP=m
CONFIG_NETFILTER_XT_TARGET_HL=m
# CONFIG_NETFILTER_XT_TARGET_LED is not set
# CONFIG_NETFILTER_XT_TARGET_IMQ is not set
CONFIG_NETFILTER_XT_TARGET_MARK=m
CONFIG_NETFILTER_XT_TARGET_NFLOG=m
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
# CONFIG_NETFILTER_XT_TARGET_TRACE is not set
CONFIG_NETFILTER_XT_TARGET_SECMARK=m
# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
# CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set
# CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
# CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set
CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
CONFIG_NETFILTER_XT_MATCH_DCCP=m
CONFIG_NETFILTER_XT_MATCH_DSCP=m
CONFIG_NETFILTER_XT_MATCH_ESP=m
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
CONFIG_NETFILTER_XT_MATCH_HELPER=m
CONFIG_NETFILTER_XT_MATCH_HL=m
# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
CONFIG_NETFILTER_XT_MATCH_LENGTH=m
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
CONFIG_NETFILTER_XT_MATCH_MAC=m
CONFIG_NETFILTER_XT_MATCH_MARK=m
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
CONFIG_NETFILTER_XT_MATCH_POLICY=m
CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
CONFIG_NETFILTER_XT_MATCH_QUOTA=m
# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
CONFIG_NETFILTER_XT_MATCH_REALM=m
# CONFIG_NETFILTER_XT_MATCH_RECENT is not set
CONFIG_NETFILTER_XT_MATCH_SCTP=m
CONFIG_NETFILTER_XT_MATCH_STATE=m
CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
CONFIG_NETFILTER_XT_MATCH_STRING=m
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
# CONFIG_NETFILTER_XT_MATCH_TIME is not set
# CONFIG_NETFILTER_XT_MATCH_U32 is not set
# CONFIG_NETFILTER_XT_MATCH_OSF is not set
CONFIG_IP_VS=m
# CONFIG_IP_VS_IPV6 is not set
# CONFIG_IP_VS_DEBUG is not set
CONFIG_IP_VS_TAB_BITS=12
#
# IPVS transport protocol load balancing support
#
CONFIG_IP_VS_PROTO_TCP=y
CONFIG_IP_VS_PROTO_UDP=y
CONFIG_IP_VS_PROTO_AH_ESP=y
CONFIG_IP_VS_PROTO_ESP=y
CONFIG_IP_VS_PROTO_AH=y
#
# IPVS scheduler
#
CONFIG_IP_VS_RR=m
CONFIG_IP_VS_WRR=m
CONFIG_IP_VS_LC=m
CONFIG_IP_VS_WLC=m
CONFIG_IP_VS_LBLC=m
CONFIG_IP_VS_LBLCR=m
CONFIG_IP_VS_DH=m
CONFIG_IP_VS_SH=m
CONFIG_IP_VS_SED=m
CONFIG_IP_VS_NQ=m
#
# IPVS application helper
#
CONFIG_IP_VS_FTP=m
#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=m
CONFIG_NF_CONNTRACK_IPV4=m
CONFIG_NF_CONNTRACK_PROC_COMPAT=y
CONFIG_IP_NF_QUEUE=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_ADDRTYPE=m
CONFIG_IP_NF_MATCH_AH=m
CONFIG_IP_NF_MATCH_ECN=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_ULOG=m
CONFIG_NF_NAT=m
CONFIG_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_NETMAP=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_NF_NAT_SNMP_BASIC=m
CONFIG_NF_NAT_PROTO_DCCP=m
CONFIG_NF_NAT_PROTO_GRE=m
CONFIG_NF_NAT_PROTO_SCTP=m
CONFIG_NF_NAT_FTP=m
CONFIG_NF_NAT_IRC=m
CONFIG_NF_NAT_TFTP=m
CONFIG_NF_NAT_AMANDA=m
CONFIG_NF_NAT_PPTP=m
CONFIG_NF_NAT_H323=m
CONFIG_NF_NAT_SIP=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_CLUSTERIP=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_TTL=m
CONFIG_IP_NF_RAW=m
# CONFIG_IP_NF_SECURITY is not set
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_ARP_MANGLE=m
#
# IPv6: Netfilter Configuration
#
CONFIG_NF_CONNTRACK_IPV6=m
CONFIG_IP6_NF_QUEUE=m
CONFIG_IP6_NF_IPTABLES=m
CONFIG_IP6_NF_MATCH_AH=m
CONFIG_IP6_NF_MATCH_EUI64=m
CONFIG_IP6_NF_MATCH_FRAG=m
CONFIG_IP6_NF_MATCH_OPTS=m
CONFIG_IP6_NF_MATCH_HL=m
CONFIG_IP6_NF_MATCH_IPV6HEADER=m
# CONFIG_IP6_NF_MATCH_MH is not set
CONFIG_IP6_NF_MATCH_RT=m
CONFIG_IP6_NF_TARGET_HL=m
CONFIG_IP6_NF_TARGET_LOG=m
CONFIG_IP6_NF_FILTER=m
CONFIG_IP6_NF_TARGET_REJECT=m
CONFIG_IP6_NF_MANGLE=m
CONFIG_IP6_NF_RAW=m
# CONFIG_IP6_NF_SECURITY is not set
#
# DECnet: Netfilter Configuration
#
# CONFIG_DECNET_NF_GRABULATOR is not set
CONFIG_BRIDGE_NF_EBTABLES=m
CONFIG_BRIDGE_EBT_BROUTE=m
CONFIG_BRIDGE_EBT_T_FILTER=m
CONFIG_BRIDGE_EBT_T_NAT=m
CONFIG_BRIDGE_EBT_802_3=m
CONFIG_BRIDGE_EBT_AMONG=m
CONFIG_BRIDGE_EBT_ARP=m
CONFIG_BRIDGE_EBT_IP=m
# CONFIG_BRIDGE_EBT_IP6 is not set
CONFIG_BRIDGE_EBT_LIMIT=m
CONFIG_BRIDGE_EBT_MARK=m
CONFIG_BRIDGE_EBT_PKTTYPE=m
CONFIG_BRIDGE_EBT_STP=m
CONFIG_BRIDGE_EBT_VLAN=m
CONFIG_BRIDGE_EBT_ARPREPLY=m
CONFIG_BRIDGE_EBT_DNAT=m
CONFIG_BRIDGE_EBT_MARK_T=m
CONFIG_BRIDGE_EBT_REDIRECT=m
CONFIG_BRIDGE_EBT_SNAT=m
CONFIG_BRIDGE_EBT_LOG=m
CONFIG_BRIDGE_EBT_ULOG=m
# CONFIG_BRIDGE_EBT_NFLOG is not set
CONFIG_IP_DCCP=m
CONFIG_INET_DCCP_DIAG=m
#
# DCCP CCIDs Configuration (EXPERIMENTAL)
#
# CONFIG_IP_DCCP_CCID2_DEBUG is not set
CONFIG_IP_DCCP_CCID3=y
# CONFIG_IP_DCCP_CCID3_DEBUG is not set
CONFIG_IP_DCCP_CCID3_RTO=100
CONFIG_IP_DCCP_TFRC_LIB=y
CONFIG_IP_SCTP=m
# CONFIG_SCTP_DBG_MSG is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_HMAC_NONE is not set
# CONFIG_SCTP_HMAC_SHA1 is not set
CONFIG_SCTP_HMAC_MD5=y
# CONFIG_RDS is not set
CONFIG_TIPC=m
# CONFIG_TIPC_ADVANCED is not set
# CONFIG_TIPC_DEBUG is not set
CONFIG_ATM=m
CONFIG_ATM_CLIP=m
# CONFIG_ATM_CLIP_NO_ICMP is not set
CONFIG_ATM_LANE=m
CONFIG_ATM_MPOA=m
CONFIG_ATM_BR2684=m
# CONFIG_ATM_BR2684_IPFILTER is not set
CONFIG_STP=m
CONFIG_BRIDGE=m
# CONFIG_NET_DSA is not set
CONFIG_VLAN_8021Q=m
# CONFIG_VLAN_8021Q_GVRP is not set
CONFIG_DECNET=m
CONFIG_DECNET_ROUTER=y
CONFIG_LLC=y
# CONFIG_LLC2 is not set
CONFIG_IPX=m
# CONFIG_IPX_INTERN is not set
CONFIG_ATALK=m
CONFIG_DEV_APPLETALK=m
# CONFIG_LTPC is not set
# CONFIG_COPS is not set
CONFIG_IPDDP=m
CONFIG_IPDDP_ENCAP=y
CONFIG_IPDDP_DECAP=y
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
CONFIG_WAN_ROUTER=m
# CONFIG_PHONET is not set
# CONFIG_IEEE802154 is not set
CONFIG_NET_SCHED=y
#
# Queueing/Scheduling
#
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_HTB=m
CONFIG_NET_SCH_HFSC=m
CONFIG_NET_SCH_ATM=m
CONFIG_NET_SCH_PRIO=m
# CONFIG_NET_SCH_MULTIQ is not set
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
CONFIG_NET_SCH_TBF=m
CONFIG_NET_SCH_GRED=m
CONFIG_NET_SCH_DSMARK=m
CONFIG_NET_SCH_NETEM=m
# CONFIG_NET_SCH_DRR is not set
CONFIG_NET_SCH_INGRESS=m
#
# Classification
#
CONFIG_NET_CLS=y
CONFIG_NET_CLS_BASIC=m
CONFIG_NET_CLS_TCINDEX=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_ROUTE=y
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
CONFIG_CLS_U32_PERF=y
CONFIG_CLS_U32_MARK=y
CONFIG_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
# CONFIG_NET_CLS_FLOW is not set
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
CONFIG_NET_EMATCH_CMP=m
CONFIG_NET_EMATCH_NBYTE=m
CONFIG_NET_EMATCH_U32=m
CONFIG_NET_EMATCH_META=m
CONFIG_NET_EMATCH_TEXT=m
CONFIG_NET_CLS_ACT=y
CONFIG_NET_ACT_POLICE=m
CONFIG_NET_ACT_GACT=m
CONFIG_GACT_PROB=y
CONFIG_NET_ACT_MIRRED=m
CONFIG_NET_ACT_IPT=m
# CONFIG_NET_ACT_NAT is not set
CONFIG_NET_ACT_PEDIT=m
CONFIG_NET_ACT_SIMP=m
# CONFIG_NET_ACT_SKBEDIT is not set
CONFIG_NET_CLS_IND=y
CONFIG_NET_SCH_FIFO=y
# CONFIG_DCB is not set
#
# Network testing
#
CONFIG_NET_PKTGEN=m
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
CONFIG_IRDA=m
#
# IrDA protocols
#
CONFIG_IRLAN=m
CONFIG_IRNET=m
CONFIG_IRCOMM=m
# CONFIG_IRDA_ULTRA is not set
#
# IrDA options
#
CONFIG_IRDA_CACHE_LAST_LSAP=y
CONFIG_IRDA_FAST_RR=y
# CONFIG_IRDA_DEBUG is not set
#
# Infrared-port device drivers
#
#
# SIR device drivers
#
CONFIG_IRTTY_SIR=m
#
# Dongle support
#
CONFIG_DONGLE=y
CONFIG_ESI_DONGLE=m
CONFIG_ACTISYS_DONGLE=m
CONFIG_TEKRAM_DONGLE=m
CONFIG_TOIM3232_DONGLE=m
CONFIG_LITELINK_DONGLE=m
CONFIG_MA600_DONGLE=m
CONFIG_GIRBIL_DONGLE=m
CONFIG_MCP2120_DONGLE=m
CONFIG_OLD_BELKIN_DONGLE=m
CONFIG_ACT200L_DONGLE=m
# CONFIG_KINGSUN_DONGLE is not set
# CONFIG_KSDAZZLE_DONGLE is not set
# CONFIG_KS959_DONGLE is not set
#
# FIR device drivers
#
CONFIG_USB_IRDA=m
CONFIG_SIGMATEL_FIR=m
CONFIG_NSC_FIR=m
CONFIG_WINBOND_FIR=m
CONFIG_TOSHIBA_FIR=m
CONFIG_SMC_IRCC_FIR=m
CONFIG_ALI_FIR=m
CONFIG_VLSI_FIR=m
CONFIG_VIA_FIR=m
CONFIG_MCS_FIR=m
CONFIG_BT=m
CONFIG_BT_L2CAP=m
CONFIG_BT_SCO=m
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=m
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HIDP=m
#
# Bluetooth device drivers
#
# CONFIG_BT_HCIBTUSB is not set
# CONFIG_BT_HCIBTSDIO is not set
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
# CONFIG_BT_HCIUART_LL is not set
CONFIG_BT_HCIBCM203X=m
CONFIG_BT_HCIBPA10X=m
CONFIG_BT_HCIBFUSB=m
CONFIG_BT_HCIDTL1=m
CONFIG_BT_HCIBT3C=m
CONFIG_BT_HCIBLUECARD=m
CONFIG_BT_HCIBTUART=m
CONFIG_BT_HCIVHCI=m
# CONFIG_AF_RXRPC is not set
CONFIG_FIB_RULES=y
CONFIG_WIRELESS=y
# CONFIG_CFG80211 is not set
CONFIG_WIRELESS_OLD_REGULATORY=y
CONFIG_WIRELESS_EXT=y
CONFIG_WIRELESS_EXT_SYSFS=y
CONFIG_LIB80211=y
# CONFIG_LIB80211_DEBUG is not set
#
# CFG80211 needs to be enabled for MAC80211
#
CONFIG_MAC80211_DEFAULT_PS_VALUE=0
# CONFIG_WIMAX is not set
CONFIG_RFKILL=m
CONFIG_RFKILL_LEDS=y
CONFIG_RFKILL_INPUT=y
# CONFIG_NET_9P is not set
#
# Device Drivers
#
#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE=""
CONFIG_SYS_HYPERVISOR=y
CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
CONFIG_MTD=m
# CONFIG_MTD_DEBUG is not set
CONFIG_MTD_CONCAT=m
CONFIG_MTD_PARTITIONS=y
# CONFIG_MTD_TESTS is not set
CONFIG_MTD_REDBOOT_PARTS=m
CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1
# CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set
# CONFIG_MTD_REDBOOT_PARTS_READONLY is not set
# CONFIG_MTD_AR7_PARTS is not set
#
# User Modules And Translation Layers
#
CONFIG_MTD_CHAR=m
CONFIG_MTD_BLKDEVS=m
CONFIG_MTD_BLOCK=m
CONFIG_MTD_BLOCK_RO=m
CONFIG_FTL=m
CONFIG_NFTL=m
CONFIG_NFTL_RW=y
CONFIG_INFTL=m
CONFIG_RFD_FTL=m
CONFIG_SSFDC=m
# CONFIG_MTD_OOPS is not set
#
# RAM/ROM/Flash chip drivers
#
CONFIG_MTD_CFI=m
CONFIG_MTD_JEDECPROBE=m
CONFIG_MTD_GEN_PROBE=m
# CONFIG_MTD_CFI_ADV_OPTIONS is not set
CONFIG_MTD_MAP_BANK_WIDTH_1=y
CONFIG_MTD_MAP_BANK_WIDTH_2=y
CONFIG_MTD_MAP_BANK_WIDTH_4=y
# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
CONFIG_MTD_CFI_I1=y
CONFIG_MTD_CFI_I2=y
# CONFIG_MTD_CFI_I4 is not set
# CONFIG_MTD_CFI_I8 is not set
CONFIG_MTD_CFI_INTELEXT=m
CONFIG_MTD_CFI_AMDSTD=m
CONFIG_MTD_CFI_STAA=m
CONFIG_MTD_CFI_UTIL=m
CONFIG_MTD_RAM=m
CONFIG_MTD_ROM=m
CONFIG_MTD_ABSENT=m
#
# Mapping drivers for chip access
#
CONFIG_MTD_COMPLEX_MAPPINGS=y
# CONFIG_MTD_PHYSMAP is not set
CONFIG_MTD_SC520CDP=m
CONFIG_MTD_NETSC520=m
CONFIG_MTD_TS5500=m
# CONFIG_MTD_SBC_GXX is not set
# CONFIG_MTD_AMD76XROM is not set
# CONFIG_MTD_ICHXROM is not set
CONFIG_MTD_ESB2ROM=m
CONFIG_MTD_CK804XROM=m
CONFIG_MTD_SCB2_FLASH=m
# CONFIG_MTD_NETtel is not set
# CONFIG_MTD_L440GX is not set
CONFIG_MTD_PCI=m
# CONFIG_MTD_INTEL_VR_NOR is not set
# CONFIG_MTD_PLATRAM is not set
#
# Self-contained MTD device drivers
#
CONFIG_MTD_PMC551=m
# CONFIG_MTD_PMC551_BUGFIX is not set
# CONFIG_MTD_PMC551_DEBUG is not set
# CONFIG_MTD_SLRAM is not set
# CONFIG_MTD_PHRAM is not set
CONFIG_MTD_MTDRAM=m
CONFIG_MTDRAM_TOTAL_SIZE=4096
CONFIG_MTDRAM_ERASE_SIZE=128
CONFIG_MTD_BLOCK2MTD=m
#
# Disk-On-Chip Device Drivers
#
# CONFIG_MTD_DOC2000 is not set
# CONFIG_MTD_DOC2001 is not set
# CONFIG_MTD_DOC2001PLUS is not set
CONFIG_MTD_NAND=m
# CONFIG_MTD_NAND_VERIFY_WRITE is not set
CONFIG_MTD_NAND_ECC_SMC=y
# CONFIG_MTD_NAND_MUSEUM_IDS is not set
CONFIG_MTD_NAND_IDS=m
CONFIG_MTD_NAND_DISKONCHIP=m
# CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED is not set
CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0
# CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE is not set
CONFIG_MTD_NAND_CAFE=m
CONFIG_MTD_NAND_CS553X=m
CONFIG_MTD_NAND_NANDSIM=m
# CONFIG_MTD_NAND_PLATFORM is not set
# CONFIG_MTD_ALAUDA is not set
# CONFIG_MTD_ONENAND is not set
#
# LPDDR flash memory drivers
#
# CONFIG_MTD_LPDDR is not set
#
# UBI - Unsorted block images
#
# CONFIG_MTD_UBI is not set
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_SERIAL=m
# CONFIG_PARPORT_PC_FIFO is not set
# CONFIG_PARPORT_PC_SUPERIO is not set
CONFIG_PARPORT_PC_PCMCIA=m
# CONFIG_PARPORT_GSC is not set
# CONFIG_PARPORT_AX88796 is not set
CONFIG_PARPORT_1284=y
CONFIG_PARPORT_NOT_PC=y
CONFIG_PNP=y
CONFIG_PNP_DEBUG_MESSAGES=y
#
# Protocols
#
CONFIG_ISAPNP=y
# CONFIG_PNPBIOS is not set
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_FD=m
# CONFIG_BLK_DEV_XD is not set
CONFIG_PARIDE=m
#
# Parallel IDE high-level drivers
#
CONFIG_PARIDE_PD=m
CONFIG_PARIDE_PCD=m
CONFIG_PARIDE_PF=m
CONFIG_PARIDE_PT=m
CONFIG_PARIDE_PG=m
#
# Parallel IDE protocol modules
#
CONFIG_PARIDE_ATEN=m
CONFIG_PARIDE_BPCK=m
CONFIG_PARIDE_BPCK6=m
CONFIG_PARIDE_COMM=m
CONFIG_PARIDE_DSTR=m
CONFIG_PARIDE_FIT2=m
CONFIG_PARIDE_FIT3=m
CONFIG_PARIDE_EPAT=m
CONFIG_PARIDE_EPATC8=y
CONFIG_PARIDE_EPIA=m
CONFIG_PARIDE_FRIQ=m
CONFIG_PARIDE_FRPW=m
CONFIG_PARIDE_KBIC=m
CONFIG_PARIDE_KTTI=m
CONFIG_PARIDE_ON20=m
CONFIG_PARIDE_ON26=m
CONFIG_BLK_CPQ_DA=m
CONFIG_BLK_CPQ_CISS_DA=m
CONFIG_CISS_SCSI_TAPE=y
CONFIG_BLK_DEV_DAC960=m
CONFIG_BLK_DEV_UMEM=m
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_CRYPTOLOOP=m
CONFIG_BLK_DEV_NBD=m
CONFIG_BLK_DEV_SX8=m
CONFIG_BLK_DEV_UB=m
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=16384
# CONFIG_BLK_DEV_XIP is not set
CONFIG_CDROM_PKTCDVD=m
CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
CONFIG_ATA_OVER_ETH=m
CONFIG_XEN_BLKDEV_FRONTEND=y
# CONFIG_BLK_DEV_HD is not set
CONFIG_MISC_DEVICES=y
CONFIG_IBM_ASM=m
# CONFIG_PHANTOM is not set
# CONFIG_SGI_IOC4 is not set
CONFIG_TIFM_CORE=m
CONFIG_TIFM_7XX1=m
# CONFIG_ICS932S401 is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_HP_ILO is not set
CONFIG_DELL_LAPTOP=m
# CONFIG_ISL29003 is not set
# CONFIG_C2PORT is not set
#
# EEPROM support
#
# CONFIG_EEPROM_AT24 is not set
# CONFIG_EEPROM_LEGACY is not set
# CONFIG_EEPROM_MAX6875 is not set
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_CB710_CORE is not set
CONFIG_HAVE_IDE=y
CONFIG_IDE=y
#
# Please see Documentation/ide/ide.txt for help/info on IDE drives
#
CONFIG_IDE_XFER_MODE=y
CONFIG_IDE_TIMINGS=y
CONFIG_IDE_ATAPI=y
# CONFIG_BLK_DEV_IDE_SATA is not set
CONFIG_IDE_GD=y
CONFIG_IDE_GD_ATA=y
# CONFIG_IDE_GD_ATAPI is not set
CONFIG_BLK_DEV_IDECS=m
CONFIG_BLK_DEV_DELKIN=m
CONFIG_BLK_DEV_IDECD=m
CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
# CONFIG_BLK_DEV_IDETAPE is not set
CONFIG_BLK_DEV_IDEACPI=y
CONFIG_IDE_TASK_IOCTL=y
CONFIG_IDE_PROC_FS=y
#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
# CONFIG_BLK_DEV_PLATFORM is not set
CONFIG_BLK_DEV_CMD640=y
CONFIG_BLK_DEV_CMD640_ENHANCED=y
CONFIG_BLK_DEV_IDEPNP=y
CONFIG_BLK_DEV_IDEDMA_SFF=y
#
# PCI IDE chipsets support
#
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_PCIBUS_ORDER=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=y
# CONFIG_BLK_DEV_OPTI621 is not set
CONFIG_BLK_DEV_RZ1000=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
CONFIG_BLK_DEV_AEC62XX=y
CONFIG_BLK_DEV_ALI15X3=y
CONFIG_BLK_DEV_AMD74XX=y
CONFIG_BLK_DEV_ATIIXP=y
CONFIG_BLK_DEV_CMD64X=y
CONFIG_BLK_DEV_TRIFLEX=y
CONFIG_BLK_DEV_CS5520=y
CONFIG_BLK_DEV_CS5530=y
CONFIG_BLK_DEV_CS5535=y
# CONFIG_BLK_DEV_CS5536 is not set
CONFIG_BLK_DEV_HPT366=y
CONFIG_BLK_DEV_JMICRON=y
# CONFIG_BLK_DEV_SC1200 is not set
CONFIG_BLK_DEV_PIIX=y
# CONFIG_BLK_DEV_IT8172 is not set
# CONFIG_BLK_DEV_IT8213 is not set
CONFIG_BLK_DEV_IT821X=y
# CONFIG_BLK_DEV_NS87415 is not set
CONFIG_BLK_DEV_PDC202XX_OLD=y
CONFIG_BLK_DEV_PDC202XX_NEW=y
CONFIG_BLK_DEV_SVWKS=y
CONFIG_BLK_DEV_SIIMAGE=y
CONFIG_BLK_DEV_SIS5513=y
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
CONFIG_BLK_DEV_VIA82CXXX=y
# CONFIG_BLK_DEV_TC86C001 is not set
#
# Other IDE chipsets support
#
#
# Note: most of these also require special kernel boot parameters
#
# CONFIG_BLK_DEV_4DRIVES is not set
# CONFIG_BLK_DEV_ALI14XX is not set
# CONFIG_BLK_DEV_DTC2278 is not set
# CONFIG_BLK_DEV_HT6560B is not set
# CONFIG_BLK_DEV_QD65XX is not set
# CONFIG_BLK_DEV_UMC8672 is not set
CONFIG_BLK_DEV_IDEDMA=y
#
# SCSI device support
#
CONFIG_RAID_ATTRS=m
CONFIG_SCSI=m
CONFIG_SCSI_DMA=y
CONFIG_SCSI_TGT=m
CONFIG_SCSI_NETLINK=y
CONFIG_SCSI_PROC_FS=y
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=m
CONFIG_CHR_DEV_ST=m
CONFIG_CHR_DEV_OSST=m
CONFIG_BLK_DEV_SR=m
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=m
CONFIG_CHR_DEV_SCH=m
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
# CONFIG_SCSI_SCAN_ASYNC is not set
CONFIG_SCSI_WAIT_SCAN=m
#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=m
CONFIG_SCSI_FC_ATTRS=m
# CONFIG_SCSI_FC_TGT_ATTRS is not set
CONFIG_SCSI_ISCSI_ATTRS=m
CONFIG_SCSI_SAS_ATTRS=m
CONFIG_SCSI_SAS_LIBSAS=m
# CONFIG_SCSI_SAS_ATA is not set
CONFIG_SCSI_SAS_HOST_SMP=y
# CONFIG_SCSI_SAS_LIBSAS_DEBUG is not set
CONFIG_SCSI_SRP_ATTRS=m
# CONFIG_SCSI_SRP_TGT_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
CONFIG_ISCSI_TCP=m
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_BNX2_ISCSI is not set
CONFIG_BLK_DEV_3W_XXXX_RAID=m
CONFIG_SCSI_3W_9XXX=m
# CONFIG_SCSI_7000FASST is not set
CONFIG_SCSI_ACARD=m
CONFIG_SCSI_AHA152X=m
CONFIG_SCSI_AHA1542=m
CONFIG_SCSI_AACRAID=m
CONFIG_SCSI_AIC7XXX=m
CONFIG_AIC7XXX_CMDS_PER_DEVICE=4
CONFIG_AIC7XXX_RESET_DELAY_MS=15000
# CONFIG_AIC7XXX_DEBUG_ENABLE is not set
CONFIG_AIC7XXX_DEBUG_MASK=0
# CONFIG_AIC7XXX_REG_PRETTY_PRINT is not set
CONFIG_SCSI_AIC7XXX_OLD=m
CONFIG_SCSI_AIC79XX=m
CONFIG_AIC79XX_CMDS_PER_DEVICE=4
CONFIG_AIC79XX_RESET_DELAY_MS=15000
# CONFIG_AIC79XX_DEBUG_ENABLE is not set
CONFIG_AIC79XX_DEBUG_MASK=0
# CONFIG_AIC79XX_REG_PRETTY_PRINT is not set
CONFIG_SCSI_AIC94XX=m
# CONFIG_AIC94XX_DEBUG is not set
# CONFIG_SCSI_MVSAS is not set
# CONFIG_SCSI_DPT_I2O is not set
CONFIG_SCSI_ADVANSYS=m
# CONFIG_SCSI_IN2000 is not set
CONFIG_SCSI_ARCMSR=m
# CONFIG_SCSI_ARCMSR_AER is not set
CONFIG_MEGARAID_NEWGEN=y
CONFIG_MEGARAID_MM=m
CONFIG_MEGARAID_MAILBOX=m
CONFIG_MEGARAID_LEGACY=m
CONFIG_MEGARAID_SAS=m
# CONFIG_SCSI_MPT2SAS is not set
CONFIG_SCSI_HPTIOP=m
CONFIG_SCSI_BUSLOGIC=m
# CONFIG_SCSI_FLASHPOINT is not set
# CONFIG_LIBFC is not set
# CONFIG_LIBFCOE is not set
# CONFIG_FCOE is not set
# CONFIG_FCOE_FNIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
CONFIG_SCSI_FUTURE_DOMAIN=m
CONFIG_SCSI_GDTH=m
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set
CONFIG_SCSI_IPS=m
CONFIG_SCSI_INITIO=m
CONFIG_SCSI_INIA100=m
CONFIG_SCSI_PPA=m
CONFIG_SCSI_IMM=m
# CONFIG_SCSI_IZIP_EPP16 is not set
# CONFIG_SCSI_IZIP_SLOW_CTR is not set
# CONFIG_SCSI_NCR53C406A is not set
CONFIG_SCSI_STEX=m
CONFIG_SCSI_SYM53C8XX_2=m
CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
CONFIG_SCSI_SYM53C8XX_MMIO=y
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
CONFIG_SCSI_QLOGIC_1280=m
CONFIG_SCSI_QLA_FC=m
CONFIG_SCSI_QLA_ISCSI=m
CONFIG_SCSI_LPFC=m
# CONFIG_SCSI_SYM53C416 is not set
CONFIG_SCSI_DC395x=m
CONFIG_SCSI_DC390T=m
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set
CONFIG_SCSI_SRP=m
# CONFIG_SCSI_LOWLEVEL_PCMCIA is not set
# CONFIG_SCSI_DH is not set
# CONFIG_SCSI_OSD_INITIATOR is not set
CONFIG_ATA=m
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_ACPI=y
CONFIG_SATA_PMP=y
CONFIG_SATA_AHCI=m
CONFIG_SATA_SIL24=m
CONFIG_ATA_SFF=y
CONFIG_SATA_SVW=m
CONFIG_ATA_PIIX=m
CONFIG_SATA_MV=m
CONFIG_SATA_NV=m
CONFIG_PDC_ADMA=m
CONFIG_SATA_QSTOR=m
CONFIG_SATA_PROMISE=m
CONFIG_SATA_SX4=m
CONFIG_SATA_SIL=m
CONFIG_SATA_SIS=m
CONFIG_SATA_ULI=m
CONFIG_SATA_VIA=m
CONFIG_SATA_VITESSE=m
CONFIG_SATA_INIC162X=m
CONFIG_PATA_ACPI=m
CONFIG_PATA_ALI=m
CONFIG_PATA_AMD=m
CONFIG_PATA_ARTOP=m
CONFIG_PATA_ATIIXP=m
# CONFIG_PATA_CMD640_PCI is not set
CONFIG_PATA_CMD64X=m
CONFIG_PATA_CS5520=m
CONFIG_PATA_CS5530=m
# CONFIG_PATA_CS5535 is not set
CONFIG_PATA_CS5536=m
# CONFIG_PATA_CYPRESS is not set
CONFIG_PATA_EFAR=m
CONFIG_ATA_GENERIC=m
CONFIG_PATA_HPT366=m
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
CONFIG_PATA_HPT3X3=m
# CONFIG_PATA_HPT3X3_DMA is not set
CONFIG_PATA_ISAPNP=m
CONFIG_PATA_IT821X=m
# CONFIG_PATA_IT8213 is not set
CONFIG_PATA_JMICRON=m
# CONFIG_PATA_LEGACY is not set
CONFIG_PATA_TRIFLEX=m
CONFIG_PATA_MARVELL=m
CONFIG_PATA_MPIIX=m
CONFIG_PATA_OLDPIIX=m
CONFIG_PATA_NETCELL=m
# CONFIG_PATA_NINJA32 is not set
CONFIG_PATA_NS87410=m
CONFIG_PATA_NS87415=m
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_OPTIDMA is not set
CONFIG_PATA_PCMCIA=m
CONFIG_PATA_PDC_OLD=m
CONFIG_PATA_QDI=m
# CONFIG_PATA_RADISYS is not set
CONFIG_PATA_RZ1000=m
CONFIG_PATA_SC1200=m
CONFIG_PATA_SERVERWORKS=m
CONFIG_PATA_PDC2027X=m
CONFIG_PATA_SIL680=m
CONFIG_PATA_SIS=m
CONFIG_PATA_VIA=m
CONFIG_PATA_WINBOND=m
# CONFIG_PATA_WINBOND_VLB is not set
CONFIG_PATA_SCH=m
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_AUTODETECT=y
CONFIG_MD_LINEAR=m
CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=m
CONFIG_MD_RAID10=m
CONFIG_MD_RAID456=m
CONFIG_MD_RAID6_PQ=m
CONFIG_MD_MULTIPATH=m
CONFIG_MD_FAULTY=m
CONFIG_BLK_DEV_DM=m
CONFIG_DM_DEBUG=y
CONFIG_DM_CRYPT=m
CONFIG_DM_SNAPSHOT=m
CONFIG_DM_MIRROR=m
# CONFIG_DM_LOG_USERSPACE is not set
CONFIG_DM_ZERO=m
CONFIG_DM_MULTIPATH=m
# CONFIG_DM_MULTIPATH_QL is not set
# CONFIG_DM_MULTIPATH_ST is not set
# CONFIG_DM_DELAY is not set
# CONFIG_DM_UEVENT is not set
CONFIG_FUSION=y
CONFIG_FUSION_SPI=m
CONFIG_FUSION_FC=m
# CONFIG_FUSION_SAS is not set
CONFIG_FUSION_MAX_SGE=40
CONFIG_FUSION_CTL=m
CONFIG_FUSION_LAN=m
# CONFIG_FUSION_LOGGING is not set
#
# IEEE 1394 (FireWire) support
#
#
# You can enable one or both FireWire driver stacks.
#
#
# See the help texts for more information.
#
# CONFIG_FIREWIRE is not set
CONFIG_IEEE1394=m
CONFIG_IEEE1394_OHCI1394=m
CONFIG_IEEE1394_PCILYNX=m
CONFIG_IEEE1394_SBP2=m
# CONFIG_IEEE1394_SBP2_PHYS_DMA is not set
CONFIG_IEEE1394_ETH1394_ROM_ENTRY=y
CONFIG_IEEE1394_ETH1394=m
CONFIG_IEEE1394_RAWIO=m
CONFIG_IEEE1394_VIDEO1394=m
CONFIG_IEEE1394_DV1394=m
# CONFIG_IEEE1394_VERBOSEDEBUG is not set
CONFIG_I2O=m
# CONFIG_I2O_LCT_NOTIFY_ON_CHANGES is not set
CONFIG_I2O_EXT_ADAPTEC=y
CONFIG_I2O_EXT_ADAPTEC_DMA64=y
CONFIG_I2O_CONFIG=m
CONFIG_I2O_CONFIG_OLD_IOCTL=y
CONFIG_I2O_BUS=m
CONFIG_I2O_BLOCK=m
CONFIG_I2O_SCSI=m
CONFIG_I2O_PROC=m
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
CONFIG_IFB=m
CONFIG_DUMMY=m
CONFIG_BONDING=m
# CONFIG_MACVLAN is not set
CONFIG_EQUALIZER=m
# CONFIG_IMQ is not set
CONFIG_TUN=m
# CONFIG_VETH is not set
CONFIG_NET_SB1000=m
# CONFIG_ARCNET is not set
CONFIG_PHYLIB=m
#
# MII PHY device drivers
#
CONFIG_MARVELL_PHY=m
CONFIG_DAVICOM_PHY=m
CONFIG_QSEMI_PHY=m
CONFIG_LXT_PHY=m
CONFIG_CICADA_PHY=m
CONFIG_VITESSE_PHY=m
CONFIG_SMSC_PHY=m
CONFIG_BROADCOM_PHY=m
# CONFIG_ICPLUS_PHY is not set
# CONFIG_REALTEK_PHY is not set
# CONFIG_NATIONAL_PHY is not set
# CONFIG_STE10XP is not set
# CONFIG_LSI_ET1011C_PHY is not set
# CONFIG_MDIO_BITBANG is not set
CONFIG_NET_ETHERNET=y
CONFIG_MII=m
CONFIG_HAPPYMEAL=m
CONFIG_SUNGEM=m
CONFIG_CASSINI=m
CONFIG_NET_VENDOR_3COM=y
CONFIG_EL1=m
CONFIG_EL2=m
CONFIG_ELPLUS=m
CONFIG_EL16=m
CONFIG_EL3=m
CONFIG_3C515=m
CONFIG_VORTEX=m
CONFIG_TYPHOON=m
# CONFIG_LANCE is not set
CONFIG_NET_VENDOR_SMC=y
# CONFIG_WD80x3 is not set
CONFIG_ULTRA=m
# CONFIG_SMC9194 is not set
# CONFIG_ETHOC is not set
# CONFIG_NET_VENDOR_RACAL is not set
# CONFIG_DNET is not set
CONFIG_NET_TULIP=y
CONFIG_DE2104X=m
CONFIG_DE2104X_DSL=0
CONFIG_TULIP=m
# CONFIG_TULIP_MWI is not set
CONFIG_TULIP_MMIO=y
# CONFIG_TULIP_NAPI is not set
CONFIG_DE4X5=m
CONFIG_WINBOND_840=m
CONFIG_DM9102=m
CONFIG_ULI526X=m
CONFIG_PCMCIA_XIRCOM=m
# CONFIG_AT1700 is not set
# CONFIG_DEPCA is not set
# CONFIG_HP100 is not set
CONFIG_NET_ISA=y
# CONFIG_E2100 is not set
CONFIG_EWRK3=m
# CONFIG_EEXPRESS is not set
# CONFIG_EEXPRESS_PRO is not set
# CONFIG_HPLAN_PLUS is not set
# CONFIG_HPLAN is not set
# CONFIG_LP486E is not set
# CONFIG_ETH16I is not set
CONFIG_NE2000=m
# CONFIG_ZNET is not set
# CONFIG_SEEQ8005 is not set
# CONFIG_IBM_NEW_EMAC_ZMII is not set
# CONFIG_IBM_NEW_EMAC_RGMII is not set
# CONFIG_IBM_NEW_EMAC_TAH is not set
# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
# CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set
# CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set
# CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set
CONFIG_NET_PCI=y
CONFIG_PCNET32=m
CONFIG_AMD8111_ETH=m
CONFIG_ADAPTEC_STARFIRE=m
# CONFIG_AC3200 is not set
# CONFIG_APRICOT is not set
CONFIG_B44=m
CONFIG_B44_PCI_AUTOSELECT=y
CONFIG_B44_PCICORE_AUTOSELECT=y
CONFIG_B44_PCI=y
CONFIG_FORCEDETH=m
CONFIG_FORCEDETH_NAPI=y
# CONFIG_CS89x0 is not set
CONFIG_E100=m
CONFIG_FEALNX=m
CONFIG_NATSEMI=m
CONFIG_NE2K_PCI=m
CONFIG_8139CP=m
CONFIG_8139TOO=m
# CONFIG_8139TOO_PIO is not set
# CONFIG_8139TOO_TUNE_TWISTER is not set
CONFIG_8139TOO_8129=y
# CONFIG_8139_OLD_RX_RESET is not set
# CONFIG_R6040 is not set
CONFIG_SIS900=m
CONFIG_EPIC100=m
# CONFIG_SMSC9420 is not set
CONFIG_SUNDANCE=m
# CONFIG_SUNDANCE_MMIO is not set
CONFIG_TLAN=m
# CONFIG_KS8842 is not set
CONFIG_VIA_RHINE=m
CONFIG_VIA_RHINE_MMIO=y
# CONFIG_SC92031 is not set
CONFIG_NET_POCKET=y
CONFIG_ATP=m
CONFIG_DE600=m
CONFIG_DE620=m
# CONFIG_ATL2 is not set
CONFIG_NETDEV_1000=y
CONFIG_ACENIC=m
# CONFIG_ACENIC_OMIT_TIGON_I is not set
CONFIG_DL2K=m
CONFIG_E1000=m
CONFIG_E1000E=m
CONFIG_IP1000=m
CONFIG_IGB=m
# CONFIG_IGBVF is not set
CONFIG_NS83820=m
CONFIG_HAMACHI=m
CONFIG_YELLOWFIN=m
CONFIG_R8169=m
CONFIG_R8169_VLAN=y
CONFIG_SIS190=m
CONFIG_SKGE=m
CONFIG_SKY2=m
CONFIG_VIA_VELOCITY=m
CONFIG_TIGON3=m
CONFIG_BNX2=m
# CONFIG_CNIC is not set
CONFIG_QLA3XXX=m
CONFIG_ATL1=m
CONFIG_ATL1E=m
# CONFIG_ATL1C is not set
CONFIG_JME=m
CONFIG_NETDEV_10000=y
CONFIG_MDIO=m
CONFIG_CHELSIO_T1=m
CONFIG_CHELSIO_T1_1G=y
CONFIG_CHELSIO_T3_DEPENDS=y
CONFIG_CHELSIO_T3=m
CONFIG_ENIC=m
CONFIG_IXGBE=m
CONFIG_IXGB=m
CONFIG_S2IO=m
# CONFIG_VXGE is not set
CONFIG_MYRI10GE=m
CONFIG_NETXEN_NIC=m
CONFIG_NIU=m
CONFIG_MLX4_EN=m
CONFIG_MLX4_CORE=m
CONFIG_MLX4_DEBUG=y
CONFIG_TEHUTI=m
CONFIG_BNX2X=m
CONFIG_QLGE=m
CONFIG_SFC=m
CONFIG_SFC_MTD=y
# CONFIG_BE2NET is not set
CONFIG_TR=y
# CONFIG_IBMTR is not set
CONFIG_IBMOL=m
CONFIG_IBMLS=m
CONFIG_3C359=m
# CONFIG_TMS380TR is not set
# CONFIG_SMCTR is not set
#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
# CONFIG_WLAN_80211 is not set
#
# Enable WiMAX (Networking options) to see the WiMAX drivers
#
#
# USB Network Adapters
#
CONFIG_USB_CATC=m
CONFIG_USB_KAWETH=m
CONFIG_USB_PEGASUS=m
CONFIG_USB_RTL8150=m
CONFIG_USB_USBNET=m
CONFIG_USB_NET_AX8817X=m
CONFIG_USB_NET_CDCETHER=m
# CONFIG_USB_NET_CDC_EEM is not set
# CONFIG_USB_NET_DM9601 is not set
# CONFIG_USB_NET_SMSC95XX is not set
CONFIG_USB_NET_GL620A=m
CONFIG_USB_NET_NET1080=m
CONFIG_USB_NET_PLUSB=m
CONFIG_USB_NET_MCS7830=m
CONFIG_USB_NET_RNDIS_HOST=m
CONFIG_USB_NET_CDC_SUBSET=m
CONFIG_USB_ALI_M5632=y
CONFIG_USB_AN2720=y
CONFIG_USB_BELKIN=y
CONFIG_USB_ARMLINUX=y
CONFIG_USB_EPSON2888=y
# CONFIG_USB_KC2190 is not set
CONFIG_USB_NET_ZAURUS=m
# CONFIG_USB_HSO is not set
# CONFIG_USB_NET_INT51X1 is not set
CONFIG_NET_PCMCIA=y
CONFIG_PCMCIA_3C589=m
CONFIG_PCMCIA_3C574=m
CONFIG_PCMCIA_FMVJ18X=m
CONFIG_PCMCIA_PCNET=m
CONFIG_PCMCIA_NMCLAN=m
CONFIG_PCMCIA_SMC91C92=m
CONFIG_PCMCIA_XIRC2PS=m
CONFIG_PCMCIA_AXNET=m
CONFIG_PCMCIA_IBMTR=m
# CONFIG_WAN is not set
CONFIG_ATM_DRIVERS=y
# CONFIG_ATM_DUMMY is not set
CONFIG_ATM_TCP=m
CONFIG_ATM_LANAI=m
CONFIG_ATM_ENI=m
# CONFIG_ATM_ENI_DEBUG is not set
# CONFIG_ATM_ENI_TUNE_BURST is not set
CONFIG_ATM_FIRESTREAM=m
CONFIG_ATM_ZATM=m
# CONFIG_ATM_ZATM_DEBUG is not set
CONFIG_ATM_NICSTAR=m
# CONFIG_ATM_NICSTAR_USE_SUNI is not set
# CONFIG_ATM_NICSTAR_USE_IDT77105 is not set
CONFIG_ATM_IDT77252=m
# CONFIG_ATM_IDT77252_DEBUG is not set
# CONFIG_ATM_IDT77252_RCV_ALL is not set
CONFIG_ATM_IDT77252_USE_SUNI=y
CONFIG_ATM_AMBASSADOR=m
# CONFIG_ATM_AMBASSADOR_DEBUG is not set
CONFIG_ATM_HORIZON=m
# CONFIG_ATM_HORIZON_DEBUG is not set
CONFIG_ATM_IA=m
# CONFIG_ATM_IA_DEBUG is not set
CONFIG_ATM_FORE200E=m
# CONFIG_ATM_FORE200E_USE_TASKLET is not set
CONFIG_ATM_FORE200E_TX_RETRY=16
CONFIG_ATM_FORE200E_DEBUG=0
CONFIG_ATM_HE=m
CONFIG_ATM_HE_USE_SUNI=y
# CONFIG_ATM_SOLOS is not set
CONFIG_XEN_NETDEV_FRONTEND=y
CONFIG_XEN_NETCHANNEL2=y
CONFIG_XEN_NETDEV2_BACKEND=y
CONFIG_XEN_NETDEV2_FRONTEND=y
CONFIG_XEN_NETDEV2_BYPASSABLE=y
CONFIG_XEN_NETDEV2_BYPASS_ENDPOINT=y
CONFIG_XEN_NETDEV2_AUTOMATIC_BYPASS=y
CONFIG_FDDI=y
# CONFIG_DEFXX is not set
CONFIG_SKFP=m
# CONFIG_HIPPI is not set
CONFIG_PLIP=m
CONFIG_PPP=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
# CONFIG_PPP_BSDCOMP is not set
CONFIG_PPP_MPPE=m
CONFIG_PPPOE=m
CONFIG_PPPOATM=m
# CONFIG_PPPOL2TP is not set
CONFIG_SLIP=m
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLHC=m
CONFIG_SLIP_SMART=y
# CONFIG_SLIP_MODE_SLIP6 is not set
CONFIG_NET_FC=y
CONFIG_NETCONSOLE=m
# CONFIG_NETCONSOLE_DYNAMIC is not set
CONFIG_NETPOLL=y
CONFIG_NETPOLL_TRAP=y
CONFIG_NET_POLL_CONTROLLER=y
# CONFIG_ISDN is not set
# CONFIG_PHONE is not set
#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_FF_MEMLESS=y
CONFIG_INPUT_POLLDEV=m
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set
CONFIG_XEN_KBDDEV_FRONTEND=m
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
# CONFIG_MOUSE_PS2_ELANTECH is not set
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
CONFIG_MOUSE_SERIAL=m
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_BCM5974 is not set
# CONFIG_MOUSE_INPORT is not set
# CONFIG_MOUSE_LOGIBM is not set
# CONFIG_MOUSE_PC110PAD is not set
CONFIG_MOUSE_VSXXXAA=m
# CONFIG_MOUSE_SYNAPTICS_I2C is not set
CONFIG_INPUT_JOYSTICK=y
CONFIG_JOYSTICK_ANALOG=m
CONFIG_JOYSTICK_A3D=m
CONFIG_JOYSTICK_ADI=m
CONFIG_JOYSTICK_COBRA=m
CONFIG_JOYSTICK_GF2K=m
CONFIG_JOYSTICK_GRIP=m
CONFIG_JOYSTICK_GRIP_MP=m
CONFIG_JOYSTICK_GUILLEMOT=m
CONFIG_JOYSTICK_INTERACT=m
CONFIG_JOYSTICK_SIDEWINDER=m
CONFIG_JOYSTICK_TMDC=m
CONFIG_JOYSTICK_IFORCE=m
CONFIG_JOYSTICK_IFORCE_USB=y
CONFIG_JOYSTICK_IFORCE_232=y
CONFIG_JOYSTICK_WARRIOR=m
CONFIG_JOYSTICK_MAGELLAN=m
CONFIG_JOYSTICK_SPACEORB=m
CONFIG_JOYSTICK_SPACEBALL=m
CONFIG_JOYSTICK_STINGER=m
CONFIG_JOYSTICK_TWIDJOY=m
# CONFIG_JOYSTICK_ZHENHUA is not set
CONFIG_JOYSTICK_DB9=m
CONFIG_JOYSTICK_GAMECON=m
CONFIG_JOYSTICK_TURBOGRAFX=m
CONFIG_JOYSTICK_JOYDUMP=m
# CONFIG_JOYSTICK_XPAD is not set
# CONFIG_JOYSTICK_WALKERA0701 is not set
# CONFIG_INPUT_TABLET is not set
CONFIG_INPUT_TOUCHSCREEN=y
# CONFIG_TOUCHSCREEN_AD7879_I2C is not set
# CONFIG_TOUCHSCREEN_AD7879 is not set
# CONFIG_TOUCHSCREEN_EETI is not set
# CONFIG_TOUCHSCREEN_FUJITSU is not set
CONFIG_TOUCHSCREEN_GUNZE=m
CONFIG_TOUCHSCREEN_ELO=m
# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
CONFIG_TOUCHSCREEN_MTOUCH=m
# CONFIG_TOUCHSCREEN_INEXIO is not set
CONFIG_TOUCHSCREEN_MK712=m
# CONFIG_TOUCHSCREEN_HTCPEN is not set
CONFIG_TOUCHSCREEN_PENMOUNT=m
CONFIG_TOUCHSCREEN_TOUCHRIGHT=m
CONFIG_TOUCHSCREEN_TOUCHWIN=m
# CONFIG_TOUCHSCREEN_WM97XX is not set
# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
# CONFIG_TOUCHSCREEN_TSC2007 is not set
# CONFIG_TOUCHSCREEN_W90X900 is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=m
# CONFIG_INPUT_APANEL is not set
CONFIG_INPUT_WISTRON_BTNS=m
# CONFIG_INPUT_ATLAS_BTNS is not set
# CONFIG_INPUT_ATI_REMOTE is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
# CONFIG_INPUT_CM109 is not set
CONFIG_INPUT_UINPUT=m
#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PARKBD is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=m
CONFIG_GAMEPORT=m
CONFIG_GAMEPORT_NS558=m
CONFIG_GAMEPORT_L4=m
CONFIG_GAMEPORT_EMU10K1=m
CONFIG_GAMEPORT_FM801=m
#
# Character devices
#
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_DEVKMEM=y
CONFIG_SERIAL_NONSTANDARD=y
# CONFIG_COMPUTONE is not set
CONFIG_ROCKETPORT=m
CONFIG_CYCLADES=m
# CONFIG_CYZ_INTR is not set
# CONFIG_DIGIEPCA is not set
# CONFIG_MOXA_INTELLIO is not set
# CONFIG_MOXA_SMARTIO is not set
# CONFIG_ISI is not set
CONFIG_SYNCLINK=m
CONFIG_SYNCLINKMP=m
CONFIG_SYNCLINK_GT=m
CONFIG_N_HDLC=m
# CONFIG_RISCOM8 is not set
# CONFIG_SPECIALIX is not set
# CONFIG_STALDRV is not set
CONFIG_SABTECH=m
# CONFIG_NOZOMI is not set
#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_CS=m
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
# CONFIG_SERIAL_8250_FOURPORT is not set
# CONFIG_SERIAL_8250_ACCENT is not set
# CONFIG_SERIAL_8250_BOCA is not set
# CONFIG_SERIAL_8250_EXAR_ST16C554 is not set
# CONFIG_SERIAL_8250_HUB6 is not set
CONFIG_SERIAL_8250_SHARE_IRQ=y
CONFIG_SERIAL_8250_DETECT_IRQ=y
CONFIG_SERIAL_8250_RSA=y
#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_JSM=m
CONFIG_UNIX98_PTYS=y
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
# CONFIG_LEGACY_PTYS is not set
CONFIG_PRINTER=m
CONFIG_LP_CONSOLE=y
CONFIG_PPDEV=m
CONFIG_HVC_DRIVER=y
CONFIG_HVC_IRQ=y
CONFIG_HVC_XEN=y
CONFIG_IPMI_HANDLER=m
# CONFIG_IPMI_PANIC_EVENT is not set
CONFIG_IPMI_DEVICE_INTERFACE=m
CONFIG_IPMI_SI=m
CONFIG_IPMI_WATCHDOG=m
CONFIG_IPMI_POWEROFF=m
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
CONFIG_HW_RANDOM_INTEL=m
CONFIG_HW_RANDOM_AMD=m
CONFIG_HW_RANDOM_GEODE=m
CONFIG_HW_RANDOM_VIA=m
CONFIG_NVRAM=y
CONFIG_DTLK=m
CONFIG_R3964=m
# CONFIG_APPLICOM is not set
CONFIG_SONYPI=m
#
# PCMCIA character devices
#
# CONFIG_SYNCLINK_CS is not set
CONFIG_CARDMAN_4000=m
CONFIG_CARDMAN_4040=m
# CONFIG_IPWIRELESS is not set
CONFIG_MWAVE=m
CONFIG_PC8736x_GPIO=m
CONFIG_NSC_GPIO=m
CONFIG_CS5535_GPIO=m
# CONFIG_RAW_DRIVER is not set
CONFIG_HPET=y
# CONFIG_HPET_MMAP is not set
CONFIG_HANGCHECK_TIMER=m
CONFIG_TCG_TPM=m
CONFIG_TCG_TIS=m
CONFIG_TCG_NSC=m
CONFIG_TCG_ATMEL=m
CONFIG_TCG_INFINEON=m
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
CONFIG_I2C=m
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_CHARDEV=m
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_ALGOBIT=m
CONFIG_I2C_ALGOPCA=m
#
# I2C Hardware Bus support
#
#
# PC SMBus host controller drivers
#
CONFIG_I2C_ALI1535=m
CONFIG_I2C_ALI1563=m
CONFIG_I2C_ALI15X3=m
CONFIG_I2C_AMD756=m
CONFIG_I2C_AMD756_S4882=m
CONFIG_I2C_AMD8111=m
CONFIG_I2C_I801=m
# CONFIG_I2C_ISCH is not set
CONFIG_I2C_PIIX4=m
CONFIG_I2C_NFORCE2=m
# CONFIG_I2C_NFORCE2_S4985 is not set
CONFIG_I2C_SIS5595=m
CONFIG_I2C_SIS630=m
CONFIG_I2C_SIS96X=m
CONFIG_I2C_VIA=m
CONFIG_I2C_VIAPRO=m
#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_SIMTEC is not set
#
# External I2C/SMBus adapter drivers
#
CONFIG_I2C_PARPORT=m
CONFIG_I2C_PARPORT_LIGHT=m
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set
#
# Graphics adapter I2C/DDC channel drivers
#
CONFIG_I2C_VOODOO3=m
#
# Other I2C/SMBus bus drivers
#
CONFIG_I2C_PCA_ISA=m
# CONFIG_I2C_PCA_PLATFORM is not set
CONFIG_I2C_STUB=m
# CONFIG_SCx200_ACB is not set
#
# Miscellaneous I2C Chip support
#
# CONFIG_DS1682 is not set
CONFIG_SENSORS_PCF8574=m
# CONFIG_PCF8575 is not set
CONFIG_SENSORS_PCA9539=m
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set
# CONFIG_SPI is not set
#
# PPS support
#
# CONFIG_PPS is not set
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
# CONFIG_GPIOLIB is not set
# CONFIG_W1 is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_BATTERY_DS2760 is not set
# CONFIG_BATTERY_DS2782 is not set
# CONFIG_BATTERY_BQ27x00 is not set
# CONFIG_BATTERY_MAX17040 is not set
CONFIG_HWMON=m
CONFIG_HWMON_VID=m
CONFIG_SENSORS_ABITUGURU=m
# CONFIG_SENSORS_ABITUGURU3 is not set
# CONFIG_SENSORS_AD7414 is not set
# CONFIG_SENSORS_AD7418 is not set
CONFIG_SENSORS_ADM1021=m
CONFIG_SENSORS_ADM1025=m
CONFIG_SENSORS_ADM1026=m
# CONFIG_SENSORS_ADM1029 is not set
CONFIG_SENSORS_ADM1031=m
CONFIG_SENSORS_ADM9240=m
# CONFIG_SENSORS_ADT7462 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_ADT7473 is not set
# CONFIG_SENSORS_ADT7475 is not set
CONFIG_SENSORS_K8TEMP=m
CONFIG_SENSORS_ASB100=m
# CONFIG_SENSORS_ATK0110 is not set
CONFIG_SENSORS_ATXP1=m
CONFIG_SENSORS_DS1621=m
# CONFIG_SENSORS_I5K_AMB is not set
CONFIG_SENSORS_F71805F=m
# CONFIG_SENSORS_F71882FG is not set
# CONFIG_SENSORS_F75375S is not set
CONFIG_SENSORS_FSCHER=m
CONFIG_SENSORS_FSCPOS=m
# CONFIG_SENSORS_FSCHMD is not set
# CONFIG_SENSORS_G760A is not set
CONFIG_SENSORS_GL518SM=m
CONFIG_SENSORS_GL520SM=m
CONFIG_SENSORS_CORETEMP=m
# CONFIG_SENSORS_IBMAEM is not set
# CONFIG_SENSORS_IBMPEX is not set
CONFIG_SENSORS_IT87=m
CONFIG_SENSORS_LM63=m
CONFIG_SENSORS_LM75=m
CONFIG_SENSORS_LM77=m
CONFIG_SENSORS_LM78=m
CONFIG_SENSORS_LM80=m
CONFIG_SENSORS_LM83=m
CONFIG_SENSORS_LM85=m
CONFIG_SENSORS_LM87=m
CONFIG_SENSORS_LM90=m
CONFIG_SENSORS_LM92=m
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_LTC4215 is not set
# CONFIG_SENSORS_LTC4245 is not set
# CONFIG_SENSORS_LM95241 is not set
CONFIG_SENSORS_MAX1619=m
# CONFIG_SENSORS_MAX6650 is not set
CONFIG_SENSORS_PC87360=m
CONFIG_SENSORS_PC87427=m
CONFIG_SENSORS_PCF8591=m
CONFIG_SENSORS_SIS5595=m
# CONFIG_SENSORS_DME1737 is not set
CONFIG_SENSORS_SMSC47M1=m
CONFIG_SENSORS_SMSC47M192=m
CONFIG_SENSORS_SMSC47B397=m
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_TMP401 is not set
CONFIG_SENSORS_VIA686A=m
CONFIG_SENSORS_VT1211=m
CONFIG_SENSORS_VT8231=m
CONFIG_SENSORS_W83781D=m
CONFIG_SENSORS_W83791D=m
CONFIG_SENSORS_W83792D=m
CONFIG_SENSORS_W83793=m
CONFIG_SENSORS_W83L785TS=m
# CONFIG_SENSORS_W83L786NG is not set
CONFIG_SENSORS_W83627HF=m
CONFIG_SENSORS_W83627EHF=m
CONFIG_SENSORS_HDAPS=m
# CONFIG_SENSORS_LIS3LV02D is not set
# CONFIG_SENSORS_APPLESMC is not set
# CONFIG_HWMON_DEBUG_CHIP is not set
CONFIG_THERMAL=y
CONFIG_WATCHDOG=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
#
# Watchdog Device Drivers
#
CONFIG_SOFT_WATCHDOG=m
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
CONFIG_ALIM1535_WDT=m
CONFIG_ALIM7101_WDT=m
# CONFIG_SC520_WDT is not set
# CONFIG_EUROTECH_WDT is not set
# CONFIG_IB700_WDT is not set
CONFIG_IBMASR=m
# CONFIG_WAFER_WDT is not set
CONFIG_I6300ESB_WDT=m
CONFIG_ITCO_WDT=m
CONFIG_ITCO_VENDOR_SUPPORT=y
# CONFIG_IT8712F_WDT is not set
# CONFIG_IT87_WDT is not set
# CONFIG_HP_WATCHDOG is not set
# CONFIG_SC1200_WDT is not set
# CONFIG_PC87413_WDT is not set
# CONFIG_60XX_WDT is not set
# CONFIG_SBC8360_WDT is not set
# CONFIG_SBC7240_WDT is not set
# CONFIG_CPU5_WDT is not set
# CONFIG_SMSC_SCH311X_WDT is not set
# CONFIG_SMSC37B787_WDT is not set
CONFIG_W83627HF_WDT=m
CONFIG_W83697HF_WDT=m
# CONFIG_W83697UG_WDT is not set
CONFIG_W83877F_WDT=m
CONFIG_W83977F_WDT=m
CONFIG_MACHZ_WDT=m
# CONFIG_SBC_EPX_C3_WATCHDOG is not set
#
# ISA-based Watchdog Cards
#
# CONFIG_PCWATCHDOG is not set
# CONFIG_MIXCOMWD is not set
# CONFIG_WDT is not set
#
# PCI-based Watchdog Cards
#
CONFIG_PCIPCWATCHDOG=m
CONFIG_WDTPCI=m
#
# USB-based Watchdog Cards
#
CONFIG_USBPCWATCHDOG=m
CONFIG_SSB_POSSIBLE=y
#
# Sonics Silicon Backplane
#
CONFIG_SSB=m
CONFIG_SSB_SPROM=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
# CONFIG_SSB_B43_PCI_BRIDGE is not set
CONFIG_SSB_PCMCIAHOST_POSSIBLE=y
# CONFIG_SSB_PCMCIAHOST is not set
# CONFIG_SSB_DEBUG is not set
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y
#
# Multifunction device drivers
#
# CONFIG_MFD_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_PCF50633 is not set
# CONFIG_AB3100_CORE is not set
# CONFIG_REGULATOR is not set
# CONFIG_MEDIA_SUPPORT is not set
#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_ALI=y
CONFIG_AGP_ATI=y
CONFIG_AGP_AMD=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=y
CONFIG_AGP_NVIDIA=y
CONFIG_AGP_SIS=y
CONFIG_AGP_SWORKS=y
CONFIG_AGP_VIA=y
CONFIG_AGP_EFFICEON=y
CONFIG_DRM=m
CONFIG_DRM_TDFX=m
CONFIG_DRM_R128=m
CONFIG_DRM_RADEON=m
CONFIG_DRM_I810=m
CONFIG_DRM_I830=m
CONFIG_DRM_I915=m
# CONFIG_DRM_I915_KMS is not set
CONFIG_DRM_MGA=m
CONFIG_DRM_SIS=m
CONFIG_DRM_VIA=m
CONFIG_DRM_SAVAGE=m
CONFIG_VGASTATE=m
CONFIG_VIDEO_OUTPUT_CONTROL=m
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
CONFIG_FB_DDC=m
CONFIG_FB_BOOT_VESA_SUPPORT=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
CONFIG_FB_SYS_FILLRECT=m
CONFIG_FB_SYS_COPYAREA=m
CONFIG_FB_SYS_IMAGEBLIT=m
# CONFIG_FB_FOREIGN_ENDIAN is not set
CONFIG_FB_SYS_FOPS=m
CONFIG_FB_DEFERRED_IO=y
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y
#
# Frame buffer hardware drivers
#
CONFIG_FB_CIRRUS=m
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
CONFIG_FB_VGA16=m
# CONFIG_FB_UVESA is not set
CONFIG_FB_VESA=y
# CONFIG_FB_EFI is not set
# CONFIG_FB_N411 is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_S1D13XXX is not set
CONFIG_FB_NVIDIA=m
CONFIG_FB_NVIDIA_I2C=y
# CONFIG_FB_NVIDIA_DEBUG is not set
CONFIG_FB_NVIDIA_BACKLIGHT=y
CONFIG_FB_RIVA=m
# CONFIG_FB_RIVA_I2C is not set
# CONFIG_FB_RIVA_DEBUG is not set
CONFIG_FB_RIVA_BACKLIGHT=y
CONFIG_FB_I810=m
CONFIG_FB_I810_GTF=y
CONFIG_FB_I810_I2C=y
# CONFIG_FB_LE80578 is not set
CONFIG_FB_MATROX=m
CONFIG_FB_MATROX_MILLENIUM=y
CONFIG_FB_MATROX_MYSTIQUE=y
CONFIG_FB_MATROX_G=y
CONFIG_FB_MATROX_I2C=m
CONFIG_FB_MATROX_MAVEN=m
CONFIG_FB_MATROX_MULTIHEAD=y
CONFIG_FB_RADEON=m
CONFIG_FB_RADEON_I2C=y
CONFIG_FB_RADEON_BACKLIGHT=y
# CONFIG_FB_RADEON_DEBUG is not set
CONFIG_FB_ATY128=m
CONFIG_FB_ATY128_BACKLIGHT=y
CONFIG_FB_ATY=m
CONFIG_FB_ATY_CT=y
CONFIG_FB_ATY_GENERIC_LCD=y
CONFIG_FB_ATY_GX=y
CONFIG_FB_ATY_BACKLIGHT=y
# CONFIG_FB_S3 is not set
CONFIG_FB_SAVAGE=m
CONFIG_FB_SAVAGE_I2C=y
CONFIG_FB_SAVAGE_ACCEL=y
# CONFIG_FB_SIS is not set
# CONFIG_FB_VIA is not set
CONFIG_FB_NEOMAGIC=m
CONFIG_FB_KYRO=m
CONFIG_FB_3DFX=m
CONFIG_FB_3DFX_ACCEL=y
CONFIG_FB_3DFX_I2C=y
CONFIG_FB_VOODOO1=m
# CONFIG_FB_VT8623 is not set
CONFIG_FB_TRIDENT=m
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_GEODE is not set
# CONFIG_FB_VIRTUAL is not set
CONFIG_XEN_FBDEV_FRONTEND=m
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
# CONFIG_FB_BROADSHEET is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=m
# CONFIG_LCD_ILI9320 is not set
# CONFIG_LCD_PLATFORM is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_BACKLIGHT_GENERIC=y
# CONFIG_BACKLIGHT_PROGEAR is not set
# CONFIG_BACKLIGHT_MBP_NVIDIA is not set
# CONFIG_BACKLIGHT_SAHARA is not set
#
# Display device support
#
# CONFIG_DISPLAY_SUPPORT is not set
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
CONFIG_SOUND=m
CONFIG_SOUND_OSS_CORE=y
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_HRTIMER is not set
CONFIG_SND_DYNAMIC_MINORS=y
# CONFIG_SND_SUPPORT_OLD_API is not set
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
CONFIG_SND_VMASTER=y
CONFIG_SND_RAWMIDI_SEQ=m
CONFIG_SND_OPL3_LIB_SEQ=m
CONFIG_SND_OPL4_LIB_SEQ=m
CONFIG_SND_SBAWE_SEQ=m
CONFIG_SND_EMU10K1_SEQ=m
CONFIG_SND_MPU401_UART=m
CONFIG_SND_OPL3_LIB=m
CONFIG_SND_OPL4_LIB=m
CONFIG_SND_VX_LIB=m
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_DRIVERS=y
# CONFIG_SND_PCSP is not set
CONFIG_SND_DUMMY=m
CONFIG_SND_VIRMIDI=m
CONFIG_SND_MTPAV=m
CONFIG_SND_MTS64=m
# CONFIG_SND_SERIAL_U16550 is not set
CONFIG_SND_MPU401=m
# CONFIG_SND_PORTMAN2X4 is not set
CONFIG_SND_AC97_POWER_SAVE=y
CONFIG_SND_AC97_POWER_SAVE_DEFAULT=0
CONFIG_SND_WSS_LIB=m
CONFIG_SND_SB_COMMON=m
CONFIG_SND_SB16_DSP=m
CONFIG_SND_ISA=y
CONFIG_SND_ADLIB=m
# CONFIG_SND_AD1816A is not set
# CONFIG_SND_AD1848 is not set
# CONFIG_SND_ALS100 is not set
# CONFIG_SND_AZT2320 is not set
# CONFIG_SND_CMI8330 is not set
# CONFIG_SND_CS4231 is not set
CONFIG_SND_CS4236=m
# CONFIG_SND_DT019X is not set
# CONFIG_SND_ES968 is not set
# CONFIG_SND_ES1688 is not set
CONFIG_SND_ES18XX=m
# CONFIG_SND_SC6000 is not set
# CONFIG_SND_GUSCLASSIC is not set
# CONFIG_SND_GUSEXTREME is not set
# CONFIG_SND_GUSMAX is not set
# CONFIG_SND_INTERWAVE is not set
# CONFIG_SND_INTERWAVE_STB is not set
CONFIG_SND_OPL3SA2=m
# CONFIG_SND_OPTI92X_AD1848 is not set
# CONFIG_SND_OPTI92X_CS4231 is not set
# CONFIG_SND_OPTI93X is not set
CONFIG_SND_MIRO=m
# CONFIG_SND_SB8 is not set
CONFIG_SND_SB16=m
CONFIG_SND_SBAWE=m
# CONFIG_SND_SB16_CSP is not set
# CONFIG_SND_SGALAXY is not set
# CONFIG_SND_SSCAPE is not set
# CONFIG_SND_WAVEFRONT is not set
CONFIG_SND_MSND_PINNACLE=m
CONFIG_SND_MSND_CLASSIC=m
CONFIG_SND_PCI=y
CONFIG_SND_AD1889=m
CONFIG_SND_ALS300=m
CONFIG_SND_ALS4000=m
CONFIG_SND_ALI5451=m
CONFIG_SND_ATIIXP=m
CONFIG_SND_ATIIXP_MODEM=m
CONFIG_SND_AU8810=m
CONFIG_SND_AU8820=m
CONFIG_SND_AU8830=m
# CONFIG_SND_AW2 is not set
CONFIG_SND_AZT3328=m
CONFIG_SND_BT87X=m
# CONFIG_SND_BT87X_OVERCLOCK is not set
CONFIG_SND_CA0106=m
CONFIG_SND_CMIPCI=m
# CONFIG_SND_OXYGEN is not set
CONFIG_SND_CS4281=m
CONFIG_SND_CS46XX=m
CONFIG_SND_CS46XX_NEW_DSP=y
# CONFIG_SND_CS5530 is not set
CONFIG_SND_CS5535AUDIO=m
CONFIG_SND_CTXFI=m
CONFIG_SND_DARLA20=m
CONFIG_SND_GINA20=m
CONFIG_SND_LAYLA20=m
CONFIG_SND_DARLA24=m
CONFIG_SND_GINA24=m
CONFIG_SND_LAYLA24=m
CONFIG_SND_MONA=m
CONFIG_SND_MIA=m
CONFIG_SND_ECHO3G=m
CONFIG_SND_INDIGO=m
CONFIG_SND_INDIGOIO=m
CONFIG_SND_INDIGODJ=m
CONFIG_SND_INDIGOIOX=m
CONFIG_SND_INDIGODJX=m
CONFIG_SND_EMU10K1=m
CONFIG_SND_EMU10K1X=m
CONFIG_SND_ENS1370=m
CONFIG_SND_ENS1371=m
CONFIG_SND_ES1938=m
CONFIG_SND_ES1968=m
CONFIG_SND_FM801=m
CONFIG_SND_HDA_INTEL=m
# CONFIG_SND_HDA_HWDEP is not set
# CONFIG_SND_HDA_INPUT_BEEP is not set
# CONFIG_SND_HDA_INPUT_JACK is not set
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_CODEC_ANALOG=y
CONFIG_SND_HDA_CODEC_SIGMATEL=y
CONFIG_SND_HDA_CODEC_VIA=y
CONFIG_SND_HDA_CODEC_ATIHDMI=y
CONFIG_SND_HDA_CODEC_NVHDMI=y
CONFIG_SND_HDA_CODEC_INTELHDMI=y
CONFIG_SND_HDA_ELD=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CA0110=y
CONFIG_SND_HDA_CODEC_CMEDIA=y
CONFIG_SND_HDA_CODEC_SI3054=y
CONFIG_SND_HDA_GENERIC=y
# CONFIG_SND_HDA_POWER_SAVE is not set
CONFIG_SND_HDSP=m
CONFIG_SND_HDSPM=m
# CONFIG_SND_HIFIER is not set
CONFIG_SND_ICE1712=m
CONFIG_SND_ICE1724=m
CONFIG_SND_INTEL8X0=m
CONFIG_SND_INTEL8X0M=m
CONFIG_SND_KORG1212=m
CONFIG_SND_LX6464ES=m
CONFIG_SND_MAESTRO3=m
CONFIG_SND_MIXART=m
CONFIG_SND_NM256=m
CONFIG_SND_PCXHR=m
CONFIG_SND_RIPTIDE=m
CONFIG_SND_RME32=m
CONFIG_SND_RME96=m
CONFIG_SND_RME9652=m
# CONFIG_SND_SIS7019 is not set
CONFIG_SND_SONICVIBES=m
CONFIG_SND_TRIDENT=m
CONFIG_SND_VIA82XX=m
CONFIG_SND_VIA82XX_MODEM=m
# CONFIG_SND_VIRTUOSO is not set
CONFIG_SND_VX222=m
CONFIG_SND_YMFPCI=m
CONFIG_SND_USB=y
CONFIG_SND_USB_AUDIO=m
CONFIG_SND_USB_USX2Y=m
# CONFIG_SND_USB_CAIAQ is not set
# CONFIG_SND_USB_US122L is not set
CONFIG_SND_PCMCIA=y
# CONFIG_SND_VXPOCKET is not set
# CONFIG_SND_PDAUDIOCF is not set
# CONFIG_SND_SOC is not set
# CONFIG_SOUND_PRIME is not set
CONFIG_AC97_BUS=m
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
CONFIG_HID_DEBUG=y
# CONFIG_HIDRAW is not set
#
# USB Input Devices
#
CONFIG_USB_HID=y
CONFIG_HID_PID=y
CONFIG_USB_HIDDEV=y
#
# Special HID drivers
#
CONFIG_HID_A4TECH=y
CONFIG_HID_APPLE=y
CONFIG_HID_BELKIN=y
CONFIG_HID_CHERRY=y
CONFIG_HID_CHICONY=y
CONFIG_HID_CYPRESS=y
CONFIG_HID_DRAGONRISE=y
# CONFIG_DRAGONRISE_FF is not set
CONFIG_HID_EZKEY=y
CONFIG_HID_KYE=y
CONFIG_HID_GYRATION=y
CONFIG_HID_KENSINGTON=y
CONFIG_HID_LOGITECH=y
CONFIG_LOGITECH_FF=y
# CONFIG_LOGIRUMBLEPAD2_FF is not set
CONFIG_HID_MICROSOFT=y
CONFIG_HID_MONTEREY=y
CONFIG_HID_NTRIG=y
CONFIG_HID_PANTHERLORD=y
# CONFIG_PANTHERLORD_FF is not set
CONFIG_HID_PETALYNX=y
CONFIG_HID_SAMSUNG=y
CONFIG_HID_SONY=y
CONFIG_HID_SUNPLUS=y
CONFIG_HID_GREENASIA=y
# CONFIG_GREENASIA_FF is not set
CONFIG_HID_SMARTJOYPLUS=y
# CONFIG_SMARTJOYPLUS_FF is not set
CONFIG_HID_TOPSEED=y
CONFIG_HID_THRUSTMASTER=y
CONFIG_THRUSTMASTER_FF=y
CONFIG_HID_WACOM=m
CONFIG_HID_ZEROPLUS=y
CONFIG_ZEROPLUS_FF=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
CONFIG_USB_DEVICE_CLASS=y
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_SUSPEND is not set
# CONFIG_USB_OTG is not set
CONFIG_USB_MON=y
# CONFIG_USB_WUSB is not set
# CONFIG_USB_WUSB_CBAF is not set
#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
# CONFIG_USB_XHCI_HCD is not set
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
# CONFIG_USB_OXU210HP_HCD is not set
CONFIG_USB_ISP116X_HCD=m
# CONFIG_USB_ISP1760_HCD is not set
CONFIG_USB_OHCI_HCD=m
# CONFIG_USB_OHCI_HCD_SSB is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=m
CONFIG_USB_U132_HCD=m
CONFIG_USB_SL811_HCD=m
CONFIG_USB_SL811_CS=m
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_WHCI_HCD is not set
# CONFIG_USB_HWA_HCD is not set
#
# USB Device Class drivers
#
CONFIG_USB_ACM=m
CONFIG_USB_PRINTER=m
# CONFIG_USB_WDM is not set
# CONFIG_USB_TMC is not set
#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#
#
# also be needed; see USB_STORAGE Help for more info
#
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
CONFIG_USB_STORAGE_DATAFAB=m
CONFIG_USB_STORAGE_FREECOM=m
CONFIG_USB_STORAGE_ISD200=m
CONFIG_USB_STORAGE_USBAT=m
CONFIG_USB_STORAGE_SDDR09=m
CONFIG_USB_STORAGE_SDDR55=m
CONFIG_USB_STORAGE_JUMPSHOT=m
CONFIG_USB_STORAGE_ALAUDA=m
# CONFIG_USB_STORAGE_ONETOUCH is not set
CONFIG_USB_STORAGE_KARMA=m
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
CONFIG_USB_LIBUSUAL=y
#
# USB Imaging devices
#
CONFIG_USB_MDC800=m
CONFIG_USB_MICROTEK=m
#
# USB port drivers
#
CONFIG_USB_USS720=m
CONFIG_USB_SERIAL=m
CONFIG_USB_EZUSB=y
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_AIRCABLE=m
CONFIG_USB_SERIAL_ARK3116=m
CONFIG_USB_SERIAL_BELKIN=m
# CONFIG_USB_SERIAL_CH341 is not set
CONFIG_USB_SERIAL_WHITEHEAT=m
CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
CONFIG_USB_SERIAL_CP210X=m
CONFIG_USB_SERIAL_CYPRESS_M8=m
CONFIG_USB_SERIAL_EMPEG=m
CONFIG_USB_SERIAL_FTDI_SIO=m
CONFIG_USB_SERIAL_FUNSOFT=m
CONFIG_USB_SERIAL_VISOR=m
CONFIG_USB_SERIAL_IPAQ=m
CONFIG_USB_SERIAL_IR=m
CONFIG_USB_SERIAL_EDGEPORT=m
CONFIG_USB_SERIAL_EDGEPORT_TI=m
CONFIG_USB_SERIAL_GARMIN=m
CONFIG_USB_SERIAL_IPW=m
# CONFIG_USB_SERIAL_IUU is not set
CONFIG_USB_SERIAL_KEYSPAN_PDA=m
CONFIG_USB_SERIAL_KEYSPAN=m
CONFIG_USB_SERIAL_KEYSPAN_MPR=y
CONFIG_USB_SERIAL_KEYSPAN_USA28=y
CONFIG_USB_SERIAL_KEYSPAN_USA28X=y
CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y
CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y
CONFIG_USB_SERIAL_KEYSPAN_USA19=y
CONFIG_USB_SERIAL_KEYSPAN_USA18X=y
CONFIG_USB_SERIAL_KEYSPAN_USA19W=y
CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y
CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y
CONFIG_USB_SERIAL_KEYSPAN_USA49W=y
CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y
CONFIG_USB_SERIAL_KLSI=m
CONFIG_USB_SERIAL_KOBIL_SCT=m
CONFIG_USB_SERIAL_MCT_U232=m
CONFIG_USB_SERIAL_MOS7720=m
CONFIG_USB_SERIAL_MOS7840=m
# CONFIG_USB_SERIAL_MOTOROLA is not set
CONFIG_USB_SERIAL_NAVMAN=m
CONFIG_USB_SERIAL_PL2303=m
# CONFIG_USB_SERIAL_OTI6858 is not set
# CONFIG_USB_SERIAL_QUALCOMM is not set
# CONFIG_USB_SERIAL_SPCP8X5 is not set
CONFIG_USB_SERIAL_HP4X=m
CONFIG_USB_SERIAL_SAFE=m
CONFIG_USB_SERIAL_SAFE_PADDED=y
# CONFIG_USB_SERIAL_SIEMENS_MPI is not set
CONFIG_USB_SERIAL_SIERRAWIRELESS=m
# CONFIG_USB_SERIAL_SYMBOL is not set
CONFIG_USB_SERIAL_TI=m
CONFIG_USB_SERIAL_CYBERJACK=m
CONFIG_USB_SERIAL_XIRCOM=m
CONFIG_USB_SERIAL_OPTION=m
CONFIG_USB_SERIAL_OMNINET=m
# CONFIG_USB_SERIAL_OPTICON is not set
CONFIG_USB_SERIAL_DEBUG=m
#
# USB Miscellaneous drivers
#
CONFIG_USB_EMI62=m
CONFIG_USB_EMI26=m
CONFIG_USB_ADUTUX=m
# CONFIG_USB_SEVSEG is not set
CONFIG_USB_RIO500=m
CONFIG_USB_LEGOTOWER=m
CONFIG_USB_LCD=m
# CONFIG_USB_BERRY_CHARGE is not set
CONFIG_USB_LED=m
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
CONFIG_USB_IDMOUSE=m
CONFIG_USB_FTDI_ELAN=m
CONFIG_USB_APPLEDISPLAY=m
CONFIG_USB_SISUSBVGA=m
CONFIG_USB_SISUSBVGA_CON=y
CONFIG_USB_LD=m
CONFIG_USB_TRANCEVIBRATOR=m
# CONFIG_USB_IOWARRIOR is not set
CONFIG_USB_TEST=m
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_VST is not set
CONFIG_USB_ATM=m
CONFIG_USB_SPEEDTOUCH=m
CONFIG_USB_CXACRU=m
CONFIG_USB_UEAGLEATM=m
CONFIG_USB_XUSBATM=m
# CONFIG_USB_GADGET is not set
#
# OTG and related infrastructure
#
# CONFIG_NOP_USB_XCEIV is not set
# CONFIG_UWB is not set
CONFIG_MMC=m
# CONFIG_MMC_DEBUG is not set
# CONFIG_MMC_UNSAFE_RESUME is not set
#
# MMC/SD/SDIO Card Drivers
#
CONFIG_MMC_BLOCK=m
CONFIG_MMC_BLOCK_BOUNCE=y
# CONFIG_SDIO_UART is not set
# CONFIG_MMC_TEST is not set
#
# MMC/SD/SDIO Host Controller Drivers
#
CONFIG_MMC_SDHCI=m
# CONFIG_MMC_SDHCI_PCI is not set
# CONFIG_MMC_SDHCI_PLTFM is not set
CONFIG_MMC_WBSD=m
CONFIG_MMC_TIFM_SD=m
# CONFIG_MMC_SDRICOH_CS is not set
# CONFIG_MMC_CB710 is not set
# CONFIG_MMC_VIA_SDMMC is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
#
# LED drivers
#
# CONFIG_LEDS_ALIX2 is not set
# CONFIG_LEDS_PCA9532 is not set
# CONFIG_LEDS_LP3944 is not set
# CONFIG_LEDS_CLEVO_MAIL is not set
# CONFIG_LEDS_PCA955X is not set
# CONFIG_LEDS_BD2802 is not set
#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=m
CONFIG_LEDS_TRIGGER_IDE_DISK=y
CONFIG_LEDS_TRIGGER_HEARTBEAT=m
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
#
# iptables trigger is under Netfilter config (LED target)
#
# CONFIG_ACCESSIBILITY is not set
CONFIG_INFINIBAND=m
CONFIG_INFINIBAND_USER_MAD=m
CONFIG_INFINIBAND_USER_ACCESS=m
CONFIG_INFINIBAND_USER_MEM=y
CONFIG_INFINIBAND_ADDR_TRANS=y
CONFIG_INFINIBAND_MTHCA=m
CONFIG_INFINIBAND_MTHCA_DEBUG=y
CONFIG_INFINIBAND_AMSO1100=m
# CONFIG_INFINIBAND_AMSO1100_DEBUG is not set
# CONFIG_INFINIBAND_CXGB3 is not set
# CONFIG_MLX4_INFINIBAND is not set
# CONFIG_INFINIBAND_NES is not set
CONFIG_INFINIBAND_IPOIB=m
# CONFIG_INFINIBAND_IPOIB_CM is not set
CONFIG_INFINIBAND_IPOIB_DEBUG=y
CONFIG_INFINIBAND_IPOIB_DEBUG_DATA=y
CONFIG_INFINIBAND_SRP=m
CONFIG_INFINIBAND_ISER=m
CONFIG_EDAC=y
#
# Reporting subsystems
#
# CONFIG_EDAC_DEBUG is not set
CONFIG_EDAC_MM_EDAC=m
CONFIG_EDAC_AMD76X=m
CONFIG_EDAC_E7XXX=m
CONFIG_EDAC_E752X=m
CONFIG_EDAC_I82875P=m
# CONFIG_EDAC_I82975X is not set
# CONFIG_EDAC_I3000 is not set
# CONFIG_EDAC_X38 is not set
# CONFIG_EDAC_I5400 is not set
CONFIG_EDAC_I82860=m
CONFIG_EDAC_R82600=m
# CONFIG_EDAC_I5000 is not set
# CONFIG_EDAC_I5100 is not set
CONFIG_RTC_LIB=m
CONFIG_RTC_CLASS=m
#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_RTC_DRV_TEST is not set
#
# I2C RTC drivers
#
CONFIG_RTC_DRV_DS1307=m
# CONFIG_RTC_DRV_DS1374 is not set
CONFIG_RTC_DRV_DS1672=m
# CONFIG_RTC_DRV_MAX6900 is not set
CONFIG_RTC_DRV_RS5C372=m
CONFIG_RTC_DRV_ISL1208=m
CONFIG_RTC_DRV_X1205=m
CONFIG_RTC_DRV_PCF8563=m
CONFIG_RTC_DRV_PCF8583=m
# CONFIG_RTC_DRV_M41T80 is not set
# CONFIG_RTC_DRV_S35390A is not set
# CONFIG_RTC_DRV_FM3130 is not set
# CONFIG_RTC_DRV_RX8581 is not set
# CONFIG_RTC_DRV_RX8025 is not set
#
# SPI RTC drivers
#
#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=m
# CONFIG_RTC_DRV_DS1286 is not set
# CONFIG_RTC_DRV_DS1511 is not set
CONFIG_RTC_DRV_DS1553=m
CONFIG_RTC_DRV_DS1742=m
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T35 is not set
# CONFIG_RTC_DRV_M48T59 is not set
# CONFIG_RTC_DRV_BQ4802 is not set
CONFIG_RTC_DRV_V3020=m
#
# on-CPU RTC drivers
#
# CONFIG_DMADEVICES is not set
# CONFIG_AUXDISPLAY is not set
# CONFIG_UIO is not set
#
# TI VLYNQ
#
CONFIG_XEN_BALLOON=y
CONFIG_XEN_SCRUB_PAGES=y
CONFIG_XEN_DEV_EVTCHN=y
CONFIG_XEN_BACKEND=y
CONFIG_XEN_BLKDEV_BACKEND=y
CONFIG_XEN_BLKDEV_TAP=y
CONFIG_XEN_NETDEV_BACKEND=y
CONFIG_XEN_PCIDEV_BACKEND=y
CONFIG_XEN_PCIDEV_BACKEND_VPCI=y
# CONFIG_XEN_PCIDEV_BACKEND_PASS is not set
# CONFIG_XEN_PCIDEV_BACKEND_SLOT is not set
# CONFIG_XEN_PCIDEV_BACKEND_CONTROLLER is not set
# CONFIG_XEN_PCIDEV_BE_DEBUG is not set
CONFIG_XENFS=y
CONFIG_XEN_COMPAT_XENFS=y
CONFIG_XEN_SYS_HYPERVISOR=y
CONFIG_XEN_XENBUS_FRONTEND=y
CONFIG_XEN_S3=y
CONFIG_ACPI_PROCESSOR_XEN=y
# CONFIG_STAGING is not set
CONFIG_X86_PLATFORM_DEVICES=y
# CONFIG_ACER_WMI is not set
# CONFIG_ASUS_LAPTOP is not set
# CONFIG_FUJITSU_LAPTOP is not set
# CONFIG_TC1100_WMI is not set
CONFIG_MSI_LAPTOP=m
# CONFIG_PANASONIC_LAPTOP is not set
# CONFIG_COMPAL_LAPTOP is not set
# CONFIG_SONY_LAPTOP is not set
# CONFIG_THINKPAD_ACPI is not set
# CONFIG_INTEL_MENLOW is not set
# CONFIG_EEEPC_LAPTOP is not set
# CONFIG_ACPI_WMI is not set
CONFIG_ACPI_ASUS=m
CONFIG_ACPI_TOSHIBA=m
#
# Firmware Drivers
#
CONFIG_EDD=m
# CONFIG_EDD_OFF is not set
CONFIG_FIRMWARE_MEMMAP=y
CONFIG_EFI_VARS=y
CONFIG_DELL_RBU=m
CONFIG_DCDBAS=m
CONFIG_DMIID=y
# CONFIG_ISCSI_IBFT_FIND is not set
#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
CONFIG_EXT2_FS_XIP=y
CONFIG_EXT3_FS=m
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_EXT4_FS=m
# CONFIG_EXT4DEV_COMPAT is not set
CONFIG_EXT4_FS_XATTR=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_FS_XIP=y
CONFIG_JBD=m
CONFIG_JBD2=m
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=m
# CONFIG_REISERFS_CHECK is not set
CONFIG_REISERFS_PROC_INFO=y
CONFIG_REISERFS_FS_XATTR=y
CONFIG_REISERFS_FS_POSIX_ACL=y
CONFIG_REISERFS_FS_SECURITY=y
CONFIG_JFS_FS=m
CONFIG_JFS_POSIX_ACL=y
CONFIG_JFS_SECURITY=y
# CONFIG_JFS_DEBUG is not set
# CONFIG_JFS_STATISTICS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_XFS_FS=m
CONFIG_XFS_QUOTA=y
CONFIG_XFS_POSIX_ACL=y
# CONFIG_XFS_RT is not set
# CONFIG_XFS_DEBUG is not set
CONFIG_GFS2_FS=m
# CONFIG_GFS2_FS_LOCKING_DLM is not set
CONFIG_OCFS2_FS=m
CONFIG_OCFS2_FS_O2CB=m
CONFIG_OCFS2_FS_USERSPACE_CLUSTER=m
CONFIG_OCFS2_FS_STATS=y
# CONFIG_OCFS2_DEBUG_MASKLOG is not set
# CONFIG_OCFS2_DEBUG_FS is not set
# CONFIG_OCFS2_FS_POSIX_ACL is not set
# CONFIG_BTRFS_FS is not set
CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_QUOTA=y
# CONFIG_QUOTA_NETLINK_INTERFACE is not set
CONFIG_PRINT_QUOTA_WARNING=y
CONFIG_QUOTA_TREE=y
# CONFIG_QFMT_V1 is not set
CONFIG_QFMT_V2=y
CONFIG_QUOTACTL=y
CONFIG_AUTOFS_FS=m
CONFIG_AUTOFS4_FS=m
CONFIG_FUSE_FS=m
# CONFIG_CUSE is not set
CONFIG_GENERIC_ACL=y
#
# Caches
#
# CONFIG_FSCACHE is not set
#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y
#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
# CONFIG_NTFS_RW is not set
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
# CONFIG_PROC_VMCORE is not set
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_CONFIGFS_FS=m
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ADFS_FS is not set
CONFIG_AFFS_FS=m
CONFIG_ECRYPT_FS=m
CONFIG_HFS_FS=m
CONFIG_HFSPLUS_FS=m
CONFIG_BEFS_FS=m
# CONFIG_BEFS_DEBUG is not set
CONFIG_BFS_FS=m
CONFIG_EFS_FS=m
CONFIG_JFFS2_FS=m
CONFIG_JFFS2_FS_DEBUG=0
CONFIG_JFFS2_FS_WRITEBUFFER=y
# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
CONFIG_JFFS2_SUMMARY=y
# CONFIG_JFFS2_FS_XATTR is not set
# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
CONFIG_JFFS2_ZLIB=y
# CONFIG_JFFS2_LZO is not set
CONFIG_JFFS2_RTIME=y
# CONFIG_JFFS2_RUBIN is not set
CONFIG_CRAMFS=m
CONFIG_SQUASHFS=m
# CONFIG_SQUASHFS_EMBEDDED is not set
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
CONFIG_VXFS_FS=m
CONFIG_MINIX_FS=m
CONFIG_OMFS_FS=m
CONFIG_HPFS_FS=m
CONFIG_QNX4FS_FS=m
CONFIG_ROMFS_FS=m
CONFIG_ROMFS_BACKED_BY_BLOCK=y
# CONFIG_ROMFS_BACKED_BY_MTD is not set
# CONFIG_ROMFS_BACKED_BY_BOTH is not set
CONFIG_ROMFS_ON_BLOCK=y
CONFIG_SYSV_FS=m
CONFIG_UFS_FS=m
# CONFIG_UFS_FS_WRITE is not set
# CONFIG_UFS_DEBUG is not set
# CONFIG_NILFS2_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
# CONFIG_NFS_V4_1 is not set
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
CONFIG_NFS_ACL_SUPPORT=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
CONFIG_SUNRPC_GSS=m
CONFIG_SUNRPC_XPRT_RDMA=m
CONFIG_RPCSEC_GSS_KRB5=m
CONFIG_RPCSEC_GSS_SPKM3=m
# CONFIG_SMB_FS is not set
CONFIG_CIFS=m
# CONFIG_CIFS_STATS is not set
CONFIG_CIFS_WEAK_PW_HASH=y
# CONFIG_CIFS_UPCALL is not set
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_DEBUG2 is not set
# CONFIG_CIFS_DFS_UPCALL is not set
# CONFIG_CIFS_EXPERIMENTAL is not set
CONFIG_NCP_FS=m
CONFIG_NCPFS_PACKET_SIGNING=y
CONFIG_NCPFS_IOCTL_LOCKING=y
CONFIG_NCPFS_STRONG=y
CONFIG_NCPFS_NFS_NS=y
CONFIG_NCPFS_OS2_NS=y
CONFIG_NCPFS_SMALLDOS=y
CONFIG_NCPFS_NLS=y
CONFIG_NCPFS_EXTRAS=y
CONFIG_CODA_FS=m
# CONFIG_AFS_FS is not set
#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
CONFIG_OSF_PARTITION=y
CONFIG_AMIGA_PARTITION=y
# CONFIG_ATARI_PARTITION is not set
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_MINIX_SUBPARTITION=y
CONFIG_SOLARIS_X86_PARTITION=y
CONFIG_UNIXWARE_DISKLABEL=y
# CONFIG_LDM_PARTITION is not set
CONFIG_SGI_PARTITION=y
# CONFIG_ULTRIX_PARTITION is not set
CONFIG_SUN_PARTITION=y
CONFIG_KARMA_PARTITION=y
CONFIG_EFI_PARTITION=y
# CONFIG_SYSV68_PARTITION is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_CODEPAGE_737=m
CONFIG_NLS_CODEPAGE_775=m
CONFIG_NLS_CODEPAGE_850=m
CONFIG_NLS_CODEPAGE_852=m
CONFIG_NLS_CODEPAGE_855=m
CONFIG_NLS_CODEPAGE_857=m
CONFIG_NLS_CODEPAGE_860=m
CONFIG_NLS_CODEPAGE_861=m
CONFIG_NLS_CODEPAGE_862=m
CONFIG_NLS_CODEPAGE_863=m
CONFIG_NLS_CODEPAGE_864=m
CONFIG_NLS_CODEPAGE_865=m
CONFIG_NLS_CODEPAGE_866=m
CONFIG_NLS_CODEPAGE_869=m
CONFIG_NLS_CODEPAGE_936=m
CONFIG_NLS_CODEPAGE_950=m
CONFIG_NLS_CODEPAGE_932=m
CONFIG_NLS_CODEPAGE_949=m
CONFIG_NLS_CODEPAGE_874=m
CONFIG_NLS_ISO8859_8=m
CONFIG_NLS_CODEPAGE_1250=m
CONFIG_NLS_CODEPAGE_1251=m
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=m
CONFIG_NLS_ISO8859_2=m
CONFIG_NLS_ISO8859_3=m
CONFIG_NLS_ISO8859_4=m
CONFIG_NLS_ISO8859_5=m
CONFIG_NLS_ISO8859_6=m
CONFIG_NLS_ISO8859_7=m
CONFIG_NLS_ISO8859_9=m
CONFIG_NLS_ISO8859_13=m
CONFIG_NLS_ISO8859_14=m
CONFIG_NLS_ISO8859_15=m
CONFIG_NLS_KOI8_R=m
CONFIG_NLS_KOI8_U=m
CONFIG_NLS_UTF8=m
CONFIG_DLM=m
CONFIG_DLM_DEBUG=y
#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_PRINTK_TIME=y
CONFIG_ENABLE_WARN_DEPRECATED=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=1024
CONFIG_MAGIC_SYSRQ=y
# CONFIG_UNUSED_SYMBOLS is not set
# CONFIG_DEBUG_FS is not set
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_KERNEL is not set
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_ARCH_WANT_FRAME_POINTERS=y
# CONFIG_FRAME_POINTER is not set
# CONFIG_RCU_CPU_STALL_DETECTOR is not set
# CONFIG_LATENCYTOP is not set
# CONFIG_SYSCTL_SYSCALL_CHECK is not set
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y
CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_FTRACE_SYSCALLS=y
CONFIG_TRACING_SUPPORT=y
# CONFIG_FTRACE is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
CONFIG_HAVE_ARCH_KMEMCHECK=y
# CONFIG_STRICT_DEVMEM is not set
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
# CONFIG_EARLY_PRINTK_DBGP is not set
CONFIG_4KSTACKS=y
CONFIG_DOUBLEFAULT=y
# CONFIG_IOMMU_STRESS is not set
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
CONFIG_IO_DELAY_0X80=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=0
# CONFIG_OPTIMIZE_INLINING is not set
#
# Security options
#
CONFIG_KEYS=y
CONFIG_KEYS_DEBUG_PROC_KEYS=y
CONFIG_SECURITY=y
CONFIG_SECURITYFS=y
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_NETWORK_XFRM=y
# CONFIG_SECURITY_PATH is not set
# CONFIG_SECURITY_FILE_CAPABILITIES is not set
# CONFIG_SECURITY_ROOTPLUG is not set
CONFIG_LSM_MMAP_MIN_ADDR=65536
CONFIG_SECURITY_SELINUX=y
CONFIG_SECURITY_SELINUX_BOOTPARAM=y
CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=1
CONFIG_SECURITY_SELINUX_DISABLE=y
CONFIG_SECURITY_SELINUX_DEVELOP=y
CONFIG_SECURITY_SELINUX_AVC_STATS=y
CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1
# CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX is not set
# CONFIG_SECURITY_SMACK is not set
# CONFIG_SECURITY_TOMOYO is not set
# CONFIG_IMA is not set
CONFIG_XOR_BLOCKS=m
CONFIG_ASYNC_CORE=m
CONFIG_ASYNC_MEMCPY=m
CONFIG_ASYNC_XOR=m
CONFIG_CRYPTO=y
#
# Crypto core or helper
#
CONFIG_CRYPTO_FIPS=y
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=m
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=m
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=m
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_PCOMP=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
CONFIG_CRYPTO_GF128MUL=m
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_CRYPTD=m
CONFIG_CRYPTO_AUTHENC=m
CONFIG_CRYPTO_TEST=m
#
# Authenticated Encryption with Associated Data
#
CONFIG_CRYPTO_CCM=m
CONFIG_CRYPTO_GCM=m
CONFIG_CRYPTO_SEQIV=m
#
# Block modes
#
CONFIG_CRYPTO_CBC=m
CONFIG_CRYPTO_CTR=m
CONFIG_CRYPTO_CTS=m
CONFIG_CRYPTO_ECB=m
CONFIG_CRYPTO_LRW=m
CONFIG_CRYPTO_PCBC=m
CONFIG_CRYPTO_XTS=m
#
# Hash modes
#
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=m
#
# Digest
#
CONFIG_CRYPTO_CRC32C=m
CONFIG_CRYPTO_CRC32C_INTEL=m
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_MICHAEL_MIC=m
CONFIG_CRYPTO_RMD128=m
CONFIG_CRYPTO_RMD160=m
CONFIG_CRYPTO_RMD256=m
CONFIG_CRYPTO_RMD320=m
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA256=m
CONFIG_CRYPTO_SHA512=m
CONFIG_CRYPTO_TGR192=m
CONFIG_CRYPTO_WP512=m
#
# Ciphers
#
CONFIG_CRYPTO_AES=m
CONFIG_CRYPTO_AES_586=m
CONFIG_CRYPTO_ANUBIS=m
CONFIG_CRYPTO_ARC4=m
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_CAMELLIA=m
CONFIG_CRYPTO_CAST5=m
CONFIG_CRYPTO_CAST6=m
CONFIG_CRYPTO_DES=m
CONFIG_CRYPTO_FCRYPT=m
CONFIG_CRYPTO_KHAZAD=m
CONFIG_CRYPTO_SALSA20=m
CONFIG_CRYPTO_SALSA20_586=m
CONFIG_CRYPTO_SEED=m
CONFIG_CRYPTO_SERPENT=m
CONFIG_CRYPTO_TEA=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_TWOFISH_COMMON=m
CONFIG_CRYPTO_TWOFISH_586=m
#
# Compression
#
CONFIG_CRYPTO_DEFLATE=m
CONFIG_CRYPTO_ZLIB=m
CONFIG_CRYPTO_LZO=m
#
# Random Number Generation
#
CONFIG_CRYPTO_ANSI_CPRNG=m
CONFIG_CRYPTO_HW=y
CONFIG_CRYPTO_DEV_PADLOCK=m
CONFIG_CRYPTO_DEV_PADLOCK_AES=m
CONFIG_CRYPTO_DEV_PADLOCK_SHA=m
CONFIG_CRYPTO_DEV_GEODE=m
CONFIG_CRYPTO_DEV_HIFN_795X=m
CONFIG_CRYPTO_DEV_HIFN_795X_RNG=y
CONFIG_HAVE_KVM=y
CONFIG_HAVE_KVM_IRQCHIP=y
CONFIG_VIRTUALIZATION=y
# CONFIG_KVM is not set
# CONFIG_LGUEST is not set
# CONFIG_VIRTIO_PCI is not set
# CONFIG_VIRTIO_BALLOON is not set
# CONFIG_BINARY_PRINTF is not set
#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_FIND_NEXT_BIT=y
CONFIG_GENERIC_FIND_LAST_BIT=y
CONFIG_CRC_CCITT=m
CONFIG_CRC16=m
# CONFIG_CRC_T10DIF is not set
CONFIG_CRC_ITU_T=m
CONFIG_CRC32=y
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=m
CONFIG_AUDIT_GENERIC=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=m
CONFIG_LZO_COMPRESS=m
CONFIG_LZO_DECOMPRESS=m
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_REED_SOLOMON=m
CONFIG_REED_SOLOMON_DEC16=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=m
CONFIG_TEXTSEARCH_BM=m
CONFIG_TEXTSEARCH_FSM=m
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_CHECK_SIGNATURE=y
CONFIG_NLATTR=y
[-- Attachment #4: lspci.dom0 --]
[-- Type: application/octet-stream, Size: 21737 bytes --]
00:00.0 Host bridge: Intel Corporation Unknown device 2a40 (rev 07)
Subsystem: Dell Unknown device 0250
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR-
Latency: 0
Capabilities: [e0] Vendor Specific Information
00:01.0 PCI bridge: Intel Corporation Unknown device 2a41 (rev 07) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0, Cache Line Size 10
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 0000d000-0000dfff
Memory behind bridge: f2000000-f6efffff
Prefetchable memory behind bridge: 00000000e0000000-00000000eff00000
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
Capabilities: [88] #0d [0000]
Capabilities: [80] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [90] Message Signalled Interrupts: 64bit- Queue=0/0 Enable+
Address: fee0100c Data: 41b8
Capabilities: [a0] Express Root Port (Slot+) IRQ 0
Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag-
Device: Latency L0s <64ns, L1 <1us
Device: Errors: Correctable- Non-Fatal- Fatal- Unsupported-
Device: RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
Device: MaxPayload 128 bytes, MaxReadReq 128 bytes
Link: Supported Speed 2.5Gb/s, Width x16, ASPM L0s L1, Port 2
Link: Latency L0s <256ns, L1 <4us
Link: ASPM L0s L1 Enabled RCB 64 bytes CommClk+ ExtSynch-
Link: Speed 2.5Gb/s, Width x16
Slot: AtnBtn- PwrCtrl- MRL- AtnInd- PwrInd- HotPlug+ Surpise-
Slot: Number 1, PowerLimit 75.000000
Slot: Enabled AtnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq-
Slot: AttnInd Off, PwrInd On, Power-
Root: Correctable- Non-Fatal- Fatal- PME-
Capabilities: [100] Virtual Channel
Capabilities: [140] Unknown (5)
00:19.0 Ethernet controller: Intel Corporation Unknown device 10f5 (rev 03)
Subsystem: Dell Unknown device 0250
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Interrupt: pin A routed to IRQ 493
Region 0: Memory at f6fe0000 (32-bit, non-prefetchable) [size=128K]
Region 1: Memory at f6fdb000 (32-bit, non-prefetchable) [size=4K]
Region 2: I/O ports at efe0 [size=32]
Capabilities: [c8] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=1 PME-
Capabilities: [d0] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable+
Address: 00000000fee0100c Data: 4149
Capabilities: [e0] #13 [0306]
00:1a.0 USB Controller: Intel Corporation Unknown device 2937 (rev 03) (prog-if 00 [UHCI])
Subsystem: Dell Unknown device 0250
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Interrupt: pin A routed to IRQ 20
Region 4: I/O ports at 6f60 [size=32]
Capabilities: [50] #13 [0306]
00:1a.1 USB Controller: Intel Corporation Unknown device 2938 (rev 03) (prog-if 00 [UHCI])
Subsystem: Dell Unknown device 0250
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Interrupt: pin B routed to IRQ 21
Region 4: I/O ports at 6f80 [size=32]
Capabilities: [50] #13 [0306]
00:1a.2 USB Controller: Intel Corporation Unknown device 2939 (rev 03) (prog-if 00 [UHCI])
Subsystem: Dell Unknown device 0250
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Interrupt: pin C routed to IRQ 22
Region 4: I/O ports at 6fa0 [size=32]
Capabilities: [50] #13 [0306]
00:1a.7 USB Controller: Intel Corporation Unknown device 293c (rev 03) (prog-if 20 [EHCI])
Subsystem: Dell Unknown device 0250
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Interrupt: pin C routed to IRQ 22
Region 0: Memory at fed1c400 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Debug port
Capabilities: [98] #13 [0306]
00:1b.0 Audio device: Intel Corporation Unknown device 293e (rev 03)
Subsystem: Dell Unknown device 0250
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Interrupt: pin A routed to IRQ 21
Region 0: Memory at f6fdc000 (64-bit, non-prefetchable) [disabled] [size=16K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
Address: 0000000000000000 Data: 0000
Capabilities: [70] Express Unknown type IRQ 0
Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag-
Device: Latency L0s <64ns, L1 <1us
Device: Errors: Correctable- Non-Fatal- Fatal- Unsupported-
Device: RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
Device: MaxPayload 128 bytes, MaxReadReq 128 bytes
Link: Supported Speed unknown, Width x0, ASPM unknown, Port 0
Link: Latency L0s <64ns, L1 <1us
Link: ASPM Disabled CommClk- ExtSynch-
Link: Speed unknown, Width x0
Capabilities: [100] Virtual Channel
Capabilities: [130] Unknown (5)
00:1c.0 PCI bridge: Intel Corporation Unknown device 2940 (rev 03) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0, Cache Line Size 10
Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000fff00000-0000000000000000
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
Capabilities: [40] Express Root Port (Slot+) IRQ 0
Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag-
Device: Latency L0s <64ns, L1 <1us
Device: Errors: Correctable- Non-Fatal- Fatal- Unsupported-
Device: RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
Device: MaxPayload 128 bytes, MaxReadReq 128 bytes
Link: Supported Speed 2.5Gb/s, Width x1, ASPM L0s L1, Port 1
Link: Latency L0s <1us, L1 <4us
Link: ASPM Disabled RCB 64 bytes CommClk- ExtSynch-
Link: Speed 2.5Gb/s, Width x1
Slot: AtnBtn- PwrCtrl- MRL- AtnInd- PwrInd- HotPlug+ Surpise+
Slot: Number 0, PowerLimit 6.500000
Slot: Enabled AtnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq-
Slot: AttnInd Unknown, PwrInd Unknown, Power-
Root: Correctable- Non-Fatal- Fatal- PME-
Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable+
Address: fee0100c Data: 41c0
Capabilities: [90] #0d [0000]
Capabilities: [a0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100] Virtual Channel
Capabilities: [180] Unknown (5)
00:1c.1 PCI bridge: Intel Corporation Unknown device 2942 (rev 03) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0, Cache Line Size 10
Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=0
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000fff00000-0000000000000000
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
Capabilities: [40] Express Root Port (Slot+) IRQ 0
Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag-
Device: Latency L0s <64ns, L1 <1us
Device: Errors: Correctable- Non-Fatal- Fatal- Unsupported-
Device: RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
Device: MaxPayload 128 bytes, MaxReadReq 128 bytes
Link: Supported Speed 2.5Gb/s, Width x1, ASPM L0s L1, Port 2
Link: Latency L0s <1us, L1 <4us
Link: ASPM Disabled RCB 64 bytes CommClk- ExtSynch-
Link: Speed 2.5Gb/s, Width x1
Slot: AtnBtn- PwrCtrl- MRL- AtnInd- PwrInd- HotPlug+ Surpise+
Slot: Number 1, PowerLimit 6.500000
Slot: Enabled AtnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq-
Slot: AttnInd Unknown, PwrInd Unknown, Power-
Root: Correctable- Non-Fatal- Fatal- PME-
Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable+
Address: fee0100c Data: 41c8
Capabilities: [90] #0d [0000]
Capabilities: [a0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100] Virtual Channel
Capabilities: [180] Unknown (5)
00:1c.2 PCI bridge: Intel Corporation Unknown device 2944 (rev 03) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0, Cache Line Size 10
Bus: primary=00, secondary=0d, subordinate=0d, sec-latency=0
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000fff00000-0000000000000000
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
Capabilities: [40] Express Root Port (Slot+) IRQ 0
Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag-
Device: Latency L0s <64ns, L1 <1us
Device: Errors: Correctable- Non-Fatal- Fatal- Unsupported-
Device: RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
Device: MaxPayload 128 bytes, MaxReadReq 128 bytes
Link: Supported Speed 2.5Gb/s, Width x1, ASPM L0s L1, Port 3
Link: Latency L0s <1us, L1 <4us
Link: ASPM Disabled RCB 64 bytes CommClk- ExtSynch-
Link: Speed 2.5Gb/s, Width x1
Slot: AtnBtn- PwrCtrl- MRL- AtnInd- PwrInd- HotPlug+ Surpise+
Slot: Number 2, PowerLimit 6.500000
Slot: Enabled AtnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq-
Slot: AttnInd Unknown, PwrInd Unknown, Power-
Root: Correctable- Non-Fatal- Fatal- PME-
Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable+
Address: fee0100c Data: 41d0
Capabilities: [90] #0d [0000]
Capabilities: [a0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100] Virtual Channel
Capabilities: [180] Unknown (5)
00:1c.3 PCI bridge: Intel Corporation Unknown device 2946 (rev 03) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0, Cache Line Size 10
Bus: primary=00, secondary=0e, subordinate=0f, sec-latency=0
I/O behind bridge: 0000c000-0000cfff
Memory behind bridge: f1e00000-f1ffffff
Prefetchable memory behind bridge: 00000000f0000000-00000000f0100000
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
Capabilities: [40] Express Root Port (Slot+) IRQ 0
Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag-
Device: Latency L0s <64ns, L1 <1us
Device: Errors: Correctable- Non-Fatal- Fatal- Unsupported-
Device: RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
Device: MaxPayload 128 bytes, MaxReadReq 128 bytes
Link: Supported Speed 2.5Gb/s, Width x1, ASPM L0s L1, Port 4
Link: Latency L0s <1us, L1 <4us
Link: ASPM Disabled RCB 64 bytes CommClk- ExtSynch-
Link: Speed 2.5Gb/s, Width x1
Slot: AtnBtn- PwrCtrl- MRL- AtnInd- PwrInd- HotPlug+ Surpise+
Slot: Number 3, PowerLimit 6.500000
Slot: Enabled AtnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq-
Slot: AttnInd Unknown, PwrInd Unknown, Power-
Root: Correctable- Non-Fatal- Fatal- PME-
Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable+
Address: fee0100c Data: 41d8
Capabilities: [90] #0d [0000]
Capabilities: [a0] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [100] Virtual Channel
Capabilities: [180] Unknown (5)
00:1d.0 USB Controller: Intel Corporation Unknown device 2934 (rev 03) (prog-if 00 [UHCI])
Subsystem: Dell Unknown device 0250
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Interrupt: pin A routed to IRQ 20
Region 4: I/O ports at 6f00 [size=32]
Capabilities: [50] #13 [0306]
00:1d.1 USB Controller: Intel Corporation Unknown device 2935 (rev 03) (prog-if 00 [UHCI])
Subsystem: Dell Unknown device 0250
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Interrupt: pin B routed to IRQ 21
Region 4: I/O ports at 6f20 [size=32]
Capabilities: [50] #13 [0306]
00:1d.2 USB Controller: Intel Corporation Unknown device 2936 (rev 03) (prog-if 00 [UHCI])
Subsystem: Dell Unknown device 0250
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Interrupt: pin C routed to IRQ 22
Region 4: I/O ports at 6f40 [size=32]
Capabilities: [50] #13 [0306]
00:1d.7 USB Controller: Intel Corporation Unknown device 293a (rev 03) (prog-if 20 [EHCI])
Subsystem: Dell Unknown device 0250
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Interrupt: pin A routed to IRQ 20
Region 0: Memory at fed1c000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Debug port
Capabilities: [98] #13 [0306]
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93) (prog-if 01 [Subtractive decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Bus: primary=00, secondary=03, subordinate=07, sec-latency=32
I/O behind bridge: 00002000-00002fff
Memory behind bridge: f1d00000-f1dfffff
Prefetchable memory behind bridge: 0000000020000000-0000000023f00000
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
Capabilities: [50] #0d [0000]
00:1f.0 ISA bridge: Intel Corporation Unknown device 2917 (rev 03)
Subsystem: Dell Unknown device 0250
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Capabilities: [e0] Vendor Specific Information
00:1f.2 SATA controller: Intel Corporation Unknown device 2929 (rev 03) (prog-if 01 [AHCI 1.0])
Subsystem: Dell Unknown device 0250
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0
Interrupt: pin D routed to IRQ 494
Region 0: I/O ports at 6e70 [size=8]
Region 1: I/O ports at 6e78 [size=4]
Region 2: I/O ports at 6e80 [size=8]
Region 3: I/O ports at 6e88 [size=4]
Region 4: I/O ports at 6ea0 [size=32]
Region 5: Memory at fed1c800 (32-bit, non-prefetchable) [size=2K]
Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/4 Enable+
Address: fee0100c Data: 4129
Capabilities: [70] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [a8] #12 [0010]
Capabilities: [b0] #13 [0306]
00:1f.3 SMBus: Intel Corporation Unknown device 2930 (rev 03)
Subsystem: Dell Unknown device 0250
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Interrupt: pin B routed to IRQ 19
Region 0: Memory at f6fdaf00 (64-bit, non-prefetchable) [size=256]
Region 4: I/O ports at 1100 [size=32]
01:00.0 VGA compatible controller: nVidia Corporation Unknown device 065c (rev a1) (prog-if 00 [VGA])
Subsystem: Dell Unknown device 0250
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 0, Cache Line Size 10
Interrupt: pin A routed to IRQ 3
Region 0: Memory at f5000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at e0000000 (64-bit, prefetchable) [size=256M]
Region 3: Memory at f2000000 (64-bit, non-prefetchable) [size=32M]
Region 5: I/O ports at df00 [size=128]
[virtual] Expansion ROM at f4000000 [disabled] [size=512K]
Capabilities: [60] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [68] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
Address: 0000000000000000 Data: 0000
Capabilities: [78] Express Endpoint IRQ 0
Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag+
Device: Latency L0s <256ns, L1 <4us
Device: AtnBtn- AtnInd- PwrInd-
Device: Errors: Correctable- Non-Fatal- Fatal- Unsupported-
Device: RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
Device: MaxPayload 128 bytes, MaxReadReq 512 bytes
Link: Supported Speed unknown, Width x16, ASPM L0s L1, Port 0
Link: Latency L0s <256ns, L1 <1us
Link: ASPM L0s L1 Enabled RCB 128 bytes CommClk+ ExtSynch-
Link: Speed unknown, Width x16
Capabilities: [b4] Vendor Specific Information
Capabilities: [100] Virtual Channel
Capabilities: [128] Power Budgeting
Capabilities: [600] Unknown (11)
03:01.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev ba)
Subsystem: Dell Unknown device 0250
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 168
Interrupt: pin A routed to IRQ 19
Region 0: Memory at f1d00000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=03, secondary=04, subordinate=07, sec-latency=176
Memory window 0: 20000000-23fff000 (prefetchable)
Memory window 1: 24000000-27fff000
I/O window 0: 00002000-000020ff
I/O window 1: 00002400-000024ff
BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset- 16bInt+ PostWrite+
16-bit legacy interface ports at 0001
03:01.1 FireWire (IEEE 1394): Ricoh Co Ltd Unknown device 0832 (rev 04) (prog-if 10 [OHCI])
Subsystem: Dell Unknown device 0250
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 64 (500ns min, 1000ns max), Cache Line Size 10
Interrupt: pin B routed to IRQ 17
Region 0: Memory at f1dff800 (32-bit, non-prefetchable) [size=2K]
Capabilities: [dc] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=2 PME+
03:01.2 Class 0805: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 21) (prog-if 01)
Subsystem: Dell Unknown device 0250
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 64, Cache Line Size 10
Interrupt: pin C routed to IRQ 11
Region 0: Memory at f1dff700 (32-bit, non-prefetchable) [size=256]
Capabilities: [80] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=2 PME-
[-- Attachment #5: messages.dom0 --]
[-- Type: application/octet-stream, Size: 128554 bytes --]
Dec 22 21:26:08 localhost syslogd 1.4.1: restart.
Dec 22 21:26:08 localhost kernel: klogd 1.4.1, log source = /proc/kmsg started.
Dec 22 21:26:08 localhost kernel: [ 0.000000] Reserving virtual address space above 0xf5800000
Dec 22 21:26:08 localhost kernel: [ 0.000000] Linux version 2.6.31.6 (labriola@mithrandir) (gcc version 4.4.2 (GCC) ) #18 SMP PREEMPT Tue Dec 22 21:21:35 UTC 2009
Dec 22 21:26:08 localhost kernel: [ 0.000000] KERNEL supported cpus:
Dec 22 21:26:08 localhost kernel: [ 0.000000] Intel GenuineIntel
Dec 22 21:26:08 localhost kernel: [ 0.000000] AMD AuthenticAMD
Dec 22 21:26:08 localhost kernel: [ 0.000000] NSC Geode by NSC
Dec 22 21:26:08 localhost kernel: [ 0.000000] Cyrix CyrixInstead
Dec 22 21:26:08 localhost kernel: [ 0.000000] Centaur CentaurHauls
Dec 22 21:26:08 localhost kernel: [ 0.000000] Transmeta GenuineTMx86
Dec 22 21:26:08 localhost kernel: [ 0.000000] Transmeta TransmetaCPU
Dec 22 21:26:08 localhost kernel: [ 0.000000] UMC UMC UMC UMC
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_release_chunk: looking at area pfn 20000-df451
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_release_chunk: looking at area pfn e0000-f8000
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_release_chunk: looking at area pfn fc000-fec00
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_release_chunk: looking at area pfn fec10-fed18
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_release_chunk: looking at area pfn fed1c-fed20
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_release_chunk: looking at area pfn fed90-feda0
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_release_chunk: looking at area pfn feda6-fee00
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_release_chunk: looking at area pfn fee10-ffe60
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_release_chunk: looking at area pfn 0-20000
Dec 22 21:26:08 localhost kernel: [ 0.000000] released 0 pages of unused memory
Dec 22 21:26:08 localhost kernel: [ 0.000000] BIOS-provided physical RAM map:
Dec 22 21:26:08 localhost kernel: [ 0.000000] Xen: 0000000000000000 - 000000000009f000 (usable)
Dec 22 21:26:08 localhost kernel: [ 0.000000] Xen: 000000000009f000 - 0000000000100000 (reserved)
Dec 22 21:26:08 localhost kernel: [ 0.000000] Xen: 0000000000100000 - 0000000020000000 (usable)
Dec 22 21:26:08 localhost kernel: [ 0.000000] Xen: 00000000df451c00 - 00000000e0000000 (reserved)
Dec 22 21:26:08 localhost kernel: [ 0.000000] Xen: 00000000f8000000 - 00000000fc000000 (reserved)
Dec 22 21:26:08 localhost kernel: [ 0.000000] Xen: 00000000fec00000 - 00000000fec10000 (reserved)
Dec 22 21:26:08 localhost kernel: [ 0.000000] Xen: 00000000fed18000 - 00000000fed1c000 (reserved)
Dec 22 21:26:08 localhost kernel: [ 0.000000] Xen: 00000000fed20000 - 00000000fed90000 (reserved)
Dec 22 21:26:08 localhost kernel: [ 0.000000] Xen: 00000000feda0000 - 00000000feda6000 (reserved)
Dec 22 21:26:08 localhost kernel: [ 0.000000] Xen: 00000000fee00000 - 00000000fee10000 (reserved)
Dec 22 21:26:08 localhost kernel: [ 0.000000] Xen: 00000000ffe60000 - 0000000100000000 (reserved)
Dec 22 21:26:08 localhost kernel: [ 0.000000] DMI 2.4 present.
Dec 22 21:26:08 localhost kernel: [ 0.000000] last_pfn = 0x20000 max_arch_pfn = 0x1000000
Dec 22 21:26:08 localhost kernel: [ 0.000000] init_memory_mapping: 0000000000000000-0000000020000000
Dec 22 21:26:08 localhost kernel: [ 0.000000] NX (Execute Disable) protection: active
Dec 22 21:26:08 localhost kernel: [ 0.000000] RAMDISK: 015bf000 - 019e5c00
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: RSDP 000fb9b0 00024 (v02 DELL )
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: XSDT df454600 0006C (v01 DELL M09 27D90317 ASL 00000061)
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: FACP df45449c 000F4 (v04 DELL M09 27D90317 ASL 00000061)
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: DSDT df454c00 05AD4 (v02 INT430 SYSFexxx 00001001 INTL 20050624)
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: FACS df463400 00040
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: HPET df454700 00038 (v01 DELL M09 00000001 ASL 00000061)
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: df462c00 000B0 (v01 DELL M09 27D90317 ASL 00000061)
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: APIC df454800 00078 (v01 DELL M09 27D90317 ASL 00000047)
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: ASF! df454400 0006A (v32 DELL M09 27D90317 ASL 00000061)
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: MCFG df4547c0 0003E (v16 DELL M09 27D90317 ASL 00000061)
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: TCPA df454b00 00032 (v01 00000000 ASL 00000000)
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: SLIC df45489c 00176 (v01 DELL M09 27D90317 ASL 00000061)
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: SSDT df452b2d 0066C (v01 PmRef CpuPm 00003000 INTL 20050624)
Dec 22 21:26:08 localhost kernel: [ 0.000000] 0MB HIGHMEM available.
Dec 22 21:26:08 localhost kernel: [ 0.000000] 512MB LOWMEM available.
Dec 22 21:26:08 localhost kernel: [ 0.000000] mapped low ram: 0 - 20000000
Dec 22 21:26:08 localhost kernel: [ 0.000000] low ram: 0 - 20000000
Dec 22 21:26:08 localhost kernel: [ 0.000000] node 0 low ram: 00000000 - 20000000
Dec 22 21:26:08 localhost kernel: [ 0.000000] node 0 bootmap 00002000 - 00006000
Dec 22 21:26:08 localhost kernel: [ 0.000000] (10 early reservations) ==> bootmem [0000000000 - 0020000000]
Dec 22 21:26:08 localhost kernel: [ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
Dec 22 21:26:08 localhost kernel: [ 0.000000] #1 [0001a67000 - 0001a7a000] XEN PAGETABLES ==> [0001a67000 - 0001a7a000]
Dec 22 21:26:08 localhost kernel: [ 0.000000] #2 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
Dec 22 21:26:08 localhost kernel: [ 0.000000] #3 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
Dec 22 21:26:08 localhost kernel: [ 0.000000] #4 [0001000000 - 0001499194] TEXT DATA BSS ==> [0001000000 - 0001499194]
Dec 22 21:26:08 localhost kernel: [ 0.000000] #5 [00015bf000 - 00019e5c00] RAMDISK ==> [00015bf000 - 00019e5c00]
Dec 22 21:26:08 localhost kernel: [ 0.000000] #6 [00019e6000 - 0001a67000] XEN START INFO ==> [00019e6000 - 0001a67000]
Dec 22 21:26:08 localhost kernel: [ 0.000000] #7 [000149a000 - 000149a184] BRK ==> [000149a000 - 000149a184]
Dec 22 21:26:08 localhost kernel: [ 0.000000] #8 [0000100000 - 00001ef000] PGTABLE ==> [0000100000 - 00001ef000]
Dec 22 21:26:08 localhost kernel: [ 0.000000] #9 [0000002000 - 0000006000] BOOTMAP ==> [0000002000 - 0000006000]
Dec 22 21:26:08 localhost kernel: [ 0.000000] Zone PFN ranges:
Dec 22 21:26:08 localhost kernel: [ 0.000000] DMA 0x00000000 -> 0x00001000
Dec 22 21:26:08 localhost kernel: [ 0.000000] Normal 0x00001000 -> 0x00020000
Dec 22 21:26:08 localhost kernel: [ 0.000000] HighMem 0x00020000 -> 0x00020000
Dec 22 21:26:08 localhost kernel: [ 0.000000] Movable zone start PFN for each node
Dec 22 21:26:08 localhost kernel: [ 0.000000] early_node_map[2] active PFN ranges
Dec 22 21:26:08 localhost kernel: [ 0.000000] 0: 0x00000000 -> 0x0000009f
Dec 22 21:26:08 localhost kernel: [ 0.000000] 0: 0x00000100 -> 0x00020000
Dec 22 21:26:08 localhost kernel: [ 0.000000] Using APIC driver default
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x1008
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Dec 22 21:26:08 localhost kernel: [ 0.000000] IOAPIC[0]: Unable to change apic_id!
Dec 22 21:26:08 localhost kernel: [ 0.000000] IOAPIC[0]: apic_id 255, version 32, address 0xfec00000, GSI 0-23
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Dec 22 21:26:08 localhost kernel: [ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
Dec 22 21:26:08 localhost kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information
Dec 22 21:26:08 localhost kernel: [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
Dec 22 21:26:08 localhost kernel: [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
Dec 22 21:26:08 localhost kernel: [ 0.000000] Allocating PCI resources starting at 20000000 (gap: 20000000:bf451c00)
Dec 22 21:26:08 localhost kernel: [ 0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
Dec 22 21:26:08 localhost kernel: [ 0.000000] PERCPU: Allocated 9 4k pages, static data 32796 bytes
Dec 22 21:26:08 localhost kernel: [ 0.000000] Xen: using vcpu_info placement
Dec 22 21:26:08 localhost kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129951
Dec 22 21:26:08 localhost kernel: [ 0.000000] Kernel command line: ro root=/dev/VolGroup00/LogVol00 nomodeset xen-pciback.hide=(00:1b.0)
Dec 22 21:26:08 localhost kernel: [ 0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes)
Dec 22 21:26:08 localhost kernel: [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Dec 22 21:26:08 localhost kernel: [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Dec 22 21:26:08 localhost kernel: [ 0.000000] Enabling fast FPU save and restore... done.
Dec 22 21:26:08 localhost kernel: [ 0.000000] Enabling unmasked SIMD FPU exception support... done.
Dec 22 21:26:08 localhost kernel: [ 0.000000] Initializing CPU#0
Dec 22 21:26:08 localhost kernel: [ 0.000000] PCI-DMA: Using Xen software bounce buffering for IO (Xen-SWIOTLB)
Dec 22 21:26:08 localhost kernel: [ 0.000000] Placing 64MB Xen software IO TLB between c1ef4000 - c5ef4000
Dec 22 21:26:08 localhost kernel: [ 0.000000] Xen software IO TLB at phys 0x1ef4000 - 0x5ef4000
Dec 22 21:26:08 localhost kernel: [ 0.000000] Initializing HighMem for node 0 (00000000:00000000)
Dec 22 21:26:08 localhost kernel: [ 0.000000] Memory: 442528k/524288k available (2538k kernel code, 81080k reserved, 1330k data, 372k init, 0k highmem)
Dec 22 21:26:08 localhost kernel: [ 0.000000] virtual kernel memory layout:
Dec 22 21:26:08 localhost kernel: [ 0.000000] fixmap : 0xf571e000 - 0xf57ff000 ( 900 kB)
Dec 22 21:26:08 localhost kernel: [ 0.000000] pkmap : 0xf5200000 - 0xf5400000 (2048 kB)
Dec 22 21:26:08 localhost kernel: [ 0.000000] vmalloc : 0xe0800000 - 0xf51fe000 ( 329 MB)
Dec 22 21:26:08 localhost kernel: [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
Dec 22 21:26:08 localhost kernel: [ 0.000000] .init : 0xc13c8000 - 0xc1425000 ( 372 kB)
Dec 22 21:26:08 localhost kernel: [ 0.000000] .data : 0xc127a81a - 0xc13c7354 (1330 kB)
Dec 22 21:26:08 localhost kernel: [ 0.000000] .text : 0xc1000000 - 0xc127a81a (2538 kB)
Dec 22 21:26:08 localhost kernel: [ 0.000000] NR_IRQS:512
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 0 gsi 0 vector 240 ioapic 0 pin 0 triggering 0 polarity 0
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 1 gsi 1 vector 32 ioapic 0 pin 1 triggering 0 polarity 0
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 3 gsi 3 vector 40 ioapic 0 pin 3 triggering 0 polarity 0
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 4 gsi 4 vector 48 ioapic 0 pin 4 triggering 0 polarity 0
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 5 gsi 5 vector 56 ioapic 0 pin 5 triggering 0 polarity 0
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 6 gsi 6 vector 64 ioapic 0 pin 6 triggering 0 polarity 0
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 7 gsi 7 vector 72 ioapic 0 pin 7 triggering 0 polarity 0
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 8 gsi 8 vector 80 ioapic 0 pin 8 triggering 0 polarity 0
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 9 gsi 9 vector 88 ioapic 0 pin 9 triggering 1 polarity 0
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 10 gsi 10 vector 96 ioapic 0 pin 10 triggering 0 polarity 0
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 11 gsi 11 vector 104 ioapic 0 pin 11 triggering 0 polarity 0
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 12 gsi 12 vector 112 ioapic 0 pin 12 triggering 0 polarity 0
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 13 gsi 13 vector 120 ioapic 0 pin 13 triggering 0 polarity 0
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 14 gsi 14 vector 136 ioapic 0 pin 14 triggering 0 polarity 0
Dec 22 21:26:08 localhost kernel: [ 0.000000] xen_set_ioapic_routing: irq 15 gsi 15 vector 144 ioapic 0 pin 15 triggering 0 polarity 0
Dec 22 21:26:08 localhost kernel: [ 0.000000] Detected 2261.000 MHz processor.
Dec 22 21:26:08 localhost kernel: [ 0.000999] Console: colour dummy device 80x25
Dec 22 21:26:08 localhost kernel: [ 0.000999] console [tty0] enabled
Dec 22 21:26:08 localhost kernel: [ 0.000999] installing Xen timer for CPU 0
Dec 22 21:26:08 localhost kernel: [ 0.000999] Calibrating delay loop (skipped), value calculated using timer frequency.. 4522.00 BogoMIPS (lpj=2261000)
Dec 22 21:26:08 localhost kernel: [ 0.000999] Security Framework initialized
Dec 22 21:26:08 localhost kernel: [ 0.000999] SELinux: Initializing.
Dec 22 21:26:08 localhost kernel: [ 0.000999] Mount-cache hash table entries: 512
Dec 22 21:26:08 localhost kernel: [ 0.000999] CPU: L1 I cache: 32K, L1 D cache: 32K
Dec 22 21:26:08 localhost kernel: [ 0.000999] CPU: L2 cache: 3072K
Dec 22 21:26:08 localhost kernel: [ 0.000999] CPU: Physical Processor ID: 0
Dec 22 21:26:08 localhost kernel: [ 0.000999] CPU: Processor Core ID: 0
Dec 22 21:26:08 localhost kernel: [ 0.000999] mce: CPU supports 6 MCE banks
Dec 22 21:26:08 localhost kernel: [ 0.001058] SMP alternatives: switching to UP code
Dec 22 21:26:08 localhost kernel: [ 0.001999] ACPI: Core revision 20090521
Dec 22 21:26:08 localhost kernel: [ 0.018014] installing Xen timer for CPU 1
Dec 22 21:26:08 localhost kernel: [ 0.018042] SMP alternatives: switching to SMP code
Dec 22 21:26:08 localhost kernel: [ 0.000005] Initializing CPU#1
Dec 22 21:26:08 localhost kernel: [ 0.000041] CPU: L1 I cache: 32K, L1 D cache: 32K
Dec 22 21:26:08 localhost kernel: [ 0.000045] CPU: L2 cache: 3072K
Dec 22 21:26:08 localhost kernel: [ 0.000050] CPU: Physical Processor ID: 0
Dec 22 21:26:08 localhost kernel: [ 0.000052] CPU: Processor Core ID: 1
Dec 22 21:26:08 localhost kernel: [ 0.000057] mce: CPU supports 6 MCE banks
Dec 22 21:26:08 localhost kernel: [ 0.019117] Brought up 2 CPUs
Dec 22 21:26:08 localhost kernel: [ 0.021569] Booting paravirtualized kernel on Xen
Dec 22 21:26:08 localhost kernel: [ 0.021576] Xen version: 3.4.2 (preserve-AD) (dom0)
Dec 22 21:26:08 localhost kernel: [ 0.021638] Grant tables using version 1 layout.
Dec 22 21:26:08 localhost kernel: [ 0.021715] Grant table initialized
Dec 22 21:26:08 localhost kernel: [ 0.021788] NET: Registered protocol family 16
Dec 22 21:26:08 localhost kernel: [ 0.022162] xenbus_probe_init ok
Dec 22 21:26:08 localhost kernel: [ 0.022376] ACPI: bus type pci registered
Dec 22 21:26:08 localhost kernel: [ 0.022580] PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
Dec 22 21:26:08 localhost kernel: [ 0.022588] PCI: MCFG area at f8000000 reserved in E820
Dec 22 21:26:08 localhost kernel: [ 0.022594] PCI: Using MMCONFIG for extended config space
Dec 22 21:26:08 localhost kernel: [ 0.022599] PCI: Using configuration type 1 for base access
Dec 22 21:26:08 localhost kernel: [ 0.030344] bio: create slab <bio-0> at 0
Dec 22 21:26:08 localhost kernel: [ 0.034055] ACPI: BIOS _OSI(Linux) query ignored
Dec 22 21:26:08 localhost kernel: [ 0.091029] ACPI: EC: non-query interrupt received, switching to interrupt mode
Dec 22 21:26:08 localhost kernel: [ 0.097121] ACPI: Interpreter enabled
Dec 22 21:26:08 localhost kernel: [ 0.097130] ACPI: (supports S0 S3 S5)
Dec 22 21:26:08 localhost kernel: [ 0.097173] ACPI: Using IOAPIC for interrupt routing
Dec 22 21:26:08 localhost kernel: [ 0.215553] ACPI: EC: GPE = 0x11, I/O: command/status = 0x934, data = 0x930
Dec 22 21:26:08 localhost kernel: [ 0.215561] ACPI: EC: driver started in interrupt mode
Dec 22 21:26:08 localhost kernel: [ 0.215789] ACPI Warning: Incorrect checksum in table [ ] - A1, should be E5 20090521 tbutils-246
Dec 22 21:26:08 localhost kernel: [ 0.218256] ACPI: No dock devices found.
Dec 22 21:26:08 localhost kernel: [ 0.245938] ACPI: PCI Root Bridge [PCI0] (0000:00)
Dec 22 21:26:08 localhost kernel: [ 0.246315] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Dec 22 21:26:08 localhost kernel: [ 0.246327] pci 0000:00:01.0: PME# disabled
Dec 22 21:26:08 localhost kernel: [ 0.246682] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
Dec 22 21:26:08 localhost kernel: [ 0.246695] pci 0000:00:19.0: PME# disabled
Dec 22 21:26:08 localhost kernel: [ 0.247463] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
Dec 22 21:26:08 localhost kernel: [ 0.247477] pci 0000:00:1a.7: PME# disabled
Dec 22 21:26:08 localhost kernel: [ 0.247731] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Dec 22 21:26:08 localhost kernel: [ 0.247743] pci 0000:00:1b.0: PME# disabled
Dec 22 21:26:08 localhost kernel: [ 0.247929] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Dec 22 21:26:08 localhost kernel: [ 0.247941] pci 0000:00:1c.0: PME# disabled
Dec 22 21:26:08 localhost kernel: [ 0.247999] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Dec 22 21:26:08 localhost kernel: [ 0.247999] pci 0000:00:1c.1: PME# disabled
Dec 22 21:26:08 localhost kernel: [ 0.247999] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Dec 22 21:26:08 localhost kernel: [ 0.247999] pci 0000:00:1c.2: PME# disabled
Dec 22 21:26:08 localhost kernel: [ 0.248157] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Dec 22 21:26:08 localhost kernel: [ 0.248170] pci 0000:00:1c.3: PME# disabled
Dec 22 21:26:08 localhost kernel: [ 0.249087] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Dec 22 21:26:08 localhost kernel: [ 0.249101] pci 0000:00:1d.7: PME# disabled
Dec 22 21:26:08 localhost kernel: [ 0.249795] pci 0000:00:1f.2: PME# supported from D3hot
Dec 22 21:26:08 localhost kernel: [ 0.249807] pci 0000:00:1f.2: PME# disabled
Dec 22 21:26:08 localhost kernel: [ 0.250126] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 22 21:26:08 localhost kernel: [ 0.250139] pci 0000:03:01.0: PME# disabled
Dec 22 21:26:08 localhost kernel: [ 0.250351] pci 0000:03:01.1: PME# supported from D0 D1 D2 D3hot D3cold
Dec 22 21:26:08 localhost kernel: [ 0.250364] pci 0000:03:01.1: PME# disabled
Dec 22 21:26:08 localhost kernel: [ 0.250579] pci 0000:03:01.2: PME# supported from D0 D1 D2 D3hot D3cold
Dec 22 21:26:08 localhost kernel: [ 0.250592] pci 0000:03:01.2: PME# disabled
Dec 22 21:26:08 localhost kernel: [ 0.250728] pci 0000:00:1e.0: transparent bridge
Dec 22 21:26:08 localhost kernel: [ 0.286592] ACPI: PCI Interrupt Link [LNKA] (IRQs 10 11) *3
Dec 22 21:26:08 localhost kernel: [ 0.286838] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *10
Dec 22 21:26:08 localhost kernel: [ 0.287089] ACPI: PCI Interrupt Link [LNKC] (IRQs 10 *11)
Dec 22 21:26:08 localhost kernel: [ 0.287329] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 *10 11)
Dec 22 21:26:08 localhost kernel: [ 0.287572] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *10 11 12 14 15)
Dec 22 21:26:08 localhost kernel: [ 0.287829] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 11 12 14 15)
Dec 22 21:26:08 localhost kernel: [ 0.288088] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Dec 22 21:26:08 localhost kernel: [ 0.288306] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
Dec 22 21:26:08 localhost kernel: [ 0.288620] Failed to sync pcpu 0
Dec 22 21:26:08 localhost kernel: [ 0.288701] xenbus_probe_backend_init bus registered ok
Dec 22 21:26:08 localhost kernel: [ 0.288778] xenbus_probe_frontend_init bus registered ok
Dec 22 21:26:08 localhost kernel: [ 0.288784] xen_balloon: Initialising balloon driver with page order 0.
Dec 22 21:26:08 localhost kernel: [ 0.289314] usbcore: registered new interface driver usbfs
Dec 22 21:26:08 localhost kernel: [ 0.289461] usbcore: registered new interface driver hub
Dec 22 21:26:08 localhost kernel: [ 0.289556] usbcore: registered new device driver usb
Dec 22 21:26:08 localhost kernel: [ 0.289922] PCI: Using ACPI for IRQ routing
Dec 22 21:26:08 localhost kernel: [ 0.290168] IO APIC resources couldn't be allocated.
Dec 22 21:26:08 localhost kernel: [ 0.294013] NetLabel: Initializing
Dec 22 21:26:08 localhost kernel: [ 0.294019] NetLabel: domain hash size = 128
Dec 22 21:26:08 localhost kernel: [ 0.294024] NetLabel: protocols = UNLABELED CIPSOv4
Dec 22 21:26:08 localhost kernel: [ 0.294048] NetLabel: unlabeled traffic allowed by default
Dec 22 21:26:08 localhost kernel: [ 0.298019] pnp: PnP ACPI init
Dec 22 21:26:08 localhost kernel: [ 0.298033] ACPI: bus type pnp registered
Dec 22 21:26:08 localhost kernel: [ 0.326358] xen_allocate_pirq: returning irq 12 for gsi 12
Dec 22 21:26:08 localhost kernel: [ 0.326369] xen_set_ioapic_routing: irq 12 gsi 12 vector 112 ioapic 0 pin 12 triggering 0 polarity 0
Dec 22 21:26:08 localhost kernel: [ 0.326528] xen_allocate_pirq: returning irq 1 for gsi 1
Dec 22 21:26:08 localhost kernel: [ 0.326538] xen_set_ioapic_routing: irq 1 gsi 1 vector 32 ioapic 0 pin 1 triggering 0 polarity 0
Dec 22 21:26:08 localhost kernel: [ 0.326694] xen_allocate_pirq: returning irq 8 for gsi 8
Dec 22 21:26:08 localhost kernel: [ 0.326704] xen_set_ioapic_routing: irq 8 gsi 8 vector 80 ioapic 0 pin 8 triggering 0 polarity 0
Dec 22 21:26:08 localhost kernel: [ 0.327367] xen_allocate_pirq: returning irq 13 for gsi 13
Dec 22 21:26:08 localhost kernel: [ 0.327378] xen_set_ioapic_routing: irq 13 gsi 13 vector 120 ioapic 0 pin 13 triggering 0 polarity 0
Dec 22 21:26:08 localhost kernel: [ 0.388752] pnp: PnP ACPI: found 13 devices
Dec 22 21:26:08 localhost kernel: [ 0.388759] ACPI: ACPI bus type pnp unregistered
Dec 22 21:26:08 localhost kernel: [ 0.388777] system 00:05: ioport range 0xc80-0xcaf has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.388786] system 00:05: ioport range 0xcc0-0xcff could not be reserved
Dec 22 21:26:08 localhost kernel: [ 0.388800] system 00:08: iomem range 0xfed00000-0xfed003ff has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.388813] system 00:09: ioport range 0xcb0-0xcbb has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.388822] system 00:09: iomem range 0xfed40000-0xfed44fff has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.388835] system 00:0a: ioport range 0x900-0x92f has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.388843] system 00:0a: ioport range 0x931-0x933 has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.388851] system 00:0a: ioport range 0x935-0x97f has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.388858] system 00:0a: ioport range 0x4d0-0x4d1 has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.388866] system 00:0a: ioport range 0x1000-0x1005 has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.388874] system 00:0a: ioport range 0x1008-0x100f has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.388888] system 00:0b: ioport range 0xf400-0xf4fe has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.388895] system 00:0b: ioport range 0x1006-0x1007 has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.388904] system 00:0b: ioport range 0x100a-0x1059 could not be reserved
Dec 22 21:26:08 localhost kernel: [ 0.388912] system 00:0b: ioport range 0x1080-0x10bf has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.388919] system 00:0b: ioport range 0x1100-0x111f has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.388927] system 00:0b: ioport range 0x1010-0x102f has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.388935] system 00:0b: ioport range 0x809-0x809 has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.388949] system 00:0c: iomem range 0x0-0x9efff could not be reserved
Dec 22 21:26:08 localhost kernel: [ 0.388958] system 00:0c: iomem range 0x9f000-0x9ffff could not be reserved
Dec 22 21:26:08 localhost kernel: [ 0.388966] system 00:0c: iomem range 0xc0000-0xcffff could not be reserved
Dec 22 21:26:08 localhost kernel: [ 0.388975] system 00:0c: iomem range 0xe0000-0xfffff could not be reserved
Dec 22 21:26:08 localhost kernel: [ 0.388984] system 00:0c: iomem range 0x100000-0xdf451bff could not be reserved
Dec 22 21:26:08 localhost kernel: [ 0.388992] system 00:0c: iomem range 0xdf451c00-0xdfefffff has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.389011] system 00:0c: iomem range 0xdff00000-0xdfffffff has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.389021] system 00:0c: iomem range 0xffe00000-0xffffffff could not be reserved
Dec 22 21:26:08 localhost kernel: [ 0.389029] system 00:0c: iomem range 0xffa00000-0xffbfffff has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.389037] system 00:0c: iomem range 0xfec00000-0xfec0ffff has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.389046] system 00:0c: iomem range 0xfee00000-0xfee0ffff has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.389054] system 00:0c: iomem range 0xfed20000-0xfed3ffff has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.389062] system 00:0c: iomem range 0xfed45000-0xfed8ffff has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.389070] system 00:0c: iomem range 0xfeda0000-0xfeda3fff has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.389078] system 00:0c: iomem range 0xfeda4000-0xfeda4fff has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.389086] system 00:0c: iomem range 0xfeda5000-0xfeda5fff has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.389094] system 00:0c: iomem range 0xfeda6000-0xfeda6fff has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.389103] system 00:0c: iomem range 0xfed1c800-0xfed1cfff has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.389111] system 00:0c: iomem range 0xfed18000-0xfed1bfff has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.389119] system 00:0c: iomem range 0xf8000000-0xfbffffff has been reserved
Dec 22 21:26:08 localhost kernel: [ 0.389260] pciback 0000:00:1b.0: seizing device
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:01.0: IO window: 0xd000-0xdfff
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:01.0: MEM window: 0xf2000000-0xf6efffff
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:01.0: PREFETCH window: 0x000000e0000000-0x000000efffffff
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:0b
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:1c.0: IO window: disabled
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:1c.0: MEM window: disabled
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:1c.0: PREFETCH window: disabled
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:0c
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:1c.1: IO window: disabled
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:1c.1: MEM window: disabled
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:1c.1: PREFETCH window: disabled
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:0d
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:1c.2: IO window: disabled
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:1c.2: MEM window: disabled
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:1c.2: PREFETCH window: disabled
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:1c.3: PCI bridge, secondary bus 0000:0e
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:1c.3: IO window: 0xc000-0xcfff
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:1c.3: MEM window: 0xf1e00000-0xf1ffffff
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:1c.3: PREFETCH window: 0x000000f0000000-0x000000f01fffff
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:03:01.0: CardBus bridge, secondary bus 0000:04
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:03:01.0: IO window: 0x002000-0x0020ff
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:03:01.0: IO window: 0x002400-0x0024ff
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:03:01.0: PREFETCH window: 0x20000000-0x23ffffff
Dec 22 21:26:08 localhost rpc.statd[2834]: Version 1.0.8 Starting
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:03:01.0: MEM window: 0x24000000-0x27ffffff
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:1e.0: IO window: 0x2000-0x2fff
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:1e.0: MEM window: 0xf1d00000-0xf1dfffff
Dec 22 21:26:08 localhost kernel: [ 0.425003] pci 0000:00:1e.0: PREFETCH window: 0x20000000-0x23ffffff
Dec 22 21:26:08 localhost kernel: [ 0.425451] xen_set_ioapic_routing: irq 16 gsi 16 vector 152 ioapic 0 pin 16 triggering 1 polarity 1
Dec 22 21:26:08 localhost kernel: [ 0.425464] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Dec 22 21:26:08 localhost kernel: [ 0.425497] xen_allocate_pirq: returning irq 16 for gsi 16
Dec 22 21:26:08 localhost kernel: [ 0.425507] xen_set_ioapic_routing: irq 16 gsi 16 vector 152 ioapic 0 pin 16 triggering 1 polarity 1
Dec 22 21:26:08 localhost kernel: [ 0.425519] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Dec 22 21:26:08 localhost kernel: [ 0.425560] xen_set_ioapic_routing: irq 17 gsi 17 vector 160 ioapic 0 pin 17 triggering 1 polarity 1
Dec 22 21:26:08 localhost kernel: [ 0.425572] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Dec 22 21:26:08 localhost kernel: [ 0.425613] xen_set_ioapic_routing: irq 18 gsi 18 vector 168 ioapic 0 pin 18 triggering 1 polarity 1
Dec 22 21:26:08 localhost kernel: [ 0.425625] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Dec 22 21:26:08 localhost kernel: [ 0.425667] xen_set_ioapic_routing: irq 19 gsi 19 vector 176 ioapic 0 pin 19 triggering 1 polarity 1
Dec 22 21:26:08 localhost kernel: [ 0.425678] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
Dec 22 21:26:08 localhost kernel: [ 0.425730] xen_allocate_pirq: returning irq 19 for gsi 19
Dec 22 21:26:08 localhost kernel: [ 0.425740] xen_set_ioapic_routing: irq 19 gsi 19 vector 176 ioapic 0 pin 19 triggering 1 polarity 1
Dec 22 21:26:08 localhost kernel: [ 0.425752] pci 0000:03:01.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
Dec 22 21:26:08 localhost kernel: [ 0.425886] NET: Registered protocol family 2
Dec 22 21:26:08 localhost kernel: [ 0.425944] IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
Dec 22 21:26:08 localhost kernel: [ 0.426094] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
Dec 22 21:26:08 localhost kernel: [ 0.426270] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
Dec 22 21:26:08 localhost kernel: [ 0.426434] TCP: Hash tables configured (established 65536 bind 65536)
Dec 22 21:26:08 localhost kernel: [ 0.426441] TCP reno registered
Dec 22 21:26:08 localhost kernel: [ 0.426530] NET: Registered protocol family 1
Dec 22 21:26:08 localhost kernel: [ 0.426604] Trying to unpack rootfs image as initramfs...
Dec 22 21:26:08 localhost kernel: [ 0.431577] Freeing initrd memory: 4251k freed
Dec 22 21:26:08 localhost kernel: [ 0.434620] apm: BIOS not found.
Dec 22 21:26:08 localhost kernel: [ 0.435089] audit: initializing netlink socket (disabled)
Dec 22 21:26:08 localhost kernel: [ 0.435118] type=2000 audit(1261517140.228:1): initialized
Dec 22 21:26:08 localhost kernel: [ 0.435313] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Dec 22 21:26:08 localhost kernel: [ 0.435482] VFS: Disk quotas dquot_6.5.2
Dec 22 21:26:08 localhost kernel: [ 0.435503] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Dec 22 21:26:08 localhost kernel: [ 0.435648] msgmni has been set to 873
Dec 22 21:26:08 localhost kernel: [ 0.436070] alg: No test for stdrng (krng)
Dec 22 21:26:08 localhost kernel: [ 0.436099] io scheduler noop registered
Dec 22 21:26:08 localhost kernel: [ 0.436106] io scheduler anticipatory registered
Dec 22 21:26:08 localhost kernel: [ 0.436112] io scheduler deadline registered
Dec 22 21:26:08 localhost kernel: [ 0.436138] io scheduler cfq registered (default)
Dec 22 21:26:08 localhost kernel: [ 0.439611] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Dec 22 21:26:08 localhost kernel: [ 0.442166] vesafb: framebuffer at 0xf3000000, mapped to 0xe0900000, using 6144k, total 14336k
Dec 22 21:26:08 localhost kernel: [ 0.442166] vesafb: mode is 1024x768x32, linelength=4096, pages=0
Dec 22 21:26:08 localhost kernel: [ 0.442166] vesafb: scrolling: redraw
Dec 22 21:26:08 localhost kernel: [ 0.442166] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Dec 22 21:26:08 localhost kernel: [ 0.479061] Console: switching to colour frame buffer device 128x48
Dec 22 21:26:08 localhost kernel: [ 0.512791] fb0: VESA VGA frame buffer device
Dec 22 21:26:08 localhost kernel: [ 0.514369] ACPI: SSDT df453199 00281 (v01 PmRef BspIst 00003000 INTL 20050624)
Dec 22 21:26:08 localhost kernel: [ 0.516174] ACPI: SSDT df4535f1 005C6 (v01 PmRef BspCst 00003001 INTL 20050624)
Dec 22 21:26:08 localhost kernel: [ 0.518365] Marking TSC unstable due to TSC halts in idle
Dec 22 21:26:08 localhost kernel: [ 0.518775] ACPI: CPU-1 (power states: C1[C1] C2[C2] C3[C3])
Dec 22 21:26:08 localhost kernel: [ 0.520962] ACPI: SSDT df45341a 001D7 (v01 PmRef ApIst 00003000 INTL 20050624)
Dec 22 21:26:08 localhost kernel: [ 0.522627] ACPI: SSDT df453bb7 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
Dec 22 21:26:08 localhost kernel: [ 0.524266] ACPI: CPU-1 (power states: C1[C1] C2[C2] C3[C3])
Dec 22 21:26:08 localhost kernel: [ 0.558501] thermal LNXTHERM:01: registered as thermal_zone0
Dec 22 21:26:08 localhost kernel: [ 0.558910] ACPI: Thermal Zone [THM] (53 C)
Dec 22 21:26:08 localhost kernel: [ 0.559321] isapnp: Scanning for PnP cards...
Dec 22 21:26:08 localhost kernel: [ 0.874572] isapnp: No Plug & Play device found
Dec 22 21:26:08 localhost kernel: [ 0.874987] Event-channel device installed.
Dec 22 21:26:08 localhost kernel: [ 0.880973] blktap_device_init: blktap device major 253
Dec 22 21:26:08 localhost kernel: [ 0.881004] blktap_ring_init: blktap ring major: 253
Dec 22 21:26:08 localhost kernel: [ 0.883045] registering netback
Dec 22 21:26:08 localhost kernel: [ 0.883590] xen_set_ioapic_routing: irq 21 gsi 21 vector 33 ioapic 0 pin 21 triggering 1 polarity 1
Dec 22 21:26:08 localhost kernel: [ 0.884003] pciback 0000:00:1b.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
Dec 22 21:26:08 localhost kernel: [ 0.884003] pciback 0000:00:1b.0: PCI INT A disabled
Dec 22 21:26:08 localhost kernel: [ 0.919226] hpet_acpi_add: no address or irqs in _CRS
Dec 22 21:26:08 localhost kernel: [ 0.932807] Non-volatile memory driver v1.3
Dec 22 21:26:08 localhost kernel: [ 0.933426] Linux agpgart interface v0.103
Dec 22 21:26:08 localhost kernel: [ 0.959816] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Dec 22 21:26:08 localhost kernel: [ 0.977653] brd: module loaded
Dec 22 21:26:08 localhost kernel: [ 0.990941] Uniform Multi-Platform E-IDE driver
Dec 22 21:26:08 localhost kernel: [ 1.006328] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
Dec 22 21:26:08 localhost kernel: [ 1.023228] ide0: no devices on the port
Dec 22 21:26:08 localhost kernel: [ 1.036952] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Dec 22 21:26:08 localhost kernel: [ 1.053553] ide1: no devices on the port
Dec 22 21:26:08 localhost kernel: [ 1.067063] ide1 at 0x170-0x177,0x376 on irq 15
Dec 22 21:26:08 localhost kernel: [ 1.080476] ide-gd driver 1.18
Dec 22 21:26:08 localhost kernel: [ 1.094083] yenta_cardbus 0000:03:01.0: CardBus bridge found [1028:0250]
Dec 22 21:26:08 localhost kernel: [ 1.230011] yenta_cardbus 0000:03:01.0: ISA IRQ mask 0x0cb8, PCI irq 19
Dec 22 21:26:08 localhost kernel: [ 1.231003] yenta_cardbus 0000:03:01.0: Socket status: 30000006
Dec 22 21:26:08 localhost kernel: [ 1.231003] pci_bus 0000:03: Raising subordinate bus# of parent bus (#03) from #04 to #07
Dec 22 21:26:08 localhost kernel: [ 1.231003] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge I/O window: 0x2000 - 0x2fff
Dec 22 21:26:08 localhost kernel: [ 1.231003] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x2000-0x2fff: clean.
Dec 22 21:26:08 localhost kernel: [ 1.231003] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge Memory window: 0xf1d00000 - 0xf1dfffff
Dec 22 21:26:08 localhost kernel: [ 1.231003] yenta_cardbus 0000:03:01.0: pcmcia: parent PCI bridge Memory window: 0x20000000 - 0x23ffffff
Dec 22 21:26:08 localhost kernel: [ 1.580425] usbmon: debugfs is not available
Dec 22 21:26:08 localhost kernel: [ 1.594702] usbcore: registered new interface driver libusual
Dec 22 21:26:08 localhost kernel: [ 1.609190] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Dec 22 21:26:08 localhost kernel: [ 1.624098] i8042.c: Warning: Keylock active.
Dec 22 21:26:08 localhost kernel: [ 1.642015] serio: i8042 KBD port at 0x60,0x64 irq 1
Dec 22 21:26:08 localhost kernel: [ 1.656275] serio: i8042 AUX port at 0x60,0x64 irq 12
Dec 22 21:26:08 localhost kernel: [ 1.671336] mice: PS/2 mouse device common for all mice
Dec 22 21:26:08 localhost kernel: [ 1.685656] cpuidle: using governor ladder
Dec 22 21:26:08 localhost kernel: [ 1.701661] input: AT Translated Set 2 keyboard as /class/input/input0
Dec 22 21:26:08 localhost kernel: [ 1.701774] usbcore: registered new interface driver hiddev
Dec 22 21:26:08 localhost kernel: [ 1.701844] usbcore: registered new interface driver usbhid
Dec 22 21:26:08 localhost kernel: [ 1.701847] usbhid: v2.6:USB HID core driver
Dec 22 21:26:08 localhost kernel: [ 1.756496] TCP bic registered
Dec 22 21:26:08 localhost kernel: [ 1.757002] Initializing XFRM netlink socket
Dec 22 21:26:08 localhost kernel: [ 1.783948] NET: Registered protocol family 17
Dec 22 21:26:08 localhost kernel: [ 1.784941] lib80211: common routines for IEEE802.11 drivers
Dec 22 21:26:08 localhost kernel: [ 1.811753] Using IPI No-Shortcut mode
Dec 22 21:26:08 localhost kernel: [ 1.826230] Freeing unused kernel memory: 372k freed
Dec 22 21:26:08 localhost kernel: [ 2.242671] SCSI subsystem initialized
Dec 22 21:26:08 localhost kernel: [ 2.329914] xen_allocate_pirq: returning irq 19 for gsi 19
Dec 22 21:26:08 localhost kernel: [ 2.330252] xen_set_ioapic_routing: irq 19 gsi 19 vector 176 ioapic 0 pin 19 triggering 1 polarity 1
Dec 22 21:26:08 localhost kernel: [ 2.330252] ahci 0000:00:1f.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
Dec 22 21:26:08 localhost kernel: [ 2.367360] ahci: SSS flag set, parallel bus scan disabled
Dec 22 21:26:08 localhost kernel: [ 2.368292] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
Dec 22 21:26:08 localhost kernel: [ 2.368292] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ems
Dec 22 21:26:08 localhost kernel: [ 2.412377] scsi0 : ahci
Dec 22 21:26:08 localhost kernel: [ 2.425398] scsi1 : ahci
Dec 22 21:26:08 localhost kernel: [ 2.437818] scsi2 : ahci
Dec 22 21:26:08 localhost kernel: [ 2.449805] scsi3 : ahci
Dec 22 21:26:08 localhost kernel: [ 2.461318] scsi4 : ahci
Dec 22 21:26:08 localhost kernel: [ 2.472781] scsi5 : ahci
Dec 22 21:26:08 localhost kernel: [ 2.481393] input: DualPoint Stick as /class/input/input1
Dec 22 21:26:08 localhost kernel: [ 2.495624] ata1: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1c900 irq 494
Dec 22 21:26:08 localhost kernel: [ 2.498282] input: AlpsPS/2 ALPS DualPoint TouchPad as /class/input/input2
Dec 22 21:26:08 localhost kernel: [ 2.498189] ata2: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1c980 irq 494
Dec 22 21:26:08 localhost kernel: [ 2.529026] ata3: DUMMY
Dec 22 21:26:08 localhost kernel: [ 2.529026] ata4: DUMMY
Dec 22 21:26:08 localhost kernel: [ 2.529026] ata5: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1cb00 irq 494
Dec 22 21:26:08 localhost kernel: [ 2.529026] ata6: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1cb80 irq 494
Dec 22 21:26:08 localhost kernel: [ 3.031299] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Dec 22 21:26:08 localhost kernel: [ 3.119046] ata1.00: ATA-8: ST9120411ASG, DE13, max UDMA/133
Dec 22 21:26:08 localhost kernel: [ 3.120024] ata1.00: 234441648 sectors, multi 8: LBA48 NCQ (depth 31/32)
Dec 22 21:26:08 localhost kernel: [ 3.193701] ata1.00: configured for UDMA/133
Dec 22 21:26:08 localhost kernel: [ 3.216361] scsi 0:0:0:0: Direct-Access ATA ST9120411ASG DE13 PQ: 0 ANSI: 5
Dec 22 21:26:09 localhost kernel: [ 3.228467] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 GiB)
Dec 22 21:26:09 localhost kernel: [ 3.240445] sd 0:0:0:0: [sda] Write Protect is off
Dec 22 21:26:09 localhost kernel: [ 3.252595] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Dec 22 21:26:09 localhost kernel: [ 3.264880] sda: sda1 sda2 sda3
Dec 22 21:26:09 localhost kernel: [ 3.302498] sd 0:0:0:0: [sda] Attached SCSI disk
Dec 22 21:26:09 localhost kernel: [ 4.141239] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Dec 22 21:26:09 localhost kernel: [ 4.155456] ata2.00: ATAPI: MATSHITA DVD+/-RW UJ862A, 1.02, max UDMA/33
Dec 22 21:26:09 localhost kernel: [ 4.170214] ata2.00: configured for UDMA/33
Dec 22 21:26:09 localhost kernel: [ 4.206160] scsi 1:0:0:0: CD-ROM MATSHITA DVD+-RW UJ862A 1.02 PQ: 0 ANSI: 5
Dec 22 21:26:09 localhost kernel: [ 4.524219] ata5: SATA link down (SStatus 0 SControl 300)
Dec 22 21:26:09 localhost kernel: [ 4.842218] ata6: SATA link down (SStatus 0 SControl 300)
Dec 22 21:26:09 localhost kernel: [ 4.909499] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
Dec 22 21:26:09 localhost kernel: [ 5.982463] kjournald starting. Commit interval 5 seconds
Dec 22 21:26:09 localhost kernel: [ 5.982492] EXT3-fs: mounted filesystem with writeback data mode.
Dec 22 21:26:09 localhost kernel: [ 6.417330] SELinux: class dccp_socket not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: class memprotect not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: class peer not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: class capability2 not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: class kernel_service not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: permission open in class dir not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: permission open in class file not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: permission open in class chr_file not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: permission open in class blk_file not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: permission open in class sock_file not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: permission open in class fifo_file not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: permission dccp_recv in class node not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: permission dccp_send in class node not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: permission recvfrom in class node not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: permission sendto in class node not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: permission dccp_recv in class netif not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: permission dccp_send in class netif not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: permission ingress in class netif not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: permission egress in class netif not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: permission setsockcreate in class process not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: permission setfcap in class capability not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: permission nlmsg_tty_audit in class netlink_audit_socket not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: permission polmatch in class association not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: permission flow_in in class packet not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: permission flow_out in class packet not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: permission forward_in in class packet not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: permission forward_out in class packet not defined in policy
Dec 22 21:26:09 localhost kernel: [ 6.418002] SELinux: the above unknown classes and permissions will be denied
Dec 22 21:26:09 localhost kernel: [ 6.841195] type=1403 audit(1261517146.634:2): policy loaded auid=4294967295 ses=4294967295
Dec 22 21:26:09 localhost kernel: [ 9.404144] ACPI: AC Adapter [AC] (on-line)
Dec 22 21:26:09 localhost kernel: [ 9.704285] rtc_cmos 00:03: RTC can wake from S4
Dec 22 21:26:09 localhost kernel: [ 9.704351] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
Dec 22 21:26:09 localhost kernel: [ 9.704400] rtc0: alarms up to one month, y3k, 114 bytes nvram
Dec 22 21:26:09 localhost kernel: [ 9.821947] input: Lid Switch as /class/input/input3
Dec 22 21:26:09 localhost kernel: [ 9.857831] ACPI: Lid Switch [LID]
Dec 22 21:26:09 localhost kernel: [ 9.946487] ACPI: Battery Slot [BAT0] (battery present)
Dec 22 21:26:09 localhost kernel: [ 9.946581] input: Power Button as /class/input/input4
Dec 22 21:26:09 localhost kernel: [ 9.946634] ACPI: Power Button [PBTN]
Dec 22 21:26:09 localhost kernel: [ 9.946720] ACPI: Battery Slot [BAT1] (battery absent)
Dec 22 21:26:09 localhost kernel: [ 9.946806] input: Sleep Button as /class/input/input5
Dec 22 21:26:09 localhost kernel: [ 9.946845] ACPI: Sleep Button [SBTN]
Dec 22 21:26:09 localhost kernel: [ 10.390699] e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k2
Dec 22 21:26:09 localhost kernel: [ 10.390703] e1000e: Copyright (c) 1999-2008 Intel Corporation.
Dec 22 21:26:09 localhost kernel: [ 10.390785] xen_set_ioapic_routing: irq 22 gsi 22 vector 49 ioapic 0 pin 22 triggering 1 polarity 1
Dec 22 21:26:09 localhost kernel: [ 10.390795] e1000e 0000:00:19.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
Dec 22 21:26:09 localhost kernel: [ 10.390803] e1000e 0000:00:19.0: pci_enable_pcie_error_reporting failed 0xfffffffb
Dec 22 21:26:09 localhost kernel: [ 10.424020] acpi device:37: registered as cooling_device0
Dec 22 21:26:09 localhost kernel: [ 10.424855] input: Video Bus as /class/input/input6
Dec 22 21:26:09 localhost kernel: [ 10.424902] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
Dec 22 21:26:09 localhost kernel: [ 10.441759] iTCO_vendor_support: vendor-support=0
Dec 22 21:26:09 localhost kernel: [ 10.443129] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
Dec 22 21:26:09 localhost kernel: [ 10.443238] iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x1060)
Dec 22 21:26:09 localhost kernel: [ 10.443299] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Dec 22 21:26:09 localhost kernel: [ 10.490179] 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:21:70:b5:be:1c
Dec 22 21:26:09 localhost kernel: [ 10.490184] 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
Dec 22 21:26:09 localhost kernel: [ 10.490214] 0000:00:19.0: eth0: MAC: 7, PHY: 8, PBA No: 5002ff-0ff
Dec 22 21:26:09 localhost kernel: [ 10.548005] xen_allocate_pirq: returning irq 19 for gsi 19
Dec 22 21:26:09 localhost kernel: [ 10.548005] xen_set_ioapic_routing: irq 19 gsi 19 vector 176 ioapic 0 pin 19 triggering 1 polarity 1
Dec 22 21:26:09 localhost kernel: [ 10.548005] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Dec 22 21:26:09 localhost kernel: [ 10.603314] input: PC Speaker as /class/input/input7
Dec 22 21:26:09 localhost kernel: [ 10.870021] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Dec 22 21:26:09 localhost kernel: [ 10.870027] Uniform CD-ROM driver Revision: 3.20
Dec 22 21:26:09 localhost kernel: [ 11.827581] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
Dec 22 21:26:09 localhost kernel: [ 12.071181] sd 0:0:0:0: Attached scsi generic sg0 type 0
Dec 22 21:26:09 localhost kernel: [ 12.071221] sr 1:0:0:0: Attached scsi generic sg1 type 5
Dec 22 21:26:09 localhost kernel: [ 12.216367] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: clean.
Dec 22 21:26:09 localhost kernel: [ 12.219341] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: clean.
Dec 22 21:26:09 localhost kernel: [ 12.220580] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: clean.
Dec 22 21:26:09 localhost kernel: [ 12.221608] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: clean.
Dec 22 21:26:09 localhost kernel: [ 12.222580] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean.
Dec 22 21:26:09 localhost kernel: [ 12.428825] Floppy drive(s): fd0 is 1.44M
Dec 22 21:26:09 localhost kernel: [ 12.431296] uhci_hcd: USB Universal Host Controller Interface driver
Dec 22 21:26:09 localhost kernel: [ 12.431441] xen_set_ioapic_routing: irq 20 gsi 20 vector 65 ioapic 0 pin 20 triggering 1 polarity 1
Dec 22 21:26:09 localhost kernel: [ 12.431451] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
Dec 22 21:26:09 localhost kernel: [ 12.431472] uhci_hcd 0000:00:1a.0: UHCI Host Controller
Dec 22 21:26:09 localhost kernel: [ 12.431559] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
Dec 22 21:26:09 localhost kernel: [ 12.431621] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f60
Dec 22 21:26:09 localhost kernel: [ 12.431807] usb usb1: configuration #1 chosen from 1 choice
Dec 22 21:26:09 localhost kernel: [ 12.431848] hub 1-0:1.0: USB hub found
Dec 22 21:26:09 localhost kernel: [ 12.431869] hub 1-0:1.0: 2 ports detected
Dec 22 21:26:09 localhost kernel: [ 12.431979] xen_allocate_pirq: returning irq 21 for gsi 21
Dec 22 21:26:09 localhost kernel: [ 12.431987] xen_set_ioapic_routing: irq 21 gsi 21 vector 33 ioapic 0 pin 21 triggering 1 polarity 1
Dec 22 21:26:09 localhost kernel: [ 12.431995] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
Dec 22 21:26:09 localhost kernel: [ 12.432023] uhci_hcd 0000:00:1a.1: UHCI Host Controller
Dec 22 21:26:09 localhost kernel: [ 12.432038] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
Dec 22 21:26:09 localhost kernel: [ 12.432096] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00006f80
Dec 22 21:26:09 localhost kernel: [ 12.432258] usb usb2: configuration #1 chosen from 1 choice
Dec 22 21:26:09 localhost kernel: [ 12.432296] hub 2-0:1.0: USB hub found
Dec 22 21:26:09 localhost kernel: [ 12.432316] hub 2-0:1.0: 2 ports detected
Dec 22 21:26:09 localhost kernel: [ 12.432420] xen_allocate_pirq: returning irq 22 for gsi 22
Dec 22 21:26:09 localhost kernel: [ 12.432428] xen_set_ioapic_routing: irq 22 gsi 22 vector 49 ioapic 0 pin 22 triggering 1 polarity 1
Dec 22 21:26:09 localhost kernel: [ 12.432436] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
Dec 22 21:26:09 localhost kernel: [ 12.432454] uhci_hcd 0000:00:1a.2: UHCI Host Controller
Dec 22 21:26:09 localhost kernel: [ 12.432467] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3
Dec 22 21:26:09 localhost kernel: [ 12.432521] uhci_hcd 0000:00:1a.2: irq 22, io base 0x00006fa0
Dec 22 21:26:09 localhost kernel: [ 12.432657] usb usb3: configuration #1 chosen from 1 choice
Dec 22 21:26:09 localhost kernel: [ 12.432696] hub 3-0:1.0: USB hub found
Dec 22 21:26:09 localhost kernel: [ 12.432716] hub 3-0:1.0: 2 ports detected
Dec 22 21:26:09 localhost kernel: [ 12.432818] xen_allocate_pirq: returning irq 20 for gsi 20
Dec 22 21:26:09 localhost kernel: [ 12.432826] xen_set_ioapic_routing: irq 20 gsi 20 vector 65 ioapic 0 pin 20 triggering 1 polarity 1
Dec 22 21:26:09 localhost kernel: [ 12.432841] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
Dec 22 21:26:09 localhost kernel: [ 12.432859] uhci_hcd 0000:00:1d.0: UHCI Host Controller
Dec 22 21:26:09 localhost kernel: [ 12.432871] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
Dec 22 21:26:09 localhost kernel: [ 12.432914] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f00
Dec 22 21:26:09 localhost kernel: [ 12.433061] usb usb4: configuration #1 chosen from 1 choice
Dec 22 21:26:09 localhost kernel: [ 12.433100] hub 4-0:1.0: USB hub found
Dec 22 21:26:09 localhost kernel: [ 12.433120] hub 4-0:1.0: 2 ports detected
Dec 22 21:26:09 localhost kernel: [ 12.433222] xen_allocate_pirq: returning irq 21 for gsi 21
Dec 22 21:26:09 localhost kernel: [ 12.433231] xen_set_ioapic_routing: irq 21 gsi 21 vector 33 ioapic 0 pin 21 triggering 1 polarity 1
Dec 22 21:26:09 localhost kernel: [ 12.433243] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
Dec 22 21:26:09 localhost kernel: [ 12.433261] uhci_hcd 0000:00:1d.1: UHCI Host Controller
Dec 22 21:26:09 localhost kernel: [ 12.433275] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
Dec 22 21:26:09 localhost kernel: [ 12.433317] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00006f20
Dec 22 21:26:09 localhost kernel: [ 12.433451] usb usb5: configuration #1 chosen from 1 choice
Dec 22 21:26:09 localhost kernel: [ 12.433491] hub 5-0:1.0: USB hub found
Dec 22 21:26:09 localhost kernel: [ 12.433513] hub 5-0:1.0: 2 ports detected
Dec 22 21:26:09 localhost kernel: [ 12.433614] xen_allocate_pirq: returning irq 22 for gsi 22
Dec 22 21:26:09 localhost kernel: [ 12.433622] xen_set_ioapic_routing: irq 22 gsi 22 vector 49 ioapic 0 pin 22 triggering 1 polarity 1
Dec 22 21:26:09 localhost kernel: [ 12.433635] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
Dec 22 21:26:09 localhost kernel: [ 12.433656] uhci_hcd 0000:00:1d.2: UHCI Host Controller
Dec 22 21:26:09 localhost ypbind: bound to NIS server gandalf.neo
Dec 22 21:26:09 localhost kernel: [ 12.433668] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
Dec 22 21:26:09 localhost kernel: [ 12.433710] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
Dec 22 21:26:09 localhost kernel: [ 12.433844] usb usb6: configuration #1 chosen from 1 choice
Dec 22 21:26:09 localhost kernel: [ 12.433883] hub 6-0:1.0: USB hub found
Dec 22 21:26:09 localhost kernel: [ 12.433902] hub 6-0:1.0: 2 ports detected
Dec 22 21:26:09 localhost kernel: [ 12.559988] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Dec 22 21:26:09 localhost kernel: [ 12.559993] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
Dec 22 21:26:09 localhost kernel: [ 12.560043] xen_allocate_pirq: returning irq 22 for gsi 22
Dec 22 21:26:09 localhost kernel: [ 12.560051] xen_set_ioapic_routing: irq 22 gsi 22 vector 49 ioapic 0 pin 22 triggering 1 polarity 1
Dec 22 21:26:09 localhost kernel: [ 12.560069] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
Dec 22 21:26:09 localhost kernel: [ 12.560101] ehci_hcd 0000:00:1a.7: EHCI Host Controller
Dec 22 21:26:09 localhost kernel: [ 12.560119] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 7
Dec 22 21:26:09 localhost kernel: [ 12.564091] ehci_hcd 0000:00:1a.7: debug port 1
Dec 22 21:26:09 localhost kernel: [ 12.564116] ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfed1c400
Dec 22 21:26:09 localhost kernel: [ 12.574291] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
Dec 22 21:26:09 localhost kernel: [ 12.574410] usb usb7: configuration #1 chosen from 1 choice
Dec 22 21:26:09 localhost kernel: [ 12.574455] hub 7-0:1.0: USB hub found
Dec 22 21:26:09 localhost kernel: [ 12.574481] hub 7-0:1.0: 6 ports detected
Dec 22 21:26:09 localhost kernel: [ 12.574616] xen_allocate_pirq: returning irq 20 for gsi 20
Dec 22 21:26:09 localhost kernel: [ 12.574624] xen_set_ioapic_routing: irq 20 gsi 20 vector 65 ioapic 0 pin 20 triggering 1 polarity 1
Dec 22 21:26:09 localhost kernel: [ 12.574641] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
Dec 22 21:26:09 localhost kernel: [ 12.574677] ehci_hcd 0000:00:1d.7: EHCI Host Controller
Dec 22 21:26:09 localhost kernel: [ 12.574690] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 8
Dec 22 21:26:09 localhost kernel: [ 12.578647] ehci_hcd 0000:00:1d.7: debug port 1
Dec 22 21:26:09 localhost kernel: [ 12.578672] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xfed1c000
Dec 22 21:26:09 localhost kernel: [ 12.588286] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
Dec 22 21:26:09 localhost kernel: [ 12.588402] usb usb8: configuration #1 chosen from 1 choice
Dec 22 21:26:09 localhost kernel: [ 12.588445] hub 8-0:1.0: USB hub found
Dec 22 21:26:09 localhost kernel: [ 12.588471] hub 8-0:1.0: 6 ports detected
Dec 22 21:26:09 localhost kernel: [ 12.822853] xen_allocate_pirq: returning irq 17 for gsi 17
Dec 22 21:26:09 localhost kernel: [ 12.822861] xen_set_ioapic_routing: irq 17 gsi 17 vector 160 ioapic 0 pin 17 triggering 1 polarity 1
Dec 22 21:26:09 localhost kernel: [ 12.822871] ohci1394 0000:03:01.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
Dec 22 21:26:09 localhost kernel: [ 12.876004] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17] MMIO=[f1dff800-f1dfffff] Max Packet=[2048] IR/IT contexts=[4/4]
Dec 22 21:26:09 localhost kernel: [ 13.199274] usb 3-1: new full speed USB device using uhci_hcd and address 2
Dec 22 21:26:09 localhost kernel: [ 13.358693] usb 3-1: configuration #0 chosen from 1 choice
Dec 22 21:26:09 localhost kernel: [ 13.358697] usb 3-1: config 0 descriptor??
Dec 22 21:26:09 localhost kernel: [ 13.570029] usb 4-1: new low speed USB device using uhci_hcd and address 2
Dec 22 21:26:09 localhost kernel: [ 13.735145] usb 4-1: configuration #1 chosen from 1 choice
Dec 22 21:26:09 localhost kernel: [ 13.750354] input: Dell Dell USB Optical Mouse as /class/input/input8
Dec 22 21:26:09 localhost kernel: [ 13.750448] generic-usb 0003:413C:3012.0001: input: USB HID v1.11 Mouse [Dell Dell USB Optical Mouse] on usb-0000:00:1d.0-1/input0
Dec 22 21:26:09 localhost kernel: [ 15.439480] floppy0: no floppy controllers found
Dec 22 21:26:09 localhost kernel: [ 15.625803] Floppy drive(s): fd0 is 1.44M
Dec 22 21:26:09 localhost kernel: [ 18.636082] floppy0: no floppy controllers found
Dec 22 21:26:09 localhost kernel: [ 18.753093] lp: driver loaded but no devices found
Dec 22 21:26:09 localhost kernel: [ 19.161921] md: Autodetecting RAID arrays.
Dec 22 21:26:09 localhost kernel: [ 19.161925] md: Scanned 0 and added 0 devices.
Dec 22 21:26:09 localhost kernel: [ 19.161928] md: autorun ...
Dec 22 21:26:09 localhost kernel: [ 19.161931] md: ... autorun DONE.
Dec 22 21:26:09 localhost kernel: [ 20.909521] EXT3 FS on dm-0, internal journal
Dec 22 21:26:09 localhost kernel: [ 21.288737] kjournald starting. Commit interval 5 seconds
Dec 22 21:26:09 localhost kernel: [ 21.290731] EXT3 FS on sda1, internal journal
Dec 22 21:26:09 localhost kernel: [ 21.290742] EXT3-fs: mounted filesystem with writeback data mode.
Dec 22 21:26:09 localhost kernel: [ 21.314628] kjournald starting. Commit interval 5 seconds
Dec 22 21:26:09 localhost kernel: [ 21.318173] EXT3 FS on dm-1, internal journal
Dec 22 21:26:09 localhost kernel: [ 21.318187] EXT3-fs: mounted filesystem with writeback data mode.
Dec 22 21:26:09 localhost kernel: [ 21.359106] kjournald starting. Commit interval 5 seconds
Dec 22 21:26:09 localhost kernel: [ 21.362622] EXT3 FS on dm-3, internal journal
Dec 22 21:26:09 localhost kernel: [ 21.362632] EXT3-fs: mounted filesystem with writeback data mode.
Dec 22 21:26:09 localhost kernel: [ 21.395716] kjournald starting. Commit interval 5 seconds
Dec 22 21:26:09 localhost kernel: [ 21.398954] EXT3 FS on dm-2, internal journal
Dec 22 21:26:09 localhost kernel: [ 21.398964] EXT3-fs: mounted filesystem with writeback data mode.
Dec 22 21:26:09 localhost kernel: [ 22.246465] Adding 1052248k swap on /dev/sda2. Priority:-1 extents:1 across:1052248k
Dec 22 21:26:09 localhost kernel: [ 22.854474] NET: Registered protocol family 8
Dec 22 21:26:09 localhost kernel: [ 22.854478] NET: Registered protocol family 20
Dec 22 21:26:09 localhost kernel: [ 27.075825] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Dec 22 21:26:09 localhost kernel: [ 27.440368] type=1400 audit(1261517167.157:3): avc: denied { create } for pid=2629 comm="mkdir" name="ntp" scontext=system_u:system_r:dhcpc_t:s0 tcontext=system_u:object_r:etc_t:s0 tclass=dir
Dec 22 21:26:09 localhost kernel: [ 27.522720] type=1400 audit(1261517167.239:4): avc: denied { sys_tty_config } for pid=2633 comm="consoletype" capability=26 scontext=system_u:system_r:consoletype_t:s0 tcontext=system_u:system_r:consoletype_t:s0 tclass=capability
Dec 22 21:26:09 localhost kernel: [ 27.614199] type=1400 audit(1261517167.331:5): avc: denied { rmdir } for pid=2669 comm="rmdir" name="ntp" dev=dm-0 ino=426794 scontext=system_u:system_r:dhcpc_t:s0 tcontext=system_u:object_r:etc_t:s0 tclass=dir
Dec 22 21:26:09 localhost kernel: [ 29.230360] RPC: Registered udp transport module.
Dec 22 21:26:09 localhost kernel: [ 29.230365] RPC: Registered tcp transport module.
Dec 22 21:26:09 localhost smartd[3027]: smartd version 5.38 [i686-pc-linux-gnu] Copyright (C) 2002-8 Bruce Allen
Dec 22 21:26:09 localhost smartd[3027]: Home page is http://smartmontools.sourceforge.net/
Dec 22 21:26:09 localhost smartd[3027]: Opened configuration file /usr/local/etc/smartd.conf
Dec 22 21:26:09 localhost smartd[3027]: Drive: DEVICESCAN, implied '-a' Directive on line 23 of file /usr/local/etc/smartd.conf
Dec 22 21:26:09 localhost smartd[3027]: Configuration file /usr/local/etc/smartd.conf was parsed, found DEVICESCAN, scanning devices
Dec 22 21:26:09 localhost smartd[3027]: Problem creating device name scan list
Dec 22 21:26:09 localhost smartd[3027]: Device: /dev/sda, opened
Dec 22 21:26:09 localhost smartd[3027]: Device /dev/sda: using '-d sat' for ATA disk behind SAT layer.
Dec 22 21:26:09 localhost smartd[3027]: Device: /dev/sda, opened
Dec 22 21:26:09 localhost smartd[3027]: Device: /dev/sda, not found in smartd database.
Dec 22 21:26:10 localhost smartd[3027]: Device: /dev/sda, is SMART capable. Adding to "monitor" list.
Dec 22 21:26:10 localhost smartd[3027]: Monitoring 0 ATA and 1 SCSI devices
Dec 22 21:26:10 localhost smartd[3029]: smartd has fork()ed into background mode. New PID=3029.
Dec 22 21:26:10 localhost kernel: [ 31.242590] NET: Registered protocol family 10
Dec 22 21:26:10 localhost kernel: [ 31.242780] lo: Disabled Privacy Extensions
Dec 22 21:26:11 localhost sshd[3048]: Server listening on :: port 22.
Dec 22 21:26:11 localhost sshd[3048]: Server listening on 0.0.0.0 port 22.
Dec 22 21:26:15 localhost ntpdate[3057]: step time server 192.168.1.1 offset -0.428502 sec
Dec 22 21:26:15 localhost ntpd[3059]: ntpd 4.2.4p5@1.1541-o Tue Oct 27 23:30:08 UTC 2009 (1)
Dec 22 21:26:15 localhost ntpd[3060]: precision = 1.000 usec
Dec 22 21:26:15 localhost ntpd[3060]: Listening on interface #0 wildcard, 0.0.0.0#123 Disabled
Dec 22 21:26:15 localhost ntpd[3060]: Listening on interface #1 wildcard, ::#123 Disabled
Dec 22 21:26:15 localhost ntpd[3060]: Listening on interface #2 eth0, fe80::221:70ff:feb5:be1c#123 Enabled
Dec 22 21:26:15 localhost ntpd[3060]: Listening on interface #3 lo, ::1#123 Enabled
Dec 22 21:26:15 localhost ntpd[3060]: Listening on interface #4 lo, 127.0.0.1#123 Enabled
Dec 22 21:26:15 localhost ntpd[3060]: Listening on interface #5 eth0, 192.168.1.137#123 Enabled
Dec 22 21:26:15 localhost ntpd[3060]: kernel time sync status 0040
Dec 22 21:26:15 localhost ntpd[3060]: frequency initialized 7.284 PPM from /usr/local/var/lib/ntp/drift
Dec 22 21:26:15 localhost xinetd[3078]: bad service attribute: log_in_failure [file=/usr/local/etc/xinetd.d/ftp] [line=13]
Dec 22 21:26:15 localhost xinetd[3078]: xinetd Version 2.3.13 started with libwrap loadavg options compiled in.
Dec 22 21:26:15 localhost xinetd[3078]: Started working: 5 available services
Dec 22 21:26:19 localhost kernel: [ 40.100993] Bridge firewalling registered
Dec 22 21:26:19 localhost NET[3321]: /sbin/dhclient-script : updated /etc/resolv.conf
Dec 22 21:26:19 localhost ntpd[3060]: ntpd exiting on signal 15
Dec 22 21:26:24 localhost ntpdate[3341]: step time server 192.168.1.1 offset 0.000029 sec
Dec 22 21:26:24 localhost ntpd[3343]: ntpd 4.2.4p5@1.1541-o Tue Oct 27 23:30:08 UTC 2009 (1)
Dec 22 21:26:24 localhost ntpd[3344]: precision = 1.000 usec
Dec 22 21:26:24 localhost ntpd[3344]: Listening on interface #0 wildcard, 0.0.0.0#123 Disabled
Dec 22 21:26:24 localhost ntpd[3344]: Listening on interface #1 wildcard, ::#123 Disabled
Dec 22 21:26:24 localhost ntpd[3344]: Listening on interface #2 eth0, fe80::221:70ff:feb5:be1c#123 Enabled
Dec 22 21:26:24 localhost ntpd[3344]: Listening on interface #3 lo, ::1#123 Enabled
Dec 22 21:26:24 localhost ntpd[3344]: Listening on interface #4 lo, 127.0.0.1#123 Enabled
Dec 22 21:26:24 localhost ntpd[3344]: Listening on interface #5 eth0, 192.168.1.137#123 Enabled
Dec 22 21:26:24 localhost ntpd[3344]: kernel time sync status 0040
Dec 22 21:26:24 localhost ntpd[3344]: frequency initialized 7.284 PPM from /usr/local/var/lib/ntp/drift
Dec 22 21:26:24 localhost kernel: [ 45.234791] ADDRCONF(NETDEV_UP): peth0: link is not ready
Dec 22 21:26:25 localhost ntpd[3344]: sendto(192.168.1.1) (fd=21): Network is unreachable
Dec 22 21:26:25 localhost ntpd[3344]: Deleting interface #2 eth0, fe80::221:70ff:feb5:be1c#123, interface stats: received=0, sent=0, dropped=0, active_time=1 secs
Dec 22 21:26:25 localhost ntpd[3344]: Deleting interface #5 eth0, 192.168.1.137#123, interface stats: received=0, sent=0, dropped=1, active_time=1 secs
Dec 22 21:26:26 localhost apcupsd[3070]: apcupsd FATAL ERROR in smartsetup.c at line 171 PANIC! Cannot communicate with UPS via serial port. Please make sure the port specified on the DEVICE directive is correct, and that your cable specification on the UPSCABLE directive is correct.
Dec 22 21:26:26 localhost apcupsd[3070]: apcupsd error shutdown completed
Dec 22 21:26:27 localhost kernel: [ 48.083827] e1000e: peth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
Dec 22 21:26:27 localhost kernel: [ 48.083921] ADDRCONF(NETDEV_CHANGE): peth0: link becomes ready
Dec 22 21:26:27 localhost kernel: [ 48.319659] device peth0 entered promiscuous mode
Dec 22 21:26:27 localhost kernel: [ 48.454298] eth0: port 1(peth0) entering forwarding state
Dec 22 21:26:27 localhost dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Dec 22 21:26:27 localhost dhclient: DHCPACK from 192.168.1.1
Dec 22 21:26:28 localhost NET[3562]: /sbin/dhclient-script : updated /etc/resolv.conf
Dec 22 21:26:28 localhost kernel: [ 48.820725] ypbind[2898]: segfault at 4e520168 ip 4e520168 sp b771a2bc error 15
Dec 22 21:26:28 localhost dhclient: bound to 192.168.1.137 -- renewal in 9620 seconds.
Dec 22 21:26:28 localhost xenstored: Checking store ...
Dec 22 21:26:28 localhost xenstored: Checking store complete.
Dec 22 21:26:28 localhost kernel: [ 49.412593] xenbus_probe wake_waiting
Dec 22 21:26:28 localhost kernel: [ 49.422684] xenbus_probe wake_waiting
Dec 22 21:26:28 localhost kernel: [ 49.433250] XENBUS: Unable to read cpu state
Dec 22 21:26:28 localhost kernel: [ 49.450440] XENBUS: Unable to read cpu state
Dec 22 21:26:28 localhost kernel: [ 49.499498] xenbus_probe_devices backend
Dec 22 21:26:28 localhost kernel: [ 49.511430] xenbus_probe_devices failed xenbus_directory
Dec 22 21:26:28 localhost kernel: [ 49.512004] backend_probe_and_watch devices probed ok
Dec 22 21:26:28 localhost kernel: [ 49.530705] backend_probe_and_watch watch add ok ok
Dec 22 21:26:28 localhost kernel: [ 49.531221] backend_probe_and_watch all done
Dec 22 21:26:28 localhost kernel: [ 49.531221] xenbus_probe_devices device
Dec 22 21:26:28 localhost kernel: [ 49.555965] xenbus_probe_devices failed xenbus_directory
Dec 22 21:26:28 localhost kernel: [ 49.556647] frontend_probe_and_watch devices probed ok
Dec 22 21:26:28 localhost kernel: [ 49.572682] frontend_probe_and_watch watch add ok ok
Dec 22 21:26:28 localhost kernel: [ 49.573357] frontend_probe_and_watch all done
Dec 22 21:26:31 localhost managerd[3711]: Remote Node Manager Daemon version 1.0.1 initializing as 0:0
Dec 22 21:26:31 localhost managerd[3711]: [status_thread] started (channel=239.252.0.1:61000, 1 Hz, ttl=7, using feanor.neo)
Dec 22 21:26:31 localhost managerd[3711]: [control_thread] started (feanor.neo:61000)
Dec 22 21:26:31 localhost managerd[3711]: [control_thread] waiting for connections...
Dec 22 21:26:31 localhost managerd[3711]: [status_thread] current ID: eb_neodev.na.feanor
Dec 22 21:26:38 localhost kernel: [ 59.017906] mtrr: type mismatch for f3c00000,200000 old: write-back new: write-combining
Dec 22 21:26:38 localhost kernel: [ 59.017930] mtrr: type mismatch for f3800000,400000 old: write-back new: write-combining
Dec 22 21:26:38 localhost kernel: [ 59.017952] mtrr: type mismatch for f3000000,800000 old: write-back new: write-combining
Dec 22 21:29:39 localhost ntpd[3344]: synchronized to LOCAL(0), stratum 10
Dec 22 21:29:39 localhost ntpd[3344]: kernel time sync status change 0001
Dec 22 21:29:47 localhost kernel: [ 248.000284] Clocksource tsc unstable (delta = 62652656 ns)
Dec 22 21:31:25 localhost ntpd[3344]: Listening on interface #6 eth0, fe80::221:70ff:feb5:be1c#123 Enabled
Dec 22 21:31:25 localhost ntpd[3344]: Listening on interface #7 eth0, 192.168.1.137#123 Enabled
Dec 22 21:34:59 localhost ntpd[3344]: synchronized to 192.168.1.1, stratum 2
Dec 22 21:39:58 localhost kernel: [ 859.226658] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 21:39:59 localhost kernel: [ 859.233675] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas snd_hda_intel sr_mod snd_hda_codec serio_raw cdrom snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss pcspkr snd_pcm i2c_i801 i2c_core snd_timer snd soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support e1000e video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 21:39:59 localhost kernel: [ 859.243765] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #18
Dec 22 21:39:59 localhost kernel: [ 859.243765] Call Trace:
Dec 22 21:39:59 localhost kernel: [ 859.243765] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 21:39:59 localhost kernel: [ 859.243765] [<c110658d>] ? string+0x31/0x73
Dec 22 21:39:59 localhost kernel: [ 859.243765] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:39:59 localhost kernel: [ 859.243765] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 21:39:59 localhost kernel: [ 859.243765] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:39:59 localhost kernel: [ 859.243765] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 21:39:59 localhost kernel: [ 859.243765] [<c115a045>] ? xs_single+0x2e/0x33
Dec 22 21:39:59 localhost kernel: [ 859.243765] [<c115a51a>] ? xenbus_read+0x2b/0x3b
Dec 22 21:39:59 localhost kernel: [ 859.243765] [<c115a551>] ? xenbus_gather+0x27/0x73
Dec 22 21:40:00 localhost kernel: [ 859.243765] [<c1158c98>] ? xenbus_read_driver_state+0x1c/0x2f
Dec 22 21:40:01 localhost kernel: [ 859.243765] [<c11661d8>] ? pciback_be_watch+0x3c/0x225
Dec 22 21:40:02 localhost kernel: [ 859.243765] [<c1159d96>] ? read_reply+0xdd/0xe7
Dec 22 21:40:02 localhost kernel: [ 859.243765] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:02 localhost kernel: [ 859.243765] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 21:40:02 localhost kernel: [ 859.243765] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:02 localhost kernel: [ 859.243765] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 21:40:02 localhost kernel: [ 859.243765] [<c107e55c>] ? kfree+0x7a/0x7e
Dec 22 21:40:02 localhost kernel: [ 859.243765] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 21:40:02 localhost kernel: [ 859.243765] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 21:40:02 localhost kernel: [ 859.243765] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 21:40:02 localhost kernel: [ 859.243765] [<c1159272>] ? xenbus_watch_path+0x1d/0x4b
Dec 22 21:40:02 localhost kernel: [ 859.243765] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 21:40:02 localhost kernel: [ 859.243765] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 21:40:02 localhost kernel: [ 859.243765] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 21:40:02 localhost kernel: [ 859.713317] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 21:40:02 localhost kernel: [ 859.713317] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 21:40:02 localhost kernel: [ 859.713317] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 21:40:02 localhost kernel: [ 859.713317] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 21:40:02 localhost kernel: [ 859.713317] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 21:40:02 localhost kernel: [ 859.713317] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 21:40:02 localhost kernel: [ 859.713317] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 21:40:02 localhost kernel: [ 859.713317] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 21:40:02 localhost kernel: [ 859.713317] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 21:40:02 localhost kernel: [ 859.713317] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:02 localhost kernel: [ 859.713317] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 21:40:02 localhost kernel: [ 859.713317] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 21:40:02 localhost kernel: [ 859.713317] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 21:40:02 localhost kernel: [ 859.713317] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 21:40:02 localhost kernel: [ 859.921351] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 21:40:02 localhost kernel: [ 859.923262] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas snd_hda_intel sr_mod snd_hda_codec serio_raw cdrom snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss pcspkr snd_pcm i2c_i801 i2c_core snd_timer snd soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support e1000e video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 21:40:02 localhost kernel: [ 859.923262] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #18
Dec 22 21:40:02 localhost kernel: [ 859.923262] Call Trace:
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c110658d>] ? string+0x31/0x73
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c115a045>] ? xs_single+0x2e/0x33
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c115a51a>] ? xenbus_read+0x2b/0x3b
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c115a5b2>] ? xenbus_scanf+0x15/0x46
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c1166202>] ? pciback_be_watch+0x66/0x225
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c1159d96>] ? read_reply+0xdd/0xe7
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c107e55c>] ? kfree+0x7a/0x7e
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c1159272>] ? xenbus_watch_path+0x1d/0x4b
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 21:40:02 localhost kernel: [ 859.923262] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 21:40:02 localhost kernel: [ 860.517963] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 21:40:02 localhost kernel: [ 860.520898] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas snd_hda_intel sr_mod snd_hda_codec serio_raw cdrom snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss pcspkr snd_pcm i2c_i801 i2c_core snd_timer snd soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support e1000e video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 21:40:02 localhost kernel: [ 860.520898] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #18
Dec 22 21:40:02 localhost kernel: [ 860.520898] Call Trace:
Dec 22 21:40:02 localhost kernel: [ 860.520898] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c115a045>] ? xs_single+0x2e/0x33
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c115a51a>] ? xenbus_read+0x2b/0x3b
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c115a5b2>] ? xenbus_scanf+0x15/0x46
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c1166278>] ? pciback_be_watch+0xdc/0x225
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c1159d96>] ? read_reply+0xdd/0xe7
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c1159272>] ? xenbus_watch_path+0x1d/0x4b
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 21:40:02 localhost kernel: [ 860.633418] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 21:40:02 localhost kernel: [ 861.101465] pciback: vpci: 0000:00:1b.0: assign to virtual slot 0
Dec 22 21:40:02 localhost kernel: [ 861.101475] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 21:40:02 localhost kernel: [ 861.102237] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas snd_hda_intel sr_mod snd_hda_codec serio_raw cdrom snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss pcspkr snd_pcm i2c_i801 i2c_core snd_timer snd soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support e1000e video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 21:40:02 localhost kernel: [ 861.102237] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #18
Dec 22 21:40:02 localhost kernel: [ 861.102237] Call Trace:
Dec 22 21:40:02 localhost kernel: [ 861.102237] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 21:40:02 localhost kernel: [ 861.102237] [<c1106f46>] ? vsnprintf+0x507/0x673
Dec 22 21:40:02 localhost kernel: [ 861.102237] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:02 localhost kernel: [ 861.102237] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 21:40:02 localhost kernel: [ 861.102237] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:02 localhost kernel: [ 861.102237] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 21:40:05 localhost kernel: [ 861.102237] [<c115a477>] ? xenbus_write+0x4f/0x69
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c115a4e0>] ? xenbus_printf+0x4f/0x5e
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c1165fd3>] ? pciback_publish_pci_dev+0x5c/0x67
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c1167ae3>] ? pciback_add_pci_dev+0x1ac/0x1bd
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c116551f>] ? pcistub_get_pci_dev_by_slot+0x97/0xa1
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c116614d>] ? pciback_export_device+0x54/0xa3
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c1165f77>] ? pciback_publish_pci_dev+0x0/0x67
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c11662d0>] ? pciback_be_watch+0x134/0x225
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c1159d96>] ? read_reply+0xdd/0xe7
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 21:40:06 localhost kernel: [ 861.102237] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 21:40:06 localhost kernel: [ 861.770360] ACPI: EC: missing confirmations, switch off interrupt mode.
Dec 22 21:40:06 localhost kernel: [ 861.770538] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 21:40:06 localhost kernel: [ 861.771275] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas snd_hda_intel sr_mod snd_hda_codec serio_raw cdrom snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss pcspkr snd_pcm i2c_i801 i2c_core snd_timer snd soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support e1000e video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 21:40:06 localhost kernel: [ 861.771275] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #18
Dec 22 21:40:06 localhost kernel: [ 861.771275] Call Trace:
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c1106f46>] ? vsnprintf+0x507/0x673
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:06 localhost logger: /usr/local/etc/xen/scripts/vif-bridge: iptables setup failed. This may affect guest networking.
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c115a477>] ? xenbus_write+0x4f/0x69
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c115a4e0>] ? xenbus_printf+0x4f/0x5e
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c1166327>] ? pciback_be_watch+0x18b/0x225
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 21:40:06 localhost kernel: [ 861.771275] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 21:40:06 localhost kernel: [ 862.317015] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 21:40:06 localhost kernel: [ 862.318008] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas snd_hda_intel sr_mod snd_hda_codec serio_raw cdrom snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss pcspkr snd_pcm i2c_i801 i2c_core snd_timer snd soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support e1000e video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 21:40:06 localhost kernel: [ 862.318008] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #18
Dec 22 21:40:06 localhost kernel: [ 862.318008] Call Trace:
Dec 22 21:40:06 localhost kernel: [ 862.318008] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 21:40:06 localhost kernel: [ 862.318008] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c115a045>] ? xs_single+0x2e/0x33
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c115a51a>] ? xenbus_read+0x2b/0x3b
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c115a5b2>] ? xenbus_scanf+0x15/0x46
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c1166008>] ? pciback_publish_pci_root+0x2a/0x11b
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c107e55c>] ? kfree+0x7a/0x7e
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c107e55c>] ? kfree+0x7a/0x7e
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c115a485>] ? xenbus_write+0x5d/0x69
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c107e55c>] ? kfree+0x7a/0x7e
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c115a4e9>] ? xenbus_printf+0x58/0x5e
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c1165fde>] ? pciback_publish_pci_root+0x0/0x11b
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c11676d1>] ? pciback_publish_pci_roots+0x9/0xb
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c1166360>] ? pciback_be_watch+0x1c4/0x225
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 21:40:07 localhost kernel: [ 862.318008] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 21:40:07 localhost kernel: [ 862.984321] ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl]
Dec 22 21:40:07 localhost kernel: [ 862.984596] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 21:40:07 localhost kernel: [ 862.984599] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas snd_hda_intel sr_mod snd_hda_codec serio_raw cdrom snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss pcspkr snd_pcm i2c_i801 i2c_core snd_timer snd soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support e1000e video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 21:40:07 localhost kernel: [ 862.984675] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #18
Dec 22 21:40:07 localhost kernel: [ 862.984677] Call Trace:
Dec 22 21:40:07 localhost kernel: [ 862.984682] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 21:40:07 localhost kernel: [ 862.984687] [<c1106f46>] ? vsnprintf+0x507/0x673
Dec 22 21:40:07 localhost kernel: [ 862.984692] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:07 localhost kernel: [ 862.984696] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 21:40:07 localhost kernel: [ 862.984700] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:07 localhost kernel: [ 862.984704] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 21:40:07 localhost kernel: [ 862.984708] [<c115a477>] ? xenbus_write+0x4f/0x69
Dec 22 21:40:07 localhost kernel: [ 862.984712] [<c115a4e0>] ? xenbus_printf+0x4f/0x5e
Dec 22 21:40:07 localhost kernel: [ 862.984717] [<c11660c3>] ? pciback_publish_pci_root+0xe5/0x11b
Dec 22 21:40:07 localhost kernel: [ 862.984721] [<c100302d>] ? do_one_initcall+0x2c/0x129
Dec 22 21:40:07 localhost kernel: [ 862.984725] [<c115a485>] ? xenbus_write+0x5d/0x69
Dec 22 21:40:07 localhost kernel: [ 862.984730] [<c107e55c>] ? kfree+0x7a/0x7e
Dec 22 21:40:07 localhost kernel: [ 862.984734] [<c1165fde>] ? pciback_publish_pci_root+0x0/0x11b
Dec 22 21:40:07 localhost kernel: [ 862.984738] [<c11676d1>] ? pciback_publish_pci_roots+0x9/0xb
Dec 22 21:40:07 localhost kernel: [ 862.984742] [<c1166360>] ? pciback_be_watch+0x1c4/0x225
Dec 22 21:40:07 localhost kernel: [ 862.984747] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:07 localhost kernel: [ 862.984751] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 21:40:07 localhost kernel: [ 862.984755] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:07 localhost kernel: [ 862.984760] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 21:40:07 localhost kernel: [ 862.984764] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 21:40:07 localhost kernel: [ 862.984768] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 21:40:07 localhost kernel: [ 862.984772] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 21:40:07 localhost kernel: [ 862.984776] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 21:40:07 localhost kernel: [ 862.984780] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 21:40:07 localhost kernel: [ 862.984785] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 21:40:07 localhost kernel: [ 862.984789] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 21:40:07 localhost kernel: [ 862.984794] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 21:40:07 localhost kernel: [ 862.984798] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 21:40:07 localhost kernel: [ 862.984802] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 21:40:07 localhost kernel: [ 862.984806] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 21:40:07 localhost kernel: [ 862.984810] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 21:40:07 localhost kernel: [ 862.984815] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 21:40:07 localhost kernel: [ 862.984819] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 21:40:07 localhost kernel: [ 862.984823] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 21:40:07 localhost kernel: [ 862.984827] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:07 localhost kernel: [ 862.984831] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 21:40:07 localhost kernel: [ 862.984835] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 21:40:07 localhost kernel: [ 862.984839] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 21:40:07 localhost kernel: [ 862.984843] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 21:40:07 localhost kernel: [ 863.629368] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 21:40:07 localhost kernel: [ 863.629347] 20090521 evregion-424
Dec 22 21:40:07 localhost kernel: [ 863.629347] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.ISAB.ECDV.ECR1] (Node df83b3ec), AE_TIME
Dec 22 21:40:07 localhost kernel: [ 863.629347] ACPI Error (psparse-0537): Method parse/execution failed [\ECBT] (Node df83b374), AE_TIME
Dec 22 21:40:07 localhost kernel: [ 863.629347] ACPI Error (psparse-0537): Method parse/execution failed [\ECG2] (Node df83b2fc), AE_TIME
Dec 22 21:40:07 localhost kernel: [ 863.629347] ACPI Error (psparse-0537): Method parse/execution failed [\ECG6] (Node df83bbe4), AE_TIME
Dec 22 21:40:07 localhost kernel: [ 863.629347] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.BAT0._BST] (Node df8399b4), AE_TIME
Dec 22 21:40:07 localhost kernel: [ 863.629347] ACPI Exception: AE_TIME, Evaluating _BST 20090521 battery-385
Dec 22 21:40:07 localhost kernel: [ 863.630005] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas snd_hda_intel sr_mod snd_hda_codec serio_raw cdrom snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss pcspkr snd_pcm i2c_i801 i2c_core snd_timer snd soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support e1000e video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 21:40:07 localhost kernel: [ 863.630005] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #18
Dec 22 21:40:07 localhost kernel: [ 863.630005] Call Trace:
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c1106f46>] ? vsnprintf+0x507/0x673
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c115a477>] ? xenbus_write+0x4f/0x69
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c115a4e0>] ? xenbus_printf+0x4f/0x5e
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c11660e7>] ? pciback_publish_pci_root+0x109/0x11b
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c100302d>] ? do_one_initcall+0x2c/0x129
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c115a485>] ? xenbus_write+0x5d/0x69
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c107e55c>] ? kfree+0x7a/0x7e
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c1165fde>] ? pciback_publish_pci_root+0x0/0x11b
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c11676d1>] ? pciback_publish_pci_roots+0x9/0xb
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c1166360>] ? pciback_be_watch+0x1c4/0x225
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 21:40:07 localhost kernel: [ 863.630005] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 21:40:07 localhost kernel: [ 864.369652] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 21:40:07 localhost kernel: [ 864.370361] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas snd_hda_intel sr_mod snd_hda_codec serio_raw cdrom snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss pcspkr snd_pcm i2c_i801 i2c_core snd_timer snd soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support e1000e video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 21:40:07 localhost kernel: [ 864.370361] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #18
Dec 22 21:40:07 localhost kernel: [ 864.370361] Call Trace:
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c110658d>] ? string+0x31/0x73
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c115a045>] ? xs_single+0x2e/0x33
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c115a51a>] ? xenbus_read+0x2b/0x3b
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c115a5b2>] ? xenbus_scanf+0x15/0x46
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c1158f7f>] ? xenbus_switch_state+0x2a/0x78
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c116637a>] ? pciback_be_watch+0x1de/0x225
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 21:40:07 localhost kernel: [ 864.370361] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 21:40:07 localhost kernel: [ 864.939868] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 21:40:07 localhost kernel: [ 864.940337] ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl] 20090521 evregion-424
Dec 22 21:40:07 localhost kernel: [ 864.940349] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.ISAB.ECDV.ECR1] (Node df83b3ec), AE_TIME
Dec 22 21:40:07 localhost kernel: [ 864.940378] ACPI Error (psparse-0537): Method parse/execution failed [\ECBT] (Node df83b374), AE_TIME
Dec 22 21:40:07 localhost kernel: [ 864.940401] ACPI Error (psparse-0537): Method parse/execution failed [\ECG2] (Node df83b2fc), AE_TIME
Dec 22 21:40:07 localhost kernel: [ 864.940424] ACPI Error (psparse-0537): Method parse/execution failed [\ECG6] (Node df83bbe4), AE_TIME
Dec 22 21:40:07 localhost kernel: [ 864.940447] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.BAT0._BST] (Node df8399b4), AE_TIME
Dec 22 21:40:07 localhost kernel: [ 864.940477] ACPI Exception: AE_TIME, Evaluating _BST 20090521 battery-385
Dec 22 21:40:07 localhost kernel: [ 864.940720] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas snd_hda_intel sr_mod snd_hda_codec serio_raw cdrom snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss pcspkr snd_pcm i2c_i801 i2c_core snd_timer snd soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support e1000e video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 21:40:07 localhost kernel: [ 864.940720] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #18
Dec 22 21:40:07 localhost kernel: [ 864.940720] Call Trace:
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c1106f46>] ? vsnprintf+0x507/0x673
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c115a477>] ? xenbus_write+0x4f/0x69
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c115a4e0>] ? xenbus_printf+0x4f/0x5e
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c1158f9a>] ? xenbus_switch_state+0x45/0x78
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c116637a>] ? pciback_be_watch+0x1de/0x225
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 21:40:07 localhost kernel: [ 864.940720] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 21:40:07 localhost kernel: [ 865.627634] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 21:40:07 localhost kernel: [ 865.628398] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas snd_hda_intel sr_mod snd_hda_codec serio_raw cdrom snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss pcspkr snd_pcm i2c_i801 i2c_core snd_timer snd soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support e1000e video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 21:40:07 localhost kernel: [ 865.628398] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #18
Dec 22 21:40:07 localhost kernel: [ 865.628398] Call Trace:
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c110658d>] ? string+0x31/0x73
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c115a045>] ? xs_single+0x2e/0x33
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c115a51a>] ? xenbus_read+0x2b/0x3b
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c115a551>] ? xenbus_gather+0x27/0x73
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c1158c98>] ? xenbus_read_driver_state+0x1c/0x2f
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c1158f9a>] ? xenbus_switch_state+0x45/0x78
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c1165e47>] ? pciback_attach+0x26/0x156
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c11663b6>] ? pciback_be_watch+0x21a/0x225
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 21:40:07 localhost kernel: [ 865.628398] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 21:40:07 localhost kernel: [ 866.237781] BUG: scheduling while atomic: xenwatch/19/0x00000002
Dec 22 21:40:07 localhost kernel: [ 866.238309] ACPI Exception: AE_TIME, Returned by Handler for [EmbeddedControl] 20090521 evregion-424
Dec 22 21:40:07 localhost kernel: [ 866.238329] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.ISAB.ECDV.ECR1] (Node df83b3ec), AE_TIME
Dec 22 21:40:07 localhost kernel: [ 866.238363] ACPI Error (psparse-0537): Method parse/execution failed [\ECBT] (Node df83b374), AE_TIME
Dec 22 21:40:07 localhost kernel: [ 866.238387] ACPI Error (psparse-0537): Method parse/execution failed [\ECG2] (Node df83b2fc), AE_TIME
Dec 22 21:40:07 localhost kernel: [ 866.238409] ACPI Error (psparse-0537): Method parse/execution failed [\ECG6] (Node df83bbe4), AE_TIME
Dec 22 21:40:07 localhost kernel: [ 866.238433] ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.BAT0._BST] (Node df8399b4), AE_TIME
Dec 22 21:40:07 localhost kernel: [ 866.238464] ACPI Exception: AE_TIME, Evaluating _BST 20090521 battery-385
Dec 22 21:40:07 localhost kernel: [ 866.238774] Modules linked in: bridge stp ipv6 autofs4 sunrpc he suni atm sbs sbshc lp parport_pc parport ohci1394 ieee1394 ehci_hcd uhci_hcd joydev sg dell_laptop rfkill dcdbas snd_hda_intel sr_mod snd_hda_codec serio_raw cdrom snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_mixer_oss pcspkr snd_pcm i2c_i801 i2c_core snd_timer snd soundcore snd_page_alloc iTCO_wdt iTCO_vendor_support e1000e video output battery button rtc_cmos rtc_core rtc_lib ac dm_snapshot dm_zero dm_mirror dm_region_hash dm_log dm_mod ext3 jbd ahci ata_piix libata sd_mod scsi_mod
Dec 22 21:40:07 localhost kernel: [ 866.343311] Pid: 19, comm: xenwatch Not tainted 2.6.31.6 #18
Dec 22 21:40:07 localhost kernel: [ 866.343311] Call Trace:
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c1277cf9>] ? schedule+0x8b/0x631
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c110658d>] ? string+0x31/0x73
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c1159d33>] ? read_reply+0x7a/0xe7
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c1159ed5>] ? xs_talkv+0x95/0x12b
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c115a045>] ? xs_single+0x2e/0x33
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c115a51a>] ? xenbus_read+0x2b/0x3b
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c115a551>] ? xenbus_gather+0x27/0x73
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c1158c98>] ? xenbus_read_driver_state+0x1c/0x2f
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c1165e5b>] ? pciback_attach+0x3a/0x156
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c11663b6>] ? pciback_be_watch+0x21a/0x225
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c100604c>] ? xen_force_evtchn_callback+0xc/0x10
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c10067c4>] ? check_events+0x8/0xc
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c10067bb>] ? xen_restore_fl_direct_end+0x0/0x1
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c1159890>] ? xs_error+0xe/0x13
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c1159fa5>] ? xs_watch+0x3a/0x3f
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c115a31b>] ? register_xenbus_watch+0xa8/0xb0
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c1166780>] ? pciback_xenbus_probe+0xa4/0xc0
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c115afe0>] ? xenbus_dev_probe+0x63/0xd6
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c11906d2>] ? driver_probe_device+0x76/0xe6
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c118ff6d>] ? bus_for_each_drv+0x37/0x5f
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c1190824>] ? device_attach+0x44/0x54
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c119079d>] ? __device_attach+0x0/0x28
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c118fe00>] ? bus_probe_device+0x15/0x29
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c118eeb4>] ? device_add+0x3cb/0x4eb
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c1102bce>] ? kobject_init+0x33/0x69
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c115acae>] ? xenbus_probe_node+0xd3/0x141
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c115ae2d>] ? xenbus_dev_changed+0x111/0x129
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c1159c91>] ? xenwatch_thread+0xe0/0x108
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c103f320>] ? autoremove_wake_function+0x0/0x29
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c1159bb1>] ? xenwatch_thread+0x0/0x108
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c103f0d9>] ? kthread+0x6b/0x70
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c103f06e>] ? kthread+0x0/0x70
Dec 22 21:40:07 localhost kernel: [ 866.343311] [<c100a227>] ? kernel_thread_helper+0x7/0x10
Dec 22 21:40:07 localhost kernel: [ 867.060549] device vif1.0 entered promiscuous mode
Dec 22 21:40:07 localhost kernel: [ 867.062286] eth0: port 2(vif1.0) entering forwarding state
Dec 22 21:40:07 localhost kernel: [ 867.139229] ip_tables: (C) 2000-2006 Netfilter Core Team
Dec 22 21:40:07 localhost kernel: [ 867.341903] nf_conntrack version 0.5.0 (8192 buckets, 32768 max)
Dec 22 21:40:07 localhost kernel: [ 867.355634] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
Dec 22 21:40:07 localhost kernel: [ 867.356514] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
Dec 22 21:40:07 localhost kernel: [ 867.356514] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
Dec 22 21:40:07 localhost kernel: [ 867.512267] physdev match: using --physdev-out in the OUTPUT, FORWARD and POSTROUTING chains for non-bridged traffic is not supported anymore.
Dec 22 21:40:07 localhost kernel: [ 868.675129] blkback: ring-ref 8, event-channel 8, protocol 1 (x86_32-abi)
[-- Attachment #6: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-22 21:49 ` Michael D Labriola
@ 2009-12-23 18:49 ` Michael D Labriola
2009-12-23 20:15 ` Michael D Labriola
0 siblings, 1 reply; 37+ messages in thread
From: Michael D Labriola @ 2009-12-23 18:49 UTC (permalink / raw)
To: Michael D Labriola
Cc: xen-devel-bounces, xen-devel, ??????, Ian.Campbell,
Konrad Rzeszutek Wilk
xen-devel-bounces@lists.xensource.com wrote on 12/22/2009 04:49:25 PM:
> Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote on 12/22/2009
> 03:37:09 PM:
>
> > On Tue, Dec 22, 2009 at 03:07:21PM -0500, Konrad Rzeszutek Wilk wrote:
> > > > A also can't seem to pass devices through (unless I'm doing it
> wrong).
> > > > When trying to pass my soundcard do the domU, it appears to be
> > > > appropriately hidden from dom0 via xen-pciback.hide kernel param
> > > > (/var/log/messages says 'pciback 0000:00:1b.0: seizing device')
> > but when I
> > > > try to start my domU with iommu=soft and pci=["00:1b.0"] I get
> adozen or
> > >
> > > You are doing it right.
> > >
> > > > so "BUG: scheduling while atomic" messages w/ call traces. My
domU
> > > > eventually starts up ok, but lspci returns with no output.
> > >
> > > Hmm, I wonder if this patch is in your tree:
> > >
> > > commit 1aa61698354ca0582b07eb865e0432a13b459f11
> > > Author: Ian Campbell <ian.campbell@citrix.com>
> > > Date: Thu Dec 17 14:08:25 2009 +0000
> > >
> > > xen: fix hang on suspend.
> > >
> > > and causing this (or maybe the pciback driver is the culprit and
> > > the above patch exposes a bug?).
> >
> > Bummer. Can't blame Ian for it :-(
> >
> > I updated dom0 with that patch and I am not seeing the failure you
> described.
>
> Yes, I have that commit too.
>
>
> >
> > >
> > > Try reverting that patch and seeing what happens. I the meantime let
> > > me compile a new Dom0 with the above mentioned commit and see if I
get
> > > the failure too.
> >
> > Instead of that recommendation try enabling debug options. You can do
> this
> > the manual way:
> >
> > diff --git a/drivers/pci/xen-pcifront.c b/drivers/pci/xen-pcifront.c
> > index cc3b51b..ae1648a 100644
> > --- a/drivers/pci/xen-pcifront.c
> > +++ b/drivers/pci/xen-pcifront.c
> > @@ -30,7 +30,7 @@
> > #define INVALID_GRANT_REF (0)
> > #define INVALID_EVTCHN (-1)
> >
> > -
> > +#define DEBUG 1
> > struct pci_bus_entry {
> > struct list_head list;
> > struct pci_bus *bus;
> > diff --git a/drivers/xen/blkback/blkback.c
> b/drivers/xen/blkback/blkback.c
> > index 815c0c6..a871a2c 100644
> > --- a/drivers/xen/blkback/blkback.c
> > +++ b/drivers/xen/blkback/blkback.c
> > @@ -64,7 +64,7 @@ MODULE_PARM_DESC(reqs, "Number of blkback requests
> > to allocate");
> >
> > /* Run-time switchable: /sys/module/blkback/parameters/ */
> > static unsigned int log_stats = 0;
> > -static unsigned int debug_lvl = 0;
> > +static unsigned int debug_lvl = 1;
> > module_param(log_stats, int, 0644);
> > module_param(debug_lvl, int, 0644);
> >
> >
> > Or fiddle with the debug_lvl in /sys/ namespace.
> >
> > That might shed some light on what is happening. Also do provide the
> > output of Dom0, DomU and the lspci -vvv in Dom0 please.
> >
>
> Recompiled with debug turned on as shown. Attached /var/log/messages
from
> dom0 and domU, lscpi output, and my kernel .config.
>
> Any chance it's PREEMPT related?
Turning PREEMPT off entirely made all the "scheduling while atomic"
messages on dom0 go away.
With our witout PREEMPT, I can successfully pass PCI devices to an old
2.6.18-xen domU as long as the devices are page-aligned. I only can't
pass PCI devices into pv_ops domUs. Is the PCI frontend code even in
xen/master?
-Mike
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed
2009-12-23 18:49 ` Michael D Labriola
@ 2009-12-23 20:15 ` Michael D Labriola
0 siblings, 0 replies; 37+ messages in thread
From: Michael D Labriola @ 2009-12-23 20:15 UTC (permalink / raw)
To: Michael D Labriola
Cc: xen-devel-bounces, xen-devel, ??????, Ian.Campbell,
Konrad Rzeszutek Wilk
> Turning PREEMPT off entirely made all the "scheduling while atomic"
> messages on dom0 go away.
The "scheduling while atomic" messages also go away with PREEMPT_VOLUNTARY
instead of PREEMPT.
>
> With our witout PREEMPT, I can successfully pass PCI devices to an old
> 2.6.18-xen domU as long as the devices are page-aligned. I only can't
> pass PCI devices into pv_ops domUs. Is the PCI frontend code even in
> xen/master?
Yikes. Jeremy merged pcifront after I pulled last... :-( My bad.
I can now pass page-aligned PCI devices into a pv_ops domU from my dom0.
If domU has PREEMPT, it gets tons of "scheduling while atomic" messages
too.
^ permalink raw reply [flat|nested] 37+ messages in thread
end of thread, other threads:[~2009-12-23 20:15 UTC | newest]
Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-21 14:30 I cannot get any message from domU by console 박은병
2009-12-21 18:30 ` Pasi Kärkkäinen
[not found] ` <ebf0d9030912212002h6996f725kf4626bd02e03161b@mail.gmail.com>
2009-12-22 8:42 ` I cannot get any message from domU by console / pv_ops domU kernel crashes with xen_create_contiguous_region failed Pasi Kärkkäinen
2009-12-22 9:20 ` Ian Campbell
2009-12-22 13:04 ` Michael D Labriola
2009-12-22 13:20 ` Michael D Labriola
2009-12-22 14:09 ` Ian Campbell
2009-12-22 13:33 ` 박은병
2009-12-22 14:35 ` Konrad Rzeszutek Wilk
2009-12-22 14:50 ` Ian Campbell
2009-12-22 15:47 ` Konrad Rzeszutek Wilk
2009-12-22 16:09 ` Ian Campbell
2009-12-22 16:19 ` Konrad Rzeszutek Wilk
2009-12-22 16:59 ` Konrad Rzeszutek Wilk
2009-12-22 18:02 ` Ian Campbell
2009-12-22 18:08 ` Konrad Rzeszutek Wilk
2009-12-22 14:32 ` Konrad Rzeszutek Wilk
2009-12-22 14:58 ` Ian Campbell
2009-12-22 15:27 ` Konrad Rzeszutek Wilk
2009-12-22 15:14 ` Michael D Labriola
2009-12-22 15:40 ` Konrad Rzeszutek Wilk
2009-12-22 16:44 ` Michael D Labriola
2009-12-22 16:55 ` Michael D Labriola
2009-12-22 17:00 ` Konrad Rzeszutek Wilk
2009-12-22 17:20 ` Michael D Labriola
2009-12-22 17:59 ` Michael D Labriola
2009-12-22 18:23 ` Konrad Rzeszutek Wilk
2009-12-22 18:47 ` Michael D Labriola
2009-12-22 19:14 ` Konrad Rzeszutek Wilk
2009-12-22 19:50 ` Michael D Labriola
2009-12-22 20:03 ` Ian Campbell
2009-12-22 21:00 ` Michael D Labriola
2009-12-22 20:07 ` Konrad Rzeszutek Wilk
2009-12-22 20:37 ` Konrad Rzeszutek Wilk
2009-12-22 21:49 ` Michael D Labriola
2009-12-23 18:49 ` Michael D Labriola
2009-12-23 20:15 ` Michael D Labriola
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.