* [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c
@ 2010-10-19 17:11 Steven Rostedt
2010-10-19 18:41 ` Ingo Molnar
0 siblings, 1 reply; 50+ messages in thread
From: Steven Rostedt @ 2010-10-19 17:11 UTC (permalink / raw)
To: LKML; +Cc: Ingo Molnar, Andrew Morton, Frederic Weisbecker
Ingo,
Please pull the latest tip/perf/core tree, which can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git
tip/perf/core
Steven Rostedt (1):
tracing: Fix compile issue for trace_sched_wakeup.c
----
kernel/trace/trace_sched_wakeup.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---------------------------
commit 7e40798f406fe73f9bac496a390daabd8768a8f7
Author: Steven Rostedt <srostedt@redhat.com>
Date: Tue Oct 19 10:56:19 2010 -0400
tracing: Fix compile issue for trace_sched_wakeup.c
The function start_func_tracer() was incorrectly added in the
#ifdef CONFIG_FUNCTION_TRACER condition, but is still used even
when function tracing is not enabled.
The calls to register_ftrace_function() and register_ftrace_graph()
become nops (and their arguments are even ignored), thus there is
no reason to hide start_func_tracer() when function tracing is
not enabled.
Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
diff --git a/kernel/trace/trace_sched_wakeup.c b/kernel/trace/trace_sched_wakeup.c
index 31689d2..7319559 100644
--- a/kernel/trace/trace_sched_wakeup.c
+++ b/kernel/trace/trace_sched_wakeup.c
@@ -130,6 +130,7 @@ static struct ftrace_ops trace_ops __read_mostly =
{
.func = wakeup_tracer_call,
};
+#endif /* CONFIG_FUNCTION_TRACER */
static int start_func_tracer(int graph)
{
@@ -159,8 +160,6 @@ static void stop_func_tracer(int graph)
unregister_ftrace_graph();
}
-#endif /* CONFIG_FUNCTION_TRACER */
-
#ifdef CONFIG_FUNCTION_GRAPH_TRACER
static int wakeup_set_flag(u32 old_flags, u32 bit, int set)
{
^ permalink raw reply related [flat|nested] 50+ messages in thread* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-19 17:11 [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c Steven Rostedt @ 2010-10-19 18:41 ` Ingo Molnar 2010-10-20 15:40 ` Ingo Molnar 0 siblings, 1 reply; 50+ messages in thread From: Ingo Molnar @ 2010-10-19 18:41 UTC (permalink / raw) To: Steven Rostedt; +Cc: LKML, Andrew Morton, Frederic Weisbecker * Steven Rostedt <rostedt@goodmis.org> wrote: > > Ingo, > > Please pull the latest tip/perf/core tree, which can be found at: > > git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git > tip/perf/core > > > Steven Rostedt (1): > tracing: Fix compile issue for trace_sched_wakeup.c > ---- > kernel/trace/trace_sched_wakeup.c | 3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) Pulled, thanks Steve! Ingo ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-19 18:41 ` Ingo Molnar @ 2010-10-20 15:40 ` Ingo Molnar 2010-10-20 16:37 ` Steven Rostedt ` (2 more replies) 0 siblings, 3 replies; 50+ messages in thread From: Ingo Molnar @ 2010-10-20 15:40 UTC (permalink / raw) To: Steven Rostedt, Jason Baron Cc: LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo [-- Attachment #1: Type: text/plain, Size: 63550 bytes --] FYI, there's a new mystery hang (sometimes crash) that triggers in -tip - and which seems to be tracing related. See the crashlog below - config attached. It's not bisectable - small changes in the kernel make the bug come/go. (might be a race of some sorts) Thanks, Ingo [ .... ] [ 33.996015] bus: 'pci': add driver S3 SonicVibes [ 34.000059] initcall alsa_card_sonicvibes_init+0x0/0x16 returned 0 after 3906 usecs [ 34.004009] calling alsa_card_via82xx_init+0x0/0x16 @ 1 [ 34.008015] bus: 'pci': add driver VIA 82xx Modem [ 34.012059] initcall alsa_card_via82xx_init+0x0/0x16 returned 0 after 3906 usecs [ 34.016009] calling alsa_ac97_init+0x0/0x7 @ 1 [ 34.020005] initcall alsa_ac97_init+0x0/0x7 returned 0 after 0 usecs [ 34.024006] calling snd_asihpi_init+0x0/0x1b @ 1 [ 34.028008] ASIHPI driver 4.04.01 [ 34.032053] bus: 'pci': add driver asihpi [ 34.036060] initcall snd_asihpi_init+0x0/0x1b returned 0 after 7812 usecs [ 34.040009] calling alsa_card_vortex_init+0x0/0x16 @ 1 [ 34.044015] bus: 'pci': add driver au8810 [ 34.048058] initcall alsa_card_vortex_init+0x0/0x16 returned 0 after 3906 usecs [ 34.052009] calling alsa_card_vortex_init+0x0/0x16 @ 1 [ 34.056016] bus: 'pci': add driver au8820 [ 34.060064] initcall alsa_card_vortex_init+0x0/0x16 returned 0 after 3906 usecs [ 34.064009] calling alsa_card_vortex_init+0x0/0x16 @ 1 [ 34.068016] bus: 'pci': add driver au8830 [ 34.072061] initcall alsa_card_vortex_init+0x0/0x16 returned 0 after 3906 usecs [ 34.076009] calling alsa_card_ca0106_init+0x0/0x16 @ 1 [ 34.080015] bus: 'pci': add driver CA0106 [ 34.084060] initcall alsa_card_ca0106_init+0x0/0x16 returned 0 after 3906 usecs [ 34.088009] calling alsa_card_cs46xx_init+0x0/0x16 @ 1 [ 34.092016] bus: 'pci': add driver Sound Fusion CS46xx [ 34.100044] initcall alsa_card_cs46xx_init+0x0/0x16 returned 0 after 7812 usecs [ 34.104005] calling alsa_card_cs5535audio_init+0x0/0x16 @ 1 [ 34.108016] bus: 'pci': add driver cs5535audio [ 34.112070] initcall alsa_card_cs5535audio_init+0x0/0x16 returned 0 after 3906 usecs [ 34.116006] calling alsa_card_echo_init+0x0/0x16 @ 1 [ 34.120017] bus: 'pci': add driver Echoaudio Gina20 [ 34.124068] initcall alsa_card_echo_init+0x0/0x16 returned 0 after 3906 usecs [ 34.128006] calling alsa_card_echo_init+0x0/0x16 @ 1 [ 34.132016] bus: 'pci': add driver Echoaudio Layla20 [ 34.136066] initcall alsa_card_echo_init+0x0/0x16 returned 0 after 3906 usecs [ 34.140006] calling alsa_card_echo_init+0x0/0x16 @ 1 [ 34.144016] bus: 'pci': add driver Echoaudio Darla24 [ 34.148067] initcall alsa_card_echo_init+0x0/0x16 returned 0 after 3906 usecs [ 34.152009] calling alsa_card_echo_init+0x0/0x16 @ 1 [ 34.156016] bus: 'pci': add driver Echoaudio Mona [ 34.160067] initcall alsa_card_echo_init+0x0/0x16 returned 0 after 3906 usecs [ 34.164006] calling alsa_card_echo_init+0x0/0x16 @ 1 [ 34.168016] bus: 'pci': add driver Echoaudio Mia [ 34.172066] initcall alsa_card_echo_init+0x0/0x16 returned 0 after 3906 usecs [ 34.176006] calling alsa_card_echo_init+0x0/0x16 @ 1 [ 34.180017] bus: 'pci': add driver Echoaudio Indigo [ 34.184067] initcall alsa_card_echo_init+0x0/0x16 returned 0 after 3906 usecs [ 34.188006] calling alsa_card_echo_init+0x0/0x16 @ 1 [ 34.192020] bus: 'pci': add driver Echoaudio Indigo IOx [ 34.196067] initcall alsa_card_echo_init+0x0/0x16 returned 0 after 3906 usecs [ 34.200006] calling alsa_card_echo_init+0x0/0x16 @ 1 [ 34.204017] bus: 'pci': add driver Echoaudio Indigo DJx [ 34.208067] initcall alsa_card_echo_init+0x0/0x16 returned 0 after 3906 usecs [ 34.212006] calling alsa_card_emu10k1_init+0x0/0x16 @ 1 [ 34.216016] bus: 'pci': add driver EMU10K1_Audigy [ 34.220066] initcall alsa_card_emu10k1_init+0x0/0x16 returned 0 after 3906 usecs [ 34.224006] calling alsa_card_emu10k1x_init+0x0/0x16 @ 1 [ 34.228016] bus: 'pci': add driver EMU10K1X [ 34.232075] initcall alsa_card_emu10k1x_init+0x0/0x16 returned 0 after 3906 usecs [ 34.236006] calling alsa_card_ice1724_init+0x0/0x16 @ 1 [ 34.240017] bus: 'pci': add driver ICE1724 [ 34.244067] initcall alsa_card_ice1724_init+0x0/0x16 returned 0 after 3906 usecs [ 34.248006] calling alsa_ice1712_akm4xxx_module_init+0x0/0x7 @ 1 [ 34.252006] initcall alsa_ice1712_akm4xxx_module_init+0x0/0x7 returned 0 after 0 usecs [ 34.256009] calling alsa_card_mixart_init+0x0/0x16 @ 1 [ 34.260017] bus: 'pci': add driver Digigram miXart [ 34.264063] initcall alsa_card_mixart_init+0x0/0x16 returned 0 after 3906 usecs [ 34.268009] calling alsa_card_oxygen_init+0x0/0x16 @ 1 [ 34.272020] bus: 'pci': add driver CMI8788 [ 34.276063] initcall alsa_card_oxygen_init+0x0/0x16 returned 0 after 3906 usecs [ 34.280009] calling alsa_card_xonar_init+0x0/0x16 @ 1 [ 34.284016] bus: 'pci': add driver AV200 [ 34.288063] initcall alsa_card_xonar_init+0x0/0x16 returned 0 after 3906 usecs [ 34.292009] calling pcxhr_module_init+0x0/0x16 @ 1 [ 34.296017] bus: 'pci': add driver Digigram pcxhr [ 34.300065] initcall pcxhr_module_init+0x0/0x16 returned 0 after 3906 usecs [ 34.304009] calling alsa_card_hammerfall_init+0x0/0x16 @ 1 [ 34.308017] bus: 'pci': add driver RME Digi9652 (Hammerfall) [ 34.312067] initcall alsa_card_hammerfall_init+0x0/0x16 returned 0 after 3906 usecs [ 34.316009] calling alsa_card_trident_init+0x0/0x16 @ 1 [ 34.320017] bus: 'pci': add driver Trident4DWaveAudio [ 34.324063] initcall alsa_card_trident_init+0x0/0x16 returned 0 after 3906 usecs [ 34.328009] calling alsa_card_ymfpci_init+0x0/0x16 @ 1 [ 34.332017] bus: 'pci': add driver Yamaha DS-1 PCI [ 34.336063] initcall alsa_card_ymfpci_init+0x0/0x16 returned 0 after 3906 usecs [ 34.340010] calling alsa_util_mem_init+0x0/0x7 @ 1 [ 34.344006] initcall alsa_util_mem_init+0x0/0x7 returned 0 after 0 usecs [ 34.348005] calling init_vxpocket+0x0/0xf @ 1 [ 34.352015] bus: 'pcmcia': add driver snd-vxpocket [ 34.356036] initcall init_vxpocket+0x0/0xf returned 0 after 3906 usecs [ 34.360006] calling snd_soc_init+0x0/0x40 @ 1 [ 34.364040] bus: 'platform': add driver soc-audio [ 34.368042] initcall snd_soc_init+0x0/0x40 returned 0 after 3906 usecs [ 34.372006] calling alsa_sound_last_init+0x0/0x50 @ 1 [ 34.376008] ALSA device list: [ 34.380004] #0: NVidia CK804 with ALC850 at irq 27 [ 34.384006] initcall alsa_sound_last_init+0x0/0x50 returned 0 after 7812 usecs [ 34.388010] calling flow_cache_init_global+0x0/0x141 @ 1 [ 34.392197] initcall flow_cache_init_global+0x0/0x141 returned 0 after 0 usecs [ 34.396006] calling pg_init+0x0/0x2d4 @ 1 [ 34.400009] pktgen: Packet Generator for packet performance testing. Version: 2.74 [ 34.408087] initcall pg_init+0x0/0x2d4 returned 0 after 7812 usecs [ 34.412010] calling llc_init+0x0/0x1b @ 1 [ 34.416009] initcall llc_init+0x0/0x1b returned 0 after 0 usecs [ 34.420005] calling llc2_init+0x0/0xb5 @ 1 [ 34.424039] NET: Registered protocol family 26 [ 34.428006] initcall llc2_init+0x0/0xb5 returned 0 after 3906 usecs [ 34.432009] calling snap_init+0x0/0x31 @ 1 [ 34.436034] initcall snap_init+0x0/0x31 returned 0 after 0 usecs [ 34.440006] calling rif_init+0x0/0x71 @ 1 [ 34.444016] initcall rif_init+0x0/0x71 returned 0 after 0 usecs [ 34.448009] calling sysctl_ipv4_init+0x0/0x71 @ 1 [ 34.452019] initcall sysctl_ipv4_init+0x0/0x71 returned 0 after 0 usecs [ 34.456006] calling ipip_init+0x0/0x50 @ 1 [ 34.460007] IPv4 over IPv4 tunneling driver [ 34.464028] device: 'tunl0': device_add [ 34.468118] PM: Adding info for No Bus:tunl0 [ 34.472127] initcall ipip_init+0x0/0x50 returned 0 after 11718 usecs [ 34.476006] calling init_syncookies+0x0/0x16 @ 1 [ 34.480057] initcall init_syncookies+0x0/0x16 returned 0 after 0 usecs [ 34.484009] calling ah4_init+0x0/0x5a @ 1 [ 34.488009] initcall ah4_init+0x0/0x5a returned 0 after 0 usecs [ 34.492005] calling esp4_init+0x0/0x5a @ 1 [ 34.496011] initcall esp4_init+0x0/0x5a returned 0 after 0 usecs [ 34.500005] calling ipcomp4_init+0x0/0x5a @ 1 [ 34.504027] initcall ipcomp4_init+0x0/0x5a returned 0 after 0 usecs [ 34.508009] calling ipip_init+0x0/0x88 @ 1 [ 34.512013] initcall ipip_init+0x0/0x88 returned 0 after 0 usecs [ 34.516006] calling xfrm4_beet_init+0x0/0x14 @ 1 [ 34.520010] initcall xfrm4_beet_init+0x0/0x14 returned 0 after 0 usecs [ 34.524006] calling tunnel4_init+0x0/0x5a @ 1 [ 34.528007] initcall tunnel4_init+0x0/0x5a returned 0 after 0 usecs [ 34.532009] calling xfrm4_mode_tunnel_init+0x0/0x14 @ 1 [ 34.536007] initcall xfrm4_mode_tunnel_init+0x0/0x14 returned 0 after 0 usecs [ 34.540006] calling inet_diag_init+0x0/0xbd @ 1 [ 34.544033] initcall inet_diag_init+0x0/0xbd returned 0 after 0 usecs [ 34.548006] calling tcp_diag_init+0x0/0xf @ 1 [ 34.552033] initcall tcp_diag_init+0x0/0xf returned 0 after 0 usecs [ 34.556009] calling cubictcp_register+0x0/0x77 @ 1 [ 34.560005] TCP cubic registered [ 34.564006] initcall cubictcp_register+0x0/0x77 returned 0 after 3906 usecs [ 34.568009] calling inet6_init+0x0/0x27f @ 1 [ 34.572568] NET: Registered protocol family 10 [ 34.576437] lo: Disabled Privacy Extensions [ 34.584305] tunl0: Disabled Privacy Extensions [ 34.588132] initcall inet6_init+0x0/0x27f returned 0 after 15625 usecs [ 34.592013] calling esp6_init+0x0/0x5a @ 1 [ 34.596009] initcall esp6_init+0x0/0x5a returned 0 after 0 usecs [ 34.600005] calling xfrm6_transport_init+0x0/0x14 @ 1 [ 34.604029] initcall xfrm6_transport_init+0x0/0x14 returned 0 after 0 usecs [ 34.608005] calling mip6_init+0x0/0xa7 @ 1 [ 34.612004] Mobile IPv6 [ 34.616010] initcall mip6_init+0x0/0xa7 returned 0 after 3906 usecs [ 34.620005] calling sit_init+0x0/0x50 @ 1 [ 34.624004] IPv6 over IPv4 tunneling driver [ 34.628025] device: 'sit0': device_add [ 34.632120] PM: Adding info for No Bus:sit0 [ 34.636100] sit0: Disabled Privacy Extensions [ 34.640079] initcall sit_init+0x0/0x50 returned 0 after 15625 usecs [ 34.644006] calling packet_init+0x0/0x39 @ 1 [ 34.648006] NET: Registered protocol family 17 [ 34.652021] initcall packet_init+0x0/0x39 returned 0 after 3906 usecs [ 34.656005] calling ipsec_pfkey_init+0x0/0x6b @ 1 [ 34.660013] NET: Registered protocol family 15 [ 34.664029] initcall ipsec_pfkey_init+0x0/0x6b returned 0 after 3906 usecs [ 34.668005] calling ipx_init+0x0/0xd2 @ 1 [ 34.672028] NET: Registered protocol family 4 [ 34.688037] initcall ipx_init+0x0/0xd2 returned 0 after 15625 usecs [ 34.692005] calling atalk_init+0x0/0x77 @ 1 [ 34.696006] NET: Registered protocol family 5 [ 34.720038] initcall atalk_init+0x0/0x77 returned 0 after 23437 usecs [ 34.724009] calling can_init+0x0/0xc6 @ 1 [ 34.728004] can: controller area network core (rev 20090105 abi 8) [ 34.732069] NET: Registered protocol family 29 [ 34.736013] initcall can_init+0x0/0xc6 returned 0 after 7812 usecs [ 34.740005] calling raw_module_init+0x0/0x31 @ 1 [ 34.744004] can: raw protocol (rev 20090105) [ 34.748036] initcall raw_module_init+0x0/0x31 returned 0 after 3906 usecs [ 34.752009] calling bcm_module_init+0x0/0x4a @ 1 [ 34.756004] can: broadcast manager protocol (rev 20090105 t) [ 34.760015] initcall bcm_module_init+0x0/0x4a returned 0 after 3906 usecs [ 34.764005] calling af_rxrpc_init+0x0/0x170 @ 1 [ 34.768081] NET: Registered protocol family 33 [ 34.772054] initcall af_rxrpc_init+0x0/0x170 returned 0 after 3906 usecs [ 34.780006] calling rxkad_init+0x0/0x2f @ 1 [ 34.784894] RxRPC: Registered security type 2 'rxkad' [ 34.788009] initcall rxkad_init+0x0/0x2f returned 0 after 3906 usecs [ 34.792028] cryptomgr_probe used greatest stack depth: 6940 bytes left [ 34.796032] calling l2tp_init+0x0/0x2c @ 1 [ 34.800011] L2TP core driver, V2.0 [ 34.804023] initcall l2tp_init+0x0/0x2c returned 0 after 3906 usecs [ 34.808019] calling pppol2tp_init+0x0/0x88 @ 1 [ 34.812017] PPPoL2TP kernel driver, V2.0 [ 34.816029] initcall pppol2tp_init+0x0/0x88 returned 0 after 3906 usecs [ 34.820013] calling l2tp_nl_init+0x0/0x28 @ 1 [ 34.824005] L2TP netlink interface [ 34.827416] initcall l2tp_nl_init+0x0/0x28 returned 0 after 0 usecs [ 34.828006] calling decnet_init+0x0/0x77 @ 1 [ 34.832011] NET4: DECnet for Linux: V.2.5.68s (C) 1995-2003 Linux DECnet Project Team [ 34.836257] DECnet: Routing cache hash table of 1024 buckets, 44Kbytes [ 34.840055] NET: Registered protocol family 12 [ 34.844025] initcall decnet_init+0x0/0x77 returned 0 after 11718 usecs [ 34.848006] calling econet_proto_init+0x0/0x2f @ 1 [ 34.852007] NET: Registered protocol family 19 [ 34.856011] initcall econet_proto_init+0x0/0x2f returned 0 after 3906 usecs [ 34.860006] calling phonet_init+0x0/0x70 @ 1 [ 34.864017] NET: Registered protocol family 35 [ 34.868062] initcall phonet_init+0x0/0x70 returned 0 after 3906 usecs [ 34.872009] calling pep_register+0x0/0x14 @ 1 [ 34.876149] initcall pep_register+0x0/0x14 returned 0 after 0 usecs [ 34.880010] calling vlan_proto_init+0x0/0x9d @ 1 [ 34.884005] 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com> [ 34.888004] All bugs added by David S. Miller <davem@redhat.com> [ 34.892072] initcall vlan_proto_init+0x0/0x9d returned 0 after 7812 usecs [ 34.896006] calling dccp_init+0x0/0x319 @ 1 [ 34.906804] CCID: Activated CCID 2 (TCP-like) [ 34.908014] initcall dccp_init+0x0/0x319 returned 0 after 7812 usecs [ 34.912011] calling dccp_v4_init+0x0/0x72 @ 1 [ 34.916343] initcall dccp_v4_init+0x0/0x72 returned 0 after 0 usecs [ 34.920006] calling dccp_v6_init+0x0/0x72 @ 1 [ 34.924301] initcall dccp_v6_init+0x0/0x72 returned 0 after 0 usecs [ 34.928010] calling dccp_diag_init+0x0/0xf @ 1 [ 34.932007] initcall dccp_diag_init+0x0/0xf returned 0 after 0 usecs [ 34.936006] calling sctp_init+0x0/0x7b9 @ 1 [ 34.944859] SCTP: Hash tables configured (established 21845 bind 23831) [ 34.948388] sctp_init_sock(sk: f54bc000) [ 34.952052] initcall sctp_init+0x0/0x7b9 returned 0 after 11718 usecs [ 34.956005] calling rds_init+0x0/0xa6 @ 1 [ 34.960270] NET: Registered protocol family 21 [ 34.964008] initcall rds_init+0x0/0xa6 returned 0 after 3906 usecs [ 34.972006] calling rds_rdma_init+0x0/0xf2 @ 1 [ 34.976158] Registered RDS/iwarp transport [ 34.980043] Registered RDS/infiniband transport [ 34.984007] initcall rds_rdma_init+0x0/0xf2 returned 0 after 7812 usecs [ 34.992005] calling rds_tcp_init+0x0/0x80 @ 1 [ 34.996031] Registered RDS/tcp transport [ 35.000198] initcall rds_tcp_init+0x0/0x80 returned 0 after 3906 usecs [ 35.008024] calling tipc_init+0x0/0xab @ 1 [ 35.012026] TIPC: Activated (version 2.0.0 compiled Oct 20 2010 08:00:42) [ 35.016550] NET: Registered protocol family 30 [ 35.024010] TIPC: Started in single node mode [ 35.028009] initcall tipc_init+0x0/0xab returned 0 after 15625 usecs [ 35.032006] calling caif_device_init+0x0/0x6b @ 1 [ 35.036054] initcall caif_device_init+0x0/0x6b returned 0 after 3906 usecs [ 35.044006] calling caif_sktinit_module+0x0/0x132 @ 1 [ 35.052129] NET: Registered protocol family 37 [ 35.056006] initcall caif_sktinit_module+0x0/0x132 returned 0 after 3906 usecs [ 35.060005] calling dcbnl_init+0x0/0x2d @ 1 [ 35.068006] initcall dcbnl_init+0x0/0x2d returned 0 after 0 usecs [ 35.072005] calling af_ieee802154_init+0x0/0x63 @ 1 [ 35.076037] NET: Registered protocol family 36 [ 35.080007] initcall af_ieee802154_init+0x0/0x63 returned 0 after 3906 usecs [ 35.088005] calling init_dns_resolver+0x0/0xfb @ 1 [ 35.092004] Registering the dns_resolver key type [ 35.100123] initcall init_dns_resolver+0x0/0xfb returned 0 after 7812 usecs [ 35.104007] calling update_mp_table+0x0/0x567 @ 1 [ 35.112027] initcall update_mp_table+0x0/0x567 returned 0 after 0 usecs [ 35.116006] calling lapic_insert_resource+0x0/0x35 @ 1 [ 35.124007] initcall lapic_insert_resource+0x0/0x35 returned 0 after 0 usecs [ 35.128005] calling print_ipi_mode+0x0/0x26 @ 1 [ 35.132004] Using IPI No-Shortcut mode [ 35.136006] initcall print_ipi_mode+0x0/0x26 returned 0 after 3906 usecs [ 35.144006] calling init_lapic_nmi_sysfs+0x0/0x33 @ 1 [ 35.148006] initcall init_lapic_nmi_sysfs+0x0/0x33 returned 0 after 0 usecs [ 35.156006] calling io_apic_bug_finalize+0x0/0x1a @ 1 [ 35.160006] initcall io_apic_bug_finalize+0x0/0x1a returned 0 after 0 usecs [ 35.168006] calling check_early_ioremap_leak+0x0/0x5c @ 1 [ 35.172006] initcall check_early_ioremap_leak+0x0/0x5c returned 0 after 0 usecs [ 35.180006] calling pat_memtype_list_init+0x0/0x2e @ 1 [ 35.188017] initcall pat_memtype_list_init+0x0/0x2e returned 0 after 0 usecs [ 35.192006] calling init_oops_id+0x0/0x3f @ 1 [ 35.196012] initcall init_oops_id+0x0/0x3f returned 0 after 0 usecs [ 35.204006] calling printk_late_init+0x0/0x44 @ 1 [ 35.208008] initcall printk_late_init+0x0/0x44 returned 0 after 0 usecs [ 35.216022] calling pm_qos_power_init+0x0/0xae @ 1 [ 35.220012] device: 'cpu_dma_latency': device_add [ 35.224282] PM: Adding info for No Bus:cpu_dma_latency [ 35.232031] device: 'network_latency': device_add [ 35.236114] PM: Adding info for No Bus:network_latency [ 35.240024] device: 'network_throughput': device_add [ 35.244114] PM: Adding info for No Bus:network_throughput [ 35.252022] initcall pm_qos_power_init+0x0/0xae returned 0 after 31250 usecs [ 35.260006] calling taskstats_init+0x0/0x7d @ 1 [ 35.264012] registered taskstats version 1 [ 35.268006] initcall taskstats_init+0x0/0x7d returned 0 after 3906 usecs [ 35.272006] calling clear_boot_tracer+0x0/0x27 @ 1 [ 35.280008] initcall clear_boot_tracer+0x0/0x27 returned 0 after 0 usecs [ 35.284005] calling event_trace_self_tests_init+0x0/0x39 @ 1 [ 35.292004] Running tests on trace events: [ 35.296004] Testing event kfree_skb: OK [ 35.316691] Testing event consume_skb: OK [ 35.336608] Testing event skb_copy_datagram_iovec: OK [ 35.356583] Testing event net_dev_xmit: OK [ 35.376602] Testing event net_dev_queue: OK [ 35.396587] Testing event netif_receive_skb: OK [ 35.416597] Testing event netif_rx: OK [ 35.436580] Testing event napi_poll: OK [ 35.456599] Testing event scsi_dispatch_cmd_start: OK [ 35.476585] Testing event scsi_dispatch_cmd_error: OK [ 35.496587] Testing event scsi_dispatch_cmd_done: OK [ 35.516596] Testing event scsi_dispatch_cmd_timeout: OK [ 35.536580] Testing event scsi_eh_wakeup: OK [ 35.556583] Testing event drm_vblank_event: OK [ 35.576584] Testing event drm_vblank_event_queued: OK [ 35.596585] Testing event drm_vblank_event_delivered: OK [ 35.616614] Testing event lock_kernel: OK [ 35.636580] Testing event unlock_kernel: OK [ 35.656582] Testing event block_rq_abort: OK [ 35.676583] Testing event block_rq_requeue: OK [ 35.696585] Testing event block_rq_complete: OK [ 35.716595] Testing event block_rq_insert: OK [ 35.736580] Testing event block_rq_issue: OK [ 35.756581] Testing event block_bio_bounce: OK [ 35.776583] Testing event block_bio_complete: OK [ 35.796568] Testing event block_bio_backmerge: OK [ 35.816595] Testing event block_bio_frontmerge: OK [ 35.836580] Testing event block_bio_queue: OK [ 35.856581] Testing event block_getrq: OK [ 35.876583] Testing event block_sleeprq: OK [ 35.896584] Testing event block_plug: OK [ 35.916596] Testing event block_unplug_timer: OK [ 35.936580] Testing event block_unplug_io: OK [ 35.956607] Testing event block_split: OK [ 35.976582] Testing event block_remap: OK [ 35.996602] Testing event block_rq_remap: OK [ 36.016577] Testing event writeback_nothread: OK [ 36.036578] Testing event writeback_queue: OK [ 36.056580] Testing event writeback_exec: OK [ 36.076583] Testing event writeback_pages_written: OK [ 36.096583] Testing event writeback_nowork: OK [ 36.116595] Testing event writeback_wake_thread: OK [ 36.136578] Testing event writeback_wake_forker_thread: OK [ 36.156582] Testing event writeback_bdi_register: OK [ 36.176582] Testing event writeback_bdi_unregister: OK [ 36.196584] Testing event writeback_thread_start: OK [ 36.216595] Testing event writeback_thread_stop: OK [ 36.236587] Testing event wbc_writeback_start: OK [ 36.256580] Testing event wbc_writeback_written: OK [ 36.276581] Testing event wbc_writeback_wait: OK [ 36.296585] Testing event wbc_balance_dirty_start: OK [ 36.316593] Testing event wbc_balance_dirty_written: OK [ 36.336588] Testing event wbc_balance_dirty_wait: OK [ 36.356579] Testing event wbc_writepage: OK [ 36.376581] Testing event kmalloc: OK [ 36.477101] Testing event kmem_cache_alloc: OK [ 36.496583] Testing event kmalloc_node: OK [ 36.516620] Testing event kmem_cache_alloc_node: OK [ 36.536559] Testing event kfree: OK [ 36.552584] Testing event kmem_cache_free: OK [ 36.572586] Testing event mm_page_free_direct: OK [ 36.592588] Testing event mm_pagevec_free: OK [ 36.612580] Testing event mm_page_alloc: OK [ 36.632583] Testing event mm_page_alloc_zone_locked: OK [ 36.652583] Testing event mm_page_pcpu_drain: OK [ 36.672586] Testing event mm_page_alloc_extfrag: OK [ 36.692578] Testing event mm_vmscan_kswapd_sleep: OK [ 36.712580] Testing event mm_vmscan_kswapd_wake: OK [ 36.732582] Testing event mm_vmscan_wakeup_kswapd: OK [ 36.752583] Testing event mm_vmscan_direct_reclaim_begin: OK [ 36.772585] Testing event mm_vmscan_memcg_reclaim_begin: OK [ 36.792562] Testing event mm_vmscan_memcg_softlimit_reclaim_begin: OK [ 36.812562] Testing event mm_vmscan_direct_reclaim_end: OK [ 36.832582] Testing event mm_vmscan_memcg_reclaim_end: OK [ 36.852567] Testing event mm_vmscan_memcg_softlimit_reclaim_end: OK [ 36.872568] Testing event mm_vmscan_lru_isolate: OK [ 36.892587] Testing event mm_vmscan_memcg_isolate: OK [ 36.912563] Testing event mm_vmscan_writepage: OK [ 36.932580] Testing event power_start: OK [ 36.952643] Testing event power_frequency: OK [ 36.972585] Testing event power_end: OK [ 36.992604] Testing event clock_enable: OK [ 37.012563] Testing event clock_disable: OK [ 37.032563] Testing event clock_set_rate: OK [ 37.052566] Testing event power_domain_target: OK [ 37.072569] Testing event lock_acquire: OK [ 37.092639] Testing event lock_release: OK [ 37.112639] Testing event lock_contended: OK [ 37.132581] Testing event lock_acquired: OK [ 37.152633] Testing event workqueue_execute_start: OK [ 37.172602] Testing event workqueue_execute_end: OK [ 37.192603] Testing event signal_generate: OK [ 37.212578] Testing event signal_deliver: OK [ 37.232581] Testing event signal_overflow_fail: OK [ 37.252582] Testing event signal_lose_info: OK [ 37.272583] Testing event timer_init: OK [ 37.292585] Testing event timer_start: OK [ 37.312656] Testing event timer_expire_entry: OK [ 37.332588] Testing event timer_expire_exit: OK [ 37.352581] Testing event timer_cancel: OK [ 37.372713] Testing event hrtimer_init: OK [ 37.392585] Testing event hrtimer_start: OK [ 37.412587] Testing event hrtimer_expire_entry: OK [ 37.432579] Testing event hrtimer_expire_exit: OK [ 37.452581] Testing event hrtimer_cancel: OK [ 37.472644] Testing event itimer_state: OK [ 37.492602] Testing event itimer_expire: OK [ 37.512604] Testing event irq_handler_entry: OK [ 37.532580] Testing event irq_handler_exit: OK [ 37.552581] Testing event softirq_entry: OK [ 37.572582] Testing event softirq_exit: OK [ 37.592584] Testing event softirq_raise: OK [ 37.612941] Testing event sched_kthread_stop: OK [ 37.632580] Testing event sched_kthread_stop_ret: OK [ 37.652582] Testing event sched_wakeup: OK [ 37.672565] Testing event sched_wakeup_new: OK [ 37.692557] Testing event sched_switch: OK [ 37.712567] Testing event sched_migrate_task: OK [ 37.732587] Testing event sched_process_free: OK [ 37.752580] Testing event sched_process_exit: OK [ 37.772581] Testing event sched_wait_task: OK [ 37.792583] Testing event sched_process_wait: OK [ 37.812585] Testing event sched_process_fork: OK [ 37.832587] Testing event sched_stat_wait: OK [ 37.852588] Testing event sched_stat_sleep: OK [ 37.872581] Testing event sched_stat_iowait: OK [ 37.892583] Testing event sched_stat_runtime: OK [ 37.912586] Testing event sched_pi_setprio: OK [ 37.932587] Testing event sys_enter: OK [ 37.952598] Testing event sys_exit: OK [ 37.972599] Running tests on trace event systems: [ 37.976007] Testing event system skb: OK [ 37.996725] Testing event system net: OK [ 38.016762] Testing event system napi: OK [ 38.036615] Testing event system scsi: OK [ 38.056766] Testing event system drm: OK [ 38.076707] Testing event system bkl: OK [ 38.096638] Testing event system block: OK [ 38.117367] Testing event system writeback: OK [ 38.137352] Testing event system kmem: OK [ 38.244779] Testing event system vmscan: OK [ 38.264972] Testing event system power: OK [ 38.284852] Testing event system lock: OK [ 38.304853] Testing event system workqueue: OK [ 38.324646] Testing event system signal: OK [ 38.344726] Testing event system timer: OK [ 38.365403] Testing event system irq: OK [ 38.385144] Testing event system sched: OK [ 38.405199] Testing event system raw_syscalls: OK [ 38.424656] Running tests on all trace events: [ 38.428006] Testing all events: OK [ 38.604658] Running tests again, along with the function tracer [ 38.608024] Running tests on trace events: [ 38.612134] Testing event kfree_skb: OK [ 38.633441] Testing event consume_skb: OK [ 38.653288] Testing event skb_copy_datagram_iovec: OK [ 38.673296] Testing event net_dev_xmit: OK [ 38.693370] Testing event net_dev_queue: OK [ 38.713292] Testing event netif_receive_skb: OK [ 38.733295] Testing event netif_rx: OK [ 38.753295] Testing event napi_poll: OK [ 38.773367] Testing event scsi_dispatch_cmd_start: OK [ 38.793290] Testing event scsi_dispatch_cmd_error: OK [ 38.813302] Testing event scsi_dispatch_cmd_done: OK [ 38.833293] Testing event scsi_dispatch_cmd_timeout: OK [ 38.853296] Testing event scsi_eh_wakeup: [ 38.872207] test-events used greatest stack depth: 6920 bytes left [ 38.876528] OK [ 38.880025] Testing event drm_vblank_event: OK [ 38.901299] Testing event drm_vblank_event_queued: OK [ 38.921290] Testing event drm_vblank_event_delivered: OK [ 38.941369] Testing event lock_kernel: OK [ 38.961294] Testing event unlock_kernel: OK [ 38.981288] Testing event block_rq_abort: OK [ 39.001297] Testing event block_rq_requeue: OK [ 39.021289] Testing event block_rq_complete: OK [ 39.041293] Testing event block_rq_insert: OK [ 39.061295] Testing event block_rq_issue: OK [ 39.081294] Testing event block_bio_bounce: OK [ 39.101289] Testing event block_bio_complete: OK [ 39.121211] Testing event block_bio_backmerge: OK [ 39.141292] Testing event block_bio_frontmerge: OK [ 39.161294] Testing event block_bio_queue: OK [ 39.181295] Testing event block_getrq: OK [ 39.201288] Testing event block_sleeprq: OK [ 39.221290] Testing event block_plug: OK [ 39.241292] Testing event block_unplug_timer: OK [ 39.261293] Testing event block_unplug_io: OK [ 39.281372] Testing event block_split: OK [ 39.301287] Testing event block_remap: OK [ 39.321367] Testing event block_rq_remap: OK [ 39.341213] Testing event writeback_nothread: OK [ 39.361293] Testing event writeback_queue: OK [ 39.381295] Testing event writeback_exec: OK [ 39.401289] Testing event writeback_pages_written: OK [ 39.421297] Testing event writeback_nowork: OK [ 39.441290] Testing event writeback_wake_thread: OK [ 39.461294] Testing event writeback_wake_forker_thread: OK [ 39.481295] Testing event writeback_bdi_register: OK [ 39.501288] Testing event writeback_bdi_unregister: OK [ 39.521287] Testing event writeback_thread_start: OK [ 39.541291] Testing event writeback_thread_stop: OK [ 39.561292] Testing event wbc_writeback_start: OK [ 39.581286] Testing event wbc_writeback_written: OK [ 39.601295] Testing event wbc_writeback_wait: OK [ 39.621290] Testing event wbc_balance_dirty_start: OK [ 39.641289] Testing event wbc_balance_dirty_written: OK [ 39.661292] Testing event wbc_balance_dirty_wait: OK [ 39.681292] Testing event wbc_writepage: OK [ 39.701294] Testing event kmalloc: OK [ 40.057226] Testing event kmem_cache_alloc: OK [ 40.077287] Testing event kmalloc_node: OK [ 40.097368] Testing event kmem_cache_alloc_node: OK [ 40.117274] Testing event kfree: OK [ 40.137292] Testing event kmem_cache_free: OK [ 40.157293] Testing event mm_page_free_direct: OK [ 40.177287] Testing event mm_pagevec_free: OK [ 40.197297] Testing event mm_page_alloc: OK [ 40.217353] Testing event mm_page_alloc_zone_locked: OK [ 40.237294] Testing event mm_page_pcpu_drain: OK [ 40.257287] Testing event mm_page_alloc_extfrag: OK [ 40.277297] Testing event mm_vmscan_kswapd_sleep: OK [ 40.297288] Testing event mm_vmscan_kswapd_wake: OK [ 40.317352] Testing event mm_vmscan_wakeup_kswapd: OK [ 40.337293] Testing event mm_vmscan_direct_reclaim_begin: OK [ 40.357293] Testing event mm_vmscan_memcg_reclaim_begin: OK [ 40.377219] Testing event mm_vmscan_memcg_softlimit_reclaim_begin: OK [ 40.401215] Testing event mm_vmscan_direct_reclaim_end: OK [ 40.421294] Testing event mm_vmscan_memcg_reclaim_end: OK [ 40.441211] Testing event mm_vmscan_memcg_softlimit_reclaim_end: OK [ 40.465215] Testing event mm_vmscan_lru_isolate: OK [ 40.485293] Testing event mm_vmscan_memcg_isolate: OK [ 40.505219] Testing event mm_vmscan_writepage: OK [ 40.525289] Testing event power_start: OK [ 40.545523] Testing event power_frequency: OK [ 40.565293] Testing event power_end: OK [ 40.585373] Testing event clock_enable: OK [ 40.605220] Testing event clock_disable: OK [ 40.625220] Testing event clock_set_rate: OK [ 40.645231] Testing event power_domain_target: OK [ 40.665216] Testing event lock_acquire: OK [ 40.685459] Testing event lock_release: OK [ 40.705443] Testing event lock_contended: OK [ 40.725299] Testing event lock_acquired: OK [ 40.745421] Testing event workqueue_execute_start: OK [ 40.765293] Testing event workqueue_execute_end: OK [ 40.785303] Testing event signal_generate: OK [ 40.805339] Testing event signal_deliver: OK [ 40.825296] Testing event signal_overflow_fail: OK [ 40.845290] Testing event signal_lose_info: OK [ 40.865300] Testing event timer_init: OK [ 40.885295] Testing event timer_start: OK [ 40.905608] Testing event timer_expire_entry: OK [ 40.925298] Testing event timer_expire_exit: OK [ 40.945297] Testing event timer_cancel: OK [ 40.965838] Testing event hrtimer_init: OK [ 40.985293] Testing event hrtimer_start: OK [ 41.005294] Testing event hrtimer_expire_entry: OK [ 41.025295] Testing event hrtimer_expire_exit: OK [ 41.045289] Testing event hrtimer_cancel: OK [ 41.065524] Testing event itimer_state: OK [ 41.085379] Testing event itimer_expire: OK [ 41.105373] Testing event irq_handler_entry: OK [ 41.125297] Testing event irq_handler_exit: OK [ 41.145297] Testing event softirq_entry: OK [ 41.165291] Testing event softirq_exit: OK [ 41.185292] Testing event softirq_raise: OK [ 41.206755] Testing event sched_kthread_stop: OK [ 41.229300] Testing event sched_kthread_stop_ret: OK [ 41.249291] Testing event sched_wakeup: OK [ 41.269217] Testing event sched_wakeup_new: OK [ 41.289210] Testing event sched_switch: OK [ 41.309221] Testing event sched_migrate_task: OK [ 41.329291] Testing event sched_process_free: OK [ 41.349301] Testing event sched_process_exit: OK [ 41.369293] Testing event sched_wait_task: OK [ 41.389296] Testing event sched_process_wait: OK [ 41.409296] Testing event sched_process_fork: OK [ 41.429299] Testing event sched_stat_wait: OK [ 41.449293] Testing event sched_stat_sleep: OK [ 41.469294] Testing event sched_stat_iowait: OK [ 41.489293] Testing event sched_stat_runtime: OK [ 41.509296] Testing event sched_pi_setprio: OK [ 41.529290] Testing event sys_enter: OK [ 41.549302] Testing event sys_exit: OK [ 41.569302] Running tests on trace event systems: [ 41.572028] Testing event system skb: OK [ 41.593855] Testing event system net: OK [ 41.613960] Testing event system napi: OK [ 41.633415] Testing event system scsi: OK [ 41.654041] Testing event system drm: OK [ 41.673775] Testing event system bkl: OK [ 41.693516] Testing event system block: OK [ 41.720625] Testing event system writeback: OK [ 41.748519] Testing event system kmem: OK [ 42.114329] Testing event system vmscan: OK [ 42.138950] Testing event system power: OK [ 42.162412] Testing event system lock: OK [ 42.186206] Testing event system workqueue: OK [ 42.205518] Testing event system signal: OK [ 42.225874] Testing event system timer: OK [ 42.252634] Testing event system irq: OK [ 42.275528] Testing event system sched: OK [ 42.299855] Testing event system raw_syscalls: OK [ 42.321523] Running tests on all trace events: [ 42.324027] Testing all events: [ 245.668090] INFO: task swapper:1 blocked for more than 120 seconds. [ 245.672051] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 245.676026] swapper D f6420b40 6544 1 0 0x00000000 [ 245.684051] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 [ 245.692237] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d [ 245.701068] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff [ 245.709071] Call Trace: [ 245.711551] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 [ 245.712036] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 [ 245.716037] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 [ 245.720061] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 [ 245.724036] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 [ 245.728036] [<c1a7e76b>] wait_for_common+0xc1/0x11a [ 245.732062] [<c102de32>] ? default_wake_function+0x0/0x12 [ 245.736041] [<c1a7e863>] wait_for_completion+0x17/0x19 [ 245.740069] [<c10667a2>] __stop_cpus+0xdd/0x103 [ 245.744072] [<c1a7e6db>] ? wait_for_common+0x31/0x11a [ 245.748040] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a [ 245.752040] [<c106683d>] stop_cpus+0x2c/0x3f [ 245.756069] [<c10668af>] __stop_machine+0x5f/0x67 [ 245.760186] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 [ 245.764040] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 [ 245.768071] [<c19f0a73>] ? cfdgml_create+0x2b/0xde [ 245.772040] [<c10060fd>] text_poke_smp+0x3a/0x42 [ 245.776039] [<c19f0a73>] ? cfdgml_create+0x2b/0xde [ 245.780098] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 [ 245.784042] [<c104ef0d>] jump_label_update+0x49/0x98 [ 245.788041] [<c1070b33>] tracepoint_update_probe_range+0xec/0x116 [ 245.792070] [<c1070c74>] tracepoint_probe_unregister+0x51/0x6b [ 245.796040] [<c107f3c0>] ftrace_event_reg+0x48/0x4c [ 245.800041] [<c107e87c>] ftrace_event_enable_disable+0x39/0x8a [ 245.804070] [<c107ebdf>] __ftrace_set_clr_event+0x91/0xbc [ 245.808043] [<c1fbee72>] event_trace_self_tests+0x1cd/0x239 [ 245.812040] [<c1fbf025>] event_trace_self_tests_init+0x2a/0x39 [ 245.816230] [<c1fab282>] do_one_initcall+0x47/0x113 [ 245.820069] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 [ 245.824040] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 [ 245.828069] [<c1fab477>] kernel_init+0x10d/0x18e [ 245.832040] [<c1fab36a>] ? kernel_init+0x0/0x18e [ 245.836040] [<c1002c7e>] kernel_thread_helper+0x6/0x10 [ 245.840060] 5 locks held by swapper/1: [ 245.844028] #0: (event_mutex){......}, at: [<c107eb6a>] __ftrace_set_clr_event+0x1c/0xbc [ 245.852058] #1: (tracepoints_mutex){......}, at: [<c1070a6e>] tracepoint_update_probe_range+0x27/0x116 [ 245.860195] #2: (jump_label_mutex){......}, at: [<c104eee3>] jump_label_update+0x1f/0x98 [ 245.872028] #3: (text_mutex){......}, at: [<c1005b8d>] arch_jump_label_transform+0x44/0x67 [ 245.880028] #4: (stop_cpus_mutex){......}, at: [<c1066831>] stop_cpus+0x20/0x3f [ 324.576593] kworker/u:0 used greatest stack depth: 6484 bytes left [ 365.888113] INFO: task swapper:1 blocked for more than 120 seconds. [ 365.892050] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 365.896026] swapper D f6420b40 6544 1 0 0x00000000 [ 365.904026] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 [ 365.912254] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d [ 365.921041] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff [ 365.929044] Call Trace: [ 365.931527] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 [ 365.932060] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 [ 365.936061] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 [ 365.940036] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 [ 365.944036] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 [ 365.948061] [<c1a7e76b>] wait_for_common+0xc1/0x11a [ 365.952036] [<c102de32>] ? default_wake_function+0x0/0x12 [ 365.956035] [<c1a7e863>] wait_for_completion+0x17/0x19 [ 365.960060] [<c10667a2>] __stop_cpus+0xdd/0x103 [ 365.964038] [<c1a7e6db>] ? wait_for_common+0x31/0x11a [ 365.968035] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a [ 365.972085] [<c106683d>] stop_cpus+0x2c/0x3f [ 365.976035] [<c10668af>] __stop_machine+0x5f/0x67 [ 365.980035] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 [ 365.984061] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 [ 365.988036] [<c19f0a73>] ? cfdgml_create+0x2b/0xde [ 365.992035] [<c10060fd>] text_poke_smp+0x3a/0x42 [ 365.996069] [<c19f0a73>] ? cfdgml_create+0x2b/0xde [ 366.000324] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 [ 366.004042] [<c104ef0d>] jump_label_update+0x49/0x98 [ 366.008070] [<c1070b33>] tracepoint_update_probe_range+0xec/0x116 [ 366.012069] [<c1070c74>] tracepoint_probe_unregister+0x51/0x6b [ 366.016040] [<c107f3c0>] ftrace_event_reg+0x48/0x4c [ 366.020070] [<c107e87c>] ftrace_event_enable_disable+0x39/0x8a [ 366.024041] [<c107ebdf>] __ftrace_set_clr_event+0x91/0xbc [ 366.028042] [<c1fbee72>] event_trace_self_tests+0x1cd/0x239 [ 366.032069] [<c1fbf025>] event_trace_self_tests_init+0x2a/0x39 [ 366.036040] [<c1fab282>] do_one_initcall+0x47/0x113 [ 366.040040] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 [ 366.044069] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 [ 366.048040] [<c1fab477>] kernel_init+0x10d/0x18e [ 366.052068] [<c1fab36a>] ? kernel_init+0x0/0x18e [ 366.056069] [<c1002c7e>] kernel_thread_helper+0x6/0x10 [ 366.060031] 5 locks held by swapper/1: [ 366.064029] #0: (event_mutex){......}, at: [<c107eb6a>] __ftrace_set_clr_event+0x1c/0xbc [ 366.072029] #1: (tracepoints_mutex){......}, at: [<c1070a6e>] tracepoint_update_probe_range+0x27/0x116 [ 366.080058] #2: (jump_label_mutex){......}, at: [<c104eee3>] jump_label_update+0x1f/0x98 [ 366.092086] #3: (text_mutex){......}, at: [<c1005b8d>] arch_jump_label_transform+0x44/0x67 [ 366.100166] #4: (stop_cpus_mutex){......}, at: [<c1066831>] stop_cpus+0x20/0x3f [ 486.108087] INFO: task swapper:1 blocked for more than 120 seconds. [ 486.112027] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 486.116051] swapper D f6420b40 6544 1 0 0x00000000 [ 486.124026] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 [ 486.132232] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d [ 486.140411] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff [ 486.149040] Call Trace: [ 486.151516] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 [ 486.152061] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 [ 486.156035] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 [ 486.160035] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 [ 486.164061] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 [ 486.168035] [<c1a7e76b>] wait_for_common+0xc1/0x11a [ 486.172036] [<c102de32>] ? default_wake_function+0x0/0x12 [ 486.176061] [<c1a7e863>] wait_for_completion+0x17/0x19 [ 486.180060] [<c10667a2>] __stop_cpus+0xdd/0x103 [ 486.184037] [<c1a7e6db>] ? wait_for_common+0x31/0x11a [ 486.188060] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a [ 486.192035] [<c106683d>] stop_cpus+0x2c/0x3f [ 486.196035] [<c10668af>] __stop_machine+0x5f/0x67 [ 486.200060] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 [ 486.204035] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 [ 486.208041] [<c19f0a73>] ? cfdgml_create+0x2b/0xde [ 486.212070] [<c10060fd>] text_poke_smp+0x3a/0x42 [ 486.216039] [<c19f0a73>] ? cfdgml_create+0x2b/0xde [ 486.220070] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 [ 486.224070] [<c104ef0d>] jump_label_update+0x49/0x98 [ 486.228041] [<c1070b33>] tracepoint_update_probe_range+0xec/0x116 [ 486.232041] [<c1070c74>] tracepoint_probe_unregister+0x51/0x6b [ 486.236069] [<c107f3c0>] ftrace_event_reg+0x48/0x4c [ 486.240179] [<c107e87c>] ftrace_event_enable_disable+0x39/0x8a [ 486.244041] [<c107ebdf>] __ftrace_set_clr_event+0x91/0xbc [ 486.248071] [<c1fbee72>] event_trace_self_tests+0x1cd/0x239 [ 486.252041] [<c1fbf025>] event_trace_self_tests_init+0x2a/0x39 [ 486.256040] [<c1fab282>] do_one_initcall+0x47/0x113 [ 486.260098] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 [ 486.264040] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 [ 486.268041] [<c1fab477>] kernel_init+0x10d/0x18e [ 486.272069] [<c1fab36a>] ? kernel_init+0x0/0x18e [ 486.276040] [<c1002c7e>] kernel_thread_helper+0x6/0x10 [ 486.280031] 5 locks held by swapper/1: [ 486.284058] #0: (event_mutex){......}, at: [<c107eb6a>] __ftrace_set_clr_event+0x1c/0xbc [ 486.292029] #1: (tracepoints_mutex){......}, at: [<c1070a6e>] tracepoint_update_probe_range+0x27/0x116 [ 486.300057] #2: (jump_label_mutex){......}, at: [<c104eee3>] jump_label_update+0x1f/0x98 [ 486.311742] #3: (text_mutex){......}, at: [<c1005b8d>] arch_jump_label_transform+0x44/0x67 [ 486.320058] #4: (stop_cpus_mutex){......}, at: [<c1066831>] stop_cpus+0x20/0x3f [ 606.328087] INFO: task swapper:1 blocked for more than 120 seconds. [ 606.332051] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 606.336026] swapper D f6420b40 6544 1 0 0x00000000 [ 606.344051] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 [ 606.352229] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d [ 606.360229] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff [ 606.368255] Call Trace: [ 606.370731] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 [ 606.372035] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 [ 606.376035] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 [ 606.380187] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 [ 606.384036] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 [ 606.388035] [<c1a7e76b>] wait_for_common+0xc1/0x11a [ 606.392062] [<c102de32>] ? default_wake_function+0x0/0x12 [ 606.396061] [<c1a7e863>] wait_for_completion+0x17/0x19 [ 606.400034] [<c10667a2>] __stop_cpus+0xdd/0x103 [ 606.404063] [<c1a7e6db>] ? wait_for_common+0x31/0x11a [ 606.408035] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a [ 606.412035] [<c106683d>] stop_cpus+0x2c/0x3f [ 606.416061] [<c10668af>] __stop_machine+0x5f/0x67 [ 606.420035] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 [ 606.424035] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 [ 606.428070] [<c19f0a73>] ? cfdgml_create+0x2b/0xde [ 606.432040] [<c10060fd>] text_poke_smp+0x3a/0x42 [ 606.436068] [<c19f0a73>] ? cfdgml_create+0x2b/0xde [ 606.440070] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 [ 606.444041] [<c104ef0d>] jump_label_update+0x49/0x98 [ 606.448041] [<c1070b33>] tracepoint_update_probe_range+0xec/0x116 [ 606.452070] [<c1070c74>] tracepoint_probe_unregister+0x51/0x6b [ 606.456040] [<c107f3c0>] ftrace_event_reg+0x48/0x4c [ 606.460041] [<c107e87c>] ftrace_event_enable_disable+0x39/0x8a [ 606.464070] [<c107ebdf>] __ftrace_set_clr_event+0x91/0xbc [ 606.468042] [<c1fbee72>] event_trace_self_tests+0x1cd/0x239 [ 606.472041] [<c1fbf025>] event_trace_self_tests_init+0x2a/0x39 [ 606.476098] [<c1fab282>] do_one_initcall+0x47/0x113 [ 606.480179] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 [ 606.484040] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 [ 606.488070] [<c1fab477>] kernel_init+0x10d/0x18e [ 606.492040] [<c1fab36a>] ? kernel_init+0x0/0x18e [ 606.496040] [<c1002c7e>] kernel_thread_helper+0x6/0x10 [ 606.500060] 5 locks held by swapper/1: [ 606.504029] #0: (event_mutex){......}, at: [<c107eb6a>] __ftrace_set_clr_event+0x1c/0xbc [ 606.512058] #1: (tracepoints_mutex){......}, at: [<c1070a6e>] tracepoint_update_probe_range+0x27/0x116 [ 606.520029] #2: (jump_label_mutex){......}, at: [<c104eee3>] jump_label_update+0x1f/0x98 [ 606.531719] #3: (text_mutex){......}, at: [<c1005b8d>] arch_jump_label_transform+0x44/0x67 [ 606.540029] #4: (stop_cpus_mutex){......}, at: [<c1066831>] stop_cpus+0x20/0x3f [ 726.548112] INFO: task swapper:1 blocked for more than 120 seconds. [ 726.552025] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 726.556026] swapper D f6420b40 6544 1 0 0x00000000 [ 726.564026] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 [ 726.572254] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d [ 726.580256] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff [ 726.589045] Call Trace: [ 726.591527] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 [ 726.592035] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 [ 726.596061] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 [ 726.600036] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 [ 726.604036] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 [ 726.608061] [<c1a7e76b>] wait_for_common+0xc1/0x11a [ 726.612036] [<c102de32>] ? default_wake_function+0x0/0x12 [ 726.616036] [<c1a7e863>] wait_for_completion+0x17/0x19 [ 726.620211] [<c10667a2>] __stop_cpus+0xdd/0x103 [ 726.624038] [<c1a7e6db>] ? wait_for_common+0x31/0x11a [ 726.628035] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a [ 726.632060] [<c106683d>] stop_cpus+0x2c/0x3f [ 726.636035] [<c10668af>] __stop_machine+0x5f/0x67 [ 726.640035] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 [ 726.644061] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 [ 726.648041] [<c19f0a73>] ? cfdgml_create+0x2b/0xde [ 726.652040] [<c10060fd>] text_poke_smp+0x3a/0x42 [ 726.656069] [<c19f0a73>] ? cfdgml_create+0x2b/0xde [ 726.660070] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 [ 726.664041] [<c104ef0d>] jump_label_update+0x49/0x98 [ 726.668070] [<c1070b33>] tracepoint_update_probe_range+0xec/0x116 [ 726.672041] [<c1070c74>] tracepoint_probe_unregister+0x51/0x6b [ 726.676040] [<c107f3c0>] ftrace_event_reg+0x48/0x4c [ 726.680070] [<c107e87c>] ftrace_event_enable_disable+0x39/0x8a [ 726.684041] [<c107ebdf>] __ftrace_set_clr_event+0x91/0xbc [ 726.688041] [<c1fbee72>] event_trace_self_tests+0x1cd/0x239 [ 726.692070] [<c1fbf025>] event_trace_self_tests_init+0x2a/0x39 [ 726.696040] [<c1fab282>] do_one_initcall+0x47/0x113 [ 726.700069] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 [ 726.704070] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 [ 726.708040] [<c1fab477>] kernel_init+0x10d/0x18e [ 726.712040] [<c1fab36a>] ? kernel_init+0x0/0x18e [ 726.716069] [<c1002c7e>] kernel_thread_helper+0x6/0x10 [ 726.720170] 5 locks held by swapper/1: [ 726.724029] #0: (event_mutex){......}, at: [<c107eb6a>] __ftrace_set_clr_event+0x1c/0xbc [ 726.732029] #1: (tracepoints_mutex){......}, at: [<c1070a6e>] tracepoint_update_probe_range+0x27/0x116 [ 726.740086] #2: (jump_label_mutex){......}, at: [<c104eee3>] jump_label_update+0x1f/0x98 [ 726.751716] #3: (text_mutex){......}, at: [<c1005b8d>] arch_jump_label_transform+0x44/0x67 [ 726.760029] #4: (stop_cpus_mutex){......}, at: [<c1066831>] stop_cpus+0x20/0x3f [ 846.768087] INFO: task swapper:1 blocked for more than 120 seconds. [ 846.772025] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 846.776051] swapper D f6420b40 6544 1 0 0x00000000 [ 846.784026] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 [ 846.792228] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d [ 846.800257] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff [ 846.808228] Call Trace: [ 846.810704] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 [ 846.812061] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 [ 846.816035] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 [ 846.820061] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 [ 846.824061] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 [ 846.828035] [<c1a7e76b>] wait_for_common+0xc1/0x11a [ 846.832036] [<c102de32>] ? default_wake_function+0x0/0x12 [ 846.836061] [<c1a7e863>] wait_for_completion+0x17/0x19 [ 846.840034] [<c10667a2>] __stop_cpus+0xdd/0x103 [ 846.844037] [<c1a7e6db>] ? wait_for_common+0x31/0x11a [ 846.848060] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a [ 846.852035] [<c106683d>] stop_cpus+0x2c/0x3f [ 846.856036] [<c10668af>] __stop_machine+0x5f/0x67 [ 846.860211] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 [ 846.864035] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 [ 846.868035] [<c19f0a73>] ? cfdgml_create+0x2b/0xde [ 846.872061] [<c10060fd>] text_poke_smp+0x3a/0x42 [ 846.876039] [<c19f0a73>] ? cfdgml_create+0x2b/0xde [ 846.880041] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 [ 846.884070] [<c104ef0d>] jump_label_update+0x49/0x98 [ 846.888041] [<c1070b33>] tracepoint_update_probe_range+0xec/0x116 [ 846.892041] [<c1070c74>] tracepoint_probe_unregister+0x51/0x6b [ 846.896069] [<c107f3c0>] ftrace_event_reg+0x48/0x4c [ 846.900069] [<c107e87c>] ftrace_event_enable_disable+0x39/0x8a [ 846.904041] [<c107ebdf>] __ftrace_set_clr_event+0x91/0xbc [ 846.908071] [<c1fbee72>] event_trace_self_tests+0x1cd/0x239 [ 846.912041] [<c1fbf025>] event_trace_self_tests_init+0x2a/0x39 [ 846.916040] [<c1fab282>] do_one_initcall+0x47/0x113 [ 846.920069] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 [ 846.928045] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 [ 846.932066] [<c1fab477>] kernel_init+0x10d/0x18e [ 846.936040] [<c1fab36a>] ? kernel_init+0x0/0x18e [ 846.940069] [<c1002c7e>] kernel_thread_helper+0x6/0x10 [ 846.944060] 5 locks held by swapper/1: [ 846.948029] #0: (event_mutex){......}, at: [<c107eb6a>] __ftrace_set_clr_event+0x1c/0xbc [ 846.956058] #1: (tracepoints_mutex){......}, at: [<c1070a6e>] tracepoint_update_probe_range+0x27/0x116 [ 846.964029] #2: (jump_label_mutex){......}, at: [<c104eee3>] jump_label_update+0x1f/0x98 [ 846.975709] #3: (text_mutex){......}, at: [<c1005b8d>] arch_jump_label_transform+0x44/0x67 [ 846.984029] #4: (stop_cpus_mutex){......}, at: [<c1066831>] stop_cpus+0x20/0x3f [ 966.992112] INFO: task swapper:1 blocked for more than 120 seconds. [ 966.996025] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 967.000275] swapper D f6420b40 6544 1 0 0x00000000 [ 967.008026] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 [ 967.017042] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d [ 967.025044] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff [ 967.033044] Call Trace: [ 967.035520] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 [ 967.036035] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 [ 967.040061] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 [ 967.044036] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 [ 967.048036] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 [ 967.052061] [<c1a7e76b>] wait_for_common+0xc1/0x11a [ 967.056036] [<c102de32>] ? default_wake_function+0x0/0x12 [ 967.060061] [<c1a7e863>] wait_for_completion+0x17/0x19 [ 967.064060] [<c10667a2>] __stop_cpus+0xdd/0x103 [ 967.068038] [<c1a7e6db>] ? wait_for_common+0x31/0x11a [ 967.072035] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a [ 967.076060] [<c106683d>] stop_cpus+0x2c/0x3f [ 967.080035] [<c10668af>] __stop_machine+0x5f/0x67 [ 967.084035] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 [ 967.088061] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 [ 967.092041] [<c19f0a73>] ? cfdgml_create+0x2b/0xde [ 967.096040] [<c10060fd>] text_poke_smp+0x3a/0x42 [ 967.100236] [<c19f0a73>] ? cfdgml_create+0x2b/0xde [ 967.104041] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 [ 967.108041] [<c104ef0d>] jump_label_update+0x49/0x98 [ 967.112070] [<c1070b33>] tracepoint_update_probe_range+0xec/0x116 [ 967.116041] [<c1070c74>] tracepoint_probe_unregister+0x51/0x6b [ 967.120040] [<c107f3c0>] ftrace_event_reg+0x48/0x4c [ 967.124070] [<c107e87c>] ftrace_event_enable_disable+0x39/0x8a [ 967.128041] [<c107ebdf>] __ftrace_set_clr_event+0x91/0xbc [ 967.132042] [<c1fbee72>] event_trace_self_tests+0x1cd/0x239 [ 967.136070] [<c1fbf025>] event_trace_self_tests_init+0x2a/0x39 [ 967.140069] [<c1fab282>] do_one_initcall+0x47/0x113 [ 967.144040] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 [ 967.148070] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 [ 967.152041] [<c1fab477>] kernel_init+0x10d/0x18e [ 967.156040] [<c1fab36a>] ? kernel_init+0x0/0x18e [ 967.164032] [<c1002c7e>] kernel_thread_helper+0x6/0x10 [ 967.168031] 5 locks held by swapper/1: [ 967.172058] #0: (event_mutex){......}, at: [<c107eb6a>] __ftrace_set_clr_event+0x1c/0xbc [ 967.180057] #1: (tracepoints_mutex){......}, at: [<c1070a6e>] tracepoint_update_probe_range+0x27/0x116 [ 967.188029] #2: (jump_label_mutex){......}, at: [<c104eee3>] jump_label_update+0x1f/0x98 [ 967.200158] #3: (text_mutex){......}, at: [<c1005b8d>] arch_jump_label_transform+0x44/0x67 [ 967.208058] #4: (stop_cpus_mutex){......}, at: [<c1066831>] stop_cpus+0x20/0x3f [ 1087.216087] INFO: task swapper:1 blocked for more than 120 seconds. [ 1087.220076] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 1087.224026] swapper D f6420b40 6544 1 0 0x00000000 [ 1087.232051] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 [ 1087.240358] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d [ 1087.249034] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff [ 1087.257071] Call Trace: [ 1087.259553] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 [ 1087.260060] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 [ 1087.264035] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 [ 1087.268061] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 [ 1087.272037] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 [ 1087.276035] [<c1a7e76b>] wait_for_common+0xc1/0x11a [ 1087.280061] [<c102de32>] ? default_wake_function+0x0/0x12 [ 1087.284036] [<c1a7e863>] wait_for_completion+0x17/0x19 [ 1087.288034] [<c10667a2>] __stop_cpus+0xdd/0x103 [ 1087.292063] [<c1a7e6db>] ? wait_for_common+0x31/0x11a [ 1087.296035] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a [ 1087.300060] [<c106683d>] stop_cpus+0x2c/0x3f [ 1087.304060] [<c10668af>] __stop_machine+0x5f/0x67 [ 1087.308035] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 [ 1087.312035] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 [ 1087.316070] [<c19f0a73>] ? cfdgml_create+0x2b/0xde [ 1087.320040] [<c10060fd>] text_poke_smp+0x3a/0x42 [ 1087.324039] [<c19f0a73>] ? cfdgml_create+0x2b/0xde [ 1087.328070] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 [ 1087.332041] [<c104ef0d>] jump_label_update+0x49/0x98 [ 1087.336041] [<c1070b33>] tracepoint_update_probe_range+0xec/0x116 [ 1087.340237] [<c1070c74>] tracepoint_probe_unregister+0x51/0x6b [ 1087.344040] [<c107f3c0>] ftrace_event_reg+0x48/0x4c [ 1087.348041] [<c107e87c>] ftrace_event_enable_disable+0x39/0x8a [ 1087.352070] [<c107ebdf>] __ftrace_set_clr_event+0x91/0xbc [ 1087.356042] [<c1fbee72>] event_trace_self_tests+0x1cd/0x239 [ 1087.360041] [<c1fbf025>] event_trace_self_tests_init+0x2a/0x39 [ 1087.364070] [<c1fab282>] do_one_initcall+0x47/0x113 [ 1087.368040] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 [ 1087.372040] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 [ 1087.376070] [<c1fab477>] kernel_init+0x10d/0x18e [ 1087.380069] [<c1fab36a>] ? kernel_init+0x0/0x18e [ 1087.384040] [<c1002c7e>] kernel_thread_helper+0x6/0x10 [ 1087.388060] 5 locks held by swapper/1: [ 1087.392029] #0: (event_mutex){......}, at: [<c107eb6a>] __ftrace_set_clr_event+0x1c/0xbc [ 1087.400058] #1: (tracepoints_mutex){......}, at: [<c1070a6e>] tracepoint_update_probe_range+0x27/0x116 [ 1087.408029] #2: (jump_label_mutex){......}, at: [<c104eee3>] jump_label_update+0x1f/0x98 [ 1087.419709] #3: (text_mutex){......}, at: [<c1005b8d>] arch_jump_label_transform+0x44/0x67 [ 1087.428029] #4: (stop_cpus_mutex){......}, at: [<c1066831>] stop_cpus+0x20/0x3f [ 1207.436112] INFO: task swapper:1 blocked for more than 120 seconds. [ 1207.440025] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 1207.444026] swapper D f6420b40 6544 1 0 0x00000000 [ 1207.452025] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 [ 1207.460254] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d [ 1207.468228] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff [ 1207.477044] Call Trace: [ 1207.479519] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 [ 1207.480161] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 [ 1207.484061] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 [ 1207.488061] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 [ 1207.492036] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 [ 1207.496061] [<c1a7e76b>] wait_for_common+0xc1/0x11a [ 1207.500036] [<c102de32>] ? default_wake_function+0x0/0x12 [ 1207.504036] [<c1a7e863>] wait_for_completion+0x17/0x19 [ 1207.508060] [<c10667a2>] __stop_cpus+0xdd/0x103 [ 1207.512037] [<c1a7e6db>] ? wait_for_common+0x31/0x11a [ 1207.516035] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a [ 1207.520060] [<c106683d>] stop_cpus+0x2c/0x3f [ 1207.524035] [<c10668af>] __stop_machine+0x5f/0x67 [ 1207.528060] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 [ 1207.532061] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 [ 1207.536041] [<c19f0a73>] ? cfdgml_create+0x2b/0xde [ 1207.540040] [<c10060fd>] text_poke_smp+0x3a/0x42 [ 1207.544069] [<c19f0a73>] ? cfdgml_create+0x2b/0xde [ 1207.548041] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 [ 1207.552041] [<c104ef0d>] jump_label_update+0x49/0x98 [ 1207.556070] [<c1070b33>] tracepoint_update_probe_range+0xec/0x116 [ 1207.560041] [<c1070c74>] tracepoint_probe_unregister+0x51/0x6b [ 1207.564040] [<c107f3c0>] ftrace_event_reg+0x48/0x4c [ 1207.568098] [<c107e87c>] ftrace_event_enable_disable+0x39/0x8a [ 1207.572041] [<c107ebdf>] __ftrace_set_clr_event+0x91/0xbc [ 1207.576042] [<c1fbee72>] event_trace_self_tests+0x1cd/0x239 [ 1207.580208] [<c1fbf025>] event_trace_self_tests_init+0x2a/0x39 [ 1207.584040] [<c1fab282>] do_one_initcall+0x47/0x113 [ 1207.588040] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 [ 1207.592070] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 [ 1207.596041] [<c1fab477>] kernel_init+0x10d/0x18e [ 1207.600040] [<c1fab36a>] ? kernel_init+0x0/0x18e [ 1207.604069] [<c1002c7e>] kernel_thread_helper+0x6/0x10 [ 1207.608060] 5 locks held by swapper/1: [ 1207.612029] #0: (event_mutex){......}, at: [<c107eb6a>] __ftrace_set_clr_event+0x1c/0xbc [ 1207.620029] #1: (tracepoints_mutex){......}, at: [<c1070a6e>] tracepoint_update_probe_range+0x27/0x116 [ 1207.628058] #2: (jump_label_mutex){......}, at: [<c104eee3>] jump_label_update+0x1f/0x98 [ 1207.639716] #3: (text_mutex){......}, at: [<c1005b8d>] arch_jump_label_transform+0x44/0x67 [ 1207.648057] #4: (stop_cpus_mutex){......}, at: [<c1066831>] stop_cpus+0x20/0x3f [ 1327.656087] INFO: task swapper:1 blocked for more than 120 seconds. [ 1327.660050] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 1327.664051] swapper D f6420b40 6544 1 0 0x00000000 [ 1327.672026] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 [ 1327.680229] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d [ 1327.688257] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff [ 1327.697044] Call Trace: [ 1327.699526] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 [ 1327.700086] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 [ 1327.704035] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 [ 1327.708035] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 [ 1327.712062] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 [ 1327.716035] [<c1a7e76b>] wait_for_common+0xc1/0x11a [ 1327.720162] [<c102de32>] ? default_wake_function+0x0/0x12 [ 1327.724061] [<c1a7e863>] wait_for_completion+0x17/0x19 [ 1327.728034] [<c10667a2>] __stop_cpus+0xdd/0x103 [ 1327.732037] [<c1a7e6db>] ? wait_for_common+0x31/0x11a [ 1327.736060] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a [ 1327.740060] [<c106683d>] stop_cpus+0x2c/0x3f [ 1327.744035] [<c10668af>] __stop_machine+0x5f/0x67 [ 1327.748060] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 [ 1327.752035] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 [ 1327.756035] [<c19f0a73>] ? cfdgml_create+0x2b/0xde [ 1327.760061] [<c10060fd>] text_poke_smp+0x3a/0x42 [ 1327.764039] [<c19f0a73>] ? cfdgml_create+0x2b/0xde [ 1327.768041] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 [ 1327.772070] [<c104ef0d>] jump_label_update+0x49/0x98 [ 1327.776041] [<c1070b33>] tracepoint_update_probe_range+0xec/0x116 [ 1327.780070] [<c1070c74>] tracepoint_probe_unregister+0x51/0x6b [ 1327.784069] [<c107f3c0>] ftrace_event_reg+0x48/0x4c [ 1327.788040] [<c107e87c>] ftrace_event_enable_disable+0x39/0x8a [ 1327.792041] [<c107ebdf>] __ftrace_set_clr_event+0x91/0xbc [ 1327.796071] [<c1fbee72>] event_trace_self_tests+0x1cd/0x239 [ 1327.800041] [<c1fbf025>] event_trace_self_tests_init+0x2a/0x39 [ 1327.804040] [<c1fab282>] do_one_initcall+0x47/0x113 [ 1327.808069] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 [ 1327.812040] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 [ 1327.816041] [<c1fab477>] kernel_init+0x10d/0x18e [ 1327.820236] [<c1fab36a>] ? kernel_init+0x0/0x18e [ 1327.824040] [<c1002c7e>] kernel_thread_helper+0x6/0x10 [ 1327.828031] 5 locks held by swapper/1: [ 1327.832058] #0: (event_mutex){......}, at: [<c107eb6a>] __ftrace_set_clr_event+0x1c/0xbc [ 1327.840029] #1: (tracepoints_mutex){......}, at: [<c1070a6e>] tracepoint_update_probe_range+0x27/0x116 [ 1327.848029] #2: (jump_label_mutex){......}, at: [<c104eee3>] jump_label_update+0x1f/0x98 [ 1327.859745] #3: (text_mutex){......}, at: [<c1005b8d>] arch_jump_label_transform+0x44/0x67 [ 1327.868058] #4: (stop_cpus_mutex){......}, at: [<c1066831>] stop_cpus+0x20/0x3f [-- Attachment #2: config-Wed_Oct_20_08_00_12_CEST_2010.bad --] [-- Type: text/plain, Size: 73606 bytes --] # 5915856b # # Automatically generated make config: don't edit # Linux kernel version: 2.6.36-rc8 # Wed Oct 20 08:00:12 2010 # # CONFIG_64BIT is not set CONFIG_X86_32=y # CONFIG_X86_64 is not set CONFIG_X86=y CONFIG_INSTRUCTION_DECODER=y CONFIG_OUTPUT_FORMAT="elf32-i386" CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig" 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_MMU=y CONFIG_ZONE_DMA=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_SG_DMA_LENGTH=y CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_IOMAP=y CONFIG_GENERIC_BUG=y CONFIG_GENERIC_HWEIGHT=y CONFIG_GENERIC_GPIO=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_NEED_PER_CPU_EMBED_FIRST_CHUNK=y CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=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_USE_GENERIC_SMP_HELPERS=y CONFIG_X86_32_SMP=y CONFIG_X86_HT=y CONFIG_X86_TRAMPOLINE=y CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-ecx -fcall-saved-edx" CONFIG_KTIME_SCALAR=y CONFIG_BOOTPARAM_SUPPORT_NOT_WANTED=y CONFIG_ARCH_CPU_PROBE_RELEASE=y CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" CONFIG_CONSTRUCTORS=y CONFIG_HAVE_IRQ_WORK=y CONFIG_IRQ_WORK=y # # General setup # CONFIG_EXPERIMENTAL=y # CONFIG_BROKEN_BOOT_ALLOWED4 is not set # CONFIG_BROKEN_BOOT_DISALLOWED is not set CONFIG_BROKEN_BOOT_EUROPE=y CONFIG_BROKEN_BOOT_TITAN=y CONFIG_LOCK_KERNEL=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_CROSS_COMPILE="" CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_BZIP2=y CONFIG_HAVE_KERNEL_LZMA=y CONFIG_HAVE_KERNEL_LZO=y # CONFIG_KERNEL_GZIP is not set # CONFIG_KERNEL_BZIP2 is not set # CONFIG_KERNEL_LZMA is not set CONFIG_KERNEL_LZO=y # CONFIG_SWAP is not set CONFIG_SYSVIPC=y CONFIG_SYSVIPC_SYSCTL=y # CONFIG_POSIX_MQUEUE is not set CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BSD_PROCESS_ACCT_V3 is not set CONFIG_TASKSTATS=y CONFIG_TASK_DELAY_ACCT=y # CONFIG_TASK_XACCT is not set # CONFIG_AUDIT is not set CONFIG_HAVE_GENERIC_HARDIRQS=y # # IRQ subsystem # CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y # CONFIG_GENERIC_HARDIRQS_NO_DEPRECATED is not set CONFIG_HAVE_SPARSE_IRQ=y CONFIG_GENERIC_IRQ_PROBE=y CONFIG_GENERIC_PENDING_IRQ=y # CONFIG_AUTO_IRQ_AFFINITY is not set # CONFIG_IRQ_PER_CPU is not set # CONFIG_HARDIRQS_SW_RESEND is not set CONFIG_SPARSE_IRQ=y # # RCU Subsystem # CONFIG_TREE_PREEMPT_RCU=y CONFIG_PREEMPT_RCU=y CONFIG_RCU_TRACE=y CONFIG_RCU_FANOUT=32 # CONFIG_RCU_FANOUT_EXACT is not set CONFIG_TREE_RCU_TRACE=y # CONFIG_IKCONFIG is not set CONFIG_LOG_BUF_SHIFT=20 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y CONFIG_CGROUPS=y CONFIG_CGROUP_DEBUG=y # CONFIG_CGROUP_NS is not set # CONFIG_CGROUP_FREEZER is not set # CONFIG_CGROUP_DEVICE is not set # CONFIG_CPUSETS is not set CONFIG_CGROUP_CPUACCT=y CONFIG_RESOURCE_COUNTERS=y # CONFIG_CGROUP_MEM_RES_CTLR is not set CONFIG_CGROUP_SCHED=y CONFIG_FAIR_GROUP_SCHED=y CONFIG_RT_GROUP_SCHED=y CONFIG_BLK_CGROUP=y CONFIG_DEBUG_BLK_CGROUP=y CONFIG_SYSFS_DEPRECATED=y # CONFIG_SYSFS_DEPRECATED_V2 is not set CONFIG_RELAY=y CONFIG_NAMESPACES=y # CONFIG_UTS_NS is not set CONFIG_IPC_NS=y # CONFIG_USER_NS is not set CONFIG_PID_NS=y # 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_RD_LZO=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_ALL=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_EVENTS=y CONFIG_PERF_USE_VMALLOC=y # # Kernel Performance Events And Counters # CONFIG_PERF_EVENTS=y # CONFIG_PERF_COUNTERS is not set CONFIG_DEBUG_PERF_USE_VMALLOC=y CONFIG_VM_EVENT_COUNTERS=y CONFIG_PCI_QUIRKS=y CONFIG_SLUB_DEBUG=y CONFIG_COMPAT_BRK=y # CONFIG_SLAB is not set CONFIG_SLUB=y CONFIG_PROFILING=y CONFIG_TRACEPOINTS=y # CONFIG_OPROFILE is not set CONFIG_HAVE_OPROFILE=y CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y CONFIG_HAVE_IOREMAP_PROT=y CONFIG_HAVE_KPROBES=y CONFIG_HAVE_KRETPROBES=y CONFIG_HAVE_OPTPROBES=y CONFIG_HAVE_ARCH_TRACEHOOK=y CONFIG_HAVE_DMA_ATTRS=y CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y CONFIG_HAVE_DMA_API_DEBUG=y CONFIG_HAVE_HW_BREAKPOINT=y CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y CONFIG_HAVE_USER_RETURN_NOTIFIER=y CONFIG_HAVE_PERF_EVENTS_NMI=y CONFIG_HAVE_ARCH_JUMP_LABEL=y # # GCOV-based kernel profiling # CONFIG_HAVE_GENERIC_DMA_COHERENT=y CONFIG_SLABINFO=y CONFIG_RT_MUTEXES=y CONFIG_BASE_SMALL=0 # CONFIG_MODULES is not set 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_DEADLINE is not set # CONFIG_IOSCHED_CFQ is not set CONFIG_DEFAULT_NOOP=y CONFIG_DEFAULT_IOSCHED="noop" CONFIG_PADATA=y # CONFIG_INLINE_SPIN_TRYLOCK is not set # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set # CONFIG_INLINE_SPIN_LOCK is not set # CONFIG_INLINE_SPIN_LOCK_BH is not set # CONFIG_INLINE_SPIN_LOCK_IRQ is not set # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set # CONFIG_INLINE_SPIN_UNLOCK is not set # CONFIG_INLINE_SPIN_UNLOCK_BH is not set # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set # CONFIG_INLINE_READ_TRYLOCK is not set # CONFIG_INLINE_READ_LOCK is not set # CONFIG_INLINE_READ_LOCK_BH is not set # CONFIG_INLINE_READ_LOCK_IRQ is not set # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set # CONFIG_INLINE_READ_UNLOCK is not set # CONFIG_INLINE_READ_UNLOCK_BH is not set # CONFIG_INLINE_READ_UNLOCK_IRQ is not set # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set # CONFIG_INLINE_WRITE_TRYLOCK is not set # CONFIG_INLINE_WRITE_LOCK is not set # CONFIG_INLINE_WRITE_LOCK_BH is not set # CONFIG_INLINE_WRITE_LOCK_IRQ is not set # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set # CONFIG_INLINE_WRITE_UNLOCK is not set # CONFIG_INLINE_WRITE_UNLOCK_BH is not set # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set # CONFIG_MUTEX_SPIN_ON_OWNER is not set 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_SUPPORT=y CONFIG_X86_MPPARSE=y # CONFIG_X86_BIGSMP is not set # CONFIG_X86_EXTENDED_PLATFORM is not set CONFIG_SCHED_OMIT_FRAME_POINTER=y # CONFIG_PARAVIRT_GUEST is not set CONFIG_NO_BOOTMEM=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 is not set # CONFIG_MK6 is not set # CONFIG_MK7 is not set # CONFIG_MK8 is not set CONFIG_MCRUSOE=y # 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_MCORE2 is not set # CONFIG_MATOM is not set CONFIG_X86_GENERIC=y CONFIG_X86_CPU=y CONFIG_X86_INTERNODE_CACHE_SHIFT=6 CONFIG_X86_CMPXCHG=y CONFIG_X86_L1_CACHE_SHIFT=6 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_TSC=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_HPET_TIMER is not set CONFIG_DMI=y # CONFIG_IOMMU_HELPER is not set # CONFIG_IOMMU_API is not set CONFIG_NR_CPUS=8 CONFIG_SCHED_SMT=y CONFIG_SCHED_MC=y CONFIG_IRQ_TIME_ACCOUNTING=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=y # CONFIG_X86_MCE is not set CONFIG_VM86=y CONFIG_I8K=y CONFIG_X86_REBOOTFIXUPS=y CONFIG_MICROCODE=y # CONFIG_MICROCODE_INTEL is not set # CONFIG_MICROCODE_AMD is not set CONFIG_MICROCODE_OLD_INTERFACE=y # CONFIG_X86_MSR is not set CONFIG_X86_CPUID=y CONFIG_UP_WANTED_1=y CONFIG_UP_WANTED_2=y CONFIG_UP_WANTED=y CONFIG_SMP=y # CONFIG_NOHIGHMEM is not set CONFIG_HIGHMEM4G=y # CONFIG_HIGHMEM64G is not set CONFIG_PAGE_OFFSET=0xC0000000 CONFIG_HIGHMEM=y # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set CONFIG_ARCH_FLATMEM_ENABLE=y CONFIG_ARCH_SPARSEMEM_ENABLE=y CONFIG_ARCH_SELECT_MEMORY_MODEL=y CONFIG_ILLEGAL_POINTER_VALUE=0 CONFIG_SELECT_MEMORY_MODEL=y CONFIG_FLATMEM_MANUAL=y # CONFIG_SPARSEMEM_MANUAL is not set CONFIG_FLATMEM=y CONFIG_FLAT_NODE_MEM_MAP=y CONFIG_SPARSEMEM_STATIC=y CONFIG_HAVE_MEMBLOCK=y CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_SPLIT_PTLOCK_CPUS=999999 # CONFIG_PHYS_ADDR_T_64BIT is not set CONFIG_ZONE_DMA_FLAG=1 CONFIG_BOUNCE=y CONFIG_VIRT_TO_BUS=y CONFIG_KSM=y CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 # CONFIG_HIGHPTE is not set # CONFIG_X86_CHECK_BIOS_CORRUPTION is not set CONFIG_X86_RESERVE_LOW=64 # 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=y CONFIG_ARCH_USES_PG_UNCACHED=y CONFIG_SECCOMP=y CONFIG_CC_STACKPROTECTOR=y # CONFIG_HZ_100 is not set CONFIG_HZ_250=y # CONFIG_HZ_300 is not set # CONFIG_HZ_1000 is not set CONFIG_HZ=250 CONFIG_SCHED_HRTICK=y CONFIG_KEXEC=y # CONFIG_CRASH_DUMP is not set CONFIG_PHYSICAL_START=0x1000000 CONFIG_RELOCATABLE=y CONFIG_X86_NEED_RELOCS=y CONFIG_PHYSICAL_ALIGN=0x1000000 CONFIG_HOTPLUG_CPU=y # CONFIG_COMPAT_VDSO is not set CONFIG_CMDLINE_BOOL=y CONFIG_CMDLINE="" CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y # # Power management and ACPI options # CONFIG_PM=y CONFIG_PM_DEBUG=y # CONFIG_PM_ADVANCED_DEBUG is not set CONFIG_PM_VERBOSE=y CONFIG_CAN_PM_TRACE=y # CONFIG_PM_TRACE_RTC is not set CONFIG_PM_SLEEP_SMP=y CONFIG_PM_SLEEP=y CONFIG_SUSPEND_NVS=y CONFIG_SUSPEND=y CONFIG_SUSPEND_FREEZER=y # CONFIG_PM_RUNTIME is not set CONFIG_PM_OPS=y # CONFIG_ACPI is not set CONFIG_SFI=y # # CPU Frequency scaling # CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_TABLE=y # CONFIG_CPU_FREQ_DEBUG is not set CONFIG_CPU_FREQ_STAT=y CONFIG_CPU_FREQ_STAT_DETAILS=y # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE=y CONFIG_CPU_FREQ_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_GOV_POWERSAVE=y # CONFIG_CPU_FREQ_GOV_USERSPACE is not set # CONFIG_CPU_FREQ_GOV_ONDEMAND is not set CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y # # CPUFreq processor drivers # # CONFIG_X86_POWERNOW_K6 is not set # CONFIG_X86_POWERNOW_K7 is not set # CONFIG_X86_GX_SUSPMOD is not set # CONFIG_X86_SPEEDSTEP_CENTRINO is not set # CONFIG_X86_SPEEDSTEP_ICH is not set CONFIG_X86_SPEEDSTEP_SMI=y # CONFIG_X86_P4_CLOCKMOD is not set CONFIG_X86_CPUFREQ_NFORCE2=y # CONFIG_X86_LONGRUN is not set CONFIG_X86_E_POWERSAVER=y # # shared options # CONFIG_X86_SPEEDSTEP_LIB=y CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK=y # CONFIG_CPU_IDLE is not set # # Bus options (PCI etc.) # CONFIG_PCI=y CONFIG_PCI_GOBIOS=y # 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_OLPC=y CONFIG_PCI_DOMAINS=y CONFIG_PCI_CNB20LE_QUIRK=y # CONFIG_PCIEPORTBUS is not set CONFIG_ARCH_SUPPORTS_MSI=y # CONFIG_PCI_MSI is not set CONFIG_PCI_DEBUG=y # CONFIG_PCI_STUB is not set CONFIG_HT_IRQ=y CONFIG_PCI_IOV=y CONFIG_ISA_DMA_API=y CONFIG_ISA=y CONFIG_EISA=y CONFIG_EISA_VLB_PRIMING=y CONFIG_EISA_PCI_EISA=y CONFIG_EISA_VIRTUAL_ROOT=y # CONFIG_EISA_NAMES is not set CONFIG_MCA=y CONFIG_MCA_LEGACY=y # CONFIG_MCA_PROC_FS is not set CONFIG_SCx200=y # CONFIG_SCx200HR_TIMER is not set CONFIG_OLPC=y # CONFIG_OLPC_XO1 is not set CONFIG_OLPC_OPENFIRMWARE=y CONFIG_AMD_NB=y CONFIG_PCCARD=y CONFIG_PCMCIA=y CONFIG_PCMCIA_LOAD_CIS=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=y CONFIG_I82092=y CONFIG_I82365=y CONFIG_TCIC=y CONFIG_PCMCIA_PROBE=y CONFIG_PCCARD_NONSTATIC=y CONFIG_HOTPLUG_PCI=y # CONFIG_HOTPLUG_PCI_FAKE is not set CONFIG_HOTPLUG_PCI_COMPAQ=y CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM=y CONFIG_HOTPLUG_PCI_IBM=y # CONFIG_HOTPLUG_PCI_CPCI is not set CONFIG_HOTPLUG_PCI_SHPC=y # # Executable file formats / Emulations # CONFIG_BINFMT_ELF=y CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y CONFIG_HAVE_AOUT=y # CONFIG_BINFMT_AOUT is not set # CONFIG_BINFMT_MISC is not set CONFIG_HAVE_ATOMIC_IOMAP=y CONFIG_HAVE_TEXT_POKE_SMP=y CONFIG_NET=y # # Networking options # CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_XFRM=y # CONFIG_XFRM_USER is not set CONFIG_XFRM_SUB_POLICY=y CONFIG_XFRM_MIGRATE=y CONFIG_XFRM_STATISTICS=y CONFIG_XFRM_IPCOMP=y CONFIG_NET_KEY=y # CONFIG_NET_KEY_MIGRATE is not set CONFIG_INET=y # CONFIG_IP_MULTICAST is not set CONFIG_IP_ADVANCED_ROUTER=y # CONFIG_ASK_IP_FIB_HASH is not set CONFIG_IP_FIB_TRIE=y # CONFIG_IP_FIB_HASH is not set CONFIG_IP_FIB_TRIE_STATS=y # CONFIG_IP_MULTIPLE_TABLES is not set # CONFIG_IP_ROUTE_MULTIPATH is not set # CONFIG_IP_ROUTE_VERBOSE is not set CONFIG_IP_PNP=y CONFIG_IP_PNP_DHCP=y CONFIG_IP_PNP_BOOTP=y CONFIG_IP_PNP_RARP=y CONFIG_NET_IPIP=y # CONFIG_NET_IPGRE is not set # CONFIG_ARPD is not set CONFIG_SYN_COOKIES=y CONFIG_INET_AH=y CONFIG_INET_ESP=y CONFIG_INET_IPCOMP=y CONFIG_INET_XFRM_TUNNEL=y CONFIG_INET_TUNNEL=y # CONFIG_INET_XFRM_MODE_TRANSPORT is not set CONFIG_INET_XFRM_MODE_TUNNEL=y CONFIG_INET_XFRM_MODE_BEET=y CONFIG_INET_LRO=y CONFIG_INET_DIAG=y CONFIG_INET_TCP_DIAG=y # CONFIG_TCP_CONG_ADVANCED is not set CONFIG_TCP_CONG_CUBIC=y CONFIG_DEFAULT_TCP_CONG="cubic" # CONFIG_TCP_MD5SIG is not set CONFIG_IPV6=y CONFIG_IPV6_PRIVACY=y # CONFIG_IPV6_ROUTER_PREF is not set # CONFIG_IPV6_OPTIMISTIC_DAD is not set # CONFIG_INET6_AH is not set CONFIG_INET6_ESP=y # CONFIG_INET6_IPCOMP is not set CONFIG_IPV6_MIP6=y # CONFIG_INET6_XFRM_TUNNEL is not set # CONFIG_INET6_TUNNEL is not set CONFIG_INET6_XFRM_MODE_TRANSPORT=y # CONFIG_INET6_XFRM_MODE_TUNNEL is not set # CONFIG_INET6_XFRM_MODE_BEET is not set # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set CONFIG_IPV6_SIT=y # CONFIG_IPV6_SIT_6RD is not set CONFIG_IPV6_NDISC_NODETYPE=y # CONFIG_IPV6_TUNNEL is not set # CONFIG_IPV6_MULTIPLE_TABLES is not set CONFIG_IPV6_MROUTE=y CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y # CONFIG_IPV6_PIMSM_V2 is not set CONFIG_NETLABEL=y CONFIG_NETWORK_SECMARK=y # CONFIG_NETWORK_PHY_TIMESTAMPING is not set # CONFIG_NETFILTER is not set CONFIG_IP_DCCP=y CONFIG_INET_DCCP_DIAG=y # # DCCP CCIDs Configuration (EXPERIMENTAL) # CONFIG_IP_DCCP_CCID2_DEBUG=y # CONFIG_IP_DCCP_CCID3 is not set # # DCCP Kernel Hacking # # CONFIG_IP_DCCP_DEBUG is not set CONFIG_IP_SCTP=y CONFIG_SCTP_DBG_MSG=y CONFIG_SCTP_DBG_OBJCNT=y # CONFIG_SCTP_HMAC_NONE is not set CONFIG_SCTP_HMAC_SHA1=y # CONFIG_SCTP_HMAC_MD5 is not set CONFIG_RDS=y CONFIG_RDS_RDMA=y CONFIG_RDS_TCP=y # CONFIG_RDS_DEBUG is not set CONFIG_TIPC=y CONFIG_TIPC_ADVANCED=y CONFIG_TIPC_ZONES=3 CONFIG_TIPC_CLUSTERS=1 CONFIG_TIPC_NODES=255 CONFIG_TIPC_PORTS=8191 CONFIG_TIPC_LOG=0 CONFIG_TIPC_DEBUG=y # CONFIG_ATM is not set CONFIG_L2TP=y # CONFIG_L2TP_DEBUGFS is not set CONFIG_L2TP_V3=y # CONFIG_L2TP_IP is not set # CONFIG_L2TP_ETH is not set CONFIG_STP=y CONFIG_GARP=y # CONFIG_BRIDGE is not set # CONFIG_NET_DSA is not set CONFIG_VLAN_8021Q=y CONFIG_VLAN_8021Q_GVRP=y CONFIG_DECNET=y # CONFIG_DECNET_ROUTER is not set CONFIG_LLC=y CONFIG_LLC2=y CONFIG_IPX=y # CONFIG_IPX_INTERN is not set CONFIG_ATALK=y CONFIG_DEV_APPLETALK=y # CONFIG_LTPC is not set # CONFIG_IPDDP is not set # CONFIG_X25 is not set # CONFIG_LAPB is not set CONFIG_ECONET=y # CONFIG_ECONET_AUNUDP is not set # CONFIG_ECONET_NATIVE is not set CONFIG_WAN_ROUTER=y CONFIG_PHONET=y CONFIG_IEEE802154=y # CONFIG_NET_SCHED is not set CONFIG_DCB=y CONFIG_DNS_RESOLVER=y CONFIG_RPS=y # # Network testing # CONFIG_NET_PKTGEN=y CONFIG_NET_DROP_MONITOR=y # CONFIG_HAMRADIO is not set CONFIG_CAN=y CONFIG_CAN_RAW=y CONFIG_CAN_BCM=y # # CAN Device Drivers # CONFIG_CAN_VCAN=y # CONFIG_CAN_DEV is not set # CONFIG_CAN_DEBUG_DEVICES is not set # CONFIG_IRDA is not set CONFIG_BT=y # CONFIG_BT_L2CAP is not set # CONFIG_BT_SCO is not set # # Bluetooth device drivers # # CONFIG_BT_HCIBTUSB is not set CONFIG_BT_HCIUART=y # CONFIG_BT_HCIUART_H4 is not set CONFIG_BT_HCIUART_BCSP=y # CONFIG_BT_HCIUART_ATH3K is not set CONFIG_BT_HCIUART_LL=y CONFIG_BT_HCIBCM203X=y # CONFIG_BT_HCIBPA10X is not set CONFIG_BT_HCIBFUSB=y CONFIG_BT_HCIDTL1=y # CONFIG_BT_HCIBT3C is not set CONFIG_BT_HCIBLUECARD=y # CONFIG_BT_HCIBTUART is not set CONFIG_BT_HCIVHCI=y CONFIG_BT_MRVL=y CONFIG_AF_RXRPC=y # CONFIG_AF_RXRPC_DEBUG is not set CONFIG_RXKAD=y CONFIG_FIB_RULES=y CONFIG_WIRELESS=y CONFIG_CFG80211=y # CONFIG_NL80211_TESTMODE is not set CONFIG_CFG80211_DEVELOPER_WARNINGS=y # CONFIG_CFG80211_REG_DEBUG is not set # CONFIG_CFG80211_DEFAULT_PS is not set # CONFIG_CFG80211_DEBUGFS is not set # CONFIG_CFG80211_INTERNAL_REGDB is not set # CONFIG_CFG80211_WEXT is not set # CONFIG_LIB80211 is not set CONFIG_MAC80211=y CONFIG_MAC80211_HAS_RC=y CONFIG_MAC80211_RC_MINSTREL=y CONFIG_MAC80211_RC_MINSTREL_HT=y CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y CONFIG_MAC80211_RC_DEFAULT="minstrel_ht" # CONFIG_MAC80211_MESH is not set CONFIG_MAC80211_LEDS=y CONFIG_MAC80211_DEBUGFS=y CONFIG_MAC80211_DEBUG_MENU=y CONFIG_MAC80211_NOINLINE=y CONFIG_MAC80211_VERBOSE_DEBUG=y CONFIG_MAC80211_HT_DEBUG=y # CONFIG_MAC80211_TKIP_DEBUG is not set # CONFIG_MAC80211_IBSS_DEBUG is not set CONFIG_MAC80211_VERBOSE_PS_DEBUG=y CONFIG_MAC80211_DEBUG_COUNTERS=y # CONFIG_MAC80211_DRIVER_API_TRACER is not set # CONFIG_WIMAX is not set # CONFIG_RFKILL is not set CONFIG_CAIF=y CONFIG_CAIF_DEBUG=y # CONFIG_CAIF_NETDEV is not set # # Device Drivers # # # Generic Driver Options # CONFIG_UEVENT_HELPER_PATH="" # CONFIG_DEVTMPFS is not set CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_EXTRA_FIRMWARE="" CONFIG_DEBUG_DRIVER=y # CONFIG_DEBUG_DEVRES is not set # CONFIG_SYS_HYPERVISOR is not set CONFIG_CONNECTOR=y CONFIG_PROC_EVENTS=y CONFIG_PARPORT=y # CONFIG_PARPORT_PC is not set # CONFIG_PARPORT_GSC is not set CONFIG_PARPORT_AX88796=y # CONFIG_PARPORT_1284 is not set CONFIG_PARPORT_NOT_PC=y CONFIG_PNP=y # CONFIG_PNP_DEBUG_MESSAGES is not set # # Protocols # CONFIG_ISAPNP=y # CONFIG_PNPBIOS is not set # CONFIG_PNPACPI is not set CONFIG_BLK_DEV=y CONFIG_BLK_DEV_FD=y CONFIG_BLK_DEV_XD=y CONFIG_BLK_CPQ_DA=y CONFIG_BLK_CPQ_CISS_DA=y CONFIG_CISS_SCSI_TAPE=y # CONFIG_BLK_DEV_DAC960 is not set CONFIG_BLK_DEV_UMEM=y # CONFIG_BLK_DEV_COW_COMMON is not set CONFIG_BLK_DEV_LOOP=y # CONFIG_BLK_DEV_CRYPTOLOOP is not set CONFIG_BLK_DEV_DRBD=y CONFIG_DRBD_FAULT_INJECTION=y # CONFIG_BLK_DEV_NBD is not set CONFIG_BLK_DEV_SX8=y CONFIG_BLK_DEV_UB=y # CONFIG_BLK_DEV_RAM is not set CONFIG_CDROM_PKTCDVD=y CONFIG_CDROM_PKTCDVD_BUFFERS=8 CONFIG_CDROM_PKTCDVD_WCACHE=y CONFIG_ATA_OVER_ETH=y # CONFIG_BLK_DEV_HD is not set # CONFIG_MISC_DEVICES is not set CONFIG_HAVE_IDE=y # # SCSI device support # CONFIG_SCSI_MOD=y CONFIG_RAID_ATTRS=y CONFIG_SCSI=y CONFIG_SCSI_DMA=y # CONFIG_SCSI_TGT is not set CONFIG_SCSI_NETLINK=y CONFIG_SCSI_PROC_FS=y # # SCSI support type (disk, tape, CD-ROM) # CONFIG_BLK_DEV_SD=y # CONFIG_CHR_DEV_ST is not set CONFIG_CHR_DEV_OSST=y CONFIG_BLK_DEV_SR=y CONFIG_BLK_DEV_SR_VENDOR=y CONFIG_CHR_DEV_SG=y CONFIG_CHR_DEV_SCH=y CONFIG_SCSI_MULTI_LUN=y # CONFIG_SCSI_CONSTANTS is not set # CONFIG_SCSI_LOGGING is not set CONFIG_SCSI_SCAN_ASYNC=y # # SCSI Transports # CONFIG_SCSI_SPI_ATTRS=y CONFIG_SCSI_FC_ATTRS=y CONFIG_SCSI_ISCSI_ATTRS=y CONFIG_SCSI_SAS_ATTRS=y CONFIG_SCSI_SAS_LIBSAS=y CONFIG_SCSI_SAS_ATA=y # CONFIG_SCSI_SAS_HOST_SMP is not set CONFIG_SCSI_SAS_LIBSAS_DEBUG=y CONFIG_SCSI_SRP_ATTRS=y CONFIG_SCSI_LOWLEVEL=y CONFIG_ISCSI_TCP=y # CONFIG_ISCSI_BOOT_SYSFS is not set CONFIG_SCSI_BNX2_ISCSI=y # CONFIG_BE2ISCSI is not set # CONFIG_BLK_DEV_3W_XXXX_RAID is not set # CONFIG_SCSI_HPSA is not set CONFIG_SCSI_3W_9XXX=y # CONFIG_SCSI_3W_SAS is not set CONFIG_SCSI_7000FASST=y CONFIG_SCSI_ACARD=y # CONFIG_SCSI_AHA152X is not set # CONFIG_SCSI_AHA1740 is not set CONFIG_SCSI_AACRAID=y CONFIG_SCSI_AIC7XXX=y CONFIG_AIC7XXX_CMDS_PER_DEVICE=32 CONFIG_AIC7XXX_RESET_DELAY_MS=5000 # CONFIG_AIC7XXX_DEBUG_ENABLE is not set CONFIG_AIC7XXX_DEBUG_MASK=0 CONFIG_AIC7XXX_REG_PRETTY_PRINT=y CONFIG_SCSI_AIC7XXX_OLD=y # CONFIG_SCSI_AIC79XX is not set # CONFIG_SCSI_AIC94XX is not set CONFIG_SCSI_MVSAS=y # CONFIG_SCSI_MVSAS_DEBUG is not set CONFIG_SCSI_DPT_I2O=y CONFIG_SCSI_ADVANSYS=y CONFIG_SCSI_IN2000=y CONFIG_SCSI_ARCMSR=y CONFIG_MEGARAID_NEWGEN=y CONFIG_MEGARAID_MM=y # CONFIG_MEGARAID_MAILBOX is not set # CONFIG_MEGARAID_LEGACY is not set CONFIG_MEGARAID_SAS=y CONFIG_SCSI_MPT2SAS=y CONFIG_SCSI_MPT2SAS_MAX_SGE=128 # CONFIG_SCSI_MPT2SAS_LOGGING is not set CONFIG_SCSI_HPTIOP=y # CONFIG_SCSI_BUSLOGIC is not set # CONFIG_VMWARE_PVSCSI is not set CONFIG_LIBFC=y CONFIG_LIBFCOE=y CONFIG_FCOE=y # CONFIG_FCOE_FNIC is not set CONFIG_SCSI_DMX3191D=y CONFIG_SCSI_DTC3280=y CONFIG_SCSI_EATA=y CONFIG_SCSI_EATA_TAGGED_QUEUE=y CONFIG_SCSI_EATA_LINKED_COMMANDS=y CONFIG_SCSI_EATA_MAX_TAGS=16 CONFIG_SCSI_FUTURE_DOMAIN=y CONFIG_SCSI_FD_MCS=y CONFIG_SCSI_GDTH=y # CONFIG_SCSI_GENERIC_NCR5380 is not set # CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set CONFIG_SCSI_IBMMCA=y # CONFIG_IBMMCA_SCSI_ORDER_STANDARD is not set CONFIG_IBMMCA_SCSI_DEV_RESET=y CONFIG_SCSI_IPS=y CONFIG_SCSI_INITIO=y # CONFIG_SCSI_INIA100 is not set CONFIG_SCSI_NCR53C406A=y CONFIG_SCSI_NCR_D700=y CONFIG_SCSI_STEX=y # CONFIG_SCSI_SYM53C8XX_2 is not set # CONFIG_SCSI_IPR is not set CONFIG_SCSI_NCR_Q720=y CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS=8 CONFIG_SCSI_NCR53C8XX_MAX_TAGS=32 CONFIG_SCSI_NCR53C8XX_SYNC=20 # CONFIG_SCSI_PAS16 is not set # CONFIG_SCSI_QLOGIC_FAS is not set CONFIG_SCSI_QLOGIC_1280=y # CONFIG_SCSI_QLA_FC is not set # CONFIG_SCSI_QLA_ISCSI is not set CONFIG_SCSI_LPFC=y # CONFIG_SCSI_LPFC_DEBUG_FS is not set CONFIG_SCSI_SIM710=y # CONFIG_SCSI_SYM53C416 is not set CONFIG_SCSI_DC395x=y # CONFIG_SCSI_DC390T is not set CONFIG_SCSI_T128=y CONFIG_SCSI_U14_34F=y # CONFIG_SCSI_U14_34F_TAGGED_QUEUE is not set CONFIG_SCSI_U14_34F_LINKED_COMMANDS=y CONFIG_SCSI_U14_34F_MAX_TAGS=8 CONFIG_SCSI_ULTRASTOR=y # CONFIG_SCSI_NSP32 is not set # CONFIG_SCSI_PMCRAID is not set # CONFIG_SCSI_PM8001 is not set # CONFIG_SCSI_SRP is not set CONFIG_SCSI_BFA_FC=y # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set # CONFIG_SCSI_DH is not set CONFIG_SCSI_OSD_INITIATOR=y # CONFIG_SCSI_OSD_ULD is not set CONFIG_SCSI_OSD_DPRINT_SENSE=1 CONFIG_SCSI_OSD_DEBUG=y CONFIG_ATA=y # CONFIG_ATA_NONSTANDARD is not set CONFIG_ATA_VERBOSE_ERROR=y # CONFIG_SATA_PMP is not set # # Controllers with non-SFF native interface # CONFIG_SATA_AHCI=y CONFIG_SATA_AHCI_PLATFORM=y # CONFIG_SATA_INIC162X is not set CONFIG_SATA_SIL24=y CONFIG_ATA_SFF=y # # SFF controllers with custom DMA interface # CONFIG_PDC_ADMA=y # CONFIG_SATA_QSTOR is not set # CONFIG_SATA_SX4 is not set CONFIG_ATA_BMDMA=y # # SATA SFF controllers with BMDMA # CONFIG_ATA_PIIX=y CONFIG_SATA_MV=y CONFIG_SATA_NV=y CONFIG_SATA_PROMISE=y # CONFIG_SATA_SIL is not set CONFIG_SATA_SIS=y CONFIG_SATA_SVW=y CONFIG_SATA_ULI=y CONFIG_SATA_VIA=y # CONFIG_SATA_VITESSE is not set # # PATA SFF controllers with BMDMA # CONFIG_PATA_ALI=y CONFIG_PATA_AMD=y CONFIG_PATA_ARTOP=y # CONFIG_PATA_ATIIXP is not set # CONFIG_PATA_ATP867X is not set # CONFIG_PATA_CMD64X is not set CONFIG_PATA_CS5520=y # CONFIG_PATA_CS5530 is not set CONFIG_PATA_CS5535=y CONFIG_PATA_CS5536=y # CONFIG_PATA_CYPRESS is not set CONFIG_PATA_EFAR=y # CONFIG_PATA_HPT366 is not set CONFIG_PATA_HPT37X=y CONFIG_PATA_HPT3X2N=y # CONFIG_PATA_HPT3X3 is not set CONFIG_PATA_IT8213=y CONFIG_PATA_IT821X=y CONFIG_PATA_JMICRON=y CONFIG_PATA_MARVELL=y # CONFIG_PATA_NETCELL is not set CONFIG_PATA_NINJA32=y CONFIG_PATA_NS87415=y CONFIG_PATA_OLDPIIX=y CONFIG_PATA_OPTIDMA=y # CONFIG_PATA_PDC2027X is not set # CONFIG_PATA_PDC_OLD is not set # CONFIG_PATA_RADISYS is not set CONFIG_PATA_RDC=y # CONFIG_PATA_SC1200 is not set CONFIG_PATA_SCH=y # CONFIG_PATA_SERVERWORKS is not set # CONFIG_PATA_SIL680 is not set CONFIG_PATA_SIS=y CONFIG_PATA_TOSHIBA=y # CONFIG_PATA_TRIFLEX is not set CONFIG_PATA_VIA=y CONFIG_PATA_WINBOND=y # # PIO-only SFF controllers # # CONFIG_PATA_CMD640_PCI is not set CONFIG_PATA_ISAPNP=y CONFIG_PATA_MPIIX=y CONFIG_PATA_NS87410=y # CONFIG_PATA_OPTI is not set CONFIG_PATA_PCMCIA=y CONFIG_PATA_QDI=y # CONFIG_PATA_RZ1000 is not set # CONFIG_PATA_WINBOND_VLB is not set # # Generic fallback / legacy drivers # CONFIG_ATA_GENERIC=y CONFIG_PATA_LEGACY=y # CONFIG_MD is not set # CONFIG_FUSION is not set # # IEEE 1394 (FireWire) support # # # You can enable one or both FireWire driver stacks. # # # The newer stack is recommended. # CONFIG_FIREWIRE=y CONFIG_FIREWIRE_OHCI=y CONFIG_FIREWIRE_OHCI_DEBUG=y CONFIG_FIREWIRE_SBP2=y CONFIG_FIREWIRE_NET=y CONFIG_IEEE1394=y CONFIG_IEEE1394_OHCI1394=y CONFIG_IEEE1394_PCILYNX=y CONFIG_IEEE1394_SBP2=y # CONFIG_IEEE1394_SBP2_PHYS_DMA is not set # CONFIG_IEEE1394_ETH1394_ROM_ENTRY is not set # CONFIG_IEEE1394_ETH1394 is not set CONFIG_IEEE1394_RAWIO=y CONFIG_IEEE1394_VIDEO1394=y # CONFIG_IEEE1394_DV1394 is not set # CONFIG_IEEE1394_VERBOSEDEBUG is not set CONFIG_FIREWIRE_NOSY=y # CONFIG_I2O is not set # CONFIG_MACINTOSH_DRIVERS is not set CONFIG_NETDEVICES=y CONFIG_DUMMY=y CONFIG_BONDING=y CONFIG_MACVLAN=y # CONFIG_MACVTAP is not set # CONFIG_EQUALIZER is not set # CONFIG_TUN is not set # CONFIG_VETH is not set CONFIG_NET_SB1000=y CONFIG_ARCNET=y CONFIG_ARCNET_1201=y CONFIG_ARCNET_1051=y # CONFIG_ARCNET_RAW is not set # CONFIG_ARCNET_CAP is not set # CONFIG_ARCNET_COM90xx is not set CONFIG_ARCNET_COM90xxIO=y CONFIG_ARCNET_RIM_I=y CONFIG_ARCNET_COM20020=y # CONFIG_ARCNET_COM20020_ISA is not set CONFIG_ARCNET_COM20020_PCI=y CONFIG_PHYLIB=y # # MII PHY device drivers # # CONFIG_MARVELL_PHY is not set # CONFIG_DAVICOM_PHY is not set # CONFIG_QSEMI_PHY is not set # CONFIG_LXT_PHY is not set # CONFIG_CICADA_PHY is not set CONFIG_VITESSE_PHY=y CONFIG_SMSC_PHY=y # CONFIG_BROADCOM_PHY is not set CONFIG_ICPLUS_PHY=y # CONFIG_REALTEK_PHY is not set # CONFIG_NATIONAL_PHY is not set CONFIG_STE10XP=y CONFIG_LSI_ET1011C_PHY=y # CONFIG_MICREL_PHY is not set # CONFIG_FIXED_PHY is not set # CONFIG_MDIO_BITBANG is not set CONFIG_NET_ETHERNET=y CONFIG_MII=y CONFIG_HAPPYMEAL=y CONFIG_SUNGEM=y # CONFIG_CASSINI is not set # CONFIG_NET_VENDOR_3COM is not set CONFIG_VORTEX=y # CONFIG_LANCE is not set # CONFIG_NET_VENDOR_SMC is not set # CONFIG_ETHOC is not set # CONFIG_NET_VENDOR_RACAL is not set CONFIG_DNET=y # CONFIG_NET_TULIP is not set # CONFIG_AT1700 is not set # CONFIG_DEPCA is not set # CONFIG_HP100 is not set CONFIG_NET_ISA=y CONFIG_E2100=y CONFIG_EWRK3=y CONFIG_EEXPRESS=y CONFIG_EEXPRESS_PRO=y CONFIG_HPLAN=y CONFIG_LP486E=y CONFIG_ETH16I=y # CONFIG_NE2000 is not set CONFIG_ZNET=y # CONFIG_SEEQ8005 is not set CONFIG_NE2_MCA=y CONFIG_IBMLANA=y # 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=y CONFIG_AMD8111_ETH=y CONFIG_ADAPTEC_STARFIRE=y # CONFIG_AC3200 is not set # CONFIG_KSZ884X_PCI is not set CONFIG_APRICOT=y CONFIG_B44=y CONFIG_B44_PCI_AUTOSELECT=y CONFIG_B44_PCICORE_AUTOSELECT=y CONFIG_B44_PCI=y CONFIG_FORCEDETH=y # CONFIG_CS89x0 is not set CONFIG_E100=y CONFIG_LNE390=y # CONFIG_FEALNX is not set # CONFIG_NATSEMI is not set CONFIG_NE2K_PCI=y # CONFIG_NE3210 is not set # CONFIG_ES3210 is not set # CONFIG_8139CP is not set CONFIG_8139TOO=y # CONFIG_8139TOO_PIO is not set CONFIG_8139TOO_TUNE_TWISTER=y # CONFIG_8139TOO_8129 is not set CONFIG_8139_OLD_RX_RESET=y CONFIG_R6040=y CONFIG_SIS900=y CONFIG_EPIC100=y CONFIG_SMSC9420=y # CONFIG_SUNDANCE is not set # CONFIG_TLAN is not set # CONFIG_KS8842 is not set # CONFIG_KS8851_MLL is not set # CONFIG_VIA_RHINE is not set CONFIG_SC92031=y # CONFIG_NET_POCKET is not set # CONFIG_ATL2 is not set CONFIG_NETDEV_1000=y CONFIG_ACENIC=y # CONFIG_ACENIC_OMIT_TIGON_I is not set CONFIG_DL2K=y # CONFIG_E1000 is not set CONFIG_E1000E=y CONFIG_IP1000=y CONFIG_IGB=y # CONFIG_IGB_DCA is not set # CONFIG_IGBVF is not set CONFIG_NS83820=y CONFIG_HAMACHI=y # CONFIG_YELLOWFIN is not set # CONFIG_R8169 is not set # CONFIG_SIS190 is not set CONFIG_SKGE=y CONFIG_SKGE_DEBUG=y # CONFIG_SKY2 is not set CONFIG_VIA_VELOCITY=y CONFIG_TIGON3=y CONFIG_BNX2=y CONFIG_CNIC=y CONFIG_QLA3XXX=y # CONFIG_ATL1 is not set CONFIG_ATL1E=y CONFIG_ATL1C=y CONFIG_JME=y # CONFIG_NETDEV_10000 is not set CONFIG_TR=y # CONFIG_IBMTR is not set # CONFIG_IBMOL is not set CONFIG_IBMLS=y # CONFIG_3C359 is not set CONFIG_TMS380TR=y CONFIG_TMSPCI=y # CONFIG_SKISA is not set # CONFIG_PROTEON is not set CONFIG_ABYSS=y # CONFIG_MADGEMC is not set CONFIG_SMCTR=y # CONFIG_WLAN is not set # # Enable WiMAX (Networking options) to see the WiMAX drivers # # # USB Network Adapters # # CONFIG_USB_CATC is not set # CONFIG_USB_KAWETH is not set # CONFIG_USB_PEGASUS is not set CONFIG_USB_RTL8150=y CONFIG_USB_USBNET=y # CONFIG_USB_NET_AX8817X is not set CONFIG_USB_NET_CDCETHER=y CONFIG_USB_NET_CDC_EEM=y CONFIG_USB_NET_DM9601=y # CONFIG_USB_NET_SMSC75XX is not set # CONFIG_USB_NET_SMSC95XX is not set CONFIG_USB_NET_GL620A=y CONFIG_USB_NET_NET1080=y CONFIG_USB_NET_PLUSB=y # CONFIG_USB_NET_MCS7830 is not set # CONFIG_USB_NET_RNDIS_HOST is not set CONFIG_USB_NET_CDC_SUBSET=y # CONFIG_USB_ALI_M5632 is not set CONFIG_USB_AN2720=y # CONFIG_USB_BELKIN is not set CONFIG_USB_ARMLINUX=y CONFIG_USB_EPSON2888=y # CONFIG_USB_KC2190 is not set CONFIG_USB_NET_ZAURUS=y CONFIG_USB_NET_INT51X1=y CONFIG_USB_CDC_PHONET=y CONFIG_USB_IPHETH=y CONFIG_USB_SIERRA_NET=y CONFIG_NET_PCMCIA=y # CONFIG_PCMCIA_3C589 is not set # CONFIG_PCMCIA_3C574 is not set # CONFIG_PCMCIA_FMVJ18X is not set CONFIG_PCMCIA_PCNET=y # CONFIG_PCMCIA_NMCLAN is not set # CONFIG_PCMCIA_SMC91C92 is not set CONFIG_PCMCIA_XIRC2PS=y # CONFIG_PCMCIA_AXNET is not set CONFIG_ARCNET_COM20020_CS=y # CONFIG_PCMCIA_IBMTR is not set CONFIG_WAN=y # CONFIG_HDLC is not set CONFIG_DLCI=y CONFIG_DLCI_MAX=8 # CONFIG_SDLA is not set CONFIG_WAN_ROUTER_DRIVERS=y CONFIG_CYCLADES_SYNC=y CONFIG_CYCLOMX_X25=y # CONFIG_SBNI is not set CONFIG_IEEE802154_DRIVERS=y # CONFIG_IEEE802154_FAKEHARD is not set # # CAIF transport drivers # # CONFIG_CAIF_TTY is not set CONFIG_CAIF_SPI_SLAVE=y CONFIG_CAIF_SPI_SYNC=y # CONFIG_FDDI is not set # CONFIG_HIPPI is not set # CONFIG_PLIP is not set CONFIG_PPP=y CONFIG_PPP_MULTILINK=y # CONFIG_PPP_FILTER is not set # CONFIG_PPP_ASYNC is not set CONFIG_PPP_SYNC_TTY=y # CONFIG_PPP_DEFLATE is not set # CONFIG_PPP_BSDCOMP is not set # CONFIG_PPP_MPPE is not set CONFIG_PPPOE=y CONFIG_PPPOL2TP=y # CONFIG_SLIP is not set CONFIG_SLHC=y CONFIG_NET_FC=y CONFIG_NETCONSOLE=y # CONFIG_NETCONSOLE_DYNAMIC is not set CONFIG_NETPOLL=y # CONFIG_NETPOLL_TRAP is not set CONFIG_NET_POLL_CONTROLLER=y # CONFIG_VMXNET3 is not set CONFIG_ISDN=y # CONFIG_ISDN_I4L is not set CONFIG_ISDN_CAPI=y CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON=y CONFIG_CAPI_TRACE=y CONFIG_ISDN_CAPI_MIDDLEWARE=y CONFIG_ISDN_CAPI_CAPI20=y CONFIG_ISDN_CAPI_CAPIFS_BOOL=y CONFIG_ISDN_CAPI_CAPIFS=y # # CAPI hardware drivers # CONFIG_CAPI_AVM=y CONFIG_ISDN_DRV_AVMB1_B1ISA=y CONFIG_ISDN_DRV_AVMB1_B1PCI=y # CONFIG_ISDN_DRV_AVMB1_B1PCIV4 is not set # CONFIG_ISDN_DRV_AVMB1_T1ISA is not set # CONFIG_ISDN_DRV_AVMB1_B1PCMCIA is not set # CONFIG_ISDN_DRV_AVMB1_T1PCI is not set # CONFIG_ISDN_DRV_AVMB1_C4 is not set CONFIG_CAPI_EICON=y # CONFIG_ISDN_DIVAS is not set # CONFIG_ISDN_DRV_GIGASET is not set CONFIG_PHONE=y CONFIG_PHONE_IXJ=y CONFIG_PHONE_IXJ_PCMCIA=y # # Input device support # CONFIG_INPUT=y CONFIG_INPUT_FF_MEMLESS=y CONFIG_INPUT_POLLDEV=y CONFIG_INPUT_SPARSEKMAP=y # # Userland interfaces # CONFIG_INPUT_MOUSEDEV=y CONFIG_INPUT_MOUSEDEV_PSAUX=y CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_EVDEV is not set # CONFIG_INPUT_EVBUG is not set # # Input Device Drivers # CONFIG_INPUT_KEYBOARD=y CONFIG_KEYBOARD_ADP5520=y # CONFIG_KEYBOARD_ADP5588 is not set CONFIG_KEYBOARD_ATKBD=y CONFIG_KEYBOARD_QT2160=y CONFIG_KEYBOARD_LKKBD=y # CONFIG_KEYBOARD_GPIO is not set CONFIG_KEYBOARD_TCA6416=y CONFIG_KEYBOARD_MATRIX=y CONFIG_KEYBOARD_LM8323=y # CONFIG_KEYBOARD_MAX7359 is not set CONFIG_KEYBOARD_MCS=y # CONFIG_KEYBOARD_NEWTON is not set CONFIG_KEYBOARD_OPENCORES=y # CONFIG_KEYBOARD_STOWAWAY is not set CONFIG_KEYBOARD_SUNKBD=y CONFIG_KEYBOARD_XTKBD=y CONFIG_INPUT_MOUSE=y # CONFIG_MOUSE_PS2 is not set # CONFIG_MOUSE_SERIAL is not set CONFIG_MOUSE_APPLETOUCH=y # CONFIG_MOUSE_BCM5974 is not set CONFIG_MOUSE_INPORT=y # CONFIG_MOUSE_ATIXL is not set # CONFIG_MOUSE_LOGIBM is not set # CONFIG_MOUSE_PC110PAD is not set CONFIG_MOUSE_VSXXXAA=y # CONFIG_MOUSE_GPIO is not set # CONFIG_MOUSE_SYNAPTICS_I2C is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_TABLET is not set CONFIG_INPUT_TOUCHSCREEN=y # CONFIG_TOUCHSCREEN_AD7879 is not set # CONFIG_TOUCHSCREEN_CY8CTMG110 is not set # CONFIG_TOUCHSCREEN_DYNAPRO is not set CONFIG_TOUCHSCREEN_HAMPSHIRE=y # CONFIG_TOUCHSCREEN_EETI is not set # CONFIG_TOUCHSCREEN_FUJITSU is not set CONFIG_TOUCHSCREEN_GUNZE=y # CONFIG_TOUCHSCREEN_ELO is not set CONFIG_TOUCHSCREEN_WACOM_W8001=y # CONFIG_TOUCHSCREEN_MCS5000 is not set # CONFIG_TOUCHSCREEN_MTOUCH is not set CONFIG_TOUCHSCREEN_INEXIO=y # CONFIG_TOUCHSCREEN_MK712 is not set # CONFIG_TOUCHSCREEN_HTCPEN is not set # CONFIG_TOUCHSCREEN_PENMOUNT is not set CONFIG_TOUCHSCREEN_QT602240=y # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set CONFIG_TOUCHSCREEN_TOUCHWIN=y # CONFIG_TOUCHSCREEN_WM97XX is not set # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set CONFIG_TOUCHSCREEN_TOUCHIT213=y # CONFIG_TOUCHSCREEN_TSC2007 is not set # CONFIG_TOUCHSCREEN_TPS6507X is not set CONFIG_INPUT_MISC=y CONFIG_INPUT_AD714X=y # CONFIG_INPUT_AD714X_I2C is not set CONFIG_INPUT_PCSPKR=y # CONFIG_INPUT_APANEL is not set CONFIG_INPUT_WISTRON_BTNS=y # CONFIG_INPUT_ATI_REMOTE is not set # CONFIG_INPUT_ATI_REMOTE2 is not set CONFIG_INPUT_KEYSPAN_REMOTE=y # CONFIG_INPUT_POWERMATE is not set # CONFIG_INPUT_YEALINK is not set # CONFIG_INPUT_CM109 is not set CONFIG_INPUT_UINPUT=y # CONFIG_INPUT_WINBOND_CIR is not set CONFIG_INPUT_PCF8574=y # CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set # CONFIG_INPUT_ADXL34X is not set # # Hardware I/O ports # CONFIG_SERIO=y CONFIG_SERIO_I8042=y # CONFIG_SERIO_SERPORT is not set CONFIG_SERIO_CT82C710=y CONFIG_SERIO_PARKBD=y CONFIG_SERIO_PCIPS2=y CONFIG_SERIO_LIBPS2=y CONFIG_SERIO_RAW=y CONFIG_SERIO_ALTERA_PS2=y CONFIG_GAMEPORT=y CONFIG_GAMEPORT_NS558=y CONFIG_GAMEPORT_L4=y CONFIG_GAMEPORT_EMU10K1=y CONFIG_GAMEPORT_FM801=y # # Character devices # CONFIG_VT=y CONFIG_CONSOLE_TRANSLATIONS=y CONFIG_VT_CONSOLE=y CONFIG_HW_CONSOLE=y # CONFIG_VT_HW_CONSOLE_BINDING is not set # CONFIG_DEVKMEM is not set CONFIG_SERIAL_NONSTANDARD=y CONFIG_COMPUTONE=y CONFIG_ROCKETPORT=y CONFIG_CYCLADES=y # CONFIG_CYZ_INTR is not set CONFIG_DIGIEPCA=y CONFIG_MOXA_INTELLIO=y # CONFIG_MOXA_SMARTIO is not set CONFIG_ISI=y CONFIG_SYNCLINK=y # CONFIG_SYNCLINKMP is not set # CONFIG_SYNCLINK_GT is not set # CONFIG_N_HDLC is not set # CONFIG_N_GSM is not set # CONFIG_RISCOM8 is not set CONFIG_SPECIALIX=y CONFIG_STALDRV=y CONFIG_STALLION=y # CONFIG_ISTALLION is not set CONFIG_NOZOMI=y # # 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=y CONFIG_SERIAL_8250_NR_UARTS=4 CONFIG_SERIAL_8250_RUNTIME_UARTS=4 # CONFIG_SERIAL_8250_EXTENDED is not set CONFIG_SERIAL_8250_MCA=y # # Non-8250 serial port support # # CONFIG_SERIAL_MFD_HSU is not set CONFIG_SERIAL_CORE=y CONFIG_SERIAL_CORE_CONSOLE=y CONFIG_SERIAL_JSM=y CONFIG_SERIAL_TIMBERDALE=y # CONFIG_SERIAL_ALTERA_JTAGUART is not set # CONFIG_SERIAL_ALTERA_UART is not set CONFIG_UNIX98_PTYS=y CONFIG_DEVPTS_MULTIPLE_INSTANCES=y CONFIG_LEGACY_PTYS=y CONFIG_LEGACY_PTY_COUNT=256 CONFIG_PRINTER=y CONFIG_LP_CONSOLE=y # CONFIG_PPDEV is not set # CONFIG_IPMI_HANDLER is not set # CONFIG_HW_RANDOM is not set # CONFIG_NVRAM is not set # CONFIG_DTLK is not set CONFIG_R3964=y # CONFIG_APPLICOM is not set CONFIG_SONYPI=y # # PCMCIA character devices # CONFIG_SYNCLINK_CS=y CONFIG_CARDMAN_4000=y CONFIG_CARDMAN_4040=y # CONFIG_IPWIRELESS is not set CONFIG_MWAVE=y # CONFIG_SCx200_GPIO is not set # CONFIG_PC8736x_GPIO is not set CONFIG_NSC_GPIO=y CONFIG_CS5535_GPIO=y # CONFIG_RAW_DRIVER is not set CONFIG_HANGCHECK_TIMER=y CONFIG_TCG_TPM=y CONFIG_TCG_TIS=y CONFIG_TCG_NSC=y # CONFIG_TCG_ATMEL is not set CONFIG_TCG_INFINEON=y # CONFIG_TELCLOCK is not set CONFIG_DEVPORT=y # CONFIG_RAMOOPS is not set CONFIG_I2C=y CONFIG_I2C_BOARDINFO=y # CONFIG_I2C_COMPAT is not set # CONFIG_I2C_CHARDEV is not set # CONFIG_I2C_MUX is not set # CONFIG_I2C_HELPER_AUTO is not set CONFIG_I2C_SMBUS=y # # I2C Algorithms # CONFIG_I2C_ALGOBIT=y CONFIG_I2C_ALGOPCF=y CONFIG_I2C_ALGOPCA=y # # I2C Hardware Bus support # # # PC SMBus host controller drivers # CONFIG_I2C_ALI1535=y # CONFIG_I2C_ALI1563 is not set CONFIG_I2C_ALI15X3=y # CONFIG_I2C_AMD756 is not set CONFIG_I2C_AMD8111=y CONFIG_I2C_I801=y CONFIG_I2C_ISCH=y # CONFIG_I2C_PIIX4 is not set CONFIG_I2C_NFORCE2=y CONFIG_I2C_SIS5595=y CONFIG_I2C_SIS630=y CONFIG_I2C_SIS96X=y CONFIG_I2C_VIA=y CONFIG_I2C_VIAPRO=y # # I2C system bus drivers (mostly embedded / system-on-chip) # # CONFIG_I2C_GPIO is not set CONFIG_I2C_OCORES=y # CONFIG_I2C_PCA_PLATFORM is not set CONFIG_I2C_SIMTEC=y CONFIG_I2C_XILINX=y # # External I2C/SMBus adapter drivers # # CONFIG_I2C_PARPORT is not set CONFIG_I2C_PARPORT_LIGHT=y # CONFIG_I2C_TAOS_EVM is not set CONFIG_I2C_TINY_USB=y # # Other I2C/SMBus bus drivers # # CONFIG_SCx200_ACB is not set # CONFIG_I2C_DEBUG_CORE is not set # CONFIG_I2C_DEBUG_ALGO is not set CONFIG_I2C_DEBUG_BUS=y # CONFIG_SPI is not set # # PPS support # # CONFIG_PPS is not set CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y CONFIG_GPIOLIB=y CONFIG_DEBUG_GPIO=y # CONFIG_GPIO_SYSFS is not set CONFIG_GPIO_MAX730X=y # # Memory mapped GPIO expanders: # # CONFIG_GPIO_IT8761E is not set # CONFIG_GPIO_SCH is not set # # I2C GPIO expanders: # CONFIG_GPIO_MAX7300=y # CONFIG_GPIO_MAX732X is not set # CONFIG_GPIO_PCA953X is not set # CONFIG_GPIO_PCF857X is not set # CONFIG_GPIO_SX150X is not set # CONFIG_GPIO_ADP5520 is not set # CONFIG_GPIO_ADP5588 is not set # # PCI GPIO expanders: # CONFIG_GPIO_BT8XX=y # CONFIG_GPIO_LANGWELL is not set CONFIG_GPIO_RDC321X=y # # SPI GPIO expanders: # # # AC97 GPIO expanders: # # # MODULbus GPIO expanders: # CONFIG_W1=y # CONFIG_W1_CON is not set # # 1-wire Bus Masters # # CONFIG_W1_MASTER_MATROX is not set CONFIG_W1_MASTER_DS2490=y CONFIG_W1_MASTER_DS2482=y # CONFIG_W1_MASTER_GPIO is not set # # 1-wire Slaves # # CONFIG_W1_SLAVE_THERM is not set # CONFIG_W1_SLAVE_SMEM is not set # CONFIG_W1_SLAVE_DS2431 is not set CONFIG_W1_SLAVE_DS2433=y CONFIG_W1_SLAVE_DS2433_CRC=y CONFIG_W1_SLAVE_DS2760=y # CONFIG_W1_SLAVE_BQ27000 is not set CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set # CONFIG_PDA_POWER is not set CONFIG_TEST_POWER=y CONFIG_BATTERY_DS2760=y CONFIG_BATTERY_DS2782=y CONFIG_BATTERY_OLPC=y # CONFIG_BATTERY_BQ27x00 is not set CONFIG_BATTERY_MAX17040=y CONFIG_HWMON=y CONFIG_HWMON_VID=y # CONFIG_HWMON_DEBUG_CHIP is not set # # Native drivers # CONFIG_SENSORS_ABITUGURU=y CONFIG_SENSORS_ABITUGURU3=y CONFIG_SENSORS_AD7414=y CONFIG_SENSORS_AD7418=y # CONFIG_SENSORS_ADM1021 is not set # CONFIG_SENSORS_ADM1025 is not set CONFIG_SENSORS_ADM1026=y # CONFIG_SENSORS_ADM1029 is not set # CONFIG_SENSORS_ADM1031 is not set # CONFIG_SENSORS_ADM9240 is not set # CONFIG_SENSORS_ADT7411 is not set CONFIG_SENSORS_ADT7462=y # CONFIG_SENSORS_ADT7470 is not set CONFIG_SENSORS_ADT7475=y CONFIG_SENSORS_ASC7621=y CONFIG_SENSORS_K8TEMP=y # CONFIG_SENSORS_K10TEMP is not set # CONFIG_SENSORS_ASB100 is not set CONFIG_SENSORS_ATXP1=y # CONFIG_SENSORS_DS1621 is not set # CONFIG_SENSORS_I5K_AMB is not set CONFIG_SENSORS_F71805F=y # CONFIG_SENSORS_F71882FG is not set CONFIG_SENSORS_F75375S=y # CONFIG_SENSORS_FSCHMD is not set # CONFIG_SENSORS_G760A is not set CONFIG_SENSORS_GL518SM=y CONFIG_SENSORS_GL520SM=y # CONFIG_SENSORS_CORETEMP is not set CONFIG_SENSORS_PKGTEMP=y # CONFIG_SENSORS_IT87 is not set # CONFIG_SENSORS_JC42 is not set # CONFIG_SENSORS_LM63 is not set # CONFIG_SENSORS_LM73 is not set # CONFIG_SENSORS_LM75 is not set CONFIG_SENSORS_LM77=y # CONFIG_SENSORS_LM78 is not set # CONFIG_SENSORS_LM80 is not set CONFIG_SENSORS_LM83=y CONFIG_SENSORS_LM85=y # CONFIG_SENSORS_LM87 is not set # CONFIG_SENSORS_LTC4215 is not set CONFIG_SENSORS_LTC4245=y CONFIG_SENSORS_LM95241=y # CONFIG_SENSORS_MAX1619 is not set CONFIG_SENSORS_MAX6650=y # CONFIG_SENSORS_PC87360 is not set CONFIG_SENSORS_PC87427=y # CONFIG_SENSORS_PCF8591 is not set CONFIG_SENSORS_SHT15=y CONFIG_SENSORS_SIS5595=y # CONFIG_SENSORS_SMM665 is not set # CONFIG_SENSORS_DME1737 is not set CONFIG_SENSORS_EMC1403=y # CONFIG_SENSORS_EMC2103 is not set # CONFIG_SENSORS_SMSC47M1 is not set # CONFIG_SENSORS_SMSC47M192 is not set # CONFIG_SENSORS_SMSC47B397 is not set CONFIG_SENSORS_ADS7828=y CONFIG_SENSORS_AMC6821=y # CONFIG_SENSORS_THMC50 is not set # CONFIG_SENSORS_TMP102 is not set CONFIG_SENSORS_TMP401=y CONFIG_SENSORS_TMP421=y # CONFIG_SENSORS_VIA_CPUTEMP is not set CONFIG_SENSORS_VIA686A=y # CONFIG_SENSORS_VT1211 is not set CONFIG_SENSORS_VT8231=y # CONFIG_SENSORS_W83781D is not set CONFIG_SENSORS_W83791D=y # CONFIG_SENSORS_W83792D is not set # CONFIG_SENSORS_W83793 is not set CONFIG_SENSORS_W83L785TS=y # CONFIG_SENSORS_W83L786NG is not set # CONFIG_SENSORS_HDAPS is not set # CONFIG_SENSORS_LIS3_I2C is not set CONFIG_SENSORS_APPLESMC=y CONFIG_THERMAL=y # CONFIG_THERMAL_HWMON is not set # CONFIG_WATCHDOG is not set CONFIG_SSB_POSSIBLE=y # # Sonics Silicon Backplane # CONFIG_SSB=y 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 CONFIG_MFD_SUPPORT=y CONFIG_MFD_CORE=y # CONFIG_MFD_88PM860X is not set # CONFIG_MFD_SM501 is not set CONFIG_HTC_PASIC3=y # CONFIG_HTC_I2CPLD is not set # CONFIG_UCB1400_CORE is not set # CONFIG_TPS65010 is not set CONFIG_TPS6507X=y # CONFIG_TWL4030_CORE is not set # CONFIG_MFD_STMPE is not set # CONFIG_MFD_TC35892 is not set # CONFIG_MFD_TMIO is not set # CONFIG_PMIC_DA903X is not set CONFIG_PMIC_ADP5520=y # CONFIG_MFD_MAX8925 is not set # CONFIG_MFD_MAX8998 is not set # CONFIG_MFD_WM8400 is not set # CONFIG_MFD_WM831X is not set # CONFIG_MFD_WM8350_I2C is not set # CONFIG_MFD_WM8994 is not set # CONFIG_MFD_PCF50633 is not set # CONFIG_ABX500_CORE is not set # CONFIG_MFD_TIMBERDALE is not set CONFIG_LPC_SCH=y CONFIG_MFD_RDC321X=y # CONFIG_MFD_JANZ_CMODIO is not set # CONFIG_MFD_TPS6586X is not set CONFIG_REGULATOR=y # CONFIG_REGULATOR_DEBUG is not set CONFIG_REGULATOR_DUMMY=y # CONFIG_REGULATOR_FIXED_VOLTAGE is not set CONFIG_REGULATOR_VIRTUAL_CONSUMER=y CONFIG_REGULATOR_USERSPACE_CONSUMER=y # CONFIG_REGULATOR_BQ24022 is not set # CONFIG_REGULATOR_MAX1586 is not set # CONFIG_REGULATOR_MAX8649 is not set CONFIG_REGULATOR_MAX8660=y CONFIG_REGULATOR_LP3971=y # CONFIG_REGULATOR_TPS65023 is not set CONFIG_REGULATOR_TPS6507X=y CONFIG_REGULATOR_ISL6271A=y # CONFIG_REGULATOR_AD5398 is not set CONFIG_MEDIA_SUPPORT=y # # Multimedia core support # CONFIG_VIDEO_DEV=y CONFIG_VIDEO_V4L2_COMMON=y CONFIG_VIDEO_ALLOW_V4L1=y CONFIG_VIDEO_V4L1_COMPAT=y CONFIG_DVB_CORE=y CONFIG_VIDEO_MEDIA=y # # Multimedia drivers # CONFIG_VIDEO_SAA7146=y CONFIG_VIDEO_SAA7146_VV=y CONFIG_IR_CORE=y CONFIG_VIDEO_IR=y CONFIG_LIRC=y # CONFIG_RC_MAP is not set CONFIG_IR_NEC_DECODER=y # CONFIG_IR_RC5_DECODER is not set # CONFIG_IR_RC6_DECODER is not set # CONFIG_IR_JVC_DECODER is not set # CONFIG_IR_SONY_DECODER is not set CONFIG_IR_LIRC_CODEC=y # CONFIG_IR_IMON is not set # CONFIG_IR_MCEUSB is not set CONFIG_IR_ENE=y # CONFIG_IR_STREAMZAP is not set CONFIG_MEDIA_TUNER=y CONFIG_MEDIA_TUNER_CUSTOMISE=y # CONFIG_MEDIA_TUNER_SIMPLE is not set # CONFIG_MEDIA_TUNER_TDA8290 is not set CONFIG_MEDIA_TUNER_TDA827X=y # CONFIG_MEDIA_TUNER_TDA18271 is not set CONFIG_MEDIA_TUNER_TDA9887=y CONFIG_MEDIA_TUNER_TEA5761=y CONFIG_MEDIA_TUNER_TEA5767=y # CONFIG_MEDIA_TUNER_MT20XX is not set CONFIG_MEDIA_TUNER_MT2060=y CONFIG_MEDIA_TUNER_MT2266=y # CONFIG_MEDIA_TUNER_MT2131 is not set CONFIG_MEDIA_TUNER_QT1010=y CONFIG_MEDIA_TUNER_XC2028=y # CONFIG_MEDIA_TUNER_XC5000 is not set # CONFIG_MEDIA_TUNER_MXL5005S is not set # CONFIG_MEDIA_TUNER_MXL5007T is not set # CONFIG_MEDIA_TUNER_MC44S803 is not set CONFIG_VIDEO_V4L2=y CONFIG_VIDEO_V4L1=y CONFIG_VIDEOBUF_GEN=y CONFIG_VIDEOBUF_DMA_SG=y # CONFIG_VIDEO_CAPTURE_DRIVERS is not set # CONFIG_V4L_MEM2MEM_DRIVERS is not set CONFIG_RADIO_ADAPTERS=y # CONFIG_RADIO_CADET is not set CONFIG_RADIO_RTRACK2=y CONFIG_RADIO_RTRACK2_PORT=30c CONFIG_RADIO_AZTECH=y CONFIG_RADIO_AZTECH_PORT=350 # CONFIG_RADIO_GEMTEK is not set CONFIG_RADIO_GEMTEK_PCI=y # CONFIG_RADIO_MAXIRADIO is not set # CONFIG_RADIO_MAESTRO is not set CONFIG_RADIO_MIROPCM20=y # CONFIG_RADIO_SF16FMI is not set # CONFIG_RADIO_SF16FMR2 is not set # CONFIG_RADIO_TERRATEC is not set # CONFIG_RADIO_TRUST is not set # CONFIG_RADIO_TYPHOON is not set CONFIG_RADIO_ZOLTRIX=y CONFIG_RADIO_ZOLTRIX_PORT=20c CONFIG_I2C_SI4713=y # CONFIG_RADIO_SI4713 is not set CONFIG_USB_DSBR=y CONFIG_RADIO_SI470X=y # CONFIG_USB_SI470X is not set # CONFIG_I2C_SI470X is not set # CONFIG_USB_MR800 is not set # CONFIG_RADIO_TEA5764 is not set # CONFIG_RADIO_SAA7706H is not set CONFIG_RADIO_TEF6862=y CONFIG_DVB_MAX_ADAPTERS=8 CONFIG_DVB_DYNAMIC_MINORS=y CONFIG_DVB_CAPTURE_DRIVERS=y # # Supported SAA7146 based PCI Adapters # CONFIG_TTPCI_EEPROM=y CONFIG_DVB_AV7110=y CONFIG_DVB_AV7110_OSD=y CONFIG_DVB_BUDGET_CORE=y # CONFIG_DVB_BUDGET is not set CONFIG_DVB_BUDGET_CI=y CONFIG_DVB_BUDGET_AV=y # CONFIG_DVB_BUDGET_PATCH is not set # # Supported USB Adapters # # CONFIG_DVB_USB is not set # CONFIG_DVB_TTUSB_BUDGET is not set # CONFIG_DVB_TTUSB_DEC is not set CONFIG_SMS_SIANO_MDTV=y # # Siano module components # # CONFIG_SMS_USB_DRV is not set # # Supported FlexCopII (B2C2) Adapters # CONFIG_DVB_B2C2_FLEXCOP=y # CONFIG_DVB_B2C2_FLEXCOP_PCI is not set CONFIG_DVB_B2C2_FLEXCOP_USB=y CONFIG_DVB_B2C2_FLEXCOP_DEBUG=y # # Supported BT878 Adapters # # # Supported Pluto2 Adapters # # CONFIG_DVB_PLUTO2 is not set # # Supported SDMC DM1105 Adapters # CONFIG_DVB_DM1105=y # # Supported FireWire (IEEE 1394) Adapters # CONFIG_DVB_FIREDTV=y CONFIG_DVB_FIREDTV_FIREWIRE=y CONFIG_DVB_FIREDTV_IEEE1394=y CONFIG_DVB_FIREDTV_INPUT=y # # Supported Earthsoft PT1 Adapters # # CONFIG_DVB_PT1 is not set # # Supported Mantis Adapters # # CONFIG_MANTIS_CORE is not set # # Supported nGene Adapters # CONFIG_DVB_NGENE=y # # Supported DVB Frontends # # CONFIG_DVB_FE_CUSTOMISE is not set CONFIG_DVB_STB0899=y CONFIG_DVB_STB6100=y CONFIG_DVB_STV090x=y CONFIG_DVB_STV6110x=y CONFIG_DVB_CX24123=y CONFIG_DVB_MT312=y CONFIG_DVB_S5H1420=y CONFIG_DVB_STV0288=y CONFIG_DVB_STB6000=y CONFIG_DVB_STV0299=y CONFIG_DVB_TDA8083=y CONFIG_DVB_TDA8261=y CONFIG_DVB_VES1X93=y CONFIG_DVB_TUNER_ITD1000=y CONFIG_DVB_TUNER_CX24113=y CONFIG_DVB_TUA6100=y CONFIG_DVB_CX24116=y CONFIG_DVB_SI21XX=y CONFIG_DVB_DS3000=y CONFIG_DVB_SP8870=y CONFIG_DVB_L64781=y CONFIG_DVB_TDA1004X=y CONFIG_DVB_MT352=y CONFIG_DVB_VES1820=y CONFIG_DVB_TDA10021=y CONFIG_DVB_TDA10023=y CONFIG_DVB_STV0297=y CONFIG_DVB_NXT200X=y CONFIG_DVB_BCM3510=y CONFIG_DVB_LGDT330X=y CONFIG_DVB_PLL=y CONFIG_DVB_LNBP21=y CONFIG_DVB_ISL6421=y CONFIG_DAB=y # CONFIG_USB_DABUSB is not set # # Graphics support # CONFIG_AGP=y # CONFIG_AGP_ALI is not set CONFIG_AGP_ATI=y CONFIG_AGP_AMD=y # CONFIG_AGP_AMD64 is not set # CONFIG_AGP_INTEL is not set CONFIG_AGP_NVIDIA=y # CONFIG_AGP_SIS is not set CONFIG_AGP_SWORKS=y CONFIG_AGP_VIA=y CONFIG_AGP_EFFICEON=y CONFIG_VGA_ARB=y CONFIG_VGA_ARB_MAX_GPUS=16 CONFIG_DRM=y CONFIG_DRM_KMS_HELPER=y CONFIG_DRM_TTM=y # CONFIG_DRM_TDFX is not set CONFIG_DRM_R128=y CONFIG_DRM_RADEON=y CONFIG_DRM_MGA=y # CONFIG_DRM_SIS is not set CONFIG_DRM_VIA=y CONFIG_DRM_SAVAGE=y CONFIG_VGASTATE=y # CONFIG_VIDEO_OUTPUT_CONTROL is not set CONFIG_FB=y CONFIG_FIRMWARE_EDID=y CONFIG_FB_DDC=y 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=y CONFIG_FB_SYS_COPYAREA=y CONFIG_FB_SYS_IMAGEBLIT=y # CONFIG_FB_FOREIGN_ENDIAN is not set CONFIG_FB_SYS_FOPS=y CONFIG_FB_DEFERRED_IO=y CONFIG_FB_HECUBA=y CONFIG_FB_SVGALIB=y # CONFIG_FB_MACMODES is not set # CONFIG_FB_BACKLIGHT is not set CONFIG_FB_MODE_HELPERS=y CONFIG_FB_TILEBLITTING=y # # Frame buffer hardware drivers # # CONFIG_FB_PM2 is not set CONFIG_FB_CYBER2000=y # CONFIG_FB_ARC is not set CONFIG_FB_IMSTT=y CONFIG_FB_UVESA=y CONFIG_FB_N411=y # CONFIG_FB_HGA is not set # CONFIG_FB_S1D13XXX is not set CONFIG_FB_NVIDIA=y CONFIG_FB_NVIDIA_I2C=y # CONFIG_FB_NVIDIA_DEBUG is not set # CONFIG_FB_NVIDIA_BACKLIGHT is not set CONFIG_FB_RIVA=y # CONFIG_FB_RIVA_I2C is not set # CONFIG_FB_RIVA_DEBUG is not set # CONFIG_FB_RIVA_BACKLIGHT is not set # CONFIG_FB_LE80578 is not set CONFIG_FB_MATROX=y # CONFIG_FB_MATROX_MILLENIUM is not set CONFIG_FB_MATROX_MYSTIQUE=y # CONFIG_FB_MATROX_G is not set CONFIG_FB_MATROX_I2C=y CONFIG_FB_ATY128=y # CONFIG_FB_ATY128_BACKLIGHT is not set # CONFIG_FB_ATY is not set CONFIG_FB_S3=y CONFIG_FB_SAVAGE=y # CONFIG_FB_SAVAGE_I2C is not set CONFIG_FB_SAVAGE_ACCEL=y CONFIG_FB_SIS=y CONFIG_FB_SIS_300=y CONFIG_FB_SIS_315=y CONFIG_FB_VIA=y CONFIG_FB_VIA_DIRECT_PROCFS=y # CONFIG_FB_NEOMAGIC is not set # CONFIG_FB_KYRO is not set # CONFIG_FB_3DFX is not set CONFIG_FB_VOODOO1=y CONFIG_FB_VT8623=y CONFIG_FB_TRIDENT=y CONFIG_FB_ARK=y CONFIG_FB_PM3=y CONFIG_FB_CARMINE=y # CONFIG_FB_CARMINE_DRAM_EVAL is not set CONFIG_CARMINE_DRAM_CUSTOM=y CONFIG_FB_GEODE=y # CONFIG_FB_GEODE_LX is not set CONFIG_FB_GEODE_GX=y CONFIG_FB_GEODE_GX1=y # CONFIG_FB_TMIO is not set # CONFIG_FB_METRONOME is not set CONFIG_FB_MB862XX=y # CONFIG_FB_MB862XX_PCI_GDC is not set CONFIG_FB_BROADSHEET=y CONFIG_BACKLIGHT_LCD_SUPPORT=y # CONFIG_LCD_CLASS_DEVICE is not set CONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_GENERIC=y CONFIG_BACKLIGHT_PROGEAR=y CONFIG_BACKLIGHT_MBP_NVIDIA=y CONFIG_BACKLIGHT_SAHARA=y CONFIG_BACKLIGHT_ADP5520=y # CONFIG_BACKLIGHT_ADP8860 is not set # # Display device support # # CONFIG_DISPLAY_SUPPORT is not set # # Console display driver support # CONFIG_VGA_CONSOLE=y # CONFIG_VGACON_SOFT_SCROLLBACK is not set CONFIG_DUMMY_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE=y # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set # CONFIG_FONTS is not set CONFIG_FONT_8x8=y CONFIG_FONT_8x16=y # CONFIG_LOGO is not set CONFIG_SOUND=y CONFIG_SOUND_OSS_CORE=y CONFIG_SOUND_OSS_CORE_PRECLAIM=y CONFIG_SND=y CONFIG_SND_TIMER=y CONFIG_SND_PCM=y CONFIG_SND_HWDEP=y CONFIG_SND_RAWMIDI=y CONFIG_SND_JACK=y # CONFIG_SND_SEQUENCER is not set # CONFIG_SND_MIXER_OSS is not set # CONFIG_SND_PCM_OSS is not set # CONFIG_SND_HRTIMER is not set # CONFIG_SND_DYNAMIC_MINORS is not set # CONFIG_SND_SUPPORT_OLD_API is not set # CONFIG_SND_VERBOSE_PROCFS is not set CONFIG_SND_VERBOSE_PRINTK=y # CONFIG_SND_DEBUG is not set CONFIG_SND_VMASTER=y CONFIG_SND_DMA_SGBUF=y # CONFIG_SND_RAWMIDI_SEQ is not set # CONFIG_SND_OPL3_LIB_SEQ is not set # CONFIG_SND_OPL4_LIB_SEQ is not set # CONFIG_SND_SBAWE_SEQ is not set # CONFIG_SND_EMU10K1_SEQ is not set CONFIG_SND_MPU401_UART=y CONFIG_SND_OPL3_LIB=y CONFIG_SND_OPL4_LIB=y CONFIG_SND_VX_LIB=y CONFIG_SND_AC97_CODEC=y # CONFIG_SND_DRIVERS is not set CONFIG_SND_WSS_LIB=y CONFIG_SND_SB_COMMON=y CONFIG_SND_SB16_DSP=y CONFIG_SND_ISA=y CONFIG_SND_ADLIB=y # CONFIG_SND_AD1816A is not set # CONFIG_SND_AD1848 is not set CONFIG_SND_ALS100=y CONFIG_SND_AZT2320=y # CONFIG_SND_CMI8330 is not set CONFIG_SND_CS4231=y # CONFIG_SND_CS4236 is not set # CONFIG_SND_ES1688 is not set # CONFIG_SND_ES18XX is not set # CONFIG_SND_SC6000 is not set CONFIG_SND_GUSCLASSIC=y CONFIG_SND_GUSEXTREME=y # CONFIG_SND_GUSMAX is not set # CONFIG_SND_INTERWAVE is not set # CONFIG_SND_INTERWAVE_STB is not set # CONFIG_SND_JAZZ16 is not set CONFIG_SND_OPL3SA2=y # CONFIG_SND_OPTI92X_AD1848 is not set CONFIG_SND_OPTI92X_CS4231=y CONFIG_SND_OPTI93X=y CONFIG_SND_MIRO=y # CONFIG_SND_SB8 is not set CONFIG_SND_SB16=y # CONFIG_SND_SBAWE is not set CONFIG_SND_SB16_CSP=y # CONFIG_SND_SGALAXY is not set CONFIG_SND_SSCAPE=y CONFIG_SND_WAVEFRONT=y # CONFIG_SND_MSND_PINNACLE is not set CONFIG_SND_MSND_CLASSIC=y CONFIG_SND_PCI=y CONFIG_SND_AD1889=y # CONFIG_SND_ALS300 is not set CONFIG_SND_ALS4000=y # CONFIG_SND_ALI5451 is not set CONFIG_SND_ASIHPI=y CONFIG_SND_ATIIXP=y # CONFIG_SND_ATIIXP_MODEM is not set CONFIG_SND_AU8810=y CONFIG_SND_AU8820=y CONFIG_SND_AU8830=y # CONFIG_SND_AW2 is not set CONFIG_SND_AZT3328=y CONFIG_SND_BT87X=y CONFIG_SND_BT87X_OVERCLOCK=y CONFIG_SND_CA0106=y # CONFIG_SND_CMIPCI is not set CONFIG_SND_OXYGEN_LIB=y CONFIG_SND_OXYGEN=y CONFIG_SND_CS4281=y CONFIG_SND_CS46XX=y CONFIG_SND_CS46XX_NEW_DSP=y # CONFIG_SND_CS5530 is not set CONFIG_SND_CS5535AUDIO=y # CONFIG_SND_CTXFI is not set # CONFIG_SND_DARLA20 is not set CONFIG_SND_GINA20=y CONFIG_SND_LAYLA20=y CONFIG_SND_DARLA24=y # CONFIG_SND_GINA24 is not set # CONFIG_SND_LAYLA24 is not set CONFIG_SND_MONA=y CONFIG_SND_MIA=y # CONFIG_SND_ECHO3G is not set CONFIG_SND_INDIGO=y # CONFIG_SND_INDIGOIO is not set # CONFIG_SND_INDIGODJ is not set CONFIG_SND_INDIGOIOX=y CONFIG_SND_INDIGODJX=y CONFIG_SND_EMU10K1=y CONFIG_SND_EMU10K1X=y CONFIG_SND_ENS1370=y CONFIG_SND_ENS1371=y CONFIG_SND_ES1938=y # CONFIG_SND_ES1968 is not set # CONFIG_SND_FM801 is not set # CONFIG_SND_HDA_INTEL is not set # CONFIG_SND_HDSP is not set # CONFIG_SND_HDSPM is not set # CONFIG_SND_HIFIER is not set # CONFIG_SND_ICE1712 is not set CONFIG_SND_ICE1724=y CONFIG_SND_INTEL8X0=y CONFIG_SND_INTEL8X0M=y # CONFIG_SND_KORG1212 is not set # CONFIG_SND_LX6464ES is not set # CONFIG_SND_MAESTRO3 is not set CONFIG_SND_MIXART=y # CONFIG_SND_NM256 is not set CONFIG_SND_PCXHR=y # CONFIG_SND_RIPTIDE is not set CONFIG_SND_RME32=y # CONFIG_SND_RME96 is not set CONFIG_SND_RME9652=y # CONFIG_SND_SIS7019 is not set CONFIG_SND_SONICVIBES=y CONFIG_SND_TRIDENT=y # CONFIG_SND_VIA82XX is not set CONFIG_SND_VIA82XX_MODEM=y CONFIG_SND_VIRTUOSO=y # CONFIG_SND_VX222 is not set CONFIG_SND_YMFPCI=y # CONFIG_SND_USB is not set CONFIG_SND_PCMCIA=y CONFIG_SND_VXPOCKET=y # CONFIG_SND_PDAUDIOCF is not set CONFIG_SND_SOC=y CONFIG_SND_SOC_I2C_AND_SPI=y # CONFIG_SND_SOC_ALL_CODECS is not set CONFIG_SOUND_PRIME=y # CONFIG_SOUND_OSS is not set CONFIG_AC97_BUS=y # CONFIG_HID_SUPPORT is not set CONFIG_USB_MOUSE=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=y CONFIG_USB_ANNOUNCE_NEW_DEVICES=y # # Miscellaneous USB options # CONFIG_USB_DEVICEFS=y CONFIG_USB_DEVICE_CLASS=y CONFIG_USB_DYNAMIC_MINORS=y # CONFIG_USB_MON is not set # 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=y # CONFIG_USB_EHCI_ROOT_HUB_TT is not set # CONFIG_USB_EHCI_TT_NEWSCHED is not set CONFIG_USB_OXU210HP_HCD=y # CONFIG_USB_ISP116X_HCD is not set CONFIG_USB_ISP1760_HCD=y # CONFIG_USB_ISP1362_HCD is not set CONFIG_USB_OHCI_HCD=y CONFIG_USB_OHCI_HCD_SSB=y # 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=y CONFIG_USB_U132_HCD=y # CONFIG_USB_SL811_HCD is not set # CONFIG_USB_R8A66597_HCD is not set # CONFIG_USB_HWA_HCD is not set # # USB Device Class drivers # CONFIG_USB_ACM=y # CONFIG_USB_PRINTER is not set # 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 is not set CONFIG_USB_LIBUSUAL=y # # USB Imaging devices # CONFIG_USB_MDC800=y # CONFIG_USB_MICROTEK is not set # # USB port drivers # CONFIG_USB_USS720=y # CONFIG_USB_SERIAL is not set # # USB Miscellaneous drivers # # CONFIG_USB_EMI62 is not set CONFIG_USB_EMI26=y CONFIG_USB_ADUTUX=y # CONFIG_USB_SEVSEG is not set CONFIG_USB_RIO500=y CONFIG_USB_LEGOTOWER=y CONFIG_USB_LCD=y CONFIG_USB_LED=y CONFIG_USB_CYPRESS_CY7C63=y CONFIG_USB_CYTHERM=y # CONFIG_USB_IDMOUSE is not set CONFIG_USB_FTDI_ELAN=y CONFIG_USB_APPLEDISPLAY=y # CONFIG_USB_SISUSBVGA is not set # CONFIG_USB_LD is not set CONFIG_USB_TRANCEVIBRATOR=y CONFIG_USB_IOWARRIOR=y CONFIG_USB_TEST=y CONFIG_USB_ISIGHTFW=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_DEBUG=y CONFIG_USB_GADGET_DEBUG_FILES=y CONFIG_USB_GADGET_DEBUG_FS=y CONFIG_USB_GADGET_VBUS_DRAW=2 CONFIG_USB_GADGET_SELECTED=y CONFIG_USB_GADGET_R8A66597=y CONFIG_USB_R8A66597=y # CONFIG_USB_GADGET_M66592 is not set # CONFIG_USB_GADGET_AMD5536UDC is not set # CONFIG_USB_GADGET_CI13XXX is not set # CONFIG_USB_GADGET_NET2280 is not set # CONFIG_USB_GADGET_GOKU is not set # CONFIG_USB_GADGET_LANGWELL is not set # CONFIG_USB_GADGET_DUMMY_HCD is not set CONFIG_USB_GADGET_DUALSPEED=y # CONFIG_USB_ZERO is not set # CONFIG_USB_AUDIO is not set # CONFIG_USB_ETH is not set # CONFIG_USB_GADGETFS is not set # CONFIG_USB_FUNCTIONFS is not set # CONFIG_USB_FILE_STORAGE is not set # CONFIG_USB_MASS_STORAGE is not set CONFIG_USB_G_SERIAL=y # CONFIG_USB_MIDI_GADGET is not set # CONFIG_USB_G_PRINTER is not set # CONFIG_USB_CDC_COMPOSITE is not set # CONFIG_USB_G_NOKIA is not set # CONFIG_USB_G_MULTI is not set # CONFIG_USB_G_HID is not set # CONFIG_USB_G_DBGP is not set # CONFIG_USB_G_WEBCAM is not set # # OTG and related infrastructure # CONFIG_USB_OTG_UTILS=y CONFIG_USB_GPIO_VBUS=y # CONFIG_NOP_USB_XCEIV is not set # CONFIG_UWB is not set # CONFIG_MMC is not set # CONFIG_MEMSTICK is not set CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y # # LED drivers # CONFIG_LEDS_PCA9532=y CONFIG_LEDS_GPIO=y CONFIG_LEDS_GPIO_PLATFORM=y # CONFIG_LEDS_LP3944 is not set CONFIG_LEDS_CLEVO_MAIL=y CONFIG_LEDS_PCA955X=y # CONFIG_LEDS_REGULATOR is not set CONFIG_LEDS_BD2802=y # CONFIG_LEDS_LT3593 is not set CONFIG_LEDS_ADP5520=y CONFIG_LEDS_TRIGGERS=y # # LED Triggers # # CONFIG_LEDS_TRIGGER_TIMER is not set CONFIG_LEDS_TRIGGER_HEARTBEAT=y # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set CONFIG_LEDS_TRIGGER_GPIO=y # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set # # iptables trigger is under Netfilter config (LED target) # # CONFIG_ACCESSIBILITY is not set CONFIG_INFINIBAND=y CONFIG_INFINIBAND_USER_MAD=y # CONFIG_INFINIBAND_USER_ACCESS is not set CONFIG_INFINIBAND_ADDR_TRANS=y CONFIG_INFINIBAND_MTHCA=y CONFIG_INFINIBAND_MTHCA_DEBUG=y # CONFIG_INFINIBAND_AMSO1100 is not set # CONFIG_MLX4_INFINIBAND is not set CONFIG_INFINIBAND_NES=y # CONFIG_INFINIBAND_NES_DEBUG is not set CONFIG_INFINIBAND_IPOIB=y CONFIG_INFINIBAND_IPOIB_CM=y CONFIG_INFINIBAND_IPOIB_DEBUG=y # CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set CONFIG_INFINIBAND_SRP=y # CONFIG_INFINIBAND_ISER is not set # CONFIG_EDAC is not set CONFIG_RTC_LIB=y CONFIG_RTC_CLASS=y CONFIG_RTC_HCTOSYS=y CONFIG_RTC_HCTOSYS_DEVICE="rtc0" # CONFIG_RTC_DEBUG is not set # # RTC interfaces # CONFIG_RTC_INTF_SYSFS=y CONFIG_RTC_INTF_PROC=y # CONFIG_RTC_INTF_DEV is not set # CONFIG_RTC_DRV_TEST is not set # # I2C RTC drivers # CONFIG_RTC_DRV_DS1307=y CONFIG_RTC_DRV_DS1374=y CONFIG_RTC_DRV_DS1672=y # CONFIG_RTC_DRV_DS3232 is not set CONFIG_RTC_DRV_MAX6900=y # CONFIG_RTC_DRV_RS5C372 is not set # CONFIG_RTC_DRV_ISL1208 is not set # CONFIG_RTC_DRV_ISL12022 is not set CONFIG_RTC_DRV_X1205=y # CONFIG_RTC_DRV_PCF8563 is not set CONFIG_RTC_DRV_PCF8583=y # CONFIG_RTC_DRV_M41T80 is not set CONFIG_RTC_DRV_BQ32K=y # CONFIG_RTC_DRV_S35390A is not set # CONFIG_RTC_DRV_FM3130 is not set CONFIG_RTC_DRV_RX8581=y CONFIG_RTC_DRV_RX8025=y # # SPI RTC drivers # # # Platform RTC drivers # CONFIG_RTC_DRV_CMOS=y CONFIG_RTC_DRV_DS1286=y # CONFIG_RTC_DRV_DS1511 is not set # CONFIG_RTC_DRV_DS1553 is not set CONFIG_RTC_DRV_DS1742=y # CONFIG_RTC_DRV_STK17TA8 is not set CONFIG_RTC_DRV_M48T86=y CONFIG_RTC_DRV_M48T35=y # CONFIG_RTC_DRV_M48T59 is not set CONFIG_RTC_DRV_MSM6242=y CONFIG_RTC_DRV_BQ4802=y # CONFIG_RTC_DRV_RP5C01 is not set CONFIG_RTC_DRV_V3020=y # # on-CPU RTC drivers # CONFIG_DMADEVICES=y # CONFIG_DMADEVICES_DEBUG is not set # # DMA Devices # # CONFIG_INTEL_MID_DMAC is not set CONFIG_ASYNC_TX_DISABLE_CHANNEL_SWITCH=y CONFIG_INTEL_IOATDMA=y CONFIG_TIMB_DMA=y CONFIG_PCH_DMA=y CONFIG_DMA_ENGINE=y # # DMA Clients # CONFIG_NET_DMA=y # CONFIG_ASYNC_TX_DMA is not set # CONFIG_DMATEST is not set CONFIG_DCA=y # CONFIG_AUXDISPLAY is not set CONFIG_UIO=y # CONFIG_UIO_CIF is not set # CONFIG_UIO_PDRV is not set CONFIG_UIO_PDRV_GENIRQ=y CONFIG_UIO_AEC=y CONFIG_UIO_SERCOS3=y CONFIG_UIO_PCI_GENERIC=y CONFIG_UIO_NETX=y CONFIG_X86_PLATFORM_DEVICES=y # # Firmware Drivers # CONFIG_EDD=y # CONFIG_EDD_OFF is not set CONFIG_FIRMWARE_MEMMAP=y # CONFIG_DELL_RBU is not set # CONFIG_DCDBAS is not set # CONFIG_DMIID is not set # CONFIG_ISCSI_IBFT_FIND is not set # # File systems # CONFIG_EXT2_FS=y CONFIG_EXT2_FS_XATTR=y # CONFIG_EXT2_FS_POSIX_ACL is not set # CONFIG_EXT2_FS_SECURITY is not set # CONFIG_EXT2_FS_XIP is not set CONFIG_EXT3_FS=y # 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 is not set CONFIG_JBD=y CONFIG_JBD_DEBUG=y CONFIG_FS_MBCACHE=y # CONFIG_REISERFS_FS is not set CONFIG_JFS_FS=y CONFIG_JFS_POSIX_ACL=y CONFIG_JFS_SECURITY=y # CONFIG_JFS_DEBUG is not set CONFIG_JFS_STATISTICS=y CONFIG_FS_POSIX_ACL=y # CONFIG_XFS_FS is not set # CONFIG_GFS2_FS is not set # CONFIG_OCFS2_FS is not set CONFIG_BTRFS_FS=y CONFIG_BTRFS_FS_POSIX_ACL=y # CONFIG_NILFS2_FS is not set CONFIG_FILE_LOCKING=y CONFIG_FSNOTIFY=y # CONFIG_DNOTIFY is not set CONFIG_INOTIFY_USER=y CONFIG_QUOTA=y CONFIG_QUOTA_NETLINK_INTERFACE=y # CONFIG_PRINT_QUOTA_WARNING is not set # CONFIG_QUOTA_DEBUG is not set CONFIG_QUOTA_TREE=y CONFIG_QFMT_V1=y CONFIG_QFMT_V2=y CONFIG_QUOTACTL=y # CONFIG_AUTOFS_FS is not set # CONFIG_AUTOFS4_FS is not set CONFIG_FUSE_FS=y # CONFIG_CUSE is not set CONFIG_GENERIC_ACL=y # # Caches # # CONFIG_FSCACHE is not set # # CD-ROM/DVD Filesystems # # CONFIG_ISO9660_FS is not set CONFIG_UDF_FS=y CONFIG_UDF_NLS=y # # DOS/FAT/NT Filesystems # CONFIG_FAT_FS=y CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" CONFIG_NTFS_FS=y CONFIG_NTFS_DEBUG=y CONFIG_NTFS_RW=y # # Pseudo filesystems # CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y CONFIG_PROC_SYSCTL=y CONFIG_PROC_PAGE_MONITOR=y CONFIG_SYSFS=y CONFIG_TMPFS=y CONFIG_TMPFS_POSIX_ACL=y # CONFIG_HUGETLBFS is not set # CONFIG_HUGETLB_PAGE is not set CONFIG_CONFIGFS_FS=y # CONFIG_MISC_FILESYSTEMS is not set # CONFIG_NETWORK_FILESYSTEMS is not set # # Partition Types # CONFIG_PARTITION_ADVANCED=y # CONFIG_ACORN_PARTITION is not set CONFIG_OSF_PARTITION=y # CONFIG_AMIGA_PARTITION is not set CONFIG_ATARI_PARTITION=y # CONFIG_MAC_PARTITION is not set CONFIG_MSDOS_PARTITION=y CONFIG_BSD_DISKLABEL=y CONFIG_MINIX_SUBPARTITION=y CONFIG_SOLARIS_X86_PARTITION=y # CONFIG_UNIXWARE_DISKLABEL is not set # CONFIG_LDM_PARTITION is not set # CONFIG_SGI_PARTITION is not set CONFIG_ULTRIX_PARTITION=y # CONFIG_SUN_PARTITION is not set # CONFIG_KARMA_PARTITION is not set # CONFIG_EFI_PARTITION is not set CONFIG_SYSV68_PARTITION=y CONFIG_NLS=y CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_NLS_CODEPAGE_437 is not set CONFIG_NLS_CODEPAGE_737=y # CONFIG_NLS_CODEPAGE_775 is not set CONFIG_NLS_CODEPAGE_850=y CONFIG_NLS_CODEPAGE_852=y # CONFIG_NLS_CODEPAGE_855 is not set # CONFIG_NLS_CODEPAGE_857 is not set # CONFIG_NLS_CODEPAGE_860 is not set CONFIG_NLS_CODEPAGE_861=y # CONFIG_NLS_CODEPAGE_862 is not set CONFIG_NLS_CODEPAGE_863=y # CONFIG_NLS_CODEPAGE_864 is not set # CONFIG_NLS_CODEPAGE_865 is not set # CONFIG_NLS_CODEPAGE_866 is not set CONFIG_NLS_CODEPAGE_869=y CONFIG_NLS_CODEPAGE_936=y # CONFIG_NLS_CODEPAGE_950 is not set # CONFIG_NLS_CODEPAGE_932 is not set # CONFIG_NLS_CODEPAGE_949 is not set CONFIG_NLS_CODEPAGE_874=y CONFIG_NLS_ISO8859_8=y CONFIG_NLS_CODEPAGE_1250=y # CONFIG_NLS_CODEPAGE_1251 is not set # CONFIG_NLS_ASCII is not set # CONFIG_NLS_ISO8859_1 is not set # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set # CONFIG_NLS_ISO8859_4 is not set # CONFIG_NLS_ISO8859_5 is not set # CONFIG_NLS_ISO8859_6 is not set # CONFIG_NLS_ISO8859_7 is not set # CONFIG_NLS_ISO8859_9 is not set # CONFIG_NLS_ISO8859_13 is not set # CONFIG_NLS_ISO8859_14 is not set # CONFIG_NLS_ISO8859_15 is not set CONFIG_NLS_KOI8_R=y # CONFIG_NLS_KOI8_U is not set CONFIG_NLS_UTF8=y CONFIG_DLM=y # CONFIG_DLM_DEBUG is not set # # Kernel hacking # CONFIG_TRACE_IRQFLAGS_SUPPORT=y CONFIG_PRINTK_TIME=y # CONFIG_ENABLE_WARN_DEPRECATED is not set CONFIG_ENABLE_MUST_CHECK=y CONFIG_FRAME_WARN=1024 CONFIG_MAGIC_SYSRQ=y CONFIG_STRIP_ASM_SYMS=y CONFIG_UNUSED_SYMBOLS=y CONFIG_DEBUG_FS=y CONFIG_HEADERS_CHECK=y CONFIG_DEBUG_KERNEL=y # CONFIG_DEBUG_SHIRQ is not set # CONFIG_LOCKUP_DETECTOR is not set # CONFIG_HARDLOCKUP_DETECTOR is not set CONFIG_DETECT_HUNG_TASK=y # CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 # CONFIG_SCHED_DEBUG is not set CONFIG_SCHEDSTATS=y # CONFIG_TIMER_STATS is not set CONFIG_DEBUG_OBJECTS=y # CONFIG_DEBUG_OBJECTS_SELFTEST is not set # CONFIG_DEBUG_OBJECTS_FREE is not set CONFIG_DEBUG_OBJECTS_TIMERS=y CONFIG_DEBUG_OBJECTS_WORK=y # CONFIG_DEBUG_OBJECTS_RCU_HEAD is not set CONFIG_DEBUG_OBJECTS_ENABLE_DEFAULT=1 # CONFIG_SLUB_DEBUG_ON is not set CONFIG_SLUB_STATS=y CONFIG_DEBUG_PREEMPT=y CONFIG_DEBUG_RT_MUTEXES=y CONFIG_DEBUG_PI_LIST=y # CONFIG_RT_MUTEX_TESTER is not set CONFIG_DEBUG_SPINLOCK=y CONFIG_DEBUG_MUTEXES=y CONFIG_DEBUG_LOCK_ALLOC=y # CONFIG_PROVE_LOCKING is not set CONFIG_SPARSE_RCU_POINTER=y CONFIG_LOCKDEP=y CONFIG_LOCK_STAT=y CONFIG_DEBUG_LOCKDEP=y CONFIG_DEBUG_SPINLOCK_SLEEP=y # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set CONFIG_STACKTRACE=y CONFIG_DEBUG_HIGHMEM=y CONFIG_DEBUG_BUGVERBOSE=y CONFIG_DEBUG_VM=y # CONFIG_DEBUG_VIRTUAL is not set # CONFIG_DEBUG_WRITECOUNT is not set CONFIG_DEBUG_MEMORY_INIT=y # CONFIG_DEBUG_LIST is not set CONFIG_DEBUG_SG=y # CONFIG_DEBUG_NOTIFIERS is not set CONFIG_DEBUG_CREDENTIALS=y CONFIG_ARCH_WANT_FRAME_POINTERS=y CONFIG_FRAME_POINTER=y CONFIG_BOOT_PRINTK_DELAY=y # CONFIG_RCU_TORTURE_TEST is not set CONFIG_RCU_CPU_STALL_DETECTOR=y CONFIG_RCU_CPU_STALL_TIMEOUT=60 # CONFIG_RCU_CPU_STALL_DETECTOR_RUNNABLE is not set CONFIG_RCU_CPU_STALL_VERBOSE=y # CONFIG_BACKTRACE_SELF_TEST is not set CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y CONFIG_LKDTM=y CONFIG_CPU_NOTIFIER_ERROR_INJECT=y # CONFIG_FAULT_INJECTION is not set # CONFIG_LATENCYTOP is not set # CONFIG_SYSCTL_SYSCALL_CHECK is not set CONFIG_DEBUG_PAGEALLOC=y CONFIG_USER_STACKTRACE_SUPPORT=y CONFIG_NOP_TRACER=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_SYSCALL_TRACEPOINTS=y CONFIG_HAVE_C_RECORDMCOUNT=y CONFIG_TRACER_MAX_TRACE=y CONFIG_RING_BUFFER=y CONFIG_EVENT_TRACING=y CONFIG_CONTEXT_SWITCH_TRACER=y CONFIG_RING_BUFFER_ALLOW_SWAP=y CONFIG_TRACING=y CONFIG_GENERIC_TRACER=y CONFIG_TRACING_SUPPORT=y CONFIG_FTRACE=y CONFIG_FUNCTION_TRACER=y # CONFIG_IRQSOFF_TRACER is not set CONFIG_PREEMPT_TRACER=y # CONFIG_SCHED_TRACER is not set # CONFIG_FTRACE_SYSCALLS is not set CONFIG_BRANCH_PROFILE_NONE=y CONFIG_STACK_TRACER=y CONFIG_BLK_DEV_IO_TRACE=y # CONFIG_DYNAMIC_FTRACE is not set CONFIG_FUNCTION_PROFILER=y CONFIG_FTRACE_SELFTEST=y CONFIG_FTRACE_STARTUP_TEST=y CONFIG_EVENT_TRACE_TEST_SYSCALLS=y CONFIG_MMIOTRACE=y # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set # CONFIG_FIREWIRE_OHCI_REMOTE_DMA is not set CONFIG_BUILD_DOCSRC=y # CONFIG_DYNAMIC_DEBUG is not set CONFIG_DMA_API_DEBUG=y CONFIG_ATOMIC64_SELFTEST=y CONFIG_SAMPLES=y CONFIG_HAVE_ARCH_KGDB=y CONFIG_KGDB=y # CONFIG_KGDB_SERIAL_CONSOLE is not set CONFIG_KGDB_TESTS=y CONFIG_KGDB_LOW_LEVEL_TRAP=y # CONFIG_KGDB_KDB is not set CONFIG_HAVE_ARCH_KMEMCHECK=y CONFIG_STRICT_DEVMEM=y # CONFIG_X86_VERBOSE_BOOTUP is not set CONFIG_EARLY_PRINTK=y # CONFIG_EARLY_PRINTK_DBGP is not set # CONFIG_DEBUG_STACKOVERFLOW is not set CONFIG_DEBUG_STACK_USAGE=y # CONFIG_DEBUG_PER_CPU_MAPS is not set CONFIG_X86_PTDUMP=y CONFIG_DEBUG_RODATA=y # CONFIG_DEBUG_RODATA_TEST is not set CONFIG_DOUBLEFAULT=y CONFIG_IOMMU_STRESS=y 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 is not set # CONFIG_IO_DELAY_0XED is not set CONFIG_IO_DELAY_UDELAY=y # CONFIG_IO_DELAY_NONE is not set CONFIG_DEFAULT_IO_DELAY_TYPE=2 CONFIG_DEBUG_BOOT_PARAMS=y # CONFIG_CPA_DEBUG is not set # CONFIG_OPTIMIZE_INLINING is not set # # Security options # CONFIG_KEYS=y # CONFIG_KEYS_DEBUG_PROC_KEYS is not set CONFIG_SECURITY=y CONFIG_SECURITYFS=y CONFIG_SECURITY_NETWORK=y # CONFIG_SECURITY_NETWORK_XFRM is not set # CONFIG_SECURITY_PATH is not set # CONFIG_SECURITY_TOMOYO is not set # CONFIG_SECURITY_APPARMOR is not set CONFIG_IMA=y CONFIG_IMA_MEASURE_PCR_IDX=10 CONFIG_IMA_AUDIT=y CONFIG_DEFAULT_SECURITY_DAC=y CONFIG_DEFAULT_SECURITY="" CONFIG_ASYNC_TX_DISABLE_PQ_VAL_DMA=y CONFIG_ASYNC_TX_DISABLE_XOR_VAL_DMA=y CONFIG_CRYPTO=y # # Crypto core or helper # # CONFIG_CRYPTO_FIPS is not set CONFIG_CRYPTO_ALGAPI=y CONFIG_CRYPTO_ALGAPI2=y CONFIG_CRYPTO_AEAD=y CONFIG_CRYPTO_AEAD2=y CONFIG_CRYPTO_BLKCIPHER=y CONFIG_CRYPTO_BLKCIPHER2=y CONFIG_CRYPTO_HASH=y CONFIG_CRYPTO_HASH2=y CONFIG_CRYPTO_RNG=y CONFIG_CRYPTO_RNG2=y CONFIG_CRYPTO_PCOMP=y CONFIG_CRYPTO_PCOMP2=y CONFIG_CRYPTO_MANAGER=y CONFIG_CRYPTO_MANAGER2=y CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y CONFIG_CRYPTO_GF128MUL=y CONFIG_CRYPTO_NULL=y CONFIG_CRYPTO_PCRYPT=y CONFIG_CRYPTO_WORKQUEUE=y # CONFIG_CRYPTO_CRYPTD is not set CONFIG_CRYPTO_AUTHENC=y # # Authenticated Encryption with Associated Data # # CONFIG_CRYPTO_CCM is not set CONFIG_CRYPTO_GCM=y CONFIG_CRYPTO_SEQIV=y # # Block modes # CONFIG_CRYPTO_CBC=y CONFIG_CRYPTO_CTR=y CONFIG_CRYPTO_CTS=y CONFIG_CRYPTO_ECB=y CONFIG_CRYPTO_LRW=y CONFIG_CRYPTO_PCBC=y CONFIG_CRYPTO_XTS=y # # Hash modes # CONFIG_CRYPTO_HMAC=y CONFIG_CRYPTO_XCBC=y CONFIG_CRYPTO_VMAC=y # # Digest # CONFIG_CRYPTO_CRC32C=y CONFIG_CRYPTO_CRC32C_INTEL=y CONFIG_CRYPTO_GHASH=y # CONFIG_CRYPTO_MD4 is not set CONFIG_CRYPTO_MD5=y # CONFIG_CRYPTO_MICHAEL_MIC is not set CONFIG_CRYPTO_RMD128=y CONFIG_CRYPTO_RMD160=y CONFIG_CRYPTO_RMD256=y # CONFIG_CRYPTO_RMD320 is not set CONFIG_CRYPTO_SHA1=y # CONFIG_CRYPTO_SHA256 is not set CONFIG_CRYPTO_SHA512=y CONFIG_CRYPTO_TGR192=y CONFIG_CRYPTO_WP512=y # # Ciphers # CONFIG_CRYPTO_AES=y # CONFIG_CRYPTO_AES_586 is not set CONFIG_CRYPTO_ANUBIS=y CONFIG_CRYPTO_ARC4=y # CONFIG_CRYPTO_BLOWFISH is not set CONFIG_CRYPTO_CAMELLIA=y CONFIG_CRYPTO_CAST5=y CONFIG_CRYPTO_CAST6=y CONFIG_CRYPTO_DES=y CONFIG_CRYPTO_FCRYPT=y # CONFIG_CRYPTO_KHAZAD is not set # CONFIG_CRYPTO_SALSA20 is not set CONFIG_CRYPTO_SALSA20_586=y CONFIG_CRYPTO_SEED=y CONFIG_CRYPTO_SERPENT=y CONFIG_CRYPTO_TEA=y # CONFIG_CRYPTO_TWOFISH is not set # CONFIG_CRYPTO_TWOFISH_586 is not set # # Compression # CONFIG_CRYPTO_DEFLATE=y CONFIG_CRYPTO_ZLIB=y # CONFIG_CRYPTO_LZO is not set # # Random Number Generation # CONFIG_CRYPTO_ANSI_CPRNG=y # CONFIG_CRYPTO_HW is not set CONFIG_HAVE_KVM=y # CONFIG_VIRTUALIZATION is not set CONFIG_BINARY_PRINTF=y # # 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=y CONFIG_CRC16=y # CONFIG_CRC_T10DIF is not set CONFIG_CRC_ITU_T=y CONFIG_CRC32=y CONFIG_CRC7=y CONFIG_LIBCRC32C=y CONFIG_ZLIB_INFLATE=y CONFIG_ZLIB_DEFLATE=y CONFIG_LZO_DECOMPRESS=y CONFIG_DECOMPRESS_GZIP=y CONFIG_DECOMPRESS_BZIP2=y CONFIG_DECOMPRESS_LZMA=y CONFIG_DECOMPRESS_LZO=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAS_DMA=y CONFIG_CHECK_SIGNATURE=y CONFIG_NLATTR=y CONFIG_LRU_CACHE=y CONFIG_FORCE_SUCCESSFUL_BUILD=y CONFIG_FORCE_MINIMAL_CONFIG=y CONFIG_FORCE_MINIMAL_CONFIG_PHYS=y CONFIG_X86_32_ALWAYS_ON=y ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-20 15:40 ` Ingo Molnar @ 2010-10-20 16:37 ` Steven Rostedt 2010-10-20 18:40 ` Ingo Molnar 2010-10-20 16:43 ` Jason Baron 2010-10-21 11:14 ` Steven Rostedt 2 siblings, 1 reply; 50+ messages in thread From: Steven Rostedt @ 2010-10-20 16:37 UTC (permalink / raw) To: Ingo Molnar Cc: Jason Baron, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo On Wed, 2010-10-20 at 17:40 +0200, Ingo Molnar wrote: > FYI, there's a new mystery hang (sometimes crash) that triggers in -tip - and which > seems to be tracing related. See the crashlog below - config attached. > > It's not bisectable - small changes in the kernel make the bug come/go. (might be a > race of some sorts) > [...] > [ 38.424656] Running tests on all trace events: > [ 38.428006] Testing all events: OK > [ 38.604658] Running tests again, along with the function tracer > [ 38.608024] Running tests on trace events: [...] > [ 42.321523] Running tests on all trace events: > [ 42.324027] Testing all events: > [ 245.668090] INFO: task swapper:1 blocked for more than 120 seconds. > [ 245.672051] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. > [ 245.676026] swapper D f6420b40 6544 1 0 0x00000000 > [ 245.684051] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 > [ 245.692237] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d > [ 245.701068] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff > [ 245.709071] Call Trace: > [ 245.711551] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 > [ 245.712036] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > [ 245.716037] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 > [ 245.720061] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > [ 245.724036] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 > [ 245.728036] [<c1a7e76b>] wait_for_common+0xc1/0x11a > [ 245.732062] [<c102de32>] ? default_wake_function+0x0/0x12 > [ 245.736041] [<c1a7e863>] wait_for_completion+0x17/0x19 > [ 245.740069] [<c10667a2>] __stop_cpus+0xdd/0x103 > [ 245.744072] [<c1a7e6db>] ? wait_for_common+0x31/0x11a > [ 245.748040] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a > [ 245.752040] [<c106683d>] stop_cpus+0x2c/0x3f > [ 245.756069] [<c10668af>] __stop_machine+0x5f/0x67 > [ 245.760186] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > [ 245.764040] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > [ 245.768071] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > [ 245.772040] [<c10060fd>] text_poke_smp+0x3a/0x42 > [ 245.776039] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > [ 245.780098] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 > [ 245.784042] [<c104ef0d>] jump_label_update+0x49/0x98 jump_label_update uses stop_machine to enable each tracepoint. Thus this is stressing stop machine. Does this only happen on i386, or do we get this on x86_64 too? -- Steve > [ 245.788041] [<c1070b33>] tracepoint_update_probe_range+0xec/0x116 > [ 245.792070] [<c1070c74>] tracepoint_probe_unregister+0x51/0x6b > [ 245.796040] [<c107f3c0>] ftrace_event_reg+0x48/0x4c > [ 245.800041] [<c107e87c>] ftrace_event_enable_disable+0x39/0x8a > [ 245.804070] [<c107ebdf>] __ftrace_set_clr_event+0x91/0xbc > [ 245.808043] [<c1fbee72>] event_trace_self_tests+0x1cd/0x239 > [ 245.812040] [<c1fbf025>] event_trace_self_tests_init+0x2a/0x39 > [ 245.816230] [<c1fab282>] do_one_initcall+0x47/0x113 > [ 245.820069] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 > [ 245.824040] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 > [ 245.828069] [<c1fab477>] kernel_init+0x10d/0x18e > [ 245.832040] [<c1fab36a>] ? kernel_init+0x0/0x18e > [ 245.836040] [<c1002c7e>] kernel_thread_helper+0x6/0x10 > [ 245.840060] 5 locks held by swapper/1: > [ 245.844028] #0: (event_mutex){......}, at: [<c107eb6a>] __ftrace_set_clr_event+0x1c/0xbc > [ 245.852058] #1: (tracepoints_mutex){......}, at: [<c1070a6e>] tracepoint_update_probe_range+0x27/0x116 > [ 245.860195] #2: (jump_label_mutex){......}, at: [<c104eee3>] jump_label_update+0x1f/0x98 > [ 245.872028] #3: (text_mutex){......}, at: [<c1005b8d>] arch_jump_label_transform+0x44/0x67 > [ 245.880028] #4: (stop_cpus_mutex){......}, at: [<c1066831>] stop_cpus+0x20/0x3f > [ 324.576593] kworker/u:0 used greatest stack depth: 6484 bytes left > [ 365.888113] INFO: task swapper:1 blocked for more than 120 seconds. > [ 365.892050] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. > [ 365.896026] swapper D f6420b40 6544 1 0 0x00000000 > [ 365.904026] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 > [ 365.912254] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d > [ 365.921041] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff > [ 365.929044] Call Trace: > [ 365.931527] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 > [ 365.932060] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > [ 365.936061] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 > [ 365.940036] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > [ 365.944036] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 > [ 365.948061] [<c1a7e76b>] wait_for_common+0xc1/0x11a > [ 365.952036] [<c102de32>] ? default_wake_function+0x0/0x12 > [ 365.956035] [<c1a7e863>] wait_for_completion+0x17/0x19 > [ 365.960060] [<c10667a2>] __stop_cpus+0xdd/0x103 > [ 365.964038] [<c1a7e6db>] ? wait_for_common+0x31/0x11a > [ 365.968035] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a > [ 365.972085] [<c106683d>] stop_cpus+0x2c/0x3f > [ 365.976035] [<c10668af>] __stop_machine+0x5f/0x67 > [ 365.980035] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > [ 365.984061] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > [ 365.988036] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > [ 365.992035] [<c10060fd>] text_poke_smp+0x3a/0x42 > [ 365.996069] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > [ 366.000324] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 > [ 366.004042] [<c104ef0d>] jump_label_update+0x49/0x98 > [ 366.008070] [<c1070b33>] tracepoint_update_probe_range+0xec/0x116 > [ 366.012069] [<c1070c74>] tracepoint_probe_unregister+0x51/0x6b > [ 366.016040] [<c107f3c0>] ftrace_event_reg+0x48/0x4c > [ 366.020070] [<c107e87c>] ftrace_event_enable_disable+0x39/0x8a > [ 366.024041] [<c107ebdf>] __ftrace_set_clr_event+0x91/0xbc > [ 366.028042] [<c1fbee72>] event_trace_self_tests+0x1cd/0x239 > [ 366.032069] [<c1fbf025>] event_trace_self_tests_init+0x2a/0x39 > [ 366.036040] [<c1fab282>] do_one_initcall+0x47/0x113 > [ 366.040040] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 > [ 366.044069] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 > [ 366.048040] [<c1fab477>] kernel_init+0x10d/0x18e > [ 366.052068] [<c1fab36a>] ? kernel_init+0x0/0x18e > [ 366.056069] [<c1002c7e>] kernel_thread_helper+0x6/0x10 > [ 366.060031] 5 locks held by swapper/1: > [ 366.064029] #0: (event_mutex){......}, at: [<c107eb6a>] __ftrace_set_clr_event+0x1c/0xbc > [ 366.072029] #1: (tracepoints_mutex){......}, at: [<c1070a6e>] tracepoint_update_probe_range+0x27/0x116 > [ 366.080058] #2: (jump_label_mutex){......}, at: [<c104eee3>] jump_label_update+0x1f/0x98 > [ 366.092086] #3: (text_mutex){......}, at: [<c1005b8d>] arch_jump_label_transform+0x44/0x67 > [ 366.100166] #4: (stop_cpus_mutex){......}, at: [<c1066831>] stop_cpus+0x20/0x3f > [ 486.108087] INFO: task swapper:1 blocked for more than 120 seconds. > [ 486.112027] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. > [ 486.116051] swapper D f6420b40 6544 1 0 0x00000000 > [ 486.124026] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 > [ 486.132232] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d > [ 486.140411] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff > [ 486.149040] Call Trace: > [ 486.151516] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 > [ 486.152061] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > [ 486.156035] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 > [ 486.160035] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > [ 486.164061] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 > [ 486.168035] [<c1a7e76b>] wait_for_common+0xc1/0x11a > [ 486.172036] [<c102de32>] ? default_wake_function+0x0/0x12 > [ 486.176061] [<c1a7e863>] wait_for_completion+0x17/0x19 > [ 486.180060] [<c10667a2>] __stop_cpus+0xdd/0x103 > [ 486.184037] [<c1a7e6db>] ? wait_for_common+0x31/0x11a > [ 486.188060] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a > [ 486.192035] [<c106683d>] stop_cpus+0x2c/0x3f > [ 486.196035] [<c10668af>] __stop_machine+0x5f/0x67 > [ 486.200060] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > [ 486.204035] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > [ 486.208041] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > [ 486.212070] [<c10060fd>] text_poke_smp+0x3a/0x42 > [ 486.216039] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > [ 486.220070] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 > [ 486.224070] [<c104ef0d>] jump_label_update+0x49/0x98 > [ 486.228041] [<c1070b33>] tracepoint_update_probe_range+0xec/0x116 > [ 486.232041] [<c1070c74>] tracepoint_probe_unregister+0x51/0x6b > [ 486.236069] [<c107f3c0>] ftrace_event_reg+0x48/0x4c > [ 486.240179] [<c107e87c>] ftrace_event_enable_disable+0x39/0x8a > [ 486.244041] [<c107ebdf>] __ftrace_set_clr_event+0x91/0xbc > [ 486.248071] [<c1fbee72>] event_trace_self_tests+0x1cd/0x239 > [ 486.252041] [<c1fbf025>] event_trace_self_tests_init+0x2a/0x39 > [ 486.256040] [<c1fab282>] do_one_initcall+0x47/0x113 > [ 486.260098] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 > [ 486.264040] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 > [ 486.268041] [<c1fab477>] kernel_init+0x10d/0x18e > [ 486.272069] [<c1fab36a>] ? kernel_init+0x0/0x18e > [ 486.276040] [<c1002c7e>] kernel_thread_helper+0x6/0x10 > [ 486.280031] 5 locks held by swapper/1: > [ 486.284058] #0: (event_mutex){......}, at: [<c107eb6a>] __ftrace_set_clr_event+0x1c/0xbc > [ 486.292029] #1: (tracepoints_mutex){......}, at: [<c1070a6e>] tracepoint_update_probe_range+0x27/0x116 > [ 486.300057] #2: (jump_label_mutex){......}, at: [<c104eee3>] jump_label_update+0x1f/0x98 > [ 486.311742] #3: (text_mutex){......}, at: [<c1005b8d>] arch_jump_label_transform+0x44/0x67 > [ 486.320058] #4: (stop_cpus_mutex){......}, at: [<c1066831>] stop_cpus+0x20/0x3f > [ 606.328087] INFO: task swapper:1 blocked for more than 120 seconds. > [ 606.332051] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. > [ 606.336026] swapper D f6420b40 6544 1 0 0x00000000 > [ 606.344051] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 > [ 606.352229] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d > [ 606.360229] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff > [ 606.368255] Call Trace: > [ 606.370731] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 > [ 606.372035] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > [ 606.376035] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 > [ 606.380187] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > [ 606.384036] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 > [ 606.388035] [<c1a7e76b>] wait_for_common+0xc1/0x11a > [ 606.392062] [<c102de32>] ? default_wake_function+0x0/0x12 > [ 606.396061] [<c1a7e863>] wait_for_completion+0x17/0x19 > [ 606.400034] [<c10667a2>] __stop_cpus+0xdd/0x103 > [ 606.404063] [<c1a7e6db>] ? wait_for_common+0x31/0x11a > [ 606.408035] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a > [ 606.412035] [<c106683d>] stop_cpus+0x2c/0x3f > [ 606.416061] [<c10668af>] __stop_machine+0x5f/0x67 > [ 606.420035] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > [ 606.424035] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > [ 606.428070] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > [ 606.432040] [<c10060fd>] text_poke_smp+0x3a/0x42 > [ 606.436068] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > [ 606.440070] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 > [ 606.444041] [<c104ef0d>] jump_label_update+0x49/0x98 > [ 606.448041] [<c1070b33>] tracepoint_update_probe_range+0xec/0x116 > [ 606.452070] [<c1070c74>] tracepoint_probe_unregister+0x51/0x6b > [ 606.456040] [<c107f3c0>] ftrace_event_reg+0x48/0x4c > [ 606.460041] [<c107e87c>] ftrace_event_enable_disable+0x39/0x8a > [ 606.464070] [<c107ebdf>] __ftrace_set_clr_event+0x91/0xbc > [ 606.468042] [<c1fbee72>] event_trace_self_tests+0x1cd/0x239 > [ 606.472041] [<c1fbf025>] event_trace_self_tests_init+0x2a/0x39 > [ 606.476098] [<c1fab282>] do_one_initcall+0x47/0x113 > [ 606.480179] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 > [ 606.484040] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 > [ 606.488070] [<c1fab477>] kernel_init+0x10d/0x18e > [ 606.492040] [<c1fab36a>] ? kernel_init+0x0/0x18e > [ 606.496040] [<c1002c7e>] kernel_thread_helper+0x6/0x10 > [ 606.500060] 5 locks held by swapper/1: > [ 606.504029] #0: (event_mutex){......}, at: [<c107eb6a>] __ftrace_set_clr_event+0x1c/0xbc > [ 606.512058] #1: (tracepoints_mutex){......}, at: [<c1070a6e>] tracepoint_update_probe_range+0x27/0x116 > [ 606.520029] #2: (jump_label_mutex){......}, at: [<c104eee3>] jump_label_update+0x1f/0x98 > [ 606.531719] #3: (text_mutex){......}, at: [<c1005b8d>] arch_jump_label_transform+0x44/0x67 > [ 606.540029] #4: (stop_cpus_mutex){......}, at: [<c1066831>] stop_cpus+0x20/0x3f > [ 726.548112] INFO: task swapper:1 blocked for more than 120 seconds. > [ 726.552025] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. > [ 726.556026] swapper D f6420b40 6544 1 0 0x00000000 > [ 726.564026] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 > [ 726.572254] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d > [ 726.580256] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff > [ 726.589045] Call Trace: > [ 726.591527] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 > [ 726.592035] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > [ 726.596061] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 > [ 726.600036] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > [ 726.604036] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 > [ 726.608061] [<c1a7e76b>] wait_for_common+0xc1/0x11a > [ 726.612036] [<c102de32>] ? default_wake_function+0x0/0x12 > [ 726.616036] [<c1a7e863>] wait_for_completion+0x17/0x19 > [ 726.620211] [<c10667a2>] __stop_cpus+0xdd/0x103 > [ 726.624038] [<c1a7e6db>] ? wait_for_common+0x31/0x11a > [ 726.628035] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a > [ 726.632060] [<c106683d>] stop_cpus+0x2c/0x3f > [ 726.636035] [<c10668af>] __stop_machine+0x5f/0x67 > [ 726.640035] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > [ 726.644061] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > [ 726.648041] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > [ 726.652040] [<c10060fd>] text_poke_smp+0x3a/0x42 > [ 726.656069] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > [ 726.660070] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 > [ 726.664041] [<c104ef0d>] jump_label_update+0x49/0x98 > [ 726.668070] [<c1070b33>] tracepoint_update_probe_range+0xec/0x116 > [ 726.672041] [<c1070c74>] tracepoint_probe_unregister+0x51/0x6b > [ 726.676040] [<c107f3c0>] ftrace_event_reg+0x48/0x4c > [ 726.680070] [<c107e87c>] ftrace_event_enable_disable+0x39/0x8a > [ 726.684041] [<c107ebdf>] __ftrace_set_clr_event+0x91/0xbc > [ 726.688041] [<c1fbee72>] event_trace_self_tests+0x1cd/0x239 > [ 726.692070] [<c1fbf025>] event_trace_self_tests_init+0x2a/0x39 > [ 726.696040] [<c1fab282>] do_one_initcall+0x47/0x113 > [ 726.700069] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 > [ 726.704070] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 > [ 726.708040] [<c1fab477>] kernel_init+0x10d/0x18e > [ 726.712040] [<c1fab36a>] ? kernel_init+0x0/0x18e > [ 726.716069] [<c1002c7e>] kernel_thread_helper+0x6/0x10 > [ 726.720170] 5 locks held by swapper/1: > [ 726.724029] #0: (event_mutex){......}, at: [<c107eb6a>] __ftrace_set_clr_event+0x1c/0xbc > [ 726.732029] #1: (tracepoints_mutex){......}, at: [<c1070a6e>] tracepoint_update_probe_range+0x27/0x116 > [ 726.740086] #2: (jump_label_mutex){......}, at: [<c104eee3>] jump_label_update+0x1f/0x98 > [ 726.751716] #3: (text_mutex){......}, at: [<c1005b8d>] arch_jump_label_transform+0x44/0x67 > [ 726.760029] #4: (stop_cpus_mutex){......}, at: [<c1066831>] stop_cpus+0x20/0x3f > [ 846.768087] INFO: task swapper:1 blocked for more than 120 seconds. > [ 846.772025] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. > [ 846.776051] swapper D f6420b40 6544 1 0 0x00000000 > [ 846.784026] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 > [ 846.792228] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d > [ 846.800257] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff > [ 846.808228] Call Trace: > [ 846.810704] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 > [ 846.812061] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > [ 846.816035] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 > [ 846.820061] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > [ 846.824061] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 > [ 846.828035] [<c1a7e76b>] wait_for_common+0xc1/0x11a > [ 846.832036] [<c102de32>] ? default_wake_function+0x0/0x12 > [ 846.836061] [<c1a7e863>] wait_for_completion+0x17/0x19 > [ 846.840034] [<c10667a2>] __stop_cpus+0xdd/0x103 > [ 846.844037] [<c1a7e6db>] ? wait_for_common+0x31/0x11a > [ 846.848060] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a > [ 846.852035] [<c106683d>] stop_cpus+0x2c/0x3f > [ 846.856036] [<c10668af>] __stop_machine+0x5f/0x67 > [ 846.860211] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > [ 846.864035] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > [ 846.868035] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > [ 846.872061] [<c10060fd>] text_poke_smp+0x3a/0x42 > [ 846.876039] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > [ 846.880041] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 > [ 846.884070] [<c104ef0d>] jump_label_update+0x49/0x98 > [ 846.888041] [<c1070b33>] tracepoint_update_probe_range+0xec/0x116 > [ 846.892041] [<c1070c74>] tracepoint_probe_unregister+0x51/0x6b > [ 846.896069] [<c107f3c0>] ftrace_event_reg+0x48/0x4c > [ 846.900069] [<c107e87c>] ftrace_event_enable_disable+0x39/0x8a > [ 846.904041] [<c107ebdf>] __ftrace_set_clr_event+0x91/0xbc > [ 846.908071] [<c1fbee72>] event_trace_self_tests+0x1cd/0x239 > [ 846.912041] [<c1fbf025>] event_trace_self_tests_init+0x2a/0x39 > [ 846.916040] [<c1fab282>] do_one_initcall+0x47/0x113 > [ 846.920069] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 > [ 846.928045] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 > [ 846.932066] [<c1fab477>] kernel_init+0x10d/0x18e > [ 846.936040] [<c1fab36a>] ? kernel_init+0x0/0x18e > [ 846.940069] [<c1002c7e>] kernel_thread_helper+0x6/0x10 > [ 846.944060] 5 locks held by swapper/1: > [ 846.948029] #0: (event_mutex){......}, at: [<c107eb6a>] __ftrace_set_clr_event+0x1c/0xbc > [ 846.956058] #1: (tracepoints_mutex){......}, at: [<c1070a6e>] tracepoint_update_probe_range+0x27/0x116 > [ 846.964029] #2: (jump_label_mutex){......}, at: [<c104eee3>] jump_label_update+0x1f/0x98 > [ 846.975709] #3: (text_mutex){......}, at: [<c1005b8d>] arch_jump_label_transform+0x44/0x67 > [ 846.984029] #4: (stop_cpus_mutex){......}, at: [<c1066831>] stop_cpus+0x20/0x3f > [ 966.992112] INFO: task swapper:1 blocked for more than 120 seconds. > [ 966.996025] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. > [ 967.000275] swapper D f6420b40 6544 1 0 0x00000000 > [ 967.008026] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 > [ 967.017042] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d > [ 967.025044] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff > [ 967.033044] Call Trace: > [ 967.035520] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 > [ 967.036035] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > [ 967.040061] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 > [ 967.044036] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > [ 967.048036] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 > [ 967.052061] [<c1a7e76b>] wait_for_common+0xc1/0x11a > [ 967.056036] [<c102de32>] ? default_wake_function+0x0/0x12 > [ 967.060061] [<c1a7e863>] wait_for_completion+0x17/0x19 > [ 967.064060] [<c10667a2>] __stop_cpus+0xdd/0x103 > [ 967.068038] [<c1a7e6db>] ? wait_for_common+0x31/0x11a > [ 967.072035] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a > [ 967.076060] [<c106683d>] stop_cpus+0x2c/0x3f > [ 967.080035] [<c10668af>] __stop_machine+0x5f/0x67 > [ 967.084035] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > [ 967.088061] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > [ 967.092041] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > [ 967.096040] [<c10060fd>] text_poke_smp+0x3a/0x42 > [ 967.100236] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > [ 967.104041] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 > [ 967.108041] [<c104ef0d>] jump_label_update+0x49/0x98 > [ 967.112070] [<c1070b33>] tracepoint_update_probe_range+0xec/0x116 > [ 967.116041] [<c1070c74>] tracepoint_probe_unregister+0x51/0x6b > [ 967.120040] [<c107f3c0>] ftrace_event_reg+0x48/0x4c > [ 967.124070] [<c107e87c>] ftrace_event_enable_disable+0x39/0x8a > [ 967.128041] [<c107ebdf>] __ftrace_set_clr_event+0x91/0xbc > [ 967.132042] [<c1fbee72>] event_trace_self_tests+0x1cd/0x239 > [ 967.136070] [<c1fbf025>] event_trace_self_tests_init+0x2a/0x39 > [ 967.140069] [<c1fab282>] do_one_initcall+0x47/0x113 > [ 967.144040] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 > [ 967.148070] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 > [ 967.152041] [<c1fab477>] kernel_init+0x10d/0x18e > [ 967.156040] [<c1fab36a>] ? kernel_init+0x0/0x18e > [ 967.164032] [<c1002c7e>] kernel_thread_helper+0x6/0x10 > [ 967.168031] 5 locks held by swapper/1: > [ 967.172058] #0: (event_mutex){......}, at: [<c107eb6a>] __ftrace_set_clr_event+0x1c/0xbc > [ 967.180057] #1: (tracepoints_mutex){......}, at: [<c1070a6e>] tracepoint_update_probe_range+0x27/0x116 > [ 967.188029] #2: (jump_label_mutex){......}, at: [<c104eee3>] jump_label_update+0x1f/0x98 > [ 967.200158] #3: (text_mutex){......}, at: [<c1005b8d>] arch_jump_label_transform+0x44/0x67 > [ 967.208058] #4: (stop_cpus_mutex){......}, at: [<c1066831>] stop_cpus+0x20/0x3f > [ 1087.216087] INFO: task swapper:1 blocked for more than 120 seconds. > [ 1087.220076] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. > [ 1087.224026] swapper D f6420b40 6544 1 0 0x00000000 > [ 1087.232051] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 > [ 1087.240358] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d > [ 1087.249034] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff > [ 1087.257071] Call Trace: > [ 1087.259553] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 > [ 1087.260060] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > [ 1087.264035] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 > [ 1087.268061] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > [ 1087.272037] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 > [ 1087.276035] [<c1a7e76b>] wait_for_common+0xc1/0x11a > [ 1087.280061] [<c102de32>] ? default_wake_function+0x0/0x12 > [ 1087.284036] [<c1a7e863>] wait_for_completion+0x17/0x19 > [ 1087.288034] [<c10667a2>] __stop_cpus+0xdd/0x103 > [ 1087.292063] [<c1a7e6db>] ? wait_for_common+0x31/0x11a > [ 1087.296035] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a > [ 1087.300060] [<c106683d>] stop_cpus+0x2c/0x3f > [ 1087.304060] [<c10668af>] __stop_machine+0x5f/0x67 > [ 1087.308035] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > [ 1087.312035] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > [ 1087.316070] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > [ 1087.320040] [<c10060fd>] text_poke_smp+0x3a/0x42 > [ 1087.324039] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > [ 1087.328070] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 > [ 1087.332041] [<c104ef0d>] jump_label_update+0x49/0x98 > [ 1087.336041] [<c1070b33>] tracepoint_update_probe_range+0xec/0x116 > [ 1087.340237] [<c1070c74>] tracepoint_probe_unregister+0x51/0x6b > [ 1087.344040] [<c107f3c0>] ftrace_event_reg+0x48/0x4c > [ 1087.348041] [<c107e87c>] ftrace_event_enable_disable+0x39/0x8a > [ 1087.352070] [<c107ebdf>] __ftrace_set_clr_event+0x91/0xbc > [ 1087.356042] [<c1fbee72>] event_trace_self_tests+0x1cd/0x239 > [ 1087.360041] [<c1fbf025>] event_trace_self_tests_init+0x2a/0x39 > [ 1087.364070] [<c1fab282>] do_one_initcall+0x47/0x113 > [ 1087.368040] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 > [ 1087.372040] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 > [ 1087.376070] [<c1fab477>] kernel_init+0x10d/0x18e > [ 1087.380069] [<c1fab36a>] ? kernel_init+0x0/0x18e > [ 1087.384040] [<c1002c7e>] kernel_thread_helper+0x6/0x10 > [ 1087.388060] 5 locks held by swapper/1: > [ 1087.392029] #0: (event_mutex){......}, at: [<c107eb6a>] __ftrace_set_clr_event+0x1c/0xbc > [ 1087.400058] #1: (tracepoints_mutex){......}, at: [<c1070a6e>] tracepoint_update_probe_range+0x27/0x116 > [ 1087.408029] #2: (jump_label_mutex){......}, at: [<c104eee3>] jump_label_update+0x1f/0x98 > [ 1087.419709] #3: (text_mutex){......}, at: [<c1005b8d>] arch_jump_label_transform+0x44/0x67 > [ 1087.428029] #4: (stop_cpus_mutex){......}, at: [<c1066831>] stop_cpus+0x20/0x3f > [ 1207.436112] INFO: task swapper:1 blocked for more than 120 seconds. > [ 1207.440025] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. > [ 1207.444026] swapper D f6420b40 6544 1 0 0x00000000 > [ 1207.452025] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 > [ 1207.460254] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d > [ 1207.468228] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff > [ 1207.477044] Call Trace: > [ 1207.479519] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 > [ 1207.480161] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > [ 1207.484061] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 > [ 1207.488061] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > [ 1207.492036] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 > [ 1207.496061] [<c1a7e76b>] wait_for_common+0xc1/0x11a > [ 1207.500036] [<c102de32>] ? default_wake_function+0x0/0x12 > [ 1207.504036] [<c1a7e863>] wait_for_completion+0x17/0x19 > [ 1207.508060] [<c10667a2>] __stop_cpus+0xdd/0x103 > [ 1207.512037] [<c1a7e6db>] ? wait_for_common+0x31/0x11a > [ 1207.516035] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a > [ 1207.520060] [<c106683d>] stop_cpus+0x2c/0x3f > [ 1207.524035] [<c10668af>] __stop_machine+0x5f/0x67 > [ 1207.528060] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > [ 1207.532061] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > [ 1207.536041] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > [ 1207.540040] [<c10060fd>] text_poke_smp+0x3a/0x42 > [ 1207.544069] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > [ 1207.548041] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 > [ 1207.552041] [<c104ef0d>] jump_label_update+0x49/0x98 > [ 1207.556070] [<c1070b33>] tracepoint_update_probe_range+0xec/0x116 > [ 1207.560041] [<c1070c74>] tracepoint_probe_unregister+0x51/0x6b > [ 1207.564040] [<c107f3c0>] ftrace_event_reg+0x48/0x4c > [ 1207.568098] [<c107e87c>] ftrace_event_enable_disable+0x39/0x8a > [ 1207.572041] [<c107ebdf>] __ftrace_set_clr_event+0x91/0xbc > [ 1207.576042] [<c1fbee72>] event_trace_self_tests+0x1cd/0x239 > [ 1207.580208] [<c1fbf025>] event_trace_self_tests_init+0x2a/0x39 > [ 1207.584040] [<c1fab282>] do_one_initcall+0x47/0x113 > [ 1207.588040] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 > [ 1207.592070] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 > [ 1207.596041] [<c1fab477>] kernel_init+0x10d/0x18e > [ 1207.600040] [<c1fab36a>] ? kernel_init+0x0/0x18e > [ 1207.604069] [<c1002c7e>] kernel_thread_helper+0x6/0x10 > [ 1207.608060] 5 locks held by swapper/1: > [ 1207.612029] #0: (event_mutex){......}, at: [<c107eb6a>] __ftrace_set_clr_event+0x1c/0xbc > [ 1207.620029] #1: (tracepoints_mutex){......}, at: [<c1070a6e>] tracepoint_update_probe_range+0x27/0x116 > [ 1207.628058] #2: (jump_label_mutex){......}, at: [<c104eee3>] jump_label_update+0x1f/0x98 > [ 1207.639716] #3: (text_mutex){......}, at: [<c1005b8d>] arch_jump_label_transform+0x44/0x67 > [ 1207.648057] #4: (stop_cpus_mutex){......}, at: [<c1066831>] stop_cpus+0x20/0x3f > [ 1327.656087] INFO: task swapper:1 blocked for more than 120 seconds. > [ 1327.660050] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. > [ 1327.664051] swapper D f6420b40 6544 1 0 0x00000000 > [ 1327.672026] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 > [ 1327.680229] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d > [ 1327.688257] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff > [ 1327.697044] Call Trace: > [ 1327.699526] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 > [ 1327.700086] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > [ 1327.704035] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 > [ 1327.708035] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > [ 1327.712062] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 > [ 1327.716035] [<c1a7e76b>] wait_for_common+0xc1/0x11a > [ 1327.720162] [<c102de32>] ? default_wake_function+0x0/0x12 > [ 1327.724061] [<c1a7e863>] wait_for_completion+0x17/0x19 > [ 1327.728034] [<c10667a2>] __stop_cpus+0xdd/0x103 > [ 1327.732037] [<c1a7e6db>] ? wait_for_common+0x31/0x11a > [ 1327.736060] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a > [ 1327.740060] [<c106683d>] stop_cpus+0x2c/0x3f > [ 1327.744035] [<c10668af>] __stop_machine+0x5f/0x67 > [ 1327.748060] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > [ 1327.752035] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > [ 1327.756035] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > [ 1327.760061] [<c10060fd>] text_poke_smp+0x3a/0x42 > [ 1327.764039] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > [ 1327.768041] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 > [ 1327.772070] [<c104ef0d>] jump_label_update+0x49/0x98 > [ 1327.776041] [<c1070b33>] tracepoint_update_probe_range+0xec/0x116 > [ 1327.780070] [<c1070c74>] tracepoint_probe_unregister+0x51/0x6b > [ 1327.784069] [<c107f3c0>] ftrace_event_reg+0x48/0x4c > [ 1327.788040] [<c107e87c>] ftrace_event_enable_disable+0x39/0x8a > [ 1327.792041] [<c107ebdf>] __ftrace_set_clr_event+0x91/0xbc > [ 1327.796071] [<c1fbee72>] event_trace_self_tests+0x1cd/0x239 > [ 1327.800041] [<c1fbf025>] event_trace_self_tests_init+0x2a/0x39 > [ 1327.804040] [<c1fab282>] do_one_initcall+0x47/0x113 > [ 1327.808069] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 > [ 1327.812040] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 > [ 1327.816041] [<c1fab477>] kernel_init+0x10d/0x18e > [ 1327.820236] [<c1fab36a>] ? kernel_init+0x0/0x18e > [ 1327.824040] [<c1002c7e>] kernel_thread_helper+0x6/0x10 > [ 1327.828031] 5 locks held by swapper/1: > [ 1327.832058] #0: (event_mutex){......}, at: [<c107eb6a>] __ftrace_set_clr_event+0x1c/0xbc > [ 1327.840029] #1: (tracepoints_mutex){......}, at: [<c1070a6e>] tracepoint_update_probe_range+0x27/0x116 > [ 1327.848029] #2: (jump_label_mutex){......}, at: [<c104eee3>] jump_label_update+0x1f/0x98 > [ 1327.859745] #3: (text_mutex){......}, at: [<c1005b8d>] arch_jump_label_transform+0x44/0x67 > [ 1327.868058] #4: (stop_cpus_mutex){......}, at: [<c1066831>] stop_cpus+0x20/0x3f ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-20 16:37 ` Steven Rostedt @ 2010-10-20 18:40 ` Ingo Molnar 0 siblings, 0 replies; 50+ messages in thread From: Ingo Molnar @ 2010-10-20 18:40 UTC (permalink / raw) To: Steven Rostedt Cc: Jason Baron, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo * Steven Rostedt <rostedt@goodmis.org> wrote: > jump_label_update uses stop_machine to enable each tracepoint. Thus this is > stressing stop machine. > > Does this only happen on i386, or do we get this on x86_64 too? I've only seen it on 32-bit - and this testbox is booting both random 64-bit and 32-bit kernels, so the test proportion is 50%. The failures started at around the time Thomas did the big irq/core changes a couple of days ago. I first blamed it on him. I.e. it's around: 12ef49d: Merge branch 'irq/core' That's right after jump labels and some other tracing changes went in. The compiler i'm using is: gcc version 4.4.4 20100514 (Red Hat 4.4.4-3) (GCC) which doesnt support jump labels. Ingo ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-20 15:40 ` Ingo Molnar 2010-10-20 16:37 ` Steven Rostedt @ 2010-10-20 16:43 ` Jason Baron 2010-10-20 18:33 ` Ingo Molnar 2010-10-21 2:58 ` Masami Hiramatsu 2010-10-21 11:14 ` Steven Rostedt 2 siblings, 2 replies; 50+ messages in thread From: Jason Baron @ 2010-10-20 16:43 UTC (permalink / raw) To: Ingo Molnar Cc: Steven Rostedt, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo, masami.hiramatsu.pt On Wed, Oct 20, 2010 at 05:40:45PM +0200, Ingo Molnar wrote: > FYI, there's a new mystery hang (sometimes crash) that triggers in -tip - and which > seems to be tracing related. See the crashlog below - config attached. > > It's not bisectable - small changes in the kernel make the bug come/go. (might be a > race of some sorts) > > Thanks, > > Ingo > strange b/c it looks like we get though enabling/disabling the tracepoitns individually, but then when we go to enable all the tracepoints we hit this hang - perhaps, suggesting a race. Do we always fail after "Testing all events:" is printed? Does the crash have any more clues. I will try and re-produce this. Also, I noticed some recent changes to text_poke_smp() usage of stop_machine() on Oct. 14th. That's related to the area where this appears to hang, so if things were working with this .config before then, that might be a place to look. Adding Masami to the 'cc list. thanks, -Jason ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-20 16:43 ` Jason Baron @ 2010-10-20 18:33 ` Ingo Molnar 2010-10-21 11:09 ` Ingo Molnar 2010-10-21 2:58 ` Masami Hiramatsu 1 sibling, 1 reply; 50+ messages in thread From: Ingo Molnar @ 2010-10-20 18:33 UTC (permalink / raw) To: Jason Baron Cc: Steven Rostedt, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo, masami.hiramatsu.pt * Jason Baron <jbaron@redhat.com> wrote: > [...] Do we always fail after "Testing all events:" is printed? [...] Yes, in all cases i checked. Sometimes it's an oops. > [...] Does the crash have any more clues. I will try and re-produce this. Warning: here it's very hard to reproduce it. Ingo ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-20 18:33 ` Ingo Molnar @ 2010-10-21 11:09 ` Ingo Molnar 2010-10-22 17:58 ` Jason Baron 0 siblings, 1 reply; 50+ messages in thread From: Ingo Molnar @ 2010-10-21 11:09 UTC (permalink / raw) To: Jason Baron Cc: Steven Rostedt, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo, masami.hiramatsu.pt * Ingo Molnar <mingo@elte.hu> wrote: > > * Jason Baron <jbaron@redhat.com> wrote: > > > [...] Do we always fail after "Testing all events:" is printed? [...] > > Yes, in all cases i checked. Sometimes it's an oops. Such as this one: [ 6.724449] Testing event kmalloc_node: OK [ 6.744459] Testing event kmem_cache_alloc_node: [ 6.749111] BUG: unable to handle kernel paging request at ffffffff [ 6.752000] IP: [<f6425f7c>] 0xf6425f7c [ 6.752000] *pde = 01384067 *pte = 00000000 [ 6.752000] Oops: 0002 [#1] PREEMPT SMP [ 6.752000] last sysfs file: [ 6.752000] Modules linked in: [ 6.752000] [ 6.752000] Pid: 2, comm: kthreadd Not tainted 2.6.36-rc8-tip+ #50831 / [ 6.752000] EIP: 0060:[<f6425f7c>] EFLAGS: 00010282 CPU: 0 [ 6.752000] EIP is at 0xf6425f7c [ 6.752000] EAX: ffffffff EBX: c1021c4f ECX: 00000001 EDX: 00000000 [ 6.752000] ESI: f6425f7c EDI: fffffff4 EBP: f640c000 ESP: f6425ee4 [ 6.752000] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 [ 6.752000] Process kthreadd (pid: 2, ti=f6424000 task=f640c000 task.ti=f6424000) [ 6.752000] Stack: [ 6.752000] c1021c4f f640c02c 00800711 00000000 00000000 00000000 f6425f7c f6809880 [ 6.752000] <0> f6425f7c 00000000 00000000 f6425f7c c1022a54 00000000 00000000 00000000 [ 6.752000] <0> 00000000 00800711 00000000 00000000 00000000 c101d94a f6809880 c131f3a0 [ 6.752000] Call Trace: [ 6.752000] [<c1021c4f>] ? copy_process+0xa1/0xd6d [ 6.752000] [<c1022a54>] ? do_fork+0x139/0x2ca [ 6.752000] [<c101d94a>] ? dequeue_task+0xb9/0xc8 [ 6.752000] [<c1245597>] ? schedule+0x821/0x84b [ 6.752000] [<c1038079>] ? kthread+0x0/0x68 [ 6.752000] [<c1007930>] ? kernel_thread+0x77/0x7f [ 6.752000] [<c1038079>] ? kthread+0x0/0x68 [ 6.752000] [<c1002cbc>] ? kernel_thread_helper+0x0/0x10 [ 6.752000] [<c1038172>] ? kthreadd+0x91/0xc7 [ 6.752000] [<c10380e1>] ? kthreadd+0x0/0xc7 [ 6.752000] [<c1002cc2>] ? kernel_thread_helper+0x6/0x10 [ 6.752000] Code: 98 80 f6 00 c0 40 f6 a9 37 61 f9 11 07 80 00 79 80 03 c1 c0 5f 42 f6 7c 5f 42 f6 30 79 00 c1 00 00 00 00 00 00 00 00 00 00 00 00 <00> 00 00 00 00 00 00 00 00 00 00 00 79 80 03 c1 70 3f 42 f6 00 [ 6.752000] EIP: [<f6425f7c>] 0xf6425f7c SS:ESP 0068:f6425ee4 [ 6.752000] CR2: 00000000ffffffff [ 6.752000] ---[ end trace 6000cf675d3eddec ]--- (captured two days ago) Full bootlog is attached below. Thanks, Ingo [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 2.6.36-rc8-tip+ (mingo@sirius) (gcc version 4.4.4 20100514 (Red Hat 4.4.4-3) (GCC) ) #50831 SMP PREEMPT Tue Oct 19 09:15:35 CEST 2010 [ 0.000000] CPU: vendor_id 'AuthenticAMD' unknown, using generic init. [ 0.000000] CPU: Your system may be unstable. [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable) [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 000000003fff0000 (usable) [ 0.000000] BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS) [ 0.000000] BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data) [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved) [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved) [ 0.000000] bootconsole [earlyser0] enabled [ 0.000000] debug: ignoring loglevel setting. [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel! [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable) [ 0.000000] last_pfn = 0x3fff0 max_arch_pfn = 0x100000 [ 0.000000] Scan SMP from c0000000 for 1024 bytes. [ 0.000000] Scan SMP from c009fc00 for 1024 bytes. [ 0.000000] Scan SMP from c00f0000 for 65536 bytes. [ 0.000000] found SMP MP-table at [c00f5680] f5680 [ 0.000000] mpc: f1400-f152c [ 0.000000] initial memory mapped : 0 - 01800000 [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000 [ 0.000000] 0000000000 - 0000400000 page 4k [ 0.000000] 0000400000 - 0037400000 page 2M [ 0.000000] 0037400000 - 00377fe000 page 4k [ 0.000000] kernel direct mapping tables up to 377fe000 @ 17fb000-1800000 [ 0.000000] 135MB HIGHMEM available. [ 0.000000] 887MB LOWMEM available. [ 0.000000] mapped low ram: 0 - 377fe000 [ 0.000000] low ram: 0 - 377fe000 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] Normal 0x00001000 -> 0x000377fe [ 0.000000] HighMem 0x000377fe -> 0x0003fff0 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009f [ 0.000000] 0: 0x00000100 -> 0x0003fff0 [ 0.000000] On node 0 totalpages: 262015 [ 0.000000] free_area_init_node: node 0, pgdat c1335e80, node_mem_map f6ffd200 [ 0.000000] DMA zone: 32 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 3951 pages, LIFO batch:0 [ 0.000000] Normal zone: 1744 pages used for memmap [ 0.000000] Normal zone: 221486 pages, LIFO batch:31 [ 0.000000] HighMem zone: 272 pages used for memmap [ 0.000000] HighMem zone: 34530 pages, LIFO batch:7 [ 0.000000] Using APIC driver default [ 0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org [ 0.000000] Intel MultiProcessor Specification v1.4 [ 0.000000] Virtual Wire compatibility mode. [ 0.000000] mpc: f1400-f152c [ 0.000000] MPTABLE: OEM ID: OEM00000 [ 0.000000] MPTABLE: Product ID: PROD00000000 [ 0.000000] MPTABLE: APIC at: 0xFEE00000 [ 0.000000] Processor #0 (Bootup-CPU) [ 0.000000] Processor #1 [ 0.000000] Bus #0 is PCI [ 0.000000] Bus #1 is PCI [ 0.000000] Bus #2 is PCI [ 0.000000] Bus #3 is PCI [ 0.000000] Bus #4 is PCI [ 0.000000] Bus #5 is PCI [ 0.000000] Bus #6 is ISA [ 0.000000] I/O APIC #2 Version 17 at 0xFEC00000. [ 0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] Int: type 0, pol 3, trig 3, bus 00, IRQ 28, APIC ID 2, APIC INT 0b [ 0.000000] Int: type 0, pol 3, trig 3, bus 00, IRQ 10, APIC ID 2, APIC INT 03 [ 0.000000] Int: type 0, pol 3, trig 3, bus 01, IRQ 00, APIC ID 2, APIC INT 05 [ 0.000000] Int: type 0, pol 3, trig 3, bus 05, IRQ 1c, APIC ID 2, APIC INT 0b [ 0.000000] Int: type 3, pol 0, trig 0, bus 06, IRQ 00, APIC ID 2, APIC INT 00 [ 0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 01, APIC ID 2, APIC INT 01 [ 0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 00, APIC ID 2, APIC INT 02 [ 0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 04, APIC ID 2, APIC INT 04 [ 0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 06, APIC ID 2, APIC INT 06 [ 0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 07, APIC ID 2, APIC INT 07 [ 0.000000] Int: type 0, pol 1, trig 1, bus 06, IRQ 08, APIC ID 2, APIC INT 08 [ 0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 09, APIC ID 2, APIC INT 09 [ 0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 0a, APIC ID 2, APIC INT 0a [ 0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 0c, APIC ID 2, APIC INT 0c [ 0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 0d, APIC ID 2, APIC INT 0d [ 0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 0e, APIC ID 2, APIC INT 0e [ 0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 0f, APIC ID 2, APIC INT 0f [ 0.000000] Lint: type 3, pol 0, trig 0, bus 00, IRQ 00, APIC ID ff, APIC LINT 00 [ 0.000000] Lint: type 1, pol 0, trig 0, bus 00, IRQ 00, APIC ID ff, APIC LINT 01 [ 0.000000] Processors: 2 [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] mapped APIC to ffffb000 (fee00000) [ 0.000000] mapped IOAPIC to ffffa000 (fec00000) [ 0.000000] nr_irqs_gsi: 40 [ 0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000) [ 0.000000] converting mcount calls to 0f 1f 44 00 00 [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 16 pages/cpu @f6800000 s41216 r0 d24320 u2097152 [ 0.000000] pcpu-alloc: s41216 r0 d24320 u2097152 alloc=1*4194304 [ 0.000000] pcpu-alloc: [0] 0 1 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 259967 [ 0.000000] Kernel command line: root=/dev/sda1 earlyprintk=ttyS0,115200 console=ttyS0,115200 debug initcall_debug enforcing=0 apic=verbose ignore_loglevel sysrq_always_enabled selinux=0 nmi_watchdog=0 3 panic=1 3 [ 0.000000] sysrq: sysrq always enabled. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Initializing CPU#0 [ 0.000000] Initializing HighMem for node 0 (000377fe:0003fff0) [ 0.000000] Memory: 1034088k/1048512k available (2336k kernel code, 13972k reserved, 977k data, 256k init, 139208k highmem) [ 0.000000] virtual kernel memory layout: [ 0.000000] fixmap : 0xfff17000 - 0xfffff000 ( 928 kB) [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB) [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB) [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB) [ 0.000000] .init : 0xc133d000 - 0xc137d000 ( 256 kB) [ 0.000000] .data : 0xc1248211 - 0xc133c6c0 ( 977 kB) [ 0.000000] .text : 0xc1000000 - 0xc1248211 (2336 kB) [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok. [ 0.000000] Preemptable hierarchical RCU implementation. [ 0.000000] RCU debugfs-based tracing is enabled. [ 0.000000] Hierarchical RCU autobalancing is disabled. [ 0.000000] RCU-based detection of stalled CPUs is disabled. [ 0.000000] Verbose stalled-CPUs detection is disabled. [ 0.000000] NR_IRQS:512 [ 0.000000] CPU 0 irqstacks, hard=f6800000 soft=f6802000 [ 0.000000] spurious 8259A interrupt: IRQ7. [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [ttyS0] enabled, bootconsole disabled [ 0.000000] console [ttyS0] enabled, bootconsole disabled [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 2010.152 MHz processor. [ 0.012004] Calibrating delay loop (skipped), value calculated using timer frequency.. 4020.30 BogoMIPS (lpj=8040608) [ 0.020003] pid_max: default: 4096 minimum: 301 [ 0.024012] Security Framework initialized [ 0.028007] TOMOYO Linux initialized [ 0.032010] AppArmor: AppArmor disabled by boot time parameter [ 0.036007] Mount-cache hash table entries: 512 [ 0.040113] Initializing cgroup subsys debug [ 0.044003] Initializing cgroup subsys ns [ 0.048004] Initializing cgroup subsys devices [ 0.052003] Initializing cgroup subsys freezer [ 0.056024] Performance Events: [ 0.060300] Enabling APIC mode: Flat. Using 1 I/O APICs [ 0.064006] enabled ExtINT on CPU#0 [ 0.068048] ExtINT not setup in hardware but reported by MP table [ 0.072085] ENABLING IO-APIC IRQs [ 0.076003] init IO_APIC IRQs [ 0.080003] 2-0 (apicid-pin) not connected [ 0.084006] IOAPIC[0]: Set routing entry (2-1 -> 0x31 -> IRQ 1 Mode:0 Active:0) [ 0.088007] IOAPIC[0]: Set routing entry (2-2 -> 0x30 -> IRQ 0 Mode:0 Active:0) [ 0.092008] IOAPIC[0]: Set routing entry (2-3 -> 0x29 -> IRQ 27 Mode:1 Active:1) [ 0.096000] IOAPIC[0]: Set routing entry (2-4 -> 0x34 -> IRQ 4 Mode:0 Active:0) [ 0.096000] IOAPIC[0]: Set routing entry (2-5 -> 0x41 -> IRQ 29 Mode:1 Active:1) [ 0.096000] IOAPIC[0]: Set routing entry (2-6 -> 0x36 -> IRQ 6 Mode:0 Active:0) [ 0.096000] IOAPIC[0]: Set routing entry (2-7 -> 0x37 -> IRQ 7 Mode:0 Active:0) [ 0.096000] IOAPIC[0]: Set routing entry (2-8 -> 0x38 -> IRQ 8 Mode:0 Active:0) [ 0.096000] IOAPIC[0]: Set routing entry (2-9 -> 0x39 -> IRQ 9 Mode:0 Active:0) [ 0.096000] IOAPIC[0]: Set routing entry (2-10 -> 0x3a -> IRQ 10 Mode:0 Active:0) [ 0.096000] IOAPIC[0]: Set routing entry (2-11 -> 0x49 -> IRQ 35 Mode:1 Active:1) [ 0.096000] IOAPIC[0]: Set routing entry (2-12 -> 0x3c -> IRQ 12 Mode:0 Active:0) [ 0.096000] IOAPIC[0]: Set routing entry (2-13 -> 0x3d -> IRQ 13 Mode:0 Active:0) [ 0.096000] IOAPIC[0]: Set routing entry (2-14 -> 0x3e -> IRQ 14 Mode:0 Active:0) [ 0.096000] IOAPIC[0]: Set routing entry (2-15 -> 0x3f -> IRQ 15 Mode:0 Active:0) [ 0.096000] 2-16 2-17 2-18 2-19 2-20 2-21 2-22 2-23 (apicid-pin) not connected [ 0.096000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0 [ 0.096000] ..MP-BIOS bug: 8254 timer not connected to IO-APIC [ 0.096000] ...trying to set up timer (IRQ0) through the 8259A ... [ 0.096000] ..... (found apic 0 pin 0) ... [ 0.136747] ....... works. [ 0.139452] CPU0: AuthenticAMD AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02 [ 0.145238] Using local APIC timer interrupts. [ 0.145239] calibrating APIC timer ... [ 0.152000] ... lapic delta = 1256509 [ 0.152000] ..... delta 1256509 [ 0.152000] ..... mult: 53963277 [ 0.152000] ..... calibration result: 804165 [ 0.152000] ..... CPU clock speed is 2010.1658 MHz. [ 0.152000] ..... host bus clock speed is 201.0165 MHz. [ 0.152000] ... verify APIC timer [ 0.263679] ... jiffies delta = 25 [ 0.264002] ... jiffies result ok [ 0.268013] calling migration_init+0x0/0x57 @ 1 [ 0.272005] initcall migration_init+0x0/0x57 returned 0 after 0 usecs [ 0.276003] calling spawn_ksoftirqd+0x0/0x3f @ 1 [ 0.284006] initcall spawn_ksoftirqd+0x0/0x3f returned 0 after 3906 usecs [ 0.288004] calling init_workqueues+0x0/0x291 @ 1 [ 0.296034] initcall init_workqueues+0x0/0x291 returned 0 after 3906 usecs [ 0.300003] calling init_jump_label_module+0x0/0xa @ 1 [ 0.304006] initcall init_jump_label_module+0x0/0xa returned 0 after 0 usecs [ 0.308003] calling init_jump_label+0x0/0xd3 @ 1 [ 0.312121] initcall init_jump_label+0x0/0xd3 returned 0 after 0 usecs [ 0.316005] calling init_call_single_data+0x0/0x62 @ 1 [ 0.320004] initcall init_call_single_data+0x0/0x62 returned 0 after 0 usecs [ 0.324003] calling cpu_stop_init+0x0/0x81 @ 1 [ 0.332008] initcall cpu_stop_init+0x0/0x81 returned 0 after 3906 usecs [ 0.336004] calling tracer_alloc_buffers+0x0/0x174 @ 1 [ 0.340024] Testing tracer nop: PASSED [ 0.344722] initcall tracer_alloc_buffers+0x0/0x174 returned 0 after 3906 usecs [ 0.348003] calling init_trace_printk+0x0/0xa @ 1 [ 0.352003] initcall init_trace_printk+0x0/0xa returned 0 after 0 usecs [ 0.368016] CPU 1 irqstacks, hard=f6a00000 soft=f6a02000 [ 0.372009] Booting Node 0, Processors #1 Ok. [ 0.016000] Initializing CPU#1 [ 0.016000] masked ExtINT on CPU#1 [ 0.468050] Brought up 2 CPUs [ 0.472003] Total of 2 processors activated (8041.16 BogoMIPS). [ 0.476110] devtmpfs: initialized [ 0.480207] calling init_mmap_min_addr+0x0/0xd @ 1 [ 0.484004] initcall init_mmap_min_addr+0x0/0xd returned 0 after 0 usecs [ 0.488003] calling net_ns_init+0x0/0x15b @ 1 [ 0.492005] initcall net_ns_init+0x0/0x15b returned 0 after 0 usecs [ 0.496004] calling pci_reboot_init+0x0/0x3 @ 1 [ 0.500003] initcall pci_reboot_init+0x0/0x3 returned 0 after 0 usecs [ 0.504003] calling reboot_init+0x0/0x3 @ 1 [ 0.508003] initcall reboot_init+0x0/0x3 returned 0 after 0 usecs [ 0.512003] calling init_smp_flush+0x0/0x1a @ 1 [ 0.516003] initcall init_smp_flush+0x0/0x1a returned 0 after 0 usecs [ 0.520003] calling sysctl_init+0x0/0xf @ 1 [ 0.524006] initcall sysctl_init+0x0/0xf returned 0 after 0 usecs [ 0.528003] calling ksysfs_init+0x0/0x70 @ 1 [ 0.532012] initcall ksysfs_init+0x0/0x70 returned 0 after 0 usecs [ 0.536003] calling init_jiffies_clocksource+0x0/0xa @ 1 [ 0.540005] initcall init_jiffies_clocksource+0x0/0xa returned 0 after 0 usecs [ 0.544003] calling init_hw_breakpoint+0x0/0xbe @ 1 [ 0.548008] initcall init_hw_breakpoint+0x0/0xbe returned 0 after 0 usecs [ 0.552003] calling init_zero_pfn+0x0/0x10 @ 1 [ 0.556003] initcall init_zero_pfn+0x0/0x10 returned 0 after 0 usecs [ 0.560004] calling fsnotify_init+0x0/0x1b @ 1 [ 0.564005] initcall fsnotify_init+0x0/0x1b returned 0 after 0 usecs [ 0.568003] calling filelock_init+0x0/0x25 @ 1 [ 0.572004] initcall filelock_init+0x0/0x25 returned 0 after 0 usecs [ 0.576003] calling init_script_binfmt+0x0/0xc @ 1 [ 0.580004] initcall init_script_binfmt+0x0/0xc returned 0 after 0 usecs [ 0.584003] calling init_elf_binfmt+0x0/0xc @ 1 [ 0.588004] initcall init_elf_binfmt+0x0/0xc returned 0 after 0 usecs [ 0.592003] calling debugfs_init+0x0/0x46 @ 1 [ 0.596006] initcall debugfs_init+0x0/0x46 returned 0 after 0 usecs [ 0.600003] calling securityfs_init+0x0/0x3d @ 1 [ 0.604006] initcall securityfs_init+0x0/0x3d returned 0 after 0 usecs [ 0.608003] calling random32_init+0x0/0xa4 @ 1 [ 0.612004] initcall random32_init+0x0/0xa4 returned 0 after 0 usecs [ 0.616003] calling test_atomic64+0x0/0x5d6 @ 1 [ 0.620005] atomic64 test passed for i586+ platform with CX8 and with SSE [ 0.624003] initcall test_atomic64+0x0/0x5d6 returned 0 after 3906 usecs [ 0.628003] calling sfi_sysfs_init+0x0/0xb3 @ 1 [ 0.632003] initcall sfi_sysfs_init+0x0/0xb3 returned 0 after 0 usecs [ 0.636003] calling cpuidle_init+0x0/0x2e @ 1 [ 0.640007] initcall cpuidle_init+0x0/0x2e returned 0 after 0 usecs [ 0.644003] calling sock_init+0x0/0x4f @ 1 [ 0.648018] initcall sock_init+0x0/0x4f returned 0 after 0 usecs [ 0.652003] calling netpoll_init+0x0/0x2b @ 1 [ 0.656003] initcall netpoll_init+0x0/0x2b returned 0 after 0 usecs [ 0.660003] calling netlink_proto_init+0x0/0x14b @ 1 [ 0.664009] NET: Registered protocol family 16 [ 0.668013] initcall netlink_proto_init+0x0/0x14b returned 0 after 3906 usecs [ 0.672004] calling olpc_init+0x0/0x210 @ 1 [ 0.676004] initcall olpc_init+0x0/0x210 returned 0 after 0 usecs [ 0.680003] calling bdi_class_init+0x0/0x3c @ 1 [ 0.684024] initcall bdi_class_init+0x0/0x3c returned 0 after 0 usecs [ 0.688003] calling kobject_uevent_init+0x0/0x19 @ 1 [ 0.692007] initcall kobject_uevent_init+0x0/0x19 returned 0 after 0 usecs [ 0.696003] calling gpiolib_sysfs_init+0x0/0x70 @ 1 [ 0.700016] initcall gpiolib_sysfs_init+0x0/0x70 returned 0 after 0 usecs [ 0.704003] calling pcibus_class_init+0x0/0xf @ 1 [ 0.708010] initcall pcibus_class_init+0x0/0xf returned 0 after 0 usecs [ 0.712003] calling pci_driver_init+0x0/0xa @ 1 [ 0.716019] initcall pci_driver_init+0x0/0xa returned 0 after 0 usecs [ 0.720003] calling tty_class_init+0x0/0x2b @ 1 [ 0.724011] initcall tty_class_init+0x0/0x2b returned 0 after 0 usecs [ 0.728003] calling vtconsole_class_init+0x0/0x9b @ 1 [ 0.732028] initcall vtconsole_class_init+0x0/0x9b returned 0 after 0 usecs [ 0.736003] calling amd_postcore_init+0x0/0x67 @ 1 [ 0.740003] initcall amd_postcore_init+0x0/0x67 returned 0 after 0 usecs [ 0.744003] calling arch_kdebugfs_init+0x0/0x1a @ 1 [ 0.748006] initcall arch_kdebugfs_init+0x0/0x1a returned 0 after 0 usecs [ 0.752003] calling init_pit_clocksource+0x0/0x9d @ 1 [ 0.756003] initcall init_pit_clocksource+0x0/0x9d returned 0 after 0 usecs [ 0.760003] calling kdump_buf_page_init+0x0/0x30 @ 1 [ 0.764004] initcall kdump_buf_page_init+0x0/0x30 returned 0 after 0 usecs [ 0.768003] calling dma_bus_init+0x0/0x2d @ 1 [ 0.772011] initcall dma_bus_init+0x0/0x2d returned 0 after 0 usecs [ 0.776004] calling dma_channel_table_init+0x0/0xc9 @ 1 [ 0.780009] initcall dma_channel_table_init+0x0/0xc9 returned 0 after 0 usecs [ 0.784003] calling pci_arch_init+0x0/0x5c @ 1 [ 0.795465] PCI: PCI BIOS revision 3.00 entry at 0xf21d0, last bus=5 [ 0.796002] PCI: Using configuration type 1 for base access [ 0.800004] initcall pci_arch_init+0x0/0x5c returned 0 after 11718 usecs [ 0.804003] calling topology_init+0x0/0x32 @ 1 [ 0.808020] initcall topology_init+0x0/0x32 returned 0 after 0 usecs [ 0.812003] calling param_sysfs_init+0x0/0x1a0 @ 1 [ 0.816736] initcall param_sysfs_init+0x0/0x1a0 returned 0 after 0 usecs [ 0.820004] calling pm_sysrq_init+0x0/0x12 @ 1 [ 0.824004] initcall pm_sysrq_init+0x0/0x12 returned 0 after 0 usecs [ 0.828003] calling default_bdi_init+0x0/0x89 @ 1 [ 0.832071] initcall default_bdi_init+0x0/0x89 returned 0 after 0 usecs [ 0.836004] calling init_bio+0x0/0xbd @ 1 [ 0.840004] bio: create slab <bio-0> at 0 [ 0.844007] initcall init_bio+0x0/0xbd returned 0 after 3906 usecs [ 0.848003] calling fsnotify_notification_init+0x0/0x72 @ 1 [ 0.852005] initcall fsnotify_notification_init+0x0/0x72 returned 0 after 0 usecs [ 0.856003] calling cryptomgr_init+0x0/0xa @ 1 [ 0.860003] initcall cryptomgr_init+0x0/0xa returned 0 after 0 usecs [ 0.864003] calling blk_settings_init+0x0/0x19 @ 1 [ 0.868003] initcall blk_settings_init+0x0/0x19 returned 0 after 0 usecs [ 0.872003] calling blk_ioc_init+0x0/0x22 @ 1 [ 0.876003] initcall blk_ioc_init+0x0/0x22 returned 0 after 0 usecs [ 0.880003] calling blk_softirq_init+0x0/0x50 @ 1 [ 0.884004] initcall blk_softirq_init+0x0/0x50 returned 0 after 0 usecs [ 0.888003] calling blk_iopoll_setup+0x0/0x50 @ 1 [ 0.892003] initcall blk_iopoll_setup+0x0/0x50 returned 0 after 0 usecs [ 0.896003] calling genhd_device_init+0x0/0x5d @ 1 [ 0.900037] initcall genhd_device_init+0x0/0x5d returned 0 after 0 usecs [ 0.904004] calling gpiolib_debugfs_init+0x0/0x1d @ 1 [ 0.908007] initcall gpiolib_debugfs_init+0x0/0x1d returned 0 after 0 usecs [ 0.912003] calling pci_slot_init+0x0/0x37 @ 1 [ 0.916008] initcall pci_slot_init+0x0/0x37 returned 0 after 0 usecs [ 0.920003] calling pnp_init+0x0/0xa @ 1 [ 0.924015] initcall pnp_init+0x0/0xa returned 0 after 0 usecs [ 0.928003] calling misc_init+0x0/0x95 @ 1 [ 0.932014] initcall misc_init+0x0/0x95 returned 0 after 0 usecs [ 0.936003] calling init_scsi+0x0/0x73 @ 1 [ 0.940098] SCSI subsystem initialized [ 0.944004] initcall init_scsi+0x0/0x73 returned 0 after 3906 usecs [ 0.948003] calling ata_init+0x0/0x281 @ 1 [ 0.952023] libata version 3.00 loaded. [ 0.956004] initcall ata_init+0x0/0x281 returned 0 after 3906 usecs [ 0.960003] calling phy_init+0x0/0x29 @ 1 [ 0.964039] initcall phy_init+0x0/0x29 returned 0 after 0 usecs [ 0.968003] calling usb_init+0x0/0x144 @ 1 [ 0.972035] usbcore: registered new interface driver usbfs [ 0.976026] usbcore: registered new interface driver hub [ 0.980033] usbcore: registered new device driver usb [ 0.984004] initcall usb_init+0x0/0x144 returned 0 after 11718 usecs [ 0.988003] calling serio_init+0x0/0x6c @ 1 [ 0.992035] initcall serio_init+0x0/0x6c returned 0 after 0 usecs [ 0.996004] calling input_init+0x0/0xde @ 1 [ 1.000017] initcall input_init+0x0/0xde returned 0 after 0 usecs [ 1.004003] calling pci_subsys_init+0x0/0x40 @ 1 [ 1.008002] PCI: Probing PCI hardware [ 1.011662] PCI: Probing PCI hardware (bus 00) [ 1.012137] pci 0000:00:01.1: reg 10: [io 0xdc00-0xdc1f] [ 1.016015] pci 0000:00:01.1: reg 20: [io 0x4c00-0x4c3f] [ 1.020006] pci 0000:00:01.1: reg 24: [io 0x4c40-0x4c7f] [ 1.024012] pci 0000:00:01.1: PME# supported from D3hot D3cold [ 1.028003] pci 0000:00:01.1: PME# disabled [ 1.032022] pci 0000:00:02.0: reg 10: [mem 0xda102000-0xda102fff] [ 1.036027] pci 0000:00:02.0: supports D1 D2 [ 1.040004] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.044003] pci 0000:00:02.0: PME# disabled [ 1.048019] pci 0000:00:02.1: reg 10: [mem 0xfeb00000-0xfeb000ff] [ 1.052031] pci 0000:00:02.1: supports D1 D2 [ 1.056002] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold [ 1.060003] pci 0000:00:02.1: PME# disabled [ 1.064023] pci 0000:00:04.0: reg 10: [io 0xd400-0xd4ff] [ 1.068006] pci 0000:00:04.0: reg 14: [io 0xd800-0xd8ff] [ 1.072006] pci 0000:00:04.0: reg 18: [mem 0xda101000-0xda101fff] [ 1.076021] pci 0000:00:04.0: supports D1 D2 [ 1.080029] pci 0000:00:06.0: reg 20: [io 0xf000-0xf00f] [ 1.084047] pci 0000:00:0a.0: reg 10: [mem 0xda100000-0xda100fff] [ 1.088006] pci 0000:00:0a.0: reg 14: [io 0xd000-0xd007] [ 1.092024] pci 0000:00:0a.0: supports D1 D2 [ 1.096002] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.100003] pci 0000:00:0a.0: PME# disabled [ 1.104035] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.108003] pci 0000:00:0b.0: PME# disabled [ 1.112037] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.116003] pci 0000:00:0c.0: PME# disabled [ 1.120037] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.124003] pci 0000:00:0d.0: PME# disabled [ 1.128037] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.132003] pci 0000:00:0e.0: PME# disabled [ 1.136138] pci 0000:05:07.0: reg 10: [io 0xc000-0xc0ff] [ 1.140008] pci 0000:05:07.0: reg 14: [mem 0xda000000-0xda0000ff] [ 1.144038] pci 0000:05:07.0: supports D1 D2 [ 1.148002] pci 0000:05:07.0: PME# supported from D1 D2 D3hot [ 1.152003] pci 0000:05:07.0: PME# disabled [ 1.156026] pci 0000:00:09.0: PCI bridge to [bus 05-05] (subtractive decode) [ 1.160003] pci 0000:00:09.0: bridge window [io 0xc000-0xcfff] [ 1.164003] pci 0000:00:09.0: bridge window [mem 0xda000000-0xda0fffff] [ 1.168004] pci 0000:00:09.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) [ 1.172003] pci 0000:00:09.0: bridge window [io 0x0000-0xffff] (subtractive decode) [ 1.176003] pci 0000:00:09.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode) [ 1.180024] pci 0000:00:0b.0: PCI bridge to [bus 04-04] [ 1.184004] pci 0000:00:0b.0: bridge window [io 0xf000-0x0000] (disabled) [ 1.188003] pci 0000:00:0b.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) [ 1.192004] pci 0000:00:0b.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) [ 1.196023] pci 0000:00:0c.0: PCI bridge to [bus 03-03] [ 1.200004] pci 0000:00:0c.0: bridge window [io 0xf000-0x0000] (disabled) [ 1.204003] pci 0000:00:0c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) [ 1.208004] pci 0000:00:0c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) [ 1.212023] pci 0000:00:0d.0: PCI bridge to [bus 02-02] [ 1.216004] pci 0000:00:0d.0: bridge window [io 0xf000-0x0000] (disabled) [ 1.220003] pci 0000:00:0d.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) [ 1.224004] pci 0000:00:0d.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) [ 1.228038] pci 0000:01:00.0: reg 10: [mem 0xd0000000-0xd7ffffff pref] [ 1.232007] pci 0000:01:00.0: reg 14: [io 0xb000-0xb0ff] [ 1.236007] pci 0000:01:00.0: reg 18: [mem 0xd9000000-0xd900ffff] [ 1.240021] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref] [ 1.244016] pci 0000:01:00.0: supports D1 D2 [ 1.248023] pci 0000:01:00.1: reg 10: [mem 0xd9010000-0xd901ffff] [ 1.252042] pci 0000:01:00.1: supports D1 D2 [ 1.256011] pci 0000:00:0e.0: PCI bridge to [bus 01-01] [ 1.260004] pci 0000:00:0e.0: bridge window [io 0xb000-0xbfff] [ 1.264003] pci 0000:00:0e.0: bridge window [mem 0xd8000000-0xd9ffffff] [ 1.268004] pci 0000:00:0e.0: bridge window [mem 0xd0000000-0xd7ffffff 64bit pref] [ 1.272837] pci 0000:00:00.0: default IRQ router [10de:005e] [ 1.276018] PCI: pci_cache_line_size set to 64 bytes [ 1.280059] reserve RAM buffer: 000000000009f800 - 000000000009ffff [ 1.284003] reserve RAM buffer: 000000003fff0000 - 000000003fffffff [ 1.288005] initcall pci_subsys_init+0x0/0x40 returned 0 after 273437 usecs [ 1.292003] calling proto_init+0x0/0xa @ 1 [ 1.296004] initcall proto_init+0x0/0xa returned 0 after 0 usecs [ 1.300003] calling net_dev_init+0x0/0x16f @ 1 [ 1.308059] initcall net_dev_init+0x0/0x16f returned 0 after 3906 usecs [ 1.312003] calling neigh_init+0x0/0x65 @ 1 [ 1.316003] initcall neigh_init+0x0/0x65 returned 0 after 0 usecs [ 1.320003] calling fib_rules_init+0x0/0x93 @ 1 [ 1.324004] initcall fib_rules_init+0x0/0x93 returned 0 after 0 usecs [ 1.328003] calling genl_init+0x0/0x6a @ 1 [ 1.332014] initcall genl_init+0x0/0x6a returned 0 after 0 usecs [ 1.336003] calling cipso_v4_init+0x0/0x4f @ 1 [ 1.340005] initcall cipso_v4_init+0x0/0x4f returned 0 after 0 usecs [ 1.344003] calling netlbl_init+0x0/0x6a @ 1 [ 1.348002] NetLabel: Initializing [ 1.352002] NetLabel: domain hash size = 128 [ 1.356002] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.360018] NetLabel: unlabeled traffic allowed by default [ 1.364003] initcall netlbl_init+0x0/0x6a returned 0 after 15625 usecs [ 1.368003] calling sysctl_init+0x0/0x37 @ 1 [ 1.372004] initcall sysctl_init+0x0/0x37 returned 0 after 0 usecs [ 1.376003] calling print_ICs+0x0/0x48e @ 1 [ 1.380002] [ 1.380003] printing PIC contents [ 1.384003] ... PIC IMR: fffa [ 1.387057] ... PIC IRR: 0001 [ 1.388002] ... PIC ISR: 0001 [ 1.391053] ... PIC ELCR: 0828 [ 1.392003] printing local APIC contents on CPU#0/0: [ 1.396000] ... APIC ID: 00000000 (0) [ 1.396000] ... APIC VERSION: 00040010 [ 1.396000] ... APIC TASKPRI: 00000000 (00) [ 1.396000] ... APIC ARBPRI: 000000e0 (e0) [ 1.396000] ... APIC PROCPRI: 00000000 [ 1.396000] ... APIC LDR: 01000000 [ 1.396000] ... APIC DFR: ffffffff [ 1.396000] ... APIC SPIV: 000001ff [ 1.396000] ... APIC ISR field: [ 1.396000] 0000000000000000000000000000000000000000000000000000000000000000 [ 1.396000] ... APIC TMR field: [ 1.396000] 0000000000000000000000000000000000000000000000000000000000000000 [ 1.396000] ... APIC IRR field: [ 1.396000] 0000000000000000000000000000000000000000000000000000000000008000 [ 1.396000] ... APIC ESR: 00000000 [ 1.396000] ... APIC ICR: 000008fd [ 1.396000] ... APIC ICR2: 02000000 [ 1.396000] ... APIC LVTT: 000200ef [ 1.396000] ... APIC LVTPC: 00010000 [ 1.396000] ... APIC LVT0: 00010700 [ 1.396000] ... APIC LVT1: 00000400 [ 1.396000] ... APIC LVTERR: 000000fe [ 1.396000] ... APIC TMICT: 0000c454 [ 1.396000] ... APIC TMCCT: 00000aa0 [ 1.396000] ... APIC TDCR: 00000003 [ 1.396000] [ 1.396002] number of MP IRQ sources: 17. [ 1.400002] number of IO-APIC #2 registers: 24. [ 1.404002] testing the IO APIC....................... [ 1.408004] [ 1.409497] IO APIC #2...... [ 1.412002] .... register #00: 00000000 [ 1.416002] ....... : physical APIC id: 00 [ 1.420002] ....... : Delivery Type: 0 [ 1.424002] ....... : LTS : 0 [ 1.428002] .... register #01: 00170011 [ 1.432002] ....... : max redirection entries: 0017 [ 1.436002] ....... : PRQ implemented: 0 [ 1.440002] ....... : IO APIC version: 0011 [ 1.444002] .... register #02: 00000000 [ 1.448002] ....... : arbitration: 00 [ 1.452001] .... IRQ redirection table: [ 1.456002] NR Dst Mask Trig IRR Pol Stat Dmod Deli Vect: [ 1.460004] 00 003 0 0 0 0 0 1 1 30 [ 1.464004] 01 003 0 0 0 0 0 1 1 31 [ 1.472004] 02 000 1 0 0 0 0 0 0 00 [ 1.476004] 03 003 1 1 0 1 0 1 1 29 [ 1.480004] 04 003 0 0 0 0 0 1 1 34 [ 1.487232] 05 003 1 1 0 1 0 1 1 41 [ 1.492004] 06 003 0 0 0 0 0 1 1 36 [ 1.496004] 07 003 1 0 0 0 0 1 1 37 [ 1.503232] 08 003 0 0 0 0 0 1 1 38 [ 1.508004] 09 003 0 0 0 0 0 1 1 39 [ 1.512004] 0a 003 0 0 0 0 0 1 1 3A [ 1.519231] 0b 003 1 1 0 1 0 1 1 49 [ 1.524004] 0c 003 0 0 0 0 0 1 1 3C [ 1.528004] 0d 003 0 0 0 0 0 1 1 3D [ 1.532004] 0e 003 0 0 0 0 0 1 1 3E [ 1.540004] 0f 003 0 0 0 0 0 1 1 3F [ 1.540003] Clocksource tsc unstable (delta = 262786708 ns) [ 1.544004] 10 000 1 0 0 0 0 0 0 00 [ 1.552004] 11 000 1 0 0 0 0 0 0 00 [ 1.556004] 12 000 1 0 0 0 0 0 0 00 [ 1.560004] 13 000 1 0 0 0 0 0 0 00 [ 1.568004] 14 000 1 0 0 0 0 0 0 00 [ 1.572004] 15 000 1 0 0 0 0 0 0 00 [ 1.576004] 16 000 1 0 0 0 0 0 0 00 [ 1.583232] 17 000 1 0 0 0 0 0 0 00 [ 1.588002] IRQ to pin mappings: [ 1.592002] IRQ0 -> 0:0 [ 1.594485] IRQ1 -> 0:1 [ 1.596727] IRQ4 -> 0:4 [ 1.599205] IRQ6 -> 0:6 [ 1.600727] IRQ7 -> 0:7 [ 1.604735] IRQ8 -> 0:8 [ 1.607211] IRQ9 -> 0:9 [ 1.608727] IRQ10 -> 0:10 [ 1.612190] IRQ12 -> 0:12 [ 1.614840] IRQ13 -> 0:13 [ 1.616821] IRQ14 -> 0:14 [ 1.620192] IRQ15 -> 0:15 [ 1.622841] IRQ27 -> 0:3 [ 1.624727] IRQ29 -> 0:5 [ 1.628190] IRQ35 -> 0:11 [ 1.630839] .................................... done. [ 1.632004] initcall print_ICs+0x0/0x48e returned 0 after 246093 usecs [ 1.636003] calling clocksource_done_booting+0x0/0x4b @ 1 [ 1.640005] initcall clocksource_done_booting+0x0/0x4b returned 0 after 0 usecs [ 1.644003] calling rb_init_debugfs+0x0/0x25 @ 1 [ 1.648010] initcall rb_init_debugfs+0x0/0x25 returned 0 after 0 usecs [ 1.652003] calling tracer_init_debugfs+0x0/0x2c8 @ 1 [ 1.656110] initcall tracer_init_debugfs+0x0/0x2c8 returned 0 after 0 usecs [ 1.660003] calling init_trace_printk_function_export+0x0/0x26 @ 1 [ 1.664006] initcall init_trace_printk_function_export+0x0/0x26 returned 0 after 0 usecs [ 1.668003] calling event_trace_init+0x0/0x215 @ 1 [ 1.676061] initcall event_trace_init+0x0/0x215 returned 0 after 3906 usecs [ 1.680005] calling init_pipe_fs+0x0/0x39 @ 1 [ 1.684021] initcall init_pipe_fs+0x0/0x39 returned 0 after 0 usecs [ 1.688004] calling eventpoll_init+0x0/0xc6 @ 1 [ 1.692005] initcall eventpoll_init+0x0/0xc6 returned 0 after 0 usecs [ 1.696004] calling anon_inode_init+0x0/0xec @ 1 [ 1.700013] initcall anon_inode_init+0x0/0xec returned 0 after 0 usecs [ 1.704003] calling tomoyo_initerface_init+0x0/0x125 @ 1 [ 1.708038] initcall tomoyo_initerface_init+0x0/0x125 returned 0 after 0 usecs [ 1.712003] calling aa_create_aafs+0x0/0xd9 @ 1 [ 1.716003] initcall aa_create_aafs+0x0/0xd9 returned 0 after 0 usecs [ 1.720003] calling blk_scsi_ioctl_init+0x0/0x284 @ 1 [ 1.724004] initcall blk_scsi_ioctl_init+0x0/0x284 returned 0 after 0 usecs [ 1.728003] calling pnp_system_init+0x0/0xa @ 1 [ 1.732026] initcall pnp_system_init+0x0/0xa returned 0 after 0 usecs [ 1.736003] calling chr_dev_init+0x0/0xa5 @ 1 [ 1.745103] initcall chr_dev_init+0x0/0xa5 returned 0 after 3906 usecs [ 1.748005] calling pcibios_assign_resources+0x0/0x62 @ 1 [ 1.752048] pci 0000:00:09.0: PCI bridge to [bus 05-05] [ 1.756003] pci 0000:00:09.0: bridge window [io 0xc000-0xcfff] [ 1.760004] pci 0000:00:09.0: bridge window [mem 0xda000000-0xda0fffff] [ 1.764003] pci 0000:00:09.0: bridge window [mem pref disabled] [ 1.768004] pci 0000:00:0b.0: PCI bridge to [bus 04-04] [ 1.772002] pci 0000:00:0b.0: bridge window [io disabled] [ 1.776003] pci 0000:00:0b.0: bridge window [mem disabled] [ 1.780003] pci 0000:00:0b.0: bridge window [mem pref disabled] [ 1.784004] pci 0000:00:0c.0: PCI bridge to [bus 03-03] [ 1.788002] pci 0000:00:0c.0: bridge window [io disabled] [ 1.792003] pci 0000:00:0c.0: bridge window [mem disabled] [ 1.796003] pci 0000:00:0c.0: bridge window [mem pref disabled] [ 1.800004] pci 0000:00:0d.0: PCI bridge to [bus 02-02] [ 1.804002] pci 0000:00:0d.0: bridge window [io disabled] [ 1.808003] pci 0000:00:0d.0: bridge window [mem disabled] [ 1.812003] pci 0000:00:0d.0: bridge window [mem pref disabled] [ 1.816007] pci 0000:01:00.0: BAR 6: assigned [mem 0xd8000000-0xd801ffff pref] [ 1.820003] pci 0000:00:0e.0: PCI bridge to [bus 01-01] [ 1.824003] pci 0000:00:0e.0: bridge window [io 0xb000-0xbfff] [ 1.828004] pci 0000:00:0e.0: bridge window [mem 0xd8000000-0xd9ffffff] [ 1.832003] pci 0000:00:0e.0: bridge window [mem 0xd0000000-0xd7ffffff 64bit pref] [ 1.836009] pci 0000:00:09.0: setting latency timer to 64 [ 1.840006] pci 0000:00:0b.0: setting latency timer to 64 [ 1.844006] pci 0000:00:0c.0: setting latency timer to 64 [ 1.848006] pci 0000:00:0d.0: setting latency timer to 64 [ 1.852006] pci 0000:00:0e.0: setting latency timer to 64 [ 1.856003] pci_bus 0000:00: resource 0 [io 0x0000-0xffff] [ 1.860003] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff] [ 1.864003] pci_bus 0000:05: resource 0 [io 0xc000-0xcfff] [ 1.868003] pci_bus 0000:05: resource 1 [mem 0xda000000-0xda0fffff] [ 1.872002] pci_bus 0000:05: resource 4 [io 0x0000-0xffff] [ 1.876003] pci_bus 0000:05: resource 5 [mem 0x00000000-0xffffffff] [ 1.880003] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff] [ 1.884003] pci_bus 0000:01: resource 1 [mem 0xd8000000-0xd9ffffff] [ 1.888003] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xd7ffffff 64bit pref] [ 1.892004] initcall pcibios_assign_resources+0x0/0x62 returned 0 after 136718 usecs [ 1.896003] calling sysctl_core_init+0x0/0x28 @ 1 [ 1.900008] initcall sysctl_core_init+0x0/0x28 returned 0 after 0 usecs [ 1.904003] calling inet_init+0x0/0x1c1 @ 1 [ 1.908012] NET: Registered protocol family 2 [ 1.912030] IP route cache hash table entries: 32768 (order: 5, 131072 bytes) [ 1.916171] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [ 1.920701] TCP bind hash table entries: 65536 (order: 7, 524288 bytes) [ 1.924350] TCP: Hash tables configured (established 131072 bind 65536) [ 1.928003] TCP reno registered [ 1.931213] initcall inet_init+0x0/0x1c1 returned 0 after 19531 usecs [ 1.932004] calling af_unix_init+0x0/0x41 @ 1 [ 1.936003] NET: Registered protocol family 1 [ 1.940007] initcall af_unix_init+0x0/0x41 returned 0 after 3906 usecs [ 1.944003] calling populate_rootfs+0x0/0xdd @ 1 [ 1.948084] initcall populate_rootfs+0x0/0xdd returned 0 after 0 usecs [ 1.952005] calling pci_iommu_init+0x0/0x30 @ 1 [ 1.956004] initcall pci_iommu_init+0x0/0x30 returned 0 after 0 usecs [ 1.960004] calling i8259A_init_sysfs+0x0/0x27 @ 1 [ 1.964032] initcall i8259A_init_sysfs+0x0/0x27 returned 0 after 0 usecs [ 1.968003] calling sbf_init+0x0/0xd6 @ 1 [ 1.972003] initcall sbf_init+0x0/0xd6 returned 0 after 0 usecs [ 1.976003] calling i8237A_init_sysfs+0x0/0x19 @ 1 [ 1.980020] initcall i8237A_init_sysfs+0x0/0x19 returned 0 after 0 usecs [ 1.984003] calling add_rtc_cmos+0x0/0x69 @ 1 [ 1.988023] platform rtc_cmos: registered platform RTC device (no PNP device found) [ 1.992003] initcall add_rtc_cmos+0x0/0x69 returned 0 after 3906 usecs [ 1.996005] calling cache_sysfs_init+0x0/0x51 @ 1 [ 2.000004] initcall cache_sysfs_init+0x0/0x51 returned 0 after 0 usecs [ 2.004004] calling ioapic_init_sysfs+0x0/0x80 @ 1 [ 2.008021] initcall ioapic_init_sysfs+0x0/0x80 returned 0 after 0 usecs [ 2.012003] calling add_pcspkr+0x0/0x28 @ 1 [ 2.016018] initcall add_pcspkr+0x0/0x28 returned 0 after 0 usecs [ 2.020003] calling proc_execdomains_init+0x0/0x1a @ 1 [ 2.024006] initcall proc_execdomains_init+0x0/0x1a returned 0 after 0 usecs [ 2.028003] calling ioresources_init+0x0/0x30 @ 1 [ 2.032006] initcall ioresources_init+0x0/0x30 returned 0 after 0 usecs [ 2.036003] calling uid_cache_init+0x0/0x72 @ 1 [ 2.040004] initcall uid_cache_init+0x0/0x72 returned 0 after 0 usecs [ 2.044003] calling init_posix_timers+0x0/0x149 @ 1 [ 2.048004] initcall init_posix_timers+0x0/0x149 returned 0 after 0 usecs [ 2.052003] calling init_posix_cpu_timers+0x0/0xc2 @ 1 [ 2.056003] initcall init_posix_cpu_timers+0x0/0xc2 returned 0 after 0 usecs [ 2.060003] calling nsproxy_cache_init+0x0/0x25 @ 1 [ 2.064003] initcall nsproxy_cache_init+0x0/0x25 returned 0 after 0 usecs [ 2.068003] calling create_proc_profile+0x0/0x186 @ 1 [ 2.072003] initcall create_proc_profile+0x0/0x186 returned 0 after 0 usecs [ 2.076003] calling timekeeping_init_device+0x0/0x19 @ 1 [ 2.080025] initcall timekeeping_init_device+0x0/0x19 returned 0 after 0 usecs [ 2.084003] calling init_clocksource_sysfs+0x0/0x3f @ 1 [ 2.088023] initcall init_clocksource_sysfs+0x0/0x3f returned 0 after 0 usecs [ 2.092003] calling init_timer_list_procfs+0x0/0x23 @ 1 [ 2.096005] initcall init_timer_list_procfs+0x0/0x23 returned 0 after 0 usecs [ 2.100003] calling futex_init+0x0/0x54 @ 1 [ 2.104006] initcall futex_init+0x0/0x54 returned 0 after 0 usecs [ 2.108003] calling proc_dma_init+0x0/0x1a @ 1 [ 2.112005] initcall proc_dma_init+0x0/0x1a returned 0 after 0 usecs [ 2.116003] calling proc_modules_init+0x0/0x1a @ 1 [ 2.120005] initcall proc_modules_init+0x0/0x1a returned 0 after 0 usecs [ 2.124003] calling kallsyms_init+0x0/0x1d @ 1 [ 2.128005] initcall kallsyms_init+0x0/0x1d returned 0 after 0 usecs [ 2.132003] calling crash_save_vmcoreinfo_init+0x0/0x341 @ 1 [ 2.136026] initcall crash_save_vmcoreinfo_init+0x0/0x341 returned 0 after 0 usecs [ 2.140003] calling crash_notes_memory_init+0x0/0x2d @ 1 [ 2.144005] initcall crash_notes_memory_init+0x0/0x2d returned 0 after 0 usecs [ 2.148003] calling audit_init+0x0/0x10a @ 1 [ 2.152002] audit: initializing netlink socket (disabled) [ 2.156017] type=2000 audit(1287514719.156:1): initialized [ 2.160004] initcall audit_init+0x0/0x10a returned 0 after 7812 usecs [ 2.164003] calling rcuclassic_trace_init+0x0/0xd7 @ 1 [ 2.168027] initcall rcuclassic_trace_init+0x0/0xd7 returned 0 after 0 usecs [ 2.172003] calling utsname_sysctl_init+0x0/0xd @ 1 [ 2.176004] initcall utsname_sysctl_init+0x0/0xd returned 0 after 0 usecs [ 2.180005] calling init_tracepoints+0x0/0xa @ 1 [ 2.184004] initcall init_tracepoints+0x0/0xa returned 0 after 0 usecs [ 2.188003] calling init_events+0x0/0x50 @ 1 [ 2.192006] initcall init_events+0x0/0x50 returned 0 after 0 usecs [ 2.196003] calling init_sched_switch_trace+0x0/0xa @ 1 [ 2.212009] Testing tracer sched_switch: PASSED [ 2.352723] initcall init_sched_switch_trace+0x0/0xa returned 0 after 148437 usecs [ 2.360004] calling init_irqsoff_tracer+0x0/0x21 @ 1 [ 2.372003] Testing tracer irqsoff: PASSED [ 2.404004] Testing tracer preemptoff: PASSED [ 2.436004] Testing tracer preemptirqsoff: PASSED [ 2.464721] initcall init_irqsoff_tracer+0x0/0x21 returned 0 after 97656 usecs [ 2.468003] calling init_wakeup_tracer+0x0/0x19 @ 1 [ 2.484004] Testing tracer wakeup: PASSED [ 2.828010] Testing tracer wakeup_rt: PASSED [ 3.164720] initcall init_wakeup_tracer+0x0/0x19 returned 0 after 671875 usecs [ 3.168003] calling init_mmio_trace+0x0/0xa @ 1 [ 3.176007] initcall init_mmio_trace+0x0/0xa returned 0 after 0 usecs [ 3.180004] calling init_per_zone_wmark_min+0x0/0x55 @ 1 [ 3.188042] initcall init_per_zone_wmark_min+0x0/0x55 returned 0 after 0 usecs [ 3.192003] calling kswapd_init+0x0/0x19 @ 1 [ 3.200045] initcall kswapd_init+0x0/0x19 returned 0 after 0 usecs [ 3.204003] calling setup_vmstat+0x0/0xa4 @ 1 [ 3.208017] initcall setup_vmstat+0x0/0xa4 returned 0 after 0 usecs [ 3.216007] calling mm_sysfs_init+0x0/0x1e @ 1 [ 3.220009] initcall mm_sysfs_init+0x0/0x1e returned 0 after 0 usecs [ 3.224003] calling proc_vmalloc_init+0x0/0x1d @ 1 [ 3.232005] initcall proc_vmalloc_init+0x0/0x1d returned 0 after 0 usecs [ 3.236003] calling init_emergency_pool+0x0/0x77 @ 1 [ 3.244018] highmem bounce pool size: 64 pages [ 3.248004] initcall init_emergency_pool+0x0/0x77 returned 0 after 3906 usecs [ 3.256003] calling hugetlb_init+0x0/0x2f6 @ 1 [ 3.260003] HugeTLB registered 4 MB page size, pre-allocated 0 pages [ 3.264011] initcall hugetlb_init+0x0/0x2f6 returned 0 after 3906 usecs [ 3.272003] calling ksm_init+0x0/0x121 @ 1 [ 3.277768] initcall ksm_init+0x0/0x121 returned 0 after 0 usecs [ 3.280003] calling fcntl_init+0x0/0x22 @ 1 [ 3.288008] initcall fcntl_init+0x0/0x22 returned 0 after 0 usecs [ 3.292004] calling proc_filesystems_init+0x0/0x1a @ 1 [ 3.296015] initcall proc_filesystems_init+0x0/0x1a returned 0 after 0 usecs [ 3.304003] calling fsnotify_mark_init+0x0/0x2d @ 1 [ 3.311409] initcall fsnotify_mark_init+0x0/0x2d returned 0 after 0 usecs [ 3.316006] calling dnotify_init+0x0/0x66 @ 1 [ 3.320005] initcall dnotify_init+0x0/0x66 returned 0 after 0 usecs [ 3.328004] calling inotify_user_setup+0x0/0x64 @ 1 [ 3.332004] initcall inotify_user_setup+0x0/0x64 returned 0 after 0 usecs [ 3.340004] calling proc_locks_init+0x0/0x1a @ 1 [ 3.344006] initcall proc_locks_init+0x0/0x1a returned 0 after 0 usecs [ 3.348003] calling init_mbcache+0x0/0xd @ 1 [ 3.356003] initcall init_mbcache+0x0/0xd returned 0 after 0 usecs [ 3.360003] calling dquot_init+0x0/0xef @ 1 [ 3.364002] VFS: Disk quotas dquot_6.5.2 [ 3.368018] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 3.376003] initcall dquot_init+0x0/0xef returned 0 after 11718 usecs [ 3.380003] calling proc_cmdline_init+0x0/0x1a @ 1 [ 3.388005] initcall proc_cmdline_init+0x0/0x1a returned 0 after 0 usecs [ 3.392003] calling proc_cpuinfo_init+0x0/0x1a @ 1 [ 3.400005] initcall proc_cpuinfo_init+0x0/0x1a returned 0 after 0 usecs [ 3.404003] calling proc_devices_init+0x0/0x1a @ 1 [ 3.408004] initcall proc_devices_init+0x0/0x1a returned 0 after 0 usecs [ 3.416003] calling proc_interrupts_init+0x0/0x1a @ 1 [ 3.420005] initcall proc_interrupts_init+0x0/0x1a returned 0 after 0 usecs [ 3.428003] calling proc_loadavg_init+0x0/0x1a @ 1 [ 3.432004] initcall proc_loadavg_init+0x0/0x1a returned 0 after 0 usecs [ 3.440003] calling proc_meminfo_init+0x0/0x1a @ 1 [ 3.444004] initcall proc_meminfo_init+0x0/0x1a returned 0 after 0 usecs [ 3.452003] calling proc_stat_init+0x0/0x1a @ 1 [ 3.456004] initcall proc_stat_init+0x0/0x1a returned 0 after 0 usecs [ 3.464003] calling proc_uptime_init+0x0/0x1a @ 1 [ 3.468004] initcall proc_uptime_init+0x0/0x1a returned 0 after 0 usecs [ 3.476003] calling proc_version_init+0x0/0x1a @ 1 [ 3.480005] initcall proc_version_init+0x0/0x1a returned 0 after 0 usecs [ 3.484003] calling proc_softirqs_init+0x0/0x1a @ 1 [ 3.492005] initcall proc_softirqs_init+0x0/0x1a returned 0 after 0 usecs [ 3.496003] calling proc_kmsg_init+0x0/0x1d @ 1 [ 3.504005] initcall proc_kmsg_init+0x0/0x1d returned 0 after 0 usecs [ 3.508003] calling proc_page_init+0x0/0x36 @ 1 [ 3.512006] initcall proc_page_init+0x0/0x36 returned 0 after 0 usecs [ 3.520003] calling init_devpts_fs+0x0/0x39 @ 1 [ 3.524023] initcall init_devpts_fs+0x0/0x39 returned 0 after 0 usecs [ 3.532003] calling init_ext3_fs+0x0/0x5e @ 1 [ 3.536005] initcall init_ext3_fs+0x0/0x5e returned 0 after 0 usecs [ 3.540003] calling journal_init+0x0/0x81 @ 1 [ 3.544004] initcall journal_init+0x0/0x81 returned 0 after 0 usecs [ 3.552003] calling init_ramfs_fs+0x0/0xa @ 1 [ 3.556004] initcall init_ramfs_fs+0x0/0xa returned 0 after 0 usecs [ 3.564003] calling init_hugetlbfs_fs+0x0/0x7c @ 1 [ 3.568018] initcall init_hugetlbfs_fs+0x0/0x7c returned 0 after 0 usecs [ 3.576003] calling ipc_init+0x0/0x1c @ 1 [ 3.580015] msgmni has been set to 1747 [ 3.584007] initcall ipc_init+0x0/0x1c returned 0 after 3906 usecs [ 3.588003] calling ipc_sysctl_init+0x0/0xd @ 1 [ 3.592004] initcall ipc_sysctl_init+0x0/0xd returned 0 after 0 usecs [ 3.600003] calling crypto_wq_init+0x0/0x28 @ 1 [ 3.606125] initcall crypto_wq_init+0x0/0x28 returned 0 after 0 usecs [ 3.612003] calling crypto_algapi_init+0x0/0x8 @ 1 [ 3.616007] initcall crypto_algapi_init+0x0/0x8 returned 0 after 0 usecs [ 3.624003] calling skcipher_module_init+0x0/0x2a @ 1 [ 3.628003] initcall skcipher_module_init+0x0/0x2a returned 0 after 0 usecs [ 3.636003] calling chainiv_module_init+0x0/0xa @ 1 [ 3.640004] initcall chainiv_module_init+0x0/0xa returned 0 after 0 usecs [ 3.644003] calling eseqiv_module_init+0x0/0xa @ 1 [ 3.652003] initcall eseqiv_module_init+0x0/0xa returned 0 after 0 usecs [ 3.656003] calling hmac_module_init+0x0/0xa @ 1 [ 3.664003] initcall hmac_module_init+0x0/0xa returned 0 after 0 usecs [ 3.668003] calling md5_mod_init+0x0/0xa @ 1 [ 3.675176] initcall md5_mod_init+0x0/0xa returned 0 after 0 usecs [ 3.680004] calling sha1_generic_mod_init+0x0/0xa @ 1 [ 3.686522] initcall sha1_generic_mod_init+0x0/0xa returned 0 after 0 usecs [ 3.692003] calling krng_mod_init+0x0/0xa @ 1 [ 3.697950] initcall krng_mod_init+0x0/0xa returned 0 after 0 usecs [ 3.704012] calling proc_genhd_init+0x0/0x30 @ 1 [ 3.708007] initcall proc_genhd_init+0x0/0x30 returned 0 after 0 usecs [ 3.712004] calling noop_init+0x0/0xd @ 1 [ 3.716006] io scheduler noop registered (default) [ 3.724003] initcall noop_init+0x0/0xd returned 0 after 7812 usecs [ 3.728003] calling btree_module_init+0x0/0x22 @ 1 [ 3.732005] initcall btree_module_init+0x0/0x22 returned 0 after 0 usecs [ 3.740003] calling percpu_counter_startup+0x0/0x12 @ 1 [ 3.744004] initcall percpu_counter_startup+0x0/0x12 returned 0 after 0 usecs [ 3.752003] calling audit_classes_init+0x0/0x4b @ 1 [ 3.756006] initcall audit_classes_init+0x0/0x4b returned 0 after 0 usecs [ 3.764003] calling pci_proc_init+0x0/0x55 @ 1 [ 3.768073] initcall pci_proc_init+0x0/0x55 returned 0 after 0 usecs [ 3.776003] calling pcie_portdrv_init+0x0/0x49 @ 1 [ 3.780053] pcieport 0000:00:0b.0: setting latency timer to 64 [ 3.788012] pcieport 0000:00:0c.0: setting latency timer to 64 [ 3.792009] pcieport 0000:00:0d.0: setting latency timer to 64 [ 3.796009] pcieport 0000:00:0e.0: setting latency timer to 64 [ 3.804019] initcall pcie_portdrv_init+0x0/0x49 returned 0 after 23437 usecs [ 3.812005] calling rand_initialize+0x0/0x21 @ 1 [ 3.816036] initcall rand_initialize+0x0/0x21 returned 0 after 0 usecs [ 3.820003] calling pty_init+0x0/0x295 @ 1 [ 3.828063] initcall pty_init+0x0/0x295 returned 0 after 0 usecs [ 3.832003] calling sysrq_init+0x0/0x69 @ 1 [ 3.836007] initcall sysrq_init+0x0/0x69 returned 0 after 0 usecs [ 3.844003] calling init_tis+0x0/0x80 @ 1 [ 3.848017] initcall init_tis+0x0/0x80 returned 0 after 0 usecs [ 3.852003] calling serial8250_init+0x0/0x141 @ 1 [ 3.856002] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 3.884004] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 3.892095] initcall serial8250_init+0x0/0x141 returned 0 after 35156 usecs [ 3.896004] calling isa_bus_init+0x0/0x2f @ 1 [ 3.900018] initcall isa_bus_init+0x0/0x2f returned 0 after 0 usecs [ 3.908004] calling topology_sysfs_init+0x0/0x40 @ 1 [ 3.912013] initcall topology_sysfs_init+0x0/0x40 returned 0 after 0 usecs [ 3.920003] calling cpqarray_init+0x0/0x223 @ 1 [ 3.924002] Compaq SMART2 Driver (v 2.6.0) [ 3.928032] initcall cpqarray_init+0x0/0x223 returned -19 after 3906 usecs [ 3.936005] calling spi_transport_init+0x0/0x60 @ 1 [ 3.940023] initcall spi_transport_init+0x0/0x60 returned 0 after 0 usecs [ 3.948004] calling init_sd+0x0/0x127 @ 1 [ 3.952028] initcall init_sd+0x0/0x127 returned 0 after 0 usecs [ 3.956003] calling ahci_init+0x0/0x11 @ 1 [ 3.960049] initcall ahci_init+0x0/0x11 returned 0 after 0 usecs [ 3.968003] calling piix_init+0x0/0x20 @ 1 [ 3.972023] initcall piix_init+0x0/0x20 returned 0 after 0 usecs [ 3.976003] calling nv_init+0x0/0x11 @ 1 [ 3.980023] initcall nv_init+0x0/0x11 returned 0 after 0 usecs [ 3.988003] calling amd_init+0x0/0x11 @ 1 [ 3.992009] pata_amd 0000:00:06.0: version 0.4.1 [ 3.996038] pata_amd 0000:00:06.0: setting latency timer to 64 [ 4.004114] scsi0 : pata_amd [ 4.007071] scsi1 : pata_amd [ 4.008047] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14 [ 4.016003] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15 [ 4.020030] initcall amd_init+0x0/0x11 returned 0 after 27343 usecs [ 4.023964] calling 1_async_port_probe+0x0/0x92 @ 5 [ 4.023991] calling 2_async_port_probe+0x0/0x92 @ 29 [ 4.023993] async_waiting @ 29 [ 4.040005] calling oldpiix_init+0x0/0x11 @ 1 [ 4.044022] initcall oldpiix_init+0x0/0x11 returned 0 after 0 usecs [ 4.052003] calling via_init+0x0/0x11 @ 1 [ 4.056021] initcall via_init+0x0/0x11 returned 0 after 0 usecs [ 4.064003] calling e1000_init_module+0x0/0x2d @ 1 [ 4.068002] e1000e: Intel(R) PRO/1000 Network Driver - 1.2.7-k2 [ 4.072002] e1000e: Copyright (c) 1999 - 2010 Intel Corporation. [ 4.080038] initcall e1000_init_module+0x0/0x2d returned 0 after 11718 usecs [ 4.084003] calling e100_init_module+0x0/0x48 @ 1 [ 4.092002] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI [ 4.096002] e100: Copyright(c) 1999-2006 Intel Corporation [ 4.104033] initcall e100_init_module+0x0/0x48 returned 0 after 11718 usecs [ 4.108003] calling tg3_init+0x0/0x11 @ 1 [ 4.112023] initcall tg3_init+0x0/0x11 returned 0 after 0 usecs [ 4.120003] calling skge_init_module+0x0/0x44 @ 1 [ 4.124030] initcall skge_init_module+0x0/0x44 returned 0 after 0 usecs [ 4.132004] calling net_olddevs_init+0x0/0x7e @ 1 [ 4.136008] initcall net_olddevs_init+0x0/0x7e returned 0 after 0 usecs [ 4.144003] calling init_nic+0x0/0x11 @ 1 [ 4.148011] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64. [ 4.152015] IOAPIC[0]: Set routing entry (2-11 -> 0x49 -> IRQ 35 Mode:1 Active:1) [ 4.160006] forcedeth 0000:00:0a.0: PCI->APIC IRQ transform: INT A -> IRQ 35 [ 4.168003] forcedeth 0000:00:0a.0: setting latency timer to 64 [ 4.176025] nv_probe: set workaround bit for reversed mac addr [ 4.192501] ata1.00: ATA-6: HDS722525VLAT80, V36OA60A, max UDMA/100 [ 4.196003] ata1.00: 488397168 sectors, multi 1: LBA48 [ 4.204008] ata1: nv_mode_filter: 0x3f39f&0x3f3ff->0x3f39f, BIOS=0x3f000 (0xc60000c0) ACPI=0x0 [ 4.236414] ata1.00: configured for UDMA/100 [ 4.240713] async_waiting @ 5 [ 4.243683] async_continuing @ 5 after 0 usec [ 4.244111] scsi 0:0:0:0: Direct-Access ATA HDS722525VLAT80 V36O PQ: 0 ANSI: 5 [ 4.248186] calling 3_sd_probe_async+0x0/0x177 @ 30 [ 4.252035] initcall 1_async_port_probe+0x0/0x92 returned 0 after 226562 usecs [ 4.256005] async_continuing @ 29 after 230468 usec [ 4.260103] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB) [ 4.264057] sd 0:0:0:0: [sda] Write Protect is off [ 4.268004] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 4.272024] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 4.354415] sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 sda9 sda10 > [ 4.356471] sd 0:0:0:0: [sda] Attached SCSI disk [ 4.360004] initcall 3_sd_probe_async+0x0/0x177 returned 0 after 105468 usecs [ 4.428230] ata2.01: ATAPI: DVDRW IDE 16X, VER A079, max UDMA/66 [ 4.432007] ata2: nv_mode_filter: 0x1f39f&0x73ff->0x739f, BIOS=0x7000 (0xc60000c0) ACPI=0x0 [ 4.452164] ata2.01: configured for UDMA/33 [ 4.456649] async_waiting @ 29 [ 4.460002] async_continuing @ 29 after 0 usec [ 4.460754] scsi 1:0:1:0: CD-ROM DVDRW IDE 16X A079 PQ: 0 ANSI: 5 [ 4.472085] initcall 2_async_port_probe+0x0/0x92 returned 0 after 441406 usecs [ 4.700304] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x5043 @ 9, addr 00:13:d4:dc:41:12 [ 4.708003] forcedeth 0000:00:0a.0: highdma csum gbit lnktim desc-v3 [ 4.712020] initcall init_nic+0x0/0x11 returned 0 after 550781 usecs [ 4.720005] calling rtl8139_init_module+0x0/0x11 @ 1 [ 4.724012] 8139too: 8139too Fast Ethernet driver 0.9.28 [ 4.728012] 8139too 0000:05:07.0: PCI->APIC IRQ transform: INT A -> IRQ 35 [ 4.736384] 8139too 0000:05:07.0: eth1: RealTek RTL8139 at 0xc000, 00:c0:df:03:68:5d, IRQ 35 [ 4.744016] initcall rtl8139_init_module+0x0/0x11 returned 0 after 19531 usecs [ 4.752004] calling init_netconsole+0x0/0x183 @ 1 [ 4.756004] console [netcon0] enabled [ 4.760002] netconsole: network logging started [ 4.764004] initcall init_netconsole+0x0/0x183 returned 0 after 7812 usecs [ 4.772003] calling ehci_hcd_init+0x0/0x64 @ 1 [ 4.776002] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.784014] ehci_hcd 0000:00:02.1: can't find IRQ for PCI INT B; probably buggy MP table [ 4.792003] ehci_hcd 0000:00:02.1: Found HC with no IRQ. Check BIOS/PCI 0000:00:02.1 setup! [ 4.800004] ehci_hcd 0000:00:02.1: init 0000:00:02.1 fail, -19 [ 4.804030] initcall ehci_hcd_init+0x0/0x64 returned 0 after 27343 usecs [ 4.812004] calling ohci_hcd_mod_init+0x0/0x47 @ 1 [ 4.816002] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 4.824013] ohci_hcd 0000:00:02.0: can't find IRQ for PCI INT A; probably buggy MP table [ 4.832002] ohci_hcd 0000:00:02.0: Found HC with no IRQ. Check BIOS/PCI 0000:00:02.0 setup! [ 4.840003] ohci_hcd 0000:00:02.0: init 0000:00:02.0 fail, -19 [ 4.848018] initcall ohci_hcd_mod_init+0x0/0x47 returned 0 after 31250 usecs [ 4.852003] calling uhci_hcd_init+0x0/0x9e @ 1 [ 4.856002] uhci_hcd: USB Universal Host Controller Interface driver [ 4.864026] initcall uhci_hcd_init+0x0/0x9e returned 0 after 7812 usecs [ 4.872004] calling i8042_init+0x0/0x2c3 @ 1 [ 4.876041] PNP: No PS/2 controller found. Probing ports directly. [ 5.405182] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 5.412045] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 5.416033] initcall i8042_init+0x0/0x2c3 returned 0 after 527343 usecs [ 5.420004] calling mousedev_init+0x0/0x72 @ 1 [ 5.428078] mice: PS/2 mouse device common for all mice [ 5.432005] initcall mousedev_init+0x0/0x72 returned 0 after 3906 usecs [ 5.440004] calling atkbd_init+0x0/0x11 @ 1 [ 5.444601] initcall atkbd_init+0x0/0x11 returned 0 after 0 usecs [ 5.448004] calling init_ladder+0x0/0xa @ 1 [ 5.452003] cpuidle: using governor ladder [ 5.456004] initcall init_ladder+0x0/0xa returned 0 after 3906 usecs [ 5.464003] calling flow_cache_init_global+0x0/0x134 @ 1 [ 5.468013] initcall flow_cache_init_global+0x0/0x134 returned 0 after 0 usecs [ 5.476003] calling sysctl_ipv4_init+0x0/0x6d @ 1 [ 5.480010] initcall sysctl_ipv4_init+0x0/0x6d returned 0 after 0 usecs [ 5.488003] calling init_syncookies+0x0/0x12 @ 1 [ 5.492043] initcall init_syncookies+0x0/0x12 returned 0 after 0 usecs [ 5.500003] calling packet_init+0x0/0x35 @ 1 [ 5.504003] NET: Registered protocol family 17 [ 5.508008] initcall packet_init+0x0/0x35 returned 0 after 3906 usecs [ 5.516004] calling update_mp_table+0x0/0x558 @ 1 [ 5.520004] initcall update_mp_table+0x0/0x558 returned 0 after 0 usecs [ 5.524003] calling lapic_insert_resource+0x0/0x31 @ 1 [ 5.532004] initcall lapic_insert_resource+0x0/0x31 returned 0 after 0 usecs [ 5.540003] calling print_ipi_mode+0x0/0x24 @ 1 [ 5.544002] Using IPI No-Shortcut mode [ 5.548003] initcall print_ipi_mode+0x0/0x24 returned 0 after 3906 usecs [ 5.552003] calling io_apic_bug_finalize+0x0/0x16 @ 1 [ 5.560004] initcall io_apic_bug_finalize+0x0/0x16 returned 0 after 0 usecs [ 5.564004] calling check_early_ioremap_leak+0x0/0x58 @ 1 [ 5.572004] initcall check_early_ioremap_leak+0x0/0x58 returned 0 after 0 usecs [ 5.580004] calling init_oops_id+0x0/0x36 @ 1 [ 5.584006] initcall init_oops_id+0x0/0x36 returned 0 after 0 usecs [ 5.588003] calling printk_late_init+0x0/0x3e @ 1 [ 5.592003] initcall printk_late_init+0x0/0x3e returned 0 after 0 usecs [ 5.600003] calling pm_qos_power_init+0x0/0xa8 @ 1 [ 5.604081] initcall pm_qos_power_init+0x0/0xa8 returned 0 after 0 usecs [ 5.612004] calling clear_boot_tracer+0x0/0x23 @ 1 [ 5.616003] initcall clear_boot_tracer+0x0/0x23 returned 0 after 0 usecs [ 5.624003] calling event_trace_self_tests_init+0x0/0x246 @ 1 [ 5.628002] Running tests on trace events: [ 5.632002] Testing event kfree_skb: OK [ 5.652476] Testing event consume_skb: OK [ 5.672450] Testing event skb_copy_datagram_iovec: OK [ 5.692445] Testing event net_dev_xmit: OK [ 5.712453] Testing event net_dev_queue: OK [ 5.732448] Testing event netif_receive_skb: OK [ 5.752450] Testing event netif_rx: OK [ 5.768446] Testing event napi_poll: OK [ 5.788475] Testing event scsi_dispatch_cmd_start: OK [ 5.808441] Testing event scsi_dispatch_cmd_error: OK [ 5.828453] Testing event scsi_dispatch_cmd_done: OK [ 5.848444] Testing event scsi_dispatch_cmd_timeout: OK [ 5.868446] Testing event scsi_eh_wakeup: OK [ 5.888439] Testing event lock_kernel: OK [ 5.908467] Testing event unlock_kernel: OK [ 5.928443] Testing event block_rq_abort: [ 5.972116] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 [ 5.984014] OK [ 5.984014] Testing event block_rq_requeue: OK [ 6.004458] Testing event block_rq_complete: OK [ 6.024460] Testing event block_rq_insert: OK [ 6.044453] Testing event block_rq_issue: OK [ 6.064447] Testing event block_bio_bounce: OK [ 6.084457] Testing event block_bio_complete: OK [ 6.104441] Testing event block_bio_backmerge: OK [ 6.124459] Testing event block_bio_frontmerge: OK [ 6.144444] Testing event block_bio_queue: OK [ 6.164454] Testing event block_getrq: OK [ 6.184446] Testing event block_sleeprq: OK [ 6.204440] Testing event block_plug: OK [ 6.224442] Testing event block_unplug_timer: OK [ 6.244452] Testing event block_unplug_io: OK [ 6.264454] Testing event block_split: OK [ 6.284455] Testing event block_remap: OK [ 6.304447] Testing event block_rq_remap: OK [ 6.324451] Testing event writeback_nothread: OK [ 6.344442] Testing event writeback_queue: OK [ 6.364453] Testing event writeback_exec: OK [ 6.384447] Testing event writeback_pages_written: OK [ 6.404457] Testing event writeback_nowork: OK [ 6.424441] Testing event writeback_wake_thread: OK [ 6.444443] Testing event writeback_wake_forker_thread: OK [ 6.464445] Testing event writeback_bdi_register: OK [ 6.485625] Testing event writeback_bdi_unregister: OK [ 6.504457] Testing event writeback_thread_start: OK [ 6.524457] Testing event writeback_thread_stop: OK [ 6.544443] Testing event wbc_writeback_start: OK [ 6.564452] Testing event wbc_writeback_written: OK [ 6.584446] Testing event wbc_writeback_wait: OK [ 6.604457] Testing event wbc_balance_dirty_start: OK [ 6.624440] Testing event wbc_balance_dirty_written: OK [ 6.644459] Testing event wbc_balance_dirty_wait: OK [ 6.664444] Testing event wbc_writepage: OK [ 6.686792] Testing event kmalloc: OK [ 6.704446] Testing event kmem_cache_alloc: OK [ 6.724449] Testing event kmalloc_node: OK [ 6.744459] Testing event kmem_cache_alloc_node: [ 6.749111] BUG: unable to handle kernel paging request at ffffffff [ 6.752000] IP: [<f6425f7c>] 0xf6425f7c [ 6.752000] *pde = 01384067 *pte = 00000000 [ 6.752000] Oops: 0002 [#1] PREEMPT SMP [ 6.752000] last sysfs file: [ 6.752000] Modules linked in: [ 6.752000] [ 6.752000] Pid: 2, comm: kthreadd Not tainted 2.6.36-rc8-tip+ #50831 / [ 6.752000] EIP: 0060:[<f6425f7c>] EFLAGS: 00010282 CPU: 0 [ 6.752000] EIP is at 0xf6425f7c [ 6.752000] EAX: ffffffff EBX: c1021c4f ECX: 00000001 EDX: 00000000 [ 6.752000] ESI: f6425f7c EDI: fffffff4 EBP: f640c000 ESP: f6425ee4 [ 6.752000] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 [ 6.752000] Process kthreadd (pid: 2, ti=f6424000 task=f640c000 task.ti=f6424000) [ 6.752000] Stack: [ 6.752000] c1021c4f f640c02c 00800711 00000000 00000000 00000000 f6425f7c f6809880 [ 6.752000] <0> f6425f7c 00000000 00000000 f6425f7c c1022a54 00000000 00000000 00000000 [ 6.752000] <0> 00000000 00800711 00000000 00000000 00000000 c101d94a f6809880 c131f3a0 [ 6.752000] Call Trace: [ 6.752000] [<c1021c4f>] ? copy_process+0xa1/0xd6d [ 6.752000] [<c1022a54>] ? do_fork+0x139/0x2ca [ 6.752000] [<c101d94a>] ? dequeue_task+0xb9/0xc8 [ 6.752000] [<c1245597>] ? schedule+0x821/0x84b [ 6.752000] [<c1038079>] ? kthread+0x0/0x68 [ 6.752000] [<c1007930>] ? kernel_thread+0x77/0x7f [ 6.752000] [<c1038079>] ? kthread+0x0/0x68 [ 6.752000] [<c1002cbc>] ? kernel_thread_helper+0x0/0x10 [ 6.752000] [<c1038172>] ? kthreadd+0x91/0xc7 [ 6.752000] [<c10380e1>] ? kthreadd+0x0/0xc7 [ 6.752000] [<c1002cc2>] ? kernel_thread_helper+0x6/0x10 [ 6.752000] Code: 98 80 f6 00 c0 40 f6 a9 37 61 f9 11 07 80 00 79 80 03 c1 c0 5f 42 f6 7c 5f 42 f6 30 79 00 c1 00 00 00 00 00 00 00 00 00 00 00 00 <00> 00 00 00 00 00 00 00 00 00 00 00 79 80 03 c1 70 3f 42 f6 00 [ 6.752000] EIP: [<f6425f7c>] 0xf6425f7c SS:ESP 0068:f6425ee4 [ 6.752000] CR2: 00000000ffffffff [ 6.752000] ---[ end trace 6000cf675d3eddec ]--- ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-21 11:09 ` Ingo Molnar @ 2010-10-22 17:58 ` Jason Baron 2010-10-22 18:24 ` Ingo Molnar 0 siblings, 1 reply; 50+ messages in thread From: Jason Baron @ 2010-10-22 17:58 UTC (permalink / raw) To: Ingo Molnar Cc: Steven Rostedt, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo, masami.hiramatsu.pt On Thu, Oct 21, 2010 at 01:09:25PM +0200, Ingo Molnar wrote: > * Ingo Molnar <mingo@elte.hu> wrote: > > > > > * Jason Baron <jbaron@redhat.com> wrote: > > > > > [...] Do we always fail after "Testing all events:" is printed? [...] > > > > Yes, in all cases i checked. Sometimes it's an oops. > > Such as this one: > > [ 6.724449] Testing event kmalloc_node: OK > [ 6.744459] Testing event kmem_cache_alloc_node: > [ 6.749111] BUG: unable to handle kernel paging request at ffffffff > [ 6.752000] IP: [<f6425f7c>] 0xf6425f7c > [ 6.752000] *pde = 01384067 *pte = 00000000 > [ 6.752000] Oops: 0002 [#1] PREEMPT SMP > [ 6.752000] last sysfs file: > [ 6.752000] Modules linked in: > [ 6.752000] > [ 6.752000] Pid: 2, comm: kthreadd Not tainted 2.6.36-rc8-tip+ #50831 / > [ 6.752000] EIP: 0060:[<f6425f7c>] EFLAGS: 00010282 CPU: 0 > [ 6.752000] EIP is at 0xf6425f7c > [ 6.752000] EAX: ffffffff EBX: c1021c4f ECX: 00000001 EDX: 00000000 > [ 6.752000] ESI: f6425f7c EDI: fffffff4 EBP: f640c000 ESP: f6425ee4 > [ 6.752000] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 > [ 6.752000] Process kthreadd (pid: 2, ti=f6424000 task=f640c000 task.ti=f6424000) > [ 6.752000] Stack: > [ 6.752000] c1021c4f f640c02c 00800711 00000000 00000000 00000000 f6425f7c f6809880 > [ 6.752000] <0> f6425f7c 00000000 00000000 f6425f7c c1022a54 00000000 00000000 00000000 > [ 6.752000] <0> 00000000 00800711 00000000 00000000 00000000 c101d94a f6809880 c131f3a0 > [ 6.752000] Call Trace: > [ 6.752000] [<c1021c4f>] ? copy_process+0xa1/0xd6d > [ 6.752000] [<c1022a54>] ? do_fork+0x139/0x2ca > [ 6.752000] [<c101d94a>] ? dequeue_task+0xb9/0xc8 > [ 6.752000] [<c1245597>] ? schedule+0x821/0x84b > [ 6.752000] [<c1038079>] ? kthread+0x0/0x68 > [ 6.752000] [<c1007930>] ? kernel_thread+0x77/0x7f > [ 6.752000] [<c1038079>] ? kthread+0x0/0x68 > [ 6.752000] [<c1002cbc>] ? kernel_thread_helper+0x0/0x10 > [ 6.752000] [<c1038172>] ? kthreadd+0x91/0xc7 > [ 6.752000] [<c10380e1>] ? kthreadd+0x0/0xc7 > [ 6.752000] [<c1002cc2>] ? kernel_thread_helper+0x6/0x10 > [ 6.752000] Code: 98 80 f6 00 c0 40 f6 a9 37 61 f9 11 07 80 00 79 80 03 c1 c0 5f 42 f6 7c 5f 42 f6 30 79 00 c1 00 00 00 00 00 00 00 00 00 00 00 00 <00> 00 00 00 00 00 00 00 00 00 00 00 79 80 03 c1 70 3f 42 f6 00 > [ 6.752000] EIP: [<f6425f7c>] 0xf6425f7c SS:ESP 0068:f6425ee4 > [ 6.752000] CR2: 00000000ffffffff > [ 6.752000] ---[ end trace 6000cf675d3eddec ]--- > > (captured two days ago) > > Full bootlog is attached below. > > Thanks, > > Ingo > Hi, this looks potentially like a separate issue from the 'hang' one - I'm wondering if this was re-produced with the same .config as the 'hang' case? I haven't been able to hit this one yet.... thanks, -Jason ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-22 17:58 ` Jason Baron @ 2010-10-22 18:24 ` Ingo Molnar 2010-10-22 18:39 ` Jason Baron 2010-10-22 21:42 ` Jason Baron 0 siblings, 2 replies; 50+ messages in thread From: Ingo Molnar @ 2010-10-22 18:24 UTC (permalink / raw) To: Jason Baron Cc: Steven Rostedt, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo, masami.hiramatsu.pt * Jason Baron <jbaron@redhat.com> wrote: > On Thu, Oct 21, 2010 at 01:09:25PM +0200, Ingo Molnar wrote: > > * Ingo Molnar <mingo@elte.hu> wrote: > > > > > > > > * Jason Baron <jbaron@redhat.com> wrote: > > > > > > > [...] Do we always fail after "Testing all events:" is printed? [...] > > > > > > Yes, in all cases i checked. Sometimes it's an oops. > > > > Such as this one: > > > > [ 6.724449] Testing event kmalloc_node: OK > > [ 6.744459] Testing event kmem_cache_alloc_node: > > [ 6.749111] BUG: unable to handle kernel paging request at ffffffff > > [ 6.752000] IP: [<f6425f7c>] 0xf6425f7c > > [ 6.752000] *pde = 01384067 *pte = 00000000 > > [ 6.752000] Oops: 0002 [#1] PREEMPT SMP > > [ 6.752000] last sysfs file: > > [ 6.752000] Modules linked in: > > [ 6.752000] > > [ 6.752000] Pid: 2, comm: kthreadd Not tainted 2.6.36-rc8-tip+ #50831 / > > [ 6.752000] EIP: 0060:[<f6425f7c>] EFLAGS: 00010282 CPU: 0 > > [ 6.752000] EIP is at 0xf6425f7c > > [ 6.752000] EAX: ffffffff EBX: c1021c4f ECX: 00000001 EDX: 00000000 > > [ 6.752000] ESI: f6425f7c EDI: fffffff4 EBP: f640c000 ESP: f6425ee4 > > [ 6.752000] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 > > [ 6.752000] Process kthreadd (pid: 2, ti=f6424000 task=f640c000 task.ti=f6424000) > > [ 6.752000] Stack: > > [ 6.752000] c1021c4f f640c02c 00800711 00000000 00000000 00000000 f6425f7c f6809880 > > [ 6.752000] <0> f6425f7c 00000000 00000000 f6425f7c c1022a54 00000000 00000000 00000000 > > [ 6.752000] <0> 00000000 00800711 00000000 00000000 00000000 c101d94a f6809880 c131f3a0 > > [ 6.752000] Call Trace: > > [ 6.752000] [<c1021c4f>] ? copy_process+0xa1/0xd6d > > [ 6.752000] [<c1022a54>] ? do_fork+0x139/0x2ca > > [ 6.752000] [<c101d94a>] ? dequeue_task+0xb9/0xc8 > > [ 6.752000] [<c1245597>] ? schedule+0x821/0x84b > > [ 6.752000] [<c1038079>] ? kthread+0x0/0x68 > > [ 6.752000] [<c1007930>] ? kernel_thread+0x77/0x7f > > [ 6.752000] [<c1038079>] ? kthread+0x0/0x68 > > [ 6.752000] [<c1002cbc>] ? kernel_thread_helper+0x0/0x10 > > [ 6.752000] [<c1038172>] ? kthreadd+0x91/0xc7 > > [ 6.752000] [<c10380e1>] ? kthreadd+0x0/0xc7 > > [ 6.752000] [<c1002cc2>] ? kernel_thread_helper+0x6/0x10 > > [ 6.752000] Code: 98 80 f6 00 c0 40 f6 a9 37 61 f9 11 07 80 00 79 80 03 c1 c0 5f 42 f6 7c 5f 42 f6 30 79 00 c1 00 00 00 00 00 00 00 00 00 00 00 00 <00> 00 00 00 00 00 00 00 00 00 00 00 79 80 03 c1 70 3f 42 f6 00 > > [ 6.752000] EIP: [<f6425f7c>] 0xf6425f7c SS:ESP 0068:f6425ee4 > > [ 6.752000] CR2: 00000000ffffffff > > [ 6.752000] ---[ end trace 6000cf675d3eddec ]--- > > > > (captured two days ago) > > > > Full bootlog is attached below. > > > > Thanks, > > > > Ingo > > > > Hi, > > this looks potentially like a separate issue from the 'hang' one - I'm wondering > if this was re-produced with the same .config as the 'hang' case? I haven't been > able to hit this one yet.... Not the same config, and it's very spurious - i.e. a slightly different -tip version with the same config will boot fine. (this suggests some race) Something very much not good with the fundamental mechanics of jump labels i'm afraid. It might be corrupting some memory here, or have some window of vulnerability in which an IRQ hits (or so) we will crash. Thanks, Ingo ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-22 18:24 ` Ingo Molnar @ 2010-10-22 18:39 ` Jason Baron 2010-10-23 20:02 ` Ingo Molnar 2010-10-22 21:42 ` Jason Baron 1 sibling, 1 reply; 50+ messages in thread From: Jason Baron @ 2010-10-22 18:39 UTC (permalink / raw) To: Ingo Molnar Cc: Steven Rostedt, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo, masami.hiramatsu.pt On Fri, Oct 22, 2010 at 08:24:33PM +0200, Ingo Molnar wrote: > * Jason Baron <jbaron@redhat.com> wrote: > > > On Thu, Oct 21, 2010 at 01:09:25PM +0200, Ingo Molnar wrote: > > > * Ingo Molnar <mingo@elte.hu> wrote: > > > > > > > > > > > * Jason Baron <jbaron@redhat.com> wrote: > > > > > > > > > [...] Do we always fail after "Testing all events:" is printed? [...] > > > > > > > > Yes, in all cases i checked. Sometimes it's an oops. > > > > > > Such as this one: > > > > > > [ 6.724449] Testing event kmalloc_node: OK > > > [ 6.744459] Testing event kmem_cache_alloc_node: > > > [ 6.749111] BUG: unable to handle kernel paging request at ffffffff > > > [ 6.752000] IP: [<f6425f7c>] 0xf6425f7c > > > [ 6.752000] *pde = 01384067 *pte = 00000000 > > > [ 6.752000] Oops: 0002 [#1] PREEMPT SMP > > > [ 6.752000] last sysfs file: > > > [ 6.752000] Modules linked in: > > > [ 6.752000] > > > [ 6.752000] Pid: 2, comm: kthreadd Not tainted 2.6.36-rc8-tip+ #50831 / > > > [ 6.752000] EIP: 0060:[<f6425f7c>] EFLAGS: 00010282 CPU: 0 > > > [ 6.752000] EIP is at 0xf6425f7c > > > [ 6.752000] EAX: ffffffff EBX: c1021c4f ECX: 00000001 EDX: 00000000 > > > [ 6.752000] ESI: f6425f7c EDI: fffffff4 EBP: f640c000 ESP: f6425ee4 > > > [ 6.752000] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 > > > [ 6.752000] Process kthreadd (pid: 2, ti=f6424000 task=f640c000 task.ti=f6424000) > > > [ 6.752000] Stack: > > > [ 6.752000] c1021c4f f640c02c 00800711 00000000 00000000 00000000 f6425f7c f6809880 > > > [ 6.752000] <0> f6425f7c 00000000 00000000 f6425f7c c1022a54 00000000 00000000 00000000 > > > [ 6.752000] <0> 00000000 00800711 00000000 00000000 00000000 c101d94a f6809880 c131f3a0 > > > [ 6.752000] Call Trace: > > > [ 6.752000] [<c1021c4f>] ? copy_process+0xa1/0xd6d > > > [ 6.752000] [<c1022a54>] ? do_fork+0x139/0x2ca > > > [ 6.752000] [<c101d94a>] ? dequeue_task+0xb9/0xc8 > > > [ 6.752000] [<c1245597>] ? schedule+0x821/0x84b > > > [ 6.752000] [<c1038079>] ? kthread+0x0/0x68 > > > [ 6.752000] [<c1007930>] ? kernel_thread+0x77/0x7f > > > [ 6.752000] [<c1038079>] ? kthread+0x0/0x68 > > > [ 6.752000] [<c1002cbc>] ? kernel_thread_helper+0x0/0x10 > > > [ 6.752000] [<c1038172>] ? kthreadd+0x91/0xc7 > > > [ 6.752000] [<c10380e1>] ? kthreadd+0x0/0xc7 > > > [ 6.752000] [<c1002cc2>] ? kernel_thread_helper+0x6/0x10 > > > [ 6.752000] Code: 98 80 f6 00 c0 40 f6 a9 37 61 f9 11 07 80 00 79 80 03 c1 c0 5f 42 f6 7c 5f 42 f6 30 79 00 c1 00 00 00 00 00 00 00 00 00 00 00 00 <00> 00 00 00 00 00 00 00 00 00 00 00 79 80 03 c1 70 3f 42 f6 00 > > > [ 6.752000] EIP: [<f6425f7c>] 0xf6425f7c SS:ESP 0068:f6425ee4 > > > [ 6.752000] CR2: 00000000ffffffff > > > [ 6.752000] ---[ end trace 6000cf675d3eddec ]--- > > > > > > (captured two days ago) > > > > > > Full bootlog is attached below. > > > > > > Thanks, > > > > > > Ingo > > > > > > > Hi, > > > > this looks potentially like a separate issue from the 'hang' one - I'm wondering > > if this was re-produced with the same .config as the 'hang' case? I haven't been > > able to hit this one yet.... > > Not the same config, and it's very spurious - i.e. a slightly different -tip version > with the same config will boot fine. (this suggests some race) > if possible, can you post that .config? thanks, -Jason ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-22 18:39 ` Jason Baron @ 2010-10-23 20:02 ` Ingo Molnar 2010-10-24 0:53 ` Steven Rostedt 2010-10-25 15:55 ` [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c Jason Baron 0 siblings, 2 replies; 50+ messages in thread From: Ingo Molnar @ 2010-10-23 20:02 UTC (permalink / raw) To: Jason Baron Cc: Steven Rostedt, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo, masami.hiramatsu.pt [-- Attachment #1: Type: text/plain, Size: 2315 bytes --] * Jason Baron <jbaron@redhat.com> wrote: > > Not the same config, and it's very spurious - i.e. a slightly different -tip > > version with the same config will boot fine. (this suggests some race) > > if possible, can you post that .config? I just reproduced it again with tip-1128a72 - config and full bootlog attached. The crash picture tends to vary - sometimes it crashes in fork, sometimes in the timer interrupt. Here's the current one: [ 15.384483] Running tests on trace events: [ 15.388580] Testing event kfree_skb: [ 15.392381] BUG: unable to handle kernel NULL pointer dereference at (null) [ 15.395408] IP: [<(null)>] (null) [ 15.395408] *pde = 00000000 [ 15.395408] Oops: 0000 [#1] SMP [ 15.395408] last sysfs file: [ 15.395408] [ 15.395408] Pid: 2, comm: kthreadd Not tainted 2.6.36-tip-03573-g1128a72-dirty #51926 A8N-E/System Product Name [ 15.395408] EIP: 0060:[<00000000>] EFLAGS: 00010086 CPU: 0 [ 15.395408] EIP is at 0x0 [ 15.395408] EAX: c1049bb5 EBX: 00000286 ECX: 00000000 EDX: 00000000 [ 15.395408] ESI: 00000000 EDI: f5cd96e0 EBP: 00000063 ESP: f6449f24 [ 15.395408] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 [ 15.395408] Process kthreadd (pid: 2, ti=f6448000 task=f64443d0 task.ti=f6448000) [ 15.395408] Stack: [ 15.395408] c104d4e6 00800711 00000000 00000000 00000000 00000001 f6a09b00 f64443d0 [ 15.395408] c188a238 c1dffb00 c1f1f200 00000000 c1049c53 b3420a74 00800711 c1061a4b [ 15.395408] f6449fc0 f6449f7c c102ea40 00000000 00000000 00000000 00000000 00000000 [ 15.395408] Call Trace: [ 15.395408] [<c104d4e6>] ? do_fork+0x205/0x2aa [ 15.395408] [<c1049c53>] ? dequeue_task+0x97/0xa6 [ 15.395408] [<c1061a4b>] ? kthread+0x0/0x68 [ 15.395408] [<c102ea40>] ? kernel_thread+0x77/0x7f [ 15.395408] [<c1061a4b>] ? kthread+0x0/0x68 [ 15.395408] [<c10299c0>] ? kernel_thread_helper+0x0/0x10 [ 15.395408] [<c1061b40>] ? kthreadd+0x8d/0xbf [ 15.395408] [<c1061ab3>] ? kthreadd+0x0/0xbf [ 15.395408] [<c10299c6>] ? kernel_thread_helper+0x6/0x10 [ 15.395408] Code: Bad EIP value. [ 15.395408] EIP: [<00000000>] 0x0 SS:ESP 0068:f6449f24 [ 15.395408] CR2: 0000000000000000 [ 15.395408] ---[ end trace 105d75af79111d22 ]--- (One possibility would be kernel text corruption perhaps.) Thanks, Ingo [-- Attachment #2: config --] [-- Type: text/plain, Size: 60917 bytes --] # # Automatically generated make config: don't edit # Linux kernel version: 2.6.36 # Sat Oct 23 23:21:56 2010 # # CONFIG_64BIT is not set CONFIG_X86_32=y # CONFIG_X86_64 is not set CONFIG_X86=y CONFIG_INSTRUCTION_DECODER=y CONFIG_OUTPUT_FORMAT="elf32-i386" CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig" 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_MMU=y CONFIG_ZONE_DMA=y # CONFIG_NEED_DMA_MAP_STATE is not set CONFIG_NEED_SG_DMA_LENGTH=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_NEED_PER_CPU_EMBED_FIRST_CHUNK=y CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=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_USE_GENERIC_SMP_HELPERS=y CONFIG_X86_32_SMP=y CONFIG_X86_HT=y CONFIG_X86_TRAMPOLINE=y CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-ecx -fcall-saved-edx" CONFIG_KTIME_SCALAR=y CONFIG_ARCH_CPU_PROBE_RELEASE=y CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" CONFIG_CONSTRUCTORS=y CONFIG_HAVE_IRQ_WORK=y CONFIG_IRQ_WORK=y # # General setup # CONFIG_EXPERIMENTAL=y CONFIG_LOCK_KERNEL=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_CROSS_COMPILE="" CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_BZIP2=y CONFIG_HAVE_KERNEL_LZMA=y CONFIG_HAVE_KERNEL_LZO=y # CONFIG_KERNEL_GZIP is not set # CONFIG_KERNEL_BZIP2 is not set CONFIG_KERNEL_LZMA=y # CONFIG_KERNEL_LZO is not set # CONFIG_SWAP is not set # CONFIG_SYSVIPC is not set CONFIG_POSIX_MQUEUE=y CONFIG_POSIX_MQUEUE_SYSCTL=y # CONFIG_BSD_PROCESS_ACCT is not set CONFIG_TASKSTATS=y CONFIG_TASK_DELAY_ACCT=y # CONFIG_TASK_XACCT is not set # CONFIG_AUDIT is not set CONFIG_HAVE_GENERIC_HARDIRQS=y # # IRQ subsystem # CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y # CONFIG_GENERIC_HARDIRQS_NO_DEPRECATED is not set CONFIG_HAVE_SPARSE_IRQ=y CONFIG_GENERIC_IRQ_PROBE=y CONFIG_GENERIC_PENDING_IRQ=y # CONFIG_AUTO_IRQ_AFFINITY is not set # CONFIG_IRQ_PER_CPU is not set # CONFIG_HARDIRQS_SW_RESEND is not set CONFIG_SPARSE_IRQ=y # # RCU Subsystem # CONFIG_TREE_RCU=y # CONFIG_PREEMPT_RCU is not set # CONFIG_RCU_TRACE is not set CONFIG_RCU_FANOUT=32 # CONFIG_RCU_FANOUT_EXACT is not set # CONFIG_TREE_RCU_TRACE is not set # CONFIG_IKCONFIG is not set CONFIG_LOG_BUF_SHIFT=20 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y # CONFIG_CGROUPS is not set CONFIG_SYSFS_DEPRECATED=y # CONFIG_SYSFS_DEPRECATED_V2 is not set CONFIG_RELAY=y CONFIG_NAMESPACES=y CONFIG_UTS_NS=y CONFIG_IPC_NS=y # CONFIG_USER_NS is not set CONFIG_PID_NS=y CONFIG_NET_NS=y # CONFIG_BLK_DEV_INITRD is not set 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 is not set 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_EVENTS=y # # Kernel Performance Events And Counters # CONFIG_PERF_EVENTS=y # CONFIG_PERF_COUNTERS is not set CONFIG_VM_EVENT_COUNTERS=y CONFIG_PCI_QUIRKS=y CONFIG_SLUB_DEBUG=y CONFIG_COMPAT_BRK=y # CONFIG_SLAB is not set CONFIG_SLUB=y # CONFIG_PROFILING is not set CONFIG_TRACEPOINTS=y CONFIG_HAVE_OPROFILE=y CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y CONFIG_USER_RETURN_NOTIFIER=y CONFIG_HAVE_IOREMAP_PROT=y CONFIG_HAVE_KPROBES=y CONFIG_HAVE_KRETPROBES=y CONFIG_HAVE_OPTPROBES=y CONFIG_HAVE_ARCH_TRACEHOOK=y CONFIG_HAVE_DMA_ATTRS=y CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y CONFIG_HAVE_DMA_API_DEBUG=y CONFIG_HAVE_HW_BREAKPOINT=y CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y CONFIG_HAVE_USER_RETURN_NOTIFIER=y CONFIG_HAVE_PERF_EVENTS_NMI=y CONFIG_HAVE_ARCH_JUMP_LABEL=y # # GCOV-based kernel profiling # CONFIG_HAVE_GENERIC_DMA_COHERENT=y CONFIG_SLABINFO=y CONFIG_RT_MUTEXES=y CONFIG_BASE_SMALL=0 # CONFIG_MODULES is not set CONFIG_STOP_MACHINE=y CONFIG_BLOCK=y # CONFIG_LBDAF is not set CONFIG_BLK_DEV_BSG=y CONFIG_BLK_DEV_INTEGRITY=y # # IO Schedulers # CONFIG_IOSCHED_NOOP=y CONFIG_IOSCHED_DEADLINE=y # CONFIG_IOSCHED_CFQ is not set # CONFIG_DEFAULT_DEADLINE is not set CONFIG_DEFAULT_NOOP=y CONFIG_DEFAULT_IOSCHED="noop" CONFIG_PREEMPT_NOTIFIERS=y CONFIG_PADATA=y # CONFIG_INLINE_SPIN_TRYLOCK is not set # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set # CONFIG_INLINE_SPIN_LOCK is not set # CONFIG_INLINE_SPIN_LOCK_BH is not set # CONFIG_INLINE_SPIN_LOCK_IRQ is not set # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set CONFIG_INLINE_SPIN_UNLOCK=y # CONFIG_INLINE_SPIN_UNLOCK_BH is not set CONFIG_INLINE_SPIN_UNLOCK_IRQ=y # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set # CONFIG_INLINE_READ_TRYLOCK is not set # CONFIG_INLINE_READ_LOCK is not set # CONFIG_INLINE_READ_LOCK_BH is not set # CONFIG_INLINE_READ_LOCK_IRQ is not set # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set CONFIG_INLINE_READ_UNLOCK=y # CONFIG_INLINE_READ_UNLOCK_BH is not set CONFIG_INLINE_READ_UNLOCK_IRQ=y # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set # CONFIG_INLINE_WRITE_TRYLOCK is not set # CONFIG_INLINE_WRITE_LOCK is not set # CONFIG_INLINE_WRITE_LOCK_BH is not set # CONFIG_INLINE_WRITE_LOCK_IRQ is not set # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set CONFIG_INLINE_WRITE_UNLOCK=y # CONFIG_INLINE_WRITE_UNLOCK_BH is not set CONFIG_INLINE_WRITE_UNLOCK_IRQ=y # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set CONFIG_MUTEX_SPIN_ON_OWNER=y 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_X86_MPPARSE=y CONFIG_X86_BIGSMP=y CONFIG_X86_EXTENDED_PLATFORM=y CONFIG_X86_ELAN=y # CONFIG_X86_MRST 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 is not set CONFIG_NO_BOOTMEM=y # CONFIG_MEMTEST is not set CONFIG_X86_CPU=y CONFIG_X86_INTERNODE_CACHE_SHIFT=4 CONFIG_X86_CMPXCHG=y CONFIG_X86_L1_CACHE_SHIFT=4 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_ALIGNMENT_16=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_HPET_TIMER=y CONFIG_DMI=y # CONFIG_IOMMU_HELPER is not set # CONFIG_IOMMU_API is not set CONFIG_NR_CPUS=32 CONFIG_SCHED_SMT=y CONFIG_SCHED_MC=y # CONFIG_IRQ_TIME_ACCOUNTING is not set CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT_VOLUNTARY is not set # CONFIG_PREEMPT is not set CONFIG_X86_LOCAL_APIC=y CONFIG_X86_IO_APIC=y CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y # CONFIG_X86_MCE is not set CONFIG_VM86=y # CONFIG_TOSHIBA is not set # CONFIG_I8K is not set # CONFIG_X86_REBOOTFIXUPS is not set CONFIG_MICROCODE=y CONFIG_MICROCODE_INTEL=y # CONFIG_MICROCODE_AMD is not set CONFIG_MICROCODE_OLD_INTERFACE=y # CONFIG_X86_MSR is not set CONFIG_X86_CPUID=y # CONFIG_NOHIGHMEM is not set CONFIG_HIGHMEM4G=y # CONFIG_HIGHMEM64G is not set CONFIG_PAGE_OFFSET=0xC0000000 CONFIG_HIGHMEM=y # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set # CONFIG_ARCH_DMA_ADDR_T_64BIT is not set CONFIG_ARCH_FLATMEM_ENABLE=y CONFIG_ARCH_SPARSEMEM_ENABLE=y CONFIG_ARCH_SELECT_MEMORY_MODEL=y CONFIG_ILLEGAL_POINTER_VALUE=0 CONFIG_SELECT_MEMORY_MODEL=y CONFIG_FLATMEM_MANUAL=y # CONFIG_SPARSEMEM_MANUAL is not set CONFIG_FLATMEM=y CONFIG_FLAT_NODE_MEM_MAP=y CONFIG_SPARSEMEM_STATIC=y CONFIG_HAVE_MEMBLOCK=y CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_SPLIT_PTLOCK_CPUS=4 # CONFIG_PHYS_ADDR_T_64BIT is not set CONFIG_ZONE_DMA_FLAG=1 CONFIG_BOUNCE=y CONFIG_VIRT_TO_BUS=y CONFIG_MMU_NOTIFIER=y # CONFIG_KSM is not set CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 CONFIG_HIGHPTE=y CONFIG_X86_CHECK_BIOS_CORRUPTION=y CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y CONFIG_X86_RESERVE_LOW=64 CONFIG_MATH_EMULATION=y CONFIG_MTRR=y CONFIG_MTRR_SANITIZER=y CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0 CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1 CONFIG_X86_PAT=y CONFIG_ARCH_USES_PG_UNCACHED=y CONFIG_EFI=y CONFIG_SECCOMP=y CONFIG_CC_STACKPROTECTOR=y # CONFIG_HZ_100 is not set # CONFIG_HZ_250 is not set CONFIG_HZ_300=y # CONFIG_HZ_1000 is not set CONFIG_HZ=300 CONFIG_SCHED_HRTICK=y # CONFIG_KEXEC is not set CONFIG_CRASH_DUMP=y CONFIG_PHYSICAL_START=0x1000000 # CONFIG_RELOCATABLE is not set CONFIG_PHYSICAL_ALIGN=0x1000000 CONFIG_HOTPLUG_CPU=y # CONFIG_COMPAT_VDSO is not set CONFIG_CMDLINE_BOOL=y CONFIG_CMDLINE="" # CONFIG_CMDLINE_OVERRIDE is not set CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y # # Power management and ACPI options # CONFIG_PM=y CONFIG_PM_DEBUG=y CONFIG_PM_ADVANCED_DEBUG=y # CONFIG_PM_VERBOSE is not set CONFIG_CAN_PM_TRACE=y CONFIG_PM_TRACE=y CONFIG_PM_TRACE_RTC=y CONFIG_PM_SLEEP_SMP=y CONFIG_PM_SLEEP=y # CONFIG_PM_SLEEP_ADVANCED_DEBUG is not set CONFIG_SUSPEND_NVS=y CONFIG_SUSPEND=y CONFIG_SUSPEND_FREEZER=y CONFIG_PM_RUNTIME=y CONFIG_PM_OPS=y # CONFIG_PM_OPP is not set CONFIG_ACPI=y CONFIG_ACPI_SLEEP=y CONFIG_ACPI_PROCFS=y # CONFIG_ACPI_PROCFS_POWER is not set CONFIG_ACPI_POWER_METER=y CONFIG_ACPI_SYSFS_POWER=y # CONFIG_ACPI_EC_DEBUGFS is not set CONFIG_ACPI_PROC_EVENT=y # CONFIG_ACPI_AC is not set CONFIG_ACPI_BATTERY=y # CONFIG_ACPI_BUTTON is not set # CONFIG_ACPI_FAN is not set # CONFIG_ACPI_DOCK is not set CONFIG_ACPI_PROCESSOR=y CONFIG_ACPI_HOTPLUG_CPU=y CONFIG_ACPI_PROCESSOR_AGGREGATOR=y # CONFIG_ACPI_THERMAL is not set # CONFIG_ACPI_CUSTOM_DSDT is not set CONFIG_ACPI_BLACKLIST_YEAR=0 CONFIG_ACPI_DEBUG=y CONFIG_ACPI_DEBUG_FUNC_TRACE=y # CONFIG_ACPI_PCI_SLOT is not set CONFIG_X86_PM_TIMER=y CONFIG_ACPI_CONTAINER=y # CONFIG_ACPI_SBS is not set # CONFIG_ACPI_HED is not set # CONFIG_ACPI_APEI is not set # CONFIG_SFI is not set # CONFIG_APM is not set # # CPU Frequency scaling # # CONFIG_CPU_FREQ is not set CONFIG_CPU_IDLE=y CONFIG_CPU_IDLE_GOV_LADDER=y CONFIG_INTEL_IDLE=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_GOANY=y CONFIG_PCI_BIOS=y CONFIG_PCI_DIRECT=y CONFIG_PCI_MMCONFIG=y CONFIG_PCI_DOMAINS=y # CONFIG_PCI_CNB20LE_QUIRK is not set # CONFIG_PCIEPORTBUS is not set CONFIG_ARCH_SUPPORTS_MSI=y # CONFIG_PCI_MSI is not set # CONFIG_PCI_STUB is not set # CONFIG_HT_IRQ is not set CONFIG_PCI_IOV=y CONFIG_PCI_IOAPIC=y CONFIG_ISA_DMA_API=y CONFIG_ISA=y # CONFIG_EISA is not set CONFIG_MCA=y # CONFIG_MCA_LEGACY is not set # CONFIG_SCx200 is not set # CONFIG_OLPC is not set CONFIG_OLPC_OPENFIRMWARE=y CONFIG_AMD_NB=y CONFIG_PCCARD=y # CONFIG_PCMCIA is not set # CONFIG_CARDBUS is not set # # PC-card bridges # # CONFIG_YENTA is not set CONFIG_PCMCIA_PROBE=y CONFIG_HOTPLUG_PCI=y CONFIG_HOTPLUG_PCI_FAKE=y # CONFIG_HOTPLUG_PCI_COMPAQ is not set CONFIG_HOTPLUG_PCI_IBM=y # CONFIG_HOTPLUG_PCI_ACPI is not set # CONFIG_HOTPLUG_PCI_CPCI is not set CONFIG_HOTPLUG_PCI_SHPC=y # # Executable file formats / Emulations # CONFIG_BINFMT_ELF=y # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set CONFIG_HAVE_AOUT=y CONFIG_BINFMT_AOUT=y CONFIG_BINFMT_MISC=y CONFIG_HAVE_ATOMIC_IOMAP=y CONFIG_HAVE_TEXT_POKE_SMP=y CONFIG_NET=y # # Networking options # CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_XFRM=y # CONFIG_XFRM_USER is not set CONFIG_XFRM_SUB_POLICY=y # CONFIG_XFRM_MIGRATE is not set CONFIG_XFRM_STATISTICS=y # CONFIG_NET_KEY 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=y # CONFIG_IP_PNP_DHCP is not set CONFIG_IP_PNP_BOOTP=y # CONFIG_IP_PNP_RARP is not set CONFIG_NET_IPIP=y CONFIG_NET_IPGRE=y CONFIG_NET_IPGRE_BROADCAST=y CONFIG_IP_MROUTE=y CONFIG_IP_MROUTE_MULTIPLE_TABLES=y CONFIG_IP_PIMSM_V1=y # CONFIG_IP_PIMSM_V2 is not set # CONFIG_ARPD is not set CONFIG_SYN_COOKIES=y CONFIG_INET_AH=y # CONFIG_INET_ESP is not set # CONFIG_INET_IPCOMP is not set # CONFIG_INET_XFRM_TUNNEL is not set CONFIG_INET_TUNNEL=y CONFIG_INET_XFRM_MODE_TRANSPORT=y # CONFIG_INET_XFRM_MODE_TUNNEL is not set # CONFIG_INET_XFRM_MODE_BEET is not set CONFIG_INET_LRO=y CONFIG_INET_DIAG=y CONFIG_INET_TCP_DIAG=y CONFIG_TCP_CONG_ADVANCED=y # CONFIG_TCP_CONG_BIC is not set # CONFIG_TCP_CONG_CUBIC is not set # CONFIG_TCP_CONG_WESTWOOD is not set # CONFIG_TCP_CONG_HTCP is not set # CONFIG_TCP_CONG_HSTCP is not set # CONFIG_TCP_CONG_HYBLA is not set CONFIG_TCP_CONG_VEGAS=y CONFIG_TCP_CONG_SCALABLE=y # CONFIG_TCP_CONG_LP is not set # CONFIG_TCP_CONG_VENO is not set CONFIG_TCP_CONG_YEAH=y # CONFIG_TCP_CONG_ILLINOIS is not set CONFIG_DEFAULT_VEGAS=y # CONFIG_DEFAULT_RENO is not set CONFIG_DEFAULT_TCP_CONG="vegas" CONFIG_TCP_MD5SIG=y # CONFIG_IPV6 is not set # CONFIG_NETLABEL is not set # CONFIG_NETWORK_SECMARK is not set # CONFIG_NETWORK_PHY_TIMESTAMPING is not set CONFIG_NETFILTER=y CONFIG_NETFILTER_DEBUG=y # CONFIG_NETFILTER_ADVANCED is not set # # Core Netfilter Configuration # CONFIG_NETFILTER_NETLINK=y CONFIG_NETFILTER_NETLINK_LOG=y # CONFIG_NF_CONNTRACK is not set CONFIG_NETFILTER_XTABLES=y # # Xtables combined modules # # CONFIG_NETFILTER_XT_MARK is not set # # Xtables targets # # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set # # Xtables matches # CONFIG_NETFILTER_XT_MATCH_POLICY=y # # IP: Netfilter Configuration # # CONFIG_NF_DEFRAG_IPV4 is not set # CONFIG_IP_NF_IPTABLES is not set # CONFIG_IP_DCCP is not set # CONFIG_IP_SCTP is not set # CONFIG_RDS is not set CONFIG_TIPC=y CONFIG_TIPC_ADVANCED=y CONFIG_TIPC_ZONES=3 CONFIG_TIPC_CLUSTERS=1 CONFIG_TIPC_NODES=255 CONFIG_TIPC_PORTS=8191 CONFIG_TIPC_LOG=0 # CONFIG_TIPC_DEBUG is not set # CONFIG_ATM is not set # CONFIG_L2TP is not set # CONFIG_BRIDGE is not set # CONFIG_NET_DSA is not set # CONFIG_VLAN_8021Q is not set # CONFIG_DECNET is not set CONFIG_LLC=y # CONFIG_LLC2 is not set CONFIG_IPX=y # CONFIG_IPX_INTERN is not set # CONFIG_ATALK is not set # CONFIG_X25 is not set CONFIG_LAPB=y CONFIG_ECONET=y CONFIG_ECONET_AUNUDP=y CONFIG_ECONET_NATIVE=y CONFIG_WAN_ROUTER=y # CONFIG_PHONET is not set # CONFIG_IEEE802154 is not set # CONFIG_NET_SCHED is not set # CONFIG_DCB is not set CONFIG_DNS_RESOLVER=y CONFIG_RPS=y # # Network testing # CONFIG_NET_PKTGEN=y CONFIG_NET_DROP_MONITOR=y CONFIG_HAMRADIO=y # # Packet Radio protocols # # CONFIG_AX25 is not set CONFIG_CAN=y CONFIG_CAN_RAW=y # CONFIG_CAN_BCM is not set # # CAN Device Drivers # CONFIG_CAN_VCAN=y # CONFIG_CAN_DEV is not set CONFIG_CAN_DEBUG_DEVICES=y CONFIG_IRDA=y # # IrDA protocols # CONFIG_IRLAN=y # CONFIG_IRCOMM is not set # CONFIG_IRDA_ULTRA is not set # # IrDA options # CONFIG_IRDA_CACHE_LAST_LSAP=y # CONFIG_IRDA_FAST_RR is not set CONFIG_IRDA_DEBUG=y # # Infrared-port device drivers # # # SIR device drivers # # CONFIG_IRTTY_SIR is not set # # Dongle support # CONFIG_KINGSUN_DONGLE=y # CONFIG_KSDAZZLE_DONGLE is not set CONFIG_KS959_DONGLE=y # # FIR device drivers # # CONFIG_USB_IRDA is not set CONFIG_SIGMATEL_FIR=y # CONFIG_NSC_FIR is not set # CONFIG_WINBOND_FIR is not set CONFIG_TOSHIBA_FIR=y # CONFIG_SMC_IRCC_FIR is not set CONFIG_ALI_FIR=y # CONFIG_VLSI_FIR is not set # CONFIG_VIA_FIR is not set CONFIG_MCS_FIR=y # CONFIG_BT is not set CONFIG_AF_RXRPC=y # CONFIG_AF_RXRPC_DEBUG is not set CONFIG_RXKAD=y CONFIG_FIB_RULES=y CONFIG_WIRELESS=y # CONFIG_CFG80211 is not set CONFIG_LIB80211=y CONFIG_LIB80211_DEBUG=y # # CFG80211 needs to be enabled for MAC80211 # # # Some wireless drivers require a rate control algorithm # # CONFIG_WIMAX is not set CONFIG_RFKILL=y CONFIG_RFKILL_LEDS=y CONFIG_RFKILL_INPUT=y # CONFIG_CAIF is not set CONFIG_CEPH_LIB=y # CONFIG_CEPH_LIB_PRETTYDEBUG is not set # # Device Drivers # # # Generic Driver Options # CONFIG_UEVENT_HELPER_PATH="" # CONFIG_DEVTMPFS is not set CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_EXTRA_FIRMWARE="" # CONFIG_SYS_HYPERVISOR is not set CONFIG_CONNECTOR=y # CONFIG_PROC_EVENTS is not set # CONFIG_MTD is not set CONFIG_PARPORT=y CONFIG_PARPORT_PC=y CONFIG_PARPORT_SERIAL=y # CONFIG_PARPORT_PC_FIFO is not set # CONFIG_PARPORT_PC_SUPERIO is not set # CONFIG_PARPORT_GSC is not set CONFIG_PARPORT_AX88796=y CONFIG_PARPORT_1284=y CONFIG_PARPORT_NOT_PC=y CONFIG_PNP=y # CONFIG_PNP_DEBUG_MESSAGES is not set # # Protocols # CONFIG_ISAPNP=y CONFIG_PNPBIOS=y # CONFIG_PNPBIOS_PROC_FS is not set CONFIG_PNPACPI=y CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_FD is not set # CONFIG_BLK_DEV_XD is not set # CONFIG_PARIDE is not set CONFIG_BLK_CPQ_DA=y # CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_BLK_DEV_DAC960 is not set CONFIG_BLK_DEV_UMEM=y # CONFIG_BLK_DEV_COW_COMMON is not set # CONFIG_BLK_DEV_LOOP is not set # CONFIG_BLK_DEV_DRBD is not set CONFIG_BLK_DEV_NBD=y CONFIG_BLK_DEV_SX8=y # CONFIG_BLK_DEV_UB is not set # CONFIG_BLK_DEV_RAM is not set # CONFIG_CDROM_PKTCDVD is not set # CONFIG_ATA_OVER_ETH is not set CONFIG_BLK_DEV_HD=y CONFIG_BLK_DEV_RBD=y CONFIG_MISC_DEVICES=y CONFIG_AD525X_DPOT=y CONFIG_AD525X_DPOT_I2C=y CONFIG_IBM_ASM=y CONFIG_PHANTOM=y CONFIG_SGI_IOC4=y # CONFIG_TIFM_CORE is not set CONFIG_ICS932S401=y CONFIG_ENCLOSURE_SERVICES=y # CONFIG_CS5535_MFGPT is not set # CONFIG_HP_ILO is not set CONFIG_ISL29003=y # CONFIG_SENSORS_TSL2550 is not set # CONFIG_SENSORS_BH1780 is not set # CONFIG_HMC6352 is not set # CONFIG_DS1682 is not set # CONFIG_VMWARE_BALLOON is not set # CONFIG_BMP085 is not set CONFIG_PCH_PHUB=y # 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=y # CONFIG_CB710_CORE is not set CONFIG_HAVE_IDE=y # CONFIG_IDE is not set # # SCSI device support # CONFIG_SCSI_MOD=y CONFIG_RAID_ATTRS=y CONFIG_SCSI=y CONFIG_SCSI_DMA=y CONFIG_SCSI_TGT=y CONFIG_SCSI_NETLINK=y CONFIG_SCSI_PROC_FS=y # # SCSI support type (disk, tape, CD-ROM) # CONFIG_BLK_DEV_SD=y # CONFIG_CHR_DEV_ST is not set # CONFIG_CHR_DEV_OSST is not set # CONFIG_BLK_DEV_SR is not set # CONFIG_CHR_DEV_SG is not set CONFIG_CHR_DEV_SCH=y # CONFIG_SCSI_ENCLOSURE is not set CONFIG_SCSI_MULTI_LUN=y # CONFIG_SCSI_CONSTANTS is not set CONFIG_SCSI_LOGGING=y CONFIG_SCSI_SCAN_ASYNC=y # # SCSI Transports # CONFIG_SCSI_SPI_ATTRS=y CONFIG_SCSI_FC_ATTRS=y # CONFIG_SCSI_FC_TGT_ATTRS is not set CONFIG_SCSI_ISCSI_ATTRS=y CONFIG_SCSI_SAS_ATTRS=y CONFIG_SCSI_SAS_LIBSAS=y # CONFIG_SCSI_SAS_ATA is not set # CONFIG_SCSI_SAS_HOST_SMP is not set # CONFIG_SCSI_SAS_LIBSAS_DEBUG is not set # CONFIG_SCSI_SRP_ATTRS is not set CONFIG_SCSI_LOWLEVEL=y # CONFIG_ISCSI_TCP is not set CONFIG_ISCSI_BOOT_SYSFS=y # CONFIG_SCSI_CXGB3_ISCSI is not set CONFIG_SCSI_CXGB4_ISCSI=y CONFIG_SCSI_BNX2_ISCSI=y # CONFIG_BE2ISCSI is not set CONFIG_BLK_DEV_3W_XXXX_RAID=y CONFIG_SCSI_HPSA=y CONFIG_SCSI_3W_9XXX=y # CONFIG_SCSI_3W_SAS is not set CONFIG_SCSI_7000FASST=y # CONFIG_SCSI_ACARD is not set # CONFIG_SCSI_AHA152X is not set # CONFIG_SCSI_AHA1542 is not set CONFIG_SCSI_AACRAID=y CONFIG_SCSI_AIC7XXX=y CONFIG_AIC7XXX_CMDS_PER_DEVICE=32 CONFIG_AIC7XXX_RESET_DELAY_MS=5000 # CONFIG_AIC7XXX_DEBUG_ENABLE is not set CONFIG_AIC7XXX_DEBUG_MASK=0 # CONFIG_AIC7XXX_REG_PRETTY_PRINT is not set CONFIG_SCSI_AIC7XXX_OLD=y CONFIG_SCSI_AIC79XX=y CONFIG_AIC79XX_CMDS_PER_DEVICE=32 CONFIG_AIC79XX_RESET_DELAY_MS=5000 CONFIG_AIC79XX_DEBUG_ENABLE=y CONFIG_AIC79XX_DEBUG_MASK=0 CONFIG_AIC79XX_REG_PRETTY_PRINT=y # CONFIG_SCSI_AIC94XX is not set # CONFIG_SCSI_MVSAS is not set CONFIG_SCSI_DPT_I2O=y # CONFIG_SCSI_ADVANSYS is not set # CONFIG_SCSI_IN2000 is not set # CONFIG_SCSI_ARCMSR is not set # CONFIG_MEGARAID_NEWGEN is not set # CONFIG_MEGARAID_LEGACY is not set CONFIG_MEGARAID_SAS=y CONFIG_SCSI_MPT2SAS=y CONFIG_SCSI_MPT2SAS_MAX_SGE=128 # CONFIG_SCSI_MPT2SAS_LOGGING is not set # CONFIG_SCSI_HPTIOP is not set # CONFIG_SCSI_BUSLOGIC is not set CONFIG_VMWARE_PVSCSI=y CONFIG_LIBFC=y CONFIG_LIBFCOE=y CONFIG_FCOE=y CONFIG_FCOE_FNIC=y # CONFIG_SCSI_DMX3191D is not set CONFIG_SCSI_DTC3280=y # CONFIG_SCSI_EATA is not set CONFIG_SCSI_FUTURE_DOMAIN=y # CONFIG_SCSI_GDTH is not set # CONFIG_SCSI_GENERIC_NCR5380 is not set # CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set # CONFIG_SCSI_IBMMCA is not set CONFIG_SCSI_IPS=y # CONFIG_SCSI_INITIO is not set # CONFIG_SCSI_INIA100 is not set # CONFIG_SCSI_PPA is not set CONFIG_SCSI_IMM=y # CONFIG_SCSI_IZIP_EPP16 is not set # CONFIG_SCSI_IZIP_SLOW_CTR is not set CONFIG_SCSI_NCR53C406A=y # CONFIG_SCSI_NCR_D700 is not set CONFIG_SCSI_STEX=y # CONFIG_SCSI_SYM53C8XX_2 is not set CONFIG_SCSI_IPR=y CONFIG_SCSI_IPR_TRACE=y CONFIG_SCSI_IPR_DUMP=y CONFIG_SCSI_NCR_Q720=y CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS=8 CONFIG_SCSI_NCR53C8XX_MAX_TAGS=32 CONFIG_SCSI_NCR53C8XX_SYNC=20 CONFIG_SCSI_PAS16=y # CONFIG_SCSI_QLOGIC_FAS is not set CONFIG_SCSI_QLOGIC_1280=y CONFIG_SCSI_QLA_FC=y # CONFIG_SCSI_QLA_ISCSI is not set # CONFIG_SCSI_LPFC is not set CONFIG_SCSI_SIM710=y # CONFIG_SCSI_SYM53C416 is not set CONFIG_SCSI_DC395x=y # CONFIG_SCSI_DC390T is not set CONFIG_SCSI_T128=y CONFIG_SCSI_U14_34F=y # CONFIG_SCSI_U14_34F_TAGGED_QUEUE is not set CONFIG_SCSI_U14_34F_LINKED_COMMANDS=y CONFIG_SCSI_U14_34F_MAX_TAGS=8 # CONFIG_SCSI_ULTRASTOR is not set # CONFIG_SCSI_NSP32 is not set # CONFIG_SCSI_PMCRAID is not set CONFIG_SCSI_PM8001=y CONFIG_SCSI_SRP=y # CONFIG_SCSI_BFA_FC is not set CONFIG_SCSI_DH=y # CONFIG_SCSI_DH_RDAC is not set CONFIG_SCSI_DH_HP_SW=y # CONFIG_SCSI_DH_EMC is not set CONFIG_SCSI_DH_ALUA=y # CONFIG_SCSI_OSD_INITIATOR is not set CONFIG_ATA=y # CONFIG_ATA_NONSTANDARD is not set # CONFIG_ATA_VERBOSE_ERROR is not set CONFIG_ATA_ACPI=y CONFIG_SATA_PMP=y # # Controllers with non-SFF native interface # CONFIG_SATA_AHCI=y # CONFIG_SATA_AHCI_PLATFORM is not set CONFIG_SATA_INIC162X=y CONFIG_SATA_SIL24=y CONFIG_ATA_SFF=y # # SFF controllers with custom DMA interface # CONFIG_PDC_ADMA=y # CONFIG_SATA_QSTOR is not set # CONFIG_SATA_SX4 is not set CONFIG_ATA_BMDMA=y # # SATA SFF controllers with BMDMA # CONFIG_ATA_PIIX=y CONFIG_SATA_MV=y CONFIG_SATA_NV=y # CONFIG_SATA_PROMISE is not set # CONFIG_SATA_SIL is not set CONFIG_SATA_SIS=y CONFIG_SATA_SVW=y CONFIG_SATA_ULI=y # CONFIG_SATA_VIA is not set # CONFIG_SATA_VITESSE is not set # # PATA SFF controllers with BMDMA # # CONFIG_PATA_ALI is not set CONFIG_PATA_AMD=y # CONFIG_PATA_ARTOP is not set CONFIG_PATA_ATIIXP=y CONFIG_PATA_ATP867X=y # CONFIG_PATA_CMD64X is not set CONFIG_PATA_CS5520=y CONFIG_PATA_CS5530=y CONFIG_PATA_CS5535=y # CONFIG_PATA_CS5536 is not set # CONFIG_PATA_CYPRESS is not set CONFIG_PATA_EFAR=y CONFIG_PATA_HPT366=y # CONFIG_PATA_HPT37X is not set CONFIG_PATA_HPT3X2N=y CONFIG_PATA_HPT3X3=y # CONFIG_PATA_HPT3X3_DMA is not set # CONFIG_PATA_IT8213 is not set # CONFIG_PATA_IT821X is not set # CONFIG_PATA_JMICRON is not set # CONFIG_PATA_MARVELL is not set CONFIG_PATA_NETCELL=y CONFIG_PATA_NINJA32=y # CONFIG_PATA_NS87415 is not set CONFIG_PATA_OLDPIIX=y # CONFIG_PATA_OPTIDMA is not set CONFIG_PATA_PDC2027X=y CONFIG_PATA_PDC_OLD=y # CONFIG_PATA_RADISYS is not set CONFIG_PATA_RDC=y # CONFIG_PATA_SC1200 is not set # CONFIG_PATA_SCH is not set # CONFIG_PATA_SERVERWORKS is not set CONFIG_PATA_SIL680=y CONFIG_PATA_SIS=y CONFIG_PATA_TOSHIBA=y # CONFIG_PATA_TRIFLEX is not set CONFIG_PATA_VIA=y # CONFIG_PATA_WINBOND is not set # # PIO-only SFF controllers # # CONFIG_PATA_CMD640_PCI is not set CONFIG_PATA_ISAPNP=y # CONFIG_PATA_MPIIX is not set # CONFIG_PATA_NS87410 is not set CONFIG_PATA_OPTI=y CONFIG_PATA_QDI=y # CONFIG_PATA_RZ1000 is not set # CONFIG_PATA_WINBOND_VLB is not set # # Generic fallback / legacy drivers # CONFIG_PATA_ACPI=y # CONFIG_ATA_GENERIC is not set # CONFIG_PATA_LEGACY is not set CONFIG_MD=y # CONFIG_BLK_DEV_MD is not set # CONFIG_BLK_DEV_DM is not set # CONFIG_FUSION is not set # # IEEE 1394 (FireWire) support # # # You can enable one or both FireWire driver stacks. # # # The newer stack is recommended. # CONFIG_FIREWIRE=y # CONFIG_FIREWIRE_OHCI is not set # CONFIG_FIREWIRE_SBP2 is not set CONFIG_FIREWIRE_NET=y CONFIG_IEEE1394=y # CONFIG_IEEE1394_OHCI1394 is not set # CONFIG_IEEE1394_PCILYNX is not set CONFIG_IEEE1394_SBP2=y # CONFIG_IEEE1394_SBP2_PHYS_DMA is not set # CONFIG_IEEE1394_ETH1394_ROM_ENTRY is not set # CONFIG_IEEE1394_ETH1394 is not set CONFIG_IEEE1394_RAWIO=y CONFIG_IEEE1394_VERBOSEDEBUG=y CONFIG_FIREWIRE_NOSY=y # CONFIG_I2O is not set CONFIG_MACINTOSH_DRIVERS=y # CONFIG_MAC_EMUMOUSEBTN is not set CONFIG_NETDEVICES=y CONFIG_DUMMY=y CONFIG_BONDING=y CONFIG_MACVLAN=y CONFIG_MACVTAP=y # CONFIG_EQUALIZER is not set # CONFIG_TUN is not set CONFIG_VETH=y CONFIG_NET_SB1000=y CONFIG_ARCNET=y # CONFIG_ARCNET_1201 is not set CONFIG_ARCNET_1051=y CONFIG_ARCNET_RAW=y # CONFIG_ARCNET_CAP is not set # CONFIG_ARCNET_COM90xx is not set CONFIG_ARCNET_COM90xxIO=y # CONFIG_ARCNET_RIM_I is not set # CONFIG_ARCNET_COM20020 is not set CONFIG_PHYLIB=y # # MII PHY device drivers # # CONFIG_MARVELL_PHY is not set CONFIG_DAVICOM_PHY=y # CONFIG_QSEMI_PHY is not set CONFIG_LXT_PHY=y # CONFIG_CICADA_PHY is not set # CONFIG_VITESSE_PHY is not set # CONFIG_SMSC_PHY is not set # CONFIG_BROADCOM_PHY is not set # CONFIG_ICPLUS_PHY is not set # CONFIG_REALTEK_PHY is not set CONFIG_NATIONAL_PHY=y CONFIG_STE10XP=y # CONFIG_LSI_ET1011C_PHY is not set CONFIG_MICREL_PHY=y # CONFIG_FIXED_PHY is not set CONFIG_MDIO_BITBANG=y CONFIG_NET_ETHERNET=y CONFIG_MII=y CONFIG_HAPPYMEAL=y # CONFIG_SUNGEM is not set # CONFIG_CASSINI is not set # CONFIG_NET_VENDOR_3COM is not set # CONFIG_LANCE is not set CONFIG_NET_VENDOR_SMC=y # CONFIG_ULTRAMCA is not set CONFIG_ULTRA=y # CONFIG_SMC9194 is not set # CONFIG_ETHOC is not set CONFIG_NET_VENDOR_RACAL=y # CONFIG_NI52 is not set # CONFIG_NI65 is not set # CONFIG_DNET is not set # CONFIG_NET_TULIP is not set CONFIG_AT1700=y CONFIG_DEPCA=y CONFIG_HP100=y CONFIG_NET_ISA=y CONFIG_E2100=y CONFIG_EWRK3=y CONFIG_EEXPRESS=y # CONFIG_EEXPRESS_PRO is not set CONFIG_HPLAN=y CONFIG_LP486E=y CONFIG_ETH16I=y CONFIG_NE2000=y CONFIG_ZNET=y # CONFIG_SEEQ8005 is not set CONFIG_IBMLANA=y # 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 is not set # CONFIG_AMD8111_ETH is not set CONFIG_ADAPTEC_STARFIRE=y # CONFIG_AC3200 is not set CONFIG_KSZ884X_PCI=y CONFIG_APRICOT=y CONFIG_B44=y CONFIG_B44_PCI_AUTOSELECT=y CONFIG_B44_PCICORE_AUTOSELECT=y CONFIG_B44_PCI=y CONFIG_FORCEDETH=y # CONFIG_CS89x0 is not set CONFIG_E100=y CONFIG_FEALNX=y CONFIG_NATSEMI=y CONFIG_NE2K_PCI=y CONFIG_8139CP=y CONFIG_8139TOO=y # CONFIG_8139TOO_PIO is not set CONFIG_8139TOO_TUNE_TWISTER=y CONFIG_8139TOO_8129=y CONFIG_8139_OLD_RX_RESET=y CONFIG_R6040=y CONFIG_SIS900=y # CONFIG_EPIC100 is not set # CONFIG_SMSC9420 is not set CONFIG_SUNDANCE=y # CONFIG_SUNDANCE_MMIO is not set CONFIG_TLAN=y # CONFIG_KS8842 is not set CONFIG_KS8851_MLL=y # CONFIG_VIA_RHINE is not set CONFIG_SC92031=y # CONFIG_NET_POCKET is not set CONFIG_ATL2=y CONFIG_NETDEV_1000=y CONFIG_ACENIC=y CONFIG_ACENIC_OMIT_TIGON_I=y CONFIG_DL2K=y # CONFIG_E1000 is not set CONFIG_E1000E=y CONFIG_IP1000=y CONFIG_IGB=y CONFIG_IGBVF=y CONFIG_NS83820=y # CONFIG_HAMACHI is not set # CONFIG_YELLOWFIN is not set # CONFIG_R8169 is not set CONFIG_SIS190=y CONFIG_SKGE=y CONFIG_SKGE_DEBUG=y # CONFIG_SKY2 is not set # CONFIG_VIA_VELOCITY is not set CONFIG_TIGON3=y CONFIG_BNX2=y CONFIG_CNIC=y # CONFIG_QLA3XXX is not set CONFIG_ATL1=y # CONFIG_ATL1E is not set CONFIG_ATL1C=y CONFIG_JME=y CONFIG_NETDEV_10000=y CONFIG_MDIO=y CONFIG_CHELSIO_T1=y # CONFIG_CHELSIO_T1_1G is not set CONFIG_CHELSIO_T3_DEPENDS=y # CONFIG_CHELSIO_T3 is not set CONFIG_CHELSIO_T4_DEPENDS=y CONFIG_CHELSIO_T4=y CONFIG_CHELSIO_T4VF_DEPENDS=y # CONFIG_CHELSIO_T4VF is not set CONFIG_ENIC=y # CONFIG_IXGBE is not set CONFIG_IXGB=y # CONFIG_S2IO is not set CONFIG_MYRI10GE=y # CONFIG_NIU is not set # CONFIG_MLX4_EN is not set # CONFIG_MLX4_CORE is not set # CONFIG_TEHUTI is not set # CONFIG_BNX2X is not set # CONFIG_QLCNIC is not set CONFIG_QLGE=y CONFIG_SFC=y # CONFIG_BE2NET is not set # CONFIG_TR is not set # CONFIG_WLAN is not set # # Enable WiMAX (Networking options) to see the WiMAX drivers # # # USB Network Adapters # CONFIG_USB_CATC=y # CONFIG_USB_KAWETH is not set # CONFIG_USB_PEGASUS is not set CONFIG_USB_RTL8150=y CONFIG_USB_USBNET=y CONFIG_USB_NET_AX8817X=y CONFIG_USB_NET_CDCETHER=y CONFIG_USB_NET_CDC_EEM=y # CONFIG_USB_NET_DM9601 is not set CONFIG_USB_NET_SMSC75XX=y CONFIG_USB_NET_SMSC95XX=y CONFIG_USB_NET_GL620A=y # CONFIG_USB_NET_NET1080 is not set # CONFIG_USB_NET_PLUSB is not set CONFIG_USB_NET_MCS7830=y CONFIG_USB_NET_RNDIS_HOST=y # CONFIG_USB_NET_CDC_SUBSET is not set # CONFIG_USB_NET_ZAURUS is not set CONFIG_USB_HSO=y CONFIG_USB_NET_INT51X1=y # CONFIG_USB_IPHETH is not set CONFIG_USB_SIERRA_NET=y CONFIG_WAN=y # CONFIG_HDLC is not set # CONFIG_DLCI is not set # CONFIG_WAN_ROUTER_DRIVERS is not set # CONFIG_SBNI is not set # # CAIF transport drivers # CONFIG_FDDI=y # CONFIG_DEFXX is not set # CONFIG_SKFP is not set # CONFIG_HIPPI is not set # CONFIG_PLIP is not set # CONFIG_PPP is not set # CONFIG_SLIP is not set CONFIG_NET_FC=y CONFIG_NETCONSOLE=y # CONFIG_NETCONSOLE_DYNAMIC is not set CONFIG_NETPOLL=y CONFIG_NETPOLL_TRAP=y CONFIG_NET_POLL_CONTROLLER=y # CONFIG_VMXNET3 is not set # CONFIG_ISDN is not set CONFIG_PHONE=y # CONFIG_PHONE_IXJ is not set # # Input device support # CONFIG_INPUT=y CONFIG_INPUT_FF_MEMLESS=y CONFIG_INPUT_POLLDEV=y CONFIG_INPUT_SPARSEKMAP=y # # 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 is not set # CONFIG_INPUT_EVDEV is not set CONFIG_INPUT_EVBUG=y # # Input Device Drivers # CONFIG_INPUT_KEYBOARD=y CONFIG_KEYBOARD_ADP5588=y CONFIG_KEYBOARD_ATKBD=y CONFIG_KEYBOARD_QT2160=y CONFIG_KEYBOARD_LKKBD=y CONFIG_KEYBOARD_TCA6416=y CONFIG_KEYBOARD_LM8323=y CONFIG_KEYBOARD_MAX7359=y CONFIG_KEYBOARD_MCS=y CONFIG_KEYBOARD_NEWTON=y # CONFIG_KEYBOARD_OPENCORES is not set CONFIG_KEYBOARD_STOWAWAY=y # 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_SENTELIC is not set # CONFIG_MOUSE_PS2_TOUCHKIT is not set # CONFIG_MOUSE_SERIAL is not set CONFIG_MOUSE_APPLETOUCH=y CONFIG_MOUSE_BCM5974=y # CONFIG_MOUSE_INPORT is not set CONFIG_MOUSE_LOGIBM=y # CONFIG_MOUSE_PC110PAD is not set # CONFIG_MOUSE_VSXXXAA is not set # CONFIG_MOUSE_SYNAPTICS_I2C is not set CONFIG_INPUT_JOYSTICK=y CONFIG_JOYSTICK_ANALOG=y CONFIG_JOYSTICK_A3D=y CONFIG_JOYSTICK_ADI=y CONFIG_JOYSTICK_COBRA=y # CONFIG_JOYSTICK_GF2K is not set # CONFIG_JOYSTICK_GRIP is not set CONFIG_JOYSTICK_GRIP_MP=y # CONFIG_JOYSTICK_GUILLEMOT is not set # CONFIG_JOYSTICK_INTERACT is not set CONFIG_JOYSTICK_SIDEWINDER=y # CONFIG_JOYSTICK_TMDC is not set CONFIG_JOYSTICK_IFORCE=y # CONFIG_JOYSTICK_IFORCE_USB is not set # CONFIG_JOYSTICK_IFORCE_232 is not set CONFIG_JOYSTICK_WARRIOR=y # CONFIG_JOYSTICK_MAGELLAN is not set # CONFIG_JOYSTICK_SPACEORB is not set CONFIG_JOYSTICK_SPACEBALL=y # CONFIG_JOYSTICK_STINGER is not set CONFIG_JOYSTICK_TWIDJOY=y CONFIG_JOYSTICK_ZHENHUA=y CONFIG_JOYSTICK_DB9=y # CONFIG_JOYSTICK_GAMECON is not set CONFIG_JOYSTICK_TURBOGRAFX=y CONFIG_JOYSTICK_JOYDUMP=y # CONFIG_JOYSTICK_XPAD is not set # CONFIG_JOYSTICK_WALKERA0701 is not set # CONFIG_INPUT_TABLET is not set # CONFIG_INPUT_TOUCHSCREEN is not set CONFIG_INPUT_MISC=y CONFIG_INPUT_AD714X=y # CONFIG_INPUT_AD714X_I2C is not set # CONFIG_INPUT_PCSPKR is not set # CONFIG_INPUT_APANEL is not set # CONFIG_INPUT_WISTRON_BTNS is not set CONFIG_INPUT_ATLAS_BTNS=y CONFIG_INPUT_ATI_REMOTE=y CONFIG_INPUT_ATI_REMOTE2=y # CONFIG_INPUT_KEYSPAN_REMOTE is not set CONFIG_INPUT_POWERMATE=y # CONFIG_INPUT_YEALINK is not set CONFIG_INPUT_CM109=y CONFIG_INPUT_UINPUT=y # CONFIG_INPUT_WINBOND_CIR is not set # CONFIG_INPUT_PCF8574 is not set CONFIG_INPUT_ADXL34X=y # CONFIG_INPUT_ADXL34X_I2C is not set # # Hardware I/O ports # CONFIG_SERIO=y CONFIG_SERIO_I8042=y CONFIG_SERIO_SERPORT=y CONFIG_SERIO_CT82C710=y # CONFIG_SERIO_PARKBD is not set CONFIG_SERIO_PCIPS2=y CONFIG_SERIO_LIBPS2=y # CONFIG_SERIO_RAW is not set # CONFIG_SERIO_ALTERA_PS2 is not set CONFIG_GAMEPORT=y # CONFIG_GAMEPORT_NS558 is not set CONFIG_GAMEPORT_L4=y # CONFIG_GAMEPORT_EMU10K1 is not set # CONFIG_GAMEPORT_FM801 is not set # # Character devices # CONFIG_VT=y CONFIG_CONSOLE_TRANSLATIONS=y CONFIG_VT_CONSOLE=y CONFIG_HW_CONSOLE=y # CONFIG_VT_HW_CONSOLE_BINDING is not set # CONFIG_DEVKMEM is not set # CONFIG_SERIAL_NONSTANDARD is not set # CONFIG_N_GSM is not set CONFIG_NOZOMI=y # # 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_NR_UARTS=4 CONFIG_SERIAL_8250_RUNTIME_UARTS=4 # CONFIG_SERIAL_8250_EXTENDED is not set # CONFIG_SERIAL_8250_MCA is not set # # Non-8250 serial port support # CONFIG_SERIAL_MFD_HSU=y CONFIG_SERIAL_MFD_HSU_CONSOLE=y CONFIG_SERIAL_CORE=y CONFIG_SERIAL_CORE_CONSOLE=y CONFIG_SERIAL_JSM=y CONFIG_SERIAL_TIMBERDALE=y CONFIG_SERIAL_ALTERA_JTAGUART=y CONFIG_SERIAL_ALTERA_JTAGUART_CONSOLE=y # CONFIG_SERIAL_ALTERA_JTAGUART_CONSOLE_BYPASS is not set # CONFIG_SERIAL_ALTERA_UART is not set CONFIG_UNIX98_PTYS=y CONFIG_DEVPTS_MULTIPLE_INSTANCES=y # CONFIG_LEGACY_PTYS is not set # CONFIG_PRINTER is not set CONFIG_PPDEV=y CONFIG_HVC_DRIVER=y CONFIG_IPMI_HANDLER=y # CONFIG_IPMI_PANIC_EVENT is not set # CONFIG_IPMI_DEVICE_INTERFACE is not set # CONFIG_IPMI_SI is not set CONFIG_IPMI_WATCHDOG=y # CONFIG_IPMI_POWEROFF is not set # CONFIG_HW_RANDOM is not set CONFIG_NVRAM=y # CONFIG_RTC is not set # CONFIG_GEN_RTC is not set CONFIG_DTLK=y CONFIG_R3964=y CONFIG_APPLICOM=y # CONFIG_SONYPI is not set # CONFIG_MWAVE is not set CONFIG_PC8736x_GPIO=y CONFIG_NSC_GPIO=y # CONFIG_CS5535_GPIO is not set CONFIG_RAW_DRIVER=y CONFIG_MAX_RAW_DEVS=256 CONFIG_HPET=y # CONFIG_HPET_MMAP is not set CONFIG_HANGCHECK_TIMER=y # CONFIG_TCG_TPM is not set # CONFIG_TELCLOCK is not set CONFIG_DEVPORT=y # CONFIG_RAMOOPS is not set CONFIG_I2C=y CONFIG_I2C_BOARDINFO=y # CONFIG_I2C_COMPAT is not set # CONFIG_I2C_CHARDEV is not set # CONFIG_I2C_MUX is not set # CONFIG_I2C_HELPER_AUTO is not set # CONFIG_I2C_SMBUS is not set # # I2C Algorithms # CONFIG_I2C_ALGOBIT=y # CONFIG_I2C_ALGOPCF is not set CONFIG_I2C_ALGOPCA=y # # I2C Hardware Bus support # # # PC SMBus host controller drivers # CONFIG_I2C_ALI1535=y # CONFIG_I2C_ALI1563 is not set CONFIG_I2C_ALI15X3=y CONFIG_I2C_AMD756=y # CONFIG_I2C_AMD8111 is not set # CONFIG_I2C_I801 is not set # CONFIG_I2C_ISCH is not set CONFIG_I2C_PIIX4=y CONFIG_I2C_NFORCE2=y CONFIG_I2C_SIS5595=y # CONFIG_I2C_SIS630 is not set CONFIG_I2C_SIS96X=y # CONFIG_I2C_VIA is not set # CONFIG_I2C_VIAPRO is not set # # ACPI drivers # CONFIG_I2C_SCMI=y # # I2C system bus drivers (mostly embedded / system-on-chip) # # CONFIG_I2C_OCORES is not set CONFIG_I2C_PCA_PLATFORM=y # CONFIG_I2C_SIMTEC is not set CONFIG_I2C_XILINX=y # # External I2C/SMBus adapter drivers # # CONFIG_I2C_PARPORT is not set # CONFIG_I2C_PARPORT_LIGHT is not set CONFIG_I2C_TAOS_EVM=y CONFIG_I2C_TINY_USB=y # # Other I2C/SMBus bus drivers # # CONFIG_I2C_PCA_ISA is not set CONFIG_SCx200_ACB=y # CONFIG_I2C_DEBUG_CORE is not set # CONFIG_I2C_DEBUG_ALGO is not set # CONFIG_I2C_DEBUG_BUS is not set # CONFIG_SPI is not set # # PPS support # CONFIG_PPS=y CONFIG_PPS_DEBUG=y # # PPS clients support # # CONFIG_PPS_CLIENT_KTIMER is not set # CONFIG_PPS_CLIENT_LDISC 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=y # CONFIG_PDA_POWER is not set CONFIG_TEST_POWER=y # CONFIG_BATTERY_DS2760 is not set CONFIG_BATTERY_DS2782=y CONFIG_BATTERY_BQ27x00=y # CONFIG_BATTERY_MAX17040 is not set CONFIG_HWMON=y CONFIG_HWMON_VID=y # CONFIG_HWMON_DEBUG_CHIP is not set # # Native drivers # # CONFIG_SENSORS_ABITUGURU is not set # CONFIG_SENSORS_ABITUGURU3 is not set # CONFIG_SENSORS_AD7414 is not set CONFIG_SENSORS_AD7418=y CONFIG_SENSORS_ADM1021=y # CONFIG_SENSORS_ADM1025 is not set # CONFIG_SENSORS_ADM1026 is not set CONFIG_SENSORS_ADM1029=y CONFIG_SENSORS_ADM1031=y CONFIG_SENSORS_ADM9240=y # CONFIG_SENSORS_ADT7411 is not set CONFIG_SENSORS_ADT7462=y CONFIG_SENSORS_ADT7470=y CONFIG_SENSORS_ADT7475=y CONFIG_SENSORS_ASC7621=y CONFIG_SENSORS_K8TEMP=y # CONFIG_SENSORS_K10TEMP is not set CONFIG_SENSORS_ASB100=y # CONFIG_SENSORS_ATXP1 is not set CONFIG_SENSORS_DS1621=y CONFIG_SENSORS_I5K_AMB=y # CONFIG_SENSORS_F71805F is not set # CONFIG_SENSORS_F71882FG is not set CONFIG_SENSORS_F75375S=y # CONFIG_SENSORS_FSCHMD is not set CONFIG_SENSORS_G760A=y CONFIG_SENSORS_GL518SM=y CONFIG_SENSORS_GL520SM=y # CONFIG_SENSORS_CORETEMP is not set CONFIG_SENSORS_PKGTEMP=y # CONFIG_SENSORS_IBMAEM is not set # CONFIG_SENSORS_IBMPEX is not set CONFIG_SENSORS_IT87=y # CONFIG_SENSORS_JC42 is not set CONFIG_SENSORS_LM63=y CONFIG_SENSORS_LM73=y # CONFIG_SENSORS_LM75 is not set # CONFIG_SENSORS_LM77 is not set CONFIG_SENSORS_LM78=y CONFIG_SENSORS_LM80=y # CONFIG_SENSORS_LM83 is not set CONFIG_SENSORS_LM85=y CONFIG_SENSORS_LM87=y # CONFIG_SENSORS_LM90 is not set # CONFIG_SENSORS_LM92 is not set # CONFIG_SENSORS_LM93 is not set CONFIG_SENSORS_LTC4215=y CONFIG_SENSORS_LTC4245=y CONFIG_SENSORS_LM95241=y CONFIG_SENSORS_MAX1619=y CONFIG_SENSORS_MAX6650=y CONFIG_SENSORS_PC87360=y CONFIG_SENSORS_PC87427=y # CONFIG_SENSORS_PCF8591 is not set # CONFIG_SENSORS_SIS5595 is not set CONFIG_SENSORS_SMM665=y CONFIG_SENSORS_DME1737=y # CONFIG_SENSORS_EMC1403 is not set # CONFIG_SENSORS_EMC2103 is not set CONFIG_SENSORS_SMSC47M1=y # CONFIG_SENSORS_SMSC47M192 is not set # CONFIG_SENSORS_SMSC47B397 is not set CONFIG_SENSORS_ADS7828=y # CONFIG_SENSORS_AMC6821 is not set CONFIG_SENSORS_THMC50=y # CONFIG_SENSORS_TMP102 is not set CONFIG_SENSORS_TMP401=y # CONFIG_SENSORS_TMP421 is not set # CONFIG_SENSORS_VIA_CPUTEMP is not set CONFIG_SENSORS_VIA686A=y CONFIG_SENSORS_VT1211=y # CONFIG_SENSORS_VT8231 is not set # CONFIG_SENSORS_W83781D is not set CONFIG_SENSORS_W83791D=y # CONFIG_SENSORS_W83792D is not set CONFIG_SENSORS_W83793=y CONFIG_SENSORS_W83L785TS=y CONFIG_SENSORS_W83L786NG=y # CONFIG_SENSORS_W83627HF is not set # CONFIG_SENSORS_W83627EHF is not set CONFIG_SENSORS_HDAPS=y # CONFIG_SENSORS_LIS3_I2C is not set CONFIG_SENSORS_APPLESMC=y # # ACPI drivers # # CONFIG_SENSORS_ATK0110 is not set CONFIG_SENSORS_LIS3LV02D=y CONFIG_THERMAL=y CONFIG_THERMAL_HWMON=y CONFIG_WATCHDOG=y CONFIG_WATCHDOG_NOWAYOUT=y # # Watchdog Device Drivers # CONFIG_SOFT_WATCHDOG=y CONFIG_ACQUIRE_WDT=y CONFIG_ADVANTECH_WDT=y # CONFIG_ALIM1535_WDT is not set CONFIG_ALIM7101_WDT=y # CONFIG_F71808E_WDT is not set CONFIG_SC520_WDT=y # CONFIG_EUROTECH_WDT is not set CONFIG_IB700_WDT=y # CONFIG_IBMASR is not set CONFIG_WAFER_WDT=y # CONFIG_I6300ESB_WDT is not set # CONFIG_ITCO_WDT is not set # CONFIG_IT8712F_WDT is not set # CONFIG_IT87_WDT is not set CONFIG_HP_WATCHDOG=y # CONFIG_HPWDT_NMI_DECODING is not set # CONFIG_SC1200_WDT is not set CONFIG_PC87413_WDT=y # CONFIG_60XX_WDT is not set # CONFIG_SBC8360_WDT is not set CONFIG_SBC7240_WDT=y # CONFIG_CPU5_WDT is not set # CONFIG_SMSC_SCH311X_WDT is not set CONFIG_SMSC37B787_WDT=y CONFIG_W83627HF_WDT=y # CONFIG_W83697HF_WDT is not set # CONFIG_W83697UG_WDT is not set # CONFIG_W83877F_WDT is not set # CONFIG_W83977F_WDT is not set CONFIG_MACHZ_WDT=y CONFIG_SBC_EPX_C3_WATCHDOG=y # # ISA-based Watchdog Cards # CONFIG_PCWATCHDOG=y CONFIG_MIXCOMWD=y # CONFIG_WDT is not set # # PCI-based Watchdog Cards # # CONFIG_PCIPCWATCHDOG is not set CONFIG_WDTPCI=y # # USB-based Watchdog Cards # # CONFIG_USBPCWATCHDOG is not set CONFIG_SSB_POSSIBLE=y # # Sonics Silicon Backplane # CONFIG_SSB=y CONFIG_SSB_SPROM=y CONFIG_SSB_PCIHOST_POSSIBLE=y CONFIG_SSB_PCIHOST=y # CONFIG_SSB_B43_PCI_BRIDGE is not set # CONFIG_SSB_DEBUG is not set CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y CONFIG_SSB_DRIVER_PCICORE=y # CONFIG_MFD_SUPPORT is not set # CONFIG_REGULATOR is not set # CONFIG_MEDIA_SUPPORT is not set # # Graphics support # CONFIG_AGP=y # CONFIG_AGP_ALI is not set # CONFIG_AGP_ATI is not set # CONFIG_AGP_AMD is not set # CONFIG_AGP_AMD64 is not set # CONFIG_AGP_INTEL is not set CONFIG_AGP_NVIDIA=y # CONFIG_AGP_SIS is not set # CONFIG_AGP_SWORKS is not set CONFIG_AGP_VIA=y CONFIG_AGP_EFFICEON=y CONFIG_VGA_ARB=y CONFIG_VGA_ARB_MAX_GPUS=16 # CONFIG_VGA_SWITCHEROO is not set CONFIG_DRM=y CONFIG_DRM_KMS_HELPER=y CONFIG_DRM_TTM=y CONFIG_DRM_TDFX=y # CONFIG_DRM_R128 is not set CONFIG_DRM_RADEON=y # CONFIG_DRM_MGA is not set # CONFIG_DRM_SIS is not set # CONFIG_DRM_VIA is not set # CONFIG_DRM_SAVAGE is not set CONFIG_VGASTATE=y # CONFIG_VIDEO_OUTPUT_CONTROL is not set CONFIG_FB=y # CONFIG_FIRMWARE_EDID is not set CONFIG_FB_DDC=y # CONFIG_FB_BOOT_VESA_SUPPORT is not set 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=y CONFIG_FB_SYS_COPYAREA=y CONFIG_FB_SYS_IMAGEBLIT=y # CONFIG_FB_FOREIGN_ENDIAN is not set CONFIG_FB_SYS_FOPS=y CONFIG_FB_DEFERRED_IO=y CONFIG_FB_SVGALIB=y # 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 is not set # 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 is not set # CONFIG_FB_UVESA is not set # CONFIG_FB_VESA is not set CONFIG_FB_EFI=y # CONFIG_FB_N411 is not set # CONFIG_FB_HGA is not set # CONFIG_FB_S1D13XXX is not set CONFIG_FB_NVIDIA=y CONFIG_FB_NVIDIA_I2C=y CONFIG_FB_NVIDIA_DEBUG=y # CONFIG_FB_NVIDIA_BACKLIGHT is not set CONFIG_FB_RIVA=y # CONFIG_FB_RIVA_I2C is not set CONFIG_FB_RIVA_DEBUG=y # CONFIG_FB_RIVA_BACKLIGHT is not set CONFIG_FB_LE80578=y CONFIG_FB_CARILLO_RANCH=y CONFIG_FB_MATROX=y # CONFIG_FB_MATROX_MILLENIUM is not set # CONFIG_FB_MATROX_MYSTIQUE is not set CONFIG_FB_MATROX_G=y # CONFIG_FB_MATROX_I2C is not set # CONFIG_FB_RADEON is not set CONFIG_FB_ATY128=y # CONFIG_FB_ATY128_BACKLIGHT is not set CONFIG_FB_ATY=y CONFIG_FB_ATY_CT=y CONFIG_FB_ATY_GENERIC_LCD=y # CONFIG_FB_ATY_GX is not set CONFIG_FB_ATY_BACKLIGHT=y CONFIG_FB_S3=y CONFIG_FB_SAVAGE=y 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 is not set CONFIG_FB_KYRO=y # CONFIG_FB_3DFX is not set # CONFIG_FB_VOODOO1 is not set CONFIG_FB_VT8623=y CONFIG_FB_TRIDENT=y # CONFIG_FB_ARK is not set CONFIG_FB_PM3=y # CONFIG_FB_CARMINE is not set CONFIG_FB_GEODE=y CONFIG_FB_GEODE_LX=y CONFIG_FB_GEODE_GX=y # CONFIG_FB_GEODE_GX1 is not set # CONFIG_FB_VIRTUAL is not set CONFIG_FB_METRONOME=y # CONFIG_FB_MB862XX is not set CONFIG_FB_BROADSHEET=y CONFIG_BACKLIGHT_LCD_SUPPORT=y # CONFIG_LCD_CLASS_DEVICE is not set CONFIG_BACKLIGHT_CLASS_DEVICE=y # CONFIG_BACKLIGHT_GENERIC is not set CONFIG_BACKLIGHT_PROGEAR=y CONFIG_BACKLIGHT_MBP_NVIDIA=y # CONFIG_BACKLIGHT_SAHARA is not set # CONFIG_BACKLIGHT_ADP8860 is not set # # Display device support # CONFIG_DISPLAY_SUPPORT=y # # Display hardware drivers # # # 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=y # CONFIG_FONT_8x8 is not set CONFIG_FONT_8x16=y # CONFIG_FONT_6x11 is not set CONFIG_FONT_7x14=y CONFIG_FONT_PEARL_8x8=y CONFIG_FONT_ACORN_8x8=y CONFIG_FONT_MINI_4x6=y # CONFIG_FONT_SUN8x16 is not set # CONFIG_FONT_SUN12x22 is not set # CONFIG_FONT_10x18 is not set CONFIG_LOGO=y CONFIG_LOGO_LINUX_MONO=y CONFIG_LOGO_LINUX_VGA16=y CONFIG_LOGO_LINUX_CLUT224=y # CONFIG_SOUND is not set # CONFIG_HID_SUPPORT is not set 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 is not set # CONFIG_USB_DEVICE_CLASS is not set CONFIG_USB_DYNAMIC_MINORS=y # CONFIG_USB_SUSPEND is not set # CONFIG_USB_MON is not set CONFIG_USB_WUSB=y # CONFIG_USB_WUSB_CBAF is not set # # USB Host Controller Drivers # CONFIG_USB_C67X00_HCD=y # CONFIG_USB_XHCI_HCD is not set CONFIG_USB_EHCI_HCD=y # CONFIG_USB_EHCI_ROOT_HUB_TT is not set CONFIG_USB_EHCI_TT_NEWSCHED=y CONFIG_USB_OXU210HP_HCD=y # CONFIG_USB_ISP116X_HCD is not set CONFIG_USB_ISP1760_HCD=y # CONFIG_USB_ISP1362_HCD is not set CONFIG_USB_OHCI_HCD=y # 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=y # CONFIG_USB_SL811_HCD is not set CONFIG_USB_R8A66597_HCD=y # CONFIG_USB_HWA_HCD is not set # # USB Device Class drivers # CONFIG_USB_ACM=y CONFIG_USB_PRINTER=y CONFIG_USB_WDM=y CONFIG_USB_TMC=y # # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may # # # also be needed; see USB_STORAGE Help for more info # # CONFIG_USB_STORAGE is not set # CONFIG_USB_UAS is not set CONFIG_USB_LIBUSUAL=y # # USB Imaging devices # # CONFIG_USB_MDC800 is not set # CONFIG_USB_MICROTEK is not set # # USB port drivers # # CONFIG_USB_USS720 is not set # CONFIG_USB_SERIAL is not set # # USB Miscellaneous drivers # CONFIG_USB_EMI62=y CONFIG_USB_EMI26=y # CONFIG_USB_ADUTUX is not set # CONFIG_USB_SEVSEG is not set CONFIG_USB_RIO500=y # CONFIG_USB_LEGOTOWER is not set CONFIG_USB_LCD=y # CONFIG_USB_LED is not set # CONFIG_USB_CYPRESS_CY7C63 is not set CONFIG_USB_CYTHERM=y CONFIG_USB_IDMOUSE=y # CONFIG_USB_FTDI_ELAN is not set CONFIG_USB_APPLEDISPLAY=y CONFIG_USB_SISUSBVGA=y CONFIG_USB_SISUSBVGA_CON=y # CONFIG_USB_LD is not set # CONFIG_USB_TRANCEVIBRATOR is not set CONFIG_USB_IOWARRIOR=y # CONFIG_USB_TEST is not set CONFIG_USB_ISIGHTFW=y CONFIG_USB_YUREX=y CONFIG_USB_GADGET=y # CONFIG_USB_GADGET_DEBUG_FILES is not set # CONFIG_USB_GADGET_DEBUG_FS is not set CONFIG_USB_GADGET_VBUS_DRAW=2 CONFIG_USB_GADGET_SELECTED=y CONFIG_USB_GADGET_R8A66597=y CONFIG_USB_R8A66597=y # CONFIG_USB_GADGET_M66592 is not set # CONFIG_USB_GADGET_AMD5536UDC is not set # CONFIG_USB_GADGET_CI13XXX is not set # CONFIG_USB_GADGET_NET2280 is not set # CONFIG_USB_GADGET_GOKU is not set # CONFIG_USB_GADGET_LANGWELL is not set # CONFIG_USB_GADGET_DUMMY_HCD is not set CONFIG_USB_GADGET_DUALSPEED=y # CONFIG_USB_ZERO is not set CONFIG_USB_ETH=y # CONFIG_USB_ETH_RNDIS is not set CONFIG_USB_ETH_EEM=y # CONFIG_USB_GADGETFS is not set # CONFIG_USB_FUNCTIONFS is not set # CONFIG_USB_FILE_STORAGE is not set # CONFIG_USB_MASS_STORAGE is not set # CONFIG_USB_G_SERIAL is not set # CONFIG_USB_G_PRINTER is not set # CONFIG_USB_CDC_COMPOSITE is not set # CONFIG_USB_G_MULTI is not set # CONFIG_USB_G_HID is not set # CONFIG_USB_G_DBGP is not set # # OTG and related infrastructure # # CONFIG_NOP_USB_XCEIV is not set CONFIG_UWB=y CONFIG_UWB_HWA=y CONFIG_UWB_WHCI=y CONFIG_UWB_WLP=y # CONFIG_UWB_I1480U is not set # CONFIG_MMC is not set # CONFIG_MEMSTICK is not set CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y # # LED drivers # CONFIG_LEDS_ALIX2=y CONFIG_LEDS_PCA9532=y # CONFIG_LEDS_LP3944 is not set # CONFIG_LEDS_CLEVO_MAIL is not set # CONFIG_LEDS_PCA955X is not set CONFIG_LEDS_BD2802=y CONFIG_LEDS_DELL_NETBOOKS=y CONFIG_LEDS_TRIGGERS=y # # LED Triggers # # CONFIG_LEDS_TRIGGER_TIMER is not set CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_LEDS_TRIGGER_BACKLIGHT=y # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set # # iptables trigger is under Netfilter config (LED target) # # CONFIG_ACCESSIBILITY is not set # CONFIG_INFINIBAND is not set CONFIG_EDAC=y # # Reporting subsystems # CONFIG_EDAC_DEBUG=y # CONFIG_EDAC_MM_EDAC is not set # CONFIG_RTC_CLASS is not set CONFIG_DMADEVICES=y CONFIG_DMADEVICES_DEBUG=y CONFIG_DMADEVICES_VDEBUG=y # # DMA Devices # CONFIG_INTEL_MID_DMAC=y # CONFIG_INTEL_IOATDMA is not set # CONFIG_TIMB_DMA is not set CONFIG_PCH_DMA=y CONFIG_DMA_ENGINE=y # # DMA Clients # # CONFIG_NET_DMA is not set # CONFIG_ASYNC_TX_DMA is not set # CONFIG_DMATEST is not set # CONFIG_AUXDISPLAY is not set CONFIG_UIO=y CONFIG_UIO_CIF=y CONFIG_UIO_PDRV=y # CONFIG_UIO_PDRV_GENIRQ is not set CONFIG_UIO_AEC=y CONFIG_UIO_SERCOS3=y # CONFIG_UIO_PCI_GENERIC is not set # CONFIG_UIO_NETX is not set # CONFIG_STAGING is not set CONFIG_X86_PLATFORM_DEVICES=y CONFIG_ACER_WMI=y # CONFIG_ACERHDF is not set # CONFIG_DELL_WMI is not set CONFIG_FUJITSU_LAPTOP=y # CONFIG_FUJITSU_LAPTOP_DEBUG is not set # CONFIG_TC1100_WMI is not set CONFIG_HP_WMI=y CONFIG_MSI_LAPTOP=y CONFIG_PANASONIC_LAPTOP=y CONFIG_COMPAL_LAPTOP=y CONFIG_SONY_LAPTOP=y CONFIG_SONYPI_COMPAT=y CONFIG_IDEAPAD_ACPI=y CONFIG_EEEPC_LAPTOP=y CONFIG_EEEPC_WMI=y CONFIG_ACPI_WMI=y # CONFIG_MSI_WMI is not set CONFIG_ACPI_ASUS=y CONFIG_TOPSTAR_LAPTOP=y CONFIG_ACPI_TOSHIBA=y CONFIG_TOSHIBA_BT_RFKILL=y CONFIG_ACPI_CMPC=y # CONFIG_INTEL_IPS is not set # # Firmware Drivers # # CONFIG_EDD is not set CONFIG_FIRMWARE_MEMMAP=y CONFIG_EFI_VARS=y CONFIG_DELL_RBU=y # CONFIG_DCDBAS is not set CONFIG_DMIID=y CONFIG_ISCSI_IBFT_FIND=y CONFIG_ISCSI_IBFT=y # # File systems # CONFIG_EXT2_FS=y # CONFIG_EXT2_FS_XATTR is not set # CONFIG_EXT2_FS_XIP is not set CONFIG_EXT3_FS=y CONFIG_EXT3_DEFAULTS_TO_ORDERED=y CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y CONFIG_EXT4_FS=y CONFIG_EXT4_FS_XATTR=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y # CONFIG_EXT4_DEBUG is not set CONFIG_JBD=y # CONFIG_JBD_DEBUG is not set CONFIG_JBD2=y CONFIG_JBD2_DEBUG=y CONFIG_FS_MBCACHE=y # CONFIG_REISERFS_FS is not set CONFIG_JFS_FS=y CONFIG_JFS_POSIX_ACL=y CONFIG_JFS_SECURITY=y # CONFIG_JFS_DEBUG is not set CONFIG_JFS_STATISTICS=y CONFIG_FS_POSIX_ACL=y CONFIG_XFS_FS=y CONFIG_XFS_QUOTA=y CONFIG_XFS_POSIX_ACL=y CONFIG_XFS_RT=y CONFIG_XFS_DEBUG=y CONFIG_OCFS2_FS=y CONFIG_OCFS2_FS_O2CB=y # CONFIG_OCFS2_FS_STATS is not set CONFIG_OCFS2_DEBUG_MASKLOG=y # CONFIG_OCFS2_DEBUG_FS is not set # CONFIG_BTRFS_FS is not set CONFIG_NILFS2_FS=y CONFIG_FILE_LOCKING=y CONFIG_FSNOTIFY=y CONFIG_DNOTIFY=y # CONFIG_INOTIFY_USER is not set CONFIG_QUOTA=y # CONFIG_QUOTA_NETLINK_INTERFACE is not set CONFIG_PRINT_QUOTA_WARNING=y CONFIG_QUOTA_DEBUG=y CONFIG_QUOTA_TREE=y # CONFIG_QFMT_V1 is not set CONFIG_QFMT_V2=y CONFIG_QUOTACTL=y # CONFIG_AUTOFS_FS is not set CONFIG_AUTOFS4_FS=y CONFIG_FUSE_FS=y # CONFIG_CUSE is not set # # Caches # CONFIG_FSCACHE=y CONFIG_FSCACHE_STATS=y CONFIG_FSCACHE_HISTOGRAM=y # CONFIG_FSCACHE_DEBUG is not set # CONFIG_FSCACHE_OBJECT_LIST is not set # CONFIG_CACHEFILES is not set # # CD-ROM/DVD Filesystems # CONFIG_ISO9660_FS=y CONFIG_JOLIET=y # CONFIG_ZISOFS is not set # CONFIG_UDF_FS is not set # # DOS/FAT/NT Filesystems # CONFIG_FAT_FS=y CONFIG_MSDOS_FS=y # CONFIG_VFAT_FS is not set CONFIG_FAT_DEFAULT_CODEPAGE=437 # CONFIG_NTFS_FS is not set # # Pseudo filesystems # CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y CONFIG_PROC_VMCORE=y CONFIG_PROC_SYSCTL=y CONFIG_PROC_PAGE_MONITOR=y CONFIG_SYSFS=y # CONFIG_TMPFS is not set # CONFIG_HUGETLBFS is not set # CONFIG_HUGETLB_PAGE is not set CONFIG_CONFIGFS_FS=y # CONFIG_MISC_FILESYSTEMS is not set CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=y # CONFIG_NFS_V3 is not set # CONFIG_NFS_V4 is not set # CONFIG_ROOT_NFS is not set # CONFIG_NFS_FSCACHE is not set # CONFIG_NFSD is not set CONFIG_LOCKD=y CONFIG_EXPORTFS=y CONFIG_NFS_COMMON=y CONFIG_SUNRPC=y CONFIG_SUNRPC_GSS=y CONFIG_RPCSEC_GSS_KRB5=y CONFIG_RPCSEC_GSS_SPKM3=y CONFIG_SMB_FS=y # CONFIG_SMB_NLS_DEFAULT is not set # CONFIG_CEPH_FS is not set CONFIG_CIFS=y # CONFIG_CIFS_STATS is not set # CONFIG_CIFS_WEAK_PW_HASH is not set CONFIG_CIFS_UPCALL=y CONFIG_CIFS_XATTR=y CONFIG_CIFS_POSIX=y CONFIG_CIFS_DEBUG2=y # CONFIG_CIFS_DFS_UPCALL is not set # CONFIG_CIFS_FSCACHE is not set CONFIG_CIFS_EXPERIMENTAL=y CONFIG_NCP_FS=y 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 is not set # CONFIG_NCPFS_NLS is not set # CONFIG_NCPFS_EXTRAS is not set # CONFIG_CODA_FS is not set CONFIG_AFS_FS=y CONFIG_AFS_DEBUG=y CONFIG_AFS_FSCACHE=y # # Partition Types # CONFIG_PARTITION_ADVANCED=y CONFIG_ACORN_PARTITION=y # CONFIG_ACORN_PARTITION_CUMANA is not set # CONFIG_ACORN_PARTITION_EESOX is not set # CONFIG_ACORN_PARTITION_ICS is not set # CONFIG_ACORN_PARTITION_ADFS is not set CONFIG_ACORN_PARTITION_POWERTEC=y CONFIG_ACORN_PARTITION_RISCIX=y 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 is not set # CONFIG_SOLARIS_X86_PARTITION is not set CONFIG_UNIXWARE_DISKLABEL=y CONFIG_LDM_PARTITION=y # CONFIG_LDM_DEBUG is not set # CONFIG_SGI_PARTITION is not set # CONFIG_ULTRIX_PARTITION is not set CONFIG_SUN_PARTITION=y # CONFIG_KARMA_PARTITION is not set # CONFIG_EFI_PARTITION is not set # CONFIG_SYSV68_PARTITION is not set CONFIG_NLS=y CONFIG_NLS_DEFAULT="iso8859-1" CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_CODEPAGE_737=y CONFIG_NLS_CODEPAGE_775=y # CONFIG_NLS_CODEPAGE_850 is not set CONFIG_NLS_CODEPAGE_852=y # CONFIG_NLS_CODEPAGE_855 is not set # CONFIG_NLS_CODEPAGE_857 is not set CONFIG_NLS_CODEPAGE_860=y CONFIG_NLS_CODEPAGE_861=y CONFIG_NLS_CODEPAGE_862=y CONFIG_NLS_CODEPAGE_863=y CONFIG_NLS_CODEPAGE_864=y # CONFIG_NLS_CODEPAGE_865 is not set CONFIG_NLS_CODEPAGE_866=y CONFIG_NLS_CODEPAGE_869=y CONFIG_NLS_CODEPAGE_936=y CONFIG_NLS_CODEPAGE_950=y CONFIG_NLS_CODEPAGE_932=y # CONFIG_NLS_CODEPAGE_949 is not set # CONFIG_NLS_CODEPAGE_874 is not set # CONFIG_NLS_ISO8859_8 is not set CONFIG_NLS_CODEPAGE_1250=y CONFIG_NLS_CODEPAGE_1251=y # CONFIG_NLS_ASCII is not set CONFIG_NLS_ISO8859_1=y CONFIG_NLS_ISO8859_2=y CONFIG_NLS_ISO8859_3=y CONFIG_NLS_ISO8859_4=y CONFIG_NLS_ISO8859_5=y CONFIG_NLS_ISO8859_6=y CONFIG_NLS_ISO8859_7=y CONFIG_NLS_ISO8859_9=y CONFIG_NLS_ISO8859_13=y CONFIG_NLS_ISO8859_14=y # CONFIG_NLS_ISO8859_15 is not set CONFIG_NLS_KOI8_R=y # CONFIG_NLS_KOI8_U is not set CONFIG_NLS_UTF8=y # CONFIG_DLM is not set # # Kernel hacking # CONFIG_TRACE_IRQFLAGS_SUPPORT=y CONFIG_PRINTK_TIME=y CONFIG_ENABLE_WARN_DEPRECATED=y # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_FRAME_WARN=1024 CONFIG_MAGIC_SYSRQ=y CONFIG_STRIP_ASM_SYMS=y # CONFIG_UNUSED_SYMBOLS is not set CONFIG_DEBUG_FS=y CONFIG_HEADERS_CHECK=y # CONFIG_DEBUG_KERNEL is not set # CONFIG_HARDLOCKUP_DETECTOR is not set # CONFIG_SLUB_DEBUG_ON is not set # CONFIG_SLUB_STATS is not set CONFIG_BKL=y CONFIG_SPARSE_RCU_POINTER=y CONFIG_TRACE_IRQFLAGS=y CONFIG_STACKTRACE=y 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_LKDTM=y CONFIG_SYSCTL_SYSCALL_CHECK=y CONFIG_USER_STACKTRACE_SUPPORT=y CONFIG_NOP_TRACER=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_SYSCALL_TRACEPOINTS=y CONFIG_HAVE_C_RECORDMCOUNT=y CONFIG_TRACER_MAX_TRACE=y CONFIG_RING_BUFFER=y CONFIG_EVENT_TRACING=y CONFIG_CONTEXT_SWITCH_TRACER=y CONFIG_RING_BUFFER_ALLOW_SWAP=y CONFIG_TRACING=y CONFIG_GENERIC_TRACER=y CONFIG_TRACING_SUPPORT=y CONFIG_FTRACE=y # CONFIG_FUNCTION_TRACER is not set CONFIG_IRQSOFF_TRACER=y # CONFIG_SCHED_TRACER is not set CONFIG_FTRACE_SYSCALLS=y CONFIG_BRANCH_PROFILE_NONE=y # CONFIG_PROFILE_ANNOTATED_BRANCHES is not set # CONFIG_PROFILE_ALL_BRANCHES is not set # CONFIG_STACK_TRACER is not set CONFIG_BLK_DEV_IO_TRACE=y CONFIG_FTRACE_SELFTEST=y CONFIG_FTRACE_STARTUP_TEST=y # CONFIG_EVENT_TRACE_TEST_SYSCALLS is not set # CONFIG_MMIOTRACE is not set # CONFIG_RING_BUFFER_BENCHMARK is not set # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set # CONFIG_BUILD_DOCSRC is not set CONFIG_DYNAMIC_DEBUG=y # CONFIG_DMA_API_DEBUG is not set CONFIG_ATOMIC64_SELFTEST=y # CONFIG_SAMPLES is not set CONFIG_HAVE_ARCH_KGDB=y CONFIG_HAVE_ARCH_KMEMCHECK=y CONFIG_STRICT_DEVMEM=y CONFIG_X86_VERBOSE_BOOTUP=y CONFIG_EARLY_PRINTK=y # CONFIG_EARLY_PRINTK_DBGP is not set CONFIG_DOUBLEFAULT=y CONFIG_IOMMU_STRESS=y 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 is not set CONFIG_IO_DELAY_0XED=y # CONFIG_IO_DELAY_UDELAY is not set # CONFIG_IO_DELAY_NONE is not set CONFIG_DEFAULT_IO_DELAY_TYPE=1 CONFIG_OPTIMIZE_INLINING=y # # Security options # CONFIG_KEYS=y # CONFIG_KEYS_DEBUG_PROC_KEYS is not set CONFIG_SECURITY=y CONFIG_SECURITYFS=y # CONFIG_SECURITY_NETWORK is not set CONFIG_SECURITY_PATH=y CONFIG_SECURITY_TOMOYO=y # CONFIG_SECURITY_APPARMOR is not set # CONFIG_IMA is not set CONFIG_DEFAULT_SECURITY_TOMOYO=y # CONFIG_DEFAULT_SECURITY_DAC is not set CONFIG_DEFAULT_SECURITY="tomoyo" CONFIG_CRYPTO=y # # Crypto core or helper # # CONFIG_CRYPTO_FIPS is not set CONFIG_CRYPTO_ALGAPI=y CONFIG_CRYPTO_ALGAPI2=y CONFIG_CRYPTO_AEAD=y CONFIG_CRYPTO_AEAD2=y CONFIG_CRYPTO_BLKCIPHER=y CONFIG_CRYPTO_BLKCIPHER2=y CONFIG_CRYPTO_HASH=y CONFIG_CRYPTO_HASH2=y CONFIG_CRYPTO_RNG=y CONFIG_CRYPTO_RNG2=y CONFIG_CRYPTO_PCOMP=y CONFIG_CRYPTO_PCOMP2=y CONFIG_CRYPTO_MANAGER=y CONFIG_CRYPTO_MANAGER2=y CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y CONFIG_CRYPTO_GF128MUL=y # CONFIG_CRYPTO_NULL is not set CONFIG_CRYPTO_PCRYPT=y CONFIG_CRYPTO_WORKQUEUE=y # CONFIG_CRYPTO_CRYPTD is not set CONFIG_CRYPTO_AUTHENC=y # # Authenticated Encryption with Associated Data # CONFIG_CRYPTO_CCM=y CONFIG_CRYPTO_GCM=y CONFIG_CRYPTO_SEQIV=y # # Block modes # CONFIG_CRYPTO_CBC=y CONFIG_CRYPTO_CTR=y # CONFIG_CRYPTO_CTS is not set CONFIG_CRYPTO_ECB=y # CONFIG_CRYPTO_LRW is not set CONFIG_CRYPTO_PCBC=y # CONFIG_CRYPTO_XTS is not set # # Hash modes # CONFIG_CRYPTO_HMAC=y # CONFIG_CRYPTO_XCBC is not set # CONFIG_CRYPTO_VMAC is not set # # Digest # CONFIG_CRYPTO_CRC32C=y # CONFIG_CRYPTO_CRC32C_INTEL is not set CONFIG_CRYPTO_GHASH=y CONFIG_CRYPTO_MD4=y CONFIG_CRYPTO_MD5=y CONFIG_CRYPTO_MICHAEL_MIC=y CONFIG_CRYPTO_RMD128=y CONFIG_CRYPTO_RMD160=y CONFIG_CRYPTO_RMD256=y # CONFIG_CRYPTO_RMD320 is not set CONFIG_CRYPTO_SHA1=y # CONFIG_CRYPTO_SHA256 is not set # CONFIG_CRYPTO_SHA512 is not set CONFIG_CRYPTO_TGR192=y CONFIG_CRYPTO_WP512=y # # Ciphers # CONFIG_CRYPTO_AES=y # CONFIG_CRYPTO_AES_586 is not set CONFIG_CRYPTO_ANUBIS=y CONFIG_CRYPTO_ARC4=y # CONFIG_CRYPTO_BLOWFISH is not set # CONFIG_CRYPTO_CAMELLIA is not set CONFIG_CRYPTO_CAST5=y CONFIG_CRYPTO_CAST6=y CONFIG_CRYPTO_DES=y CONFIG_CRYPTO_FCRYPT=y # CONFIG_CRYPTO_KHAZAD is not set # CONFIG_CRYPTO_SALSA20 is not set # CONFIG_CRYPTO_SALSA20_586 is not set CONFIG_CRYPTO_SEED=y CONFIG_CRYPTO_SERPENT=y # CONFIG_CRYPTO_TEA is not set # CONFIG_CRYPTO_TWOFISH is not set # CONFIG_CRYPTO_TWOFISH_586 is not set # # Compression # CONFIG_CRYPTO_DEFLATE=y CONFIG_CRYPTO_ZLIB=y # CONFIG_CRYPTO_LZO is not set # # Random Number Generation # CONFIG_CRYPTO_ANSI_CPRNG=y # CONFIG_CRYPTO_HW is not set CONFIG_HAVE_KVM=y CONFIG_HAVE_KVM_IRQCHIP=y CONFIG_HAVE_KVM_EVENTFD=y CONFIG_KVM_APIC_ARCHITECTURE=y CONFIG_KVM_MMIO=y CONFIG_VIRTUALIZATION=y CONFIG_KVM=y CONFIG_KVM_INTEL=y CONFIG_KVM_AMD=y # CONFIG_VHOST_NET is not set CONFIG_LGUEST=y # CONFIG_VIRTIO_PCI is not set # CONFIG_VIRTIO_BALLOON is not set CONFIG_BINARY_PRINTF=y # # 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=y CONFIG_CRC16=y CONFIG_CRC_T10DIF=y CONFIG_CRC_ITU_T=y CONFIG_CRC32=y CONFIG_CRC7=y CONFIG_LIBCRC32C=y CONFIG_ZLIB_INFLATE=y CONFIG_ZLIB_DEFLATE=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAS_DMA=y CONFIG_CHECK_SIGNATURE=y CONFIG_NLATTR=y [-- Attachment #3: crash.log --] [-- Type: text/plain, Size: 162630 bytes --] [ 0.000000] Linux version 2.6.36-tip-03573-g1128a72-dirty (mingo@sirius) (gcc version 4.4.4 20100514 (Red Hat 4.4.4-3) (GCC) ) #51926 SMP Sat Oct 23 23:03:31 CEST 2010 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable) [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 000000003fff0000 (usable) [ 0.000000] BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS) [ 0.000000] BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data) [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved) [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved) [ 0.000000] bootconsole [earlyser0] enabled [ 0.000000] debug: ignoring loglevel setting. [ 0.000000] using polling idle threads. [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel! [ 0.000000] DMI 2.3 present. [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable) [ 0.000000] last_pfn = 0x3fff0 max_arch_pfn = 0x100000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-C7FFF write-protect [ 0.000000] C8000-FFFFF uncachable [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 0000000000 mask FFC0000000 write-back [ 0.000000] 1 disabled [ 0.000000] 2 disabled [ 0.000000] 3 disabled [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] only 135MB highmem pages available, ignoring highmem size of 512MB! [ 0.000000] Scan SMP from c0000000 for 1024 bytes. [ 0.000000] Scan SMP from c009fc00 for 1024 bytes. [ 0.000000] Scan SMP from c00f0000 for 65536 bytes. [ 0.000000] found SMP MP-table at [c00f5680] f5680 [ 0.000000] mpc: f1400-f152c [ 0.000000] Scanning 0 areas for low memory corruption [ 0.000000] initial memory mapped : 0 - 02400000 [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000 [ 0.000000] 0000000000 - 0000400000 page 4k [ 0.000000] 0000400000 - 0037400000 page 2M [ 0.000000] 0037400000 - 00377fe000 page 4k [ 0.000000] kernel direct mapping tables up to 377fe000 @ 23fb000-2400000 [ 0.000000] ACPI: RSDP 000f76f0 00014 (v00 Nvidia) [ 0.000000] ACPI: RSDT 3fff3040 00034 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000) [ 0.000000] ACPI: FACP 3fff30c0 00074 (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000) [ 0.000000] ACPI: DSDT 3fff3180 06264 (v01 NVIDIA AWRDACPI 00001000 MSFT 0100000E) [ 0.000000] ACPI: FACS 3fff0000 00040 [ 0.000000] ACPI: SRAT 3fff9500 000A0 (v01 AMD HAMMER 00000001 AMD 00000001) [ 0.000000] ACPI: MCFG 3fff9600 0003C (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000) [ 0.000000] ACPI: APIC 3fff9440 0007C (v01 Nvidia AWRDACPI 42302E31 AWRD 00000000) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] 135MB HIGHMEM available. [ 0.000000] 887MB LOWMEM available. [ 0.000000] mapped low ram: 0 - 377fe000 [ 0.000000] low ram: 0 - 377fe000 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] Normal 0x00001000 -> 0x000377fe [ 0.000000] HighMem 0x000377fe -> 0x0003fff0 [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009f [ 0.000000] 0: 0x00000100 -> 0x0003fff0 [ 0.000000] On node 0 totalpages: 262015 [ 0.000000] free_area_init_node: node 0, pgdat c1d37080, node_mem_map f6ffd200 [ 0.000000] DMA zone: 32 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 3951 pages, LIFO batch:0 [ 0.000000] Normal zone: 1744 pages used for memmap [ 0.000000] Normal zone: 221486 pages, LIFO batch:31 [ 0.000000] HighMem zone: 272 pages used for memmap [ 0.000000] HighMem zone: 34530 pages, LIFO batch:7 [ 0.000000] Using APIC driver default [ 0.000000] Nvidia board detected. Ignoring ACPI timer override. [ 0.000000] If you got timer trouble try acpi_use_timer_override [ 0.000000] ACPI: PM-Timer IO Port: 0x4008 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: BIOS IRQ0 pin2 override ignored. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge) [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] ACPI: IRQ14 used by override. [ 0.000000] ACPI: IRQ15 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] mapped APIC to ffffb000 (fee00000) [ 0.000000] mapped IOAPIC to ffffa000 (fec00000) [ 0.000000] nr_irqs_gsi: 40 [ 0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000) [ 0.000000] converting mcount calls to 0f 1f 44 00 00 [ 0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 14 pages/cpu @f6800000 s41200 r0 d16144 u2097152 [ 0.000000] pcpu-alloc: s41200 r0 d16144 u2097152 alloc=1*4194304 [ 0.000000] pcpu-alloc: [0] 0 1 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 259967 [ 0.000000] Kernel command line: root=/dev/sda1 earlyprintk=ttyS0,115200 console=ttyS0,115200 debug initcall_debug enforcing=0 apic=verbose ignore_loglevel sysrq_always_enabled selinux=0 nmi_watchdog=0 3 panic=1 3 nolapic_timer hpet=disable idle=mwait idle=poll highmem=512m pci=nomsi [ 0.000000] sysrq: sysrq always enabled. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Initializing CPU#0 [ 0.000000] Initializing HighMem for node 0 (000377fe:0003fff0) [ 0.000000] Memory: 1023032k/1048512k available (8692k kernel code, 25028k reserved, 5034k data, 612k init, 139208k highmem) [ 0.000000] virtual kernel memory layout: [ 0.000000] fixmap : 0xffd37000 - 0xfffff000 (2848 kB) [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB) [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB) [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB) [ 0.000000] .init : 0xc1d68000 - 0xc1e01000 ( 612 kB) [ 0.000000] .data : 0xc187d369 - 0xc1d67c20 (5034 kB) [ 0.000000] .text : 0xc1000000 - 0xc187d369 (8692 kB) [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok. [ 0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU-based detection of stalled CPUs is disabled. [ 0.000000] NR_IRQS:2304 nr_irqs:56 16 [ 0.000000] CPU 0 irqstacks, hard=f6800000 soft=f6802000 [ 0.000000] spurious 8259A interrupt: IRQ7. [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [ttyS0] enabled, bootconsole disabled [ 0.000000] console [ttyS0] enabled, bootconsole disabled [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 2010.639 MHz processor. [ 0.010004] Calibrating delay loop (skipped), value calculated using timer frequency.. 4022.83 BogoMIPS (lpj=6702130) [ 0.016668] pid_max: default: 32768 minimum: 301 [ 0.020017] Security Framework initialized [ 0.023340] TOMOYO Linux initialized [ 0.026688] Mount-cache hash table entries: 512 [ 0.030125] CPU: Physical Processor ID: 0 [ 0.033334] CPU: Processor Core ID: 0 [ 0.036673] Performance Events: AMD PMU driver. [ 0.043336] ... version: 0 [ 0.046666] ... bit width: 48 [ 0.049999] ... generic registers: 4 [ 0.053332] ... value mask: 0000ffffffffffff [ 0.056666] ... max period: 00007fffffffffff [ 0.059998] ... fixed-purpose events: 0 [ 0.063332] ... event mask: 000000000000000f [ 0.070139] ACPI: Core revision 20100702 [ 0.086161] Enabling APIC mode: Flat. Using 1 I/O APICs [ 0.086667] enabled ExtINT on CPU#0 [ 0.090124] ENABLING IO-APIC IRQs [ 0.093329] init IO_APIC IRQs [ 0.096667] IOAPIC[0]: Set routing entry (2-0 -> 0x30 -> IRQ 0 Mode:0 Active:0) [ 0.100001] IOAPIC[0]: Set routing entry (2-1 -> 0x31 -> IRQ 1 Mode:0 Active:0) [ 0.103333] IOAPIC[0]: Set routing entry (2-3 -> 0x33 -> IRQ 3 Mode:0 Active:0) [ 0.106666] IOAPIC[0]: Set routing entry (2-4 -> 0x34 -> IRQ 4 Mode:0 Active:0) [ 0.109999] IOAPIC[0]: Set routing entry (2-5 -> 0x35 -> IRQ 5 Mode:0 Active:0) [ 0.113332] IOAPIC[0]: Set routing entry (2-6 -> 0x36 -> IRQ 6 Mode:0 Active:0) [ 0.116665] IOAPIC[0]: Set routing entry (2-7 -> 0x37 -> IRQ 7 Mode:0 Active:0) [ 0.119998] IOAPIC[0]: Set routing entry (2-8 -> 0x38 -> IRQ 8 Mode:0 Active:0) [ 0.123331] IOAPIC[0]: Set routing entry (2-9 -> 0x39 -> IRQ 9 Mode:1 Active:0) [ 0.126664] IOAPIC[0]: Set routing entry (2-10 -> 0x3a -> IRQ 10 Mode:0 Active:0) [ 0.129997] IOAPIC[0]: Set routing entry (2-11 -> 0x3b -> IRQ 11 Mode:0 Active:0) [ 0.133330] IOAPIC[0]: Set routing entry (2-12 -> 0x3c -> IRQ 12 Mode:0 Active:0) [ 0.136664] IOAPIC[0]: Set routing entry (2-13 -> 0x3d -> IRQ 13 Mode:0 Active:0) [ 0.139997] IOAPIC[0]: Set routing entry (2-14 -> 0x3e -> IRQ 14 Mode:0 Active:0) [ 0.143330] IOAPIC[0]: Set routing entry (2-15 -> 0x3f -> IRQ 15 Mode:0 Active:0) [ 0.146661] 2-16 2-17 2-18 2-19 2-20 2-21 2-22 2-23 (apicid-pin) not connected [ 0.155980] ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1 [ 0.192005] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02 [ 0.197884] Disabling APIC timer [ 0.203327] calling migration_init+0x0/0x57 @ 1 [ 0.206658] initcall migration_init+0x0/0x57 returned 0 after 0 usecs [ 0.209990] calling spawn_ksoftirqd+0x0/0x3f @ 1 [ 0.213337] initcall spawn_ksoftirqd+0x0/0x3f returned 0 after 0 usecs [ 0.216656] calling init_workqueues+0x0/0x20d @ 1 [ 0.220032] initcall init_workqueues+0x0/0x20d returned 0 after 0 usecs [ 0.223323] calling init_jump_label+0x0/0x19f @ 1 [ 0.232065] initcall init_jump_label+0x0/0x19f returned 0 after 3254 usecs [ 0.233325] calling init_call_single_data+0x0/0x62 @ 1 [ 0.236656] initcall init_call_single_data+0x0/0x62 returned 0 after 0 usecs [ 0.239988] calling cpu_stop_init+0x0/0x81 @ 1 [ 0.243343] initcall cpu_stop_init+0x0/0x81 returned 0 after 0 usecs [ 0.246654] calling relay_init+0x0/0xd @ 1 [ 0.249987] initcall relay_init+0x0/0xd returned 0 after 0 usecs [ 0.253320] calling tracer_alloc_buffers+0x0/0x16c @ 1 [ 0.256758] Testing tracer nop: PASSED [ 0.260698] initcall tracer_alloc_buffers+0x0/0x16c returned 0 after 3254 usecs [ 0.263319] calling init_trace_printk+0x0/0x3 @ 1 [ 0.266653] initcall init_trace_printk+0x0/0x3 returned 0 after 0 usecs [ 0.270074] CPU 1 irqstacks, hard=f6a00000 soft=f6a02000 [ 0.273324] Booting Node 0, Processors #1 Ok. [ 0.013332] Initializing CPU#1 [ 0.013332] masked ExtINT on CPU#1 [ 0.373432] Brought up 2 CPUs [ 0.376646] Total of 2 processors activated (8044.72 BogoMIPS). [ 0.380336] calling init_mmap_min_addr+0x0/0xd @ 1 [ 0.383313] initcall init_mmap_min_addr+0x0/0xd returned 0 after 0 usecs [ 0.386644] calling net_ns_init+0x0/0xca @ 1 [ 0.389994] initcall net_ns_init+0x0/0xca returned 0 after 0 usecs [ 0.389994] calling pci_reboot_init+0x0/0xd @ 1 [ 0.393314] initcall pci_reboot_init+0x0/0xd returned 0 after 0 usecs [ 0.396644] calling reboot_init+0x0/0xd @ 1 [ 0.399984] initcall reboot_init+0x0/0xd returned 0 after 0 usecs [ 0.403311] calling init_lapic_sysfs+0x0/0x26 @ 1 [ 0.406668] initcall init_lapic_sysfs+0x0/0x26 returned 0 after 0 usecs [ 0.409978] calling init_smp_flush+0x0/0x28 @ 1 [ 0.413312] initcall init_smp_flush+0x0/0x28 returned 0 after 0 usecs [ 0.416644] calling alloc_frozen_cpus+0x0/0x3 @ 1 [ 0.419977] initcall alloc_frozen_cpus+0x0/0x3 returned 0 after 0 usecs [ 0.423310] calling sysctl_init+0x0/0x25 @ 1 [ 0.426684] initcall sysctl_init+0x0/0x25 returned 0 after 0 usecs [ 0.429975] calling ksysfs_init+0x0/0x70 @ 1 [ 0.433313] initcall ksysfs_init+0x0/0x70 returned 0 after 0 usecs [ 0.436642] calling init_jiffies_clocksource+0x0/0xa @ 1 [ 0.439977] initcall init_jiffies_clocksource+0x0/0xa returned 0 after 0 usecs [ 0.443308] calling pm_init+0x0/0x45 @ 1 [ 0.446650] initcall pm_init+0x0/0x45 returned 0 after 0 usecs [ 0.449975] calling init_ftrace_syscalls+0x0/0x9e @ 1 [ 0.454300] initcall init_ftrace_syscalls+0x0/0x9e returned 0 after 0 usecs [ 0.456641] calling init_hw_breakpoint+0x0/0xbc @ 1 [ 0.459981] initcall init_hw_breakpoint+0x0/0xbc returned 0 after 0 usecs [ 0.463307] calling init_zero_pfn+0x0/0x10 @ 1 [ 0.466640] initcall init_zero_pfn+0x0/0x10 returned 0 after 0 usecs [ 0.469973] calling fsnotify_init+0x0/0x1b @ 1 [ 0.473307] initcall fsnotify_init+0x0/0x1b returned 0 after 0 usecs [ 0.476639] calling filelock_init+0x0/0x25 @ 1 [ 0.479977] initcall filelock_init+0x0/0x25 returned 0 after 0 usecs [ 0.483305] calling init_aout_binfmt+0x0/0xc @ 1 [ 0.486639] initcall init_aout_binfmt+0x0/0xc returned 0 after 0 usecs [ 0.489971] calling init_misc_binfmt+0x0/0x34 @ 1 [ 0.493306] initcall init_misc_binfmt+0x0/0x34 returned 0 after 0 usecs [ 0.496637] calling init_script_binfmt+0x0/0xc @ 1 [ 0.499971] initcall init_script_binfmt+0x0/0xc returned 0 after 0 usecs [ 0.503304] calling init_elf_binfmt+0x0/0xc @ 1 [ 0.506637] initcall init_elf_binfmt+0x0/0xc returned 0 after 0 usecs [ 0.509970] calling debugfs_init+0x0/0x46 @ 1 [ 0.513305] initcall debugfs_init+0x0/0x46 returned 0 after 0 usecs [ 0.516637] calling securityfs_init+0x0/0x3d @ 1 [ 0.519972] initcall securityfs_init+0x0/0x3d returned 0 after 0 usecs [ 0.523303] calling random32_init+0x0/0x9e @ 1 [ 0.526637] initcall random32_init+0x0/0x9e returned 0 after 0 usecs [ 0.529969] calling test_atomic64+0x0/0x5ea @ 1 [ 0.533304] atomic64 test passed for i386+ platform with CX8 and with SSE [ 0.536636] initcall test_atomic64+0x0/0x5ea returned 0 after 3254 usecs [ 0.539970] calling early_resume_init+0x0/0x16d @ 1 [ 0.543318] Time: 8:34:08 Date: 10/24/10 [ 0.546635] initcall early_resume_init+0x0/0x16d returned 0 after 3254 usecs [ 0.549968] calling cpuidle_init+0x0/0x2e @ 1 [ 0.553304] initcall cpuidle_init+0x0/0x2e returned 0 after 0 usecs [ 0.556633] calling sock_init+0x0/0x4f @ 1 [ 0.559999] initcall sock_init+0x0/0x4f returned 0 after 0 usecs [ 0.563300] calling net_inuse_init+0x0/0x1b @ 1 [ 0.566635] initcall net_inuse_init+0x0/0x1b returned 0 after 0 usecs [ 0.569966] calling netpoll_init+0x0/0x2b @ 1 [ 0.573300] initcall netpoll_init+0x0/0x2b returned 0 after 0 usecs [ 0.576632] calling netlink_proto_init+0x0/0x149 @ 1 [ 0.579970] NET: Registered protocol family 16 [ 0.583305] initcall netlink_proto_init+0x0/0x149 returned 0 after 3254 usecs [ 0.586632] calling bdi_class_init+0x0/0x3c @ 1 [ 0.589984] initcall bdi_class_init+0x0/0x3c returned 0 after 0 usecs [ 0.593299] calling kobject_uevent_init+0x0/0x19 @ 1 [ 0.596634] initcall kobject_uevent_init+0x0/0x19 returned 0 after 0 usecs [ 0.599965] calling pcibus_class_init+0x0/0xf @ 1 [ 0.603306] initcall pcibus_class_init+0x0/0xf returned 0 after 0 usecs [ 0.606631] calling pci_driver_init+0x0/0xa @ 1 [ 0.609976] initcall pci_driver_init+0x0/0xa returned 0 after 0 usecs [ 0.613297] calling backlight_class_init+0x0/0x48 @ 1 [ 0.616636] initcall backlight_class_init+0x0/0x48 returned 0 after 0 usecs [ 0.619964] calling tty_class_init+0x0/0x2b @ 1 [ 0.623303] initcall tty_class_init+0x0/0x2b returned 0 after 0 usecs [ 0.626629] calling vtconsole_class_init+0x0/0x9b @ 1 [ 0.629994] initcall vtconsole_class_init+0x0/0x9b returned 0 after 0 usecs [ 0.633297] calling wakeup_sources_debugfs_init+0x0/0x22 @ 1 [ 0.636631] initcall wakeup_sources_debugfs_init+0x0/0x22 returned 0 after 0 usecs [ 0.639962] calling i2c_init+0x0/0x31 @ 1 [ 0.643312] initcall i2c_init+0x0/0x31 returned 0 after 0 usecs [ 0.646628] calling amd_postcore_init+0x0/0x67 @ 1 [ 0.649963] node 0 link 0: io port [1000, fffff] [ 0.653295] TOM: 0000000040000000 aka 1024M [ 0.656627] node 0 link 0: mmio [e0000000, efffffff] [ 0.660148] node 0 link 0: mmio [feb00000, fec0ffff] [ 0.663482] node 0 link 0: mmio [a0000, bffff] [ 0.666814] node 0 link 0: mmio [40000000, fed3ffff] [ 0.670149] bus: [00, ff] on node 0 link 0 [ 0.673293] bus: 00 index 0 [io 0x0000-0xffff] [ 0.676625] bus: 00 index 1 [mem 0x40000000-0xffffffff] [ 0.679958] bus: 00 index 2 [mem 0xfeb00000-0xfec0ffff] [ 0.683292] bus: 00 index 3 [mem 0x000a0000-0x000bffff] [ 0.686625] initcall amd_postcore_init+0x0/0x67 returned 0 after 35804 usecs [ 0.689958] calling arch_kdebugfs_init+0x0/0x1a @ 1 [ 0.693293] initcall arch_kdebugfs_init+0x0/0x1a returned 0 after 0 usecs [ 0.696625] calling init_pit_clocksource+0x0/0xa3 @ 1 [ 0.699958] initcall init_pit_clocksource+0x0/0xa3 returned 0 after 0 usecs [ 0.703291] calling mtrr_if_init+0x0/0x49 @ 1 [ 0.706626] initcall mtrr_if_init+0x0/0x49 returned 0 after 0 usecs [ 0.709957] calling ffh_cstate_init+0x0/0x23 @ 1 [ 0.713291] initcall ffh_cstate_init+0x0/0x23 returned -1 after 0 usecs [ 0.716624] initcall ffh_cstate_init+0x0/0x23 returned with error code -1 [ 0.719957] calling kdump_buf_page_init+0x0/0x6d @ 1 [ 0.723291] initcall kdump_buf_page_init+0x0/0x6d returned 0 after 0 usecs [ 0.726623] calling dynamic_debug_init+0x0/0xdb @ 1 [ 0.730101] initcall dynamic_debug_init+0x0/0xdb returned 0 after 0 usecs [ 0.733289] calling acpi_pci_init+0x0/0x43 @ 1 [ 0.736622] ACPI: bus type pci registered [ 0.739955] initcall acpi_pci_init+0x0/0x43 returned 0 after 3254 usecs [ 0.743289] calling dmi_id_init+0x0/0x2bd @ 1 [ 0.746666] initcall dmi_id_init+0x0/0x2bd returned 0 after 0 usecs [ 0.749955] calling dma_bus_init+0x0/0x2d @ 1 [ 0.753294] initcall dma_bus_init+0x0/0x2d returned 0 after 0 usecs [ 0.756621] calling dma_channel_table_init+0x0/0xd9 @ 1 [ 0.759961] initcall dma_channel_table_init+0x0/0xd9 returned 0 after 0 usecs [ 0.763287] calling pci_arch_init+0x0/0x5c @ 1 [ 0.766643] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.769954] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 [ 0.773285] PCI: Using MMCONFIG for extended config space [ 0.776619] PCI: Using configuration type 1 for base access [ 0.779962] initcall pci_arch_init+0x0/0x5c returned 0 after 13019 usecs [ 0.783285] calling topology_init+0x0/0x32 @ 1 [ 0.786632] initcall topology_init+0x0/0x32 returned 0 after 0 usecs [ 0.789952] calling mtrr_init_finialize+0x0/0x31 @ 1 [ 0.793286] initcall mtrr_init_finialize+0x0/0x31 returned 0 after 0 usecs [ 0.796618] calling mca_init+0x0/0x2b2 @ 1 [ 0.799961] initcall mca_init+0x0/0x2b2 returned -19 after 0 usecs [ 0.803285] calling param_sysfs_init+0x0/0x2e6 @ 1 [ 0.813066] initcall param_sysfs_init+0x0/0x2e6 returned 0 after 3254 usecs [ 0.813284] calling pm_sysrq_init+0x0/0x12 @ 1 [ 0.816618] initcall pm_sysrq_init+0x0/0x12 returned 0 after 0 usecs [ 0.819950] calling default_bdi_init+0x0/0x89 @ 1 [ 0.826688] initcall default_bdi_init+0x0/0x89 returned 0 after 0 usecs [ 0.826688] calling init_bio+0x0/0xa7 @ 1 [ 0.833321] bio: create slab <bio-0> at 0 [ 0.836621] initcall init_bio+0x0/0xa7 returned 0 after 3254 usecs [ 0.839948] calling fsnotify_notification_init+0x0/0x72 @ 1 [ 0.843284] initcall fsnotify_notification_init+0x0/0x72 returned 0 after 0 usecs [ 0.846615] calling cryptomgr_init+0x0/0xa @ 1 [ 0.849949] initcall cryptomgr_init+0x0/0xa returned 0 after 0 usecs [ 0.853281] calling blk_settings_init+0x0/0x19 @ 1 [ 0.856615] initcall blk_settings_init+0x0/0x19 returned 0 after 0 usecs [ 0.859947] calling blk_ioc_init+0x0/0x22 @ 1 [ 0.863281] initcall blk_ioc_init+0x0/0x22 returned 0 after 0 usecs [ 0.866613] calling blk_softirq_init+0x0/0x50 @ 1 [ 0.869948] initcall blk_softirq_init+0x0/0x50 returned 0 after 0 usecs [ 0.873280] calling blk_iopoll_setup+0x0/0x50 @ 1 [ 0.876614] initcall blk_iopoll_setup+0x0/0x50 returned 0 after 0 usecs [ 0.879946] calling genhd_device_init+0x0/0x66 @ 1 [ 0.883302] initcall genhd_device_init+0x0/0x66 returned 0 after 0 usecs [ 0.883302] calling blk_dev_integrity_init+0x0/0x22 @ 1 [ 0.886615] initcall blk_dev_integrity_init+0x0/0x22 returned 0 after 0 usecs [ 0.889947] calling pci_slot_init+0x0/0x37 @ 1 [ 0.893281] initcall pci_slot_init+0x0/0x37 returned 0 after 0 usecs [ 0.896611] calling fbmem_init+0x0/0x7c @ 1 [ 0.899956] initcall fbmem_init+0x0/0x7c returned 0 after 0 usecs [ 0.903278] calling acpi_init+0x0/0x2c5 @ 1 [ 0.913923] ACPI: EC: Look up EC in DSDT [ 0.928819] ACPI: Interpreter enabled [ 0.929944] ACPI: (supports S0 S1 S3 S5) [ 0.934411] ACPI: Using IOAPIC for interrupt routing [ 0.950280] initcall acpi_init+0x0/0x2c5 returned 0 after 39059 usecs [ 0.953275] calling acpi_pci_root_init+0x0/0x26 @ 1 [ 0.956609] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug [ 0.960085] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.963565] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored) [ 0.966607] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored) [ 0.969940] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored) [ 0.973273] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000dffff] (ignored) [ 0.976606] pci_root PNP0A08:00: host bridge window [mem 0x40000000-0xfebfffff] (ignored) [ 0.980033] HPET not enabled in BIOS. You might try hpet=force boot option [ 0.983286] pci 0000:00:01.1: reg 10: [io 0xdc00-0xdc1f] [ 0.986616] pci 0000:00:01.1: reg 20: [io 0x4c00-0x4c3f] [ 0.989941] pci 0000:00:01.1: reg 24: [io 0x4c40-0x4c7f] [ 0.993281] pci 0000:00:01.1: PME# supported from D3hot D3cold [ 0.996605] pci 0000:00:01.1: PME# disabled [ 0.999956] pci 0000:00:02.0: reg 10: [mem 0xda102000-0xda102fff] [ 1.003293] pci 0000:00:02.0: supports D1 D2 [ 1.006604] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.009937] pci 0000:00:02.0: PME# disabled [ 1.013286] pci 0000:00:02.1: reg 10: [mem 0xfeb00000-0xfeb000ff] [ 1.016629] pci 0000:00:02.1: supports D1 D2 [ 1.019936] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold [ 1.023270] pci 0000:00:02.1: PME# disabled [ 1.026622] pci 0000:00:04.0: reg 10: [io 0xd400-0xd4ff] [ 1.029938] pci 0000:00:04.0: reg 14: [io 0xd800-0xd8ff] [ 1.033271] pci 0000:00:04.0: reg 18: [mem 0xda101000-0xda101fff] [ 1.036619] pci 0000:00:04.0: supports D1 D2 [ 1.039959] pci 0000:00:06.0: reg 20: [io 0xf000-0xf00f] [ 1.043310] pci 0000:00:0a.0: reg 10: [mem 0xda100000-0xda100fff] [ 1.046604] pci 0000:00:0a.0: reg 14: [io 0xd000-0xd007] [ 1.049954] pci 0000:00:0a.0: supports D1 D2 [ 1.053267] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.056601] pci 0000:00:0a.0: PME# disabled [ 1.059966] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.063267] pci 0000:00:0b.0: PME# disabled [ 1.066633] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.069933] pci 0000:00:0c.0: PME# disabled [ 1.073299] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.076599] pci 0000:00:0d.0: PME# disabled [ 1.079964] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.083266] pci 0000:00:0e.0: PME# disabled [ 1.086685] PCI: peer root bus 00 res updated from pci conf [ 1.089962] pci 0000:05:07.0: reg 10: [io 0xc000-0xc0ff] [ 1.093270] pci 0000:05:07.0: reg 14: [mem 0xda000000-0xda0000ff] [ 1.099945] pci 0000:05:07.0: supports D1 D2 [ 1.103264] pci 0000:05:07.0: PME# supported from D1 D2 D3hot [ 1.106598] pci 0000:05:07.0: PME# disabled [ 1.109952] pci 0000:00:09.0: PCI bridge to [bus 05-05] (subtractive decode) [ 1.113264] pci 0000:00:09.0: bridge window [io 0xc000-0xcfff] [ 1.116597] pci 0000:00:09.0: bridge window [mem 0xda000000-0xda0fffff] [ 1.119931] pci 0000:00:09.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) [ 1.123263] pci 0000:00:09.0: bridge window [io 0x0000-0xffff] (subtractive decode) [ 1.126596] pci 0000:00:09.0: bridge window [mem 0x40000000-0xffffffff] (subtractive decode) [ 1.129929] pci 0000:00:09.0: bridge window [mem 0xfeb00000-0xfec0ffff] (subtractive decode) [ 1.133262] pci 0000:00:09.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) [ 1.136614] pci 0000:00:0b.0: PCI bridge to [bus 04-04] [ 1.139930] pci 0000:00:0b.0: bridge window [io 0xf000-0x0000] (disabled) [ 1.143262] pci 0000:00:0b.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) [ 1.146596] pci 0000:00:0b.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) [ 1.149946] pci 0000:00:0c.0: PCI bridge to [bus 03-03] [ 1.153262] pci 0000:00:0c.0: bridge window [io 0xf000-0x0000] (disabled) [ 1.156595] pci 0000:00:0c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) [ 1.159928] pci 0000:00:0c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) [ 1.163279] pci 0000:00:0d.0: PCI bridge to [bus 02-02] [ 1.166595] pci 0000:00:0d.0: bridge window [io 0xf000-0x0000] (disabled) [ 1.169927] pci 0000:00:0d.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) [ 1.173261] pci 0000:00:0d.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) [ 1.176626] pci 0000:01:00.0: reg 10: [mem 0xd0000000-0xd7ffffff pref] [ 1.179930] pci 0000:01:00.0: reg 14: [io 0xb000-0xb0ff] [ 1.183263] pci 0000:01:00.0: reg 18: [mem 0xd9000000-0xd900ffff] [ 1.186610] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref] [ 1.189938] pci 0000:01:00.0: supports D1 D2 [ 1.193280] pci 0000:01:00.1: reg 10: [mem 0xd9010000-0xd901ffff] [ 1.196629] pci 0000:01:00.1: supports D1 D2 [ 1.199933] pci 0000:00:0e.0: PCI bridge to [bus 01-01] [ 1.203259] pci 0000:00:0e.0: bridge window [io 0xb000-0xbfff] [ 1.206591] pci 0000:00:0e.0: bridge window [mem 0xd8000000-0xd9ffffff] [ 1.209925] pci 0000:00:0e.0: bridge window [mem 0xd0000000-0xd7ffffff 64bit pref] [ 1.213265] pci_bus 0000:00: on NUMA node 0 [ 1.216592] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 1.220233] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT] [ 1.301121] initcall acpi_pci_root_init+0x0/0x26 returned 0 after 335264 usecs [ 1.303252] calling acpi_pci_link_init+0x0/0x3b @ 1 [ 1.306680] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 1.315185] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 1.322560] ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 *5 7 9 10 11 12 14 15) [ 1.326664] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 1.335183] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 1.343550] ACPI: PCI Interrupt Link [LUBA] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 1.352122] ACPI: PCI Interrupt Link [LUBB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 1.356888] ACPI: PCI Interrupt Link [LMAC] (IRQs 3 4 5 7 9 10 *11 12 14 15) [ 1.364489] ACPI: PCI Interrupt Link [LACI] (IRQs *3 4 5 7 9 10 11 12 14 15) [ 1.372085] ACPI: PCI Interrupt Link [LMCI] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 1.376882] ACPI: PCI Interrupt Link [LSMB] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 1.385730] ACPI: PCI Interrupt Link [LUB2] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 1.390213] ACPI: PCI Interrupt Link [LIDE] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 1.399356] ACPI: PCI Interrupt Link [LSID] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 1.404531] ACPI: PCI Interrupt Link [LFID] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 1.413327] ACPI: PCI Interrupt Link [LPCA] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled. [ 1.421903] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled. [ 1.428289] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0 [ 1.433986] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0 [ 1.437596] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled. [ 1.441795] ACPI: PCI Interrupt Link [APC5] (IRQs *16), disabled. [ 1.445061] ACPI: PCI Interrupt Link [APCF] (IRQs [ 1.443243] Clocksource tsc unstable (delta = 256316473 ns) [ 1.446575] 20 21 22 23) *0, disabled. [ 1.453395] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22 23) *0, disabled. [ 1.460291] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0 [ 1.466961] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22 23) *0 [ 1.473435] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22 23) *0, disabled. [ 1.480290] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0, disabled. [ 1.488305] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0, disabled. [ 1.495527] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled. [ 1.499432] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0, disabled. [ 1.503638] ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0, disabled. [ 1.510305] ACPI: PCI Interrupt Link [APCP] (IRQs 20 21 22 23) *0, disabled. [ 1.518426] initcall acpi_pci_link_init+0x0/0x3b returned 0 after 205064 usecs [ 1.519904] calling pnp_init+0x0/0xa @ 1 [ 1.523248] initcall pnp_init+0x0/0xa returned 0 after 0 usecs [ 1.526570] calling misc_init+0x0/0x95 @ 1 [ 1.529916] initcall misc_init+0x0/0x95 returned 0 after 0 usecs [ 1.533237] calling vga_arb_device_init+0x0/0x62 @ 1 [ 1.536606] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none [ 1.539902] vgaarb: loaded [ 1.543237] initcall vga_arb_device_init+0x0/0x62 returned 0 after 6509 usecs [ 1.546569] calling cn_init+0x0/0x84 @ 1 [ 1.549916] initcall cn_init+0x0/0x84 returned 0 after 0 usecs [ 1.553236] calling init_scsi+0x0/0x83 @ 1 [ 1.556668] SCSI subsystem initialized [ 1.559903] initcall init_scsi+0x0/0x83 returned 0 after 3254 usecs [ 1.563235] calling ata_init+0x0/0x295 @ 1 [ 1.566596] libata version 3.00 loaded. [ 1.566596] initcall ata_init+0x0/0x295 returned 0 after 3254 usecs [ 1.569901] calling phy_init+0x0/0x29 @ 1 [ 1.573259] initcall phy_init+0x0/0x29 returned 0 after 0 usecs [ 1.576568] calling init_pcmcia_cs+0x0/0x28 @ 1 [ 1.579908] initcall init_pcmcia_cs+0x0/0x28 returned 0 after 0 usecs [ 1.583234] calling usb_init+0x0/0x130 @ 1 [ 1.586588] usbcore: registered new interface driver usbfs [ 1.589908] usbcore: registered new interface driver hub [ 1.596605] usbcore: registered new device driver usb [ 1.599902] initcall usb_init+0x0/0x130 returned 0 after 9764 usecs [ 1.603232] calling serio_init+0x0/0x6c @ 1 [ 1.606587] initcall serio_init+0x0/0x6c returned 0 after 0 usecs [ 1.606587] calling gameport_init+0x0/0x6c @ 1 [ 1.613265] initcall gameport_init+0x0/0x6c returned 0 after 0 usecs [ 1.616564] calling input_init+0x0/0xde @ 1 [ 1.619910] initcall input_init+0x0/0xde returned 0 after 0 usecs [ 1.623231] calling tca6416_keypad_init+0x0/0xc @ 1 [ 1.626573] initcall tca6416_keypad_init+0x0/0xc returned 0 after 0 usecs [ 1.629897] calling pps_init+0x0/0x8c @ 1 [ 1.633235] LinuxPPS API ver. 1 registered [ 1.636562] Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 1.639896] initcall pps_init+0x0/0x8c returned 0 after 6509 usecs [ 1.643229] calling power_supply_class_init+0x0/0x35 @ 1 [ 1.646569] initcall power_supply_class_init+0x0/0x35 returned 0 after 0 usecs [ 1.649895] calling hwmon_init+0x0/0xda @ 1 [ 1.653237] initcall hwmon_init+0x0/0xda returned 0 after 0 usecs [ 1.656562] calling thermal_init+0x0/0x2e @ 1 [ 1.659901] initcall thermal_init+0x0/0x2e returned 0 after 0 usecs [ 1.663228] calling leds_init+0x0/0x39 @ 1 [ 1.666568] initcall leds_init+0x0/0x39 returned 0 after 0 usecs [ 1.669895] calling acpi_wmi_init+0x0/0x121 @ 1 [ 1.673253] ACPI: WMI: Mapper loaded [ 1.676561] initcall acpi_wmi_init+0x0/0x121 returned 0 after 3254 usecs [ 1.679894] calling pci_subsys_init+0x0/0x40 @ 1 [ 1.683226] PCI: Using ACPI for IRQ routing [ 1.686561] PCI: pci_cache_line_size set to 64 bytes [ 1.689904] pci 0000:00:02.1: address space collision: [mem 0xfeb00000-0xfeb000ff] conflicts with PCI Bus #00 [mem 0xfeb00000-0xfec0ffff] [ 1.693264] Expanded resource reserved due to conflict with PCI Bus #00 [ 1.696559] reserve RAM buffer: 000000000009f800 - 000000000009ffff [ 1.699892] reserve RAM buffer: 000000003fff0000 - 000000003fffffff [ 1.703227] initcall pci_subsys_init+0x0/0x40 returned 0 after 19529 usecs [ 1.706558] calling proto_init+0x0/0xa @ 1 [ 1.709894] initcall proto_init+0x0/0xa returned 0 after 0 usecs [ 1.713224] calling net_dev_init+0x0/0x15d @ 1 [ 1.716650] initcall net_dev_init+0x0/0x15d returned 0 after 0 usecs [ 1.719891] calling neigh_init+0x0/0x65 @ 1 [ 1.723225] initcall neigh_init+0x0/0x65 returned 0 after 0 usecs [ 1.726557] calling fib_rules_init+0x0/0x93 @ 1 [ 1.729891] initcall fib_rules_init+0x0/0x93 returned 0 after 0 usecs [ 1.733223] calling genl_init+0x0/0x6a @ 1 [ 1.736564] initcall genl_init+0x0/0x6a returned 0 after 0 usecs [ 1.739890] calling wanrouter_init+0x0/0x3c @ 1 [ 1.743222] Sangoma WANPIPE Router v1.1 (c) 1995-2000 Sangoma Technologies Inc. [ 1.746559] initcall wanrouter_init+0x0/0x3c returned 0 after 3254 usecs [ 1.749889] calling irda_init+0x0/0x95 @ 1 [ 1.753221] irda_init() [ 1.756566] NET: Registered protocol family 23 [ 1.759901] initcall irda_init+0x0/0x95 returned 0 after 6509 usecs [ 1.763222] calling rfkill_init+0x0/0x62 @ 1 [ 1.766585] initcall rfkill_init+0x0/0x62 returned 0 after 0 usecs [ 1.769888] calling sysctl_init+0x0/0x37 @ 1 [ 1.773222] initcall sysctl_init+0x0/0x37 returned 0 after 0 usecs [ 1.776556] calling print_ICs+0x0/0x462 @ 1 [ 1.779886] [ 1.779887] printing PIC contents [ 1.783221] ... PIC IMR: ffff [ 1.786275] ... PIC IRR: 0829 [ 1.786552] ... PIC ISR: 0000 [ 1.789886] ... PIC ELCR: 0828 [ 1.792940] printing local APIC contents on CPU#0/0: [ 1.793217] ... APIC ID: 00000000 (0) [ 1.793217] ... APIC VERSION: 00040010 [ 1.793217] ... APIC TASKPRI: 00000000 (00) [ 1.793217] ... APIC ARBPRI: 000000e0 (e0) [ 1.793217] ... APIC PROCPRI: 00000000 [ 1.793217] ... APIC LDR: 01000000 [ 1.793217] ... APIC DFR: ffffffff [ 1.793217] ... APIC SPIV: 000001ff [ 1.793217] ... APIC ISR field: [ 1.793217] 0000000000000000000000000000000000000000000000000000000000000000 [ 1.793217] ... APIC TMR field: [ 1.793217] 0000000000000000000000000000000000000000000000000000000000000000 [ 1.793217] ... APIC IRR field: [ 1.793217] 0000000000000000000000000000000000000000000000000000000000008000 [ 1.793217] ... APIC ESR: 00000000 [ 1.793217] ... APIC ICR: 000008fb [ 1.793217] ... APIC ICR2: 02000000 [ 1.793217] ... APIC LVTT: 000100ef [ 1.793217] ... APIC LVTPC: 00000400 [ 1.793217] ... APIC LVT0: 00010700 [ 1.793217] ... APIC LVT1: 00000400 [ 1.793217] ... APIC LVTERR: 000000fe [ 1.793217] ... APIC TMICT: 00000000 [ 1.793217] ... APIC TMCCT: 00000000 [ 1.793217] ... APIC TDCR: 00000000 [ 1.793217] [ 1.793218] number of MP IRQ sources: 16. [ 1.796552] number of IO-APIC #2 registers: 24. [ 1.799884] testing the IO APIC....................... [ 1.803220] [ 1.806551] IO APIC #2...... [ 1.809884] .... register #00: 00000000 [ 1.813217] ....... : physical APIC id: 00 [ 1.816550] ....... : Delivery Type: 0 [ 1.819883] ....... : LTS : 0 [ 1.823216] .... register #01: 00170011 [ 1.826550] ....... : max redirection entries: 0017 [ 1.829883] ....... : PRQ implemented: 0 [ 1.833216] ....... : IO APIC version: 0011 [ 1.836549] .... register #02: 00000000 [ 1.839882] ....... : arbitration: 00 [ 1.843215] .... IRQ redirection table: [ 1.846548] NR Dst Mask Trig IRR Pol Stat Dmod Deli Vect: [ 1.849883] 00 003 0 0 0 0 0 1 1 30 [ 1.856550] 01 003 0 0 0 0 0 1 1 31 [ 1.859883] 02 003 1 0 0 0 0 0 0 32 [ 1.866549] 03 003 1 0 0 0 0 1 1 33 [ 1.869882] 04 003 0 0 0 0 0 1 1 34 [ 1.876548] 05 003 1 0 0 0 0 1 1 35 [ 1.883214] 06 003 0 0 0 0 0 1 1 36 [ 1.886547] 07 003 1 0 0 0 0 1 1 37 [ 1.893214] 08 003 0 0 0 0 0 1 1 38 [ 1.896547] 09 003 0 1 0 0 0 1 1 39 [ 1.903213] 0a 003 0 0 0 0 0 1 1 3A [ 1.906546] 0b 003 1 0 0 0 0 1 1 3B [ 1.913212] 0c 003 0 0 0 0 0 1 1 3C [ 1.919879] 0d 003 0 0 0 0 0 1 1 3D [ 1.923212] 0e 003 0 0 0 0 0 1 1 3E [ 1.929878] 0f 003 0 0 0 0 0 1 1 3F [ 1.933211] 10 000 1 0 0 0 0 0 0 00 [ 1.939877] 11 000 1 0 0 0 0 0 0 00 [ 1.943212] 12 000 1 0 0 0 0 0 0 00 [ 1.949877] 13 000 1 0 0 0 0 0 0 00 [ 1.956543] 14 000 1 0 0 0 0 0 0 00 [ 1.959876] 15 000 1 0 0 0 0 0 0 00 [ 1.966542] 16 000 1 0 0 0 0 0 0 00 [ 1.969875] 17 000 1 0 0 0 0 0 0 00 [ 1.976540] IRQ to pin mappings: [ 1.979874] IRQ0 -> 0:0 [ 1.983206] IRQ1 -> 0:1 [ 1.985682] IRQ2 -> 0:2 [ 1.987264] IRQ3 -> 0:3 [ 1.990597] IRQ4 -> 0:4 [ 1.993075] IRQ5 -> 0:5 [ 1.993931] IRQ6 -> 0:6 [ 1.997263] IRQ7 -> 0:7 [ 2.000061] IRQ8 -> 0:8 [ 2.002537] IRQ9 -> 0:9 [ 2.003932] IRQ10 -> 0:10 [ 2.007350] IRQ11 -> 0:11 [ 2.010683] IRQ12 -> 0:12 [ 2.013393] IRQ13 -> 0:13 [ 2.016043] IRQ14 -> 0:14 [ 2.017349] IRQ15 -> 0:15 [ 2.020684] .................................... done. [ 2.023205] initcall print_ICs+0x0/0x462 returned 0 after 237614 usecs [ 2.026538] calling hpet_late_init+0x0/0xa2 @ 1 [ 2.029872] initcall hpet_late_init+0x0/0xa2 returned -19 after 0 usecs [ 2.033204] calling init_k8_nbs+0x0/0x1b @ 1 [ 2.036558] initcall init_k8_nbs+0x0/0x1b returned 0 after 0 usecs [ 2.039871] calling clocksource_done_booting+0x0/0x4b @ 1 [ 2.043206] initcall clocksource_done_booting+0x0/0x4b returned 0 after 0 usecs [ 2.046536] calling rb_init_debugfs+0x0/0x25 @ 1 [ 2.049879] initcall rb_init_debugfs+0x0/0x25 returned 0 after 0 usecs [ 2.053203] calling tracer_init_debugfs+0x0/0x2d0 @ 1 [ 2.056597] initcall tracer_init_debugfs+0x0/0x2d0 returned 0 after 0 usecs [ 2.059869] calling init_trace_printk_function_export+0x0/0x26 @ 1 [ 2.063204] initcall init_trace_printk_function_export+0x0/0x26 returned 0 after 0 usecs [ 2.066535] calling event_trace_init+0x0/0x1e3 @ 1 [ 2.079554] initcall event_trace_init+0x0/0x1e3 returned 0 after 6509 usecs [ 2.079870] calling init_pipe_fs+0x0/0x39 @ 1 [ 2.083219] initcall init_pipe_fs+0x0/0x39 returned 0 after 0 usecs [ 2.086534] calling eventpoll_init+0x0/0xc6 @ 1 [ 2.089874] initcall eventpoll_init+0x0/0xc6 returned 0 after 0 usecs [ 2.093200] calling anon_inode_init+0x0/0xec @ 1 [ 2.096539] initcall anon_inode_init+0x0/0xec returned 0 after 0 usecs [ 2.099866] calling fscache_init+0x0/0x1b6 @ 1 [ 2.103224] FS-Cache: Loaded [ 2.106533] initcall fscache_init+0x0/0x1b6 returned 0 after 3254 usecs [ 2.109866] calling tomoyo_initerface_init+0x0/0x125 @ 1 [ 2.113220] initcall tomoyo_initerface_init+0x0/0x125 returned 0 after 0 usecs [ 2.116533] calling blk_scsi_ioctl_init+0x0/0x284 @ 1 [ 2.119866] initcall blk_scsi_ioctl_init+0x0/0x284 returned 0 after 0 usecs [ 2.123198] calling acpi_event_init+0x0/0x6b @ 1 [ 2.126543] initcall acpi_event_init+0x0/0x6b returned 0 after 0 usecs [ 2.129864] calling pnpacpi_init+0x0/0x77 @ 1 [ 2.133196] pnp: PnP ACPI init [ 2.136552] ACPI: bus type pnp registered [ 2.141762] IOAPIC[0]: Set routing entry (2-8 -> 0x38 -> IRQ 8 Mode:0 Active:0) [ 2.143329] IOAPIC[0]: Set routing entry (2-13 -> 0x3d -> IRQ 13 Mode:0 Active:0) [ 2.146979] IOAPIC[0]: Set routing entry (2-6 -> 0x36 -> IRQ 6 Mode:0 Active:0) [ 2.150475] IOAPIC[0]: Set routing entry (2-4 -> 0x34 -> IRQ 4 Mode:0 Active:0) [ 2.154517] IOAPIC[0]: Set routing entry (2-7 -> 0x37 -> IRQ 7 Mode:0 Active:0) [ 2.156728] IOAPIC[0]: Set routing entry (2-12 -> 0x3c -> IRQ 12 Mode:0 Active:0) [ 2.163264] IOAPIC[0]: Set routing entry (2-1 -> 0x31 -> IRQ 1 Mode:0 Active:0) [ 2.167151] IOAPIC[0]: Set routing entry (2-10 -> 0x3a -> IRQ 10 Mode:0 Active:0) [ 2.171003] pnp: PnP ACPI: found 16 devices [ 2.173195] ACPI: ACPI bus type pnp unregistered [ 2.176529] initcall pnpacpi_init+0x0/0x77 returned 0 after 42314 usecs [ 2.179861] calling pnpbios_init+0x0/0x31d @ 1 [ 2.183195] PnPBIOS: Disabled by ACPI PNP [ 2.186528] initcall pnpbios_init+0x0/0x31d returned -19 after 3254 usecs [ 2.189860] calling pnp_system_init+0x0/0xa @ 1 [ 2.193203] system 00:01: [io 0x4000-0x407f] has been reserved [ 2.196527] system 00:01: [io 0x4080-0x40ff] has been reserved [ 2.199860] system 00:01: [io 0x4400-0x447f] has been reserved [ 2.203193] system 00:01: [io 0x4480-0x44ff] has been reserved [ 2.206526] system 00:01: [io 0x4800-0x487f] has been reserved [ 2.209859] system 00:01: [io 0x4880-0x48ff] has been reserved [ 2.213195] system 00:02: [io 0x04d0-0x04d1] has been reserved [ 2.216525] system 00:02: [io 0x0800-0x0805] has been reserved [ 2.219858] system 00:02: [io 0x0290-0x0297] has been reserved [ 2.223197] system 00:0e: [mem 0xe0000000-0xefffffff] has been reserved [ 2.226528] system 00:0f: [mem 0x000f0000-0x000f3fff] could not be reserved [ 2.229858] system 00:0f: [mem 0x000f4000-0x000f7fff] could not be reserved [ 2.233191] system 00:0f: [mem 0x000f8000-0x000fbfff] could not be reserved [ 2.236524] system 00:0f: [mem 0x000fc000-0x000fffff] could not be reserved [ 2.239857] system 00:0f: [mem 0x3fff0000-0x3fffffff] could not be reserved [ 2.243190] system 00:0f: [mem 0xffff0000-0xffffffff] has been reserved [ 2.246523] system 00:0f: [mem 0x00000000-0x0009ffff] could not be reserved [ 2.249857] system 00:0f: [mem 0x00100000-0x3ffeffff] could not be reserved [ 2.253190] system 00:0f: [mem 0xfec00000-0xfec00fff] could not be reserved [ 2.256523] system 00:0f: [mem 0xfee00000-0xfeefffff] has been reserved [ 2.259856] system 00:0f: [mem 0xfefff000-0xfeffffff] has been reserved [ 2.263189] system 00:0f: [mem 0xfff80000-0xfff80fff] has been reserved [ 2.266522] system 00:0f: [mem 0xfff90000-0xfffbffff] has been reserved [ 2.269855] system 00:0f: [mem 0xfffed000-0xfffeffff] has been reserved [ 2.273197] initcall pnp_system_init+0x0/0xa returned 0 after 78119 usecs [ 2.276521] calling chr_dev_init+0x0/0xa5 @ 1 [ 2.283569] initcall chr_dev_init+0x0/0xa5 returned 0 after 3254 usecs [ 2.286523] calling firmware_class_init+0x0/0xf @ 1 [ 2.289862] initcall firmware_class_init+0x0/0xf returned 0 after 0 usecs [ 2.293188] calling ieee1394_init+0x0/0x201 @ 1 [ 2.296552] initcall ieee1394_init+0x0/0x201 returned 0 after 3254 usecs [ 2.299855] calling init_acpi_pm_clocksource+0x0/0x14e @ 1 [ 2.340029] Switching to clocksource acpi_pm [ 2.346514] initcall init_acpi_pm_clocksource+0x0/0x14e returned 0 after 39064 usecs [ 2.354255] Clockevents: could not switch to one-shot mode: [ 2.354260] Clockevents: could not switch to one-shot mode: lapic is not functional. [ 2.354263] Could not switch to high resolution mode on CPU 0 [ 2.357587] lapic is not functional. [ 2.376971] Could not switch to high resolution mode on CPU 1 [ 2.382719] calling intel_mid_dma_init+0x0/0x22 @ 1 [ 2.387687] INFO_MDMA: LNW DMA Driver Version 1.0.5 [ 2.392582] initcall intel_mid_dma_init+0x0/0x22 returned 0 after 4778 usecs [ 2.399628] calling ssb_modinit+0x0/0x49 @ 1 [ 2.404002] initcall ssb_modinit+0x0/0x49 returned 0 after 11 usecs [ 2.410269] calling pcibios_assign_resources+0x0/0x62 @ 1 [ 2.415797] pci 0000:00:02.1: BAR 0: assigned [mem 0x40000000-0x400000ff] [ 2.422587] pci 0000:00:02.1: BAR 0: set to [mem 0x40000000-0x400000ff] (PCI address [0x40000000-0x400000ff] [ 2.432405] pci 0000:00:09.0: PCI bridge to [bus 05-05] [ 2.437629] pci 0000:00:09.0: bridge window [io 0xc000-0xcfff] [ 2.443723] pci 0000:00:09.0: bridge window [mem 0xda000000-0xda0fffff] [ 2.450508] pci 0000:00:09.0: bridge window [mem pref disabled] [ 2.456603] pci 0000:00:0b.0: PCI bridge to [bus 04-04] [ 2.461826] pci 0000:00:0b.0: bridge window [io disabled] [ 2.467487] pci 0000:00:0b.0: bridge window [mem disabled] [ 2.473146] pci 0000:00:0b.0: bridge window [mem pref disabled] [ 2.479239] pci 0000:00:0c.0: PCI bridge to [bus 03-03] [ 2.484464] pci 0000:00:0c.0: bridge window [io disabled] [ 2.490124] pci 0000:00:0c.0: bridge window [mem disabled] [ 2.495783] pci 0000:00:0c.0: bridge window [mem pref disabled] [ 2.501878] pci 0000:00:0d.0: PCI bridge to [bus 02-02] [ 2.507102] pci 0000:00:0d.0: bridge window [io disabled] [ 2.512761] pci 0000:00:0d.0: bridge window [mem disabled] [ 2.518420] pci 0000:00:0d.0: bridge window [mem pref disabled] [ 2.524517] pci 0000:01:00.0: BAR 6: assigned [mem 0xd8000000-0xd801ffff pref] [ 2.531733] pci 0000:00:0e.0: PCI bridge to [bus 01-01] [ 2.536959] pci 0000:00:0e.0: bridge window [io 0xb000-0xbfff] [ 2.543053] pci 0000:00:0e.0: bridge window [mem 0xd8000000-0xd9ffffff] [ 2.549839] pci 0000:00:0e.0: bridge window [mem 0xd0000000-0xd7ffffff 64bit pref] [ 2.557585] pci 0000:00:09.0: setting latency timer to 64 [ 2.562989] pci 0000:00:0b.0: setting latency timer to 64 [ 2.568387] pci 0000:00:0c.0: setting latency timer to 64 [ 2.573786] pci 0000:00:0d.0: setting latency timer to 64 [ 2.579186] pci 0000:00:0e.0: setting latency timer to 64 [ 2.584582] pci_bus 0000:00: resource 4 [io 0x0000-0xffff] [ 2.590154] pci_bus 0000:00: resource 5 [mem 0x40000000-0xffffffff] [ 2.596420] pci_bus 0000:00: resource 6 [mem 0xfeb00000-0xfec0ffff] [ 2.602687] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff] [ 2.608953] pci_bus 0000:05: resource 0 [io 0xc000-0xcfff] [ 2.614525] pci_bus 0000:05: resource 1 [mem 0xda000000-0xda0fffff] [ 2.620790] pci_bus 0000:05: resource 4 [io 0x0000-0xffff] [ 2.626363] pci_bus 0000:05: resource 5 [mem 0x40000000-0xffffffff] [ 2.632630] pci_bus 0000:05: resource 6 [mem 0xfeb00000-0xfec0ffff] [ 2.638895] pci_bus 0000:05: resource 7 [mem 0x000a0000-0x000bffff] [ 2.645163] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff] [ 2.650734] pci_bus 0000:01: resource 1 [mem 0xd8000000-0xd9ffffff] [ 2.657001] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xd7ffffff 64bit pref] [ 2.664226] initcall pcibios_assign_resources+0x0/0x62 returned 0 after 242643 usecs [ 2.671960] calling sysctl_core_init+0x0/0x28 @ 1 [ 2.676771] initcall sysctl_core_init+0x0/0x28 returned 0 after 15 usecs [ 2.683469] calling inet_init+0x0/0x230 @ 1 [ 2.687765] NET: Registered protocol family 2 [ 2.692170] IP route cache hash table entries: 32768 (order: 5, 131072 bytes) [ 2.699580] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [ 2.707625] TCP bind hash table entries: 65536 (order: 7, 524288 bytes) [ 2.714591] TCP: Hash tables configured (established 131072 bind 65536) [ 2.721204] TCP reno registered [ 2.724350] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 2.730281] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 2.736730] initcall inet_init+0x0/0x230 returned 0 after 47833 usecs [ 2.743166] calling af_unix_init+0x0/0x41 @ 1 [ 2.747618] NET: Registered protocol family 1 [ 2.751985] initcall af_unix_init+0x0/0x41 returned 0 after 4266 usecs [ 2.758513] calling init_sunrpc+0x0/0x5f @ 1 [ 2.762972] RPC: Registered udp transport module. [ 2.767675] RPC: Registered tcp transport module. [ 2.772380] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 2.778824] initcall init_sunrpc+0x0/0x5f returned 0 after 15571 usecs [ 2.785348] calling pci_apply_final_quirks+0x0/0xe7 @ 1 [ 2.812057] pci 0000:00:0b.0: Linking AER extended capability [ 2.817805] pci 0000:00:0c.0: Linking AER extended capability [ 2.823550] pci 0000:00:0d.0: Linking AER extended capability [ 2.829296] pci 0000:00:0e.0: Linking AER extended capability [ 2.835051] pci 0000:01:00.0: Boot video device [ 2.839585] PCI: CLS 32 bytes, default 64 [ 2.843597] initcall pci_apply_final_quirks+0x0/0xe7 returned 0 after 51695 usecs [ 2.851075] calling default_rootfs+0x0/0x5f @ 1 [ 2.855719] initcall default_rootfs+0x0/0x5f returned 0 after 22 usecs [ 2.862246] calling pci_iommu_init+0x0/0x30 @ 1 [ 2.866868] initcall pci_iommu_init+0x0/0x30 returned 0 after 1 usecs [ 2.873304] calling irqfd_module_init+0x0/0x28 @ 1 [ 2.878224] initcall irqfd_module_init+0x0/0x28 returned 0 after 36 usecs [ 2.885013] calling vmx_init+0x0/0x1fb @ 1 [ 2.889215] kvm: no hardware support [ 2.892799] initcall vmx_init+0x0/0x1fb returned -95 after 3512 usecs [ 2.899235] initcall vmx_init+0x0/0x1fb returned with error code -95 [ 2.905673] calling svm_init+0x0/0x18 @ 1 [ 2.909774] has_svm: svm not available [ 2.913525] kvm: no hardware support [ 2.917110] initcall svm_init+0x0/0x18 returned -95 after 7162 usecs [ 2.923457] initcall svm_init+0x0/0x18 returned with error code -95 [ 2.929810] calling i8259A_init_sysfs+0x0/0x27 @ 1 [ 2.934720] initcall i8259A_init_sysfs+0x0/0x27 returned 0 after 24 usecs [ 2.941502] calling sbf_init+0x0/0xcd @ 1 [ 2.945606] initcall sbf_init+0x0/0xcd returned 0 after 1 usecs [ 2.951521] calling i8237A_init_sysfs+0x0/0x19 @ 1 [ 2.956417] initcall i8237A_init_sysfs+0x0/0x19 returned 0 after 13 usecs [ 2.963202] calling add_rtc_cmos+0x0/0x69 @ 1 [ 2.967656] initcall add_rtc_cmos+0x0/0x69 returned 0 after 4 usecs [ 2.973925] calling cache_sysfs_init+0x0/0x51 @ 1 [ 2.978810] initcall cache_sysfs_init+0x0/0x51 returned 0 after 85 usecs [ 2.985512] calling cpuid_init+0x0/0x11f @ 1 [ 2.989964] initcall cpuid_init+0x0/0x11f returned 0 after 87 usecs [ 2.996233] calling ioapic_init_sysfs+0x0/0x78 @ 1 [ 3.001130] initcall ioapic_init_sysfs+0x0/0x78 returned 0 after 13 usecs [ 3.007914] calling add_pcspkr+0x0/0x2c @ 1 [ 3.012225] initcall add_pcspkr+0x0/0x2c returned 0 after 31 usecs [ 3.018401] calling microcode_init+0x0/0xfe @ 1 [ 3.023024] microcode: no support for this CPU vendor [ 3.028076] initcall microcode_init+0x0/0xfe returned -19 after 4933 usecs [ 3.034947] calling start_periodic_check_for_corruption+0x0/0x2e @ 1 [ 3.041387] Scanning for low memory corruption every 60 seconds [ 3.047310] initcall start_periodic_check_for_corruption+0x0/0x2e returned 0 after 5782 usecs [ 3.055824] calling proc_execdomains_init+0x0/0x1a @ 1 [ 3.061059] initcall proc_execdomains_init+0x0/0x1a returned 0 after 4 usecs [ 3.068104] calling ioresources_init+0x0/0x30 @ 1 [ 3.072904] initcall ioresources_init+0x0/0x30 returned 0 after 3 usecs [ 3.079518] calling uid_cache_init+0x0/0x76 @ 1 [ 3.084148] initcall uid_cache_init+0x0/0x76 returned 0 after 6 usecs [ 3.090585] calling init_posix_timers+0x0/0x149 @ 1 [ 3.095560] initcall init_posix_timers+0x0/0x149 returned 0 after 4 usecs [ 3.102345] calling init_posix_cpu_timers+0x0/0xc2 @ 1 [ 3.107578] initcall init_posix_cpu_timers+0x0/0xc2 returned 0 after 1 usecs [ 3.114618] calling nsproxy_cache_init+0x0/0x25 @ 1 [ 3.119591] initcall nsproxy_cache_init+0x0/0x25 returned 0 after 3 usecs [ 3.126379] calling timekeeping_init_device+0x0/0x19 @ 1 [ 3.131797] initcall timekeeping_init_device+0x0/0x19 returned 0 after 14 usecs [ 3.139101] calling init_clocksource_sysfs+0x0/0x3f @ 1 [ 3.144435] initcall init_clocksource_sysfs+0x0/0x3f returned 0 after 15 usecs [ 3.151652] calling init_timer_list_procfs+0x0/0x23 @ 1 [ 3.156972] initcall init_timer_list_procfs+0x0/0x23 returned 0 after 3 usecs [ 3.164104] calling futex_init+0x0/0x7d @ 1 [ 3.168390] initcall futex_init+0x0/0x7d returned 0 after 7 usecs [ 3.174478] calling proc_dma_init+0x0/0x1a @ 1 [ 3.179019] initcall proc_dma_init+0x0/0x1a returned 0 after 2 usecs [ 3.185372] calling kallsyms_init+0x0/0x1d @ 1 [ 3.189914] initcall kallsyms_init+0x0/0x1d returned 0 after 2 usecs [ 3.196266] calling pid_namespaces_init+0x0/0x25 @ 1 [ 3.201326] initcall pid_namespaces_init+0x0/0x25 returned 0 after 2 usecs [ 3.208201] calling utsname_sysctl_init+0x0/0xd @ 1 [ 3.213187] initcall utsname_sysctl_init+0x0/0xd returned 0 after 14 usecs [ 3.220058] calling init_events+0x0/0x50 @ 1 [ 3.224429] initcall init_events+0x0/0x50 returned 0 after 7 usecs [ 3.230606] calling init_sched_switch_trace+0x0/0xa @ 1 [ 3.245338] Testing tracer sched_switch: PASSED [ 3.386039] initcall init_sched_switch_trace+0x0/0xa returned 0 after 146598 usecs [ 3.393608] calling init_irqsoff_tracer+0x0/0xd @ 1 [ 3.405325] Testing tracer irqsoff: PASSED [ 3.432700] initcall init_irqsoff_tracer+0x0/0xd returned 0 after 33322 usecs [ 3.439834] calling init_blk_tracer+0x0/0x4c @ 1 [ 3.444548] initcall init_blk_tracer+0x0/0x4c returned 0 after 3 usecs [ 3.451076] calling init_per_zone_wmark_min+0x0/0x61 @ 1 [ 3.456520] initcall init_per_zone_wmark_min+0x0/0x61 returned 0 after 40 usecs [ 3.463825] calling kswapd_init+0x0/0x19 @ 1 [ 3.468213] initcall kswapd_init+0x0/0x19 returned 0 after 22 usecs [ 3.474478] calling setup_vmstat+0x0/0xa4 @ 1 [ 3.478936] initcall setup_vmstat+0x0/0xa4 returned 0 after 10 usecs [ 3.485284] calling mm_sysfs_init+0x0/0x1e @ 1 [ 3.489824] initcall mm_sysfs_init+0x0/0x1e returned 0 after 4 usecs [ 3.496179] calling proc_vmalloc_init+0x0/0x1d @ 1 [ 3.501061] initcall proc_vmalloc_init+0x0/0x1d returned 0 after 2 usecs [ 3.507755] calling init_emergency_pool+0x0/0x77 @ 1 [ 3.512823] highmem bounce pool size: 64 pages [ 3.517264] initcall init_emergency_pool+0x0/0x77 returned 0 after 4349 usecs [ 3.524397] calling slab_proc_init+0x0/0x1d @ 1 [ 3.529020] initcall slab_proc_init+0x0/0x1d returned 0 after 2 usecs [ 3.535456] calling slab_sysfs_init+0x0/0xd1 @ 1 [ 3.541571] initcall slab_sysfs_init+0x0/0xd1 returned 0 after 1375 usecs [ 3.548360] calling fcntl_init+0x0/0x22 @ 1 [ 3.552641] initcall fcntl_init+0x0/0x22 returned 0 after 7 usecs [ 3.558733] calling proc_filesystems_init+0x0/0x1a @ 1 [ 3.563965] initcall proc_filesystems_init+0x0/0x1a returned 0 after 3 usecs [ 3.571006] calling fsnotify_mark_init+0x0/0x2d @ 1 [ 3.575999] initcall fsnotify_mark_init+0x0/0x2d returned 0 after 23 usecs [ 3.582870] calling dnotify_init+0x0/0x66 @ 1 [ 3.587344] initcall dnotify_init+0x0/0x66 returned 0 after 25 usecs [ 3.593695] calling aio_setup+0x0/0xa3 @ 1 [ 3.597922] initcall aio_setup+0x0/0xa3 returned 0 after 37 usecs [ 3.604019] calling proc_locks_init+0x0/0x1a @ 1 [ 3.608728] initcall proc_locks_init+0x0/0x1a returned 0 after 2 usecs [ 3.615250] calling init_mbcache+0x0/0xd @ 1 [ 3.619611] initcall init_mbcache+0x0/0xd returned 0 after 1 usecs [ 3.625788] calling dquot_init+0x0/0xef @ 1 [ 3.630061] VFS: Disk quotas dquot_6.5.2 [ 3.634048] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 3.640574] initcall dquot_init+0x0/0xef returned 0 after 10265 usecs [ 3.647012] calling init_v2_quota_format+0x0/0x19 @ 1 [ 3.652155] initcall init_v2_quota_format+0x0/0x19 returned 0 after 1 usecs [ 3.659111] calling proc_cmdline_init+0x0/0x1a @ 1 [ 3.663995] initcall proc_cmdline_init+0x0/0x1a returned 0 after 2 usecs [ 3.670690] calling proc_cpuinfo_init+0x0/0x1a @ 1 [ 3.675573] initcall proc_cpuinfo_init+0x0/0x1a returned 0 after 2 usecs [ 3.682268] calling proc_devices_init+0x0/0x1a @ 1 [ 3.687152] initcall proc_devices_init+0x0/0x1a returned 0 after 2 usecs [ 3.693849] calling proc_interrupts_init+0x0/0x1a @ 1 [ 3.698991] initcall proc_interrupts_init+0x0/0x1a returned 0 after 2 usecs [ 3.705945] calling proc_loadavg_init+0x0/0x1a @ 1 [ 3.710828] initcall proc_loadavg_init+0x0/0x1a returned 0 after 2 usecs [ 3.717524] calling proc_meminfo_init+0x0/0x1a @ 1 [ 3.722408] initcall proc_meminfo_init+0x0/0x1a returned 0 after 2 usecs [ 3.729104] calling proc_stat_init+0x0/0x1a @ 1 [ 3.733728] initcall proc_stat_init+0x0/0x1a returned 0 after 2 usecs [ 3.740161] calling proc_uptime_init+0x0/0x1a @ 1 [ 3.744959] initcall proc_uptime_init+0x0/0x1a returned 0 after 2 usecs [ 3.751567] calling proc_version_init+0x0/0x1a @ 1 [ 3.756450] initcall proc_version_init+0x0/0x1a returned 0 after 2 usecs [ 3.763145] calling proc_softirqs_init+0x0/0x1a @ 1 [ 3.768116] initcall proc_softirqs_init+0x0/0x1a returned 0 after 2 usecs [ 3.774897] calling proc_kcore_init+0x0/0x6a @ 1 [ 3.779610] initcall proc_kcore_init+0x0/0x6a returned 0 after 3 usecs [ 3.786138] calling vmcore_init+0x0/0x344 @ 1 [ 3.790589] initcall vmcore_init+0x0/0x344 returned 0 after 1 usecs [ 3.796850] calling proc_kmsg_init+0x0/0x1d @ 1 [ 3.801478] initcall proc_kmsg_init+0x0/0x1d returned 0 after 4 usecs [ 3.807919] calling proc_page_init+0x0/0x36 @ 1 [ 3.812542] initcall proc_page_init+0x0/0x36 returned 0 after 3 usecs [ 3.818976] calling configfs_init+0x0/0xb5 @ 1 [ 3.823553] initcall configfs_init+0x0/0xb5 returned 0 after 40 usecs [ 3.829993] calling init_devpts_fs+0x0/0x39 @ 1 [ 3.834625] initcall init_devpts_fs+0x0/0x39 returned 0 after 12 usecs [ 3.841146] calling init_ext3_fs+0x0/0x5e @ 1 [ 3.845656] initcall init_ext3_fs+0x0/0x5e returned 0 after 60 usecs [ 3.852006] calling init_ext2_fs+0x0/0x4e @ 1 [ 3.856480] initcall init_ext2_fs+0x0/0x4e returned 0 after 27 usecs [ 3.862831] calling init_ext4_fs+0x0/0xc4 @ 1 [ 3.867441] initcall init_ext4_fs+0x0/0xc4 returned 0 after 160 usecs [ 3.873880] calling journal_init+0x0/0x81 @ 1 [ 3.878401] initcall journal_init+0x0/0x81 returned 0 after 72 usecs [ 3.884756] calling journal_init+0x0/0xc5 @ 1 [ 3.889260] initcall journal_init+0x0/0xc5 returned 0 after 54 usecs [ 3.895608] calling init_ramfs_fs+0x0/0xa @ 1 [ 3.900058] initcall init_ramfs_fs+0x0/0xa returned 0 after 2 usecs [ 3.906319] calling init_fat_fs+0x0/0x40 @ 1 [ 3.910735] initcall init_fat_fs+0x0/0x40 returned 0 after 53 usecs [ 3.916996] calling init_msdos_fs+0x0/0xa @ 1 [ 3.921446] initcall init_msdos_fs+0x0/0xa returned 0 after 2 usecs [ 3.927710] calling init_iso9660_fs+0x0/0x4e @ 1 [ 3.932444] initcall init_iso9660_fs+0x0/0x4e returned 0 after 27 usecs [ 3.939054] calling init_nfs_fs+0x0/0x124 @ 1 [ 3.943668] initcall init_nfs_fs+0x0/0x124 returned 0 after 162 usecs [ 3.950113] calling init_nlm+0x0/0x18 @ 1 [ 3.954227] initcall init_nlm+0x0/0x18 returned 0 after 11 usecs [ 3.960233] calling init_nls_cp437+0x0/0xa @ 1 [ 3.964771] initcall init_nls_cp437+0x0/0xa returned 0 after 2 usecs [ 3.971119] calling init_nls_cp737+0x0/0xa @ 1 [ 3.975657] initcall init_nls_cp737+0x0/0xa returned 0 after 2 usecs [ 3.982005] calling init_nls_cp775+0x0/0xa @ 1 [ 3.986542] initcall init_nls_cp775+0x0/0xa returned 0 after 1 usecs [ 3.992890] calling init_nls_cp852+0x0/0xa @ 1 [ 3.997428] initcall init_nls_cp852+0x0/0xa returned 0 after 2 usecs [ 4.003774] calling init_nls_cp860+0x0/0xa @ 1 [ 4.008314] initcall init_nls_cp860+0x0/0xa returned 0 after 1 usecs [ 4.014659] calling init_nls_cp861+0x0/0xa @ 1 [ 4.019199] initcall init_nls_cp861+0x0/0xa returned 0 after 2 usecs [ 4.025545] calling init_nls_cp862+0x0/0xa @ 1 [ 4.030085] initcall init_nls_cp862+0x0/0xa returned 0 after 1 usecs [ 4.036440] calling init_nls_cp863+0x0/0xa @ 1 [ 4.040979] initcall init_nls_cp863+0x0/0xa returned 0 after 2 usecs [ 4.047325] calling init_nls_cp864+0x0/0xa @ 1 [ 4.051863] initcall init_nls_cp864+0x0/0xa returned 0 after 1 usecs [ 4.058209] calling init_nls_cp866+0x0/0xa @ 1 [ 4.062749] initcall init_nls_cp866+0x0/0xa returned 0 after 2 usecs [ 4.069096] calling init_nls_cp869+0x0/0xa @ 1 [ 4.073633] initcall init_nls_cp869+0x0/0xa returned 0 after 1 usecs [ 4.079980] calling init_nls_cp932+0x0/0xa @ 1 [ 4.084520] initcall init_nls_cp932+0x0/0xa returned 0 after 2 usecs [ 4.090866] calling init_nls_euc_jp+0x0/0x34 @ 1 [ 4.095579] initcall init_nls_euc_jp+0x0/0x34 returned 0 after 1 usecs [ 4.102108] calling init_nls_cp936+0x0/0xa @ 1 [ 4.106646] initcall init_nls_cp936+0x0/0xa returned 0 after 2 usecs [ 4.112992] calling init_nls_cp950+0x0/0xa @ 1 [ 4.117530] initcall init_nls_cp950+0x0/0xa returned 0 after 1 usecs [ 4.123879] calling init_nls_cp1250+0x0/0xa @ 1 [ 4.128503] initcall init_nls_cp1250+0x0/0xa returned 0 after 2 usecs [ 4.134946] calling init_nls_cp1251+0x0/0xa @ 1 [ 4.139571] initcall init_nls_cp1251+0x0/0xa returned 0 after 1 usecs [ 4.146011] calling init_nls_iso8859_1+0x0/0xa @ 1 [ 4.150897] initcall init_nls_iso8859_1+0x0/0xa returned 0 after 2 usecs [ 4.157590] calling init_nls_iso8859_2+0x0/0xa @ 1 [ 4.162477] initcall init_nls_iso8859_2+0x0/0xa returned 0 after 1 usecs [ 4.169170] calling init_nls_iso8859_3+0x0/0xa @ 1 [ 4.174056] initcall init_nls_iso8859_3+0x0/0xa returned 0 after 2 usecs [ 4.180757] calling init_nls_iso8859_4+0x0/0xa @ 1 [ 4.185643] initcall init_nls_iso8859_4+0x0/0xa returned 0 after 1 usecs [ 4.192335] calling init_nls_iso8859_5+0x0/0xa @ 1 [ 4.197220] initcall init_nls_iso8859_5+0x0/0xa returned 0 after 2 usecs [ 4.203915] calling init_nls_iso8859_6+0x0/0xa @ 1 [ 4.208799] initcall init_nls_iso8859_6+0x0/0xa returned 0 after 1 usecs [ 4.215493] calling init_nls_iso8859_7+0x0/0xa @ 1 [ 4.220379] initcall init_nls_iso8859_7+0x0/0xa returned 0 after 2 usecs [ 4.227081] calling init_nls_iso8859_9+0x0/0xa @ 1 [ 4.231965] initcall init_nls_iso8859_9+0x0/0xa returned 0 after 1 usecs [ 4.238660] calling init_nls_iso8859_13+0x0/0xa @ 1 [ 4.243631] initcall init_nls_iso8859_13+0x0/0xa returned 0 after 2 usecs [ 4.250412] calling init_nls_iso8859_14+0x0/0xa @ 1 [ 4.255382] initcall init_nls_iso8859_14+0x0/0xa returned 0 after 1 usecs [ 4.262162] calling init_nls_koi8_r+0x0/0xa @ 1 [ 4.266787] initcall init_nls_koi8_r+0x0/0xa returned 0 after 2 usecs [ 4.273221] calling init_nls_utf8+0x0/0x1a @ 1 [ 4.277762] initcall init_nls_utf8+0x0/0x1a returned 0 after 1 usecs [ 4.284117] calling init_smb_fs+0x0/0x5e @ 1 [ 4.288516] initcall init_smb_fs+0x0/0x5e returned 0 after 36 usecs [ 4.294775] calling init_cifs+0x0/0x3a1 @ 1 [ 4.299152] initcall init_cifs+0x0/0x3a1 returned 0 after 96 usecs [ 4.305332] calling init_ncp_fs+0x0/0x4e @ 1 [ 4.309724] initcall init_ncp_fs+0x0/0x4e returned 0 after 28 usecs [ 4.315993] calling init_autofs4_fs+0x0/0x1a @ 1 [ 4.320731] initcall init_autofs4_fs+0x0/0x1a returned 0 after 28 usecs [ 4.327345] calling fuse_init+0x0/0x10b @ 1 [ 4.331620] fuse init (API version 7.15) [ 4.335642] initcall fuse_init+0x0/0x10b returned 0 after 3926 usecs [ 4.341992] calling init_jfs_fs+0x0/0x173 @ 1 [ 4.346506] JFS: nTxBlock = 7992, nTxLock = 63939 [ 4.354309] initcall init_jfs_fs+0x0/0x173 returned 0 after 7679 usecs [ 4.360838] calling init_xfs_fs+0x0/0xab @ 1 [ 4.365194] SGI XFS with ACLs, security attributes, realtime, debug enabled [ 4.372643] SGI XFS Quota Management subsystem [ 4.377089] initcall init_xfs_fs+0x0/0xab returned 0 after 11614 usecs [ 4.383610] calling init_nilfs_fs+0x0/0xc2 @ 1 [ 4.388250] NILFS version 2 loaded [ 4.391656] initcall init_nilfs_fs+0x0/0xc2 returned 0 after 3427 usecs [ 4.398264] calling ocfs2_init+0x0/0x32b @ 1 [ 4.402628] OCFS2 1.5.0 [ 4.405203] initcall ocfs2_init+0x0/0x32b returned 0 after 2515 usecs [ 4.411646] calling ocfs2_stack_glue_init+0x0/0x76 @ 1 [ 4.416885] initcall ocfs2_stack_glue_init+0x0/0x76 returned 0 after 8 usecs [ 4.423927] calling o2cb_stack_init+0x0/0xa @ 1 [ 4.428549] ocfs2: Registered cluster interface o2cb [ 4.433517] initcall o2cb_stack_init+0x0/0xa returned 0 after 4850 usecs [ 4.440211] calling init_dlmfs_fs+0x0/0xbb @ 1 [ 4.444746] OCFS2 DLMFS 1.5.0 [ 4.447778] OCFS2 User DLM kernel interface loaded [ 4.452574] initcall init_dlmfs_fs+0x0/0xbb returned 0 after 7643 usecs [ 4.459183] calling init_o2nm+0x0/0x8c @ 1 [ 4.463369] OCFS2 Node Manager 1.5.0 [ 4.467046] initcall init_o2nm+0x0/0x8c returned 0 after 3589 usecs [ 4.473311] calling dlm_init+0x0/0x2af @ 1 [ 4.477497] OCFS2 DLM 1.5.0 [ 4.480340] initcall dlm_init+0x0/0x2af returned 0 after 2774 usecs [ 4.486605] calling init_mqueue_fs+0x0/0x93 @ 1 [ 4.491283] initcall init_mqueue_fs+0x0/0x93 returned 0 after 56 usecs [ 4.497812] calling key_proc_init+0x0/0x28 @ 1 [ 4.502351] initcall key_proc_init+0x0/0x28 returned 0 after 4 usecs [ 4.508706] calling crypto_wq_init+0x0/0x28 @ 1 [ 4.513353] initcall crypto_wq_init+0x0/0x28 returned 0 after 26 usecs [ 4.519877] calling crypto_algapi_init+0x0/0x8 @ 1 [ 4.524764] initcall crypto_algapi_init+0x0/0x8 returned 0 after 4 usecs [ 4.531462] calling skcipher_module_init+0x0/0x24 @ 1 [ 4.536607] initcall skcipher_module_init+0x0/0x24 returned 0 after 1 usecs [ 4.543561] calling chainiv_module_init+0x0/0xa @ 1 [ 4.548536] initcall chainiv_module_init+0x0/0xa returned 0 after 2 usecs [ 4.555323] calling eseqiv_module_init+0x0/0xa @ 1 [ 4.560206] initcall eseqiv_module_init+0x0/0xa returned 0 after 1 usecs [ 4.566901] calling seqiv_module_init+0x0/0xa @ 1 [ 4.571700] initcall seqiv_module_init+0x0/0xa returned 0 after 1 usecs [ 4.578315] calling hmac_module_init+0x0/0xa @ 1 [ 4.583026] initcall hmac_module_init+0x0/0xa returned 0 after 1 usecs [ 4.589546] calling md4_mod_init+0x0/0xa @ 1 [ 4.593943] initcall md4_mod_init+0x0/0xa returned 0 after 30 usecs [ 4.600207] calling md5_mod_init+0x0/0xa @ 1 [ 4.604597] initcall md5_mod_init+0x0/0xa returned 0 after 28 usecs [ 4.610867] calling rmd128_mod_init+0x0/0xa @ 1 [ 4.615519] initcall rmd128_mod_init+0x0/0xa returned 0 after 26 usecs [ 4.622054] calling rmd160_mod_init+0x0/0xa @ 1 [ 4.626705] initcall rmd160_mod_init+0x0/0xa returned 0 after 27 usecs [ 4.633237] calling rmd256_mod_init+0x0/0xa @ 1 [ 4.637887] initcall rmd256_mod_init+0x0/0xa returned 0 after 25 usecs [ 4.644421] calling sha1_generic_mod_init+0x0/0xa @ 1 [ 4.649584] initcall sha1_generic_mod_init+0x0/0xa returned 0 after 25 usecs [ 4.656628] calling wp512_mod_init+0x0/0x4e @ 1 [ 4.661327] initcall wp512_mod_init+0x0/0x4e returned 0 after 72 usecs [ 4.667854] calling tgr192_mod_init+0x0/0x4e @ 1 [ 4.672632] initcall tgr192_mod_init+0x0/0x4e returned 0 after 72 usecs [ 4.679247] calling crypto_ecb_module_init+0x0/0xa @ 1 [ 4.684481] initcall crypto_ecb_module_init+0x0/0xa returned 0 after 1 usecs [ 4.691528] calling crypto_cbc_module_init+0x0/0xa @ 1 [ 4.696760] initcall crypto_cbc_module_init+0x0/0xa returned 0 after 1 usecs [ 4.703809] calling crypto_pcbc_module_init+0x0/0xa @ 1 [ 4.709127] initcall crypto_pcbc_module_init+0x0/0xa returned 0 after 1 usecs [ 4.716252] calling crypto_ctr_module_init+0x0/0x31 @ 1 [ 4.721572] initcall crypto_ctr_module_init+0x0/0x31 returned 0 after 1 usecs [ 4.728699] calling crypto_gcm_module_init+0x0/0x85 @ 1 [ 4.734019] initcall crypto_gcm_module_init+0x0/0x85 returned 0 after 2 usecs [ 4.741152] calling crypto_ccm_module_init+0x0/0x4b @ 1 [ 4.746471] initcall crypto_ccm_module_init+0x0/0x4b returned 0 after 2 usecs [ 4.753599] calling pcrypt_init+0x0/0x82 @ 1 [ 4.758046] initcall pcrypt_init+0x0/0x82 returned 0 after 82 usecs [ 4.764312] calling des_generic_mod_init+0x0/0x2f @ 1 [ 4.769504] initcall des_generic_mod_init+0x0/0x2f returned 0 after 47 usecs [ 4.776549] calling fcrypt_mod_init+0x0/0xa @ 1 [ 4.781198] initcall fcrypt_mod_init+0x0/0xa returned 0 after 27 usecs [ 4.787728] calling serpent_mod_init+0x0/0x2f @ 1 [ 4.792577] initcall serpent_mod_init+0x0/0x2f returned 0 after 49 usecs [ 4.799276] calling aes_init+0x0/0xa @ 1 [ 4.803315] initcall aes_init+0x0/0xa returned 0 after 27 usecs [ 4.809238] calling cast5_mod_init+0x0/0xa @ 1 [ 4.813804] initcall cast5_mod_init+0x0/0xa returned 0 after 26 usecs [ 4.820248] calling cast6_mod_init+0x0/0xa @ 1 [ 4.824806] initcall cast6_mod_init+0x0/0xa returned 0 after 27 usecs [ 4.831244] calling arc4_init+0x0/0xa @ 1 [ 4.835374] initcall arc4_init+0x0/0xa returned 0 after 25 usecs [ 4.841387] calling anubis_mod_init+0x0/0xa @ 1 [ 4.846033] initcall anubis_mod_init+0x0/0xa returned 0 after 27 usecs [ 4.852556] calling seed_init+0x0/0xa @ 1 [ 4.856686] initcall seed_init+0x0/0xa returned 0 after 27 usecs [ 4.862699] calling deflate_mod_init+0x0/0xa @ 1 [ 4.867429] initcall deflate_mod_init+0x0/0xa returned 0 after 26 usecs [ 4.874040] calling zlib_mod_init+0x0/0xa @ 1 [ 4.878517] initcall zlib_mod_init+0x0/0xa returned 0 after 25 usecs [ 4.884878] calling michael_mic_init+0x0/0xa @ 1 [ 4.889607] initcall michael_mic_init+0x0/0xa returned 0 after 25 usecs [ 4.896217] calling crc32c_mod_init+0x0/0xa @ 1 [ 4.900868] initcall crc32c_mod_init+0x0/0xa returned 0 after 25 usecs [ 4.907401] calling crypto_authenc_module_init+0x0/0xa @ 1 [ 4.912976] initcall crypto_authenc_module_init+0x0/0xa returned 0 after 3 usecs [ 4.920372] calling krng_mod_init+0x0/0xa @ 1 [ 4.924845] initcall krng_mod_init+0x0/0xa returned 0 after 26 usecs [ 4.931196] calling prng_mod_init+0x0/0xa @ 1 [ 4.935673] initcall prng_mod_init+0x0/0xa returned 0 after 25 usecs [ 4.942034] calling ghash_mod_init+0x0/0xa @ 1 [ 4.946592] initcall ghash_mod_init+0x0/0xa returned 0 after 27 usecs [ 4.953037] calling proc_genhd_init+0x0/0x30 @ 1 [ 4.957751] initcall proc_genhd_init+0x0/0x30 returned 0 after 4 usecs [ 4.964276] calling bsg_init+0x0/0x109 @ 1 [ 4.968488] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 4.975885] initcall bsg_init+0x0/0x109 returned 0 after 7242 usecs [ 4.982146] calling noop_init+0x0/0xd @ 1 [ 4.986249] io scheduler noop registered (default) [ 4.991042] initcall noop_init+0x0/0xd returned 0 after 4680 usecs [ 4.997219] calling deadline_init+0x0/0xd @ 1 [ 5.001666] io scheduler deadline registered [ 5.005941] initcall deadline_init+0x0/0xd returned 0 after 4173 usecs [ 5.012464] calling libcrc32c_mod_init+0x0/0x25 @ 1 [ 5.017438] initcall libcrc32c_mod_init+0x0/0x25 returned 0 after 4 usecs [ 5.024224] calling percpu_counter_startup+0x0/0x28 @ 1 [ 5.029542] initcall percpu_counter_startup+0x0/0x28 returned 0 after 2 usecs [ 5.036669] calling dynamic_debug_init_debugfs+0x0/0x56 @ 1 [ 5.042342] initcall dynamic_debug_init_debugfs+0x0/0x56 returned 0 after 11 usecs [ 5.049902] calling pci_proc_init+0x0/0x55 @ 1 [ 5.054486] initcall pci_proc_init+0x0/0x55 returned 0 after 44 usecs [ 5.060927] calling ioapic_init+0x0/0x11 @ 1 [ 5.065308] initcall ioapic_init+0x0/0x11 returned 0 after 16 usecs [ 5.071570] calling pci_hotplug_init+0x0/0x14 @ 1 [ 5.076364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 5.081939] initcall pci_hotplug_init+0x0/0x14 returned 0 after 5442 usecs [ 5.088807] calling ibmphp_init+0x0/0x3e6 @ 1 [ 5.093256] ibmphpd: IBM Hot Plug PCI Controller Driver version: 0.6 [ 5.099659] initcall ibmphp_init+0x0/0x3e6 returned -19 after 6251 usecs [ 5.106357] calling shpcd_init+0x0/0xb1 @ 1 [ 5.110686] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 5.117385] initcall shpcd_init+0x0/0xb1 returned 0 after 6593 usecs [ 5.123733] calling init_legacy+0x0/0x32 @ 1 [ 5.128151] initcall init_legacy+0x0/0x32 returned 0 after 53 usecs [ 5.134412] calling fb_console_init+0x0/0xf5 @ 1 [ 5.139156] initcall fb_console_init+0x0/0xf5 returned 0 after 34 usecs [ 5.145766] calling progearbl_init+0x0/0x4b @ 1 [ 5.150425] ALI M7101 PMU not found. [ 5.154003] initcall progearbl_init+0x0/0x4b returned 0 after 3531 usecs [ 5.160696] calling mbp_init+0x0/0xd8 @ 1 [ 5.164812] initcall mbp_init+0x0/0xd8 returned -19 after 10 usecs [ 5.170983] calling display_class_init+0x0/0x64 @ 1 [ 5.175962] initcall display_class_init+0x0/0x64 returned 0 after 8 usecs [ 5.182745] calling pm3fb_init+0x0/0xe5 @ 1 [ 5.187038] initcall pm3fb_init+0x0/0xe5 returned 0 after 15 usecs [ 5.193215] calling matroxfb_init+0x0/0x890 @ 1 [ 5.197851] initcall matroxfb_init+0x0/0x890 returned 0 after 13 usecs [ 5.204379] calling matroxfb_crtc2_init+0x0/0x24 @ 1 [ 5.209437] initcall matroxfb_crtc2_init+0x0/0x24 returned 0 after 2 usecs [ 5.216312] calling rivafb_init+0x0/0x19f @ 1 [ 5.220759] rivafb_setup START [ 5.223833] initcall rivafb_init+0x0/0x19f returned 0 after 3001 usecs [ 5.230360] calling nvidiafb_init+0x0/0x293 @ 1 [ 5.234982] nvidiafb_setup START [ 5.238224] initcall nvidiafb_init+0x0/0x293 returned 0 after 3164 usecs [ 5.244920] calling atyfb_init+0x0/0x1da @ 1 [ 5.249298] initcall atyfb_init+0x0/0x1da returned 0 after 15 usecs [ 5.255562] calling aty128fb_init+0x0/0x110 @ 1 [ 5.260201] initcall aty128fb_init+0x0/0x110 returned 0 after 16 usecs [ 5.266726] calling kyrofb_init+0x0/0xc4 @ 1 [ 5.271101] initcall kyrofb_init+0x0/0xc4 returned 0 after 11 usecs [ 5.277368] calling savagefb_init+0x0/0x5a @ 1 [ 5.281919] initcall savagefb_init+0x0/0x5a returned 0 after 13 usecs [ 5.288358] calling gxfb_init+0x0/0x67 @ 1 [ 5.292563] initcall gxfb_init+0x0/0x67 returned 0 after 14 usecs [ 5.298652] calling lxfb_init+0x0/0xc4 @ 1 [ 5.302854] initcall lxfb_init+0x0/0xc4 returned 0 after 11 usecs [ 5.308940] calling vt8623fb_init+0x0/0x5f @ 1 [ 5.313490] initcall vt8623fb_init+0x0/0x5f returned 0 after 11 usecs [ 5.319930] calling tridentfb_init+0x0/0x1d7 @ 1 [ 5.324653] initcall tridentfb_init+0x0/0x1d7 returned 0 after 13 usecs [ 5.331267] calling vmlfb_init+0x0/0x7d @ 1 [ 5.335541] vmlfb: initializing [ 5.338696] initcall vmlfb_init+0x0/0x7d returned 0 after 3079 usecs [ 5.345046] calling cr_pll_init+0x0/0xbf @ 1 [ 5.349411] Could not find Carillo Ranch MCH device. [ 5.354376] initcall cr_pll_init+0x0/0xbf returned -19 after 4848 usecs [ 5.360982] calling s3fb_init+0x0/0xd8 @ 1 [ 5.365185] initcall s3fb_init+0x0/0xd8 returned 0 after 12 usecs [ 5.371271] calling metronomefb_init+0x0/0xa @ 1 [ 5.375992] initcall metronomefb_init+0x0/0xa returned 0 after 9 usecs [ 5.382512] calling broadsheetfb_init+0x0/0xa @ 1 [ 5.387316] initcall broadsheetfb_init+0x0/0xa returned 0 after 9 usecs [ 5.393925] calling efifb_init+0x0/0x1b0 @ 1 [ 5.398308] initcall efifb_init+0x0/0x1b0 returned -19 after 17 usecs [ 5.404741] calling intel_idle_init+0x0/0x2a6 @ 1 [ 5.409540] initcall intel_idle_init+0x0/0x2a6 returned -19 after 2 usecs [ 5.416322] calling acpi_reserve_resources+0x0/0xc4 @ 1 [ 5.421643] initcall acpi_reserve_resources+0x0/0xc4 returned 0 after 4 usecs [ 5.428774] calling irqrouter_init_sysfs+0x0/0x2d @ 1 [ 5.433932] initcall irqrouter_init_sysfs+0x0/0x2d returned 0 after 15 usecs [ 5.440977] calling acpi_processor_init+0x0/0xdf @ 1 [ 5.446035] ACPI: acpi_idle registered with cpuidle [ 5.451092] initcall acpi_processor_init+0x0/0xdf returned 0 after 4939 usecs [ 5.458226] calling acpi_container_init+0x0/0x3f @ 1 [ 5.468178] initcall acpi_container_init+0x0/0x3f returned 0 after 4784 usecs [ 5.475316] calling acpi_battery_init+0x0/0xf @ 1 [ 5.480118] initcall acpi_battery_init+0x0/0xf returned 0 after 6 usecs [ 5.480142] calling 1_acpi_battery_init_async+0x0/0x14 @ 5 [ 5.480193] initcall 1_acpi_battery_init_async+0x0/0x14 returned 0 after 44 usecs [ 5.499764] calling acpi_power_meter_init+0x0/0x2b @ 1 [ 5.505023] initcall acpi_power_meter_init+0x0/0x2b returned 0 after 28 usecs [ 5.512157] calling acpi_pad_init+0x0/0xb3 @ 1 [ 5.516695] initcall acpi_pad_init+0x0/0xb3 returned -22 after 1 usecs [ 5.523215] initcall acpi_pad_init+0x0/0xb3 returned with error code -22 [ 5.530002] calling pnpbios_thread_init+0x0/0x47 @ 1 [ 5.535060] initcall pnpbios_thread_init+0x0/0x47 returned 0 after 2 usecs [ 5.541928] calling isapnp_init+0x0/0x598 @ 1 [ 5.546391] isapnp: Scanning for PnP cards... [ 5.906017] isapnp: No Plug & Play device found [ 5.910550] initcall isapnp_init+0x0/0x598 returned 0 after 355637 usecs [ 5.917247] calling rand_initialize+0x0/0x21 @ 1 [ 5.921992] initcall rand_initialize+0x0/0x21 returned 0 after 37 usecs [ 5.928599] calling pty_init+0x0/0x295 @ 1 [ 5.932854] initcall pty_init+0x0/0x295 returned 0 after 64 usecs [ 5.938948] calling sysrq_init+0x0/0x4a @ 1 [ 5.943231] initcall sysrq_init+0x0/0x4a returned 0 after 6 usecs [ 5.949320] calling nozomi_init+0x0/0xed @ 1 [ 5.953683] Initializing Nozomi driver 2.1d (build date: Oct 23 2010 23:02:51) [ 5.960916] initcall nozomi_init+0x0/0xed returned 0 after 7062 usecs [ 5.967356] calling raw_init+0x0/0xc1 @ 1 [ 5.971498] initcall raw_init+0x0/0xc1 returned 0 after 36 usecs [ 5.977505] calling dtlk_init+0x0/0x1bd @ 1 [ 5.981796] DoubleTalk PC - not found [ 5.985464] initcall dtlk_init+0x0/0x1bd returned -19 after 3595 usecs [ 5.991987] calling r3964_init+0x0/0x32 @ 1 [ 5.996262] r3964: Philips r3964 Driver $Revision: 1.10 $ [ 6.001663] initcall r3964_init+0x0/0x32 returned 0 after 5272 usecs [ 6.008011] calling applicom_init+0x0/0x431 @ 1 [ 6.012634] Applicom driver: $Id: ac.c,v 1.30 2000/03/22 16:03:57 dwmw2 Exp $ [ 6.019763] ac.o: No PCI boards found. [ 6.023514] ac.o: For an ISA board you must supply memory and irq parameters. [ 6.030655] initcall applicom_init+0x0/0x431 returned -6 after 17596 usecs [ 6.037522] initcall applicom_init+0x0/0x431 returned with error code -6 [ 6.044308] calling hpet_init+0x0/0x53 @ 1 [ 6.048544] initcall hpet_init+0x0/0x53 returned 0 after 45 usecs [ 6.054639] calling nvram_init+0x0/0x6a @ 1 [ 6.058938] Non-volatile memory driver v1.3 [ 6.063127] initcall nvram_init+0x0/0x6a returned 0 after 4112 usecs [ 6.069475] calling ppdev_init+0x0/0xa6 @ 1 [ 6.073761] ppdev: user-space parallel port driver [ 6.078555] initcall ppdev_init+0x0/0xa6 returned 0 after 4689 usecs [ 6.084902] calling pc8736x_gpio_init+0x0/0x294 @ 1 [ 6.089894] platform pc8736x_gpio.0: NatSemi pc8736x GPIO Driver Initializing [ 6.097043] platform pc8736x_gpio.0: no device found [ 6.102030] initcall pc8736x_gpio_init+0x0/0x294 returned -19 after 11875 usecs [ 6.109333] calling nsc_gpio_init+0x0/0xe @ 1 [ 6.113781] nsc_gpio initializing [ 6.117103] initcall nsc_gpio_init+0x0/0xe returned 0 after 3241 usecs [ 6.123625] calling agp_init+0x0/0x1d @ 1 [ 6.127728] Linux agpgart interface v0.103 [ 6.131828] initcall agp_init+0x0/0x1d returned 0 after 4001 usecs [ 6.138004] calling agp_efficeon_init+0x0/0x35 @ 1 [ 6.142899] initcall agp_efficeon_init+0x0/0x35 returned 0 after 12 usecs [ 6.149687] calling agp_nvidia_init+0x0/0x20 @ 1 [ 6.154409] initcall agp_nvidia_init+0x0/0x20 returned 0 after 12 usecs [ 6.161023] calling agp_via_init+0x0/0x20 @ 1 [ 6.165485] initcall agp_via_init+0x0/0x20 returned 0 after 14 usecs [ 6.171837] calling ipmi_init_msghandler_mod+0x0/0x8 @ 1 [ 6.177249] ipmi message handler version 39.2 [ 6.181611] initcall ipmi_init_msghandler_mod+0x0/0x8 returned 0 after 4266 usecs [ 6.189084] calling ipmi_wdog_init+0x0/0xf8 @ 1 [ 6.193705] IPMI Watchdog: driver initialized [ 6.198068] initcall ipmi_wdog_init+0x0/0xf8 returned 0 after 4260 usecs [ 6.204762] calling hangcheck_init+0x0/0xa3 @ 1 [ 6.209385] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds). [ 6.218333] Hangcheck: Using getrawmonotonic(). [ 6.222872] initcall hangcheck_init+0x0/0xa3 returned 0 after 13170 usecs [ 6.229653] calling drm_core_init+0x0/0xfa @ 1 [ 6.234206] [drm] Initialized drm 1.1.0 20060810 [ 6.238828] initcall drm_core_init+0x0/0xfa returned 0 after 4530 usecs [ 6.245436] calling ttm_init+0x0/0x54 @ 1 [ 6.249563] initcall ttm_init+0x0/0x54 returned 0 after 22 usecs [ 6.255567] calling tdfx_init+0x0/0xa @ 1 [ 6.259682] initcall tdfx_init+0x0/0xa returned 0 after 11 usecs [ 6.265689] calling radeon_init+0x0/0xa9 @ 1 [ 6.270051] [drm] radeon defaulting to userspace modesetting. [ 6.276160] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18 [ 6.281912] IOAPIC[0]: Set routing entry (2-18 -> 0x29 -> IRQ 18 Mode:1 Active:1) [ 6.289398] pci 0000:01:00.0: PCI INT A -> Link[APC3] -> GSI 18 (level, low) -> IRQ 18 [ 6.297306] pci 0000:01:00.0: setting latency timer to 64 [ 6.302804] [drm] Initialized radeon 1.33.0 20080528 for 0000:01:00.0 on minor 0 [ 6.310614] initcall radeon_init+0x0/0xa9 returned 0 after 39611 usecs [ 6.317143] calling serial8250_init+0x0/0x140 @ 1 [ 6.321940] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 6.348713] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 6.421805] initcall serial8250_init+0x0/0x140 returned 0 after 97522 usecs [ 6.428761] calling serial8250_pnp_init+0x0/0xa @ 1 [ 6.454224] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 6.475176] initcall serial8250_pnp_init+0x0/0xa returned 0 after 40473 usecs [ 6.482304] calling serial8250_pci_init+0x0/0x11 @ 1 [ 6.487401] initcall serial8250_pci_init+0x0/0x11 returned 0 after 38 usecs [ 6.494360] calling jsm_init_module+0x0/0x36 @ 1 [ 6.499092] initcall jsm_init_module+0x0/0x36 returned 0 after 22 usecs [ 6.505704] calling timbuart_init+0x0/0xa @ 1 [ 6.510164] initcall timbuart_init+0x0/0xa returned 0 after 9 usecs [ 6.516426] calling altera_jtaguart_init+0x0/0x2f @ 1 [ 6.521582] initcall altera_jtaguart_init+0x0/0x2f returned 0 after 12 usecs [ 6.528627] calling hsu_pci_init+0x0/0x279 @ 1 [ 6.533202] initcall hsu_pci_init+0x0/0x279 returned 0 after 36 usecs [ 6.539643] calling parport_default_proc_register+0x0/0x12 @ 1 [ 6.545577] initcall parport_default_proc_register+0x0/0x12 returned 0 after 9 usecs [ 6.553319] calling parport_pc_init+0x0/0x18b @ 1 [ 6.558148] parport_pc 00:09: reported by Plug and Play ACPI [ 6.563848] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE] [ 6.648666] initcall parport_pc_init+0x0/0x18b returned 0 after 88428 usecs [ 6.655621] calling parport_serial_init+0x0/0x11 @ 1 [ 6.660694] initcall parport_serial_init+0x0/0x11 returned 0 after 15 usecs [ 6.667650] calling parport_ax88796_init+0x0/0xa @ 1 [ 6.672717] initcall parport_ax88796_init+0x0/0xa returned 0 after 9 usecs [ 6.679592] calling isa_bus_init+0x0/0x2f @ 1 [ 6.684070] initcall isa_bus_init+0x0/0x2f returned 0 after 27 usecs [ 6.690426] calling topology_sysfs_init+0x0/0x40 @ 1 [ 6.695491] initcall topology_sysfs_init+0x0/0x40 returned 0 after 10 usecs [ 6.702447] calling cpqarray_init+0x0/0x222 @ 1 [ 6.707067] Compaq SMART2 Driver (v 2.6.0) [ 6.711188] initcall cpqarray_init+0x0/0x222 returned -19 after 4021 usecs [ 6.718054] calling mm_init+0x0/0x130 @ 1 [ 6.722170] MM: desc_per_page = 128 [ 6.725668] initcall mm_init+0x0/0x130 returned 0 after 3426 usecs [ 6.731843] calling nbd_init+0x0/0x22b @ 1 [ 6.736208] nbd: registered device at major 43 [ 6.741854] initcall nbd_init+0x0/0x22b returned 0 after 5683 usecs [ 6.748120] calling carm_init+0x0/0x11 @ 1 [ 6.752322] initcall carm_init+0x0/0x11 returned 0 after 13 usecs [ 6.758415] calling rbd_init+0x0/0x7d @ 1 [ 6.762530] rbd: loaded rbd (rados block device) [ 6.767156] initcall rbd_init+0x0/0x7d returned 0 after 4528 usecs [ 6.773331] calling ibmasm_init+0x0/0x50 @ 1 [ 6.777712] ibmasm: IBM ASM Service Processor Driver version 1.0 loaded [ 6.784324] initcall ibmasm_init+0x0/0x50 returned 0 after 6473 usecs [ 6.790760] calling ad_dpot_i2c_init+0x0/0xc @ 1 [ 6.795483] initcall ad_dpot_i2c_init+0x0/0xc returned 0 after 14 usecs [ 6.802096] calling ics932s401_init+0x0/0xc @ 1 [ 6.806729] initcall ics932s401_init+0x0/0xc returned 0 after 9 usecs [ 6.813162] calling lkdtm_module_init+0x0/0x177 @ 1 [ 6.818138] lkdtm: No crash points registered, enable through debugfs [ 6.824582] initcall lkdtm_module_init+0x0/0x177 returned 0 after 6296 usecs [ 6.831622] calling phantom_init+0x0/0xda @ 1 [ 6.836090] Phantom Linux Driver, version n0.9.8, init OK [ 6.841491] initcall phantom_init+0x0/0xda returned 0 after 5290 usecs [ 6.848010] calling ioc4_init+0x0/0x11 @ 1 [ 6.852214] initcall ioc4_init+0x0/0x11 returned 0 after 12 usecs [ 6.858307] calling enclosure_init+0x0/0xf @ 1 [ 6.862853] initcall enclosure_init+0x0/0xf returned 0 after 7 usecs [ 6.869202] calling isl29003_init+0x0/0xc @ 1 [ 6.873661] initcall isl29003_init+0x0/0xc returned 0 after 9 usecs [ 6.879922] calling pch_phub_pci_init+0x0/0x11 @ 1 [ 6.884818] initcall pch_phub_pci_init+0x0/0x11 returned 0 after 12 usecs [ 6.891605] calling scsi_tgt_init+0x0/0x6f @ 1 [ 6.896322] initcall scsi_tgt_init+0x0/0x6f returned 0 after 173 usecs [ 6.902847] calling raid_init+0x0/0xa @ 1 [ 6.906962] initcall raid_init+0x0/0xa returned 0 after 13 usecs [ 6.912969] calling spi_transport_init+0x0/0x60 @ 1 [ 6.917957] initcall spi_transport_init+0x0/0x60 returned 0 after 17 usecs [ 6.924826] calling fc_transport_init+0x0/0x6d @ 1 [ 6.929734] initcall fc_transport_init+0x0/0x6d returned 0 after 27 usecs [ 6.936516] calling iscsi_transport_init+0x0/0x119 @ 1 [ 6.941742] Loading iSCSI transport class v2.0-870. [ 6.946701] initcall iscsi_transport_init+0x0/0x119 returned 0 after 4840 usecs [ 6.954007] calling sas_transport_init+0x0/0x9b @ 1 [ 6.959018] initcall sas_transport_init+0x0/0x9b returned 0 after 42 usecs [ 6.965887] calling sas_class_init+0x0/0x28 @ 1 [ 6.970522] initcall sas_class_init+0x0/0x28 returned 0 after 10 usecs [ 6.977050] calling scsi_dh_init+0x0/0x2e @ 1 [ 6.981501] initcall scsi_dh_init+0x0/0x2e returned 0 after 2 usecs [ 6.987761] calling hp_sw_init+0x0/0xa @ 1 [ 6.991951] hp_sw: device handler registered [ 6.996225] initcall hp_sw_init+0x0/0xa returned 0 after 4172 usecs [ 7.002485] calling alua_init+0x0/0x26 @ 1 [ 7.006675] alua: device handler registered [ 7.010862] initcall alua_init+0x0/0x26 returned 0 after 4087 usecs [ 7.017124] calling libfc_init+0x0/0x38 @ 1 [ 7.021466] initcall libfc_init+0x0/0x38 returned 0 after 62 usecs [ 7.027646] calling fcoe_init+0x0/0x102 @ 1 [ 7.031975] initcall fcoe_init+0x0/0x102 returned 0 after 50 usecs [ 7.038151] calling fnic_init_module+0x0/0x194 @ 1 [ 7.043032] fnic: Cisco FCoE HBA Driver, ver 1.4.0.145 [ 7.048310] initcall fnic_init_module+0x0/0x194 returned 0 after 5151 usecs [ 7.055268] calling NCR_700_init+0x0/0x18 @ 1 [ 7.059717] initcall NCR_700_init+0x0/0x18 returned 0 after 2 usecs [ 7.065980] calling sim710_init+0x0/0xd @ 1 [ 7.070255] initcall sim710_init+0x0/0xd returned 0 after 1 usecs [ 7.076344] calling adpt_init+0x0/0xba6 @ 1 [ 7.080617] Loading Adaptec I2O RAID: Version 2.4 Build 5go [ 7.086189] Detecting Adaptec I2O RAID controllers... [ 7.091248] initcall adpt_init+0x0/0xba6 returned -19 after 10380 usecs [ 7.097864] calling init_this_scsi_driver+0x0/0xc2 @ 1 [ 7.103104] initcall init_this_scsi_driver+0x0/0xc2 returned -19 after 12 usecs [ 7.110413] calling ahc_linux_init+0x0/0x58 @ 1 [ 7.115059] initcall ahc_linux_init+0x0/0x58 returned 0 after 24 usecs [ 7.121584] calling ahd_linux_init+0x0/0x68 @ 1 [ 7.126232] initcall ahd_linux_init+0x0/0x68 returned 0 after 27 usecs [ 7.132756] calling aac_init+0x0/0x61 @ 1 [ 7.136855] Adaptec aacraid driver 1.1-5[26400]-ms [ 7.141668] initcall aac_init+0x0/0x61 returned 0 after 4699 usecs [ 7.147843] calling init_this_scsi_driver+0x0/0xc2 @ 1 [ 7.153194] initcall init_this_scsi_driver+0x0/0xc2 returned -19 after 120 usecs [ 7.160584] calling pm8001_init+0x0/0x48 @ 1 [ 7.164962] initcall pm8001_init+0x0/0x48 returned 0 after 17 usecs [ 7.171226] calling ips_module_init+0x0/0x384 @ 1 [ 7.176045] initcall ips_module_init+0x0/0x384 returned -19 after 23 usecs [ 7.182918] calling init_this_scsi_driver+0x0/0xc2 @ 1 [ 7.188178] scsi: <fdomain> Detection failed (no card) [ 7.193319] initcall init_this_scsi_driver+0x0/0xc2 returned -19 after 5053 usecs [ 7.200798] calling init_this_scsi_driver+0x0/0xc2 @ 1 [ 7.206042] NCR53c406a: no available ports found [ 7.210661] initcall init_this_scsi_driver+0x0/0xc2 returned -19 after 4527 usecs [ 7.218139] calling NCR_Q720_init+0x0/0x29 @ 1 [ 7.222675] initcall NCR_Q720_init+0x0/0x29 returned 0 after 1 usecs [ 7.229025] calling qla1280_init+0x0/0x11 @ 1 [ 7.233488] initcall qla1280_init+0x0/0x11 returned 0 after 13 usecs [ 7.239842] calling qla2x00_module_init+0x0/0x12b @ 1 [ 7.245010] QLogic Fibre Channel HBA Driver: 8.03.04-k0 [ 7.250248] initcall qla2x00_module_init+0x0/0x12b returned 0 after 5143 usecs [ 7.257468] calling init_this_scsi_driver+0x0/0xc2 @ 1 [ 7.262705] initcall init_this_scsi_driver+0x0/0xc2 returned -19 after 8 usecs [ 7.269923] calling init_this_scsi_driver+0x0/0xc2 @ 1 [ 7.275154] initcall init_this_scsi_driver+0x0/0xc2 returned -19 after 3 usecs [ 7.282369] calling hpsa_init+0x0/0x11 @ 1 [ 7.286571] initcall hpsa_init+0x0/0x11 returned 0 after 14 usecs [ 7.292664] calling init_this_scsi_driver+0x0/0xc2 @ 1 [ 7.297894] initcall init_this_scsi_driver+0x0/0xc2 returned -19 after 3 usecs [ 7.305109] calling init_this_scsi_driver+0x0/0xc2 @ 1 [ 7.335070] Failed initialization of WD-7000 SCSI card! [ 7.340299] initcall init_this_scsi_driver+0x0/0xc2 returned -19 after 29260 usecs [ 7.347862] calling dc395x_module_init+0x0/0x11 @ 1 [ 7.352845] initcall dc395x_module_init+0x0/0x11 returned 0 after 14 usecs [ 7.359719] calling megasas_init+0x0/0x158 @ 1 [ 7.364253] megasas: 00.00.04.17.1-rc1 Thu. Oct. 29, 11:41:51 PST 2009 [ 7.370797] initcall megasas_init+0x0/0x158 returned 0 after 6390 usecs [ 7.377406] calling _scsih_init+0x0/0x124 @ 1 [ 7.381854] mpt2sas version 06.100.00.00 loaded [ 7.386435] initcall _scsih_init+0x0/0x124 returned 0 after 4472 usecs [ 7.392964] calling tw_init+0x0/0x22 @ 1 [ 7.396976] 3ware Storage Controller device driver for Linux v1.26.02.003. [ 7.403862] initcall tw_init+0x0/0x22 returned 0 after 6723 usecs [ 7.409949] calling twa_init+0x0/0x22 @ 1 [ 7.414050] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014. [ 7.421370] initcall twa_init+0x0/0x22 returned 0 after 7146 usecs [ 7.427553] calling imm_driver_init+0x0/0x1b @ 1 [ 7.432258] imm: Version 2.05 (for Linux 2.4.0) [ 7.437153] initcall imm_driver_init+0x0/0x1b returned 0 after 4779 usecs [ 7.443940] calling ipr_init+0x0/0x32 @ 1 [ 7.448041] ipr: IBM Power RAID SCSI Device Driver version: 2.5.1 (August 10, 2010) [ 7.455710] initcall ipr_init+0x0/0x32 returned 0 after 7488 usecs [ 7.461890] calling stex_init+0x0/0x22 @ 1 [ 7.466076] stex: Promise SuperTrak EX Driver version: 4.6.0000.4 [ 7.472184] initcall stex_init+0x0/0x22 returned 0 after 5963 usecs [ 7.478451] calling libcxgbi_init_module+0x0/0x218 @ 1 [ 7.483680] libcxgbi:libcxgbi_init_module: tag itt 0x1fff, 13 bits, age 0xf, 4 bits. [ 7.491417] libcxgbi:ddp_setup_host_page_size: system PAGE 4096, ddp idx 0. [ 7.498377] initcall libcxgbi_init_module+0x0/0x218 returned 0 after 14352 usecs [ 7.505770] calling cxgb4i_init_module+0x0/0x36 @ 1 [ 7.510735] Chelsio T4 iSCSI Driver cxgb4i v0.9.1 (Aug. 2010) [ 7.516506] iscsi: registered transport (cxgb4i) [ 7.521129] initcall cxgb4i_init_module+0x0/0x36 returned 0 after 10149 usecs [ 7.528258] calling bnx2i_mod_init+0x0/0xa0 @ 1 [ 7.532879] Broadcom NetXtreme II iSCSI Driver bnx2i v2.1.3 (Aug 10, 2010) [ 7.539775] iscsi: registered transport (bnx2i) [ 7.544312] initcall bnx2i_mod_init+0x0/0xa0 returned 0 after 11163 usecs [ 7.551095] calling pvscsi_init+0x0/0x28 @ 1 [ 7.555456] VMware PVSCSI driver - version 1.0.1.0-k [ 7.560436] initcall pvscsi_init+0x0/0x28 returned 0 after 4862 usecs [ 7.566877] calling init_sd+0x0/0x127 @ 1 [ 7.571012] initcall init_sd+0x0/0x127 returned 0 after 34 usecs [ 7.577017] calling init_ch_module+0x0/0x97 @ 1 [ 7.581636] SCSI Media Changer driver v0.25 [ 7.585929] initcall init_ch_module+0x0/0x97 returned 0 after 4190 usecs [ 7.592625] calling ahci_init+0x0/0x11 @ 1 [ 7.596846] initcall ahci_init+0x0/0x11 returned 0 after 30 usecs [ 7.602940] calling inic_init+0x0/0x11 @ 1 [ 7.607142] initcall inic_init+0x0/0x11 returned 0 after 14 usecs [ 7.613237] calling sil24_init+0x0/0x11 @ 1 [ 7.617525] initcall sil24_init+0x0/0x11 returned 0 after 15 usecs [ 7.623705] calling adma_ata_init+0x0/0x11 @ 1 [ 7.628257] initcall adma_ata_init+0x0/0x11 returned 0 after 16 usecs [ 7.634695] calling piix_init+0x0/0x20 @ 1 [ 7.638902] initcall piix_init+0x0/0x20 returned 0 after 19 usecs [ 7.644991] calling mv_init+0x0/0x36 @ 1 [ 7.649031] initcall mv_init+0x0/0x36 returned 0 after 26 usecs [ 7.654949] calling nv_init+0x0/0x11 @ 1 [ 7.658979] initcall nv_init+0x0/0x11 returned 0 after 16 usecs [ 7.664898] calling sis_init+0x0/0x11 @ 1 [ 7.669013] initcall sis_init+0x0/0x11 returned 0 after 15 usecs [ 7.675020] calling k2_sata_init+0x0/0x11 @ 1 [ 7.679484] initcall k2_sata_init+0x0/0x11 returned 0 after 15 usecs [ 7.685836] calling uli_init+0x0/0x11 @ 1 [ 7.689952] initcall uli_init+0x0/0x11 returned 0 after 15 usecs [ 7.695959] calling amd_init+0x0/0x11 @ 1 [ 7.700072] pata_amd 0000:00:06.0: version 0.4.1 [ 7.704729] pata_amd 0000:00:06.0: setting latency timer to 64 [ 7.710990] scsi0 : pata_amd [ 7.713999] scsi1 : pata_amd [ 7.718297] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14 [ 7.725261] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15 [ 7.732232] calling 2_async_port_probe+0x0/0x92 @ 76 [ 7.732244] initcall amd_init+0x0/0x11 returned 0 after 31428 usecs [ 7.732247] calling atiixp_init+0x0/0x11 @ 1 [ 7.732269] initcall atiixp_init+0x0/0x11 returned 0 after 17 usecs [ 7.732273] calling atp867x_init+0x0/0x11 @ 1 [ 7.732294] initcall atp867x_init+0x0/0x11 returned 0 after 15 usecs [ 7.732297] calling cs5520_init+0x0/0x11 @ 1 [ 7.732316] initcall cs5520_init+0x0/0x11 returned 0 after 13 usecs [ 7.732319] calling cs5530_init+0x0/0x11 @ 1 [ 7.732339] initcall cs5530_init+0x0/0x11 returned 0 after 15 usecs [ 7.732342] calling cs5535_init+0x0/0x11 @ 1 [ 7.732361] initcall cs5535_init+0x0/0x11 returned 0 after 13 usecs [ 7.732364] calling efar_init+0x0/0x11 @ 1 [ 7.732384] initcall efar_init+0x0/0x11 returned 0 after 15 usecs [ 7.732387] calling hpt36x_init+0x0/0x11 @ 1 [ 7.732407] initcall hpt36x_init+0x0/0x11 returned 0 after 15 usecs [ 7.732410] calling hpt3x2n_init+0x0/0x11 @ 1 [ 7.732430] initcall hpt3x2n_init+0x0/0x11 returned 0 after 15 usecs [ 7.732433] calling hpt3x3_init+0x0/0x11 @ 1 [ 7.732456] initcall hpt3x3_init+0x0/0x11 returned 0 after 17 usecs [ 7.732459] calling netcell_init+0x0/0x11 @ 1 [ 7.732479] initcall netcell_init+0x0/0x11 returned 0 after 15 usecs [ 7.732482] calling ninja32_init+0x0/0x11 @ 1 [ 7.732502] initcall ninja32_init+0x0/0x11 returned 0 after 15 usecs [ 7.732506] calling oldpiix_init+0x0/0x11 @ 1 [ 7.732526] initcall oldpiix_init+0x0/0x11 returned 0 after 15 usecs [ 7.732529] calling pdc2027x_init+0x0/0x11 @ 1 [ 7.732550] initcall pdc2027x_init+0x0/0x11 returned 0 after 15 usecs [ 7.732553] calling pdc202xx_init+0x0/0x11 @ 1 [ 7.732574] initcall pdc202xx_init+0x0/0x11 returned 0 after 15 usecs [ 7.732577] calling rdc_init+0x0/0x11 @ 1 [ 7.732599] initcall rdc_init+0x0/0x11 returned 0 after 17 usecs [ 7.732602] calling sil680_init+0x0/0x11 @ 1 [ 7.732622] initcall sil680_init+0x0/0x11 returned 0 after 15 usecs [ 7.732625] calling sis_init+0x0/0x11 @ 1 [ 7.732646] initcall sis_init+0x0/0x11 returned 0 after 15 usecs [ 7.732649] calling ata_tosh_init+0x0/0x11 @ 1 [ 7.732670] initcall ata_tosh_init+0x0/0x11 returned 0 after 15 usecs [ 7.732673] calling via_init+0x0/0x11 @ 1 [ 7.732695] initcall via_init+0x0/0x11 returned 0 after 15 usecs [ 7.732698] calling isapnp_init+0x0/0xa @ 1 [ 7.732719] initcall isapnp_init+0x0/0xa returned 0 after 16 usecs [ 7.732722] calling opti_init+0x0/0x11 @ 1 [ 7.732742] initcall opti_init+0x0/0x11 returned 0 after 15 usecs [ 7.732745] calling qdi_init+0x0/0x1b3 @ 1 [ 7.732752] initcall qdi_init+0x0/0x1b3 returned -19 after 2 usecs [ 7.732755] calling pacpi_init+0x0/0x11 @ 1 [ 7.732776] initcall pacpi_init+0x0/0x11 returned 0 after 15 usecs [ 7.732779] calling davicom_init+0x0/0x49 @ 1 [ 7.732812] initcall davicom_init+0x0/0x49 returned 0 after 27 usecs [ 7.732815] calling lxt_init+0x0/0x49 @ 1 [ 7.732844] initcall lxt_init+0x0/0x49 returned 0 after 23 usecs [ 7.732847] calling ns_init+0x0/0xa @ 1 [ 7.732862] initcall ns_init+0x0/0xa returned 0 after 9 usecs [ 7.732865] calling ste10Xp_init+0x0/0x19 @ 1 [ 7.732887] initcall ste10Xp_init+0x0/0x19 returned 0 after 17 usecs [ 7.732890] calling ksphy_init+0x0/0x7d @ 1 [ 7.732941] initcall ksphy_init+0x0/0x7d returned 0 after 45 usecs [ 7.732944] calling e1000_init_module+0x0/0x2d @ 1 [ 7.732948] e1000e: Intel(R) PRO/1000 Network Driver - 1.2.7-k2 [ 7.732950] e1000e: Copyright (c) 1999 - 2010 Intel Corporation. [ 7.732974] initcall e1000_init_module+0x0/0x2d returned 0 after 23 usecs [ 7.732977] calling igb_init_module+0x0/0x37 @ 1 [ 7.732982] Intel(R) Gigabit Ethernet Network Driver - version 2.1.0-k2 [ 7.732984] Copyright (c) 2007-2009 Intel Corporation. [ 7.733003] initcall igb_init_module+0x0/0x37 returned 0 after 19 usecs [ 7.733006] calling igbvf_init_module+0x0/0x50 @ 1 [ 7.733011] Intel(R) Virtual Function Network Driver - version 1.0.0-k0 [ 7.733012] Copyright (c) 2009 Intel Corporation. [ 7.733032] initcall igbvf_init_module+0x0/0x50 returned 0 after 19 usecs [ 7.733035] calling ixgb_init_module+0x0/0x37 @ 1 [ 7.733039] ixgb: Intel(R) PRO/10GbE Network Driver - version 1.0.135-k2-NAPI [ 7.733042] ixgb: Copyright (c) 1999-2008 Intel Corporation. [ 7.733061] initcall ixgb_init_module+0x0/0x37 returned 0 after 19 usecs [ 7.733064] calling ipg_init_module+0x0/0x11 @ 1 [ 7.733086] initcall ipg_init_module+0x0/0x11 returned 0 after 15 usecs [ 7.733089] calling t1_init_module+0x0/0x11 @ 1 [ 7.733112] initcall t1_init_module+0x0/0x11 returned 0 after 17 usecs [ 7.733116] calling cxgb4_init_module+0x0/0x46 @ 1 [ 7.733146] initcall cxgb4_init_module+0x0/0x46 returned 0 after 24 usecs [ 7.733149] calling vcan_init_module+0x0/0x29 @ 1 [ 7.733153] vcan: Virtual CAN interface driver [ 7.733159] initcall vcan_init_module+0x0/0x29 returned 0 after 4 usecs [ 7.733162] calling bonding_init+0x0/0x799 @ 1 [ 7.733166] bonding: Ethernet Channel Bonding Driver: v3.7.0 (June 2, 2010) [ 7.733170] bonding: Warning: either miimon or arp_interval and arp_ip_target module parameters must be specified, otherwise bonding will not detect link failures! see bonding.txt for details. [ 7.733562] initcall bonding_init+0x0/0x799 returned 0 after 385 usecs [ 7.733566] calling atl1_init_module+0x0/0x11 @ 1 [ 7.733588] initcall atl1_init_module+0x0/0x11 returned 0 after 17 usecs [ 7.733592] calling atl2_init_module+0x0/0x37 @ 1 [ 7.733596] Atheros(R) L2 Ethernet Driver - version 2.2.3 [ 7.733598] Copyright (c) 2007 Atheros Corporation. [ 7.733617] initcall atl2_init_module+0x0/0x37 returned 0 after 19 usecs [ 7.733620] calling atl1c_init_module+0x0/0x11 @ 1 [ 7.733642] initcall atl1c_init_module+0x0/0x11 returned 0 after 15 usecs [ 7.733645] calling enic_init_module+0x0/0x28 @ 1 [ 7.733649] enic: Cisco VIC Ethernet NIC Driver, ver 1.4.1.1 [ 7.733671] initcall enic_init_module+0x0/0x28 returned 0 after 19 usecs [ 7.733674] calling jme_init_module+0x0/0x22 @ 1 [ 7.733678] jme: JMicron JMC2XX ethernet driver version 1.0.6 [ 7.733697] initcall jme_init_module+0x0/0x22 returned 0 after 17 usecs [ 7.733700] calling happy_meal_probe+0x0/0x11 @ 1 [ 7.733722] initcall happy_meal_probe+0x0/0x11 returned 0 after 15 usecs [ 7.733725] calling vortex_init+0x0/0x8f @ 1 [ 7.733749] initcall vortex_init+0x0/0x8f returned 0 after 18 usecs [ 7.733752] calling ne2k_pci_init+0x0/0x11 @ 1 [ 7.733774] initcall ne2k_pci_init+0x0/0x11 returned 0 after 15 usecs [ 7.733777] calling e100_init_module+0x0/0x48 @ 1 [ 7.733782] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI [ 7.733784] e100: Copyright(c) 1999-2006 Intel Corporation [ 7.733808] initcall e100_init_module+0x0/0x48 returned 0 after 24 usecs [ 7.733811] calling tlan_probe+0x0/0xc1 @ 1 [ 7.733815] ThunderLAN driver v1.15a [ 7.733833] TLAN: 0 devices installed, PCI: 0 EISA: 0 [ 7.733847] initcall tlan_probe+0x0/0xc1 returned -19 after 30 usecs [ 7.733851] calling sis190_init_module+0x0/0x11 @ 1 [ 7.733872] initcall sis190_init_module+0x0/0x11 returned 0 after 15 usecs [ 7.733876] calling sis900_init_module+0x0/0x11 @ 1 [ 7.733897] initcall sis900_init_module+0x0/0x11 returned 0 after 15 usecs [ 7.733900] calling r6040_init+0x0/0x11 @ 1 [ 7.733921] initcall r6040_init+0x0/0x11 returned 0 after 15 usecs [ 7.733924] calling acenic_init+0x0/0x11 @ 1 [ 7.733946] initcall acenic_init+0x0/0x11 returned 0 after 15 usecs [ 7.733950] calling natsemi_init_mod+0x0/0x11 @ 1 [ 7.733971] initcall natsemi_init_mod+0x0/0x11 returned 0 after 15 usecs [ 7.733974] calling ns83820_init+0x0/0x1c @ 1 [ 7.733978] ns83820.c: National Semiconductor DP83820 10/100/1000 driver. [ 7.733997] initcall ns83820_init+0x0/0x1c returned 0 after 17 usecs [ 7.734001] calling fealnx_init+0x0/0x11 @ 1 [ 7.734027] initcall fealnx_init+0x0/0x11 returned 0 after 19 usecs [ 7.734030] calling tg3_init+0x0/0x11 @ 1 [ 7.734058] initcall tg3_init+0x0/0x11 returned 0 after 22 usecs [ 7.734061] calling bnx2_init+0x0/0x11 @ 1 [ 7.734087] initcall bnx2_init+0x0/0x11 returned 0 after 19 usecs [ 7.734090] calling cnic_init+0x0/0x31 @ 1 [ 7.734094] cnic: Broadcom NetXtreme II CNIC Driver cnic v2.1.3 (June 24, 2010) [ 7.734103] initcall cnic_init+0x0/0x31 returned 0 after 6 usecs [ 7.734106] calling skge_init_module+0x0/0x5c @ 1 [ 7.734134] initcall skge_init_module+0x0/0x5c returned 0 after 21 usecs [ 7.734137] calling ks8851_init+0x0/0xa @ 1 [ 7.734154] initcall ks8851_init+0x0/0xa returned 0 after 11 usecs [ 7.734158] calling ksz884x_init_module+0x0/0x11 @ 1 [ 7.734179] initcall ksz884x_init_module+0x0/0x11 returned 0 after 15 usecs [ 7.734183] calling starfire_init+0x0/0x11 @ 1 [ 7.734204] initcall starfire_init+0x0/0x11 returned 0 after 15 usecs [ 7.734208] calling sundance_init+0x0/0x11 @ 1 [ 7.734231] initcall sundance_init+0x0/0x11 returned 0 after 17 usecs [ 7.734234] calling net_olddevs_init+0x0/0x7e @ 1 [ 7.735321] initcall net_olddevs_init+0x0/0x7e returned 0 after 1056 usecs [ 7.735324] calling sb1000_init+0x0/0xa @ 1 [ 7.735342] initcall sb1000_init+0x0/0xa returned 0 after 11 usecs [ 7.735345] calling hp100_module_init+0x0/0x11 @ 1 [ 7.735368] initcall hp100_module_init+0x0/0x11 returned 0 after 17 usecs [ 7.735372] calling ne_init+0x0/0x1d @ 1 [ 7.735494] initcall ne_init+0x0/0x1d returned -19 after 114 usecs [ 7.735498] calling NS8390p_init_module+0x0/0x3 @ 1 [ 7.735506] initcall NS8390p_init_module+0x0/0x3 returned 0 after 2 usecs [ 7.735509] calling b44_init+0x0/0x3b @ 1 [ 7.735540] initcall b44_init+0x0/0x3b returned 0 after 24 usecs [ 7.735543] calling init_nic+0x0/0x11 @ 1 [ 7.735551] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64. [ 7.735551] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 23 [ 7.735551] IOAPIC[0]: Set routing entry (2-23 -> 0x41 -> IRQ 23 Mode:1 Active:1) [ 7.735551] forcedeth 0000:00:0a.0: PCI INT A -> Link[APCH] -> GSI 23 (level, low) -> IRQ 23 [ 7.735551] forcedeth 0000:00:0a.0: setting latency timer to 64 [ 7.735551] nv_probe: set workaround bit for reversed mac addr [ 7.735551] calling 3_async_port_probe+0x0/0x92 @ 5 [ 7.735551] async_waiting @ 5 [ 8.835450] ata1.00: ATA-6: HDS722525VLAT80, V36OA60A, max UDMA/100 [ 8.841719] ata1.00: 488397168 sectors, multi 1: LBA48 [ 8.846950] ata1: nv_mode_filter: 0x3f39f&0x3f39f->0x3f39f, BIOS=0x3f000 (0xc60000c0) ACPI=0x3f01f (20:600:0x13) [ 8.882042] ata1.00: configured for UDMA/100 [ 8.886322] async_waiting @ 76 [ 8.889388] async_continuing @ 76 after 1 usec [ 8.893966] scsi 0:0:0:0: Direct-Access ATA HDS722525VLAT80 V36O PQ: 0 ANSI: 5 [ 8.902198] calling 4_sd_probe_async+0x0/0x17b @ 87 [ 8.902248] initcall 2_async_port_probe+0x0/0x92 returned 0 after 228895 usecs [ 8.902257] async_continuing @ 5 after 1138889 usec [ 8.919282] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB) [ 8.926839] sd 0:0:0:0: [sda] Write Protect is off [ 8.931635] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 8.936718] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 9.027499] sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 sda9 sda10 > [ 9.034271] sd 0:0:0:0: [sda] Attached SCSI disk [ 9.038899] initcall 4_sd_probe_async+0x0/0x17b returned 0 after 116848 usecs [ 9.108500] ata2.01: ATAPI: DVDRW IDE 16X, VER A079, max UDMA/66 [ 9.114506] ata2: nv_mode_filter: 0x1f39f&0x739f->0x739f, BIOS=0x7000 (0xc60000c0) ACPI=0x701f (600:60:0x1c) [ 9.138433] ata2.01: configured for UDMA/33 [ 9.143264] async_waiting @ 5 [ 9.146241] async_continuing @ 5 after 1 usec [ 9.150872] scsi 1:0:1:0: CD-ROM DVDRW IDE 16X A079 PQ: 0 ANSI: 5 [ 9.159110] initcall 3_async_port_probe+0x0/0x92 returned 0 after 1389724 usecs [ 9.268658] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x5043 @ 1, addr 00:13:d4:dc:41:12 [ 9.277003] forcedeth 0000:00:0a.0: highdma csum gbit lnktim desc-v3 [ 9.283374] initcall init_nic+0x0/0x11 returned 0 after 1511544 usecs [ 9.289812] calling qlge_init_module+0x0/0x11 @ 1 [ 9.294633] initcall qlge_init_module+0x0/0x11 returned 0 after 26 usecs [ 9.301330] calling dummy_init_module+0x0/0x8f @ 1 [ 9.306427] initcall dummy_init_module+0x0/0x8f returned 0 after 211 usecs [ 9.313299] calling macvlan_init_module+0x0/0x2d @ 1 [ 9.318355] initcall macvlan_init_module+0x0/0x2d returned 0 after 2 usecs [ 9.325224] calling macvtap_init+0x0/0x9e @ 1 [ 9.329686] initcall macvtap_init+0x0/0x9e returned 0 after 16 usecs [ 9.336039] calling ibmlana_init_module+0x0/0xa @ 1 [ 9.341009] initcall ibmlana_init_module+0x0/0xa returned 0 after 1 usecs [ 9.347792] calling cp_init+0x0/0x11 @ 1 [ 9.351819] 8139cp: 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004) [ 9.358694] 8139cp 0000:05:07.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip, use 8139too [ 9.368273] initcall cp_init+0x0/0x11 returned 0 after 16081 usecs [ 9.374450] calling rtl8139_init_module+0x0/0x11 @ 1 [ 9.379517] 8139too: 8139too Fast Ethernet driver 0.9.28 [ 9.385032] ACPI: PCI Interrupt Link [APC2] enabled at IRQ 17 [ 9.390785] IOAPIC[0]: Set routing entry (2-17 -> 0x49 -> IRQ 17 Mode:1 Active:1) [ 9.398269] 8139too 0000:05:07.0: PCI INT A -> Link[APC2] -> GSI 17 (level, low) -> IRQ 17 [ 9.406974] 8139too 0000:05:07.0: eth1: RealTek RTL8139 at 0xf84ca000, 00:c0:df:03:68:5d, IRQ 17 [ 9.415767] initcall rtl8139_init_module+0x0/0x11 returned 0 after 35412 usecs [ 9.422985] calling znet_probe+0x0/0x2b9 @ 1 [ 9.432033] initcall znet_probe+0x0/0x2b9 returned -19 after 4578 usecs [ 9.438644] calling depca_module_init+0x0/0xd8 @ 1 [ 9.443672] initcall depca_module_init+0x0/0xd8 returned 0 after 144 usecs [ 9.450543] calling sc92031_init+0x0/0x11 @ 1 [ 9.455012] initcall sc92031_init+0x0/0x11 returned 0 after 21 usecs [ 9.461369] calling lp486e_init_module+0x0/0x205 @ 1 [ 9.467035] eth%d: i82596 initialization timed out [ 9.471833] initcall lp486e_init_module+0x0/0x205 returned -19 after 5282 usecs [ 9.479134] calling veth_init+0x0/0xa @ 1 [ 9.483237] initcall veth_init+0x0/0xa returned 0 after 1 usecs [ 9.489154] calling rio_init+0x0/0x11 @ 1 [ 9.493274] initcall rio_init+0x0/0x11 returned 0 after 18 usecs [ 9.499277] calling myri10ge_init_module+0x0/0x56 @ 1 [ 9.504416] myri10ge: Version 1.5.2-1.459 [ 9.508447] initcall myri10ge_init_module+0x0/0x56 returned 0 after 3935 usecs [ 9.515666] calling arcnet_init+0x0/0x4c @ 1 [ 9.520024] arcnet loaded. [ 9.522739] initcall arcnet_init+0x0/0x4c returned 0 after 2650 usecs [ 9.529176] calling arcnet_rfc1051_init+0x0/0x39 @ 1 [ 9.534229] arcnet: RFC1051 "simple standard" (`s') encapsulation support loaded. [ 9.541711] initcall arcnet_rfc1051_init+0x0/0x39 returned 0 after 7305 usecs [ 9.548841] calling arcnet_raw_init+0x0/0x4e @ 1 [ 9.553547] arcnet: raw mode (`r') encapsulation support loaded. [ 9.559556] initcall arcnet_raw_init+0x0/0x4e returned 0 after 5865 usecs [ 9.566339] calling com90io_init+0x0/0x3e9 @ 1 [ 9.570876] arcnet: COM90xx IO-mapped mode support (by David Woodhouse et el.) [ 9.578089] E-mail me if you actually test this driver, please! [ 9.584009] arc%d: No autoprobe for IO mapped cards; you must specify the base address! [ 9.592099] initcall com90io_init+0x0/0x3e9 returned -19 after 20727 usecs [ 9.598969] calling catc_init+0x0/0x27 @ 1 [ 9.603165] usbcore: registered new interface driver catc [ 9.608563] catc: v2.8:CATC EL1210A NetMate USB Ethernet driver [ 9.614483] initcall catc_init+0x0/0x27 returned 0 after 11060 usecs [ 9.620836] calling usb_rtl8150_init+0x0/0x1c @ 1 [ 9.625627] rtl8150: v0.6.2 (2004/08/27):rtl8150 based usb-ethernet driver [ 9.632508] usbcore: registered new interface driver rtl8150 [ 9.638171] initcall usb_rtl8150_init+0x0/0x1c returned 0 after 12248 usecs [ 9.645128] calling hso_init+0x0/0x13f @ 1 [ 9.649314] hso: drivers/net/usb/hso.c: Option Wireless [ 9.654552] usbcore: registered new interface driver hso [ 9.659863] initcall hso_init+0x0/0x13f returned 0 after 10299 usecs [ 9.666214] calling asix_init+0x0/0x11 @ 1 [ 9.670409] usbcore: registered new interface driver asix [ 9.675811] initcall asix_init+0x0/0x11 returned 0 after 5282 usecs [ 9.682075] calling cdc_init+0x0/0x11 @ 1 [ 9.686183] usbcore: registered new interface driver cdc_ether [ 9.692017] initcall cdc_init+0x0/0x11 returned 0 after 5705 usecs [ 9.698194] calling eem_init+0x0/0x11 @ 1 [ 9.702302] usbcore: registered new interface driver cdc_eem [ 9.707963] initcall eem_init+0x0/0x11 returned 0 after 5535 usecs [ 9.714140] calling smsc75xx_init+0x0/0x11 @ 1 [ 9.718683] usbcore: registered new interface driver smsc75xx [ 9.724430] initcall smsc75xx_init+0x0/0x11 returned 0 after 5619 usecs [ 9.731040] calling smsc95xx_init+0x0/0x11 @ 1 [ 9.735583] usbcore: registered new interface driver smsc95xx [ 9.741331] initcall smsc95xx_init+0x0/0x11 returned 0 after 5619 usecs [ 9.747940] calling usbnet_init+0x0/0x11 @ 1 [ 9.752310] usbcore: registered new interface driver gl620a [ 9.757883] initcall usbnet_init+0x0/0x11 returned 0 after 5449 usecs [ 9.764321] calling rndis_init+0x0/0x11 @ 1 [ 9.768602] usbcore: registered new interface driver rndis_host [ 9.774522] initcall rndis_init+0x0/0x11 returned 0 after 5787 usecs [ 9.780873] calling mcs7830_init+0x0/0x11 @ 1 [ 9.785329] usbcore: registered new interface driver MOSCHIP usb-ethernet driver [ 9.792722] initcall mcs7830_init+0x0/0x11 returned 0 after 7228 usecs [ 9.799247] calling usbnet_init+0x0/0x22 @ 1 [ 9.803613] initcall usbnet_init+0x0/0x22 returned 0 after 4 usecs [ 9.809795] calling int51x1_init+0x0/0x11 @ 1 [ 9.814249] usbcore: registered new interface driver int51x1 [ 9.819909] initcall int51x1_init+0x0/0x11 returned 0 after 5535 usecs [ 9.826435] calling sierra_net_init+0x0/0x11 @ 1 [ 9.831153] usbcore: registered new interface driver sierra_net [ 9.837070] initcall sierra_net_init+0x0/0x11 returned 0 after 5787 usecs [ 9.843854] calling stir_init+0x0/0x11 @ 1 [ 9.848049] usbcore: registered new interface driver stir4200 [ 9.853797] initcall stir_init+0x0/0x11 returned 0 after 5620 usecs [ 9.860061] calling donauboe_init+0x0/0x11 @ 1 [ 9.864615] initcall donauboe_init+0x0/0x11 returned 0 after 18 usecs [ 9.871050] calling ali_ircc_init+0x0/0x68e @ 1 [ 9.875728] initcall ali_ircc_init+0x0/0x68e returned -19 after 54 usecs [ 9.882429] calling mcs_init+0x0/0x32 @ 1 [ 9.886538] usbcore: registered new interface driver mcs7780 [ 9.892200] initcall mcs_init+0x0/0x32 returned 0 after 5536 usecs [ 9.898377] calling kingsun_init+0x0/0x11 @ 1 [ 9.902831] usbcore: registered new interface driver kingsun-sir [ 9.908840] initcall kingsun_init+0x0/0x11 returned 0 after 5875 usecs [ 9.915362] calling ks959_init+0x0/0x11 @ 1 [ 9.919644] usbcore: registered new interface driver ks959-sir [ 9.925479] initcall ks959_init+0x0/0x11 returned 0 after 5704 usecs [ 9.931830] calling init_netconsole+0x0/0x1b8 @ 1 [ 9.936625] console [netcon0] enabled [ 9.940288] netconsole: network logging started [ 9.944824] initcall init_netconsole+0x0/0x1b8 returned 0 after 8006 usecs [ 9.951694] calling efx_init_module+0x0/0x77 @ 1 [ 9.956399] Solarflare NET driver v3.0 [ 9.960216] initcall efx_init_module+0x0/0x77 returned 0 after 3725 usecs [ 9.967008] calling fw_core_init+0x0/0x76 @ 1 [ 9.971473] initcall fw_core_init+0x0/0x76 returned 0 after 17 usecs [ 9.977822] calling fwnet_init+0x0/0x5e @ 1 [ 9.982125] initcall fwnet_init+0x0/0x5e returned 0 after 26 usecs [ 9.988302] calling nosy_init+0x0/0x11 @ 1 [ 9.992511] initcall nosy_init+0x0/0x11 returned 0 after 19 usecs [ 9.998605] calling init_raw1394+0x0/0xcb @ 1 [ 10.003087] ieee1394: raw1394: /dev/raw1394 device initialized [ 10.008932] initcall init_raw1394+0x0/0xcb returned 0 after 5737 usecs [ 10.015453] calling sbp2_module_init+0x0/0x5d @ 1 [ 10.020261] initcall sbp2_module_init+0x0/0x5d returned 0 after 10 usecs [ 10.026963] calling uio_init+0x0/0xc7 @ 1 [ 10.031078] initcall uio_init+0x0/0xc7 returned 0 after 12 usecs [ 10.037086] calling hilscher_init_module+0x0/0x11 @ 1 [ 10.042250] initcall hilscher_init_module+0x0/0x11 returned 0 after 20 usecs [ 10.049298] calling uio_pdrv_init+0x0/0xa @ 1 [ 10.053760] initcall uio_pdrv_init+0x0/0xa returned 0 after 13 usecs [ 10.060113] calling aectc_init+0x0/0x11 @ 1 [ 10.064409] initcall aectc_init+0x0/0x11 returned 0 after 18 usecs [ 10.070582] calling sercos3_init_module+0x0/0x11 @ 1 [ 10.075660] initcall sercos3_init_module+0x0/0x11 returned 0 after 21 usecs [ 10.082621] calling uwb_subsys_init+0x0/0x40 @ 1 [ 10.087349] initcall uwb_subsys_init+0x0/0x40 returned 0 after 16 usecs [ 10.093957] calling wlp_subsys_init+0x0/0x3 @ 1 [ 10.098582] initcall wlp_subsys_init+0x0/0x3 returned 0 after 2 usecs [ 10.105024] calling umc_bus_init+0x0/0xa @ 1 [ 10.109399] initcall umc_bus_init+0x0/0xa returned 0 after 11 usecs [ 10.115666] calling whci_init+0x0/0x11 @ 1 [ 10.119876] initcall whci_init+0x0/0x11 returned 0 after 19 usecs [ 10.125971] calling whcrc_driver_init+0x0/0x11 @ 1 [ 10.130864] initcall whcrc_driver_init+0x0/0x11 returned 0 after 8 usecs [ 10.137559] calling hwarc_driver_init+0x0/0x11 @ 1 [ 10.142454] usbcore: registered new interface driver hwa-rc [ 10.148031] initcall hwarc_driver_init+0x0/0x11 returned 0 after 5458 usecs [ 10.154988] calling ehci_hcd_init+0x0/0x90 @ 1 [ 10.159523] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 10.166415] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 22 [ 10.172162] IOAPIC[0]: Set routing entry (2-22 -> 0x51 -> IRQ 22 Mode:1 Active:1) [ 10.179650] ehci_hcd 0000:00:02.1: PCI INT B -> Link[APCL] -> GSI 22 (level, low) -> IRQ 22 [ 10.188013] ehci_hcd 0000:00:02.1: setting latency timer to 64 [ 10.193849] ehci_hcd 0000:00:02.1: EHCI Host Controller [ 10.199078] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1 [ 10.214881] ehci_hcd 0000:00:02.1: debug port 1 [ 10.219417] ehci_hcd 0000:00:02.1: cache line size of 32 is not supported [ 10.226218] ehci_hcd 0000:00:02.1: irq 22, io mem 0x40000000 [ 10.244862] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00 [ 10.250720] hub 1-0:1.0: USB hub found [ 10.254474] hub 1-0:1.0: 10 ports detected [ 10.258658] initcall ehci_hcd_init+0x0/0x90 returned 0 after 96809 usecs [ 10.265358] calling oxu_module_init+0x0/0xa @ 1 [ 10.269991] initcall oxu_module_init+0x0/0xa returned 0 after 10 usecs [ 10.276521] calling ohci_hcd_mod_init+0x0/0x6c @ 1 [ 10.281402] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 10.287921] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 21 [ 10.293665] IOAPIC[0]: Set routing entry (2-21 -> 0x59 -> IRQ 21 Mode:1 Active:1) [ 10.301145] ohci_hcd 0000:00:02.0: PCI INT A -> Link[APCF] -> GSI 21 (level, low) -> IRQ 21 [ 10.309492] ohci_hcd 0000:00:02.0: setting latency timer to 64 [ 10.315320] ohci_hcd 0000:00:02.0: OHCI Host Controller [ 10.320548] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2 [ 10.331536] ohci_hcd 0000:00:02.0: irq 21, io mem 0xda102000 [ 10.393660] hub 2-0:1.0: USB hub found [ 10.397417] hub 2-0:1.0: 10 ports detected [ 10.401606] initcall ohci_hcd_mod_init+0x0/0x6c returned 0 after 117385 usecs [ 10.408746] calling uhci_hcd_init+0x0/0xa0 @ 1 [ 10.413280] uhci_hcd: USB Universal Host Controller Interface driver [ 10.419685] initcall uhci_hcd_init+0x0/0xa0 returned 0 after 6252 usecs [ 10.426298] calling r8a66597_init+0x0/0x30 @ 1 [ 10.430831] r8a66597_hcd: driver r8a66597_hcd, 2009-05-26 [ 10.436242] initcall r8a66597_init+0x0/0x30 returned 0 after 5283 usecs [ 10.442852] calling isp1760_init+0x0/0x40 @ 1 [ 10.447343] initcall isp1760_init+0x0/0x40 returned 0 after 42 usecs [ 10.453693] calling c67x00_init+0x0/0xa @ 1 [ 10.457978] initcall c67x00_init+0x0/0xa returned 0 after 9 usecs [ 10.464068] calling wusbcore_init+0x0/0x61 @ 1 [ 10.468631] initcall wusbcore_init+0x0/0x61 returned 0 after 28 usecs [ 10.475073] calling acm_init+0x0/0xc4 @ 1 [ 10.479195] usbcore: registered new interface driver cdc_acm [ 10.484848] cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters [ 10.493373] initcall acm_init+0x0/0xc4 returned 0 after 13863 usecs [ 10.499633] calling usblp_init+0x0/0x11 @ 1 [ 10.503920] usbcore: registered new interface driver usblp [ 10.509406] initcall usblp_init+0x0/0x11 returned 0 after 5364 usecs [ 10.515753] calling wdm_init+0x0/0x11 @ 1 [ 10.519866] usbcore: registered new interface driver cdc_wdm [ 10.525525] initcall wdm_init+0x0/0x11 returned 0 after 5534 usecs [ 10.531700] calling usbtmc_init+0x0/0x27 @ 1 [ 10.536076] usbcore: registered new interface driver usbtmc [ 10.541655] initcall usbtmc_init+0x0/0x27 returned 0 after 5458 usecs [ 10.548089] calling usb_usual_init+0x0/0x2c @ 1 [ 10.552728] usbcore: registered new interface driver libusual [ 10.558477] initcall usb_usual_init+0x0/0x2c returned 0 after 5628 usecs [ 10.565171] calling appledisplay_init+0x0/0x45 @ 1 [ 10.570079] usbcore: registered new interface driver appledisplay [ 10.576174] initcall appledisplay_init+0x0/0x45 returned 0 after 5974 usecs [ 10.583129] calling usb_cytherm_init+0x0/0x36 @ 1 [ 10.587932] usbcore: registered new interface driver cytherm [ 10.593589] cytherm: v1.0:Cypress USB Thermometer driver [ 10.598906] initcall usb_cytherm_init+0x0/0x36 returned 0 after 10723 usecs [ 10.605861] calling emi26_init+0x0/0x11 @ 1 [ 10.610147] usbcore: registered new interface driver emi26 - firmware loader [ 10.617192] initcall emi26_init+0x0/0x11 returned 0 after 6888 usecs [ 10.623541] calling emi62_init+0x0/0x27 @ 1 [ 10.627827] usbcore: registered new interface driver emi62 - firmware loader [ 10.634873] initcall emi62_init+0x0/0x27 returned 0 after 6888 usecs [ 10.641222] calling usb_idmouse_init+0x0/0x34 @ 1 [ 10.646015] idmouse: 0.6:Siemens ID Mouse FingerTIP Sensor Driver [ 10.652116] usbcore: registered new interface driver idmouse [ 10.657778] initcall usb_idmouse_init+0x0/0x34 returned 0 after 11485 usecs [ 10.664733] calling iowarrior_init+0x0/0x11 @ 1 [ 10.669365] usbcore: registered new interface driver iowarrior [ 10.675198] initcall iowarrior_init+0x0/0x11 returned 0 after 5704 usecs [ 10.681894] calling isight_firmware_init+0x0/0x11 @ 1 [ 10.687047] usbcore: registered new interface driver isight_firmware [ 10.693398] initcall isight_firmware_init+0x0/0x11 returned 0 after 6211 usecs [ 10.700614] calling usb_lcd_init+0x0/0x29 @ 1 [ 10.705071] usbcore: registered new interface driver usblcd [ 10.710645] initcall usb_lcd_init+0x0/0x29 returned 0 after 5451 usecs [ 10.717167] calling usb_rio_init+0x0/0x27 @ 1 [ 10.721624] usbcore: registered new interface driver rio500 [ 10.727194] rio500: v1.1:USB Rio 500 driver [ 10.731385] initcall usb_rio_init+0x0/0x27 returned 0 after 9539 usecs [ 10.737907] calling usb_yurex_init+0x0/0x29 @ 1 [ 10.742539] usbcore: registered new interface driver yurex [ 10.748025] initcall usb_yurex_init+0x0/0x29 returned 0 after 5365 usecs [ 10.754720] calling usb_sisusb_init+0x0/0x16 @ 1 [ 10.759438] usbcore: registered new interface driver sisusb [ 10.765011] initcall usb_sisusb_init+0x0/0x16 returned 0 after 5451 usecs [ 10.771794] calling r8a66597_udc_init+0x0/0xf @ 1 [ 10.776610] initcall r8a66597_udc_init+0x0/0xf returned -19 after 19 usecs [ 10.783483] calling init+0x0/0xf @ 1 [ 10.787156] initcall init+0x0/0xf returned -19 after 2 usecs [ 10.792810] calling i8042_init+0x0/0x331 @ 1 [ 10.797230] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 10.807788] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 10.812755] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 10.817817] initcall i8042_init+0x0/0x331 returned 0 after 20160 usecs [ 10.824341] calling serport_init+0x0/0x25 @ 1 [ 10.828790] initcall serport_init+0x0/0x25 returned 0 after 2 usecs [ 10.835051] calling ct82c710_init+0x0/0x154 @ 1 [ 10.839692] initcall ct82c710_init+0x0/0x154 returned -19 after 16 usecs [ 10.846387] calling pcips2_init+0x0/0x11 @ 1 [ 10.850777] initcall pcips2_init+0x0/0x11 returned 0 after 27 usecs [ 10.857040] calling l4_init+0x0/0x2cf @ 1 [ 10.861151] initcall l4_init+0x0/0x2cf returned -19 after 10 usecs [ 10.867326] calling mousedev_init+0x0/0x4b @ 1 [ 10.871895] mice: PS/2 mouse device common for all mice [ 10.877123] initcall mousedev_init+0x0/0x4b returned 0 after 5137 usecs [ 10.883733] calling evbug_init+0x0/0xa @ 1 [ 10.887924] initcall evbug_init+0x0/0xa returned 0 after 2 usecs [ 10.893935] calling adp5588_init+0x0/0xc @ 1 [ 10.898307] initcall adp5588_init+0x0/0xc returned 0 after 10 usecs [ 10.904575] calling atkbd_init+0x0/0x1b @ 1 [ 10.908871] initcall atkbd_init+0x0/0x1b returned 0 after 19 usecs [ 10.915045] calling lkkbd_init+0x0/0x11 @ 1 [ 10.919337] initcall lkkbd_init+0x0/0x11 returned 0 after 10 usecs [ 10.925515] calling lm8323_init+0x0/0xc @ 1 [ 10.929803] initcall lm8323_init+0x0/0xc returned 0 after 9 usecs [ 10.935896] calling max7359_init+0x0/0xc @ 1 [ 10.940272] initcall max7359_init+0x0/0xc returned 0 after 9 usecs [ 10.940345] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 [ 10.940355] evbug.c: Connected device: input0 (AT Translated Set 2 keyboard at isa0060/serio0/input0) [ 10.964254] calling mcs_touchkey_init+0x0/0xc @ 1 [ 10.969059] initcall mcs_touchkey_init+0x0/0xc returned 0 after 10 usecs [ 10.975754] calling nkbd_init+0x0/0x11 @ 1 [ 10.979956] initcall nkbd_init+0x0/0x11 returned 0 after 12 usecs [ 10.986050] calling qt2160_init+0x0/0xc @ 1 [ 10.990337] initcall qt2160_init+0x0/0xc returned 0 after 9 usecs [ 10.996424] calling skbd_init+0x0/0x11 @ 1 [ 11.000626] initcall skbd_init+0x0/0x11 returned 0 after 12 usecs [ 11.006720] calling atp_init+0x0/0x11 @ 1 [ 11.010834] usbcore: registered new interface driver appletouch [ 11.016750] initcall atp_init+0x0/0x11 returned 0 after 5788 usecs [ 11.022928] calling bcm5974_init+0x0/0x11 @ 1 [ 11.027386] usbcore: registered new interface driver bcm5974 [ 11.033044] initcall bcm5974_init+0x0/0x11 returned 0 after 5534 usecs [ 11.039566] calling logibm_init+0x0/0x128 @ 1 [ 11.044119] logibm.c: Didn't find Logitech busmouse at 0x23c [ 11.049781] initcall logibm_init+0x0/0x128 returned -19 after 5628 usecs [ 11.056477] calling psmouse_init+0x0/0x65 @ 1 [ 11.060981] initcall psmouse_init+0x0/0x65 returned 0 after 53 usecs [ 11.067338] calling a3d_init+0x0/0x11 @ 1 [ 11.071451] initcall a3d_init+0x0/0x11 returned 0 after 12 usecs [ 11.077458] calling adi_init+0x0/0x11 @ 1 [ 11.081572] initcall adi_init+0x0/0x11 returned 0 after 11 usecs [ 11.087573] calling analog_init+0x0/0xc6 @ 1 [ 11.091950] initcall analog_init+0x0/0xc6 returned 0 after 14 usecs [ 11.098216] calling cobra_init+0x0/0x11 @ 1 [ 11.102503] initcall cobra_init+0x0/0x11 returned 0 after 11 usecs [ 11.108686] calling db9_init+0x0/0x3a1 @ 1 [ 11.112875] initcall db9_init+0x0/0x3a1 returned -19 after 1 usecs [ 11.119050] calling grip_init+0x0/0x11 @ 1 [ 11.123250] initcall grip_init+0x0/0x11 returned 0 after 11 usecs [ 11.129339] calling iforce_init+0x0/0x3 @ 1 [ 11.133614] initcall iforce_init+0x0/0x3 returned 0 after 1 usecs [ 11.139703] calling joydump_init+0x0/0x11 @ 1 [ 11.144165] initcall joydump_init+0x0/0x11 returned 0 after 13 usecs [ 11.150519] calling sw_init+0x0/0x11 @ 1 [ 11.154545] initcall sw_init+0x0/0x11 returned 0 after 11 usecs [ 11.160460] calling spaceball_init+0x0/0x11 @ 1 [ 11.165093] initcall spaceball_init+0x0/0x11 returned 0 after 11 usecs [ 11.171623] calling tgfx_init+0x0/0x39a @ 1 [ 11.175899] initcall tgfx_init+0x0/0x39a returned -19 after 1 usecs [ 11.182161] calling twidjoy_init+0x0/0x11 @ 1 [ 11.186619] initcall twidjoy_init+0x0/0x11 returned 0 after 10 usecs [ 11.192968] calling warrior_init+0x0/0x11 @ 1 [ 11.197426] initcall warrior_init+0x0/0x11 returned 0 after 10 usecs [ 11.203776] calling zhenhua_init+0x0/0x11 @ 1 [ 11.208234] initcall zhenhua_init+0x0/0x11 returned 0 after 10 usecs [ 11.214583] calling ati_remote_init+0x0/0x36 @ 1 [ 11.219305] usbcore: registered new interface driver ati_remote [ 11.225226] ati_remote: 2.2.1:ATI/X10 RF USB Remote Control [ 11.230799] initcall ati_remote_init+0x0/0x36 returned 0 after 11239 usecs [ 11.237671] calling ati_remote2_init+0x0/0x36 @ 1 [ 11.242476] usbcore: registered new interface driver ati_remote2 [ 11.248483] ati_remote2: ATI/Philips USB RF remote driver 0.3 [ 11.254226] initcall ati_remote2_init+0x0/0x36 returned 0 after 11484 usecs [ 11.261183] calling atlas_acpi_init+0x0/0x19 @ 1 [ 11.265931] initcall atlas_acpi_init+0x0/0x19 returned 0 after 39 usecs [ 11.272547] calling cm109_init+0x0/0xd6 @ 1 [ 11.276819] cm109: Keymap for Komunikate KIP1000 phone loaded [ 11.282574] usbcore: registered new interface driver cm109 [ 11.288059] cm109: CM109 phone driver: 20080805 (C) Alfred E. Heggestad [ 11.294674] initcall cm109_init+0x0/0xd6 returned 0 after 17435 usecs [ 11.301111] calling powermate_init+0x0/0x11 @ 1 [ 11.305741] usbcore: registered new interface driver powermate [ 11.311573] initcall powermate_init+0x0/0x11 returned 0 after 5703 usecs [ 11.318271] calling uinput_init+0x0/0xa @ 1 [ 11.322580] initcall uinput_init+0x0/0xa returned 0 after 33 usecs [ 11.328759] calling acpi_smbus_cmi_init+0x0/0xa @ 1 [ 11.333745] initcall acpi_smbus_cmi_init+0x0/0xa returned 0 after 19 usecs [ 11.340614] calling i2c_ali1535_init+0x0/0x11 @ 1 [ 11.345434] initcall i2c_ali1535_init+0x0/0x11 returned 0 after 25 usecs [ 11.352133] calling i2c_ali15x3_init+0x0/0x11 @ 1 [ 11.356945] initcall i2c_ali15x3_init+0x0/0x11 returned 0 after 18 usecs [ 11.363642] calling amd756_init+0x0/0x11 @ 1 [ 11.368023] initcall amd756_init+0x0/0x11 returned 0 after 19 usecs [ 11.374284] calling nforce2_init+0x0/0x11 @ 1 [ 11.384788] i2c i2c-0: nForce2 SMBus adapter at 0x4c00 [ 11.394785] i2c i2c-1: nForce2 SMBus adapter at 0x4c40 [ 11.399933] initcall nforce2_init+0x0/0x11 returned 0 after 20704 usecs [ 11.406541] calling i2c_piix4_init+0x0/0x11 @ 1 [ 11.411184] initcall i2c_piix4_init+0x0/0x11 returned 0 after 21 usecs [ 11.417712] calling i2c_sis5595_init+0x0/0x11 @ 1 [ 11.422527] initcall i2c_sis5595_init+0x0/0x11 returned 0 after 18 usecs [ 11.429222] calling i2c_sis96x_init+0x0/0x11 @ 1 [ 11.433949] initcall i2c_sis96x_init+0x0/0x11 returned 0 after 19 usecs [ 11.440559] calling i2c_pca_pf_init+0x0/0xa @ 1 [ 11.445191] initcall i2c_pca_pf_init+0x0/0xa returned 0 after 12 usecs [ 11.451712] calling xiic_i2c_init+0x0/0xa @ 1 [ 11.456170] initcall xiic_i2c_init+0x0/0xa returned 0 after 9 usecs [ 11.462433] calling taos_init+0x0/0x11 @ 1 [ 11.466632] initcall taos_init+0x0/0x11 returned 0 after 10 usecs [ 11.472719] calling usb_i2c_tiny_usb_init+0x0/0x11 @ 1 [ 11.477958] usbcore: registered new interface driver i2c-tiny-usb [ 11.484048] initcall usb_i2c_tiny_usb_init+0x0/0x11 returned 0 after 5957 usecs [ 11.491354] calling scx200_acb_init+0x0/0x1eb @ 1 [ 11.496155] initcall scx200_acb_init+0x0/0x1eb returned -19 after 7 usecs [ 11.502942] calling test_power_init+0x0/0x54 @ 1 [ 11.507673] power_supply test_ac: uevent [ 11.511599] power_supply test_ac: POWER_SUPPLY_NAME=test_ac [ 11.517175] power_supply test_ac: prop ONLINE=1 [ 11.521708] power_supply test_ac: power_supply_changed [ 11.526875] power_supply test_battery: uevent [ 11.531237] power_supply test_battery: POWER_SUPPLY_NAME=test_battery [ 11.537678] power_supply test_battery: prop STATUS=Charging [ 11.543249] power_supply test_battery: prop CHARGE_TYPE=Fast [ 11.548910] power_supply test_battery: prop HEALTH=Good [ 11.554136] power_supply test_battery: prop TECHNOLOGY=Li-ion [ 11.559881] test_power_get_battery_property: some properties deliberately report errors. [ 11.567966] power_supply test_battery: driver failed to report `charge_full' property [ 11.575796] power_supply test_battery: power_supply_changed [ 11.581367] initcall test_power_init+0x0/0x54 returned 0 after 71990 usecs [ 11.588237] calling ds278x_init+0x0/0xc @ 1 [ 11.592525] initcall ds278x_init+0x0/0xc returned 0 after 12 usecs [ 11.598707] calling bq27x00_battery_init+0x0/0x22 @ 1 [ 11.603859] initcall bq27x00_battery_init+0x0/0x22 returned 0 after 10 usecs [ 11.610902] calling asb100_init+0x0/0xc @ 1 [ 11.615192] power_supply test_ac: power_supply_changed_work [ 11.620765] power_supply test_ac: power_supply_update_gen_leds 1 [ 11.626774] power_supply test_ac: uevent [ 11.630705] power_supply test_ac: POWER_SUPPLY_NAME=test_ac [ 11.636279] power_supply test_ac: prop ONLINE=1 [ 11.638103] initcall asb100_init+0x0/0xc returned 0 after 22388 usecs [ 11.638106] calling sensors_w83793_init+0x0/0xc @ 1 [ 11.652201] power_supply test_battery: power_supply_changed_work [ 11.658204] power_supply test_battery: power_supply_update_bat_leds 1 [ 11.664646] power_supply test_battery: uevent [ 11.669008] power_supply test_battery: POWER_SUPPLY_NAME=test_battery [ 11.675443] power_supply test_battery: prop STATUS=Charging [ 11.681015] power_supply test_battery: prop CHARGE_TYPE=Fast [ 11.686675] power_supply test_battery: prop HEALTH=Good [ 11.691901] power_supply test_battery: prop TECHNOLOGY=Li-ion [ 11.697645] test_power_get_battery_property: some properties deliberately report errors. [ 11.705732] power_supply test_battery: driver failed to report `charge_full' property [ 11.734763] initcall sensors_w83793_init+0x0/0xc returned 0 after 94385 usecs [ 11.741897] calling sensors_w83791d_init+0x0/0xc @ 1 [ 11.824755] initcall sensors_w83791d_init+0x0/0xc returned 0 after 75979 usecs [ 11.831969] calling ad7418_init+0x0/0xc @ 1 [ 11.836256] initcall ad7418_init+0x0/0xc returned 0 after 10 usecs [ 11.842429] calling sensors_adm1021_init+0x0/0xc @ 1 [ 12.014747] initcall sensors_adm1021_init+0x0/0xc returned 0 after 163340 usecs [ 12.022048] calling sensors_adm1029_init+0x0/0xc @ 1 [ 12.127944] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input1 [ 12.136410] evbug.c: Connected device: input1 (ImPS/2 Generic Wheel Mouse at isa0060/serio1/input0) [ 12.145464] initcall sensors_adm1029_init+0x0/0xc returned 0 after 115586 usecs [ 12.152767] calling sensors_adm1031_init+0x0/0xc @ 1 [ 12.194733] initcall sensors_adm1031_init+0x0/0xc returned 0 after 36044 usecs [ 12.201951] calling sensors_adm9240_init+0x0/0xc @ 1 [ 12.258062] initcall sensors_adm9240_init+0x0/0xc returned 0 after 49860 usecs [ 12.265278] calling sensors_ads7828_init+0x0/0x48 @ 1 [ 12.321391] initcall sensors_ads7828_init+0x0/0x48 returned 0 after 49777 usecs [ 12.328692] calling adt7462_init+0x0/0xc @ 1 [ 12.358054] initcall adt7462_init+0x0/0xc returned 0 after 24416 usecs [ 12.364580] calling adt7470_init+0x0/0xc @ 1 [ 12.408051] initcall adt7470_init+0x0/0xc returned 0 after 38192 usecs [ 12.414578] calling sensors_adt7475_init+0x0/0xc @ 1 [ 12.458048] initcall sensors_adt7475_init+0x0/0xc returned 0 after 37514 usecs [ 12.465271] calling applesmc_init+0x0/0x45a @ 1 [ 12.469899] applesmc: supported laptop not found! [ 12.474603] applesmc: driver init failed (ret=-19)! [ 12.479485] initcall applesmc_init+0x0/0x45a returned -19 after 9369 usecs [ 12.486356] calling sm_asc7621_init+0x0/0x6e @ 1 [ 12.528043] initcall sm_asc7621_init+0x0/0x6e returned 0 after 36112 usecs [ 12.534915] calling pkgtemp_init+0x0/0xe4 @ 1 [ 12.539365] initcall pkgtemp_init+0x0/0xe4 returned -19 after 1 usecs [ 12.545800] calling dme1737_init+0x0/0x149 @ 1 [ 12.588053] initcall dme1737_init+0x0/0x149 returned 0 after 36833 usecs [ 12.594750] calling ds1621_init+0x0/0xc @ 1 [ 12.704698] initcall ds1621_init+0x0/0xc returned 0 after 103196 usecs [ 12.711223] calling sensors_f75375_init+0x0/0xc @ 1 [ 12.741362] initcall sensors_f75375_init+0x0/0xc returned 0 after 24581 usecs [ 12.748498] calling g760a_init+0x0/0xc @ 1 [ 12.752697] initcall g760a_init+0x0/0xc returned 0 after 11 usecs [ 12.758784] calling sensors_gl518sm_init+0x0/0xc @ 1 [ 12.788025] initcall sensors_gl518sm_init+0x0/0xc returned 0 after 23618 usecs [ 12.795244] calling sensors_gl520sm_init+0x0/0xc @ 1 [ 12.824690] initcall sensors_gl520sm_init+0x0/0xc returned 0 after 23818 usecs [ 12.831905] calling hdaps_init+0x0/0x1b9 @ 1 [ 12.836274] hdaps: supported laptop not found! [ 12.840718] hdaps: driver init failed (ret=-19)! [ 12.845339] initcall hdaps_init+0x0/0x1b9 returned -19 after 8860 usecs [ 12.851952] calling i5k_amb_init+0x0/0x4e @ 1 [ 12.856446] initcall i5k_amb_init+0x0/0x4e returned 0 after 46 usecs [ 12.862802] calling sm_it87_init+0x0/0x384 @ 1 [ 12.867365] it87: Found IT8712F chip at 0x290, revision 7 [ 12.872764] it87: VID is disabled (pins used for GPIO) [ 12.877922] ACPI: resource it87 [io 0x0295-0x0296] conflicts with ACPI region HWRE [??? 0x00000295-0x00000296 flags 0x45] [ 12.888957] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 12.899133] initcall sm_it87_init+0x0/0x384 returned -16 after 31050 usecs [ 12.906006] initcall sm_it87_init+0x0/0x384 returned with error code -16 [ 12.912792] calling k8temp_init+0x0/0x11 @ 1 [ 12.917217] initcall k8temp_init+0x0/0x11 returned 0 after 63 usecs [ 12.923486] calling lis3lv02d_init_module+0x0/0x2a @ 1 [ 12.928730] lis3lv02d driver loaded. [ 12.932310] initcall lis3lv02d_init_module+0x0/0x2a returned 0 after 3511 usecs [ 12.939615] calling sensors_lm63_init+0x0/0xc @ 1 [ 12.981346] initcall sensors_lm63_init+0x0/0xc returned 0 after 36070 usecs [ 12.988303] calling sensors_lm73_init+0x0/0xc @ 1 [ 13.071339] initcall sensors_lm73_init+0x0/0xc returned 0 after 76407 usecs [ 13.078299] calling sm_lm78_init+0x0/0x334 @ 1 [ 13.187998] initcall sm_lm78_init+0x0/0x334 returned 0 after 102700 usecs [ 13.194787] calling sensors_lm80_init+0x0/0xc @ 1 [ 13.304657] initcall sensors_lm80_init+0x0/0xc returned 0 after 102612 usecs [ 13.311699] calling sm_lm85_init+0x0/0xc @ 1 [ 13.354654] initcall sm_lm85_init+0x0/0xc returned 0 after 37688 usecs [ 13.361179] calling sensors_lm87_init+0x0/0xc @ 1 [ 13.404650] initcall sensors_lm87_init+0x0/0xc returned 0 after 37769 usecs [ 13.411610] calling sensors_lm95241_init+0x0/0xc @ 1 [ 13.454646] initcall sensors_lm95241_init+0x0/0xc returned 0 after 37090 usecs [ 13.461867] calling ltc4215_init+0x0/0xc @ 1 [ 13.466240] initcall ltc4215_init+0x0/0xc returned 0 after 10 usecs [ 13.472503] calling ltc4245_init+0x0/0xc @ 1 [ 13.476872] initcall ltc4245_init+0x0/0xc returned 0 after 10 usecs [ 13.483135] calling sensors_max1619_init+0x0/0xc @ 1 [ 13.607970] initcall sensors_max1619_init+0x0/0xc returned 0 after 116972 usecs [ 13.615277] calling sensors_max6650_init+0x0/0xc @ 1 [ 13.671299] initcall sensors_max6650_init+0x0/0xc returned 0 after 49773 usecs [ 13.678517] calling pc87360_init+0x0/0x14f @ 1 [ 13.683063] pc87360: PC8736x not detected, module not inserted. [ 13.688979] initcall pc87360_init+0x0/0x14f returned -19 after 5788 usecs [ 13.695763] calling pc87427_init+0x0/0x169 @ 1 [ 13.700312] initcall pc87427_init+0x0/0x169 returned -19 after 14 usecs [ 13.706926] calling smm665_init+0x0/0xc @ 1 [ 13.711211] initcall smm665_init+0x0/0xc returned 0 after 10 usecs [ 13.717388] calling sm_smsc47m1_init+0x0/0x22c @ 1 [ 13.722276] initcall sm_smsc47m1_init+0x0/0x22c returned -19 after 7 usecs [ 13.729148] calling sm_thmc50_init+0x0/0xc @ 1 [ 13.771292] initcall sm_thmc50_init+0x0/0xc returned 0 after 36728 usecs [ 13.777993] calling tmp401_init+0x0/0xc @ 1 [ 13.794624] initcall tmp401_init+0x0/0xc returned 0 after 12067 usecs [ 13.801065] calling sm_via686a_init+0x0/0x11 @ 1 [ 13.805793] initcall sm_via686a_init+0x0/0x11 returned 0 after 21 usecs [ 13.812408] calling vt1211_init+0x0/0x136 @ 1 [ 13.816875] initcall vt1211_init+0x0/0x136 returned -19 after 17 usecs [ 13.823399] calling sensors_w83l785ts_init+0x0/0xc @ 1 [ 13.841287] initcall sensors_w83l785ts_init+0x0/0xc returned 0 after 12364 usecs [ 13.848680] calling sensors_w83l786ng_init+0x0/0xc @ 1 [ 13.877951] initcall sensors_w83l786ng_init+0x0/0xc returned 0 after 23479 usecs [ 13.885339] calling pcwd_init_module+0x0/0xf @ 1 [ 13.890111] pcwd: Port 0x0350 unavailable [ 13.894184] initcall pcwd_init_module+0x0/0xf returned -19 after 4040 usecs [ 13.901148] calling mixcomwd_init+0x0/0xec @ 1 [ 13.905729] mixcomwd: No card detected, or port not available. [ 13.911566] initcall mixcomwd_init+0x0/0xec returned -19 after 5747 usecs [ 13.918350] calling wdtpci_init+0x0/0x11 @ 1 [ 13.922731] initcall wdtpci_init+0x0/0x11 returned 0 after 19 usecs [ 13.928993] calling acq_init+0x0/0x52 @ 1 [ 13.933091] WDT driver for Acquire single board computer initialising. [ 13.939654] acquirewdt: I/O address 0x0043 already in use [ 13.945052] acquirewdt: probe of acquirewdt failed with error -5 [ 13.951059] initcall acq_init+0x0/0x52 returned 0 after 17545 usecs [ 13.957323] calling advwdt_init+0x0/0x52 @ 1 [ 13.961682] WDT driver for Advantech single board computer initialising. [ 13.968441] advantechwdt: initialized. timeout=60 sec (nowayout=1) [ 13.974625] initcall advwdt_init+0x0/0x52 returned 0 after 12637 usecs [ 13.981149] calling alim7101_wdt_init+0x0/0x16c @ 1 [ 13.986115] alim7101_wdt: Steve Hill <steve@navaho.co.uk>. [ 13.991600] alim7101_wdt: ALi M7101 PMU not present - WDT not set [ 13.997695] initcall alim7101_wdt_init+0x0/0x16c returned -16 after 11306 usecs [ 14.004999] initcall alim7101_wdt_init+0x0/0x16c returned with error code -16 [ 14.012219] calling sc520_wdt_init+0x0/0xca @ 1 [ 14.016849] sc520_wdt: cannot register miscdev on minor=130 (err=-16) [ 14.023291] initcall sc520_wdt_init+0x0/0xca returned -16 after 6300 usecs [ 14.030159] initcall sc520_wdt_init+0x0/0xca returned with error code -16 [ 14.037032] calling ibwdt_init+0x0/0x52 @ 1 [ 14.041303] ib700wdt: WDT driver for IB700 single board computer initialising. [ 14.048560] ib700wdt: START method I/O 443 is not available. [ 14.054218] ib700wdt: probe of ib700wdt failed with error -5 [ 14.059878] initcall ibwdt_init+0x0/0x52 returned 0 after 18138 usecs [ 14.066316] calling wafwdt_init+0x0/0x13b @ 1 [ 14.070761] WDT driver for Wafer 5823 single board computer initialising. [ 14.077547] Wafer 5823 WDT: I/O address 0x0443 already in use [ 14.083296] initcall wafwdt_init+0x0/0x13b returned -5 after 12239 usecs [ 14.089994] initcall wafwdt_init+0x0/0x13b returned with error code -5 [ 14.096605] calling hpwdt_init+0x0/0x11 @ 1 [ 14.100902] initcall hpwdt_init+0x0/0x11 returned 0 after 20 usecs [ 14.107084] calling pc87413_init+0x0/0x78 @ 1 [ 14.111531] pc87413 WDT: Version 1.1 at io 0x2E [ 14.116062] pc87413 WDT: cannot register miscdev on minor=130 (err=-16) [ 14.122677] initcall pc87413_init+0x0/0x78 returned -16 after 10882 usecs [ 14.129461] initcall pc87413_init+0x0/0x78 returned with error code -16 [ 14.136162] calling sbc7240_wdt_init+0x0/0xf0 @ 1 [ 14.140953] sbc7240_wdt: I/O address 0x0443 already in use [ 14.146440] initcall sbc7240_wdt_init+0x0/0xf0 returned -5 after 5357 usecs [ 14.153400] initcall sbc7240_wdt_init+0x0/0xf0 returned with error code -5 [ 14.160358] calling wb_smsc_wdt_init+0x0/0x188 @ 1 [ 14.165238] SMsC 37B787 watchdog component driver 1.1 initialising... [ 14.172699] smsc37b787_wdt: Unable to register miscdev on minor 130 [ 14.178969] initcall wb_smsc_wdt_init+0x0/0x188 returned -16 after 13406 usecs [ 14.186185] initcall wb_smsc_wdt_init+0x0/0x188 returned with error code -16 [ 14.193317] calling wdt_init+0x0/0x1b4 @ 1 [ 14.197503] WDT driver for the Winbond(TM) W83627HF/THF/HG Super I/O chip initialising. [ 14.205534] w83627hf/thf/hg WDT: Watchdog already running. Resetting timeout to 60 sec [ 14.213478] w83627hf/thf/hg WDT: cannot register miscdev on minor=130 (err=-16) [ 14.220784] initcall wdt_init+0x0/0x1b4 returned -16 after 22733 usecs [ 14.227308] initcall wdt_init+0x0/0x1b4 returned with error code -16 [ 14.233747] calling zf_init+0x0/0x13c @ 1 [ 14.237846] machzwd: MachZ ZF-Logic Watchdog driver initializing. [ 14.243940] machzwd: no ZF-Logic found [ 14.247695] initcall zf_init+0x0/0x13c returned -19 after 9616 usecs [ 14.254044] calling watchdog_init+0x0/0x9a @ 1 [ 14.258578] epx_c3: cannot register miscdev on minor=130 (err=-16) [ 14.264760] initcall watchdog_init+0x0/0x9a returned -16 after 6036 usecs [ 14.271543] initcall watchdog_init+0x0/0x9a returned with error code -16 [ 14.278328] calling watchdog_init+0x0/0x9a @ 1 [ 14.282862] SoftDog: cannot register miscdev on minor=130 (err=-16) [ 14.289129] initcall watchdog_init+0x0/0x9a returned -16 after 6118 usecs [ 14.295914] initcall watchdog_init+0x0/0x9a returned with error code -16 [ 14.302700] calling telephony_init+0x0/0x44 @ 1 [ 14.307320] Linux telephony interface: v1.00 [ 14.311595] initcall telephony_init+0x0/0x44 returned 0 after 4173 usecs [ 14.318290] calling init+0x0/0x1c0 @ 1 [ 14.322150] lguest: mapped switcher at ffc00000 [ 14.326722] initcall init+0x0/0x1c0 returned 0 after 4482 usecs [ 14.332643] calling init_ladder+0x0/0xa @ 1 [ 14.336915] cpuidle: using governor ladder [ 14.341016] initcall init_ladder+0x0/0xa returned 0 after 4003 usecs [ 14.347367] calling bd2802_init+0x0/0xc @ 1 [ 14.351655] initcall bd2802_init+0x0/0xc returned 0 after 12 usecs [ 14.357838] calling alix_led_init+0x0/0x14f @ 1 [ 14.368135] initcall alix_led_init+0x0/0x14f returned -19 after 5543 usecs [ 14.375005] calling pca9532_init+0x0/0xc @ 1 [ 14.379379] initcall pca9532_init+0x0/0xc returned 0 after 11 usecs [ 14.385649] calling dell_led_init+0x0/0x36 @ 1 [ 14.390186] initcall dell_led_init+0x0/0x36 returned -19 after 2 usecs [ 14.396706] calling heartbeat_trig_init+0x0/0xa @ 1 [ 14.401677] initcall heartbeat_trig_init+0x0/0xa returned 0 after 1 usecs [ 14.408458] calling bl_trig_init+0x0/0xa @ 1 [ 14.412821] initcall bl_trig_init+0x0/0xa returned 0 after 1 usecs [ 14.418997] calling efivars_init+0x0/0x1ac @ 1 [ 14.423534] initcall efivars_init+0x0/0x1ac returned -19 after 1 usecs [ 14.430057] calling dcdrbu_init+0x0/0x107 @ 1 [ 14.434531] initcall dcdrbu_init+0x0/0x107 returned 0 after 27 usecs [ 14.440881] calling ibft_init+0x0/0x2e6 @ 1 [ 14.445153] No iBFT detected. [ 14.448127] initcall ibft_init+0x0/0x2e6 returned 0 after 2902 usecs [ 14.454479] calling pch_dma_init+0x0/0x11 @ 1 [ 14.458951] initcall pch_dma_init+0x0/0x11 returned 0 after 22 usecs [ 14.465304] calling eeepc_laptop_init+0x0/0x49 @ 1 [ 14.470232] initcall eeepc_laptop_init+0x0/0x49 returned -19 after 44 usecs [ 14.477195] calling eeepc_wmi_init+0x0/0x10e @ 1 [ 14.481900] eeepc_wmi: No known WMI GUID found [ 14.486349] initcall eeepc_wmi_init+0x0/0x10e returned -19 after 4343 usecs [ 14.493306] calling msi_init+0x0/0x378 @ 1 [ 14.497563] msi-laptop: driver 0.5 successfully loaded. [ 14.502789] initcall msi_init+0x0/0x378 returned 0 after 5171 usecs [ 14.509054] calling cmpc_init+0x0/0x63 @ 1 [ 14.513305] initcall cmpc_init+0x0/0x63 returned 0 after 62 usecs [ 14.519402] calling compal_init+0x0/0x18f @ 1 [ 14.523850] compal-laptop: Motherboard not recognized (You could try the module's force-parameter) [ 14.532629] initcall compal_init+0x0/0x18f returned -19 after 8574 usecs [ 14.539517] calling acer_wmi_init+0x0/0x467 @ 1 [ 14.544136] acer-wmi: Acer Laptop ACPI-WMI Extras [ 14.548849] acer-wmi: No or unsupported WMI interface, unable to load [ 14.555291] initcall acer_wmi_init+0x0/0x467 returned -19 after 10891 usecs [ 14.562249] calling hp_wmi_init+0x0/0x1cc @ 1 [ 14.566699] initcall hp_wmi_init+0x0/0x1cc returned -19 after 2 usecs [ 14.573135] calling sony_laptop_init+0x0/0x71 @ 1 [ 14.577947] initcall sony_laptop_init+0x0/0x71 returned 0 after 18 usecs [ 14.584645] calling ideapad_acpi_module_init+0x0/0xd @ 1 [ 14.590061] initcall ideapad_acpi_module_init+0x0/0xd returned 0 after 16 usecs [ 14.597366] calling fujitsu_init+0x0/0x218 @ 1 [ 14.601997] fujitsu-laptop: driver 0.6.0 successfully loaded. [ 14.607742] initcall fujitsu_init+0x0/0x218 returned 0 after 5704 usecs [ 14.614353] calling acpi_pcc_init+0x0/0x21 @ 1 [ 14.618909] initcall acpi_pcc_init+0x0/0x21 returned 0 after 21 usecs [ 14.625351] calling asus_acpi_init+0x0/0xcd @ 1 [ 14.630000] initcall asus_acpi_init+0x0/0xcd returned -19 after 27 usecs [ 14.636697] calling topstar_laptop_init+0x0/0x1c @ 1 [ 14.641765] Topstar Laptop ACPI extras driver loaded [ 14.646733] initcall topstar_laptop_init+0x0/0x1c returned 0 after 4865 usecs [ 14.653865] calling toshiba_acpi_init+0x0/0x344 @ 1 [ 14.658844] initcall toshiba_acpi_init+0x0/0x344 returned -19 after 11 usecs [ 14.665895] calling toshiba_bt_rfkill_init+0x0/0x16 @ 1 [ 14.671232] initcall toshiba_bt_rfkill_init+0x0/0x16 returned 0 after 22 usecs [ 14.678451] calling flow_cache_init_global+0x0/0x134 @ 1 [ 14.683892] initcall flow_cache_init_global+0x0/0x134 returned 0 after 37 usecs [ 14.691201] calling pg_init+0x0/0x262 @ 1 [ 14.695301] pktgen: Packet Generator for packet performance testing. Version: 2.74 [ 14.702944] initcall pg_init+0x0/0x262 returned 0 after 7462 usecs [ 14.709122] calling llc_init+0x0/0x17 @ 1 [ 14.713225] initcall llc_init+0x0/0x17 returned 0 after 2 usecs [ 14.719140] calling snap_init+0x0/0x2d @ 1 [ 14.723331] initcall snap_init+0x0/0x2d returned 0 after 2 usecs [ 14.729334] calling nfnetlink_init+0x0/0x1b @ 1 [ 14.733952] Netfilter messages via NETLINK v0.30. [ 14.738668] initcall nfnetlink_init+0x0/0x1b returned 0 after 4603 usecs [ 14.745366] calling nfnetlink_log_init+0x0/0xad @ 1 [ 14.750344] initcall nfnetlink_log_init+0x0/0xad returned 0 after 9 usecs [ 14.757127] calling xt_init+0x0/0xd4 @ 1 [ 14.761145] initcall xt_init+0x0/0xd4 returned 0 after 2 usecs [ 14.766974] calling tcpudp_mt_init+0x0/0xf @ 1 [ 14.771510] initcall tcpudp_mt_init+0x0/0xf returned 0 after 2 usecs [ 14.777859] calling policy_mt_init+0x0/0xf @ 1 [ 14.782395] initcall policy_mt_init+0x0/0xf returned 0 after 1 usecs [ 14.788743] calling sysctl_ipv4_init+0x0/0x6d @ 1 [ 14.793795] initcall sysctl_ipv4_init+0x0/0x6d returned 0 after 251 usecs [ 14.800583] calling ipip_init+0x0/0x4a @ 1 [ 14.804770] IPv4 over IPv4 tunneling driver [ 14.809233] initcall ipip_init+0x0/0x4a returned 0 after 4356 usecs [ 14.815498] calling ipgre_init+0x0/0x85 @ 1 [ 14.819769] GRE over IPv4 tunneling driver [ 14.824138] initcall ipgre_init+0x0/0x85 returned 0 after 4264 usecs [ 14.830491] calling init_syncookies+0x0/0x12 @ 1 [ 14.835236] initcall init_syncookies+0x0/0x12 returned 0 after 35 usecs [ 14.841844] calling ah4_init+0x0/0x5b @ 1 [ 14.845947] initcall ah4_init+0x0/0x5b returned 0 after 2 usecs [ 14.851863] calling tunnel4_init+0x0/0x28 @ 1 [ 14.856311] initcall tunnel4_init+0x0/0x28 returned 0 after 1 usecs [ 14.862577] calling xfrm4_transport_init+0x0/0xf @ 1 [ 14.867631] initcall xfrm4_transport_init+0x0/0xf returned 0 after 1 usecs [ 14.874500] calling ipv4_netfilter_init+0x0/0xa @ 1 [ 14.879470] initcall ipv4_netfilter_init+0x0/0xa returned 0 after 1 usecs [ 14.886251] calling inet_diag_init+0x0/0x96 @ 1 [ 14.890878] initcall inet_diag_init+0x0/0x96 returned 0 after 4 usecs [ 14.897321] calling tcp_diag_init+0x0/0xa @ 1 [ 14.901770] initcall tcp_diag_init+0x0/0xa returned 0 after 1 usecs [ 14.908031] calling tcp_vegas_register+0x0/0xd @ 1 [ 14.912911] TCP vegas registered [ 14.916144] initcall tcp_vegas_register+0x0/0xd returned 0 after 3157 usecs [ 14.923104] calling tcp_scalable_register+0x0/0xa @ 1 [ 14.928243] TCP scalable registered [ 14.931736] initcall tcp_scalable_register+0x0/0xa returned 0 after 3410 usecs [ 14.938955] calling tcp_yeah_register+0x0/0xd @ 1 [ 14.943747] TCP yeah registered [ 14.946895] initcall tcp_yeah_register+0x0/0xd returned 0 after 3072 usecs [ 14.953766] calling packet_init+0x0/0x35 @ 1 [ 14.958127] NET: Registered protocol family 17 [ 14.962576] initcall packet_init+0x0/0x35 returned 0 after 4344 usecs [ 14.969011] calling ipx_init+0x0/0xcc @ 1 [ 14.973121] NET: Registered protocol family 4 [ 14.981218] initcall ipx_init+0x0/0xcc returned 0 after 7916 usecs [ 14.987392] calling lapb_init+0x0/0x3 @ 1 [ 14.991495] initcall lapb_init+0x0/0x3 returned 0 after 1 usecs [ 14.997411] calling can_init+0x0/0xba @ 1 [ 15.001510] can: controller area network core (rev 20090105 abi 8) [ 15.007714] NET: Registered protocol family 29 [ 15.012164] initcall can_init+0x0/0xba returned 0 after 10402 usecs [ 15.018427] calling raw_module_init+0x0/0x2b @ 1 [ 15.023134] can: raw protocol (rev 20090105) [ 15.027407] initcall raw_module_init+0x0/0x2b returned 0 after 4171 usecs [ 15.034192] calling irlan_init+0x0/0x270 @ 1 [ 15.038861] initcall irlan_init+0x0/0x270 returned 0 after 300 usecs [ 15.045217] calling init_rpcsec_gss+0x0/0x3b @ 1 [ 15.049934] initcall init_rpcsec_gss+0x0/0x3b returned 0 after 9 usecs [ 15.056457] calling init_kerberos_module+0x0/0x20 @ 1 [ 15.061602] initcall init_kerberos_module+0x0/0x20 returned 0 after 4 usecs [ 15.068564] calling init_spkm3_module+0x0/0x20 @ 1 [ 15.073448] initcall init_spkm3_module+0x0/0x20 returned 0 after 3 usecs [ 15.080143] calling af_rxrpc_init+0x0/0x164 @ 1 [ 15.084827] NET: Registered protocol family 33 [ 15.089278] initcall af_rxrpc_init+0x0/0x164 returned 0 after 4408 usecs [ 15.095975] calling rxkad_init+0x0/0x2b @ 1 [ 15.100341] RxRPC: Registered security type 2 'rxkad' [ 15.105391] initcall rxkad_init+0x0/0x2b returned 0 after 5017 usecs [ 15.111741] calling econet_proto_init+0x0/0x174 @ 1 [ 15.116709] NET: Registered protocol family 19 [ 15.121164] initcall econet_proto_init+0x0/0x174 returned 0 after 4349 usecs [ 15.128209] calling lib80211_init+0x0/0x15 @ 1 [ 15.132741] lib80211: common routines for IEEE802.11 drivers [ 15.138401] lib80211_crypt: registered algorithm 'NULL' [ 15.143628] initcall lib80211_init+0x0/0x15 returned 0 after 10630 usecs [ 15.150325] calling tipc_init+0x0/0x98 @ 1 [ 15.154511] TIPC: Activated (version 2.0.0 compiled Oct 23 2010 23:03:03) [ 15.161405] NET: Registered protocol family 30 [ 15.165847] TIPC: Started in single node mode [ 15.170209] initcall tipc_init+0x0/0x98 returned 0 after 15328 usecs [ 15.176559] calling init_dns_resolver+0x0/0xd8 @ 1 [ 15.181440] Registering the dns_resolver key type [ 15.186158] initcall init_dns_resolver+0x0/0xd8 returned 0 after 4606 usecs [ 15.193113] calling init_ceph_lib+0x0/0x41 @ 1 [ 15.197679] libceph: loaded (mon/osd proto 15/24, osdmap 5/5 5/5) [ 15.203777] initcall init_ceph_lib+0x0/0x41 returned 0 after 5985 usecs [ 15.210389] calling hpet_insert_resource+0x0/0x1a @ 1 [ 15.215530] initcall hpet_insert_resource+0x0/0x1a returned 1 after 2 usecs [ 15.222492] initcall hpet_insert_resource+0x0/0x1a returned with error code 1 [ 15.229711] calling update_mp_table+0x0/0x558 @ 1 [ 15.234507] initcall update_mp_table+0x0/0x558 returned 0 after 1 usecs [ 15.241116] calling lapic_insert_resource+0x0/0x31 @ 1 [ 15.246349] initcall lapic_insert_resource+0x0/0x31 returned 0 after 2 usecs [ 15.253399] calling print_ipi_mode+0x0/0x23 @ 1 [ 15.258018] Using IPI No-Shortcut mode [ 15.261773] initcall print_ipi_mode+0x0/0x23 returned 0 after 3666 usecs [ 15.268470] calling init_lapic_nmi_sysfs+0x0/0x2d @ 1 [ 15.273615] initcall init_lapic_nmi_sysfs+0x0/0x2d returned 0 after 2 usecs [ 15.280575] calling io_apic_bug_finalize+0x0/0x16 @ 1 [ 15.285722] initcall io_apic_bug_finalize+0x0/0x16 returned 0 after 2 usecs [ 15.292684] calling check_early_ioremap_leak+0x0/0x58 @ 1 [ 15.298175] initcall check_early_ioremap_leak+0x0/0x58 returned 0 after 2 usecs [ 15.305475] calling pat_memtype_list_init+0x0/0x2a @ 1 [ 15.310713] initcall pat_memtype_list_init+0x0/0x2a returned 0 after 7 usecs [ 15.317756] calling init_oops_id+0x0/0x36 @ 1 [ 15.322212] initcall init_oops_id+0x0/0x36 returned 0 after 7 usecs [ 15.328476] calling printk_late_init+0x0/0x3e @ 1 [ 15.333277] initcall printk_late_init+0x0/0x3e returned 0 after 3 usecs [ 15.339890] calling pm_qos_power_init+0x0/0xa8 @ 1 [ 15.344861] initcall pm_qos_power_init+0x0/0xa8 returned 0 after 85 usecs [ 15.351644] calling taskstats_init+0x0/0x76 @ 1 [ 15.356269] registered taskstats version 1 [ 15.360373] initcall taskstats_init+0x0/0x76 returned 0 after 4011 usecs [ 15.367069] calling clear_boot_tracer+0x0/0x23 @ 1 [ 15.371952] initcall clear_boot_tracer+0x0/0x23 returned 0 after 1 usecs [ 15.378648] calling event_trace_self_tests_init+0x0/0x261 @ 1 [ 15.384483] Running tests on trace events: [ 15.388580] Testing event kfree_skb: [ 15.392381] BUG: unable to handle kernel NULL pointer dereference at (null) [ 15.395408] IP: [<(null)>] (null) [ 15.395408] *pde = 00000000 [ 15.395408] Oops: 0000 [#1] SMP [ 15.395408] last sysfs file: [ 15.395408] [ 15.395408] Pid: 2, comm: kthreadd Not tainted 2.6.36-tip-03573-g1128a72-dirty #51926 A8N-E/System Product Name [ 15.395408] EIP: 0060:[<00000000>] EFLAGS: 00010086 CPU: 0 [ 15.395408] EIP is at 0x0 [ 15.395408] EAX: c1049bb5 EBX: 00000286 ECX: 00000000 EDX: 00000000 [ 15.395408] ESI: 00000000 EDI: f5cd96e0 EBP: 00000063 ESP: f6449f24 [ 15.395408] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 [ 15.395408] Process kthreadd (pid: 2, ti=f6448000 task=f64443d0 task.ti=f6448000) [ 15.395408] Stack: [ 15.395408] c104d4e6 00800711 00000000 00000000 00000000 00000001 f6a09b00 f64443d0 [ 15.395408] c188a238 c1dffb00 c1f1f200 00000000 c1049c53 b3420a74 00800711 c1061a4b [ 15.395408] f6449fc0 f6449f7c c102ea40 00000000 00000000 00000000 00000000 00000000 [ 15.395408] Call Trace: [ 15.395408] [<c104d4e6>] ? do_fork+0x205/0x2aa [ 15.395408] [<c1049c53>] ? dequeue_task+0x97/0xa6 [ 15.395408] [<c1061a4b>] ? kthread+0x0/0x68 [ 15.395408] [<c102ea40>] ? kernel_thread+0x77/0x7f [ 15.395408] [<c1061a4b>] ? kthread+0x0/0x68 [ 15.395408] [<c10299c0>] ? kernel_thread_helper+0x0/0x10 [ 15.395408] [<c1061b40>] ? kthreadd+0x8d/0xbf [ 15.395408] [<c1061ab3>] ? kthreadd+0x0/0xbf [ 15.395408] [<c10299c6>] ? kernel_thread_helper+0x6/0x10 [ 15.395408] Code: Bad EIP value. [ 15.395408] EIP: [<00000000>] 0x0 SS:ESP 0068:f6449f24 [ 15.395408] CR2: 0000000000000000 [ 15.395408] ---[ end trace 105d75af79111d22 ]--- [ 15.395408] Kernel panic - not syncing: Fatal exception [ 15.395408] Pid: 2, comm: kthreadd Tainted: G D 2.6.36-tip-03573-g1128a72-dirty #51926 [ 15.395408] Call Trace: [ 15.395408] [<c1879e2d>] ? panic+0x4d/0x135 [ 15.395408] [<c102bc7c>] ? oops_end+0x6b/0x75 [ 15.395408] [<c103f3cc>] ? no_context+0x10d/0x117 [ 15.395408] [<c103f4ec>] ? bad_area_nosemaphore+0xa/0xc [ 15.395408] [<c103f750>] ? do_page_fault+0x128/0x2a5 [ 15.395408] [<c1328ed0>] ? trace_hardirqs_off_thunk+0xc/0x10 [ 15.395408] [<c103f628>] ? do_page_fault+0x0/0x2a5 [ 15.395408] [<c103f628>] ? do_page_fault+0x0/0x2a5 [ 15.395408] [<c187c12c>] ? error_code+0x6c/0x80 [ 15.395408] [<c1049bb5>] ? wake_up_new_task+0xa3/0xaa [ 15.395408] [<c104d4e6>] ? do_fork+0x205/0x2aa [ 15.395408] [<c1049c53>] ? dequeue_task+0x97/0xa6 [ 15.395408] [<c1061a4b>] ? kthread+0x0/0x68 [ 15.395408] [<c102ea40>] ? kernel_thread+0x77/0x7f [ 15.395408] [<c1061a4b>] ? kthread+0x0/0x68 [ 15.395408] [<c10299c0>] ? kernel_thread_helper+0x0/0x10 [ 15.395408] [<c1061b40>] ? kthreadd+0x8d/0xbf [ 15.395408] [<c1061ab3>] ? kthreadd+0x0/0xbf [ 15.395408] [<c10299c6>] ? kernel_thread_helper+0x6/0x10 ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-23 20:02 ` Ingo Molnar @ 2010-10-24 0:53 ` Steven Rostedt 2010-10-24 11:25 ` Ingo Molnar 2010-10-25 15:55 ` [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c Jason Baron 1 sibling, 1 reply; 50+ messages in thread From: Steven Rostedt @ 2010-10-24 0:53 UTC (permalink / raw) To: Ingo Molnar Cc: Jason Baron, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo, masami.hiramatsu.pt On Sat, 2010-10-23 at 22:02 +0200, Ingo Molnar wrote: > * Jason Baron <jbaron@redhat.com> wrote: > > > > Not the same config, and it's very spurious - i.e. a slightly different -tip > > > version with the same config will boot fine. (this suggests some race) > > > > if possible, can you post that .config? > > I just reproduced it again with tip-1128a72 - config and full bootlog attached. > > The crash picture tends to vary - sometimes it crashes in fork, sometimes in the > timer interrupt. Here's the current one: > > [ 15.384483] Running tests on trace events: > [ 15.388580] Testing event kfree_skb: > [ 15.392381] BUG: unable to handle kernel NULL pointer dereference at (null) > [ 15.395408] IP: [<(null)>] (null) Interesting, the jump was to NULL. I'm thinking it hit a trace point and jumped to a NULL address. I guess there's some strange race here. Is a cache flush missing somewhere. I'll look more into this on Monday. -- Steve > [ 15.395408] *pde = 00000000 > [ 15.395408] Oops: 0000 [#1] SMP > [ 15.395408] last sysfs file: > [ 15.395408] > [ 15.395408] Pid: 2, comm: kthreadd Not tainted 2.6.36-tip-03573-g1128a72-dirty #51926 A8N-E/System Product Name > [ 15.395408] EIP: 0060:[<00000000>] EFLAGS: 00010086 CPU: 0 > [ 15.395408] EIP is at 0x0 > [ 15.395408] EAX: c1049bb5 EBX: 00000286 ECX: 00000000 EDX: 00000000 > [ 15.395408] ESI: 00000000 EDI: f5cd96e0 EBP: 00000063 ESP: f6449f24 > [ 15.395408] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 > [ 15.395408] Process kthreadd (pid: 2, ti=f6448000 task=f64443d0 task.ti=f6448000) > [ 15.395408] Stack: > [ 15.395408] c104d4e6 00800711 00000000 00000000 00000000 00000001 f6a09b00 f64443d0 > [ 15.395408] c188a238 c1dffb00 c1f1f200 00000000 c1049c53 b3420a74 00800711 c1061a4b > [ 15.395408] f6449fc0 f6449f7c c102ea40 00000000 00000000 00000000 00000000 00000000 > [ 15.395408] Call Trace: > [ 15.395408] [<c104d4e6>] ? do_fork+0x205/0x2aa > [ 15.395408] [<c1049c53>] ? dequeue_task+0x97/0xa6 > [ 15.395408] [<c1061a4b>] ? kthread+0x0/0x68 > [ 15.395408] [<c102ea40>] ? kernel_thread+0x77/0x7f > [ 15.395408] [<c1061a4b>] ? kthread+0x0/0x68 > [ 15.395408] [<c10299c0>] ? kernel_thread_helper+0x0/0x10 > [ 15.395408] [<c1061b40>] ? kthreadd+0x8d/0xbf > [ 15.395408] [<c1061ab3>] ? kthreadd+0x0/0xbf > [ 15.395408] [<c10299c6>] ? kernel_thread_helper+0x6/0x10 > [ 15.395408] Code: Bad EIP value. > [ 15.395408] EIP: [<00000000>] 0x0 SS:ESP 0068:f6449f24 > [ 15.395408] CR2: 0000000000000000 > [ 15.395408] ---[ end trace 105d75af79111d22 ]--- > > (One possibility would be kernel text corruption perhaps.) > > Thanks, > > Ingo ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-24 0:53 ` Steven Rostedt @ 2010-10-24 11:25 ` Ingo Molnar 2010-10-25 8:59 ` Ingo Molnar 0 siblings, 1 reply; 50+ messages in thread From: Ingo Molnar @ 2010-10-24 11:25 UTC (permalink / raw) To: Steven Rostedt Cc: Jason Baron, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo, masami.hiramatsu.pt * Steven Rostedt <rostedt@goodmis.org> wrote: > On Sat, 2010-10-23 at 22:02 +0200, Ingo Molnar wrote: > > * Jason Baron <jbaron@redhat.com> wrote: > > > > > > Not the same config, and it's very spurious - i.e. a slightly different -tip > > > > version with the same config will boot fine. (this suggests some race) > > > > > > if possible, can you post that .config? > > > > I just reproduced it again with tip-1128a72 - config and full bootlog attached. > > > > The crash picture tends to vary - sometimes it crashes in fork, sometimes in the > > timer interrupt. Here's the current one: > > > > [ 15.384483] Running tests on trace events: > > [ 15.388580] Testing event kfree_skb: > > [ 15.392381] BUG: unable to handle kernel NULL pointer dereference at (null) > > [ 15.395408] IP: [<(null)>] (null) > > Interesting, the jump was to NULL. I'm thinking it hit a trace point and > jumped to a NULL address. I guess there's some strange race here. Is a > cache flush missing somewhere. I'll look more into this on Monday. NULL wasnt the only crash i've seen in the past though, here's an older one: [ 4.983527] Running tests on all trace events: [ 4.988002] Testing all events: [ 5.001006] BUG: unable to handle kernel paging request at 7d693ae5 [ 5.001999] IP: [<bf206c23>] 0xbf206c23 [ 5.001999] *pde = 00000000 [ 5.001999] Oops: 0002 [#1] SMP [ 5.001999] last sysfs file: [ 5.001999] Modules linked in: [ 5.001999] [ 5.001999] Pid: 0, comm: kworker/0:0 Not tainted 2.6.36-rc7-tip+ #48497 / [ 5.001999] EIP: 0060:[<bf206c23>] EFLAGS: 00010082 CPU: 1 [ 5.001999] EIP is at 0xbf206c23 [ 5.001999] EAX: bf206c25 EBX: 25a98103 ECX: 0001ba00 EDX: 00000000 [ 5.001999] ESI: be48cec0 EDI: 813cba88 EBP: bf206c00 ESP: bec89ee0 [ 5.001999] DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068 Another one was: [ 6.980461] Testing event hrtimer_expire_entry: [ 7.000007] BUG: unable to handle kernel paging request at a0fe7dfc [ 7.004000] IP: [<c101b631>] __ticket_spin_lock+0x5/0x15 [ 7.004000] *pde = 00000000 [ 7.004000] Oops: 0002 [#1] SMP [ 7.004000] last sysfs file: [ 7.004000] Modules linked in: [ 7.004000] [ 7.004000] Pid: 0, comm: kworker/0:0 Not tainted 2.6.36-rc7-tip-01858-g336fdd2-dirty #48488 A8N-E/System Product Name [ 7.004000] EIP: 0060:[<c101b631>] EFLAGS: 00010002 CPU: 1 [ 7.004000] EIP is at __ticket_spin_lock+0x5/0x15 [ 7.004000] Call Trace: [ 7.004000] [<c127e84c>] ? _raw_spin_lock+0x5/0x7 [ 7.004000] [<c1044699>] ? hrtimer_run_queues+0x1af/0x1fd [ 7.004000] [<c1036da9>] ? run_local_timers+0x5/0xf [ 7.004000] [<c1036dd4>] ? update_process_times+0x21/0x43 [ 7.004000] [<c104be84>] ? tick_handle_periodic+0x14/0x68 [ 7.004000] [<c1015c84>] ? smp_apic_timer_interrupt+0x66/0x75 [ 7.004000] [<c127f0ff>] ? apic_timer_interrupt+0x2f/0x34 [ 7.004000] [<c101afc4>] ? native_safe_halt+0x2/0x3 [ 7.004000] [<c10081c8>] ? default_idle+0x66/0x91 [ 7.004000] [<c1001901>] ? cpu_idle+0x53/0x9a so i'd suggest to not limit things to a NULL overwrite alone. Thanks, Ingo ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-24 11:25 ` Ingo Molnar @ 2010-10-25 8:59 ` Ingo Molnar 2010-10-25 9:30 ` Ingo Molnar 0 siblings, 1 reply; 50+ messages in thread From: Ingo Molnar @ 2010-10-25 8:59 UTC (permalink / raw) To: Steven Rostedt Cc: Jason Baron, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo, masami.hiramatsu.pt [-- Attachment #1: Type: text/plain, Size: 2062 bytes --] * Ingo Molnar <mingo@elte.hu> wrote: > > Interesting, the jump was to NULL. I'm thinking it hit a trace point and jumped > > to a NULL address. I guess there's some strange race here. Is a cache flush > > missing somewhere. I'll look more into this on Monday. > > NULL wasnt the only crash i've seen in the past though, here's an older one: here's another crash: Testing event wbc_balance_dirty_written: OK Testing event wbc_balance_dirty_wait: OK Testing event wbc_writepage: PPS event at 4294897530 OK Testing event kmalloc: OK Testing event kmem_cache_alloc: OK Testing event kmalloc_node: OK Testing event kmem_cache_alloc_node: BUG: unable to handle kernel paging request at ffffffff IP: [<96c35f7c>] 0x96c35f7c *pde = 01b29067 *pte = 00000000 Oops: 0002 [#1] SMP last sysfs file: Pid: 2, comm: kthreadd Not tainted 2.6.36-tip+ #52247 / EIP: 0060:[<96c35f7c>] EFLAGS: 00010282 CPU: 1 EAX: ffffffff EBX: 7902361a ECX: 00000000 EDX: 00000000 ESI: 96c35f7c EDI: fffffff4 EBP: 96c09c00 ESP: 96c35ee4 DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 Process kthreadd (pid: 2, ti=96c34000 task=96c09c00 task.ti=96c34000) Stack: 7902361a 7903b153 00800711 96c09c00 97209940 00000000 96c35f7c 7901ca8e 96c35f7c 00000000 00000000 96c35f7c 790242e2 00000000 00000000 00000000 00000000 00800711 00000000 00000000 00000000 96c35f60 79020547 97209940 Call Trace: [<7902361a>] ? 0x7902361a [<7903b153>] ? 0x7903b153 [<7901ca8e>] ? 0x7901ca8e [<790242e2>] ? 0x790242e2 [<79020547>] ? 0x79020547 [<79036c86>] ? 0x79036c86 [<79007c1a>] ? 0x79007c1a [<79036c86>] ? 0x79036c86 [<79002b78>] ? 0x79002b78 [<79036d7b>] ? 0x79036d7b [<79036cee>] ? 0x79036cee [<79002b7e>] ? 0x79002b7e Code: 00 00 00 40 99 20 00 c3 c3 a3 ad 11 07 80 00 86 6c 03 79 c0 5f c3 96 7c 5f c3 96 1a 7c 00 79 00 00 00 00 00 00 00 00 00 00 00 00 <00> 00 00 00 00 00 00 00 00 00 00 00 86 6c 03 79 74 3f c3 96 00 EIP: [<96c35f7c>] SS:ESP 0068:96c35ee4 CR2: 00000000ffffffff ---[ end trace 96f3e81873b87763 ]--- Kernel panic - not syncing: Fatal exception (config attached) Ingo [-- Attachment #2: config --] [-- Type: text/plain, Size: 63045 bytes --] # # Automatically generated make config: don't edit # Linux kernel version: 2.6.36 # Mon Oct 25 12:21:26 2010 # # CONFIG_64BIT is not set CONFIG_X86_32=y # CONFIG_X86_64 is not set CONFIG_X86=y CONFIG_INSTRUCTION_DECODER=y CONFIG_OUTPUT_FORMAT="elf32-i386" CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig" 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_MMU=y CONFIG_ZONE_DMA=y # CONFIG_NEED_DMA_MAP_STATE is not set CONFIG_NEED_SG_DMA_LENGTH=y CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_IOMAP=y CONFIG_GENERIC_HWEIGHT=y CONFIG_GENERIC_GPIO=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_NEED_PER_CPU_EMBED_FIRST_CHUNK=y CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=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_USE_GENERIC_SMP_HELPERS=y CONFIG_X86_32_SMP=y CONFIG_X86_HT=y CONFIG_X86_TRAMPOLINE=y CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-ecx -fcall-saved-edx" CONFIG_KTIME_SCALAR=y CONFIG_ARCH_CPU_PROBE_RELEASE=y CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" CONFIG_CONSTRUCTORS=y CONFIG_HAVE_IRQ_WORK=y CONFIG_IRQ_WORK=y # # General setup # CONFIG_EXPERIMENTAL=y CONFIG_LOCK_KERNEL=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_CROSS_COMPILE="" CONFIG_LOCALVERSION="" # CONFIG_LOCALVERSION_AUTO is not set CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_BZIP2=y CONFIG_HAVE_KERNEL_LZMA=y CONFIG_HAVE_KERNEL_LZO=y # CONFIG_KERNEL_GZIP is not set CONFIG_KERNEL_BZIP2=y # CONFIG_KERNEL_LZMA is not set # CONFIG_KERNEL_LZO is not set CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y CONFIG_BSD_PROCESS_ACCT=y CONFIG_BSD_PROCESS_ACCT_V3=y # CONFIG_TASKSTATS is not set CONFIG_AUDIT=y CONFIG_AUDITSYSCALL=y CONFIG_AUDIT_WATCH=y CONFIG_AUDIT_TREE=y CONFIG_HAVE_GENERIC_HARDIRQS=y # # IRQ subsystem # CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y # CONFIG_GENERIC_HARDIRQS_NO_DEPRECATED is not set CONFIG_HAVE_SPARSE_IRQ=y CONFIG_GENERIC_IRQ_PROBE=y CONFIG_GENERIC_PENDING_IRQ=y # CONFIG_AUTO_IRQ_AFFINITY is not set # CONFIG_IRQ_PER_CPU is not set # CONFIG_HARDIRQS_SW_RESEND is not set # CONFIG_SPARSE_IRQ is not set # # RCU Subsystem # CONFIG_TREE_RCU=y # CONFIG_PREEMPT_RCU is not set # CONFIG_RCU_TRACE is not set CONFIG_RCU_FANOUT=32 # CONFIG_RCU_FANOUT_EXACT is not set # CONFIG_TREE_RCU_TRACE is not set # CONFIG_IKCONFIG is not set CONFIG_LOG_BUF_SHIFT=20 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y # CONFIG_CGROUPS is not set CONFIG_SYSFS_DEPRECATED=y # CONFIG_SYSFS_DEPRECATED_V2 is not set CONFIG_RELAY=y CONFIG_NAMESPACES=y CONFIG_UTS_NS=y # CONFIG_IPC_NS is not set CONFIG_USER_NS=y CONFIG_PID_NS=y # CONFIG_NET_NS is not set # CONFIG_BLK_DEV_INITRD is not set CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_ANON_INODES=y CONFIG_EMBEDDED=y CONFIG_UID16=y # CONFIG_KALLSYMS is not set CONFIG_HOTPLUG=y CONFIG_PRINTK=y # CONFIG_BUG is not set CONFIG_ELF_CORE=y CONFIG_PCSPKR_PLATFORM=y CONFIG_BASE_FULL=y CONFIG_FUTEX=y CONFIG_EPOLL=y CONFIG_SIGNALFD=y # CONFIG_TIMERFD is not set CONFIG_EVENTFD=y # CONFIG_SHMEM is not set # CONFIG_AIO is not set CONFIG_HAVE_PERF_EVENTS=y # # Kernel Performance Events And Counters # CONFIG_PERF_EVENTS=y CONFIG_PERF_COUNTERS=y CONFIG_VM_EVENT_COUNTERS=y CONFIG_PCI_QUIRKS=y CONFIG_COMPAT_BRK=y # CONFIG_SLAB is not set # CONFIG_SLUB is not set CONFIG_SLOB=y CONFIG_PROFILING=y CONFIG_TRACEPOINTS=y CONFIG_OPROFILE=y CONFIG_OPROFILE_EVENT_MULTIPLEX=y CONFIG_HAVE_OPROFILE=y CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y CONFIG_HAVE_IOREMAP_PROT=y CONFIG_HAVE_KPROBES=y CONFIG_HAVE_KRETPROBES=y CONFIG_HAVE_OPTPROBES=y CONFIG_HAVE_ARCH_TRACEHOOK=y CONFIG_HAVE_DMA_ATTRS=y CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y CONFIG_HAVE_DMA_API_DEBUG=y CONFIG_HAVE_HW_BREAKPOINT=y CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y CONFIG_HAVE_USER_RETURN_NOTIFIER=y CONFIG_HAVE_PERF_EVENTS_NMI=y CONFIG_HAVE_ARCH_JUMP_LABEL=y # # GCOV-based kernel profiling # CONFIG_HAVE_GENERIC_DMA_COHERENT=y CONFIG_RT_MUTEXES=y CONFIG_BASE_SMALL=0 # CONFIG_MODULES is not set CONFIG_STOP_MACHINE=y CONFIG_BLOCK=y # CONFIG_LBDAF is not set CONFIG_BLK_DEV_BSG=y # CONFIG_BLK_DEV_INTEGRITY is not set # # IO Schedulers # CONFIG_IOSCHED_NOOP=y # CONFIG_IOSCHED_DEADLINE is not set # CONFIG_IOSCHED_CFQ is not set CONFIG_DEFAULT_NOOP=y CONFIG_DEFAULT_IOSCHED="noop" CONFIG_PADATA=y # CONFIG_INLINE_SPIN_TRYLOCK is not set # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set # CONFIG_INLINE_SPIN_LOCK is not set # CONFIG_INLINE_SPIN_LOCK_BH is not set # CONFIG_INLINE_SPIN_LOCK_IRQ is not set # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set CONFIG_INLINE_SPIN_UNLOCK=y # CONFIG_INLINE_SPIN_UNLOCK_BH is not set CONFIG_INLINE_SPIN_UNLOCK_IRQ=y # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set # CONFIG_INLINE_READ_TRYLOCK is not set # CONFIG_INLINE_READ_LOCK is not set # CONFIG_INLINE_READ_LOCK_BH is not set # CONFIG_INLINE_READ_LOCK_IRQ is not set # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set CONFIG_INLINE_READ_UNLOCK=y # CONFIG_INLINE_READ_UNLOCK_BH is not set CONFIG_INLINE_READ_UNLOCK_IRQ=y # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set # CONFIG_INLINE_WRITE_TRYLOCK is not set # CONFIG_INLINE_WRITE_LOCK is not set # CONFIG_INLINE_WRITE_LOCK_BH is not set # CONFIG_INLINE_WRITE_LOCK_IRQ is not set # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set CONFIG_INLINE_WRITE_UNLOCK=y # CONFIG_INLINE_WRITE_UNLOCK_BH is not set CONFIG_INLINE_WRITE_UNLOCK_IRQ=y # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set CONFIG_MUTEX_SPIN_ON_OWNER=y 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_X86_MPPARSE=y CONFIG_X86_BIGSMP=y # CONFIG_X86_EXTENDED_PLATFORM is not set # CONFIG_SCHED_OMIT_FRAME_POINTER is not set # CONFIG_PARAVIRT_GUEST is not set CONFIG_NO_BOOTMEM=y CONFIG_MEMTEST=y # CONFIG_M386 is not set # CONFIG_M486 is not set # CONFIG_M586 is not set # CONFIG_M586TSC is not set # CONFIG_M586MMX is not set CONFIG_M686=y # CONFIG_MPENTIUMII is not set # CONFIG_MPENTIUMIII is not set # CONFIG_MPENTIUMM is not set # CONFIG_MPENTIUM4 is not set # 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_MCORE2 is not set # CONFIG_MATOM is not set CONFIG_X86_GENERIC=y CONFIG_X86_CPU=y CONFIG_X86_INTERNODE_CACHE_SHIFT=6 CONFIG_X86_CMPXCHG=y CONFIG_X86_L1_CACHE_SHIFT=6 CONFIG_X86_XADD=y # CONFIG_X86_PPRO_FENCE is not set 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=5 CONFIG_X86_DEBUGCTLMSR=y CONFIG_PROCESSOR_SELECT=y CONFIG_CPU_SUP_INTEL=y # CONFIG_CPU_SUP_CYRIX_32 is not set # CONFIG_CPU_SUP_AMD is not set # CONFIG_CPU_SUP_CENTAUR is not set # CONFIG_CPU_SUP_TRANSMETA_32 is not set CONFIG_CPU_SUP_UMC_32=y CONFIG_HPET_TIMER=y CONFIG_HPET_EMULATE_RTC=y # CONFIG_DMI is not set # CONFIG_IOMMU_HELPER is not set # CONFIG_IOMMU_API is not set CONFIG_NR_CPUS=32 # CONFIG_SCHED_SMT is not set # CONFIG_SCHED_MC is not set CONFIG_IRQ_TIME_ACCOUNTING=y # CONFIG_PREEMPT_NONE is not set CONFIG_PREEMPT_VOLUNTARY=y # CONFIG_PREEMPT is not set CONFIG_X86_LOCAL_APIC=y CONFIG_X86_IO_APIC=y # CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set # CONFIG_X86_MCE is not set # CONFIG_VM86 is not set # CONFIG_TOSHIBA is not set # CONFIG_I8K is not set # CONFIG_X86_REBOOTFIXUPS is not set CONFIG_MICROCODE=y # CONFIG_MICROCODE_INTEL is not set # CONFIG_MICROCODE_AMD is not set CONFIG_MICROCODE_OLD_INTERFACE=y CONFIG_X86_MSR=y CONFIG_X86_CPUID=y # CONFIG_NOHIGHMEM is not set CONFIG_HIGHMEM4G=y # CONFIG_HIGHMEM64G is not set # CONFIG_VMSPLIT_3G is not set # CONFIG_VMSPLIT_3G_OPT is not set # CONFIG_VMSPLIT_2G is not set CONFIG_VMSPLIT_2G_OPT=y # CONFIG_VMSPLIT_1G is not set CONFIG_PAGE_OFFSET=0x78000000 CONFIG_HIGHMEM=y # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set # CONFIG_ARCH_DMA_ADDR_T_64BIT is not set CONFIG_NEED_NODE_MEMMAP_SIZE=y CONFIG_ARCH_FLATMEM_ENABLE=y CONFIG_ARCH_SPARSEMEM_ENABLE=y CONFIG_ARCH_SELECT_MEMORY_MODEL=y CONFIG_ILLEGAL_POINTER_VALUE=0 CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_FLATMEM_MANUAL is not set CONFIG_SPARSEMEM_MANUAL=y CONFIG_SPARSEMEM=y CONFIG_HAVE_MEMORY_PRESENT=y CONFIG_SPARSEMEM_STATIC=y CONFIG_HAVE_MEMBLOCK=y # CONFIG_MEMORY_HOTPLUG is not set CONFIG_SPLIT_PTLOCK_CPUS=4 # CONFIG_PHYS_ADDR_T_64BIT is not set CONFIG_ZONE_DMA_FLAG=1 CONFIG_BOUNCE=y CONFIG_VIRT_TO_BUS=y # CONFIG_KSM is not set CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 CONFIG_HIGHPTE=y # CONFIG_X86_CHECK_BIOS_CORRUPTION is not set CONFIG_X86_RESERVE_LOW=64 CONFIG_MATH_EMULATION=y # CONFIG_MTRR is not set # CONFIG_SECCOMP is not set CONFIG_CC_STACKPROTECTOR=y # CONFIG_HZ_100 is not set CONFIG_HZ_250=y # CONFIG_HZ_300 is not set # CONFIG_HZ_1000 is not set CONFIG_HZ=250 CONFIG_SCHED_HRTICK=y # CONFIG_KEXEC is not set CONFIG_CRASH_DUMP=y CONFIG_PHYSICAL_START=0x1000000 # CONFIG_RELOCATABLE is not set CONFIG_PHYSICAL_ALIGN=0x1000000 CONFIG_HOTPLUG_CPU=y CONFIG_COMPAT_VDSO=y # CONFIG_CMDLINE_BOOL is not set CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y # # Power management and ACPI options # CONFIG_PM=y CONFIG_PM_DEBUG=y # CONFIG_PM_ADVANCED_DEBUG is not set CONFIG_PM_VERBOSE=y CONFIG_CAN_PM_TRACE=y CONFIG_PM_TRACE=y CONFIG_PM_TRACE_RTC=y CONFIG_PM_SLEEP_SMP=y CONFIG_PM_SLEEP=y CONFIG_SUSPEND_NVS=y CONFIG_SUSPEND=y # CONFIG_PM_TEST_SUSPEND is not set CONFIG_SUSPEND_FREEZER=y # CONFIG_HIBERNATION is not set # CONFIG_PM_RUNTIME is not set CONFIG_PM_OPS=y # CONFIG_PM_OPP is not set # CONFIG_ACPI is not set CONFIG_SFI=y # CONFIG_APM is not set # # CPU Frequency scaling # CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_TABLE=y # CONFIG_CPU_FREQ_DEBUG is not set CONFIG_CPU_FREQ_STAT=y # CONFIG_CPU_FREQ_STAT_DETAILS is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set CONFIG_CPU_FREQ_GOV_PERFORMANCE=y # CONFIG_CPU_FREQ_GOV_POWERSAVE is not set CONFIG_CPU_FREQ_GOV_USERSPACE=y CONFIG_CPU_FREQ_GOV_ONDEMAND=y CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y # # CPUFreq processor drivers # # CONFIG_X86_POWERNOW_K6 is not set CONFIG_X86_POWERNOW_K7=y CONFIG_X86_GX_SUSPMOD=y # CONFIG_X86_SPEEDSTEP_CENTRINO is not set # CONFIG_X86_SPEEDSTEP_ICH is not set CONFIG_X86_SPEEDSTEP_SMI=y CONFIG_X86_P4_CLOCKMOD=y CONFIG_X86_CPUFREQ_NFORCE2=y CONFIG_X86_LONGRUN=y CONFIG_X86_E_POWERSAVER=y # # shared options # CONFIG_X86_SPEEDSTEP_LIB=y CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK=y CONFIG_CPU_IDLE=y CONFIG_CPU_IDLE_GOV_LADDER=y CONFIG_INTEL_IDLE=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_GOANY=y CONFIG_PCI_BIOS=y CONFIG_PCI_DIRECT=y CONFIG_PCI_MMCONFIG=y CONFIG_PCI_DOMAINS=y CONFIG_PCI_CNB20LE_QUIRK=y # CONFIG_PCIEPORTBUS is not set CONFIG_ARCH_SUPPORTS_MSI=y # CONFIG_PCI_MSI is not set CONFIG_PCI_STUB=y CONFIG_HT_IRQ=y # CONFIG_PCI_IOV is not set CONFIG_ISA_DMA_API=y # CONFIG_ISA is not set # CONFIG_MCA is not set CONFIG_SCx200=y # CONFIG_SCx200HR_TIMER is not set # CONFIG_OLPC is not set # CONFIG_OLPC_OPENFIRMWARE is not set CONFIG_PCCARD=y # CONFIG_PCMCIA is not set CONFIG_CARDBUS=y # # PC-card bridges # # CONFIG_YENTA is not set CONFIG_HOTPLUG_PCI=y CONFIG_HOTPLUG_PCI_FAKE=y # CONFIG_HOTPLUG_PCI_COMPAQ is not set CONFIG_HOTPLUG_PCI_IBM=y CONFIG_HOTPLUG_PCI_CPCI=y CONFIG_HOTPLUG_PCI_CPCI_ZT5550=y # CONFIG_HOTPLUG_PCI_CPCI_GENERIC 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=y CONFIG_BINFMT_MISC=y CONFIG_HAVE_ATOMIC_IOMAP=y CONFIG_HAVE_TEXT_POKE_SMP=y CONFIG_NET=y # # Networking options # CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_XFRM=y # CONFIG_XFRM_USER is not set # CONFIG_XFRM_SUB_POLICY is not set CONFIG_XFRM_MIGRATE=y # CONFIG_XFRM_STATISTICS is not set CONFIG_XFRM_IPCOMP=y # CONFIG_NET_KEY is not set CONFIG_INET=y # CONFIG_IP_MULTICAST is not set # CONFIG_IP_ADVANCED_ROUTER is not set CONFIG_IP_FIB_HASH=y # CONFIG_IP_PNP is not set CONFIG_NET_IPIP=y CONFIG_NET_IPGRE_DEMUX=y CONFIG_NET_IPGRE=y CONFIG_ARPD=y # CONFIG_SYN_COOKIES is not set # CONFIG_INET_AH is not set CONFIG_INET_ESP=y CONFIG_INET_IPCOMP=y CONFIG_INET_XFRM_TUNNEL=y CONFIG_INET_TUNNEL=y CONFIG_INET_XFRM_MODE_TRANSPORT=y # CONFIG_INET_XFRM_MODE_TUNNEL is not set # CONFIG_INET_XFRM_MODE_BEET is not set CONFIG_INET_LRO=y CONFIG_INET_DIAG=y CONFIG_INET_TCP_DIAG=y # CONFIG_TCP_CONG_ADVANCED is not set CONFIG_TCP_CONG_CUBIC=y CONFIG_DEFAULT_TCP_CONG="cubic" # CONFIG_TCP_MD5SIG is not set # CONFIG_IPV6 is not set CONFIG_NETLABEL=y CONFIG_NETWORK_SECMARK=y CONFIG_NETWORK_PHY_TIMESTAMPING=y CONFIG_NETFILTER=y # CONFIG_NETFILTER_DEBUG is not set # CONFIG_NETFILTER_ADVANCED is not set # # Core Netfilter Configuration # CONFIG_NETFILTER_NETLINK=y CONFIG_NETFILTER_NETLINK_LOG=y # CONFIG_NF_CONNTRACK is not set CONFIG_NETFILTER_XTABLES=y # # Xtables combined modules # # CONFIG_NETFILTER_XT_MARK is not set # # Xtables targets # # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set CONFIG_NETFILTER_XT_TARGET_SECMARK=y CONFIG_NETFILTER_XT_TARGET_TCPMSS=y # # Xtables matches # # CONFIG_NETFILTER_XT_MATCH_POLICY is not set CONFIG_IP_VS=y # 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 is not set CONFIG_IP_VS_PROTO_AH_ESP=y CONFIG_IP_VS_PROTO_ESP=y CONFIG_IP_VS_PROTO_AH=y # CONFIG_IP_VS_PROTO_SCTP is not set # # IPVS scheduler # # CONFIG_IP_VS_RR is not set # CONFIG_IP_VS_WRR is not set # CONFIG_IP_VS_LC is not set # CONFIG_IP_VS_WLC is not set CONFIG_IP_VS_LBLC=y # CONFIG_IP_VS_LBLCR is not set CONFIG_IP_VS_DH=y # CONFIG_IP_VS_SH is not set # CONFIG_IP_VS_SED is not set # CONFIG_IP_VS_NQ is not set # # IPVS application helper # # # IP: Netfilter Configuration # # CONFIG_NF_DEFRAG_IPV4 is not set CONFIG_IP_NF_IPTABLES=y CONFIG_IP_NF_FILTER=y CONFIG_IP_NF_TARGET_REJECT=y CONFIG_IP_NF_TARGET_LOG=y # CONFIG_IP_NF_TARGET_ULOG is not set CONFIG_IP_NF_MANGLE=y CONFIG_IP_DCCP=y CONFIG_INET_DCCP_DIAG=y # # DCCP CCIDs Configuration (EXPERIMENTAL) # # CONFIG_IP_DCCP_CCID2_DEBUG is not set # CONFIG_IP_DCCP_CCID3 is not set CONFIG_IP_SCTP=y # CONFIG_SCTP_DBG_MSG is not set CONFIG_SCTP_DBG_OBJCNT=y # CONFIG_SCTP_HMAC_NONE is not set # CONFIG_SCTP_HMAC_SHA1 is not set CONFIG_SCTP_HMAC_MD5=y CONFIG_RDS=y CONFIG_RDS_RDMA=y # CONFIG_RDS_TCP is not set CONFIG_RDS_DEBUG=y # CONFIG_TIPC is not set CONFIG_ATM=y CONFIG_ATM_CLIP=y CONFIG_ATM_CLIP_NO_ICMP=y # CONFIG_ATM_LANE is not set # CONFIG_ATM_BR2684 is not set CONFIG_L2TP=y # CONFIG_L2TP_DEBUGFS is not set # CONFIG_L2TP_V3 is not set # CONFIG_BRIDGE is not set CONFIG_NET_DSA=y CONFIG_NET_DSA_TAG_DSA=y CONFIG_NET_DSA_TAG_EDSA=y CONFIG_NET_DSA_TAG_TRAILER=y CONFIG_NET_DSA_MV88E6XXX=y CONFIG_NET_DSA_MV88E6060=y CONFIG_NET_DSA_MV88E6XXX_NEED_PPU=y CONFIG_NET_DSA_MV88E6131=y CONFIG_NET_DSA_MV88E6123_61_65=y CONFIG_VLAN_8021Q=y # CONFIG_VLAN_8021Q_GVRP is not set # CONFIG_DECNET is not set CONFIG_LLC=y CONFIG_LLC2=y CONFIG_IPX=y CONFIG_IPX_INTERN=y # CONFIG_ATALK is not set # CONFIG_X25 is not set CONFIG_LAPB=y # CONFIG_ECONET is not set # CONFIG_WAN_ROUTER is not set CONFIG_PHONET=y CONFIG_PHONET_PIPECTRLR=y CONFIG_IEEE802154=y # CONFIG_NET_SCHED is not set CONFIG_DCB=y CONFIG_RPS=y # # Network testing # CONFIG_NET_PKTGEN=y # CONFIG_NET_DROP_MONITOR is not set # CONFIG_HAMRADIO is not set # CONFIG_CAN is not set CONFIG_IRDA=y # # IrDA protocols # # CONFIG_IRLAN is not set # CONFIG_IRNET is not set CONFIG_IRCOMM=y # 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 is not set # # Dongle support # # CONFIG_KINGSUN_DONGLE is not set CONFIG_KSDAZZLE_DONGLE=y CONFIG_KS959_DONGLE=y # # FIR device drivers # # CONFIG_USB_IRDA is not set CONFIG_SIGMATEL_FIR=y # CONFIG_NSC_FIR is not set CONFIG_WINBOND_FIR=y # CONFIG_TOSHIBA_FIR is not set CONFIG_SMC_IRCC_FIR=y # CONFIG_ALI_FIR is not set # CONFIG_VLSI_FIR is not set # CONFIG_VIA_FIR is not set # CONFIG_MCS_FIR is not set # CONFIG_BT is not set # CONFIG_AF_RXRPC is not set CONFIG_WIRELESS=y CONFIG_WIRELESS_EXT=y CONFIG_WEXT_CORE=y CONFIG_WEXT_PROC=y CONFIG_WEXT_SPY=y CONFIG_WEXT_PRIV=y CONFIG_CFG80211=y # CONFIG_NL80211_TESTMODE is not set # CONFIG_CFG80211_DEVELOPER_WARNINGS is not set # CONFIG_CFG80211_REG_DEBUG is not set CONFIG_CFG80211_DEFAULT_PS=y CONFIG_CFG80211_DEBUGFS=y # CONFIG_CFG80211_INTERNAL_REGDB is not set # CONFIG_CFG80211_WEXT is not set CONFIG_WIRELESS_EXT_SYSFS=y # CONFIG_LIB80211 is not set CONFIG_MAC80211=y # CONFIG_MAC80211_HAS_RC is not set # CONFIG_MAC80211_RC_PID is not set # CONFIG_MAC80211_RC_MINSTREL is not set CONFIG_MAC80211_RC_DEFAULT="" # # Some wireless drivers require a rate control algorithm # CONFIG_MAC80211_MESH=y CONFIG_MAC80211_LEDS=y CONFIG_MAC80211_DEBUGFS=y CONFIG_MAC80211_DEBUG_MENU=y CONFIG_MAC80211_NOINLINE=y CONFIG_MAC80211_VERBOSE_DEBUG=y CONFIG_MAC80211_HT_DEBUG=y CONFIG_MAC80211_TKIP_DEBUG=y CONFIG_MAC80211_IBSS_DEBUG=y # CONFIG_MAC80211_VERBOSE_PS_DEBUG is not set # CONFIG_MAC80211_VERBOSE_MPL_DEBUG is not set # CONFIG_MAC80211_VERBOSE_MHWMP_DEBUG is not set # CONFIG_MAC80211_DEBUG_COUNTERS is not set # CONFIG_MAC80211_DRIVER_API_TRACER is not set CONFIG_WIMAX=y CONFIG_WIMAX_DEBUG_LEVEL=8 # CONFIG_RFKILL is not set # CONFIG_CAIF is not set # CONFIG_CEPH_LIB is not set # # Device Drivers # # # Generic Driver Options # CONFIG_UEVENT_HELPER_PATH="" CONFIG_DEVTMPFS=y CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_EXTRA_FIRMWARE="" # CONFIG_SYS_HYPERVISOR is not set CONFIG_CONNECTOR=y # CONFIG_PROC_EVENTS is not set # CONFIG_MTD is not set CONFIG_PARPORT=y CONFIG_PARPORT_PC=y # CONFIG_PARPORT_SERIAL is not set # CONFIG_PARPORT_PC_FIFO is not set # CONFIG_PARPORT_PC_SUPERIO is not set # CONFIG_PARPORT_GSC is not set CONFIG_PARPORT_AX88796=y CONFIG_PARPORT_1284=y CONFIG_PARPORT_NOT_PC=y CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_FD is not set # CONFIG_PARIDE is not set CONFIG_BLK_CPQ_DA=y CONFIG_BLK_CPQ_CISS_DA=y CONFIG_CISS_SCSI_TAPE=y CONFIG_BLK_DEV_DAC960=y CONFIG_BLK_DEV_UMEM=y # CONFIG_BLK_DEV_COW_COMMON is not set CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_CRYPTOLOOP=y # CONFIG_BLK_DEV_DRBD is not set # CONFIG_BLK_DEV_NBD is not set CONFIG_BLK_DEV_OSD=y # CONFIG_BLK_DEV_SX8 is not set CONFIG_BLK_DEV_UB=y # CONFIG_BLK_DEV_RAM is not set # CONFIG_CDROM_PKTCDVD is not set CONFIG_ATA_OVER_ETH=y CONFIG_BLK_DEV_HD=y # CONFIG_BLK_DEV_RBD is not set # CONFIG_MISC_DEVICES is not set CONFIG_EEPROM_93CX6=y CONFIG_HAVE_IDE=y # CONFIG_IDE is not set # # SCSI device support # CONFIG_SCSI_MOD=y CONFIG_RAID_ATTRS=y CONFIG_SCSI=y CONFIG_SCSI_DMA=y CONFIG_SCSI_TGT=y CONFIG_SCSI_NETLINK=y CONFIG_SCSI_PROC_FS=y # # SCSI support type (disk, tape, CD-ROM) # CONFIG_BLK_DEV_SD=y # CONFIG_CHR_DEV_ST is not set CONFIG_CHR_DEV_OSST=y CONFIG_BLK_DEV_SR=y # CONFIG_BLK_DEV_SR_VENDOR is not set # CONFIG_CHR_DEV_SG is not set # CONFIG_CHR_DEV_SCH is not set # CONFIG_SCSI_MULTI_LUN is not set # CONFIG_SCSI_CONSTANTS is not set # CONFIG_SCSI_LOGGING is not set CONFIG_SCSI_SCAN_ASYNC=y # # SCSI Transports # CONFIG_SCSI_SPI_ATTRS=y CONFIG_SCSI_FC_ATTRS=y CONFIG_SCSI_FC_TGT_ATTRS=y CONFIG_SCSI_ISCSI_ATTRS=y CONFIG_SCSI_SAS_ATTRS=y CONFIG_SCSI_SAS_LIBSAS=y CONFIG_SCSI_SAS_ATA=y # CONFIG_SCSI_SAS_HOST_SMP is not set CONFIG_SCSI_SAS_LIBSAS_DEBUG=y # CONFIG_SCSI_SRP_ATTRS is not set CONFIG_SCSI_LOWLEVEL=y # CONFIG_ISCSI_TCP is not set CONFIG_ISCSI_BOOT_SYSFS=y CONFIG_SCSI_CXGB3_ISCSI=y # CONFIG_SCSI_CXGB4_ISCSI is not set CONFIG_SCSI_BNX2_ISCSI=y # CONFIG_BE2ISCSI is not set CONFIG_BLK_DEV_3W_XXXX_RAID=y # CONFIG_SCSI_HPSA is not set CONFIG_SCSI_3W_9XXX=y CONFIG_SCSI_3W_SAS=y # CONFIG_SCSI_ACARD is not set CONFIG_SCSI_AACRAID=y CONFIG_SCSI_AIC7XXX=y CONFIG_AIC7XXX_CMDS_PER_DEVICE=32 CONFIG_AIC7XXX_RESET_DELAY_MS=5000 # CONFIG_AIC7XXX_DEBUG_ENABLE is not set CONFIG_AIC7XXX_DEBUG_MASK=0 CONFIG_AIC7XXX_REG_PRETTY_PRINT=y # CONFIG_SCSI_AIC7XXX_OLD is not set # CONFIG_SCSI_AIC79XX is not set # CONFIG_SCSI_AIC94XX is not set # CONFIG_SCSI_MVSAS is not set # CONFIG_SCSI_DPT_I2O is not set # CONFIG_SCSI_ADVANSYS is not set # CONFIG_SCSI_ARCMSR is not set CONFIG_MEGARAID_NEWGEN=y CONFIG_MEGARAID_MM=y # CONFIG_MEGARAID_MAILBOX is not set CONFIG_MEGARAID_LEGACY=y # CONFIG_MEGARAID_SAS is not set CONFIG_SCSI_MPT2SAS=y CONFIG_SCSI_MPT2SAS_MAX_SGE=128 # CONFIG_SCSI_MPT2SAS_LOGGING is not set CONFIG_SCSI_HPTIOP=y # CONFIG_SCSI_BUSLOGIC is not set # CONFIG_VMWARE_PVSCSI is not set CONFIG_LIBFC=y CONFIG_LIBFCOE=y CONFIG_FCOE=y # CONFIG_FCOE_FNIC is not set # CONFIG_SCSI_DMX3191D is not set CONFIG_SCSI_EATA=y CONFIG_SCSI_EATA_TAGGED_QUEUE=y CONFIG_SCSI_EATA_LINKED_COMMANDS=y CONFIG_SCSI_EATA_MAX_TAGS=16 CONFIG_SCSI_FUTURE_DOMAIN=y # CONFIG_SCSI_GDTH is not set # CONFIG_SCSI_IPS is not set # CONFIG_SCSI_INITIO is not set # CONFIG_SCSI_INIA100 is not set CONFIG_SCSI_PPA=y CONFIG_SCSI_IMM=y CONFIG_SCSI_IZIP_EPP16=y CONFIG_SCSI_IZIP_SLOW_CTR=y CONFIG_SCSI_STEX=y # CONFIG_SCSI_SYM53C8XX_2 is not set # CONFIG_SCSI_IPR is not set CONFIG_SCSI_QLOGIC_1280=y # CONFIG_SCSI_QLA_FC is not set # CONFIG_SCSI_QLA_ISCSI is not set CONFIG_SCSI_LPFC=y # CONFIG_SCSI_LPFC_DEBUG_FS is not set CONFIG_SCSI_DC395x=y # CONFIG_SCSI_DC390T is not set CONFIG_SCSI_NSP32=y CONFIG_SCSI_PMCRAID=y # CONFIG_SCSI_PM8001 is not set CONFIG_SCSI_SRP=y CONFIG_SCSI_BFA_FC=y # CONFIG_SCSI_DH is not set CONFIG_SCSI_OSD_INITIATOR=y CONFIG_SCSI_OSD_ULD=y CONFIG_SCSI_OSD_DPRINT_SENSE=1 CONFIG_SCSI_OSD_DEBUG=y CONFIG_ATA=y # CONFIG_ATA_NONSTANDARD is not set # CONFIG_ATA_VERBOSE_ERROR is not set # CONFIG_SATA_PMP is not set # # Controllers with non-SFF native interface # CONFIG_SATA_AHCI=y CONFIG_SATA_AHCI_PLATFORM=y # CONFIG_SATA_INIC162X is not set CONFIG_SATA_SIL24=y CONFIG_ATA_SFF=y # # SFF controllers with custom DMA interface # # CONFIG_PDC_ADMA is not set # CONFIG_SATA_QSTOR is not set CONFIG_SATA_SX4=y CONFIG_ATA_BMDMA=y # # SATA SFF controllers with BMDMA # CONFIG_ATA_PIIX=y CONFIG_SATA_MV=y CONFIG_SATA_NV=y # CONFIG_SATA_PROMISE is not set CONFIG_SATA_SIL=y # CONFIG_SATA_SIS is not set # CONFIG_SATA_SVW is not set # CONFIG_SATA_ULI is not set # CONFIG_SATA_VIA is not set CONFIG_SATA_VITESSE=y # # PATA SFF controllers with BMDMA # # CONFIG_PATA_ALI is not set CONFIG_PATA_AMD=y # CONFIG_PATA_ARTOP is not set CONFIG_PATA_ATIIXP=y CONFIG_PATA_ATP867X=y CONFIG_PATA_CMD64X=y CONFIG_PATA_CS5520=y # CONFIG_PATA_CS5530 is not set # CONFIG_PATA_CS5535 is not set CONFIG_PATA_CS5536=y # CONFIG_PATA_CYPRESS is not set CONFIG_PATA_EFAR=y CONFIG_PATA_HPT366=y CONFIG_PATA_HPT37X=y CONFIG_PATA_HPT3X2N=y CONFIG_PATA_HPT3X3=y CONFIG_PATA_HPT3X3_DMA=y CONFIG_PATA_IT8213=y CONFIG_PATA_IT821X=y # CONFIG_PATA_JMICRON is not set CONFIG_PATA_MARVELL=y CONFIG_PATA_NETCELL=y CONFIG_PATA_NINJA32=y # CONFIG_PATA_NS87415 is not set CONFIG_PATA_OLDPIIX=y # CONFIG_PATA_OPTIDMA is not set # CONFIG_PATA_PDC2027X is not set CONFIG_PATA_PDC_OLD=y CONFIG_PATA_RADISYS=y CONFIG_PATA_RDC=y CONFIG_PATA_SC1200=y # CONFIG_PATA_SCH is not set CONFIG_PATA_SERVERWORKS=y # CONFIG_PATA_SIL680 is not set CONFIG_PATA_SIS=y # CONFIG_PATA_TOSHIBA is not set CONFIG_PATA_TRIFLEX=y CONFIG_PATA_VIA=y CONFIG_PATA_WINBOND=y # # PIO-only SFF controllers # CONFIG_PATA_CMD640_PCI=y CONFIG_PATA_MPIIX=y # CONFIG_PATA_NS87410 is not set # CONFIG_PATA_OPTI is not set CONFIG_PATA_PLATFORM=y CONFIG_PATA_RZ1000=y # # Generic fallback / legacy drivers # # CONFIG_ATA_GENERIC is not set # CONFIG_PATA_LEGACY is not set CONFIG_MD=y CONFIG_BLK_DEV_MD=y # CONFIG_MD_AUTODETECT is not set # CONFIG_MD_LINEAR is not set # CONFIG_MD_RAID0 is not set # CONFIG_MD_RAID1 is not set # CONFIG_MD_RAID10 is not set CONFIG_MD_RAID456=y # CONFIG_MULTICORE_RAID456 is not set CONFIG_MD_MULTIPATH=y # CONFIG_MD_FAULTY is not set # CONFIG_BLK_DEV_DM is not set CONFIG_FUSION=y CONFIG_FUSION_SPI=y # CONFIG_FUSION_FC is not set # CONFIG_FUSION_SAS is not set CONFIG_FUSION_MAX_SGE=128 # CONFIG_FUSION_CTL is not set CONFIG_FUSION_LOGGING=y # # IEEE 1394 (FireWire) support # # # You can enable one or both FireWire driver stacks. # # # The newer stack is recommended. # CONFIG_FIREWIRE=y CONFIG_FIREWIRE_OHCI=y CONFIG_FIREWIRE_OHCI_DEBUG=y CONFIG_FIREWIRE_SBP2=y CONFIG_FIREWIRE_NET=y CONFIG_IEEE1394=y # CONFIG_IEEE1394_OHCI1394 is not set CONFIG_IEEE1394_PCILYNX=y CONFIG_IEEE1394_SBP2=y # CONFIG_IEEE1394_SBP2_PHYS_DMA is not set CONFIG_IEEE1394_ETH1394_ROM_ENTRY=y CONFIG_IEEE1394_ETH1394=y # CONFIG_IEEE1394_RAWIO is not set CONFIG_IEEE1394_VERBOSEDEBUG=y CONFIG_FIREWIRE_NOSY=y # CONFIG_I2O is not set CONFIG_MACINTOSH_DRIVERS=y CONFIG_NETDEVICES=y CONFIG_DUMMY=y # CONFIG_BONDING is not set # CONFIG_MACVLAN is not set # CONFIG_EQUALIZER is not set CONFIG_TUN=y CONFIG_VETH=y # CONFIG_ARCNET is not set CONFIG_MII=y CONFIG_PHYLIB=y # # MII PHY device drivers # CONFIG_MARVELL_PHY=y # CONFIG_DAVICOM_PHY is not set # CONFIG_QSEMI_PHY is not set CONFIG_LXT_PHY=y # CONFIG_CICADA_PHY is not set CONFIG_VITESSE_PHY=y CONFIG_SMSC_PHY=y CONFIG_BROADCOM_PHY=y # CONFIG_BCM63XX_PHY is not set # CONFIG_ICPLUS_PHY is not set # CONFIG_REALTEK_PHY is not set CONFIG_NATIONAL_PHY=y CONFIG_STE10XP=y # CONFIG_LSI_ET1011C_PHY is not set CONFIG_MICREL_PHY=y # CONFIG_FIXED_PHY is not set CONFIG_MDIO_BITBANG=y CONFIG_MDIO_GPIO=y CONFIG_NET_ETHERNET=y CONFIG_HAPPYMEAL=y CONFIG_SUNGEM=y CONFIG_CASSINI=y CONFIG_NET_VENDOR_3COM=y CONFIG_VORTEX=y CONFIG_TYPHOON=y CONFIG_ETHOC=y CONFIG_DNET=y # CONFIG_NET_TULIP is not set # CONFIG_HP100 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=y # CONFIG_AMD8111_ETH is not set # CONFIG_ADAPTEC_STARFIRE is not set # CONFIG_KSZ884X_PCI is not set # CONFIG_B44 is not set CONFIG_FORCEDETH=y CONFIG_E100=y CONFIG_FEALNX=y # CONFIG_NATSEMI is not set CONFIG_NE2K_PCI=y # CONFIG_8139CP is not set CONFIG_8139TOO=y CONFIG_8139TOO_PIO=y CONFIG_8139TOO_TUNE_TWISTER=y # CONFIG_8139TOO_8129 is not set CONFIG_8139_OLD_RX_RESET=y CONFIG_R6040=y CONFIG_SIS900=y CONFIG_EPIC100=y # CONFIG_SMSC9420 is not set CONFIG_SUNDANCE=y CONFIG_SUNDANCE_MMIO=y CONFIG_TLAN=y CONFIG_KS8842=y # CONFIG_KS8851_MLL is not set CONFIG_VIA_RHINE=y # CONFIG_VIA_RHINE_MMIO is not set # CONFIG_SC92031 is not set # CONFIG_NET_POCKET is not set CONFIG_ATL2=y CONFIG_NETDEV_1000=y CONFIG_ACENIC=y # CONFIG_ACENIC_OMIT_TIGON_I is not set CONFIG_DL2K=y # CONFIG_E1000 is not set CONFIG_E1000E=y # CONFIG_IP1000 is not set # CONFIG_IGB is not set CONFIG_IGBVF=y CONFIG_NS83820=y # CONFIG_HAMACHI is not set CONFIG_YELLOWFIN=y CONFIG_R8169=y CONFIG_R8169_VLAN=y # CONFIG_SIS190 is not set CONFIG_SKGE=y # CONFIG_SKGE_DEBUG is not set # CONFIG_SKY2 is not set CONFIG_VIA_VELOCITY=y CONFIG_TIGON3=y CONFIG_BNX2=y CONFIG_CNIC=y # CONFIG_QLA3XXX is not set # CONFIG_ATL1 is not set CONFIG_ATL1E=y CONFIG_ATL1C=y CONFIG_JME=y CONFIG_STMMAC_ETH=y CONFIG_STMMAC_DA=y # CONFIG_STMMAC_DUAL_MAC is not set CONFIG_PCH_GBE=y CONFIG_NETDEV_10000=y CONFIG_MDIO=y CONFIG_CHELSIO_T1=y CONFIG_CHELSIO_T1_1G=y CONFIG_CHELSIO_T3_DEPENDS=y CONFIG_CHELSIO_T3=y CONFIG_CHELSIO_T4_DEPENDS=y CONFIG_CHELSIO_T4=y CONFIG_CHELSIO_T4VF_DEPENDS=y CONFIG_CHELSIO_T4VF=y # CONFIG_ENIC is not set # CONFIG_IXGBE is not set # CONFIG_IXGB is not set CONFIG_S2IO=y # CONFIG_MYRI10GE is not set # CONFIG_NIU is not set CONFIG_MLX4_EN=y CONFIG_MLX4_CORE=y CONFIG_MLX4_DEBUG=y CONFIG_TEHUTI=y # CONFIG_BNX2X is not set # CONFIG_QLCNIC is not set CONFIG_QLGE=y # CONFIG_BNA is not set # CONFIG_SFC is not set # CONFIG_BE2NET is not set CONFIG_TR=y # CONFIG_IBMOL is not set CONFIG_IBMLS=y CONFIG_3C359=y # CONFIG_TMS380TR is not set CONFIG_WLAN=y # CONFIG_LIBERTAS_THINFIRM is not set # CONFIG_AIRO is not set # CONFIG_ATMEL is not set # CONFIG_AT76C50X_USB is not set CONFIG_PRISM54=y # CONFIG_USB_ZD1201 is not set CONFIG_USB_NET_RNDIS_WLAN=y CONFIG_RTL8180=y # CONFIG_RTL8187 is not set # CONFIG_ADM8211 is not set # CONFIG_MAC80211_HWSIM is not set # CONFIG_MWL8K is not set # CONFIG_ATH_COMMON is not set # CONFIG_B43 is not set # CONFIG_B43LEGACY is not set # CONFIG_HOSTAP is not set # CONFIG_IPW2100 is not set CONFIG_IWLWIFI=y # # Debugging Options # # CONFIG_IWLWIFI_DEBUG is not set CONFIG_IWLWIFI_DEBUGFS=y CONFIG_IWLWIFI_DEVICE_TRACING=y # CONFIG_IWLAGN is not set # CONFIG_IWL3945 is not set # CONFIG_LIBERTAS is not set # CONFIG_P54_COMMON is not set CONFIG_WL1251=y # CONFIG_ZD1211RW is not set # # WiMAX Wireless Broadband devices # # # Enable MMC support to see WiMAX SDIO drivers # # # USB Network Adapters # CONFIG_USB_CATC=y # CONFIG_USB_KAWETH is not set CONFIG_USB_PEGASUS=y # CONFIG_USB_RTL8150 is not set CONFIG_USB_USBNET=y # CONFIG_USB_NET_AX8817X is not set CONFIG_USB_NET_CDCETHER=y CONFIG_USB_NET_CDC_EEM=y # CONFIG_USB_NET_DM9601 is not set CONFIG_USB_NET_SMSC75XX=y # CONFIG_USB_NET_SMSC95XX is not set CONFIG_USB_NET_GL620A=y CONFIG_USB_NET_NET1080=y CONFIG_USB_NET_PLUSB=y # CONFIG_USB_NET_MCS7830 is not set CONFIG_USB_NET_RNDIS_HOST=y # CONFIG_USB_NET_CDC_SUBSET is not set CONFIG_USB_NET_ZAURUS=y # CONFIG_USB_NET_CX82310_ETH is not set CONFIG_USB_NET_INT51X1=y # CONFIG_USB_CDC_PHONET is not set CONFIG_USB_IPHETH=y # CONFIG_USB_SIERRA_NET is not set # CONFIG_WAN is not set CONFIG_ATM_DRIVERS=y CONFIG_ATM_DUMMY=y # CONFIG_ATM_TCP is not set CONFIG_ATM_LANAI=y # CONFIG_ATM_ENI is not set # CONFIG_ATM_FIRESTREAM is not set CONFIG_ATM_ZATM=y CONFIG_ATM_ZATM_DEBUG=y # CONFIG_ATM_NICSTAR is not set # CONFIG_ATM_IDT77252 is not set CONFIG_ATM_AMBASSADOR=y # CONFIG_ATM_AMBASSADOR_DEBUG is not set # CONFIG_ATM_HORIZON is not set CONFIG_ATM_IA=y CONFIG_ATM_IA_DEBUG=y # CONFIG_ATM_FORE200E is not set # CONFIG_ATM_HE is not set CONFIG_ATM_SOLOS=y CONFIG_IEEE802154_DRIVERS=y # CONFIG_IEEE802154_FAKEHARD is not set # # CAIF transport drivers # # CONFIG_FDDI is not set # CONFIG_HIPPI is not set # CONFIG_PLIP is not set CONFIG_PPP=y # CONFIG_PPP_MULTILINK is not set CONFIG_PPP_FILTER=y CONFIG_PPP_ASYNC=y # CONFIG_PPP_SYNC_TTY is not set CONFIG_PPP_DEFLATE=y # CONFIG_PPP_BSDCOMP is not set CONFIG_PPP_MPPE=y # CONFIG_PPPOE is not set CONFIG_PPTP=y # CONFIG_PPPOATM is not set CONFIG_PPPOL2TP=y CONFIG_SLIP=y CONFIG_SLIP_COMPRESSED=y CONFIG_SLHC=y CONFIG_SLIP_SMART=y # CONFIG_SLIP_MODE_SLIP6 is not set CONFIG_NET_FC=y CONFIG_NETCONSOLE=y CONFIG_NETCONSOLE_DYNAMIC=y CONFIG_NETPOLL=y # CONFIG_NETPOLL_TRAP is not set CONFIG_NET_POLL_CONTROLLER=y # CONFIG_VMXNET3 is not set # CONFIG_ISDN is not set CONFIG_PHONE=y CONFIG_PHONE_IXJ=y # # Input device support # CONFIG_INPUT=y CONFIG_INPUT_FF_MEMLESS=y CONFIG_INPUT_POLLDEV=y # CONFIG_INPUT_SPARSEKMAP is not set # # Userland interfaces # CONFIG_INPUT_MOUSEDEV=y CONFIG_INPUT_MOUSEDEV_PSAUX=y CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_EVDEV is not set # CONFIG_INPUT_EVBUG is not set # # Input Device Drivers # CONFIG_INPUT_KEYBOARD=y CONFIG_KEYBOARD_ADP5588=y CONFIG_KEYBOARD_ATKBD=y CONFIG_KEYBOARD_QT2160=y CONFIG_KEYBOARD_LKKBD=y CONFIG_KEYBOARD_GPIO=y CONFIG_KEYBOARD_TCA6416=y CONFIG_KEYBOARD_MATRIX=y CONFIG_KEYBOARD_LM8323=y # CONFIG_KEYBOARD_MAX7359 is not set CONFIG_KEYBOARD_MCS=y CONFIG_KEYBOARD_NEWTON=y # CONFIG_KEYBOARD_OPENCORES is not set # CONFIG_KEYBOARD_STOWAWAY is not set CONFIG_KEYBOARD_SUNKBD=y CONFIG_KEYBOARD_TWL4030=y CONFIG_KEYBOARD_XTKBD=y CONFIG_INPUT_MOUSE=y CONFIG_MOUSE_PS2=y CONFIG_MOUSE_PS2_ALPS=y # CONFIG_MOUSE_PS2_LOGIPS2PP is not set # CONFIG_MOUSE_PS2_SYNAPTICS is not set CONFIG_MOUSE_PS2_TRACKPOINT=y CONFIG_MOUSE_PS2_ELANTECH=y # CONFIG_MOUSE_PS2_SENTELIC is not set # CONFIG_MOUSE_PS2_TOUCHKIT is not set CONFIG_MOUSE_SERIAL=y CONFIG_MOUSE_APPLETOUCH=y CONFIG_MOUSE_BCM5974=y # CONFIG_MOUSE_VSXXXAA is not set # CONFIG_MOUSE_GPIO is not set CONFIG_MOUSE_SYNAPTICS_I2C=y # CONFIG_INPUT_JOYSTICK is not set CONFIG_INPUT_TABLET=y # CONFIG_TABLET_USB_ACECAD is not set # CONFIG_TABLET_USB_AIPTEK is not set CONFIG_TABLET_USB_GTCO=y CONFIG_TABLET_USB_KBTAB=y # CONFIG_TABLET_USB_WACOM is not set CONFIG_INPUT_TOUCHSCREEN=y CONFIG_TOUCHSCREEN_AD7879=y # CONFIG_TOUCHSCREEN_AD7879_I2C is not set # CONFIG_TOUCHSCREEN_CY8CTMG110 is not set # CONFIG_TOUCHSCREEN_DYNAPRO is not set # CONFIG_TOUCHSCREEN_HAMPSHIRE is not set CONFIG_TOUCHSCREEN_EETI=y # CONFIG_TOUCHSCREEN_FUJITSU is not set # CONFIG_TOUCHSCREEN_GUNZE is not set # CONFIG_TOUCHSCREEN_ELO is not set CONFIG_TOUCHSCREEN_WACOM_W8001=y CONFIG_TOUCHSCREEN_MCS5000=y # CONFIG_TOUCHSCREEN_MTOUCH is not set # CONFIG_TOUCHSCREEN_INEXIO is not set CONFIG_TOUCHSCREEN_MK712=y CONFIG_TOUCHSCREEN_PENMOUNT=y CONFIG_TOUCHSCREEN_QT602240=y # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set CONFIG_TOUCHSCREEN_TOUCHWIN=y # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set CONFIG_TOUCHSCREEN_TOUCHIT213=y # CONFIG_TOUCHSCREEN_TSC2007 is not set CONFIG_TOUCHSCREEN_TPS6507X=y # CONFIG_INPUT_MISC is not set # # Hardware I/O ports # CONFIG_SERIO=y CONFIG_SERIO_I8042=y CONFIG_SERIO_SERPORT=y CONFIG_SERIO_CT82C710=y CONFIG_SERIO_PARKBD=y # CONFIG_SERIO_PCIPS2 is not set CONFIG_SERIO_LIBPS2=y CONFIG_SERIO_RAW=y # CONFIG_SERIO_ALTERA_PS2 is not set CONFIG_GAMEPORT=y CONFIG_GAMEPORT_NS558=y # CONFIG_GAMEPORT_L4 is not set CONFIG_GAMEPORT_EMU10K1=y # CONFIG_GAMEPORT_FM801 is not set # # 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 is not set CONFIG_SERIAL_NONSTANDARD=y CONFIG_COMPUTONE=y # CONFIG_ROCKETPORT is not set # CONFIG_CYCLADES is not set CONFIG_DIGIEPCA=y # CONFIG_MOXA_INTELLIO is not set CONFIG_MOXA_SMARTIO=y CONFIG_ISI=y # CONFIG_SYNCLINK is not set # CONFIG_SYNCLINKMP is not set # CONFIG_SYNCLINK_GT is not set # CONFIG_N_HDLC is not set # CONFIG_N_GSM is not set CONFIG_RISCOM8=y CONFIG_SPECIALIX=y CONFIG_STALDRV=y # CONFIG_STALLION is not set # CONFIG_ISTALLION is not set CONFIG_NOZOMI=y # # Serial drivers # CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_FIX_EARLYCON_MEM=y CONFIG_SERIAL_8250_PCI=y CONFIG_SERIAL_8250_NR_UARTS=4 CONFIG_SERIAL_8250_RUNTIME_UARTS=4 CONFIG_SERIAL_8250_EXTENDED=y # CONFIG_SERIAL_8250_MANY_PORTS is not set # CONFIG_SERIAL_8250_SHARE_IRQ is not set CONFIG_SERIAL_8250_DETECT_IRQ=y # CONFIG_SERIAL_8250_RSA is not set # # Non-8250 serial port support # # CONFIG_SERIAL_MFD_HSU is not set # CONFIG_SERIAL_UARTLITE is not set CONFIG_SERIAL_CORE=y CONFIG_SERIAL_CORE_CONSOLE=y # CONFIG_SERIAL_JSM is not set # CONFIG_SERIAL_TIMBERDALE is not set CONFIG_SERIAL_ALTERA_JTAGUART=y # CONFIG_SERIAL_ALTERA_JTAGUART_CONSOLE is not set # CONFIG_SERIAL_ALTERA_UART is not set CONFIG_UNIX98_PTYS=y # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set CONFIG_LEGACY_PTYS=y CONFIG_LEGACY_PTY_COUNT=256 # CONFIG_TTY_PRINTK is not set # CONFIG_PRINTER is not set CONFIG_PPDEV=y # CONFIG_IPMI_HANDLER is not set # CONFIG_HW_RANDOM is not set CONFIG_NVRAM=y # CONFIG_R3964 is not set CONFIG_APPLICOM=y # CONFIG_SONYPI is not set CONFIG_MWAVE=y # CONFIG_SCx200_GPIO is not set # CONFIG_PC8736x_GPIO is not set CONFIG_NSC_GPIO=y CONFIG_CS5535_GPIO=y # CONFIG_RAW_DRIVER is not set # CONFIG_HANGCHECK_TIMER is not set CONFIG_TCG_TPM=y CONFIG_TCG_TIS=y # CONFIG_TCG_NSC is not set # CONFIG_TCG_ATMEL is not set # CONFIG_TELCLOCK is not set CONFIG_DEVPORT=y CONFIG_RAMOOPS=y CONFIG_I2C=y CONFIG_I2C_BOARDINFO=y # CONFIG_I2C_COMPAT is not set # CONFIG_I2C_CHARDEV is not set CONFIG_I2C_MUX=y # # Multiplexer I2C Chip support # CONFIG_I2C_MUX_PCA9541=y # CONFIG_I2C_MUX_PCA954x is not set # CONFIG_I2C_HELPER_AUTO is not set CONFIG_I2C_SMBUS=y # # I2C Algorithms # CONFIG_I2C_ALGOBIT=y CONFIG_I2C_ALGOPCF=y CONFIG_I2C_ALGOPCA=y # # I2C Hardware Bus support # # # PC SMBus host controller drivers # # CONFIG_I2C_ALI1535 is not set CONFIG_I2C_ALI1563=y CONFIG_I2C_ALI15X3=y CONFIG_I2C_AMD756=y CONFIG_I2C_AMD8111=y CONFIG_I2C_I801=y # CONFIG_I2C_ISCH is not set # CONFIG_I2C_PIIX4 is not set # CONFIG_I2C_NFORCE2 is not set CONFIG_I2C_SIS5595=y CONFIG_I2C_SIS630=y # CONFIG_I2C_SIS96X is not set CONFIG_I2C_VIA=y # CONFIG_I2C_VIAPRO is not set # # I2C system bus drivers (mostly embedded / system-on-chip) # # CONFIG_I2C_GPIO is not set CONFIG_I2C_OCORES=y CONFIG_I2C_PCA_PLATFORM=y # CONFIG_I2C_SIMTEC is not set # CONFIG_I2C_XILINX is not set # # External I2C/SMBus adapter drivers # # CONFIG_I2C_PARPORT is not set CONFIG_I2C_PARPORT_LIGHT=y # CONFIG_I2C_TAOS_EVM is not set # CONFIG_I2C_TINY_USB is not set # # Other I2C/SMBus bus drivers # # CONFIG_SCx200_ACB 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_SPI is not set # # PPS support # CONFIG_PPS=y # CONFIG_PPS_DEBUG is not set # # PPS clients support # CONFIG_PPS_CLIENT_KTIMER=y # CONFIG_PPS_CLIENT_LDISC is not set CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y CONFIG_GPIOLIB=y CONFIG_GPIO_SYSFS=y # # Memory mapped GPIO expanders: # CONFIG_GPIO_IT8761E=y # CONFIG_GPIO_SCH is not set # # I2C GPIO expanders: # # CONFIG_GPIO_MAX7300 is not set CONFIG_GPIO_MAX732X=y CONFIG_GPIO_MAX732X_IRQ=y CONFIG_GPIO_PCA953X=y # CONFIG_GPIO_PCA953X_IRQ is not set CONFIG_GPIO_PCF857X=y CONFIG_GPIO_SX150X=y CONFIG_GPIO_TWL4030=y # CONFIG_GPIO_ADP5588 is not set # # PCI GPIO expanders: # # CONFIG_GPIO_BT8XX is not set CONFIG_GPIO_LANGWELL=y # CONFIG_GPIO_TIMBERDALE is not set # CONFIG_GPIO_RDC321X is not set # # SPI GPIO expanders: # # # AC97 GPIO expanders: # # # MODULbus GPIO expanders: # CONFIG_W1=y CONFIG_W1_CON=y # # 1-wire Bus Masters # CONFIG_W1_MASTER_MATROX=y # CONFIG_W1_MASTER_DS2490 is not set # CONFIG_W1_MASTER_DS2482 is not set # CONFIG_W1_MASTER_GPIO is not set # # 1-wire Slaves # CONFIG_W1_SLAVE_THERM=y # CONFIG_W1_SLAVE_SMEM is not set CONFIG_W1_SLAVE_DS2431=y CONFIG_W1_SLAVE_DS2433=y CONFIG_W1_SLAVE_DS2433_CRC=y CONFIG_W1_SLAVE_DS2760=y CONFIG_W1_SLAVE_BQ27000=y CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set # CONFIG_PDA_POWER is not set # CONFIG_MAX8925_POWER is not set # CONFIG_TEST_POWER is not set # CONFIG_BATTERY_DS2760 is not set CONFIG_BATTERY_DS2782=y CONFIG_BATTERY_BQ27x00=y # CONFIG_BATTERY_MAX17040 is not set # CONFIG_HWMON is not set CONFIG_THERMAL=y CONFIG_WATCHDOG=y CONFIG_WATCHDOG_NOWAYOUT=y # # Watchdog Device Drivers # # CONFIG_SOFT_WATCHDOG is not set # CONFIG_TWL4030_WATCHDOG is not set # CONFIG_ACQUIRE_WDT is not set # CONFIG_ADVANTECH_WDT is not set # CONFIG_ALIM1535_WDT is not set # CONFIG_ALIM7101_WDT is not set # CONFIG_F71808E_WDT is not set CONFIG_SC520_WDT=y # CONFIG_EUROTECH_WDT is not set CONFIG_IB700_WDT=y CONFIG_IBMASR=y CONFIG_WAFER_WDT=y # CONFIG_I6300ESB_WDT is not set # CONFIG_ITCO_WDT is not set CONFIG_IT8712F_WDT=y # CONFIG_IT87_WDT is not set CONFIG_HP_WATCHDOG=y # CONFIG_HPWDT_NMI_DECODING is not set CONFIG_SC1200_WDT=y CONFIG_SCx200_WDT=y CONFIG_PC87413_WDT=y CONFIG_60XX_WDT=y # CONFIG_SBC8360_WDT is not set # CONFIG_SBC7240_WDT is not set CONFIG_CPU5_WDT=y # CONFIG_SMSC_SCH311X_WDT is not set CONFIG_SMSC37B787_WDT=y CONFIG_W83627HF_WDT=y # CONFIG_W83697HF_WDT is not set # CONFIG_W83697UG_WDT is not set CONFIG_W83877F_WDT=y # CONFIG_W83977F_WDT is not set CONFIG_MACHZ_WDT=y # CONFIG_SBC_EPX_C3_WATCHDOG is not set # # PCI-based Watchdog Cards # # CONFIG_PCIPCWATCHDOG is not set # CONFIG_WDTPCI is not set # # USB-based Watchdog Cards # CONFIG_USBPCWATCHDOG=y CONFIG_SSB_POSSIBLE=y # # Sonics Silicon Backplane # CONFIG_SSB=y CONFIG_SSB_PCIHOST_POSSIBLE=y # CONFIG_SSB_PCIHOST is not set # CONFIG_SSB_SILENT is not set CONFIG_SSB_DEBUG=y CONFIG_MFD_SUPPORT=y CONFIG_MFD_CORE=y # CONFIG_MFD_88PM860X is not set # CONFIG_MFD_SM501 is not set # CONFIG_HTC_PASIC3 is not set # CONFIG_HTC_I2CPLD is not set # CONFIG_TPS65010 is not set CONFIG_TPS6507X=y CONFIG_TWL4030_CORE=y # CONFIG_TWL4030_CODEC is not set # CONFIG_TWL6030_PWM is not set # CONFIG_MFD_STMPE is not set # CONFIG_MFD_TC35892 is not set # CONFIG_MFD_TMIO is not set # CONFIG_PMIC_DA903X is not set # CONFIG_PMIC_ADP5520 is not set CONFIG_MFD_MAX8925=y # CONFIG_MFD_MAX8998 is not set # CONFIG_MFD_WM8400 is not set # CONFIG_MFD_WM831X is not set # CONFIG_MFD_WM8350_I2C is not set # CONFIG_MFD_WM8994 is not set # CONFIG_MFD_PCF50633 is not set CONFIG_ABX500_CORE=y CONFIG_AB3100_CORE=y # CONFIG_AB3100_OTP is not set # CONFIG_AB3550_CORE is not set CONFIG_MFD_TIMBERDALE=y CONFIG_LPC_SCH=y # CONFIG_MFD_RDC321X is not set # CONFIG_MFD_JANZ_CMODIO is not set CONFIG_MFD_TPS6586X=y # CONFIG_REGULATOR is not set CONFIG_MEDIA_SUPPORT=y # # Multimedia core support # # CONFIG_VIDEO_DEV is not set # CONFIG_DVB_CORE is not set # CONFIG_VIDEO_MEDIA is not set # # Multimedia drivers # # CONFIG_IR_CORE is not set # CONFIG_DAB is not set # # Graphics support # CONFIG_AGP=y # CONFIG_AGP_ALI is not set CONFIG_AGP_ATI=y # CONFIG_AGP_AMD is not set CONFIG_AGP_INTEL=y # CONFIG_AGP_NVIDIA is not set # CONFIG_AGP_SIS is not set CONFIG_AGP_SWORKS=y CONFIG_AGP_VIA=y # CONFIG_AGP_EFFICEON is not set CONFIG_VGA_ARB=y CONFIG_VGA_ARB_MAX_GPUS=16 # CONFIG_DRM is not set CONFIG_VGASTATE=y # CONFIG_VIDEO_OUTPUT_CONTROL is not set CONFIG_FB=y CONFIG_FIRMWARE_EDID=y CONFIG_FB_DDC=y # CONFIG_FB_BOOT_VESA_SUPPORT is not set 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=y CONFIG_FB_SYS_COPYAREA=y CONFIG_FB_SYS_IMAGEBLIT=y CONFIG_FB_FOREIGN_ENDIAN=y # CONFIG_FB_BOTH_ENDIAN is not set CONFIG_FB_BIG_ENDIAN=y # CONFIG_FB_LITTLE_ENDIAN is not set CONFIG_FB_SYS_FOPS=y CONFIG_FB_DEFERRED_IO=y CONFIG_FB_HECUBA=y CONFIG_FB_SVGALIB=y # CONFIG_FB_MACMODES is not set # CONFIG_FB_BACKLIGHT is not set CONFIG_FB_MODE_HELPERS=y CONFIG_FB_TILEBLITTING=y # # Frame buffer hardware drivers # # CONFIG_FB_CIRRUS is not set CONFIG_FB_PM2=y # CONFIG_FB_PM2_FIFO_DISCONNECT is not set # CONFIG_FB_CYBER2000 is not set CONFIG_FB_ARC=y # CONFIG_FB_ASILIANT is not set CONFIG_FB_IMSTT=y # CONFIG_FB_VGA16 is not set CONFIG_FB_UVESA=y # CONFIG_FB_VESA is not set CONFIG_FB_N411=y # CONFIG_FB_HGA is not set # CONFIG_FB_S1D13XXX is not set # CONFIG_FB_NVIDIA is not set # CONFIG_FB_RIVA is not set CONFIG_FB_I810=y CONFIG_FB_I810_GTF=y CONFIG_FB_I810_I2C=y CONFIG_FB_LE80578=y # CONFIG_FB_CARILLO_RANCH is not set # CONFIG_FB_INTEL is not set # CONFIG_FB_MATROX is not set # CONFIG_FB_RADEON is not set # CONFIG_FB_ATY128 is not set # CONFIG_FB_ATY is not set CONFIG_FB_S3=y # CONFIG_FB_SAVAGE is not set # CONFIG_FB_SIS is not set CONFIG_FB_VIA=y # CONFIG_FB_VIA_DIRECT_PROCFS is not set CONFIG_FB_NEOMAGIC=y # CONFIG_FB_KYRO is not set # CONFIG_FB_3DFX is not set # CONFIG_FB_VOODOO1 is not set CONFIG_FB_VT8623=y CONFIG_FB_TRIDENT=y CONFIG_FB_ARK=y # CONFIG_FB_PM3 is not set CONFIG_FB_CARMINE=y CONFIG_FB_CARMINE_DRAM_EVAL=y # CONFIG_CARMINE_DRAM_CUSTOM is not set # CONFIG_FB_GEODE is not set # CONFIG_FB_TMIO is not set # CONFIG_FB_VIRTUAL is not set # 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 is not set CONFIG_BACKLIGHT_CLASS_DEVICE=y # CONFIG_BACKLIGHT_GENERIC is not set CONFIG_BACKLIGHT_PROGEAR=y CONFIG_BACKLIGHT_MAX8925=y # CONFIG_BACKLIGHT_MBP_NVIDIA is not set CONFIG_BACKLIGHT_SAHARA=y CONFIG_BACKLIGHT_ADP8860=y # # 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_DUMMY_CONSOLE=y # CONFIG_FRAMEBUFFER_CONSOLE is not set CONFIG_FONT_8x16=y CONFIG_LOGO=y CONFIG_LOGO_LINUX_MONO=y CONFIG_LOGO_LINUX_VGA16=y CONFIG_LOGO_LINUX_CLUT224=y CONFIG_SOUND=y CONFIG_SOUND_OSS_CORE=y CONFIG_SOUND_OSS_CORE_PRECLAIM=y # CONFIG_SND is not set CONFIG_SOUND_PRIME=y CONFIG_SOUND_OSS=y # CONFIG_SOUND_TRACEINIT is not set CONFIG_SOUND_DMAP=y CONFIG_SOUND_VMIDI=y CONFIG_SOUND_TRIX=y # CONFIG_SOUND_MSS is not set # CONFIG_SOUND_MPU401 is not set # CONFIG_SOUND_PAS is not set CONFIG_SOUND_PSS=y # CONFIG_PSS_MIXER is not set CONFIG_SOUND_SB=y # CONFIG_SOUND_YM3812 is not set CONFIG_SOUND_UART6850=y # CONFIG_SOUND_AEDSP16 is not set # CONFIG_SOUND_KAHLUA is not set CONFIG_HID_SUPPORT=y CONFIG_HID=y # CONFIG_HIDRAW is not set # # USB Input Devices # CONFIG_USB_HID=y # CONFIG_HID_PID is not set # CONFIG_USB_HIDDEV is not set # # Special HID drivers # CONFIG_HID_3M_PCT=y CONFIG_HID_A4TECH=y # CONFIG_HID_ACRUX_FF is not set CONFIG_HID_APPLE=y # CONFIG_HID_BELKIN is not set # CONFIG_HID_CANDO is not set CONFIG_HID_CHERRY=y # CONFIG_HID_CHICONY is not set CONFIG_HID_CYPRESS=y CONFIG_HID_DRAGONRISE=y # CONFIG_DRAGONRISE_FF is not set CONFIG_HID_EGALAX=y # CONFIG_HID_EZKEY is not set CONFIG_HID_KYE=y # CONFIG_HID_UCLOGIC is not set CONFIG_HID_WALTOP=y CONFIG_HID_GYRATION=y CONFIG_HID_TWINHAN=y CONFIG_HID_KENSINGTON=y CONFIG_HID_LOGITECH=y # CONFIG_LOGITECH_FF is not set CONFIG_LOGIRUMBLEPAD2_FF=y CONFIG_LOGIG940_FF=y CONFIG_LOGIWII_FF=y CONFIG_HID_MICROSOFT=y # CONFIG_HID_MOSART is not set # CONFIG_HID_MONTEREY is not set # CONFIG_HID_NTRIG is not set CONFIG_HID_ORTEK=y CONFIG_HID_PANTHERLORD=y CONFIG_PANTHERLORD_FF=y # CONFIG_HID_PETALYNX is not set # CONFIG_HID_PICOLCD is not set CONFIG_HID_QUANTA=y CONFIG_HID_ROCCAT=y CONFIG_HID_ROCCAT_KONE=y CONFIG_HID_ROCCAT_PYRA=y # CONFIG_HID_SAMSUNG is not set # CONFIG_HID_SONY is not set CONFIG_HID_STANTUM=y # CONFIG_HID_SUNPLUS is not set # CONFIG_HID_GREENASIA is not set # CONFIG_HID_SMARTJOYPLUS is not set # CONFIG_HID_TOPSEED is not set # CONFIG_HID_THRUSTMASTER is not set # CONFIG_HID_ZEROPLUS is not set # CONFIG_HID_ZYDACRON is not set 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=y CONFIG_USB_OTG_WHITELIST=y CONFIG_USB_OTG_BLACKLIST_HUB=y # CONFIG_USB_MON is not set CONFIG_USB_WUSB=y # CONFIG_USB_WUSB_CBAF is not set # # USB Host Controller Drivers # CONFIG_USB_C67X00_HCD=y # CONFIG_USB_XHCI_HCD is not set CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_ROOT_HUB_TT=y CONFIG_USB_EHCI_TT_NEWSCHED=y # CONFIG_USB_OXU210HP_HCD is not set CONFIG_USB_ISP116X_HCD=y # CONFIG_USB_ISP1760_HCD is not set # CONFIG_USB_ISP1362_HCD is not set CONFIG_USB_OHCI_HCD=y # 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=y # CONFIG_USB_U132_HCD is not set # CONFIG_USB_SL811_HCD is not set CONFIG_USB_R8A66597_HCD=y CONFIG_USB_HWA_HCD=y # # USB Device Class drivers # # CONFIG_USB_ACM is not set CONFIG_USB_PRINTER=y CONFIG_USB_WDM=y # 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 is not set # CONFIG_USB_UAS is not set # CONFIG_USB_LIBUSUAL is not set # # USB Imaging devices # CONFIG_USB_MDC800=y CONFIG_USB_MICROTEK=y # # USB port drivers # # CONFIG_USB_USS720 is not set # CONFIG_USB_SERIAL is not set # # USB Miscellaneous drivers # CONFIG_USB_EMI62=y # CONFIG_USB_EMI26 is not set # CONFIG_USB_ADUTUX is not set # CONFIG_USB_SEVSEG is not set CONFIG_USB_RIO500=y CONFIG_USB_LEGOTOWER=y CONFIG_USB_LCD=y # CONFIG_USB_LED is not set CONFIG_USB_CYPRESS_CY7C63=y CONFIG_USB_CYTHERM=y CONFIG_USB_IDMOUSE=y CONFIG_USB_FTDI_ELAN=y CONFIG_USB_APPLEDISPLAY=y CONFIG_USB_SISUSBVGA=y CONFIG_USB_SISUSBVGA_CON=y # CONFIG_USB_LD is not set CONFIG_USB_TRANCEVIBRATOR=y CONFIG_USB_IOWARRIOR=y # CONFIG_USB_TEST is not set # CONFIG_USB_ISIGHTFW is not set # CONFIG_USB_YUREX is not set CONFIG_USB_ATM=y # CONFIG_USB_SPEEDTOUCH is not set CONFIG_USB_CXACRU=y # CONFIG_USB_UEAGLEATM is not set CONFIG_USB_XUSBATM=y # CONFIG_USB_GADGET is not set # # OTG and related infrastructure # # CONFIG_USB_GPIO_VBUS is not set # CONFIG_NOP_USB_XCEIV is not set CONFIG_UWB=y CONFIG_UWB_HWA=y CONFIG_UWB_WHCI=y CONFIG_UWB_WLP=y # CONFIG_UWB_I1480U is not set # CONFIG_MMC is not set CONFIG_MEMSTICK=y CONFIG_MEMSTICK_DEBUG=y # # MemoryStick drivers # CONFIG_MEMSTICK_UNSAFE_RESUME=y CONFIG_MSPRO_BLOCK=y # # MemoryStick Host Controller Drivers # # CONFIG_MEMSTICK_TIFM_MS is not set # CONFIG_MEMSTICK_JMICRON_38X is not set CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y # # LED drivers # CONFIG_LEDS_PCA9532=y # CONFIG_LEDS_GPIO is not set CONFIG_LEDS_LP3944=y CONFIG_LEDS_PCA955X=y # CONFIG_LEDS_BD2802 is not set CONFIG_LEDS_LT3593=y CONFIG_LEDS_TRIGGERS=y # # LED Triggers # CONFIG_LEDS_TRIGGER_TIMER=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y # CONFIG_LEDS_TRIGGER_BACKLIGHT is not set # CONFIG_LEDS_TRIGGER_GPIO is not set CONFIG_LEDS_TRIGGER_DEFAULT_ON=y # # iptables trigger is under Netfilter config (LED target) # CONFIG_ACCESSIBILITY=y CONFIG_A11Y_BRAILLE_CONSOLE=y CONFIG_INFINIBAND=y # CONFIG_INFINIBAND_USER_MAD is not set CONFIG_INFINIBAND_USER_ACCESS=y CONFIG_INFINIBAND_USER_MEM=y CONFIG_INFINIBAND_ADDR_TRANS=y # CONFIG_INFINIBAND_MTHCA is not set # CONFIG_INFINIBAND_AMSO1100 is not set # CONFIG_INFINIBAND_CXGB3 is not set # CONFIG_INFINIBAND_CXGB4 is not set # CONFIG_MLX4_INFINIBAND is not set CONFIG_INFINIBAND_NES=y # CONFIG_INFINIBAND_NES_DEBUG is not set CONFIG_INFINIBAND_IPOIB=y CONFIG_INFINIBAND_IPOIB_CM=y CONFIG_INFINIBAND_IPOIB_DEBUG=y # CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set # CONFIG_INFINIBAND_SRP is not set # CONFIG_INFINIBAND_ISER is not set # CONFIG_EDAC is not set CONFIG_RTC_LIB=y CONFIG_RTC_CLASS=y CONFIG_RTC_HCTOSYS=y CONFIG_RTC_HCTOSYS_DEVICE="rtc0" # CONFIG_RTC_DEBUG is not set # # RTC interfaces # # CONFIG_RTC_INTF_SYSFS is not set 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=y # CONFIG_RTC_DRV_DS1374 is not set CONFIG_RTC_DRV_DS1672=y CONFIG_RTC_DRV_DS3232=y CONFIG_RTC_DRV_MAX6900=y CONFIG_RTC_DRV_MAX8925=y CONFIG_RTC_DRV_RS5C372=y CONFIG_RTC_DRV_ISL1208=y CONFIG_RTC_DRV_ISL12022=y CONFIG_RTC_DRV_X1205=y CONFIG_RTC_DRV_PCF8563=y # CONFIG_RTC_DRV_PCF8583 is not set CONFIG_RTC_DRV_M41T80=y CONFIG_RTC_DRV_M41T80_WDT=y CONFIG_RTC_DRV_BQ32K=y # CONFIG_RTC_DRV_TWL4030 is not set # CONFIG_RTC_DRV_S35390A is not set CONFIG_RTC_DRV_FM3130=y # CONFIG_RTC_DRV_RX8581 is not set CONFIG_RTC_DRV_RX8025=y # # SPI RTC drivers # # # Platform RTC drivers # CONFIG_RTC_DRV_CMOS=y # CONFIG_RTC_DRV_DS1286 is not set CONFIG_RTC_DRV_DS1511=y CONFIG_RTC_DRV_DS1553=y # CONFIG_RTC_DRV_DS1742 is not set # CONFIG_RTC_DRV_STK17TA8 is not set # CONFIG_RTC_DRV_M48T86 is not set CONFIG_RTC_DRV_M48T35=y CONFIG_RTC_DRV_M48T59=y # CONFIG_RTC_DRV_MSM6242 is not set # CONFIG_RTC_DRV_BQ4802 is not set CONFIG_RTC_DRV_RP5C01=y CONFIG_RTC_DRV_V3020=y CONFIG_RTC_DRV_AB3100=y # # on-CPU RTC drivers # CONFIG_DMADEVICES=y # CONFIG_DMADEVICES_DEBUG is not set # # DMA Devices # CONFIG_INTEL_MID_DMAC=y # CONFIG_INTEL_IOATDMA is not set # CONFIG_TIMB_DMA is not set CONFIG_PCH_DMA=y CONFIG_DMA_ENGINE=y # # DMA Clients # CONFIG_NET_DMA=y # CONFIG_ASYNC_TX_DMA is not set # CONFIG_DMATEST is not set CONFIG_AUXDISPLAY=y CONFIG_KS0108=y CONFIG_KS0108_PORT=0x378 CONFIG_KS0108_DELAY=2 CONFIG_CFAG12864B=y CONFIG_CFAG12864B_RATE=20 CONFIG_UIO=y CONFIG_UIO_CIF=y # CONFIG_UIO_PDRV is not set CONFIG_UIO_PDRV_GENIRQ=y CONFIG_UIO_AEC=y # CONFIG_UIO_SERCOS3 is not set # CONFIG_UIO_PCI_GENERIC is not set CONFIG_UIO_NETX=y # CONFIG_STAGING is not set CONFIG_X86_PLATFORM_DEVICES=y # CONFIG_DELL_LAPTOP is not set # # Firmware Drivers # CONFIG_EDD=y # CONFIG_EDD_OFF is not set CONFIG_FIRMWARE_MEMMAP=y CONFIG_DELL_RBU=y CONFIG_DCDBAS=y # CONFIG_ISCSI_IBFT_FIND is not set # # File systems # # CONFIG_EXT2_FS is not set CONFIG_EXT3_FS=y CONFIG_EXT3_DEFAULTS_TO_ORDERED=y CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y # CONFIG_EXT4_FS is not set CONFIG_JBD=y # CONFIG_JBD_DEBUG is not set CONFIG_FS_MBCACHE=y CONFIG_REISERFS_FS=y # CONFIG_REISERFS_CHECK is not set # CONFIG_REISERFS_PROC_INFO is not set # CONFIG_REISERFS_FS_XATTR is not set # CONFIG_JFS_FS is not set CONFIG_FS_POSIX_ACL=y CONFIG_XFS_FS=y CONFIG_XFS_QUOTA=y # CONFIG_XFS_POSIX_ACL is not set # CONFIG_XFS_RT is not set # CONFIG_XFS_DEBUG is not set # CONFIG_OCFS2_FS is not set # CONFIG_BTRFS_FS is not set # CONFIG_NILFS2_FS is not set CONFIG_FILE_LOCKING=y CONFIG_FSNOTIFY=y CONFIG_DNOTIFY=y CONFIG_INOTIFY_USER=y # CONFIG_QUOTA is not set CONFIG_QUOTA_NETLINK_INTERFACE=y CONFIG_QUOTACTL=y # CONFIG_AUTOFS_FS is not set # CONFIG_AUTOFS4_FS is not set # CONFIG_FUSE_FS is not set # # Caches # CONFIG_FSCACHE=y CONFIG_FSCACHE_STATS=y # CONFIG_FSCACHE_HISTOGRAM is not set # CONFIG_FSCACHE_DEBUG is not set # CONFIG_FSCACHE_OBJECT_LIST is not set # CONFIG_CACHEFILES is not set # # CD-ROM/DVD Filesystems # CONFIG_ISO9660_FS=y CONFIG_JOLIET=y CONFIG_ZISOFS=y # CONFIG_UDF_FS is not set # # DOS/FAT/NT Filesystems # CONFIG_FAT_FS=y CONFIG_MSDOS_FS=y # CONFIG_VFAT_FS is not set CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_NTFS_FS=y CONFIG_NTFS_DEBUG=y # CONFIG_NTFS_RW is not set # # Pseudo filesystems # CONFIG_PROC_FS=y # CONFIG_PROC_KCORE is not set # CONFIG_PROC_VMCORE is not set # CONFIG_PROC_SYSCTL is not set # CONFIG_PROC_PAGE_MONITOR is not set CONFIG_SYSFS=y # CONFIG_HUGETLBFS is not set # CONFIG_HUGETLB_PAGE is not set CONFIG_CONFIGFS_FS=y # CONFIG_MISC_FILESYSTEMS is not set # CONFIG_NETWORK_FILESYSTEMS is not set CONFIG_EXPORTFS=y # # Partition Types # CONFIG_PARTITION_ADVANCED=y CONFIG_ACORN_PARTITION=y # CONFIG_ACORN_PARTITION_CUMANA is not set # CONFIG_ACORN_PARTITION_EESOX is not set CONFIG_ACORN_PARTITION_ICS=y CONFIG_ACORN_PARTITION_ADFS=y # CONFIG_ACORN_PARTITION_POWERTEC is not set CONFIG_ACORN_PARTITION_RISCIX=y 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 is not set CONFIG_LDM_PARTITION=y CONFIG_LDM_DEBUG=y # CONFIG_SGI_PARTITION is not set CONFIG_ULTRIX_PARTITION=y CONFIG_SUN_PARTITION=y CONFIG_KARMA_PARTITION=y CONFIG_EFI_PARTITION=y CONFIG_SYSV68_PARTITION=y CONFIG_NLS=y CONFIG_NLS_DEFAULT="iso8859-1" CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_CODEPAGE_737=y CONFIG_NLS_CODEPAGE_775=y # CONFIG_NLS_CODEPAGE_850 is not set # CONFIG_NLS_CODEPAGE_852 is not set CONFIG_NLS_CODEPAGE_855=y # CONFIG_NLS_CODEPAGE_857 is not set CONFIG_NLS_CODEPAGE_860=y # CONFIG_NLS_CODEPAGE_861 is not set CONFIG_NLS_CODEPAGE_862=y # CONFIG_NLS_CODEPAGE_863 is not set # CONFIG_NLS_CODEPAGE_864 is not set CONFIG_NLS_CODEPAGE_865=y CONFIG_NLS_CODEPAGE_866=y # CONFIG_NLS_CODEPAGE_869 is not set # CONFIG_NLS_CODEPAGE_936 is not set # CONFIG_NLS_CODEPAGE_950 is not set # CONFIG_NLS_CODEPAGE_932 is not set CONFIG_NLS_CODEPAGE_949=y # CONFIG_NLS_CODEPAGE_874 is not set # CONFIG_NLS_ISO8859_8 is not set CONFIG_NLS_CODEPAGE_1250=y CONFIG_NLS_CODEPAGE_1251=y CONFIG_NLS_ASCII=y # CONFIG_NLS_ISO8859_1 is not set # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set # CONFIG_NLS_ISO8859_4 is not set CONFIG_NLS_ISO8859_5=y # CONFIG_NLS_ISO8859_6 is not set # CONFIG_NLS_ISO8859_7 is not set # CONFIG_NLS_ISO8859_9 is not set CONFIG_NLS_ISO8859_13=y # CONFIG_NLS_ISO8859_14 is not set CONFIG_NLS_ISO8859_15=y # CONFIG_NLS_KOI8_R is not set # CONFIG_NLS_KOI8_U is not set CONFIG_NLS_UTF8=y CONFIG_DLM=y # CONFIG_DLM_DEBUG is not set # # Kernel hacking # CONFIG_TRACE_IRQFLAGS_SUPPORT=y # CONFIG_PRINTK_TIME is not set # CONFIG_ENABLE_WARN_DEPRECATED is not set CONFIG_ENABLE_MUST_CHECK=y CONFIG_FRAME_WARN=1024 CONFIG_MAGIC_SYSRQ=y # CONFIG_STRIP_ASM_SYMS is not set CONFIG_UNUSED_SYMBOLS=y CONFIG_DEBUG_FS=y # CONFIG_HEADERS_CHECK is not set # CONFIG_DEBUG_KERNEL is not set # CONFIG_HARDLOCKUP_DETECTOR is not set CONFIG_BKL=y CONFIG_SPARSE_RCU_POINTER=y CONFIG_STACKTRACE=y CONFIG_DEBUG_MEMORY_INIT=y CONFIG_ARCH_WANT_FRAME_POINTERS=y # CONFIG_FRAME_POINTER is not set CONFIG_RCU_CPU_STALL_DETECTOR=y CONFIG_RCU_CPU_STALL_TIMEOUT=60 # CONFIG_RCU_CPU_STALL_DETECTOR_RUNNABLE is not set CONFIG_LKDTM=y CONFIG_USER_STACKTRACE_SUPPORT=y CONFIG_NOP_TRACER=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_SYSCALL_TRACEPOINTS=y CONFIG_HAVE_C_RECORDMCOUNT=y CONFIG_TRACER_MAX_TRACE=y CONFIG_RING_BUFFER=y CONFIG_EVENT_TRACING=y CONFIG_CONTEXT_SWITCH_TRACER=y CONFIG_RING_BUFFER_ALLOW_SWAP=y CONFIG_TRACING=y CONFIG_GENERIC_TRACER=y CONFIG_TRACING_SUPPORT=y CONFIG_FTRACE=y # CONFIG_FUNCTION_TRACER is not set # CONFIG_IRQSOFF_TRACER is not set CONFIG_SCHED_TRACER=y # CONFIG_FTRACE_SYSCALLS is not set CONFIG_BRANCH_PROFILE_NONE=y # CONFIG_PROFILE_ANNOTATED_BRANCHES is not set # CONFIG_PROFILE_ALL_BRANCHES is not set # CONFIG_STACK_TRACER is not set CONFIG_BLK_DEV_IO_TRACE=y CONFIG_FTRACE_SELFTEST=y CONFIG_FTRACE_STARTUP_TEST=y # CONFIG_EVENT_TRACE_TEST_SYSCALLS is not set # CONFIG_MMIOTRACE is not set # CONFIG_RING_BUFFER_BENCHMARK is not set # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set CONFIG_FIREWIRE_OHCI_REMOTE_DMA=y # CONFIG_DYNAMIC_DEBUG is not set # CONFIG_DMA_API_DEBUG is not set CONFIG_ATOMIC64_SELFTEST=y # CONFIG_SAMPLES is not set CONFIG_HAVE_ARCH_KGDB=y CONFIG_HAVE_ARCH_KMEMCHECK=y CONFIG_STRICT_DEVMEM=y CONFIG_X86_VERBOSE_BOOTUP=y CONFIG_EARLY_PRINTK=y # CONFIG_EARLY_PRINTK_DBGP is not set CONFIG_DOUBLEFAULT=y CONFIG_IOMMU_STRESS=y 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 is not set CONFIG_IO_DELAY_0XED=y # CONFIG_IO_DELAY_UDELAY is not set # CONFIG_IO_DELAY_NONE is not set CONFIG_DEFAULT_IO_DELAY_TYPE=1 # CONFIG_OPTIMIZE_INLINING is not set # # Security options # # CONFIG_KEYS is not set CONFIG_SECURITY=y CONFIG_SECURITYFS=y CONFIG_SECURITY_NETWORK=y # CONFIG_SECURITY_NETWORK_XFRM is not set CONFIG_SECURITY_PATH=y CONFIG_LSM_MMAP_MIN_ADDR=65536 CONFIG_SECURITY_SELINUX=y # CONFIG_SECURITY_SELINUX_BOOTPARAM is not set CONFIG_SECURITY_SELINUX_DISABLE=y CONFIG_SECURITY_SELINUX_DEVELOP=y # CONFIG_SECURITY_SELINUX_AVC_STATS is not set 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_SECURITY_APPARMOR=y CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=1 # CONFIG_IMA is not set # CONFIG_DEFAULT_SECURITY_SELINUX is not set CONFIG_DEFAULT_SECURITY_APPARMOR=y # CONFIG_DEFAULT_SECURITY_DAC is not set CONFIG_DEFAULT_SECURITY="apparmor" CONFIG_XOR_BLOCKS=y CONFIG_ASYNC_CORE=y CONFIG_ASYNC_MEMCPY=y CONFIG_ASYNC_XOR=y CONFIG_ASYNC_PQ=y CONFIG_ASYNC_RAID6_RECOV=y # CONFIG_ASYNC_RAID6_TEST is not set CONFIG_CRYPTO=y # # Crypto core or helper # # CONFIG_CRYPTO_FIPS is not set CONFIG_CRYPTO_ALGAPI=y CONFIG_CRYPTO_ALGAPI2=y CONFIG_CRYPTO_AEAD=y CONFIG_CRYPTO_AEAD2=y CONFIG_CRYPTO_BLKCIPHER=y CONFIG_CRYPTO_BLKCIPHER2=y CONFIG_CRYPTO_HASH=y CONFIG_CRYPTO_HASH2=y CONFIG_CRYPTO_RNG=y CONFIG_CRYPTO_RNG2=y CONFIG_CRYPTO_PCOMP2=y CONFIG_CRYPTO_MANAGER=y CONFIG_CRYPTO_MANAGER2=y # CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set CONFIG_CRYPTO_GF128MUL=y # CONFIG_CRYPTO_NULL is not set CONFIG_CRYPTO_PCRYPT=y CONFIG_CRYPTO_WORKQUEUE=y # CONFIG_CRYPTO_CRYPTD is not set CONFIG_CRYPTO_AUTHENC=y # # Authenticated Encryption with Associated Data # # CONFIG_CRYPTO_CCM is not set CONFIG_CRYPTO_GCM=y CONFIG_CRYPTO_SEQIV=y # # Block modes # CONFIG_CRYPTO_CBC=y CONFIG_CRYPTO_CTR=y CONFIG_CRYPTO_CTS=y CONFIG_CRYPTO_ECB=y # CONFIG_CRYPTO_LRW is not set CONFIG_CRYPTO_PCBC=y CONFIG_CRYPTO_XTS=y # # Hash modes # CONFIG_CRYPTO_HMAC=y CONFIG_CRYPTO_XCBC=y # CONFIG_CRYPTO_VMAC is not set # # Digest # CONFIG_CRYPTO_CRC32C=y CONFIG_CRYPTO_CRC32C_INTEL=y CONFIG_CRYPTO_GHASH=y CONFIG_CRYPTO_MD4=y CONFIG_CRYPTO_MD5=y # CONFIG_CRYPTO_MICHAEL_MIC is not set CONFIG_CRYPTO_RMD128=y CONFIG_CRYPTO_RMD160=y # CONFIG_CRYPTO_RMD256 is not set CONFIG_CRYPTO_RMD320=y CONFIG_CRYPTO_SHA1=y # CONFIG_CRYPTO_SHA256 is not set # CONFIG_CRYPTO_SHA512 is not set CONFIG_CRYPTO_TGR192=y # CONFIG_CRYPTO_WP512 is not set # # Ciphers # CONFIG_CRYPTO_AES=y CONFIG_CRYPTO_AES_586=y CONFIG_CRYPTO_ANUBIS=y CONFIG_CRYPTO_ARC4=y # CONFIG_CRYPTO_BLOWFISH is not set # CONFIG_CRYPTO_CAMELLIA is not set CONFIG_CRYPTO_CAST5=y CONFIG_CRYPTO_CAST6=y CONFIG_CRYPTO_DES=y CONFIG_CRYPTO_FCRYPT=y CONFIG_CRYPTO_KHAZAD=y CONFIG_CRYPTO_SALSA20=y # CONFIG_CRYPTO_SALSA20_586 is not set # CONFIG_CRYPTO_SEED is not set # CONFIG_CRYPTO_SERPENT is not set CONFIG_CRYPTO_TEA=y # CONFIG_CRYPTO_TWOFISH is not set # CONFIG_CRYPTO_TWOFISH_586 is not set # # Compression # CONFIG_CRYPTO_DEFLATE=y # CONFIG_CRYPTO_ZLIB is not set # CONFIG_CRYPTO_LZO is not set # # Random Number Generation # CONFIG_CRYPTO_ANSI_CPRNG=y CONFIG_CRYPTO_HW=y # CONFIG_CRYPTO_DEV_PADLOCK is not set CONFIG_CRYPTO_DEV_GEODE=y # CONFIG_CRYPTO_DEV_HIFN_795X is not set CONFIG_HAVE_KVM=y # CONFIG_VIRTUALIZATION is not set CONFIG_BINARY_PRINTF=y # # Library routines # CONFIG_RAID6_PQ=y CONFIG_BITREVERSE=y CONFIG_GENERIC_FIND_FIRST_BIT=y CONFIG_GENERIC_FIND_NEXT_BIT=y CONFIG_GENERIC_FIND_LAST_BIT=y CONFIG_CRC_CCITT=y CONFIG_CRC16=y CONFIG_CRC_T10DIF=y CONFIG_CRC_ITU_T=y CONFIG_CRC32=y CONFIG_CRC7=y CONFIG_LIBCRC32C=y CONFIG_AUDIT_GENERIC=y CONFIG_ZLIB_INFLATE=y CONFIG_ZLIB_DEFLATE=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAS_DMA=y CONFIG_CHECK_SIGNATURE=y CONFIG_NLATTR=y ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-25 8:59 ` Ingo Molnar @ 2010-10-25 9:30 ` Ingo Molnar 2010-10-25 11:45 ` Ingo Molnar 0 siblings, 1 reply; 50+ messages in thread From: Ingo Molnar @ 2010-10-25 9:30 UTC (permalink / raw) To: Steven Rostedt Cc: Jason Baron, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo, masami.hiramatsu.pt * Ingo Molnar <mingo@elte.hu> wrote: > * Ingo Molnar <mingo@elte.hu> wrote: > > > > Interesting, the jump was to NULL. I'm thinking it hit a trace point and jumped > > > to a NULL address. I guess there's some strange race here. Is a cache flush > > > missing somewhere. I'll look more into this on Monday. > > > > NULL wasnt the only crash i've seen in the past though, here's an older one: > > here's another crash: here's a repeat bootup with the same config: Testing event kmalloc: OK Testing event kmem_cache_alloc: OK Testing event kmalloc_node: OK Testing event kmem_cache_alloc_node: BUG: unable to handle kernel paging request at ffffffff IP: [<b6c35f7c>] 0xb6c35f7c *pde = 01b29067 *pte = 00000000 Oops: 0002 [#1] SMP last sysfs file: Pid: 2, comm: kthreadd Not tainted 2.6.36-tip+ #52248 / EIP: 0060:[<b6c35f7c>] EFLAGS: 00010282 CPU: 1 EAX: ffffffff EBX: 7902361a ECX: 00000000 EDX: 00000000 ESI: b6c35f7c EDI: fffffff4 EBP: b6c09c00 ESP: b6c35ee4 DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 Process kthreadd (pid: 2, ti=b6c34000 task=b6c09c00 task.ti=b6c34000) Stack: 7902361a 00000001 00800711 00000400 b7006688 00000000 b6c35f7c 00000000 b6c35f7c 00000000 00000000 b6c35f7c 790242e2 00000000 00000000 00000000 00000000 00800711 00000000 00000000 00000000 00000000 00000409 00000400 Call Trace: [<7902361a>] ? 0x7902361a [<790242e2>] ? 0x790242e2 [<79036c86>] ? 0x79036c86 [<79007c1a>] ? 0x79007c1a [<79036c86>] ? 0x79036c86 [<79002b78>] ? 0x79002b78 [<79036d7b>] ? 0x79036d7b [<79036cee>] ? 0x79036cee [<79002b7e>] ? 0x79002b7e Code: 00 00 00 40 99 20 00 b5 f9 e6 c0 11 07 80 00 86 6c 03 79 c0 5f c3 b6 7c 5f c3 b6 1a 7c 00 79 00 00 00 00 00 00 00 00 00 00 00 00 <00> 00 00 00 00 00 00 00 00 00 00 00 86 6c 03 79 74 3f c3 b6 00 EIP: [<b6c35f7c>] SS:ESP 0068:b6c35ee4 CR2: 00000000ffffffff similar crash pattern, but slightly different place of crash. Ingo ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-25 9:30 ` Ingo Molnar @ 2010-10-25 11:45 ` Ingo Molnar 2010-10-25 12:10 ` Ingo Molnar 0 siblings, 1 reply; 50+ messages in thread From: Ingo Molnar @ 2010-10-25 11:45 UTC (permalink / raw) To: Steven Rostedt Cc: Jason Baron, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo, masami.hiramatsu.pt [-- Attachment #1: Type: text/plain, Size: 6650 bytes --] * Ingo Molnar <mingo@elte.hu> wrote: > > here's another crash: > > here's a repeat bootup with the same config: and here's a new crash with a new config: [ 11.810471] Testing event timer_expire_exit: OK [ 11.850475] Testing event timer_cancel: OK [ 11.890508] Testing event hrtimer_init: OK [ 11.930469] Testing event hrtimer_start: OK [ 11.970475] Testing event hrtimer_expire_entry: [ 11.980002] BUG: unable to handle kernel NULL pointer dereference at (null) [ 11.980010] IP: [<(null)>] (null) [ 11.980010] *pde = 00000000 [ 11.980010] Oops: 0000 [#1] SMP [ 11.980010] last sysfs file: [ 11.980010] Modules linked in: [ 11.980010] [ 11.980010] Pid: 0, comm: swapper Not tainted 2.6.36-tip-05833-g9db2fad-dirty #52316 A8N-E/System Product Name [ 11.980010] EIP: 0060:[<00000000>] EFLAGS: 00010046 CPU: 0 [ 11.980010] EIP is at 0x0 [ 11.980010] EAX: f6806a94 EBX: f6806a94 ECX: 00010000 EDX: 00000096 [ 11.980010] ESI: f65bdf50 EDI: f6806a00 EBP: f6806a30 ESP: c13dff04 [ 11.980010] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 [ 11.980010] Process swapper (pid: 0, ti=c13de000 task=c13e2f20 task.ti=c13de000) [ 11.980010] Stack: [ 11.980010] c103d297 00000000 c10460c1 c13dff4c ca105369 00000002 ffffffff 7fffffff [ 11.980010] c103d52b ca105369 00000002 ca105369 0000002c f6806a00 00000000 f6806a04 [ 11.980010] ca105369 00000002 ca105369 00000002 00000000 f6805dac 00000000 c1420788 [ 11.980010] Call Trace: [ 11.980010] [<c103d297>] ? __run_hrtimer+0x91/0x105 [ 11.980010] [<c10460c1>] ? tick_sched_timer+0x0/0x1a1 [ 11.980010] [<c103d52b>] ? hrtimer_interrupt+0x108/0x20a [ 11.980010] [<c1012294>] ? smp_apic_timer_interrupt+0x66/0x75 [ 11.980010] [<c12c202a>] ? apic_timer_interrupt+0x36/0x3c [ 11.980010] [<c10163f0>] ? native_safe_halt+0x2/0x3 [ 11.980010] [<c10072c6>] ? default_idle+0x66/0x91 [ 11.980010] [<c10020f6>] ? cpu_idle+0x98/0xda [ 11.980010] [<c142280a>] ? start_kernel+0x2f7/0x2fc [ 11.980010] Code: Bad EIP value. [ 11.980010] EIP: [<00000000>] 0x0 SS:ESP 0068:c13dff04 [ 11.980010] CR2: 0000000000000000 [ 11.980010] ---[ end trace 74b10a949febd52e ]--- [ 11.980011] BUG: unable to handle kernel NULL pointer dereference at (null) [ 11.980011] IP: [<(null)>] (null) [ 11.980011] *pde = 00000000 [ 11.980011] Oops: 0000 [#2] SMP [ 11.980011] last sysfs file: [ 11.980011] Modules linked in: [ 11.980011] [ 11.980011] Pid: 0, comm: kworker/0:0 Tainted: G D 2.6.36-tip-05833-g9db2fad-dirty #52316 A8N-E/System Product Name [ 11.980011] EIP: 0060:[<00000000>] EFLAGS: 00010046 CPU: 1 [ 11.980011] EIP is at 0x0 [ 11.980011] EAX: f6a06a94 EBX: f6a06a94 ECX: 00010000 EDX: 00000092 [ 11.980011] ESI: f65bdf50 EDI: f6a06a00 EBP: f6a06a30 ESP: f6479ec0 [ 11.980011] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 [ 11.980011] Process kworker/0:0 (pid: 0, ti=f6478000 task=f64364e0 task.ti=f6478000) [ 11.980011] Stack: [ 11.980011] c103d297 00000000 c10460c1 f6479f08 ca1058de 00000002 ffffffff 7fffffff [ 11.980011] c103d52b ca1058de 00000002 ca1058de 0000002c f6a06a00 00000000 f6a06a04 [ 11.980011] ca1058de 00000002 ca1058de 00000002 00000000 f6a05dac 00000001 c1420788 [ 11.980011] Call Trace: [ 11.980011] [<c103d297>] ? __run_hrtimer+0x91/0x105 [ 11.980011] [<c10460c1>] ? tick_sched_timer+0x0/0x1a1 [ 11.980011] [<c103d52b>] ? hrtimer_interrupt+0x108/0x20a [ 11.980011] [<c1012294>] ? smp_apic_timer_interrupt+0x66/0x75 [ 11.980011] [<c12c202a>] ? apic_timer_interrupt+0x36/0x3c [ 11.980011] [<c10163f0>] ? native_safe_halt+0x2/0x3 [ 11.980011] [<c10072c6>] ? default_idle+0x66/0x91 [ 11.980011] [<c10020f6>] ? cpu_idle+0x98/0xda [ 11.980011] [<c14501ce>] ? start_secondary+0x200/0x205 [ 11.980011] Code: Bad EIP value. [ 11.980011] EIP: [<00000000>] 0x0 SS:ESP 0068:f6479ec0 [ 11.980011] CR2: 0000000000000000 [ 11.980011] ---[ end trace 74b10a949febd52f ]--- [ 11.980011] Kernel panic - not syncing: Fatal exception in interrupt [ 11.980011] Pid: 0, comm: kworker/0:0 Tainted: G D 2.6.36-tip-05833-g9db2fad-dirty #52316 [ 11.980011] Call Trace: [ 11.980011] [<c12bfaa3>] ? panic+0x4d/0x13a [ 11.980011] [<c12c2b31>] ? oops_end+0x72/0x7c [ 11.980011] [<c1017475>] ? no_context+0x10d/0x117 [ 11.980011] [<c12c42d7>] ? do_page_fault+0x0/0x37c [ 11.980011] [<c1017591>] ? bad_area_nosemaphore+0xa/0xc [ 11.980011] [<c12c44a4>] ? do_page_fault+0x1cd/0x37c [ 11.980011] [<c105a808>] ? rb_reserve_next_event+0x289/0x336 [ 11.980011] [<c113ea0c>] ? trace_hardirqs_off_thunk+0xc/0x10 [ 11.980011] [<c12c42d7>] ? do_page_fault+0x0/0x37c [ 11.980011] [<c12c42d7>] ? do_page_fault+0x0/0x37c [ 11.980011] [<c12c21ec>] ? error_code+0x6c/0x74 [ 11.980011] [<c103d297>] ? __run_hrtimer+0x91/0x105 [ 11.980011] [<c10460c1>] ? tick_sched_timer+0x0/0x1a1 [ 11.980011] [<c103d52b>] ? hrtimer_interrupt+0x108/0x20a [ 11.980011] [<c1012294>] ? smp_apic_timer_interrupt+0x66/0x75 [ 11.980011] [<c12c202a>] ? apic_timer_interrupt+0x36/0x3c [ 11.980011] [<c10163f0>] ? native_safe_halt+0x2/0x3 [ 11.980011] [<c10072c6>] ? default_idle+0x66/0x91 [ 11.980011] [<c10020f6>] ? cpu_idle+0x98/0xda [ 11.980011] [<c14501ce>] ? start_secondary+0x200/0x205 [ 11.980010] Kernel panic - not syncing: Fatal exception in interrupt [ 11.980010] Pid: 0, comm: swapper Tainted: G D 2.6.36-tip-05833-g9db2fad-dirty #52316 [ 11.980010] Call Trace: [ 11.980010] [<c12bfaa3>] ? panic+0x4d/0x13a [ 11.980010] [<c12c2b31>] ? oops_end+0x72/0x7c [ 11.980010] [<c1017475>] ? no_context+0x10d/0x117 [ 11.980010] [<c12c42d7>] ? do_page_fault+0x0/0x37c [ 11.980010] [<c1017591>] ? bad_area_nosemaphore+0xa/0xc [ 11.980010] [<c12c44a4>] ? do_page_fault+0x1cd/0x37c [ 11.980010] [<c105a808>] ? rb_reserve_next_event+0x289/0x336 [ 11.980010] [<c113ea0c>] ? trace_hardirqs_off_thunk+0xc/0x10 [ 11.980010] [<c12c42d7>] ? do_page_fault+0x0/0x37c [ 11.980010] [<c12c42d7>] ? do_page_fault+0x0/0x37c [ 11.980010] [<c12c21ec>] ? error_code+0x6c/0x74 [ 11.980010] [<c103d297>] ? __run_hrtimer+0x91/0x105 [ 11.980010] [<c10460c1>] ? tick_sched_timer+0x0/0x1a1 [ 11.980010] [<c103d52b>] ? hrtimer_interrupt+0x108/0x20a [ 11.980010] [<c1012294>] ? smp_apic_timer_interrupt+0x66/0x75 [ 11.980010] [<c12c202a>] ? apic_timer_interrupt+0x36/0x3c [ 11.980010] [<c10163f0>] ? native_safe_halt+0x2/0x3 [ 11.980010] [<c10072c6>] ? default_idle+0x66/0x91 [ 11.980010] [<c10020f6>] ? cpu_idle+0x98/0xda [ 11.980010] [<c142280a>] ? start_kernel+0x2f7/0x2fc Ingo [-- Attachment #2: config --] [-- Type: text/plain, Size: 65858 bytes --] # # Automatically generated make config: don't edit # Linux kernel version: 2.6.36 # Mon Oct 25 15:06:48 2010 # # CONFIG_64BIT is not set CONFIG_X86_32=y # CONFIG_X86_64 is not set CONFIG_X86=y CONFIG_INSTRUCTION_DECODER=y CONFIG_OUTPUT_FORMAT="elf32-i386" CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig" 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_MMU=y CONFIG_ZONE_DMA=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_SG_DMA_LENGTH=y CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_IOMAP=y CONFIG_GENERIC_BUG=y CONFIG_GENERIC_HWEIGHT=y CONFIG_GENERIC_GPIO=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_NEED_PER_CPU_EMBED_FIRST_CHUNK=y CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=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_USE_GENERIC_SMP_HELPERS=y CONFIG_X86_32_SMP=y CONFIG_X86_HT=y CONFIG_X86_TRAMPOLINE=y CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-ecx -fcall-saved-edx" CONFIG_KTIME_SCALAR=y CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" CONFIG_CONSTRUCTORS=y CONFIG_HAVE_IRQ_WORK=y CONFIG_IRQ_WORK=y # # General setup # CONFIG_EXPERIMENTAL=y CONFIG_LOCK_KERNEL=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_CROSS_COMPILE="" CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_BZIP2=y CONFIG_HAVE_KERNEL_LZMA=y CONFIG_HAVE_KERNEL_LZO=y # CONFIG_KERNEL_GZIP is not set # CONFIG_KERNEL_BZIP2 is not set # CONFIG_KERNEL_LZMA is not set CONFIG_KERNEL_LZO=y # CONFIG_SWAP is not set 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=y CONFIG_TASKSTATS=y # CONFIG_TASK_DELAY_ACCT is not set # CONFIG_TASK_XACCT is not set CONFIG_AUDIT=y # CONFIG_AUDITSYSCALL is not set CONFIG_HAVE_GENERIC_HARDIRQS=y # # IRQ subsystem # CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y # CONFIG_GENERIC_HARDIRQS_NO_DEPRECATED is not set CONFIG_HAVE_SPARSE_IRQ=y CONFIG_GENERIC_IRQ_PROBE=y CONFIG_GENERIC_PENDING_IRQ=y # CONFIG_AUTO_IRQ_AFFINITY is not set # CONFIG_IRQ_PER_CPU is not set # CONFIG_HARDIRQS_SW_RESEND is not set CONFIG_SPARSE_IRQ=y # # RCU Subsystem # CONFIG_TREE_RCU=y # CONFIG_PREEMPT_RCU is not set CONFIG_RCU_TRACE=y CONFIG_RCU_FANOUT=32 # CONFIG_RCU_FANOUT_EXACT is not set CONFIG_TREE_RCU_TRACE=y CONFIG_IKCONFIG=m # CONFIG_IKCONFIG_PROC is not set CONFIG_LOG_BUF_SHIFT=20 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y # 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 is not set CONFIG_USER_NS=y # CONFIG_PID_NS is not set # CONFIG_NET_NS is not set # CONFIG_BLK_DEV_INITRD is not set 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 is not set 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_EVENTS=y # # Kernel Performance Events And Counters # CONFIG_PERF_EVENTS=y CONFIG_PERF_COUNTERS=y CONFIG_VM_EVENT_COUNTERS=y CONFIG_PCI_QUIRKS=y CONFIG_SLUB_DEBUG=y # CONFIG_COMPAT_BRK is not set # CONFIG_SLAB is not set CONFIG_SLUB=y CONFIG_PROFILING=y CONFIG_TRACEPOINTS=y CONFIG_OPROFILE=m # CONFIG_OPROFILE_EVENT_MULTIPLEX is not set CONFIG_HAVE_OPROFILE=y CONFIG_KPROBES=y CONFIG_OPTPROBES=y CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y CONFIG_KRETPROBES=y CONFIG_USER_RETURN_NOTIFIER=y CONFIG_HAVE_IOREMAP_PROT=y CONFIG_HAVE_KPROBES=y CONFIG_HAVE_KRETPROBES=y CONFIG_HAVE_OPTPROBES=y CONFIG_HAVE_ARCH_TRACEHOOK=y CONFIG_HAVE_DMA_ATTRS=y CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y CONFIG_HAVE_DMA_API_DEBUG=y CONFIG_HAVE_HW_BREAKPOINT=y CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y CONFIG_HAVE_USER_RETURN_NOTIFIER=y CONFIG_HAVE_PERF_EVENTS_NMI=y CONFIG_HAVE_ARCH_JUMP_LABEL=y # # GCOV-based kernel profiling # CONFIG_HAVE_GENERIC_DMA_COHERENT=y CONFIG_SLABINFO=y CONFIG_RT_MUTEXES=y CONFIG_BASE_SMALL=0 CONFIG_MODULES=y CONFIG_MODULE_FORCE_LOAD=y CONFIG_MODULE_UNLOAD=y # CONFIG_MODULE_FORCE_UNLOAD is not set # CONFIG_MODVERSIONS is not set # CONFIG_MODULE_SRCVERSION_ALL is not set CONFIG_STOP_MACHINE=y CONFIG_BLOCK=y CONFIG_LBDAF=y CONFIG_BLK_DEV_BSG=y CONFIG_BLK_DEV_INTEGRITY=y # # IO Schedulers # CONFIG_IOSCHED_NOOP=y CONFIG_IOSCHED_DEADLINE=m CONFIG_IOSCHED_CFQ=m CONFIG_DEFAULT_NOOP=y CONFIG_DEFAULT_IOSCHED="noop" CONFIG_PREEMPT_NOTIFIERS=y # CONFIG_INLINE_SPIN_TRYLOCK is not set # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set # CONFIG_INLINE_SPIN_LOCK is not set # CONFIG_INLINE_SPIN_LOCK_BH is not set # CONFIG_INLINE_SPIN_LOCK_IRQ is not set # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set CONFIG_INLINE_SPIN_UNLOCK=y # CONFIG_INLINE_SPIN_UNLOCK_BH is not set CONFIG_INLINE_SPIN_UNLOCK_IRQ=y # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set # CONFIG_INLINE_READ_TRYLOCK is not set # CONFIG_INLINE_READ_LOCK is not set # CONFIG_INLINE_READ_LOCK_BH is not set # CONFIG_INLINE_READ_LOCK_IRQ is not set # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set CONFIG_INLINE_READ_UNLOCK=y # CONFIG_INLINE_READ_UNLOCK_BH is not set CONFIG_INLINE_READ_UNLOCK_IRQ=y # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set # CONFIG_INLINE_WRITE_TRYLOCK is not set # CONFIG_INLINE_WRITE_LOCK is not set # CONFIG_INLINE_WRITE_LOCK_BH is not set # CONFIG_INLINE_WRITE_LOCK_IRQ is not set # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set CONFIG_INLINE_WRITE_UNLOCK=y # CONFIG_INLINE_WRITE_UNLOCK_BH is not set CONFIG_INLINE_WRITE_UNLOCK_IRQ=y # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set CONFIG_MUTEX_SPIN_ON_OWNER=y # CONFIG_FREEZER is not set # # 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_X86_MPPARSE=y # CONFIG_X86_BIGSMP is not set # CONFIG_X86_EXTENDED_PLATFORM is not set CONFIG_SCHED_OMIT_FRAME_POINTER=y CONFIG_PARAVIRT_GUEST=y CONFIG_KVM_CLOCK=y # CONFIG_KVM_GUEST is not set CONFIG_LGUEST_GUEST=y CONFIG_PARAVIRT=y # CONFIG_PARAVIRT_SPINLOCKS is not set CONFIG_PARAVIRT_CLOCK=y CONFIG_NO_BOOTMEM=y CONFIG_MEMTEST=y # CONFIG_M386 is not set # CONFIG_M486 is not set # CONFIG_M586 is not set # CONFIG_M586TSC is not set # CONFIG_M586MMX is not set CONFIG_M686=y # CONFIG_MPENTIUMII is not set # CONFIG_MPENTIUMIII is not set # CONFIG_MPENTIUMM is not set # CONFIG_MPENTIUM4 is not set # 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_MCORE2 is not set # CONFIG_MATOM is not set CONFIG_X86_GENERIC=y CONFIG_X86_CPU=y CONFIG_X86_INTERNODE_CACHE_SHIFT=6 CONFIG_X86_CMPXCHG=y CONFIG_X86_L1_CACHE_SHIFT=6 CONFIG_X86_XADD=y CONFIG_X86_PPRO_FENCE=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=5 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_HPET_TIMER is not set CONFIG_DMI=y # CONFIG_IOMMU_HELPER is not set # CONFIG_IOMMU_API is not set CONFIG_NR_CPUS=8 # CONFIG_SCHED_SMT is not set # CONFIG_SCHED_MC is not set # CONFIG_IRQ_TIME_ACCOUNTING is not set CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT_VOLUNTARY is not set # CONFIG_PREEMPT is not set CONFIG_X86_LOCAL_APIC=y CONFIG_X86_IO_APIC=y CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y # CONFIG_X86_MCE is not set CONFIG_VM86=y # CONFIG_TOSHIBA is not set CONFIG_I8K=m # CONFIG_X86_REBOOTFIXUPS is not set # CONFIG_MICROCODE is not set CONFIG_X86_MSR=m # CONFIG_X86_CPUID is not set # CONFIG_NOHIGHMEM is not set CONFIG_HIGHMEM4G=y # CONFIG_HIGHMEM64G is not set CONFIG_PAGE_OFFSET=0xC0000000 CONFIG_HIGHMEM=y # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set # CONFIG_ARCH_DMA_ADDR_T_64BIT is not set CONFIG_ARCH_FLATMEM_ENABLE=y CONFIG_ARCH_SPARSEMEM_ENABLE=y CONFIG_ARCH_SELECT_MEMORY_MODEL=y CONFIG_ILLEGAL_POINTER_VALUE=0 CONFIG_SELECT_MEMORY_MODEL=y CONFIG_FLATMEM_MANUAL=y # CONFIG_SPARSEMEM_MANUAL is not set CONFIG_FLATMEM=y CONFIG_FLAT_NODE_MEM_MAP=y CONFIG_SPARSEMEM_STATIC=y CONFIG_HAVE_MEMBLOCK=y CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_SPLIT_PTLOCK_CPUS=4 CONFIG_COMPACTION=y CONFIG_MIGRATION=y # CONFIG_PHYS_ADDR_T_64BIT is not set CONFIG_ZONE_DMA_FLAG=1 CONFIG_BOUNCE=y CONFIG_VIRT_TO_BUS=y CONFIG_MMU_NOTIFIER=y # CONFIG_KSM is not set CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 CONFIG_HIGHPTE=y CONFIG_X86_CHECK_BIOS_CORRUPTION=y # CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK is not set CONFIG_X86_RESERVE_LOW=64 # 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=y CONFIG_ARCH_USES_PG_UNCACHED=y CONFIG_EFI=y # CONFIG_SECCOMP is not set CONFIG_CC_STACKPROTECTOR=y CONFIG_HZ_100=y # CONFIG_HZ_250 is not set # CONFIG_HZ_300 is not set # CONFIG_HZ_1000 is not set CONFIG_HZ=100 CONFIG_SCHED_HRTICK=y # CONFIG_KEXEC is not set # CONFIG_CRASH_DUMP is not set CONFIG_PHYSICAL_START=0x1000000 # CONFIG_RELOCATABLE is not set CONFIG_PHYSICAL_ALIGN=0x1000000 # CONFIG_HOTPLUG_CPU is not set # 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_SUSPEND is not set # CONFIG_PM_RUNTIME is not set CONFIG_PM_OPP=y CONFIG_ACPI=y CONFIG_ACPI_PROCFS=y CONFIG_ACPI_PROCFS_POWER=y CONFIG_ACPI_POWER_METER=m # CONFIG_ACPI_SYSFS_POWER is not set CONFIG_ACPI_EC_DEBUGFS=m CONFIG_ACPI_PROC_EVENT=y # CONFIG_ACPI_AC is not set # CONFIG_ACPI_BATTERY is not set # CONFIG_ACPI_BUTTON is not set # CONFIG_ACPI_VIDEO is not set # CONFIG_ACPI_FAN is not set # CONFIG_ACPI_DOCK is not set # CONFIG_ACPI_PROCESSOR is not set # CONFIG_ACPI_CUSTOM_DSDT is not set CONFIG_ACPI_BLACKLIST_YEAR=0 CONFIG_ACPI_DEBUG=y CONFIG_ACPI_DEBUG_FUNC_TRACE=y CONFIG_ACPI_PCI_SLOT=m CONFIG_X86_PM_TIMER=y CONFIG_ACPI_CONTAINER=m # CONFIG_ACPI_SBS is not set CONFIG_ACPI_HED=m CONFIG_ACPI_APEI=y # CONFIG_ACPI_APEI_GHES is not set # CONFIG_ACPI_APEI_EINJ is not set CONFIG_ACPI_APEI_ERST_DEBUG=m # CONFIG_SFI is not set # # CPU Frequency scaling # CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_TABLE=m # CONFIG_CPU_FREQ_DEBUG is not set CONFIG_CPU_FREQ_STAT=m # CONFIG_CPU_FREQ_STAT_DETAILS is not set CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set # 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=m # CONFIG_CPU_FREQ_GOV_ONDEMAND is not set # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set # # CPUFreq processor drivers # # CONFIG_X86_POWERNOW_K6 is not set CONFIG_X86_POWERNOW_K7=m CONFIG_X86_GX_SUSPMOD=m # CONFIG_X86_SPEEDSTEP_CENTRINO is not set # CONFIG_X86_SPEEDSTEP_ICH is not set CONFIG_X86_SPEEDSTEP_SMI=m CONFIG_X86_P4_CLOCKMOD=m CONFIG_X86_CPUFREQ_NFORCE2=m CONFIG_X86_LONGRUN=m CONFIG_X86_E_POWERSAVER=m # # shared options # CONFIG_X86_SPEEDSTEP_LIB=m CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK=y CONFIG_CPU_IDLE=y CONFIG_CPU_IDLE_GOV_LADDER=y # CONFIG_INTEL_IDLE is not set # # 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_OLPC=y CONFIG_PCI_DOMAINS=y CONFIG_PCI_CNB20LE_QUIRK=y CONFIG_PCIEPORTBUS=y CONFIG_HOTPLUG_PCI_PCIE=m # CONFIG_PCIEAER is not set CONFIG_PCIEASPM=y # CONFIG_PCIEASPM_DEBUG is not set CONFIG_ARCH_SUPPORTS_MSI=y # CONFIG_PCI_MSI is not set # CONFIG_PCI_STUB is not set # CONFIG_HT_IRQ is not set # CONFIG_PCI_IOV is not set CONFIG_PCI_IOAPIC=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=y CONFIG_OLPC_XO1=m CONFIG_OLPC_OPENFIRMWARE=y CONFIG_AMD_NB=y # CONFIG_PCCARD is not set CONFIG_HOTPLUG_PCI=m CONFIG_HOTPLUG_PCI_FAKE=m # CONFIG_HOTPLUG_PCI_COMPAQ is not set # CONFIG_HOTPLUG_PCI_IBM is not set # CONFIG_HOTPLUG_PCI_ACPI is not set CONFIG_HOTPLUG_PCI_CPCI=y # CONFIG_HOTPLUG_PCI_CPCI_ZT5550 is not set CONFIG_HOTPLUG_PCI_CPCI_GENERIC=m CONFIG_HOTPLUG_PCI_SHPC=m # # Executable file formats / Emulations # CONFIG_BINFMT_ELF=y CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y CONFIG_HAVE_AOUT=y CONFIG_BINFMT_AOUT=m # CONFIG_BINFMT_MISC is not set CONFIG_HAVE_ATOMIC_IOMAP=y CONFIG_HAVE_TEXT_POKE_SMP=y CONFIG_NET=y # # Networking options # CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_XFRM=y # CONFIG_XFRM_USER is not set CONFIG_XFRM_SUB_POLICY=y # CONFIG_XFRM_MIGRATE is not set # CONFIG_XFRM_STATISTICS is not set # CONFIG_NET_KEY is not set CONFIG_INET=y # CONFIG_IP_MULTICAST is not set # CONFIG_IP_ADVANCED_ROUTER is not set CONFIG_IP_FIB_HASH=y # CONFIG_IP_PNP is not set # CONFIG_NET_IPIP is not set # CONFIG_NET_IPGRE_DEMUX is not set # CONFIG_ARPD is not set # CONFIG_SYN_COOKIES is not set CONFIG_INET_AH=m # CONFIG_INET_ESP is not set # CONFIG_INET_IPCOMP is not set # CONFIG_INET_XFRM_TUNNEL is not set # CONFIG_INET_TUNNEL is not set CONFIG_INET_XFRM_MODE_TRANSPORT=m CONFIG_INET_XFRM_MODE_TUNNEL=m CONFIG_INET_XFRM_MODE_BEET=m CONFIG_INET_LRO=m # CONFIG_INET_DIAG is not set # CONFIG_TCP_CONG_ADVANCED is not set CONFIG_TCP_CONG_CUBIC=y CONFIG_DEFAULT_TCP_CONG="cubic" CONFIG_TCP_MD5SIG=y # CONFIG_IPV6 is not set # CONFIG_NETLABEL is not set CONFIG_NETWORK_SECMARK=y # CONFIG_NETWORK_PHY_TIMESTAMPING is not set # CONFIG_NETFILTER is not set # CONFIG_IP_DCCP is not set CONFIG_IP_SCTP=m CONFIG_NET_SCTPPROBE=m # CONFIG_SCTP_DBG_MSG is not set CONFIG_SCTP_DBG_OBJCNT=y # CONFIG_SCTP_HMAC_NONE is not set # CONFIG_SCTP_HMAC_SHA1 is not set CONFIG_SCTP_HMAC_MD5=y CONFIG_RDS=m # CONFIG_RDS_RDMA is not set CONFIG_RDS_TCP=m # CONFIG_RDS_DEBUG is not set CONFIG_TIPC=m # CONFIG_TIPC_ADVANCED is not set # CONFIG_TIPC_DEBUG is not set # CONFIG_ATM is not set # CONFIG_L2TP is not set # CONFIG_BRIDGE is not set # CONFIG_NET_DSA is not set # CONFIG_VLAN_8021Q is not set # CONFIG_DECNET is not set CONFIG_LLC=m CONFIG_LLC2=m # CONFIG_IPX is not set CONFIG_ATALK=m # CONFIG_DEV_APPLETALK is not set CONFIG_X25=m # CONFIG_LAPB is not set CONFIG_ECONET=m # CONFIG_ECONET_AUNUDP is not set CONFIG_ECONET_NATIVE=y CONFIG_WAN_ROUTER=m CONFIG_PHONET=m # CONFIG_PHONET_PIPECTRLR is not set # CONFIG_IEEE802154 is not set CONFIG_NET_SCHED=y # # Queueing/Scheduling # # CONFIG_NET_SCH_CBQ is not set # CONFIG_NET_SCH_HTB is not set # CONFIG_NET_SCH_HFSC is not set CONFIG_NET_SCH_PRIO=m CONFIG_NET_SCH_MULTIQ=m CONFIG_NET_SCH_RED=m # CONFIG_NET_SCH_SFQ is not set # CONFIG_NET_SCH_TEQL is not set CONFIG_NET_SCH_TBF=m # CONFIG_NET_SCH_GRED is not set # CONFIG_NET_SCH_DSMARK is not set 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 is not set # CONFIG_NET_CLS_FW is not set CONFIG_NET_CLS_U32=m # CONFIG_CLS_U32_PERF is not set CONFIG_CLS_U32_MARK=y CONFIG_NET_CLS_RSVP=m # CONFIG_NET_CLS_RSVP6 is not set # CONFIG_NET_CLS_FLOW is not set # CONFIG_NET_EMATCH is not set CONFIG_NET_CLS_ACT=y CONFIG_NET_ACT_POLICE=m CONFIG_NET_ACT_GACT=m # CONFIG_GACT_PROB is not set # CONFIG_NET_ACT_MIRRED is not set CONFIG_NET_ACT_NAT=m CONFIG_NET_ACT_PEDIT=m CONFIG_NET_ACT_SIMP=m # CONFIG_NET_ACT_SKBEDIT is not set CONFIG_NET_ACT_CSUM=m # CONFIG_NET_CLS_IND is not set CONFIG_NET_SCH_FIFO=y CONFIG_DCB=y CONFIG_DNS_RESOLVER=y CONFIG_RPS=y # # Network testing # CONFIG_NET_PKTGEN=m # CONFIG_NET_TCPPROBE is not set # CONFIG_NET_DROP_MONITOR is not set CONFIG_HAMRADIO=y # # Packet Radio protocols # # CONFIG_AX25 is not set CONFIG_CAN=m # CONFIG_CAN_RAW is not set # CONFIG_CAN_BCM is not set # # CAN Device Drivers # # CONFIG_CAN_VCAN is not set CONFIG_CAN_DEV=m CONFIG_CAN_CALC_BITTIMING=y CONFIG_CAN_SJA1000=m CONFIG_CAN_SJA1000_ISA=m # CONFIG_CAN_SJA1000_PLATFORM is not set # CONFIG_CAN_EMS_PCI is not set # CONFIG_CAN_KVASER_PCI is not set CONFIG_CAN_PLX_PCI=m # # CAN USB interfaces # # CONFIG_CAN_EMS_USB is not set # CONFIG_CAN_ESD_USB2 is not set CONFIG_CAN_DEBUG_DEVICES=y CONFIG_IRDA=m # # IrDA protocols # CONFIG_IRLAN=m # CONFIG_IRCOMM is not set CONFIG_IRDA_ULTRA=y # # IrDA options # # CONFIG_IRDA_CACHE_LAST_LSAP is not set 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 is not set CONFIG_KINGSUN_DONGLE=m # CONFIG_KSDAZZLE_DONGLE is not set # CONFIG_KS959_DONGLE is not set # # FIR device drivers # # CONFIG_USB_IRDA is not set # CONFIG_SIGMATEL_FIR is not set # CONFIG_NSC_FIR is not set # CONFIG_WINBOND_FIR is not set # CONFIG_TOSHIBA_FIR is not set # CONFIG_SMC_IRCC_FIR is not set # CONFIG_ALI_FIR is not set # CONFIG_VLSI_FIR is not set # CONFIG_VIA_FIR is not set 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 is not set # CONFIG_BT_HIDP is not set # # Bluetooth device drivers # CONFIG_BT_HCIBTUSB=m CONFIG_BT_HCIUART=m # CONFIG_BT_HCIUART_H4 is not set CONFIG_BT_HCIUART_BCSP=y CONFIG_BT_HCIUART_ATH3K=y # CONFIG_BT_HCIUART_LL is not set # CONFIG_BT_HCIBCM203X is not set # CONFIG_BT_HCIBPA10X is not set CONFIG_BT_HCIBFUSB=m # CONFIG_BT_HCIVHCI is not set CONFIG_BT_MRVL=m # CONFIG_BT_ATH3K is not set CONFIG_AF_RXRPC=m CONFIG_AF_RXRPC_DEBUG=y CONFIG_RXKAD=m CONFIG_WIRELESS=y CONFIG_WIRELESS_EXT=y CONFIG_WEXT_CORE=y CONFIG_WEXT_PROC=y CONFIG_WEXT_SPY=y CONFIG_WEXT_PRIV=y CONFIG_CFG80211=m CONFIG_NL80211_TESTMODE=y # CONFIG_CFG80211_DEVELOPER_WARNINGS is not set CONFIG_CFG80211_REG_DEBUG=y CONFIG_CFG80211_DEFAULT_PS=y # CONFIG_CFG80211_DEBUGFS is not set # CONFIG_CFG80211_INTERNAL_REGDB is not set # CONFIG_CFG80211_WEXT is not set CONFIG_WIRELESS_EXT_SYSFS=y CONFIG_LIB80211=m CONFIG_LIB80211_CRYPT_WEP=m CONFIG_LIB80211_CRYPT_CCMP=m CONFIG_LIB80211_CRYPT_TKIP=m CONFIG_LIB80211_DEBUG=y # CONFIG_MAC80211 is not set # # Some wireless drivers require a rate control algorithm # CONFIG_WIMAX=m CONFIG_WIMAX_DEBUG_LEVEL=8 # CONFIG_RFKILL is not set CONFIG_CAIF=m # CONFIG_CAIF_DEBUG is not set CONFIG_CAIF_NETDEV=m CONFIG_CEPH_LIB=m CONFIG_CEPH_LIB_PRETTYDEBUG=y # # Device Drivers # # # Generic Driver Options # CONFIG_UEVENT_HELPER_PATH="" # CONFIG_DEVTMPFS is not set CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_EXTRA_FIRMWARE="" # CONFIG_SYS_HYPERVISOR is not set # CONFIG_CONNECTOR is not set # CONFIG_MTD is not set CONFIG_PARPORT=m CONFIG_PARPORT_PC=m # CONFIG_PARPORT_SERIAL is not set # CONFIG_PARPORT_PC_FIFO is not set CONFIG_PARPORT_PC_SUPERIO=y # 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=y CONFIG_PNPBIOS_PROC_FS=y CONFIG_PNPACPI=y CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_FD is not set # CONFIG_BLK_DEV_XD is not set # CONFIG_PARIDE is not set CONFIG_BLK_CPQ_DA=y 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 is not set # # DRBD disabled because PROC_FS, INET or CONNECTOR not selected # # CONFIG_BLK_DEV_NBD is not set # CONFIG_BLK_DEV_SX8 is not set CONFIG_BLK_DEV_UB=m CONFIG_BLK_DEV_RAM=m CONFIG_BLK_DEV_RAM_COUNT=16 CONFIG_BLK_DEV_RAM_SIZE=4096 CONFIG_BLK_DEV_XIP=y CONFIG_CDROM_PKTCDVD=m CONFIG_CDROM_PKTCDVD_BUFFERS=8 CONFIG_CDROM_PKTCDVD_WCACHE=y # CONFIG_ATA_OVER_ETH is not set # CONFIG_VIRTIO_BLK is not set CONFIG_BLK_DEV_HD=y CONFIG_BLK_DEV_RBD=m CONFIG_MISC_DEVICES=y # CONFIG_AD525X_DPOT is not set CONFIG_IBM_ASM=m # CONFIG_PHANTOM is not set CONFIG_SGI_IOC4=m CONFIG_TIFM_CORE=m # CONFIG_TIFM_7XX1 is not set CONFIG_ICS932S401=m CONFIG_ENCLOSURE_SERVICES=m # CONFIG_CS5535_MFGPT is not set # CONFIG_HP_ILO is not set CONFIG_ISL29003=m # CONFIG_SENSORS_TSL2550 is not set # CONFIG_SENSORS_BH1780 is not set # CONFIG_HMC6352 is not set CONFIG_DS1682=m CONFIG_VMWARE_BALLOON=m # CONFIG_BMP085 is not set # CONFIG_PCH_PHUB 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=m # CONFIG_CB710_DEBUG is not set CONFIG_CB710_DEBUG_ASSUMPTIONS=y CONFIG_HAVE_IDE=y # CONFIG_IDE is not set # # SCSI device support # CONFIG_SCSI_MOD=y # CONFIG_RAID_ATTRS is not set CONFIG_SCSI=y CONFIG_SCSI_DMA=y # CONFIG_SCSI_TGT is not set CONFIG_SCSI_NETLINK=y CONFIG_SCSI_PROC_FS=y # # SCSI support type (disk, tape, CD-ROM) # CONFIG_BLK_DEV_SD=y # CONFIG_CHR_DEV_ST is not set CONFIG_CHR_DEV_OSST=m CONFIG_BLK_DEV_SR=m # CONFIG_BLK_DEV_SR_VENDOR is not set # CONFIG_CHR_DEV_SG is not set CONFIG_CHR_DEV_SCH=m # CONFIG_SCSI_ENCLOSURE is not set CONFIG_SCSI_MULTI_LUN=y # CONFIG_SCSI_CONSTANTS is not set CONFIG_SCSI_LOGGING=y CONFIG_SCSI_SCAN_ASYNC=y CONFIG_SCSI_WAIT_SCAN=m # # SCSI Transports # CONFIG_SCSI_SPI_ATTRS=y CONFIG_SCSI_FC_ATTRS=m CONFIG_SCSI_ISCSI_ATTRS=m CONFIG_SCSI_SAS_ATTRS=m CONFIG_SCSI_SAS_LIBSAS=m CONFIG_SCSI_SAS_ATA=y CONFIG_SCSI_SAS_HOST_SMP=y # CONFIG_SCSI_SAS_LIBSAS_DEBUG is not set # CONFIG_SCSI_SRP_ATTRS is not set CONFIG_SCSI_LOWLEVEL=y # CONFIG_ISCSI_TCP is not set CONFIG_ISCSI_BOOT_SYSFS=m # CONFIG_SCSI_CXGB3_ISCSI is not set # CONFIG_SCSI_CXGB4_ISCSI is not set CONFIG_SCSI_BNX2_ISCSI=m CONFIG_BE2ISCSI=m # CONFIG_BLK_DEV_3W_XXXX_RAID is not set # CONFIG_SCSI_HPSA is not set # CONFIG_SCSI_3W_9XXX is not set # CONFIG_SCSI_3W_SAS is not set # CONFIG_SCSI_7000FASST is not set # CONFIG_SCSI_ACARD is not set CONFIG_SCSI_AHA152X=m # CONFIG_SCSI_AHA1542 is not set CONFIG_SCSI_AACRAID=m CONFIG_SCSI_AIC7XXX=y CONFIG_AIC7XXX_CMDS_PER_DEVICE=32 CONFIG_AIC7XXX_RESET_DELAY_MS=5000 CONFIG_AIC7XXX_DEBUG_ENABLE=y CONFIG_AIC7XXX_DEBUG_MASK=0 # CONFIG_AIC7XXX_REG_PRETTY_PRINT is not set CONFIG_SCSI_AIC7XXX_OLD=m # CONFIG_SCSI_AIC79XX is not set # CONFIG_SCSI_AIC94XX is not set # CONFIG_SCSI_MVSAS is not set CONFIG_SCSI_DPT_I2O=m CONFIG_SCSI_ADVANSYS=m # CONFIG_SCSI_IN2000 is not set # CONFIG_SCSI_ARCMSR is not set # CONFIG_MEGARAID_NEWGEN is not set CONFIG_MEGARAID_LEGACY=m CONFIG_MEGARAID_SAS=m # CONFIG_SCSI_MPT2SAS is not set # CONFIG_SCSI_HPTIOP is not set CONFIG_SCSI_BUSLOGIC=m # CONFIG_SCSI_FLASHPOINT is not set # CONFIG_VMWARE_PVSCSI is not set CONFIG_LIBFC=m CONFIG_LIBFCOE=m CONFIG_FCOE=m # CONFIG_FCOE_FNIC is not set # CONFIG_SCSI_DMX3191D is not set # CONFIG_SCSI_DTC3280 is not set CONFIG_SCSI_EATA=m CONFIG_SCSI_EATA_TAGGED_QUEUE=y CONFIG_SCSI_EATA_LINKED_COMMANDS=y CONFIG_SCSI_EATA_MAX_TAGS=16 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 is not set # 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 is not set # CONFIG_SCSI_IPR is not set CONFIG_SCSI_PAS16=m CONFIG_SCSI_QLOGIC_FAS=m CONFIG_SCSI_QLOGIC_1280=m CONFIG_SCSI_QLA_FC=m # CONFIG_SCSI_QLA_ISCSI is not set # CONFIG_SCSI_LPFC is not set # CONFIG_SCSI_SYM53C416 is not set CONFIG_SCSI_DC395x=m CONFIG_SCSI_DC390T=m CONFIG_SCSI_T128=m # CONFIG_SCSI_U14_34F is not set CONFIG_SCSI_ULTRASTOR=m CONFIG_SCSI_NSP32=m CONFIG_SCSI_PMCRAID=m CONFIG_SCSI_PM8001=m # CONFIG_SCSI_SRP is not set # CONFIG_SCSI_BFA_FC is not set # CONFIG_SCSI_DH is not set CONFIG_SCSI_OSD_INITIATOR=m # CONFIG_SCSI_OSD_ULD is not set CONFIG_SCSI_OSD_DPRINT_SENSE=1 CONFIG_SCSI_OSD_DEBUG=y CONFIG_ATA=y # CONFIG_ATA_NONSTANDARD is not set CONFIG_ATA_VERBOSE_ERROR=y # CONFIG_ATA_ACPI is not set CONFIG_SATA_PMP=y # # Controllers with non-SFF native interface # CONFIG_SATA_AHCI=y CONFIG_SATA_AHCI_PLATFORM=m CONFIG_SATA_INIC162X=m # CONFIG_SATA_SIL24 is not set CONFIG_ATA_SFF=y # # SFF controllers with custom DMA interface # CONFIG_PDC_ADMA=m # CONFIG_SATA_QSTOR is not set # CONFIG_SATA_SX4 is not set CONFIG_ATA_BMDMA=y # # SATA SFF controllers with BMDMA # CONFIG_ATA_PIIX=y # CONFIG_SATA_MV is not set CONFIG_SATA_NV=y # CONFIG_SATA_PROMISE is not set # CONFIG_SATA_SIL is not set # CONFIG_SATA_SIS is not set CONFIG_SATA_SVW=m # CONFIG_SATA_ULI is not set CONFIG_SATA_VIA=m CONFIG_SATA_VITESSE=m # # PATA SFF controllers with BMDMA # # CONFIG_PATA_ALI is not set CONFIG_PATA_AMD=y # CONFIG_PATA_ARTOP is not set CONFIG_PATA_ATIIXP=m # CONFIG_PATA_ATP867X is not set CONFIG_PATA_CMD64X=m # CONFIG_PATA_CS5520 is not set CONFIG_PATA_CS5530=m CONFIG_PATA_CS5535=m CONFIG_PATA_CS5536=m # CONFIG_PATA_CYPRESS is not set # CONFIG_PATA_EFAR is not set CONFIG_PATA_HPT366=m CONFIG_PATA_HPT37X=m CONFIG_PATA_HPT3X2N=m CONFIG_PATA_HPT3X3=m CONFIG_PATA_HPT3X3_DMA=y # CONFIG_PATA_IT8213 is not set # CONFIG_PATA_IT821X is not set CONFIG_PATA_JMICRON=m CONFIG_PATA_MARVELL=m # CONFIG_PATA_NETCELL is not set # CONFIG_PATA_NINJA32 is not set # CONFIG_PATA_NS87415 is not set CONFIG_PATA_OLDPIIX=y CONFIG_PATA_OPTIDMA=m CONFIG_PATA_PDC2027X=m CONFIG_PATA_PDC_OLD=m # CONFIG_PATA_RADISYS is not set # CONFIG_PATA_RDC is not set CONFIG_PATA_SC1200=m CONFIG_PATA_SCH=m # CONFIG_PATA_SERVERWORKS is not set CONFIG_PATA_SIL680=m # CONFIG_PATA_SIS is not set # CONFIG_PATA_TOSHIBA is not set CONFIG_PATA_TRIFLEX=m CONFIG_PATA_VIA=y CONFIG_PATA_WINBOND=m # # PIO-only SFF controllers # # CONFIG_PATA_CMD640_PCI is not set CONFIG_PATA_ISAPNP=m # CONFIG_PATA_MPIIX is not set CONFIG_PATA_NS87410=m # CONFIG_PATA_OPTI is not set CONFIG_PATA_QDI=m CONFIG_PATA_RZ1000=m CONFIG_PATA_WINBOND_VLB=m # # Generic fallback / legacy drivers # CONFIG_ATA_GENERIC=m CONFIG_PATA_LEGACY=m CONFIG_MD=y CONFIG_BLK_DEV_MD=m # CONFIG_MD_LINEAR is not set # CONFIG_MD_RAID0 is not set # CONFIG_MD_RAID1 is not set # CONFIG_MD_RAID10 is not set # CONFIG_MD_RAID456 is not set CONFIG_MD_MULTIPATH=m CONFIG_MD_FAULTY=m CONFIG_BLK_DEV_DM=m CONFIG_DM_DEBUG=y # CONFIG_DM_CRYPT is not set # CONFIG_DM_SNAPSHOT is not set CONFIG_DM_MIRROR=m # CONFIG_DM_LOG_USERSPACE is not set # CONFIG_DM_ZERO is not set # CONFIG_DM_MULTIPATH is not set # CONFIG_DM_DELAY is not set # CONFIG_DM_UEVENT is not set # CONFIG_FUSION is not set # # IEEE 1394 (FireWire) support # # # You can enable one or both FireWire driver stacks. # # # The newer stack is recommended. # # CONFIG_FIREWIRE is not set # CONFIG_IEEE1394 is not set CONFIG_FIREWIRE_NOSY=m # CONFIG_I2O is not set CONFIG_MACINTOSH_DRIVERS=y CONFIG_MAC_EMUMOUSEBTN=m CONFIG_NETDEVICES=y # CONFIG_IFB is not set # CONFIG_DUMMY is not set # CONFIG_BONDING is not set # CONFIG_MACVLAN is not set # CONFIG_EQUALIZER is not set # CONFIG_TUN is not set # CONFIG_VETH is not set # CONFIG_NET_SB1000 is not set # CONFIG_ARCNET is not set CONFIG_MII=y CONFIG_PHYLIB=y # # MII PHY device drivers # CONFIG_MARVELL_PHY=m # CONFIG_DAVICOM_PHY is not set # CONFIG_QSEMI_PHY is not set CONFIG_LXT_PHY=m CONFIG_CICADA_PHY=m CONFIG_VITESSE_PHY=m CONFIG_SMSC_PHY=m # CONFIG_BROADCOM_PHY is not set # CONFIG_BCM63XX_PHY is not set # CONFIG_ICPLUS_PHY is not set CONFIG_REALTEK_PHY=m CONFIG_NATIONAL_PHY=m # CONFIG_STE10XP is not set # CONFIG_LSI_ET1011C_PHY is not set # CONFIG_MICREL_PHY is not set CONFIG_FIXED_PHY=y CONFIG_MDIO_BITBANG=m # CONFIG_MDIO_GPIO is not set CONFIG_NET_ETHERNET=y CONFIG_HAPPYMEAL=m # CONFIG_SUNGEM is not set # CONFIG_CASSINI is not set # CONFIG_NET_VENDOR_3COM is not set CONFIG_LANCE=m # CONFIG_NET_VENDOR_SMC is not set CONFIG_ETHOC=m # 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=y # CONFIG_TULIP_MMIO is not set CONFIG_TULIP_NAPI=y # CONFIG_TULIP_NAPI_HW_MITIGATION is not set # CONFIG_DE4X5 is not set # CONFIG_WINBOND_840 is not set CONFIG_DM9102=m # CONFIG_ULI526X is not set CONFIG_AT1700=m # CONFIG_DEPCA is not set CONFIG_HP100=m # CONFIG_NET_ISA 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 is not set # CONFIG_AC3200 is not set # CONFIG_KSZ884X_PCI 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=y CONFIG_CS89x0=m CONFIG_E100=y # CONFIG_FEALNX is not set CONFIG_NATSEMI=m # CONFIG_NE2K_PCI is not set CONFIG_8139CP=m CONFIG_8139TOO=y CONFIG_8139TOO_PIO=y # CONFIG_8139TOO_TUNE_TWISTER is not set # CONFIG_8139TOO_8129 is not set # CONFIG_8139_OLD_RX_RESET is not set CONFIG_R6040=m CONFIG_SIS900=m # CONFIG_EPIC100 is not set # CONFIG_SMSC9420 is not set CONFIG_SUNDANCE=m CONFIG_SUNDANCE_MMIO=y # CONFIG_TLAN is not set # CONFIG_KS8851_MLL is not set # CONFIG_VIA_RHINE is not set CONFIG_SC92031=m # CONFIG_NET_POCKET is not set CONFIG_ATL2=m CONFIG_NETDEV_1000=y # CONFIG_ACENIC is not set # CONFIG_DL2K is not set # CONFIG_E1000 is not set CONFIG_E1000E=y # CONFIG_IP1000 is not set CONFIG_IGB=m # CONFIG_IGBVF is not set CONFIG_NS83820=m CONFIG_HAMACHI=m # CONFIG_YELLOWFIN is not set CONFIG_R8169=m # CONFIG_SIS190 is not set CONFIG_SKGE=y # CONFIG_SKGE_DEBUG is not set # CONFIG_SKY2 is not set # CONFIG_VIA_VELOCITY is not set CONFIG_TIGON3=y CONFIG_BNX2=m CONFIG_CNIC=m CONFIG_QLA3XXX=m # CONFIG_ATL1 is not set CONFIG_ATL1E=m CONFIG_ATL1C=m CONFIG_JME=m # CONFIG_STMMAC_ETH is not set # CONFIG_PCH_GBE is not set 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_CHELSIO_T4_DEPENDS=y CONFIG_CHELSIO_T4=m CONFIG_CHELSIO_T4VF_DEPENDS=y CONFIG_CHELSIO_T4VF=m # CONFIG_ENIC is not set # CONFIG_IXGBE is not set CONFIG_IXGB=m CONFIG_S2IO=m # CONFIG_MYRI10GE is not set CONFIG_NIU=m CONFIG_MLX4_EN=m CONFIG_MLX4_CORE=m CONFIG_MLX4_DEBUG=y CONFIG_TEHUTI=m CONFIG_BNX2X=m CONFIG_QLCNIC=m # CONFIG_QLGE is not set # CONFIG_BNA is not set CONFIG_SFC=m # CONFIG_BE2NET is not set # CONFIG_TR is not set CONFIG_WLAN=y CONFIG_AIRO=m CONFIG_ATMEL=m CONFIG_PCI_ATMEL=m # CONFIG_PRISM54 is not set CONFIG_USB_ZD1201=m # CONFIG_USB_NET_RNDIS_WLAN is not set # CONFIG_ATH_COMMON is not set CONFIG_HOSTAP=m CONFIG_HOSTAP_FIRMWARE=y CONFIG_HOSTAP_FIRMWARE_NVRAM=y # CONFIG_HOSTAP_PLX is not set CONFIG_HOSTAP_PCI=m # CONFIG_IPW2100 is not set # CONFIG_LIBERTAS is not set # # WiMAX Wireless Broadband devices # # # Enable MMC support to see WiMAX SDIO drivers # # # USB Network Adapters # # CONFIG_USB_CATC is not set # CONFIG_USB_KAWETH is not set # CONFIG_USB_PEGASUS is not set CONFIG_USB_RTL8150=m # CONFIG_USB_USBNET is not set CONFIG_USB_CDC_PHONET=m CONFIG_USB_IPHETH=m # CONFIG_WAN is not set # # CAIF transport drivers # # CONFIG_CAIF_TTY is not set # CONFIG_CAIF_SPI_SLAVE is not set # CONFIG_FDDI is not set CONFIG_HIPPI=y CONFIG_ROADRUNNER=m CONFIG_ROADRUNNER_LARGE_RINGS=y # CONFIG_PLIP is not set # CONFIG_PPP is not set CONFIG_SLIP=m CONFIG_SLIP_COMPRESSED=y CONFIG_SLHC=m # CONFIG_SLIP_SMART is not set CONFIG_SLIP_MODE_SLIP6=y # CONFIG_NET_FC is not set CONFIG_NETCONSOLE=y CONFIG_NETCONSOLE_DYNAMIC=y CONFIG_NETPOLL=y CONFIG_NETPOLL_TRAP=y CONFIG_NET_POLL_CONTROLLER=y CONFIG_VIRTIO_NET=m CONFIG_VMXNET3=m # CONFIG_ISDN is not set # CONFIG_PHONE is not set # # Input device support # CONFIG_INPUT=y # CONFIG_INPUT_FF_MEMLESS is not set CONFIG_INPUT_POLLDEV=y CONFIG_INPUT_SPARSEKMAP=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 is not set # CONFIG_INPUT_EVDEV is not set CONFIG_INPUT_EVBUG=m # # Input Device Drivers # CONFIG_INPUT_KEYBOARD=y CONFIG_KEYBOARD_ADP5588=m CONFIG_KEYBOARD_ATKBD=y # CONFIG_KEYBOARD_QT2160 is not set # CONFIG_KEYBOARD_LKKBD is not set # CONFIG_KEYBOARD_GPIO is not set CONFIG_KEYBOARD_TCA6416=m # CONFIG_KEYBOARD_MATRIX is not set CONFIG_KEYBOARD_LM8323=m # CONFIG_KEYBOARD_MAX7359 is not set # CONFIG_KEYBOARD_MCS is not set CONFIG_KEYBOARD_NEWTON=m # CONFIG_KEYBOARD_OPENCORES is not set # CONFIG_KEYBOARD_STOWAWAY is not set CONFIG_KEYBOARD_SUNKBD=m # CONFIG_KEYBOARD_XTKBD is not set # CONFIG_INPUT_MOUSE is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_TABLET is not set CONFIG_INPUT_TOUCHSCREEN=y # CONFIG_TOUCHSCREEN_AD7879 is not set # CONFIG_TOUCHSCREEN_CY8CTMG110 is not set CONFIG_TOUCHSCREEN_DYNAPRO=m # CONFIG_TOUCHSCREEN_HAMPSHIRE is not set CONFIG_TOUCHSCREEN_EETI=m CONFIG_TOUCHSCREEN_FUJITSU=m # CONFIG_TOUCHSCREEN_GUNZE is not set CONFIG_TOUCHSCREEN_ELO=m CONFIG_TOUCHSCREEN_WACOM_W8001=m CONFIG_TOUCHSCREEN_MCS5000=m # CONFIG_TOUCHSCREEN_MTOUCH is not set CONFIG_TOUCHSCREEN_INEXIO=m CONFIG_TOUCHSCREEN_MK712=m CONFIG_TOUCHSCREEN_HTCPEN=m # CONFIG_TOUCHSCREEN_PENMOUNT is not set CONFIG_TOUCHSCREEN_QT602240=m # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set CONFIG_TOUCHSCREEN_TOUCHWIN=m # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set CONFIG_TOUCHSCREEN_TSC2007=m # CONFIG_TOUCHSCREEN_TPS6507X is not set # CONFIG_INPUT_MISC is not set # # Hardware I/O ports # CONFIG_SERIO=y CONFIG_SERIO_I8042=y CONFIG_SERIO_SERPORT=m CONFIG_SERIO_CT82C710=m # CONFIG_SERIO_PARKBD is not set CONFIG_SERIO_PCIPS2=m CONFIG_SERIO_LIBPS2=y # CONFIG_SERIO_RAW is not set CONFIG_SERIO_ALTERA_PS2=m CONFIG_GAMEPORT=m CONFIG_GAMEPORT_NS558=m # CONFIG_GAMEPORT_L4 is not set CONFIG_GAMEPORT_EMU10K1=m # CONFIG_GAMEPORT_FM801 is not set # # 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 is not set # CONFIG_SERIAL_NONSTANDARD is not set CONFIG_N_GSM=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_NR_UARTS=4 CONFIG_SERIAL_8250_RUNTIME_UARTS=4 # CONFIG_SERIAL_8250_EXTENDED is not set # # Non-8250 serial port support # CONFIG_SERIAL_MFD_HSU=m CONFIG_SERIAL_UARTLITE=m CONFIG_SERIAL_CORE=y CONFIG_SERIAL_CORE_CONSOLE=y CONFIG_SERIAL_JSM=m CONFIG_SERIAL_TIMBERDALE=m # CONFIG_SERIAL_ALTERA_JTAGUART is not set CONFIG_SERIAL_ALTERA_UART=m CONFIG_SERIAL_ALTERA_UART_MAXPORTS=4 CONFIG_SERIAL_ALTERA_UART_BAUDRATE=115200 CONFIG_UNIX98_PTYS=y # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set # CONFIG_LEGACY_PTYS is not set # CONFIG_PRINTER is not set # CONFIG_PPDEV is not set CONFIG_HVC_DRIVER=y CONFIG_VIRTIO_CONSOLE=y # CONFIG_IPMI_HANDLER is not set CONFIG_HW_RANDOM=m CONFIG_HW_RANDOM_TIMERIOMEM=m CONFIG_HW_RANDOM_INTEL=m CONFIG_HW_RANDOM_AMD=m CONFIG_HW_RANDOM_GEODE=m CONFIG_HW_RANDOM_VIA=m CONFIG_HW_RANDOM_VIRTIO=m # CONFIG_NVRAM is not set CONFIG_RTC=m CONFIG_GEN_RTC=m # CONFIG_GEN_RTC_X is not set # CONFIG_DTLK is not set # CONFIG_R3964 is not set # CONFIG_APPLICOM is not set # CONFIG_SONYPI is not set # CONFIG_MWAVE is not set CONFIG_PC8736x_GPIO=m CONFIG_NSC_GPIO=m CONFIG_CS5535_GPIO=m CONFIG_RAW_DRIVER=m CONFIG_MAX_RAW_DEVS=256 CONFIG_HPET=y # CONFIG_HPET_MMAP is not set CONFIG_HANGCHECK_TIMER=m CONFIG_TCG_TPM=y CONFIG_TCG_TIS=y # CONFIG_TCG_NSC is not set # CONFIG_TCG_ATMEL is not set # CONFIG_TCG_INFINEON is not set CONFIG_TELCLOCK=m CONFIG_DEVPORT=y CONFIG_RAMOOPS=m CONFIG_I2C=m CONFIG_I2C_BOARDINFO=y # CONFIG_I2C_COMPAT is not set CONFIG_I2C_CHARDEV=m CONFIG_I2C_MUX=m # # Multiplexer I2C Chip support # # CONFIG_I2C_MUX_PCA9541 is not set # CONFIG_I2C_MUX_PCA954x is not set # CONFIG_I2C_HELPER_AUTO is not set # CONFIG_I2C_SMBUS is not set # # I2C Algorithms # CONFIG_I2C_ALGOBIT=m CONFIG_I2C_ALGOPCF=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_AMD8111 is not set # CONFIG_I2C_I801 is not set CONFIG_I2C_ISCH=m CONFIG_I2C_PIIX4=m CONFIG_I2C_NFORCE2=m # CONFIG_I2C_SIS5595 is not set # CONFIG_I2C_SIS630 is not set CONFIG_I2C_SIS96X=m # CONFIG_I2C_VIA is not set CONFIG_I2C_VIAPRO=m # # ACPI drivers # # CONFIG_I2C_SCMI is not set # # I2C system bus drivers (mostly embedded / system-on-chip) # # CONFIG_I2C_GPIO is not set CONFIG_I2C_OCORES=m # CONFIG_I2C_PCA_PLATFORM is not set # CONFIG_I2C_SIMTEC is not set # CONFIG_I2C_XILINX is not set # # External I2C/SMBus adapter drivers # # CONFIG_I2C_PARPORT is not set # CONFIG_I2C_PARPORT_LIGHT is not set CONFIG_I2C_TAOS_EVM=m # CONFIG_I2C_TINY_USB is not set # # Other I2C/SMBus bus drivers # # CONFIG_I2C_PCA_ISA is not set CONFIG_I2C_STUB=m # CONFIG_SCx200_ACB 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_SPI is not set # # PPS support # CONFIG_PPS=m # CONFIG_PPS_DEBUG is not set # # PPS clients support # # CONFIG_PPS_CLIENT_KTIMER is not set # CONFIG_PPS_CLIENT_LDISC is not set CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y CONFIG_GPIOLIB=y # CONFIG_GPIO_SYSFS is not set CONFIG_GPIO_MAX730X=m # # Memory mapped GPIO expanders: # CONFIG_GPIO_IT8761E=m CONFIG_GPIO_SCH=m # # I2C GPIO expanders: # CONFIG_GPIO_MAX7300=m # CONFIG_GPIO_MAX732X is not set # CONFIG_GPIO_PCA953X is not set CONFIG_GPIO_PCF857X=m # CONFIG_GPIO_ADP5588 is not set # # PCI GPIO expanders: # CONFIG_GPIO_CS5535=m CONFIG_GPIO_BT8XX=m # CONFIG_GPIO_LANGWELL is not set # CONFIG_GPIO_TIMBERDALE is not set CONFIG_GPIO_RDC321X=m # # SPI GPIO expanders: # # # AC97 GPIO expanders: # # # MODULbus GPIO expanders: # # CONFIG_W1 is not set CONFIG_POWER_SUPPLY=m CONFIG_POWER_SUPPLY_DEBUG=y # CONFIG_PDA_POWER is not set CONFIG_TEST_POWER=m # CONFIG_BATTERY_DS2760 is not set CONFIG_BATTERY_DS2782=m # CONFIG_BATTERY_OLPC is not set CONFIG_BATTERY_BQ27x00=m # CONFIG_BATTERY_MAX17040 is not set # CONFIG_CHARGER_PCF50633 is not set CONFIG_HWMON=m CONFIG_HWMON_VID=m # CONFIG_HWMON_DEBUG_CHIP is not set # # Native drivers # # CONFIG_SENSORS_ABITUGURU is not set # CONFIG_SENSORS_ABITUGURU3 is not set # CONFIG_SENSORS_AD7414 is not set # CONFIG_SENSORS_AD7418 is not set # CONFIG_SENSORS_ADM1021 is not set # CONFIG_SENSORS_ADM1025 is not set # CONFIG_SENSORS_ADM1026 is not set # CONFIG_SENSORS_ADM1029 is not set # CONFIG_SENSORS_ADM1031 is not set CONFIG_SENSORS_ADM9240=m CONFIG_SENSORS_ADT7411=m # CONFIG_SENSORS_ADT7462 is not set CONFIG_SENSORS_ADT7470=m # CONFIG_SENSORS_ADT7475 is not set # CONFIG_SENSORS_ASC7621 is not set CONFIG_SENSORS_K8TEMP=m CONFIG_SENSORS_K10TEMP=m # CONFIG_SENSORS_ASB100 is not set # CONFIG_SENSORS_ATXP1 is not set CONFIG_SENSORS_DS1621=m CONFIG_SENSORS_I5K_AMB=m # CONFIG_SENSORS_F71805F is not set # CONFIG_SENSORS_F71882FG is not set CONFIG_SENSORS_F75375S=m # CONFIG_SENSORS_FSCHMD is not set # CONFIG_SENSORS_G760A is not set # CONFIG_SENSORS_GL518SM is not set # CONFIG_SENSORS_GL520SM is not set CONFIG_SENSORS_CORETEMP=m CONFIG_SENSORS_PKGTEMP=m # CONFIG_SENSORS_IT87 is not set # CONFIG_SENSORS_JC42 is not set CONFIG_SENSORS_LM63=m CONFIG_SENSORS_LM73=m CONFIG_SENSORS_LM75=m CONFIG_SENSORS_LM77=m # CONFIG_SENSORS_LM78 is not set # CONFIG_SENSORS_LM80 is not set CONFIG_SENSORS_LM83=m CONFIG_SENSORS_LM85=m # CONFIG_SENSORS_LM87 is not set # CONFIG_SENSORS_LM90 is not set # CONFIG_SENSORS_LM92 is not set # CONFIG_SENSORS_LM93 is not set CONFIG_SENSORS_LTC4215=m CONFIG_SENSORS_LTC4245=m # CONFIG_SENSORS_LM95241 is not set # CONFIG_SENSORS_MAX1619 is not set # CONFIG_SENSORS_MAX6650 is not set CONFIG_SENSORS_PC87360=m CONFIG_SENSORS_PC87427=m # CONFIG_SENSORS_PCF8591 is not set CONFIG_SENSORS_SHT15=m # CONFIG_SENSORS_SIS5595 is not set # CONFIG_SENSORS_SMM665 is not set # CONFIG_SENSORS_DME1737 is not set # CONFIG_SENSORS_EMC1403 is not set CONFIG_SENSORS_EMC2103=m # CONFIG_SENSORS_SMSC47M1 is not set CONFIG_SENSORS_SMSC47M192=m # CONFIG_SENSORS_SMSC47B397 is not set CONFIG_SENSORS_ADS7828=m CONFIG_SENSORS_AMC6821=m CONFIG_SENSORS_THMC50=m # CONFIG_SENSORS_TMP102 is not set CONFIG_SENSORS_TMP401=m CONFIG_SENSORS_TMP421=m # CONFIG_SENSORS_VIA_CPUTEMP is not set CONFIG_SENSORS_VIA686A=m CONFIG_SENSORS_VT1211=m CONFIG_SENSORS_VT8231=m # CONFIG_SENSORS_W83781D is not set CONFIG_SENSORS_W83791D=m # CONFIG_SENSORS_W83792D is not set CONFIG_SENSORS_W83793=m # CONFIG_SENSORS_W83L785TS is not set CONFIG_SENSORS_W83L786NG=m # CONFIG_SENSORS_W83627HF is not set # CONFIG_SENSORS_W83627EHF is not set # CONFIG_SENSORS_HDAPS is not set # CONFIG_SENSORS_LIS3_I2C is not set CONFIG_SENSORS_APPLESMC=m # # ACPI drivers # CONFIG_SENSORS_ATK0110=m # CONFIG_SENSORS_LIS3LV02D is not set # CONFIG_THERMAL is not set CONFIG_WATCHDOG=y CONFIG_WATCHDOG_NOWAYOUT=y # # 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_F71808E_WDT is not set CONFIG_SC520_WDT=m # CONFIG_EUROTECH_WDT is not set # CONFIG_IB700_WDT is not set CONFIG_IBMASR=m # CONFIG_WAFER_WDT is not set # CONFIG_I6300ESB_WDT is not set CONFIG_ITCO_WDT=m CONFIG_ITCO_VENDOR_SUPPORT=y # CONFIG_IT8712F_WDT is not set CONFIG_IT87_WDT=m CONFIG_HP_WATCHDOG=m # CONFIG_HPWDT_NMI_DECODING is not set CONFIG_SC1200_WDT=m CONFIG_PC87413_WDT=m # CONFIG_60XX_WDT is not set CONFIG_SBC8360_WDT=m CONFIG_SBC7240_WDT=m # CONFIG_CPU5_WDT is not set # CONFIG_SMSC_SCH311X_WDT is not set CONFIG_SMSC37B787_WDT=m # CONFIG_W83627HF_WDT is not set # CONFIG_W83697HF_WDT is not set # CONFIG_W83697UG_WDT is not set # CONFIG_W83877F_WDT is not set # CONFIG_W83977F_WDT is not set # CONFIG_MACHZ_WDT is not set # 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 is not set 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_DEBUG is not set CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y CONFIG_SSB_DRIVER_PCICORE=y CONFIG_MFD_SUPPORT=y CONFIG_MFD_CORE=m CONFIG_MFD_SM501=m CONFIG_MFD_SM501_GPIO=y # CONFIG_HTC_PASIC3 is not set # CONFIG_TPS65010 is not set # CONFIG_TPS6507X is not set # CONFIG_MFD_TMIO is not set # CONFIG_MFD_WM8400 is not set CONFIG_MFD_PCF50633=m CONFIG_PCF50633_ADC=m CONFIG_PCF50633_GPIO=m CONFIG_ABX500_CORE=y CONFIG_MFD_TIMBERDALE=m CONFIG_LPC_SCH=m CONFIG_MFD_RDC321X=m # CONFIG_MFD_JANZ_CMODIO is not set CONFIG_MFD_TPS6586X=m # CONFIG_REGULATOR is not set # CONFIG_MEDIA_SUPPORT is not set # # Graphics support # # CONFIG_AGP is not set CONFIG_VGA_ARB=y CONFIG_VGA_ARB_MAX_GPUS=16 # CONFIG_VGA_SWITCHEROO is not set CONFIG_DRM=m CONFIG_DRM_KMS_HELPER=m CONFIG_DRM_TTM=m # CONFIG_DRM_TDFX is not set CONFIG_DRM_R128=m CONFIG_DRM_RADEON=m # CONFIG_DRM_MGA is not set CONFIG_DRM_VIA=m # CONFIG_DRM_SAVAGE is not set CONFIG_VGASTATE=m CONFIG_VIDEO_OUTPUT_CONTROL=m CONFIG_FB=m CONFIG_FIRMWARE_EDID=y # CONFIG_FB_DDC is not set # CONFIG_FB_BOOT_VESA_SUPPORT is not set CONFIG_FB_CFB_FILLRECT=m CONFIG_FB_CFB_COPYAREA=m CONFIG_FB_CFB_IMAGEBLIT=m # 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=y # CONFIG_FB_BOTH_ENDIAN is not set # CONFIG_FB_BIG_ENDIAN is not set CONFIG_FB_LITTLE_ENDIAN=y CONFIG_FB_SYS_FOPS=m CONFIG_FB_DEFERRED_IO=y CONFIG_FB_SVGALIB=m # CONFIG_FB_MACMODES is not set # CONFIG_FB_BACKLIGHT is not set CONFIG_FB_MODE_HELPERS=y CONFIG_FB_TILEBLITTING=y # # Frame buffer hardware drivers # # CONFIG_FB_CIRRUS is not set # CONFIG_FB_PM2 is not set CONFIG_FB_CYBER2000=m # CONFIG_FB_ARC is not set # CONFIG_FB_VGA16 is not set # CONFIG_FB_N411 is not set CONFIG_FB_HGA=m CONFIG_FB_HGA_ACCEL=y # CONFIG_FB_S1D13XXX is not set # CONFIG_FB_NVIDIA is not set # CONFIG_FB_RIVA is not set CONFIG_FB_LE80578=m CONFIG_FB_CARILLO_RANCH=m CONFIG_FB_MATROX=m # CONFIG_FB_MATROX_MILLENIUM is not set CONFIG_FB_MATROX_MYSTIQUE=y # CONFIG_FB_MATROX_G is not set # CONFIG_FB_MATROX_I2C is not set # CONFIG_FB_RADEON is not set CONFIG_FB_ATY128=m # CONFIG_FB_ATY128_BACKLIGHT is not set # CONFIG_FB_ATY is not set # CONFIG_FB_S3 is not set # CONFIG_FB_SAVAGE is not set CONFIG_FB_SIS=m # CONFIG_FB_SIS_300 is not set CONFIG_FB_SIS_315=y CONFIG_FB_VIA=m CONFIG_FB_VIA_DIRECT_PROCFS=y # CONFIG_FB_NEOMAGIC is not set # CONFIG_FB_KYRO is not set # CONFIG_FB_3DFX is not set # CONFIG_FB_VOODOO1 is not set CONFIG_FB_VT8623=m # CONFIG_FB_TRIDENT is not set CONFIG_FB_ARK=m # CONFIG_FB_PM3 is not set # CONFIG_FB_CARMINE is not set CONFIG_FB_GEODE=y CONFIG_FB_GEODE_LX=m # CONFIG_FB_GEODE_GX is not set # CONFIG_FB_GEODE_GX1 is not set CONFIG_FB_TMIO=m # CONFIG_FB_TMIO_ACCELL is not set # CONFIG_FB_SM501 is not set # CONFIG_FB_VIRTUAL is not set CONFIG_FB_METRONOME=m # CONFIG_FB_MB862XX is not set # CONFIG_FB_BROADSHEET is not set CONFIG_BACKLIGHT_LCD_SUPPORT=y CONFIG_LCD_CLASS_DEVICE=m CONFIG_LCD_PLATFORM=m CONFIG_BACKLIGHT_CLASS_DEVICE=m # CONFIG_BACKLIGHT_GENERIC is not set CONFIG_BACKLIGHT_PROGEAR=m # CONFIG_BACKLIGHT_CARILLO_RANCH is not set CONFIG_BACKLIGHT_MBP_NVIDIA=m CONFIG_BACKLIGHT_SAHARA=m # CONFIG_BACKLIGHT_ADP8860 is not set # CONFIG_BACKLIGHT_PCF50633 is not set # # Display device support # CONFIG_DISPLAY_SUPPORT=m # # Display hardware drivers # # # Console display driver support # CONFIG_VGA_CONSOLE=y # CONFIG_VGACON_SOFT_SCROLLBACK is not set # CONFIG_MDA_CONSOLE is not set CONFIG_DUMMY_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE=m # 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 is not set CONFIG_SOUND=m # CONFIG_SOUND_OSS_CORE is not set # CONFIG_SND is not set # CONFIG_SOUND_PRIME is not set CONFIG_HID_SUPPORT=y # CONFIG_HID is not set # # USB Input Devices # # CONFIG_USB_HID is not set # CONFIG_HID_PID is not set 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=y CONFIG_USB_ANNOUNCE_NEW_DEVICES=y # # Miscellaneous USB options # # CONFIG_USB_DEVICEFS is not set CONFIG_USB_DEVICE_CLASS=y CONFIG_USB_DYNAMIC_MINORS=y # CONFIG_USB_MON is not set CONFIG_USB_WUSB=m # 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=y CONFIG_USB_EHCI_ROOT_HUB_TT=y CONFIG_USB_EHCI_TT_NEWSCHED=y CONFIG_USB_OXU210HP_HCD=m CONFIG_USB_ISP116X_HCD=m CONFIG_USB_ISP1760_HCD=m # CONFIG_USB_ISP1362_HCD is not set CONFIG_USB_OHCI_HCD=y # 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=y # CONFIG_USB_U132_HCD is not set # CONFIG_USB_SL811_HCD is not set CONFIG_USB_R8A66597_HCD=m CONFIG_USB_HWA_HCD=m # # USB Device Class drivers # CONFIG_USB_ACM=m # CONFIG_USB_PRINTER is not set CONFIG_USB_WDM=m # 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 is not set CONFIG_USB_UAS=m CONFIG_USB_LIBUSUAL=y # # USB Imaging devices # CONFIG_USB_MDC800=m # CONFIG_USB_MICROTEK is not set # # USB port drivers # # CONFIG_USB_USS720 is not set CONFIG_USB_SERIAL=m CONFIG_USB_EZUSB=y # CONFIG_USB_SERIAL_GENERIC is not set CONFIG_USB_SERIAL_AIRCABLE=m # CONFIG_USB_SERIAL_ARK3116 is not set # CONFIG_USB_SERIAL_BELKIN is not set CONFIG_USB_SERIAL_CH341=m # CONFIG_USB_SERIAL_WHITEHEAT is not set CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m # CONFIG_USB_SERIAL_CP210X is not set # CONFIG_USB_SERIAL_CYPRESS_M8 is not set CONFIG_USB_SERIAL_EMPEG=m CONFIG_USB_SERIAL_FTDI_SIO=m # CONFIG_USB_SERIAL_FUNSOFT is not set # CONFIG_USB_SERIAL_VISOR is not set # CONFIG_USB_SERIAL_IPAQ is not set # CONFIG_USB_SERIAL_IR is not set CONFIG_USB_SERIAL_EDGEPORT=m # CONFIG_USB_SERIAL_EDGEPORT_TI is not set # CONFIG_USB_SERIAL_GARMIN is not set # CONFIG_USB_SERIAL_IPW is not set # 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 is not set CONFIG_USB_SERIAL_KEYSPAN_USA28X=y # CONFIG_USB_SERIAL_KEYSPAN_USA28XA is not set CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y # CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set # CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set CONFIG_USB_SERIAL_KEYSPAN_USA19W=y CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y # CONFIG_USB_SERIAL_KEYSPAN_USA19QI is not set # CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set # CONFIG_USB_SERIAL_KEYSPAN_USA49WLC is not set 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_MOS7715_PARPORT=y CONFIG_USB_SERIAL_MOS7840=m CONFIG_USB_SERIAL_MOTOROLA=m CONFIG_USB_SERIAL_NAVMAN=m CONFIG_USB_SERIAL_PL2303=m # CONFIG_USB_SERIAL_OTI6858 is not set # CONFIG_USB_SERIAL_QCAUX is not set CONFIG_USB_SERIAL_QUALCOMM=m # 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_SAMBA=m CONFIG_USB_SERIAL_SIEMENS_MPI=m # CONFIG_USB_SERIAL_SIERRAWIRELESS is not set # CONFIG_USB_SERIAL_SYMBOL is not set # CONFIG_USB_SERIAL_TI is not set # CONFIG_USB_SERIAL_CYBERJACK is not set CONFIG_USB_SERIAL_XIRCOM=m CONFIG_USB_SERIAL_WWAN=m # CONFIG_USB_SERIAL_OPTION is not set CONFIG_USB_SERIAL_OMNINET=m CONFIG_USB_SERIAL_OPTICON=m # CONFIG_USB_SERIAL_VIVOPAY_SERIAL is not set CONFIG_USB_SERIAL_ZIO=m # CONFIG_USB_SERIAL_SSU100 is not set # CONFIG_USB_SERIAL_DEBUG is not set # # USB Miscellaneous drivers # # CONFIG_USB_EMI62 is not set CONFIG_USB_EMI26=m # CONFIG_USB_ADUTUX is not set CONFIG_USB_SEVSEG=m # CONFIG_USB_RIO500 is not set CONFIG_USB_LEGOTOWER=m CONFIG_USB_LCD=m CONFIG_USB_LED=m CONFIG_USB_CYPRESS_CY7C63=m CONFIG_USB_CYTHERM=m # CONFIG_USB_IDMOUSE is not set CONFIG_USB_FTDI_ELAN=m CONFIG_USB_APPLEDISPLAY=m CONFIG_USB_SISUSBVGA=m # CONFIG_USB_SISUSBVGA_CON is not set 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_YUREX is not set # CONFIG_USB_GADGET is not set # # OTG and related infrastructure # # CONFIG_USB_GPIO_VBUS is not set # CONFIG_NOP_USB_XCEIV is not set CONFIG_UWB=m CONFIG_UWB_HWA=m CONFIG_UWB_WHCI=m CONFIG_UWB_WLP=m CONFIG_UWB_I1480U=m CONFIG_UWB_I1480U_WLP=m # CONFIG_MMC is not set CONFIG_MEMSTICK=m CONFIG_MEMSTICK_DEBUG=y # # MemoryStick drivers # # CONFIG_MEMSTICK_UNSAFE_RESUME is not set # CONFIG_MSPRO_BLOCK is not set # # MemoryStick Host Controller Drivers # CONFIG_MEMSTICK_TIFM_MS=m CONFIG_MEMSTICK_JMICRON_38X=m CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=m # # LED drivers # CONFIG_LEDS_ALIX2=m # CONFIG_LEDS_PCA9532 is not set # CONFIG_LEDS_GPIO 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=m CONFIG_LEDS_LT3593=m CONFIG_LEDS_DELL_NETBOOKS=m # CONFIG_LEDS_TRIGGERS is not set CONFIG_ACCESSIBILITY=y # CONFIG_A11Y_BRAILLE_CONSOLE is not set CONFIG_INFINIBAND=m CONFIG_INFINIBAND_USER_MAD=m # CONFIG_INFINIBAND_USER_ACCESS is not set 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=m # CONFIG_INFINIBAND_CXGB3_DEBUG is not set CONFIG_INFINIBAND_CXGB4=m # CONFIG_MLX4_INFINIBAND is not set # CONFIG_INFINIBAND_NES is not set # CONFIG_INFINIBAND_IPOIB is not set # CONFIG_INFINIBAND_SRP is not set CONFIG_INFINIBAND_ISER=m # CONFIG_EDAC is not set # CONFIG_RTC_CLASS is not set # CONFIG_DMADEVICES is not set # CONFIG_AUXDISPLAY is not set CONFIG_UIO=m CONFIG_UIO_CIF=m # CONFIG_UIO_PDRV is not set CONFIG_UIO_PDRV_GENIRQ=m CONFIG_UIO_AEC=m # CONFIG_UIO_SERCOS3 is not set CONFIG_UIO_PCI_GENERIC=m CONFIG_UIO_NETX=m # CONFIG_STAGING is not set CONFIG_X86_PLATFORM_DEVICES=y CONFIG_ACER_WMI=m CONFIG_ASUS_LAPTOP=m CONFIG_DELL_WMI=m # CONFIG_FUJITSU_LAPTOP is not set # CONFIG_TC1100_WMI is not set # CONFIG_HP_WMI is not set # CONFIG_PANASONIC_LAPTOP is not set CONFIG_EEEPC_LAPTOP=m # CONFIG_EEEPC_WMI is not set CONFIG_ACPI_WMI=m CONFIG_MSI_WMI=m CONFIG_ACPI_ASUS=m # CONFIG_TOPSTAR_LAPTOP is not set CONFIG_ACPI_TOSHIBA=m CONFIG_TOSHIBA_BT_RFKILL=m # CONFIG_ACPI_CMPC is not set # CONFIG_INTEL_IPS is not set # # Firmware Drivers # # CONFIG_EDD is not set CONFIG_FIRMWARE_MEMMAP=y CONFIG_EFI_VARS=m CONFIG_DELL_RBU=m # CONFIG_DCDBAS is not set CONFIG_DMIID=y # CONFIG_ISCSI_IBFT_FIND is not set # # File systems # # CONFIG_EXT2_FS is not set CONFIG_EXT3_FS=y CONFIG_EXT3_DEFAULTS_TO_ORDERED=y CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y CONFIG_EXT4_FS=m # CONFIG_EXT4_USE_FOR_EXT23 is not set CONFIG_EXT4_FS_XATTR=y # CONFIG_EXT4_FS_POSIX_ACL is not set CONFIG_EXT4_FS_SECURITY=y # CONFIG_EXT4_DEBUG is not set CONFIG_JBD=y # CONFIG_JBD_DEBUG is not set CONFIG_JBD2=m CONFIG_JBD2_DEBUG=y CONFIG_FS_MBCACHE=y CONFIG_REISERFS_FS=m # CONFIG_REISERFS_CHECK is not set # CONFIG_REISERFS_PROC_INFO is not set # CONFIG_REISERFS_FS_XATTR is not set # CONFIG_JFS_FS is not set CONFIG_FS_POSIX_ACL=y # CONFIG_XFS_FS is not set # CONFIG_GFS2_FS is not set # CONFIG_OCFS2_FS is not set CONFIG_BTRFS_FS=m CONFIG_BTRFS_FS_POSIX_ACL=y CONFIG_NILFS2_FS=m CONFIG_FILE_LOCKING=y CONFIG_FSNOTIFY=y # CONFIG_DNOTIFY is not set CONFIG_INOTIFY_USER=y CONFIG_QUOTA=y CONFIG_QUOTA_NETLINK_INTERFACE=y # CONFIG_PRINT_QUOTA_WARNING is not set CONFIG_QUOTA_DEBUG=y # CONFIG_QFMT_V1 is not set # CONFIG_QFMT_V2 is not set CONFIG_QUOTACTL=y CONFIG_AUTOFS_FS=m CONFIG_AUTOFS4_FS=m # CONFIG_FUSE_FS is not set # # Caches # # CONFIG_FSCACHE is not set # # CD-ROM/DVD Filesystems # # CONFIG_ISO9660_FS is not set # CONFIG_UDF_FS is not set # # 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="iso8859-1" # CONFIG_NTFS_FS is not set # # Pseudo filesystems # CONFIG_PROC_FS=y # CONFIG_PROC_KCORE is not set CONFIG_PROC_SYSCTL=y CONFIG_PROC_PAGE_MONITOR=y CONFIG_SYSFS=y # CONFIG_TMPFS is not set CONFIG_HUGETLBFS=y CONFIG_HUGETLB_PAGE=y CONFIG_CONFIGFS_FS=y CONFIG_MISC_FILESYSTEMS=y # CONFIG_ADFS_FS is not set # CONFIG_AFFS_FS is not set CONFIG_ECRYPT_FS=m # CONFIG_HFS_FS is not set # CONFIG_HFSPLUS_FS is not set # CONFIG_BEFS_FS is not set CONFIG_BFS_FS=m CONFIG_EFS_FS=m # CONFIG_LOGFS is not set CONFIG_CRAMFS=m CONFIG_SQUASHFS=m CONFIG_SQUASHFS_XATTR=y # CONFIG_SQUASHFS_LZO is not set # CONFIG_SQUASHFS_EMBEDDED is not set CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 # CONFIG_VXFS_FS is not set CONFIG_MINIX_FS=m # CONFIG_OMFS_FS is not set CONFIG_HPFS_FS=m CONFIG_QNX4FS_FS=m CONFIG_ROMFS_FS=m CONFIG_ROMFS_BACKED_BY_BLOCK=y CONFIG_ROMFS_ON_BLOCK=y CONFIG_SYSV_FS=m # CONFIG_UFS_FS is not set CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=m # CONFIG_NFS_V3 is not set CONFIG_NFS_V4=y # CONFIG_NFS_V4_1 is not set # CONFIG_NFS_USE_LEGACY_DNS is not set CONFIG_NFS_USE_KERNEL_DNS=y CONFIG_NFSD=m CONFIG_NFSD_V3=y # CONFIG_NFSD_V3_ACL is not set # CONFIG_NFSD_V4 is not set CONFIG_LOCKD=m CONFIG_LOCKD_V4=y CONFIG_EXPORTFS=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=m # CONFIG_SMB_NLS_DEFAULT is not set # CONFIG_CEPH_FS is not set CONFIG_CIFS=m # CONFIG_CIFS_STATS is not set CONFIG_CIFS_WEAK_PW_HASH=y CONFIG_CIFS_UPCALL=y # CONFIG_CIFS_XATTR is not set CONFIG_CIFS_DEBUG2=y CONFIG_CIFS_DFS_UPCALL=y # CONFIG_CIFS_EXPERIMENTAL is not set # CONFIG_NCP_FS is not set CONFIG_CODA_FS=m CONFIG_AFS_FS=m CONFIG_AFS_DEBUG=y # # Partition Types # CONFIG_PARTITION_ADVANCED=y CONFIG_ACORN_PARTITION=y CONFIG_ACORN_PARTITION_CUMANA=y # CONFIG_ACORN_PARTITION_EESOX is not set # CONFIG_ACORN_PARTITION_ICS is not set # CONFIG_ACORN_PARTITION_ADFS is not set CONFIG_ACORN_PARTITION_POWERTEC=y # CONFIG_ACORN_PARTITION_RISCIX is not set # CONFIG_OSF_PARTITION is not set # CONFIG_AMIGA_PARTITION is not set CONFIG_ATARI_PARTITION=y CONFIG_MAC_PARTITION=y CONFIG_MSDOS_PARTITION=y CONFIG_BSD_DISKLABEL=y # CONFIG_MINIX_SUBPARTITION is not set # CONFIG_SOLARIS_X86_PARTITION is not set # CONFIG_UNIXWARE_DISKLABEL is not set CONFIG_LDM_PARTITION=y # CONFIG_LDM_DEBUG is not set # CONFIG_SGI_PARTITION is not set # CONFIG_ULTRIX_PARTITION is not set # CONFIG_SUN_PARTITION is not set # CONFIG_KARMA_PARTITION is not set CONFIG_EFI_PARTITION=y CONFIG_SYSV68_PARTITION=y CONFIG_NLS=y CONFIG_NLS_DEFAULT="iso8859-1" CONFIG_NLS_CODEPAGE_437=m # CONFIG_NLS_CODEPAGE_737 is not set CONFIG_NLS_CODEPAGE_775=m CONFIG_NLS_CODEPAGE_850=m CONFIG_NLS_CODEPAGE_852=m # CONFIG_NLS_CODEPAGE_855 is not set # CONFIG_NLS_CODEPAGE_857 is not set # CONFIG_NLS_CODEPAGE_860 is not set # CONFIG_NLS_CODEPAGE_861 is not set CONFIG_NLS_CODEPAGE_862=m # CONFIG_NLS_CODEPAGE_863 is not set CONFIG_NLS_CODEPAGE_864=m CONFIG_NLS_CODEPAGE_865=m # CONFIG_NLS_CODEPAGE_866 is not set CONFIG_NLS_CODEPAGE_869=m CONFIG_NLS_CODEPAGE_936=m # CONFIG_NLS_CODEPAGE_950 is not set # CONFIG_NLS_CODEPAGE_932 is not set CONFIG_NLS_CODEPAGE_949=m # CONFIG_NLS_CODEPAGE_874 is not set CONFIG_NLS_ISO8859_8=m CONFIG_NLS_CODEPAGE_1250=m CONFIG_NLS_CODEPAGE_1251=m CONFIG_NLS_ASCII=m CONFIG_NLS_ISO8859_1=m CONFIG_NLS_ISO8859_2=m # CONFIG_NLS_ISO8859_3 is not set 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 is not set CONFIG_NLS_ISO8859_14=m CONFIG_NLS_ISO8859_15=m CONFIG_NLS_KOI8_R=m CONFIG_NLS_KOI8_U=m # CONFIG_NLS_UTF8 is not set # CONFIG_DLM is not set # # Kernel hacking # CONFIG_TRACE_IRQFLAGS_SUPPORT=y CONFIG_PRINTK_TIME=y # CONFIG_ENABLE_WARN_DEPRECATED is not set CONFIG_ENABLE_MUST_CHECK=y CONFIG_FRAME_WARN=1024 CONFIG_MAGIC_SYSRQ=y CONFIG_STRIP_ASM_SYMS=y # CONFIG_UNUSED_SYMBOLS is not set CONFIG_DEBUG_FS=y # CONFIG_HEADERS_CHECK is not set # CONFIG_DEBUG_KERNEL is not set # CONFIG_HARDLOCKUP_DETECTOR is not set # CONFIG_SLUB_DEBUG_ON is not set CONFIG_SLUB_STATS=y CONFIG_BKL=y # CONFIG_SPARSE_RCU_POINTER is not set CONFIG_TRACE_IRQFLAGS=y CONFIG_STACKTRACE=y 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_LKDTM=m CONFIG_SYSCTL_SYSCALL_CHECK=y CONFIG_USER_STACKTRACE_SUPPORT=y CONFIG_NOP_TRACER=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_SYSCALL_TRACEPOINTS=y CONFIG_HAVE_C_RECORDMCOUNT=y CONFIG_TRACER_MAX_TRACE=y CONFIG_RING_BUFFER=y CONFIG_EVENT_TRACING=y CONFIG_CONTEXT_SWITCH_TRACER=y CONFIG_RING_BUFFER_ALLOW_SWAP=y CONFIG_TRACING=y CONFIG_GENERIC_TRACER=y CONFIG_TRACING_SUPPORT=y CONFIG_FTRACE=y # CONFIG_FUNCTION_TRACER is not set CONFIG_IRQSOFF_TRACER=y # CONFIG_SCHED_TRACER is not set CONFIG_FTRACE_SYSCALLS=y CONFIG_BRANCH_PROFILE_NONE=y # CONFIG_PROFILE_ANNOTATED_BRANCHES is not set # CONFIG_PROFILE_ALL_BRANCHES is not set # CONFIG_STACK_TRACER is not set CONFIG_BLK_DEV_IO_TRACE=y CONFIG_KPROBE_EVENT=y CONFIG_FTRACE_SELFTEST=y CONFIG_FTRACE_STARTUP_TEST=y CONFIG_EVENT_TRACE_TEST_SYSCALLS=y # CONFIG_MMIOTRACE is not set # CONFIG_RING_BUFFER_BENCHMARK is not set CONFIG_PROVIDE_OHCI1394_DMA_INIT=y # CONFIG_DYNAMIC_DEBUG is not set CONFIG_DMA_API_DEBUG=y # CONFIG_ATOMIC64_SELFTEST is not set # CONFIG_SAMPLES is not set CONFIG_HAVE_ARCH_KGDB=y CONFIG_HAVE_ARCH_KMEMCHECK=y CONFIG_STRICT_DEVMEM=y CONFIG_X86_VERBOSE_BOOTUP=y CONFIG_EARLY_PRINTK=y CONFIG_EARLY_PRINTK_DBGP=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 is not set CONFIG_SECURITY_PATH=y CONFIG_LSM_MMAP_MIN_ADDR=65536 CONFIG_SECURITY_SELINUX=y # CONFIG_SECURITY_SELINUX_BOOTPARAM is not set 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_TOMOYO=y CONFIG_SECURITY_APPARMOR=y CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=1 CONFIG_IMA=y CONFIG_IMA_MEASURE_PCR_IDX=10 CONFIG_IMA_AUDIT=y CONFIG_IMA_LSM_RULES=y CONFIG_DEFAULT_SECURITY_SELINUX=y # CONFIG_DEFAULT_SECURITY_TOMOYO is not set # CONFIG_DEFAULT_SECURITY_APPARMOR is not set # CONFIG_DEFAULT_SECURITY_DAC is not set CONFIG_DEFAULT_SECURITY="selinux" CONFIG_CRYPTO=y # # Crypto core or helper # # CONFIG_CRYPTO_FIPS is not set 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=m CONFIG_CRYPTO_PCOMP2=y CONFIG_CRYPTO_MANAGER=y CONFIG_CRYPTO_MANAGER2=y # CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set CONFIG_CRYPTO_GF128MUL=m CONFIG_CRYPTO_NULL=m # CONFIG_CRYPTO_PCRYPT is not set CONFIG_CRYPTO_WORKQUEUE=y CONFIG_CRYPTO_CRYPTD=m CONFIG_CRYPTO_AUTHENC=m # CONFIG_CRYPTO_TEST is not set # # Authenticated Encryption with Associated Data # # CONFIG_CRYPTO_CCM is not set # CONFIG_CRYPTO_GCM is not set # CONFIG_CRYPTO_SEQIV is not set # # Block modes # CONFIG_CRYPTO_CBC=m # CONFIG_CRYPTO_CTR is not set # CONFIG_CRYPTO_CTS is not set CONFIG_CRYPTO_ECB=m # CONFIG_CRYPTO_LRW is not set CONFIG_CRYPTO_PCBC=m CONFIG_CRYPTO_XTS=m # # Hash modes # CONFIG_CRYPTO_HMAC=y CONFIG_CRYPTO_XCBC=m # CONFIG_CRYPTO_VMAC is not set # # Digest # CONFIG_CRYPTO_CRC32C=m CONFIG_CRYPTO_CRC32C_INTEL=m # CONFIG_CRYPTO_GHASH is not set CONFIG_CRYPTO_MD4=m CONFIG_CRYPTO_MD5=y CONFIG_CRYPTO_MICHAEL_MIC=m # CONFIG_CRYPTO_RMD128 is not set CONFIG_CRYPTO_RMD160=m CONFIG_CRYPTO_RMD256=m CONFIG_CRYPTO_RMD320=m CONFIG_CRYPTO_SHA1=y CONFIG_CRYPTO_SHA256=m # CONFIG_CRYPTO_SHA512 is not set CONFIG_CRYPTO_TGR192=m CONFIG_CRYPTO_WP512=m # # Ciphers # CONFIG_CRYPTO_AES=m # CONFIG_CRYPTO_AES_586 is not set # CONFIG_CRYPTO_ANUBIS is not set CONFIG_CRYPTO_ARC4=m CONFIG_CRYPTO_BLOWFISH=m # CONFIG_CRYPTO_CAMELLIA is not set CONFIG_CRYPTO_CAST5=m CONFIG_CRYPTO_CAST6=m CONFIG_CRYPTO_DES=m CONFIG_CRYPTO_FCRYPT=m CONFIG_CRYPTO_KHAZAD=m # CONFIG_CRYPTO_SALSA20 is not set CONFIG_CRYPTO_SALSA20_586=m # CONFIG_CRYPTO_SEED is not set # CONFIG_CRYPTO_SERPENT is not set # CONFIG_CRYPTO_TEA is not set # CONFIG_CRYPTO_TWOFISH is not set 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 is not set 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_HAVE_KVM_EVENTFD=y CONFIG_KVM_APIC_ARCHITECTURE=y CONFIG_KVM_MMIO=y CONFIG_VIRTUALIZATION=y CONFIG_KVM=m # CONFIG_KVM_INTEL is not set CONFIG_KVM_AMD=m CONFIG_KVM_MMU_AUDIT=y # CONFIG_VHOST_NET is not set # CONFIG_LGUEST is not set CONFIG_VIRTIO=y CONFIG_VIRTIO_RING=y CONFIG_VIRTIO_PCI=m CONFIG_VIRTIO_BALLOON=m CONFIG_BINARY_PRINTF=y # # 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=y # CONFIG_CRC_ITU_T is not set CONFIG_CRC32=y CONFIG_CRC7=m CONFIG_LIBCRC32C=m CONFIG_AUDIT_GENERIC=y CONFIG_ZLIB_INFLATE=m CONFIG_ZLIB_DEFLATE=m CONFIG_LZO_COMPRESS=m CONFIG_LZO_DECOMPRESS=m CONFIG_GENERIC_ALLOCATOR=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAS_DMA=y CONFIG_CHECK_SIGNATURE=y CONFIG_NLATTR=y ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-25 11:45 ` Ingo Molnar @ 2010-10-25 12:10 ` Ingo Molnar 2010-10-25 12:18 ` Peter Zijlstra 0 siblings, 1 reply; 50+ messages in thread From: Ingo Molnar @ 2010-10-25 12:10 UTC (permalink / raw) To: Steven Rostedt Cc: Jason Baron, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo, masami.hiramatsu.pt * Ingo Molnar <mingo@elte.hu> wrote: > and here's a new crash with a new config: > > [ 11.810471] Testing event timer_expire_exit: OK > [ 11.850475] Testing event timer_cancel: OK > [ 11.890508] Testing event hrtimer_init: OK > [ 11.930469] Testing event hrtimer_start: OK > [ 11.970475] Testing event hrtimer_expire_entry: > [ 11.980002] BUG: unable to handle kernel NULL pointer dereference at (null) > [ 11.980010] IP: [<(null)>] (null) > [ 11.980010] *pde = 00000000 > [ 11.980010] Oops: 0000 [#1] SMP > [ 11.980010] last sysfs file: > [ 11.980010] Modules linked in: > [ 11.980010] > [ 11.980010] Pid: 0, comm: swapper Not tainted 2.6.36-tip-05833-g9db2fad-dirty #52316 A8N-E/System Product Name > [ 11.980010] EIP: 0060:[<00000000>] EFLAGS: 00010046 CPU: 0 > [ 11.980010] EIP is at 0x0 > [ 11.980010] EAX: f6806a94 EBX: f6806a94 ECX: 00010000 EDX: 00000096 > [ 11.980010] ESI: f65bdf50 EDI: f6806a00 EBP: f6806a30 ESP: c13dff04 > [ 11.980010] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 > [ 11.980010] Process swapper (pid: 0, ti=c13de000 task=c13e2f20 task.ti=c13de000) > [ 11.980010] Stack: > [ 11.980010] c103d297 00000000 c10460c1 c13dff4c ca105369 00000002 ffffffff 7fffffff > [ 11.980010] c103d52b ca105369 00000002 ca105369 0000002c f6806a00 00000000 f6806a04 > [ 11.980010] ca105369 00000002 ca105369 00000002 00000000 f6805dac 00000000 c1420788 > [ 11.980010] Call Trace: > [ 11.980010] [<c103d297>] ? __run_hrtimer+0x91/0x105 > [ 11.980010] [<c10460c1>] ? tick_sched_timer+0x0/0x1a1 > [ 11.980010] [<c103d52b>] ? hrtimer_interrupt+0x108/0x20a > [ 11.980010] [<c1012294>] ? smp_apic_timer_interrupt+0x66/0x75 > [ 11.980010] [<c12c202a>] ? apic_timer_interrupt+0x36/0x3c > [ 11.980010] [<c10163f0>] ? native_safe_halt+0x2/0x3 > [ 11.980010] [<c10072c6>] ? default_idle+0x66/0x91 > [ 11.980010] [<c10020f6>] ? cpu_idle+0x98/0xda > [ 11.980010] [<c142280a>] ? start_kernel+0x2f7/0x2fc > [ 11.980010] Code: Bad EIP value. > [ 11.980010] EIP: [<00000000>] 0x0 SS:ESP 0068:c13dff04 > [ 11.980010] CR2: 0000000000000000 > [ 11.980010] ---[ end trace 74b10a949febd52e ]--- > [ 11.980011] BUG: unable to handle kernel NULL pointer dereference at (null) > [ 11.980011] IP: [<(null)>] (null) > [ 11.980011] *pde = 00000000 > [ 11.980011] Oops: 0000 [#2] SMP > [ 11.980011] last sysfs file: > [ 11.980011] Modules linked in: > [ 11.980011] > [ 11.980011] Pid: 0, comm: kworker/0:0 Tainted: G D 2.6.36-tip-05833-g9db2fad-dirty #52316 A8N-E/System Product Name > [ 11.980011] EIP: 0060:[<00000000>] EFLAGS: 00010046 CPU: 1 > [ 11.980011] EIP is at 0x0 > [ 11.980011] EAX: f6a06a94 EBX: f6a06a94 ECX: 00010000 EDX: 00000092 > [ 11.980011] ESI: f65bdf50 EDI: f6a06a00 EBP: f6a06a30 ESP: f6479ec0 > [ 11.980011] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 > [ 11.980011] Process kworker/0:0 (pid: 0, ti=f6478000 task=f64364e0 task.ti=f6478000) > [ 11.980011] Stack: > [ 11.980011] c103d297 00000000 c10460c1 f6479f08 ca1058de 00000002 ffffffff 7fffffff > [ 11.980011] c103d52b ca1058de 00000002 ca1058de 0000002c f6a06a00 00000000 f6a06a04 > [ 11.980011] ca1058de 00000002 ca1058de 00000002 00000000 f6a05dac 00000001 c1420788 > [ 11.980011] Call Trace: > [ 11.980011] [<c103d297>] ? __run_hrtimer+0x91/0x105 > [ 11.980011] [<c10460c1>] ? tick_sched_timer+0x0/0x1a1 > [ 11.980011] [<c103d52b>] ? hrtimer_interrupt+0x108/0x20a > [ 11.980011] [<c1012294>] ? smp_apic_timer_interrupt+0x66/0x75 > [ 11.980011] [<c12c202a>] ? apic_timer_interrupt+0x36/0x3c > [ 11.980011] [<c10163f0>] ? native_safe_halt+0x2/0x3 > [ 11.980011] [<c10072c6>] ? default_idle+0x66/0x91 > [ 11.980011] [<c10020f6>] ? cpu_idle+0x98/0xda > [ 11.980011] [<c14501ce>] ? start_secondary+0x200/0x205 > [ 11.980011] Code: Bad EIP value. > [ 11.980011] EIP: [<00000000>] 0x0 SS:ESP 0068:f6479ec0 > [ 11.980011] CR2: 0000000000000000 > [ 11.980011] ---[ end trace 74b10a949febd52f ]--- > [ 11.980011] Kernel panic - not syncing: Fatal exception in interrupt > [ 11.980011] Pid: 0, comm: kworker/0:0 Tainted: G D 2.6.36-tip-05833-g9db2fad-dirty #52316 > [ 11.980011] Call Trace: > [ 11.980011] [<c12bfaa3>] ? panic+0x4d/0x13a > [ 11.980011] [<c12c2b31>] ? oops_end+0x72/0x7c > [ 11.980011] [<c1017475>] ? no_context+0x10d/0x117 > [ 11.980011] [<c12c42d7>] ? do_page_fault+0x0/0x37c > [ 11.980011] [<c1017591>] ? bad_area_nosemaphore+0xa/0xc > [ 11.980011] [<c12c44a4>] ? do_page_fault+0x1cd/0x37c > [ 11.980011] [<c105a808>] ? rb_reserve_next_event+0x289/0x336 > [ 11.980011] [<c113ea0c>] ? trace_hardirqs_off_thunk+0xc/0x10 > [ 11.980011] [<c12c42d7>] ? do_page_fault+0x0/0x37c > [ 11.980011] [<c12c42d7>] ? do_page_fault+0x0/0x37c > [ 11.980011] [<c12c21ec>] ? error_code+0x6c/0x74 > [ 11.980011] [<c103d297>] ? __run_hrtimer+0x91/0x105 > [ 11.980011] [<c10460c1>] ? tick_sched_timer+0x0/0x1a1 > [ 11.980011] [<c103d52b>] ? hrtimer_interrupt+0x108/0x20a > [ 11.980011] [<c1012294>] ? smp_apic_timer_interrupt+0x66/0x75 > [ 11.980011] [<c12c202a>] ? apic_timer_interrupt+0x36/0x3c > [ 11.980011] [<c10163f0>] ? native_safe_halt+0x2/0x3 > [ 11.980011] [<c10072c6>] ? default_idle+0x66/0x91 > [ 11.980011] [<c10020f6>] ? cpu_idle+0x98/0xda > [ 11.980011] [<c14501ce>] ? start_secondary+0x200/0x205 > [ 11.980010] Kernel panic - not syncing: Fatal exception in interrupt > [ 11.980010] Pid: 0, comm: swapper Tainted: G D 2.6.36-tip-05833-g9db2fad-dirty #52316 > [ 11.980010] Call Trace: > [ 11.980010] [<c12bfaa3>] ? panic+0x4d/0x13a > [ 11.980010] [<c12c2b31>] ? oops_end+0x72/0x7c > [ 11.980010] [<c1017475>] ? no_context+0x10d/0x117 > [ 11.980010] [<c12c42d7>] ? do_page_fault+0x0/0x37c > [ 11.980010] [<c1017591>] ? bad_area_nosemaphore+0xa/0xc > [ 11.980010] [<c12c44a4>] ? do_page_fault+0x1cd/0x37c > [ 11.980010] [<c105a808>] ? rb_reserve_next_event+0x289/0x336 > [ 11.980010] [<c113ea0c>] ? trace_hardirqs_off_thunk+0xc/0x10 > [ 11.980010] [<c12c42d7>] ? do_page_fault+0x0/0x37c > [ 11.980010] [<c12c42d7>] ? do_page_fault+0x0/0x37c > [ 11.980010] [<c12c21ec>] ? error_code+0x6c/0x74 > [ 11.980010] [<c103d297>] ? __run_hrtimer+0x91/0x105 > [ 11.980010] [<c10460c1>] ? tick_sched_timer+0x0/0x1a1 > [ 11.980010] [<c103d52b>] ? hrtimer_interrupt+0x108/0x20a > [ 11.980010] [<c1012294>] ? smp_apic_timer_interrupt+0x66/0x75 > [ 11.980010] [<c12c202a>] ? apic_timer_interrupt+0x36/0x3c > [ 11.980010] [<c10163f0>] ? native_safe_halt+0x2/0x3 > [ 11.980010] [<c10072c6>] ? default_idle+0x66/0x91 > [ 11.980010] [<c10020f6>] ? cpu_idle+0x98/0xda > [ 11.980010] [<c142280a>] ? start_kernel+0x2f7/0x2fc Here's the disassembly of the crash site: c103d282: 89 da mov %ebx,%edx c103d284: 8b 4c 24 04 mov 0x4(%esp),%ecx c103d288: ff 16 call *(%esi) c103d28a: 83 c6 08 add $0x8,%esi c103d28d: 83 3e 00 cmpl $0x0,(%esi) c103d290: eb eb jmp c103d27d <__run_hrtimer+0x77> c103d292: 89 d8 mov %ebx,%eax c103d294: ff 14 24 call *(%esp) c103d297: 89 04 24 mov %eax,(%esp) c103d29a: e9 00 00 00 00 jmp c103d29f <__run_hrtimer+0x99> c103d29f: eb 19 jmp c103d2ba <__run_hrtimer+0xb4> c103d2a1: 8b 35 50 f1 40 c1 mov 0xc140f150,%esi c103d2a7: 85 f6 test %esi,%esi c103d2a9: 74 0f je c103d2ba <__run_hrtimer+0xb4> c103d2ab: 8b 46 04 mov 0x4(%esi),%eax c103d2ae: 89 da mov %ebx,%edx c103d2b0: ff 16 call *(%esi) c103d2b2: 83 c6 08 add $0x8,%esi c103d2b5: 83 3e 00 cmpl $0x0,(%esi) c103d2b8: eb ef jmp c103d2a9 <__run_hrtimer+0xa3> c103d2ba: 89 f8 mov %edi,%eax c103d2bc: e8 ea 43 28 00 call c12c16ab <_raw_spin_lock> c103d2c1: 83 3c 24 00 cmpl $0x0,(%esp) (gdb) list *0xc103d297 0xc103d297 is in __run_hrtimer (kernel/hrtimer.c:1227). 1222 * they get migrated to another cpu, therefore its safe to unlock 1223 * the timer base. 1224 */ 1225 raw_spin_unlock(&cpu_base->lock); 1226 trace_hrtimer_expire_entry(timer, now); 1227 restart = fn(timer); 1228 trace_hrtimer_expire_exit(timer); 1229 raw_spin_lock(&cpu_base->lock); 1230 1231 /* (gdb) list *0xc103d294 0xc103d294 is in __run_hrtimer (kernel/hrtimer.c:1227). 1222 * they get migrated to another cpu, therefore its safe to unlock 1223 * the timer base. 1224 */ 1225 raw_spin_unlock(&cpu_base->lock); 1226 trace_hrtimer_expire_entry(timer, now); 1227 restart = fn(timer); 1228 trace_hrtimer_expire_exit(timer); 1229 raw_spin_lock(&cpu_base->lock); 1230 1231 /* i.e. the 'fn(timer)' call crashed. Thanks, Ingo ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-25 12:10 ` Ingo Molnar @ 2010-10-25 12:18 ` Peter Zijlstra 2010-10-25 12:32 ` Ingo Molnar 2010-10-25 15:47 ` Peter Zijlstra 0 siblings, 2 replies; 50+ messages in thread From: Peter Zijlstra @ 2010-10-25 12:18 UTC (permalink / raw) To: Ingo Molnar Cc: Steven Rostedt, Jason Baron, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Arnaldo Carvalho de Melo, masami.hiramatsu.pt On Mon, 2010-10-25 at 14:10 +0200, Ingo Molnar wrote: > * Ingo Molnar <mingo@elte.hu> wrote: > > > and here's a new crash with a new config: > > > > [ 11.810471] Testing event timer_expire_exit: OK > > [ 11.850475] Testing event timer_cancel: OK > > [ 11.890508] Testing event hrtimer_init: OK > > [ 11.930469] Testing event hrtimer_start: OK > > [ 11.970475] Testing event hrtimer_expire_entry: > > [ 11.980002] BUG: unable to handle kernel NULL pointer dereference at (null) > > [ 11.980010] IP: [<(null)>] (null) > > [ 11.980010] *pde = 00000000 > > [ 11.980010] Oops: 0000 [#1] SMP > > [ 11.980010] last sysfs file: > > [ 11.980010] Modules linked in: > > [ 11.980010] > > [ 11.980010] Pid: 0, comm: swapper Not tainted 2.6.36-tip-05833-g9db2fad-dirty #52316 A8N-E/System Product Name > > [ 11.980010] EIP: 0060:[<00000000>] EFLAGS: 00010046 CPU: 0 > > [ 11.980010] EIP is at 0x0 > > [ 11.980010] EAX: f6806a94 EBX: f6806a94 ECX: 00010000 EDX: 00000096 > > [ 11.980010] ESI: f65bdf50 EDI: f6806a00 EBP: f6806a30 ESP: c13dff04 > > [ 11.980010] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 > > [ 11.980010] Process swapper (pid: 0, ti=c13de000 task=c13e2f20 task.ti=c13de000) > > [ 11.980010] Stack: > > [ 11.980010] c103d297 00000000 c10460c1 c13dff4c ca105369 00000002 ffffffff 7fffffff > > [ 11.980010] c103d52b ca105369 00000002 ca105369 0000002c f6806a00 00000000 f6806a04 > > [ 11.980010] ca105369 00000002 ca105369 00000002 00000000 f6805dac 00000000 c1420788 > > [ 11.980010] Call Trace: > > [ 11.980010] [<c103d297>] ? __run_hrtimer+0x91/0x105 > > [ 11.980010] [<c10460c1>] ? tick_sched_timer+0x0/0x1a1 > > [ 11.980010] [<c103d52b>] ? hrtimer_interrupt+0x108/0x20a > > [ 11.980010] [<c1012294>] ? smp_apic_timer_interrupt+0x66/0x75 > > [ 11.980010] [<c12c202a>] ? apic_timer_interrupt+0x36/0x3c > > [ 11.980010] [<c10163f0>] ? native_safe_halt+0x2/0x3 > > [ 11.980010] [<c10072c6>] ? default_idle+0x66/0x91 > > [ 11.980010] [<c10020f6>] ? cpu_idle+0x98/0xda > > [ 11.980010] [<c142280a>] ? start_kernel+0x2f7/0x2fc > > [ 11.980010] Code: Bad EIP value. > > [ 11.980010] EIP: [<00000000>] 0x0 SS:ESP 0068:c13dff04 > > [ 11.980010] CR2: 0000000000000000 > > [ 11.980010] ---[ end trace 74b10a949febd52e ]--- > Here's the disassembly of the crash site: > > c103d282: 89 da mov %ebx,%edx > c103d284: 8b 4c 24 04 mov 0x4(%esp),%ecx > c103d288: ff 16 call *(%esi) > c103d28a: 83 c6 08 add $0x8,%esi > c103d28d: 83 3e 00 cmpl $0x0,(%esi) > c103d290: eb eb jmp c103d27d <__run_hrtimer+0x77> > c103d292: 89 d8 mov %ebx,%eax > c103d294: ff 14 24 call *(%esp) > c103d297: 89 04 24 mov %eax,(%esp) > c103d29a: e9 00 00 00 00 jmp c103d29f <__run_hrtimer+0x99> > c103d29f: eb 19 jmp c103d2ba <__run_hrtimer+0xb4> > c103d2a1: 8b 35 50 f1 40 c1 mov 0xc140f150,%esi > c103d2a7: 85 f6 test %esi,%esi > c103d2a9: 74 0f je c103d2ba <__run_hrtimer+0xb4> > c103d2ab: 8b 46 04 mov 0x4(%esi),%eax > c103d2ae: 89 da mov %ebx,%edx > c103d2b0: ff 16 call *(%esi) > c103d2b2: 83 c6 08 add $0x8,%esi > c103d2b5: 83 3e 00 cmpl $0x0,(%esi) > c103d2b8: eb ef jmp c103d2a9 <__run_hrtimer+0xa3> > c103d2ba: 89 f8 mov %edi,%eax > c103d2bc: e8 ea 43 28 00 call c12c16ab <_raw_spin_lock> > c103d2c1: 83 3c 24 00 cmpl $0x0,(%esp) > > (gdb) list *0xc103d297 > 0xc103d297 is in __run_hrtimer (kernel/hrtimer.c:1227). > 1222 * they get migrated to another cpu, therefore its safe to unlock > 1223 * the timer base. > 1224 */ > 1225 raw_spin_unlock(&cpu_base->lock); > 1226 trace_hrtimer_expire_entry(timer, now); > 1227 restart = fn(timer); > 1228 trace_hrtimer_expire_exit(timer); > 1229 raw_spin_lock(&cpu_base->lock); > 1230 > 1231 /* > > i.e. the 'fn(timer)' call crashed. Right, and its doing an indirect function call from the first stack entry.. which would seem to suggest someone scribbled our stack.. ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-25 12:18 ` Peter Zijlstra @ 2010-10-25 12:32 ` Ingo Molnar 2010-10-25 15:47 ` Peter Zijlstra 1 sibling, 0 replies; 50+ messages in thread From: Ingo Molnar @ 2010-10-25 12:32 UTC (permalink / raw) To: Peter Zijlstra Cc: Steven Rostedt, Jason Baron, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Arnaldo Carvalho de Melo, masami.hiramatsu.pt * Peter Zijlstra <a.p.zijlstra@chello.nl> wrote: > > i.e. the 'fn(timer)' call crashed. > > Right, and its doing an indirect function call from the first stack entry.. which > would seem to suggest someone scribbled our stack.. The ESP value itself seems generally sane: > > [ 11.980010] ESI: f65bdf50 EDI: f6806a00 EBP: f6806a30 ESP: c13dff04 > > [ 11.980010] Process swapper (pid: 0, ti=c13de000 task=c13e2f20 task.ti=c13de000 As task.ti is 8K aligned (as it should be), and ESP is just a tad off the top of the stack (as it should be: a light timer irq interrupted the idle task). The relevant stack section looks like this: [ 11.980010] c103d297 00000000 c10460c1 c13dff4c ca105369 00000002 ffffffff 7fffffff [ 11.980010] c103d52b ca105369 00000002 ca105369 0000002c f6806a00 00000000 f6806a04 [ 11.980010] ca105369 00000002 ca105369 00000002 00000000 f6805dac 00000000 c1420788 and that 00000000 value after c103d297 seems to be the called fn(). The stack content looks sane as well - we have the NULL entry, then various other, good looking entries that dont look corrupted per se. So either there's a 4 byte corruption of the stack, or the place where we took 'fn' from got corrupted: either the timer structure or the hrtimer per-cpu data area. (More exotic crash scenarios as possible as well, if we consider .text corruption.) Thanks, Ingo ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-25 12:18 ` Peter Zijlstra 2010-10-25 12:32 ` Ingo Molnar @ 2010-10-25 15:47 ` Peter Zijlstra 2010-10-25 16:07 ` Peter Zijlstra ` (2 more replies) 1 sibling, 3 replies; 50+ messages in thread From: Peter Zijlstra @ 2010-10-25 15:47 UTC (permalink / raw) To: Ingo Molnar Cc: Steven Rostedt, Jason Baron, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Arnaldo Carvalho de Melo, masami.hiramatsu.pt So I can reproduce this using the .config provided a few emails ago: [ 22.945481] Testing event hrtimer_expire_entry: [ 22.950013] Symbol: __run_hrtimer @ c103d3c2 0x105 [ 22.954988] Ideal-NOP: 0f 1f 44 00 00 [ 22.958840] Transform: c103d429 -> e9 03 00 00 00 [ 22.963723] Code: 55 57 56 53 89 c3 83 ec 08 89 54 24 04 8b 68 20 8b 7d 00 9c 58 8d 74 26 00 f6 c4 02 74 0f ba bd 0 4 00 00 b8 02 0f 36 c1 e8 0b 89 fe ff 0f 1f 44 00 00 eb 19 8b 35 b0 ad 40 c1 85 f6 74 0f 8b 46 04 89 da ff 16 83 c6 08 83 3e 00 eb ef 89 d8 b9 02 00 00 00 89 ea 6a 00 e8 b7 fe ff ff 8b 43 1c 89 44 24 04 f0 fe 07 <0f> 1f 44 00 00 58 eb 1 d 8b 35 70 ad 40 c1 85 f6 74 13 8b 46 04 89 da 8b 4c 24 04 ff 16 83 c6 08 83 3e 00 eb eb 89 d8 ff 14 24 89 04 24 0f 1f 44 00 00 eb 19 8b 35 90 ad 40 c1 85 f6 74 0f 8b 46 04 89 da ff 16 83 c6 08 83 3e 00 eb ef 89 f8 e8 56 04 28 00 83 3c 24 00 74 13 83 7b 24 02 74 04 0f 0b eb fe 89 ea 89 d8 e8 a8 fe ff ff f6 43 24 02 75 1f 80 3d c8 8c 59 c1 01 74 16 ba d 9 04 00 00 b8 02 0f 36 c1 e8 46 88 fe ff c6 05 c8 8c 59 c1 01 83 63 24 fd 83 c4 08 5b 5e 5f 5d c3 [ 23.038297] Symbol: __run_hrtimer @ c103d3c2 0x105 [ 23.043082] Ideal-NOP: [ 23.044942] BUG: unable to handle kernel NULL pointer dereference at (null) [ 23.044944] IP: [<(null)>] (null) [ 23.044946] *pde = 00000000 [ 23.044948] Oops: 0000 [#1] SMP [ 23.044950] last sysfs file: [ 23.044951] Modules linked in: [ 23.044952] [ 23.044954] Pid: 0, comm: kworker/0:1 Not tainted 2.6.36-tip-05833-g9db2fad-dirty #14 X8DTN/X8DTN [ 23.044957] EIP: 0060:[<00000000>] EFLAGS: 00010046 CPU: 2 [ 23.044958] EIP is at 0x0 [ 23.044960] EAX: f5906a94 EBX: f5906a94 ECX: 00010000 EDX: 00000092 [ 23.044962] ESI: f4938e90 EDI: f5906a00 EBP: f5906a30 ESP: f54b1ec4 [ 23.044964] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 [ 23.044966] Process kworker/0:1 (pid: 0, ti=f54b0000 task=f543b3a0 task.ti=f54b0000) [ 23.044967] Stack: [ 23.044968] c103d453 00000000 c104627d f54b1f0c 5459b2fd 00000005 ffffffff 7fffffff [ 23.044972] c103d6e7 5459b2fd 00000005 5459b2fd 0000002c f5906a00 00000000 f5906a04 [ 23.044975] 5459b2fd 00000005 5459b2fd 00000005 00000000 f5905dac 00000002 c141c3c8 [ 23.044979] Call Trace: [ 23.044982] [<c103d453>] ? __run_hrtimer+0x91/0x105 [ 23.044984] [<c104627d>] ? tick_sched_timer+0x0/0x1a1 [ 23.044987] [<c103d6e7>] ? hrtimer_interrupt+0x108/0x20a [ 23.044990] [<c101244c>] ? smp_apic_timer_interrupt+0x66/0x75 [ 23.044992] [<c12be252>] ? apic_timer_interrupt+0x36/0x3c [ 23.044995] [<c1007370>] ? mwait_idle+0x8d/0x9d [ 23.044998] [<c10020f6>] ? cpu_idle+0x98/0xda [ 23.045000] [<c144c13e>] ? start_secondary+0x200/0x205 [ 23.045002] Code: Bad EIP value. [ 23.045004] EIP: [<00000000>] 0x0 SS:ESP 0068:f54b1ec4 [ 23.045006] CR2: 0000000000000000 [ 23.045008] ---[ end trace 47e335b82ab98d21 ]--- Which using a bit of scrips/decodecode frobbing, yields: [ warning,. very wide text ] NOP'ed vs JMP'ed 0: 55 push %ebp 55 push %ebp 1: 57 push %edi 57 push %edi 2: 56 push %esi 56 push %esi 3: 53 push %ebx 53 push %ebx 4: 89 c3 mov %eax,%ebx 89 c3 mov %eax,%ebx 6: 83 ec 08 sub $0x8,%esp 83 ec 08 sub $0x8,%esp 9: 89 54 24 04 mov %edx,0x4(%esp) 89 54 24 04 mov %edx,0x4(%esp) d: 8b 68 20 mov 0x20(%eax),%ebp 8b 68 20 mov 0x20(%eax),%ebp 10: 8b 7d 00 mov 0x0(%ebp),%edi 8b 7d 00 mov 0x0(%ebp),%edi 13: 9c pushf 9c pushf 14: 58 pop %eax 58 pop %eax 15: 8d 74 26 00 lea 0x0(%esi,%eiz,1),%esi 8d 74 26 00 lea 0x0(%esi,%eiz,1),%esi 19: f6 c4 02 test $0x2,%ah f6 c4 02 test $0x2,%ah 1c: 74 0f je 0x2d 74 0f je 0x2d 1e: ba bd 04 00 00 mov $0x4bd,%edx ba bd 04 00 00 mov $0x4bd,%edx 23: b8 02 0f 36 c1 mov $0xc1360f02,%eax b8 02 0f 36 c1 mov $0xc1360f02,%eax 28: e8 0b 89 fe ff call 0xfffe8938 e8 0b 89 fe ff call 0xfffe8938 2d: 0f 1f 44 00 00 nopl 0x0(%eax,%eax,1) 0f 1f 44 00 00 nopl 0x0(%eax,%eax,1) 32: eb 19 jmp 0x4d eb 19 jmp 0x4d 34: 8b 35 b0 ad 40 c1 mov 0xc140adb0,%esi 8b 35 b0 ad 40 c1 mov 0xc140adb0,%esi 3a: 85 f6 test %esi,%esi 85 f6 test %esi,%esi 3c: 74 0f je 0x4d 74 0f je 0x4d 3e: 8b 46 04 mov 0x4(%esi),%eax 8b 46 04 mov 0x4(%esi),%eax 41: 89 da mov %ebx,%edx 89 da mov %ebx,%edx 43: ff 16 call *(%esi) ff 16 call *(%esi) 45: 83 c6 08 add $0x8,%esi 83 c6 08 add $0x8,%esi 48: 83 3e 00 cmpl $0x0,(%esi) 83 3e 00 cmpl $0x0,(%esi) 4b: eb ef jmp 0x3c eb ef jmp 0x3c 4d: 89 d8 mov %ebx,%eax 89 d8 mov %ebx,%eax 4f: b9 02 00 00 00 mov $0x2,%ecx b9 02 00 00 00 mov $0x2,%ecx 54: 89 ea mov %ebp,%edx 89 ea mov %ebp,%edx 56: 6a 00 push $0x0 6a 00 push $0x0 58: e8 b7 fe ff ff call 0xffffff14 e8 b7 fe ff ff call 0xffffff14 5d: 8b 43 1c mov 0x1c(%ebx),%eax 8b 43 1c mov 0x1c(%ebx),%eax 60: 89 44 24 04 mov %eax,0x4(%esp) 89 44 24 04 mov %eax,0x4(%esp) 64: f0 fe 07 lock incb (%edi) f0 fe 07 lock incb (%edi) 67:* 0f 1f 44 00 00 nopl 0x0(%eax,%eax,1) e9 03 00 00 00 jmp 0x6f <--- PATCHED INSN 6c: 58 pop %eax 58 pop %eax 6d: eb 1d jmp 0x8c eb 1d jmp 0x8c 6f: 8b 35 70 ad 40 c1 mov 0xc140ad70,%esi 8b 35 70 ad 40 c1 mov 0xc140ad70,%esi 75: 85 f6 test %esi,%esi 85 f6 test %esi,%esi 77: 74 13 je 0x8c 74 13 je 0x8c 79: 8b 46 04 mov 0x4(%esi),%eax 8b 46 04 mov 0x4(%esi),%eax 7c: 89 da mov %ebx,%edx 89 da mov %ebx,%edx 7e: 8b 4c 24 04 mov 0x4(%esp),%ecx 8b 4c 24 04 mov 0x4(%esp),%ecx 82: ff 16 call *(%esi) ff 16 call *(%esi) 84: 83 c6 08 add $0x8,%esi 83 c6 08 add $0x8,%esi 87: 83 3e 00 cmpl $0x0,(%esi) 83 3e 00 cmpl $0x0,(%esi) 8a: eb eb jmp 0x77 eb eb jmp 0x77 8c: 89 d8 mov %ebx,%eax 89 d8 mov %ebx,%eax 8e: ff 14 24 call *(%esp) ff 14 24 call *(%esp) 91: 89 04 24 mov %eax,(%esp) 89 04 24 mov %eax,(%esp) 94: 0f 1f 44 00 00 nopl 0x0(%eax,%eax,1) 0f 1f 44 00 00 nopl 0x0(%eax,%eax,1) 99: eb 19 jmp 0xb4 eb 19 jmp 0xb4 9b: 8b 35 90 ad 40 c1 mov 0xc140ad90,%esi 8b 35 90 ad 40 c1 mov 0xc140ad90,%esi a1: 85 f6 test %esi,%esi 85 f6 test %esi,%esi a3: 74 0f je 0xb4 74 0f je 0xb4 a5: 8b 46 04 mov 0x4(%esi),%eax 8b 46 04 mov 0x4(%esi),%eax a8: 89 da mov %ebx,%edx 89 da mov %ebx,%edx aa: ff 16 call *(%esi) ff 16 call *(%esi) ac: 83 c6 08 add $0x8,%esi 83 c6 08 add $0x8,%esi af: 83 3e 00 cmpl $0x0,(%esi) 83 3e 00 cmpl $0x0,(%esi) b2: eb ef jmp 0xa3 eb ef jmp 0xa3 b4: 89 f8 mov %edi,%eax 89 f8 mov %edi,%eax b6: e8 56 04 28 00 call 0x280511 e8 56 04 28 00 call 0x280511 bb: 83 3c 24 00 cmpl $0x0,(%esp) 83 3c 24 00 cmpl $0x0,(%esp) bf: 74 13 je 0xd4 74 13 je 0xd4 c1: 83 7b 24 02 cmpl $0x2,0x24(%ebx) 83 7b 24 02 cmpl $0x2,0x24(%ebx) c5: 74 04 je 0xcb 74 04 je 0xcb c7: 0f 0b ud2 0f 0b ud2 c9: eb fe jmp 0xc9 eb fe jmp 0xc9 cb: 89 ea mov %ebp,%edx 89 ea mov %ebp,%edx cd: 89 d8 mov %ebx,%eax 89 d8 mov %ebx,%eax cf: e8 a8 fe ff ff call 0xffffff7c e8 a8 fe ff ff call 0xffffff7c d4: f6 43 24 02 testb $0x2,0x24(%ebx) f6 43 24 02 testb $0x2,0x24(%ebx) d8: 75 1f jne 0xf9 75 1f jne 0xf9 da: 80 3d c8 8c 59 c1 01 cmpb $0x1,0xc1598cc8 80 3d c8 8c 59 c1 01 cmpb $0x1,0xc1598cc8 e1: 74 16 je 0xf9 74 16 je 0xf9 e3: ba d9 04 00 00 mov $0x4d9,%edx ba d9 04 00 00 mov $0x4d9,%edx e8: b8 02 0f 36 c1 mov $0xc1360f02,%eax b8 02 0f 36 c1 mov $0xc1360f02,%eax ed: e8 46 88 fe ff call 0xfffe8938 e8 46 88 fe ff call 0xfffe8938 f2: c6 05 c8 8c 59 c1 01 movb $0x1,0xc1598cc8 c6 05 c8 8c 59 c1 01 movb $0x1,0xc1598cc8 f9: 83 63 24 fd andl $0xfffffffd,0x24(%ebx) 83 63 24 fd andl $0xfffffffd,0x24(%ebx) fd: 83 c4 08 add $0x8,%esp 83 c4 08 add $0x8,%esp 100: 5b pop %ebx 5b pop %ebx 101: 5e pop %esi 5e pop %esi 102: 5f pop %edi 5f pop %edi 103: 5d pop %ebp 5d pop %ebp 104: c3 ret c3 ret The compiled version looks like: 00000442 <__run_hrtimer>: 442: 55 push %ebp 443: 57 push %edi 444: 56 push %esi 445: 53 push %ebx 446: 89 c3 mov %eax,%ebx 448: 83 ec 08 sub $0x8,%esp 44b: 89 54 24 04 mov %edx,0x4(%esp) 44f: 8b 68 20 mov 0x20(%eax),%ebp 452: 8b 7d 00 mov 0x0(%ebp),%edi 455: ff 15 00 00 00 00 call *0x0 45b: f6 c4 02 test $0x2,%ah 45e: 74 0f je 46f <__run_hrtimer+0x2d> 460: ba bd 04 00 00 mov $0x4bd,%edx 465: b8 07 00 00 00 mov $0x7,%eax 46a: e8 fc ff ff ff call 46b <__run_hrtimer+0x29> 46f: e9 00 00 00 00 jmp 474 <__run_hrtimer+0x32> 474: eb 19 jmp 48f <__run_hrtimer+0x4d> 476: 8b 35 10 00 00 00 mov 0x10,%esi 47c: 85 f6 test %esi,%esi 47e: 74 0f je 48f <__run_hrtimer+0x4d> 480: 8b 46 04 mov 0x4(%esi),%eax 483: 89 da mov %ebx,%edx 485: ff 16 call *(%esi) 487: 83 c6 08 add $0x8,%esi 48a: 83 3e 00 cmpl $0x0,(%esi) 48d: eb ef jmp 47e <__run_hrtimer+0x3c> 48f: 89 d8 mov %ebx,%eax 491: b9 02 00 00 00 mov $0x2,%ecx 496: 89 ea mov %ebp,%edx 498: 6a 00 push $0x0 49a: e8 b7 fe ff ff call 356 <__remove_hrtimer> 49f: 8b 43 1c mov 0x1c(%ebx),%eax 4a2: 89 44 24 04 mov %eax,0x4(%esp) 4a6: f0 fe 07 lock incb (%edi) 4a9: e9 00 00 00 00 jmp 4ae <__run_hrtimer+0x6c> 4ae: 58 pop %eax 4af: eb 1d jmp 4ce <__run_hrtimer+0x8c> 4b1: 8b 35 10 00 00 00 mov 0x10,%esi 4b7: 85 f6 test %esi,%esi 4b9: 74 13 je 4ce <__run_hrtimer+0x8c> 4bb: 8b 46 04 mov 0x4(%esi),%eax 4be: 89 da mov %ebx,%edx 4c0: 8b 4c 24 04 mov 0x4(%esp),%ecx 4c4: ff 16 call *(%esi) 4c6: 83 c6 08 add $0x8,%esi 4c9: 83 3e 00 cmpl $0x0,(%esi) 4cc: eb eb jmp 4b9 <__run_hrtimer+0x77> 4ce: 89 d8 mov %ebx,%eax 4d0: ff 14 24 call *(%esp) 4d3: 89 04 24 mov %eax,(%esp) 4d6: e9 00 00 00 00 jmp 4db <__run_hrtimer+0x99> 4db: eb 19 jmp 4f6 <__run_hrtimer+0xb4> 4dd: 8b 35 10 00 00 00 mov 0x10,%esi 4e3: 85 f6 test %esi,%esi 4e5: 74 0f je 4f6 <__run_hrtimer+0xb4> 4e7: 8b 46 04 mov 0x4(%esi),%eax 4ea: 89 da mov %ebx,%edx 4ec: ff 16 call *(%esi) 4ee: 83 c6 08 add $0x8,%esi 4f1: 83 3e 00 cmpl $0x0,(%esi) 4f4: eb ef jmp 4e5 <__run_hrtimer+0xa3> 4f6: 89 f8 mov %edi,%eax 4f8: e8 fc ff ff ff call 4f9 <__run_hrtimer+0xb7> 4fd: 83 3c 24 00 cmpl $0x0,(%esp) 501: 74 13 je 516 <__run_hrtimer+0xd4> 503: 83 7b 24 02 cmpl $0x2,0x24(%ebx) 507: 74 04 je 50d <__run_hrtimer+0xcb> 509: 0f 0b ud2a 50b: eb fe jmp 50b <__run_hrtimer+0xc9> 50d: 89 ea mov %ebp,%edx 50f: 89 d8 mov %ebx,%eax 511: e8 a8 fe ff ff call 3be <enqueue_hrtimer> 516: f6 43 24 02 testb $0x2,0x24(%ebx) 51a: 75 1f jne 53b <__run_hrtimer+0xf9> 51c: 80 3d 00 00 00 00 01 cmpb $0x1,0x0 523: 74 16 je 53b <__run_hrtimer+0xf9> 525: ba d9 04 00 00 mov $0x4d9,%edx 52a: b8 07 00 00 00 mov $0x7,%eax 52f: e8 fc ff ff ff call 530 <__run_hrtimer+0xee> 534: c6 05 00 00 00 00 01 movb $0x1,0x0 53b: 83 63 24 fd andl $0xfffffffd,0x24(%ebx) 53f: 83 c4 08 add $0x8,%esp 542: 5b pop %ebx 543: 5e pop %esi 544: 5f pop %edi 545: 5d pop %ebp 546: c3 ret Which is different due to PV_OPS alternatives.. will now start trying to untangle the actual execution of all three code fragments... --- arch/x86/kernel/jump_label.c | 47 ++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 47 insertions(+), 0 deletions(-) diff --git a/arch/x86/kernel/jump_label.c b/arch/x86/kernel/jump_label.c index 961b6b3..cd3cbca 100644 --- a/arch/x86/kernel/jump_label.c +++ b/arch/x86/kernel/jump_label.c @@ -11,6 +11,7 @@ #include <linux/list.h> #include <linux/jhash.h> #include <linux/cpu.h> +#include <linux/kallsyms.h> #include <asm/kprobes.h> #include <asm/alternative.h> @@ -24,6 +25,50 @@ union jump_code_union { } __attribute__((packed)); }; +static void print_sym(void *ptr, u8 *code, int len) +{ + unsigned long addr = (unsigned long)ptr; + unsigned long size, offset; + char buf[KSYM_NAME_LEN]; + char *modname; + u8 *ip, c; + int i; + + kallsyms_lookup(addr, &size, &offset, &modname, buf); + + if (strcmp(buf, "__run_hrtimer")) + return; + + ip = ptr - offset; + + printk(KERN_ERR "Symbol: %s @ %p 0x%lx\n", buf, ip, size); + + printk(KERN_ERR "Ideal-NOP: "); + for (i = 0; i < len; i++) { + printk(KERN_CONT "%02x ", (u8)ideal_nop5[i]); + } + printk(KERN_CONT "\n"); + + printk(KERN_ERR "Transform: %p -> ", ptr); + for (i = 0; i < len; i++) { + printk(KERN_CONT "%02x ", (u8)code[i]); + } + printk(KERN_CONT "\n"); + + printk(KERN_ERR "Code: "); + for (i = 0; i < size; i++, ip++) { + if (probe_kernel_address(ip, c)) { + printk(KERN_CONT "Fail!"); + break; + } + if (ip == (u8 *)ptr) + printk(KERN_CONT "<%02x> ", c); + else + printk(KERN_CONT "%02x ", c); + } + printk(KERN_CONT "\n"); +} + void arch_jump_label_transform(struct jump_entry *entry, enum jump_label_type type) { @@ -37,7 +82,9 @@ void arch_jump_label_transform(struct jump_entry *entry, memcpy(&code, ideal_nop5, JUMP_LABEL_NOP_SIZE); get_online_cpus(); mutex_lock(&text_mutex); + print_sym((void *)entry->code, &code, JUMP_LABEL_NOP_SIZE); text_poke_smp((void *)entry->code, &code, JUMP_LABEL_NOP_SIZE); + print_sym((void *)entry->code, &code, JUMP_LABEL_NOP_SIZE); mutex_unlock(&text_mutex); put_online_cpus(); } ^ permalink raw reply related [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-25 15:47 ` Peter Zijlstra @ 2010-10-25 16:07 ` Peter Zijlstra 2010-10-25 17:25 ` Ingo Molnar 2010-10-25 17:45 ` Peter Zijlstra 2 siblings, 0 replies; 50+ messages in thread From: Peter Zijlstra @ 2010-10-25 16:07 UTC (permalink / raw) To: Ingo Molnar Cc: Steven Rostedt, Jason Baron, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Arnaldo Carvalho de Melo, masami.hiramatsu.pt On Mon, 2010-10-25 at 17:47 +0200, Peter Zijlstra wrote: > 0: 55 push %ebp 55 push %ebp > 1: 57 push %edi 57 push %edi > 2: 56 push %esi 56 push %esi > 3: 53 push %ebx 53 push %ebx > 4: 89 c3 mov %eax,%ebx 89 c3 mov %eax,%ebx > 6: 83 ec 08 sub $0x8,%esp 83 ec 08 sub $0x8,%esp > 9: 89 54 24 04 mov %edx,0x4(%esp) 89 54 24 04 mov %edx,0x4(%esp) > d: 8b 68 20 mov 0x20(%eax),%ebp 8b 68 20 mov 0x20(%eax),%ebp > 10: 8b 7d 00 mov 0x0(%ebp),%edi 8b 7d 00 mov 0x0(%ebp),%edi > 13: 9c pushf 9c pushf > 14: 58 pop %eax 58 pop %eax > 15: 8d 74 26 00 lea 0x0(%esi,%eiz,1),%esi 8d 74 26 00 lea 0x0(%esi,%eiz,1),%esi > 19: f6 c4 02 test $0x2,%ah f6 c4 02 test $0x2,%ah > 1c: 74 0f je 0x2d 74 0f je 0x2d > 1e: ba bd 04 00 00 mov $0x4bd,%edx ba bd 04 00 00 mov $0x4bd,%edx > 23: b8 02 0f 36 c1 mov $0xc1360f02,%eax b8 02 0f 36 c1 mov $0xc1360f02,%eax > 28: e8 0b 89 fe ff call 0xfffe8938 e8 0b 89 fe ff call 0xfffe8938 > 2d: 0f 1f 44 00 00 nopl 0x0(%eax,%eax,1) 0f 1f 44 00 00 nopl 0x0(%eax,%eax,1) > 32: eb 19 jmp 0x4d eb 19 jmp 0x4d > 34: 8b 35 b0 ad 40 c1 mov 0xc140adb0,%esi 8b 35 b0 ad 40 c1 mov 0xc140adb0,%esi > 3a: 85 f6 test %esi,%esi 85 f6 test %esi,%esi > 3c: 74 0f je 0x4d 74 0f je 0x4d > 3e: 8b 46 04 mov 0x4(%esi),%eax 8b 46 04 mov 0x4(%esi),%eax > 41: 89 da mov %ebx,%edx 89 da mov %ebx,%edx > 43: ff 16 call *(%esi) ff 16 call *(%esi) > 45: 83 c6 08 add $0x8,%esi 83 c6 08 add $0x8,%esi > 48: 83 3e 00 cmpl $0x0,(%esi) 83 3e 00 cmpl $0x0,(%esi) > 4b: eb ef jmp 0x3c eb ef jmp 0x3c > 4d: 89 d8 mov %ebx,%eax 89 d8 mov %ebx,%eax > 4f: b9 02 00 00 00 mov $0x2,%ecx b9 02 00 00 00 mov $0x2,%ecx > 54: 89 ea mov %ebp,%edx 89 ea mov %ebp,%edx > 56: 6a 00 push $0x0 6a 00 push $0x0 > 58: e8 b7 fe ff ff call 0xffffff14 e8 b7 fe ff ff call 0xffffff14 > 5d: 8b 43 1c mov 0x1c(%ebx),%eax 8b 43 1c mov 0x1c(%ebx),%eax > 60: 89 44 24 04 mov %eax,0x4(%esp) 89 44 24 04 mov %eax,0x4(%esp) > 64: f0 fe 07 lock incb (%edi) f0 fe 07 lock incb (%edi) > 67:* 0f 1f 44 00 00 nopl 0x0(%eax,%eax,1) e9 03 00 00 00 jmp 0x6f <--- PATCHED INSN > 6c: 58 pop %eax 58 pop %eax > 6d: eb 1d jmp 0x8c eb 1d jmp 0x8c > 6f: 8b 35 70 ad 40 c1 mov 0xc140ad70,%esi 8b 35 70 ad 40 c1 mov 0xc140ad70,%esi > 75: 85 f6 test %esi,%esi 85 f6 test %esi,%esi > 77: 74 13 je 0x8c 74 13 je 0x8c > 79: 8b 46 04 mov 0x4(%esi),%eax 8b 46 04 mov 0x4(%esi),%eax > 7c: 89 da mov %ebx,%edx 89 da mov %ebx,%edx > 7e: 8b 4c 24 04 mov 0x4(%esp),%ecx 8b 4c 24 04 mov 0x4(%esp),%ecx > 82: ff 16 call *(%esi) ff 16 call *(%esi) > 84: 83 c6 08 add $0x8,%esi 83 c6 08 add $0x8,%esi > 87: 83 3e 00 cmpl $0x0,(%esi) 83 3e 00 cmpl $0x0,(%esi) > 8a: eb eb jmp 0x77 eb eb jmp 0x77 > 8c: 89 d8 mov %ebx,%eax 89 d8 mov %ebx,%eax > 8e: ff 14 24 call *(%esp) ff 14 24 call *(%esp) > 91: 89 04 24 mov %eax,(%esp) 89 04 24 mov %eax,(%esp) Is it me, or is this the first site where %esp is loaded with a value?, which is _after_ the call that goes *bang*! > 94: 0f 1f 44 00 00 nopl 0x0(%eax,%eax,1) 0f 1f 44 00 00 nopl 0x0(%eax,%eax,1) > 99: eb 19 jmp 0xb4 eb 19 jmp 0xb4 > 9b: 8b 35 90 ad 40 c1 mov 0xc140ad90,%esi 8b 35 90 ad 40 c1 mov 0xc140ad90,%esi > a1: 85 f6 test %esi,%esi 85 f6 test %esi,%esi > a3: 74 0f je 0xb4 74 0f je 0xb4 > a5: 8b 46 04 mov 0x4(%esi),%eax 8b 46 04 mov 0x4(%esi),%eax > a8: 89 da mov %ebx,%edx 89 da mov %ebx,%edx > aa: ff 16 call *(%esi) ff 16 call *(%esi) > ac: 83 c6 08 add $0x8,%esi 83 c6 08 add $0x8,%esi > af: 83 3e 00 cmpl $0x0,(%esi) 83 3e 00 cmpl $0x0,(%esi) > b2: eb ef jmp 0xa3 eb ef jmp 0xa3 > b4: 89 f8 mov %edi,%eax 89 f8 mov %edi,%eax > b6: e8 56 04 28 00 call 0x280511 e8 56 04 28 00 call 0x280511 > bb: 83 3c 24 00 cmpl $0x0,(%esp) 83 3c 24 00 cmpl $0x0,(%esp) > bf: 74 13 je 0xd4 74 13 je 0xd4 > c1: 83 7b 24 02 cmpl $0x2,0x24(%ebx) 83 7b 24 02 cmpl $0x2,0x24(%ebx) > c5: 74 04 je 0xcb 74 04 je 0xcb > c7: 0f 0b ud2 0f 0b ud2 > c9: eb fe jmp 0xc9 eb fe jmp 0xc9 > cb: 89 ea mov %ebp,%edx 89 ea mov %ebp,%edx > cd: 89 d8 mov %ebx,%eax 89 d8 mov %ebx,%eax > cf: e8 a8 fe ff ff call 0xffffff7c e8 a8 fe ff ff call 0xffffff7c > d4: f6 43 24 02 testb $0x2,0x24(%ebx) f6 43 24 02 testb $0x2,0x24(%ebx) > d8: 75 1f jne 0xf9 75 1f jne 0xf9 > da: 80 3d c8 8c 59 c1 01 cmpb $0x1,0xc1598cc8 80 3d c8 8c 59 c1 01 cmpb $0x1,0xc1598cc8 > e1: 74 16 je 0xf9 74 16 je 0xf9 > e3: ba d9 04 00 00 mov $0x4d9,%edx ba d9 04 00 00 mov $0x4d9,%edx > e8: b8 02 0f 36 c1 mov $0xc1360f02,%eax b8 02 0f 36 c1 mov $0xc1360f02,%eax > ed: e8 46 88 fe ff call 0xfffe8938 e8 46 88 fe ff call 0xfffe8938 > f2: c6 05 c8 8c 59 c1 01 movb $0x1,0xc1598cc8 c6 05 c8 8c 59 c1 01 movb $0x1,0xc1598cc8 > f9: 83 63 24 fd andl $0xfffffffd,0x24(%ebx) 83 63 24 fd andl $0xfffffffd,0x24(%ebx) > fd: 83 c4 08 add $0x8,%esp 83 c4 08 add $0x8,%esp > 100: 5b pop %ebx 5b pop %ebx > 101: 5e pop %esi 5e pop %esi > 102: 5f pop %edi 5f pop %edi > 103: 5d pop %ebp 5d pop %ebp > 104: c3 ret c3 ret ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-25 15:47 ` Peter Zijlstra 2010-10-25 16:07 ` Peter Zijlstra @ 2010-10-25 17:25 ` Ingo Molnar 2010-10-25 17:32 ` Ingo Molnar 2010-10-25 17:45 ` Peter Zijlstra 2 siblings, 1 reply; 50+ messages in thread From: Ingo Molnar @ 2010-10-25 17:25 UTC (permalink / raw) To: Peter Zijlstra Cc: Steven Rostedt, Jason Baron, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Arnaldo Carvalho de Melo, masami.hiramatsu.pt * Peter Zijlstra <peterz@infradead.org> wrote: > 60: 89 44 24 04 mov %eax,0x4(%esp) 89 44 24 04 mov %eax,0x4(%esp) > 64: f0 fe 07 lock incb (%edi) f0 fe 07 lock incb (%edi) > 67:* 0f 1f 44 00 00 nopl 0x0(%eax,%eax,1) e9 03 00 00 00 jmp 0x6f <--- PATCHED INSN > 6c: 58 pop %eax 58 pop %eax > 6d: eb 1d jmp 0x8c eb 1d jmp 0x8c Hm, the NOP looks correct, and none of the instructions before or after the patch site seem to be corrupted. Another piece of info: i'm using Athlon64, while Peter is using westmere EP. So it's not CPU model dependent. Thanks, Ingo ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-25 17:25 ` Ingo Molnar @ 2010-10-25 17:32 ` Ingo Molnar 0 siblings, 0 replies; 50+ messages in thread From: Ingo Molnar @ 2010-10-25 17:32 UTC (permalink / raw) To: Peter Zijlstra Cc: Steven Rostedt, Jason Baron, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Arnaldo Carvalho de Melo, masami.hiramatsu.pt another data point is that applying the patch below from Peter seems to stabilize things, i've got 130 successful randconfig iterations so far and no crash. I.e. it's directly jump labels related. Thanks, Ingo NOT-Signed-off-by: Ingo Molnar <mingo@elte.hu> --- include/linux/jump_label.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/linux/jump_label.h b/include/linux/jump_label.h index b67cb18..4732acd 100644 --- a/include/linux/jump_label.h +++ b/include/linux/jump_label.h @@ -1,10 +1,12 @@ #ifndef _LINUX_JUMP_LABEL_H #define _LINUX_JUMP_LABEL_H +#if 0 #if defined(CC_HAVE_ASM_GOTO) && defined(CONFIG_HAVE_ARCH_JUMP_LABEL) # include <asm/jump_label.h> # define HAVE_JUMP_LABEL #endif +#endif enum jump_label_type { JUMP_LABEL_ENABLE, ^ permalink raw reply related [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-25 15:47 ` Peter Zijlstra 2010-10-25 16:07 ` Peter Zijlstra 2010-10-25 17:25 ` Ingo Molnar @ 2010-10-25 17:45 ` Peter Zijlstra 2010-10-25 17:52 ` Jason Baron 2010-10-30 10:42 ` [tip:perf/urgent] jump label: Add work around to i386 gcc asm goto bug tip-bot for Steven Rostedt 2 siblings, 2 replies; 50+ messages in thread From: Peter Zijlstra @ 2010-10-25 17:45 UTC (permalink / raw) To: Ingo Molnar Cc: Steven Rostedt, Jason Baron, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Arnaldo Carvalho de Melo, masami.hiramatsu.pt On Mon, 2010-10-25 at 17:47 +0200, Peter Zijlstra wrote: > NOP'ed vs JMP'ed > > 56: 6a 00 push $0x0 6a 00 push $0x0 > 58: e8 b7 fe ff ff call 0xffffff14 e8 b7 fe ff ff call 0xffffff14 > 5d: 8b 43 1c mov 0x1c(%ebx),%eax 8b 43 1c mov 0x1c(%ebx),%eax > 60: 89 44 24 04 mov %eax,0x4(%esp) 89 44 24 04 mov %eax,0x4(%esp) > 64: f0 fe 07 lock incb (%edi) f0 fe 07 lock incb (%edi) > 67:* 0f 1f 44 00 00 nopl 0x0(%eax,%eax,1) e9 03 00 00 00 jmp 0x6f <--- PATCHED INSN > 6c: 58 pop %eax 58 pop %eax > 6d: eb 1d jmp 0x8c eb 1d jmp 0x8c > 6f: 8b 35 70 ad 40 c1 mov 0xc140ad70,%esi 8b 35 70 ad 40 c1 mov 0xc140ad70,%esi > 75: 85 f6 test %esi,%esi 85 f6 test %esi,%esi > 77: 74 13 je 0x8c 74 13 je 0x8c > 79: 8b 46 04 mov 0x4(%esi),%eax 8b 46 04 mov 0x4(%esi),%eax > 7c: 89 da mov %ebx,%edx 89 da mov %ebx,%edx > 7e: 8b 4c 24 04 mov 0x4(%esp),%ecx 8b 4c 24 04 mov 0x4(%esp),%ecx > 82: ff 16 call *(%esi) ff 16 call *(%esi) > 84: 83 c6 08 add $0x8,%esi 83 c6 08 add $0x8,%esi > 87: 83 3e 00 cmpl $0x0,(%esi) 83 3e 00 cmpl $0x0,(%esi) > 8a: eb eb jmp 0x77 eb eb jmp 0x77 > 8c: 89 d8 mov %ebx,%eax 89 d8 mov %ebx,%eax > 8e: ff 14 24 call *(%esp) ff 14 24 call *(%esp) OK, new theory.. 56 pushl 0 67 nopl jmp 0x6f popl jmp 0x8c 6f mov test je 0x8c 8c mov call *(%esp) So in the jumped path we miss a popl which pop's the 0 pushed before, which is the exact address call is failing on.. Looks like gcc got its branches confused or something.. Am I reading this right? ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-25 17:45 ` Peter Zijlstra @ 2010-10-25 17:52 ` Jason Baron 2010-10-30 10:42 ` [tip:perf/urgent] jump label: Add work around to i386 gcc asm goto bug tip-bot for Steven Rostedt 1 sibling, 0 replies; 50+ messages in thread From: Jason Baron @ 2010-10-25 17:52 UTC (permalink / raw) To: Peter Zijlstra Cc: Ingo Molnar, Steven Rostedt, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Arnaldo Carvalho de Melo, masami.hiramatsu.pt, rth On Mon, Oct 25, 2010 at 07:45:46PM +0200, Peter Zijlstra wrote: > On Mon, 2010-10-25 at 17:47 +0200, Peter Zijlstra wrote: > > > NOP'ed vs JMP'ed > > > > > 56: 6a 00 push $0x0 6a 00 push $0x0 > > 58: e8 b7 fe ff ff call 0xffffff14 e8 b7 fe ff ff call 0xffffff14 > > 5d: 8b 43 1c mov 0x1c(%ebx),%eax 8b 43 1c mov 0x1c(%ebx),%eax > > 60: 89 44 24 04 mov %eax,0x4(%esp) 89 44 24 04 mov %eax,0x4(%esp) > > 64: f0 fe 07 lock incb (%edi) f0 fe 07 lock incb (%edi) > > 67:* 0f 1f 44 00 00 nopl 0x0(%eax,%eax,1) e9 03 00 00 00 jmp 0x6f <--- PATCHED INSN > > 6c: 58 pop %eax 58 pop %eax > > 6d: eb 1d jmp 0x8c eb 1d jmp 0x8c > > 6f: 8b 35 70 ad 40 c1 mov 0xc140ad70,%esi 8b 35 70 ad 40 c1 mov 0xc140ad70,%esi > > 75: 85 f6 test %esi,%esi 85 f6 test %esi,%esi > > 77: 74 13 je 0x8c 74 13 je 0x8c > > 79: 8b 46 04 mov 0x4(%esi),%eax 8b 46 04 mov 0x4(%esi),%eax > > 7c: 89 da mov %ebx,%edx 89 da mov %ebx,%edx > > 7e: 8b 4c 24 04 mov 0x4(%esp),%ecx 8b 4c 24 04 mov 0x4(%esp),%ecx > > 82: ff 16 call *(%esi) ff 16 call *(%esi) > > 84: 83 c6 08 add $0x8,%esi 83 c6 08 add $0x8,%esi > > 87: 83 3e 00 cmpl $0x0,(%esi) 83 3e 00 cmpl $0x0,(%esi) > > 8a: eb eb jmp 0x77 eb eb jmp 0x77 > > 8c: 89 d8 mov %ebx,%eax 89 d8 mov %ebx,%eax > > 8e: ff 14 24 call *(%esp) ff 14 24 call *(%esp) > > OK, new theory.. > > 56 pushl 0 > 67 nopl jmp 0x6f > popl > jmp 0x8c > > 6f mov > test > je 0x8c > > 8c mov > call *(%esp) > > > So in the jumped path we miss a popl which pop's the 0 pushed before, > which is the exact address call is failing on.. > > Looks like gcc got its branches confused or something.. > > Am I reading this right? Hi Peter, (adding Richard Henderson to the 'cc list) Yes, the missing popl in the enabled looked wrong to me as well...I've been inquiring about this with gcc folks. thanks, -Jason ^ permalink raw reply [flat|nested] 50+ messages in thread
* [tip:perf/urgent] jump label: Add work around to i386 gcc asm goto bug 2010-10-25 17:45 ` Peter Zijlstra 2010-10-25 17:52 ` Jason Baron @ 2010-10-30 10:42 ` tip-bot for Steven Rostedt 1 sibling, 0 replies; 50+ messages in thread From: tip-bot for Steven Rostedt @ 2010-10-30 10:42 UTC (permalink / raw) To: linux-tip-commits Cc: linux-kernel, hpa, mingo, mathieu.desnoyers, a.p.zijlstra, davem, masami.hiramatsu.pt, rostedt, srostedt, ddaney, tglx, jbaron, rth, mingo Commit-ID: 45f81b1c96d9793e47ce925d257ea693ce0b193e Gitweb: http://git.kernel.org/tip/45f81b1c96d9793e47ce925d257ea693ce0b193e Author: Steven Rostedt <srostedt@redhat.com> AuthorDate: Fri, 29 Oct 2010 12:33:43 -0400 Committer: Steven Rostedt <rostedt@goodmis.org> CommitDate: Fri, 29 Oct 2010 14:45:29 -0400 jump label: Add work around to i386 gcc asm goto bug On i386 (not x86_64) early implementations of gcc would have a bug with asm goto causing it to produce code like the following: (This was noticed by Peter Zijlstra) 56 pushl 0 67 nopl jmp 0x6f popl jmp 0x8c 6f mov test je 0x8c 8c mov call *(%esp) The jump added in the asm goto skipped over the popl that matched the pushl 0, which lead up to a quick crash of the system when the jump was enabled. The nopl is defined in the asm goto () statement and when tracepoints are enabled, the nop changes to a jump to the label that was specified by the asm goto. asm goto is suppose to tell gcc that the code in the asm might jump to an external label. Here gcc obviously fails to make that work. The bug report for gcc is here: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46226 The bug only appears on x86 when not compiled with -maccumulate-outgoing-args. This option is always set on x86_64 and it is also the work around for a function graph tracer i386 bug. (See commit: 746357d6a526d6da9d89a2ec645b28406e959c2e) This explains why the bug only showed up on i386 when function graph tracer was not enabled. This patch now adds a CONFIG_JUMP_LABEL option that is default off instead of using jump labels by default. When jump labels are enabled, the -maccumulate-outgoing-args will be used (causing a slightly larger kernel image on i386). This option will exist until we have a way to detect if the gcc compiler in use is safe to use on all configurations without the work around. Note, there exists such a test, but for now we will keep the enabling of jump label as a manual option. Archs that know the compiler is safe with asm goto, may choose to select JUMP_LABEL and enable it by default. Reported-by: Ingo Molnar <mingo@elte.hu> Cause-discovered-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Jason Baron <jbaron@redhat.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: David Daney <ddaney@caviumnetworks.com> Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Cc: David Miller <davem@davemloft.net> Cc: Richard Henderson <rth@redhat.com> LKML-Reference: <1288028746.3673.11.camel@laptop> Signed-off-by: Steven Rostedt <rostedt@goodmis.org> --- arch/Kconfig | 14 ++++++++++++++ arch/x86/Makefile_32.cpu | 13 ++++++++++++- include/linux/jump_label.h | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/arch/Kconfig b/arch/Kconfig index 53d7f61..8bf0fa65 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -42,6 +42,20 @@ config KPROBES for kernel debugging, non-intrusive instrumentation and testing. If in doubt, say "N". +config JUMP_LABEL + bool "Optimize trace point call sites" + depends on HAVE_ARCH_JUMP_LABEL + help + If it is detected that the compiler has support for "asm goto", + the kernel will compile trace point locations with just a + nop instruction. When trace points are enabled, the nop will + be converted to a jump to the trace function. This technique + lowers overhead and stress on the branch prediction of the + processor. + + On i386, options added to the compiler flags may increase + the size of the kernel slightly. + config OPTPROBES def_bool y depends on KPROBES && HAVE_OPTPROBES diff --git a/arch/x86/Makefile_32.cpu b/arch/x86/Makefile_32.cpu index 1255d95..f2ee1ab 100644 --- a/arch/x86/Makefile_32.cpu +++ b/arch/x86/Makefile_32.cpu @@ -51,7 +51,18 @@ cflags-$(CONFIG_X86_GENERIC) += $(call tune,generic,$(call tune,i686)) # prologue (push %ebp, mov %esp, %ebp) which breaks the function graph # tracer assumptions. For i686, generic, core2 this is set by the # compiler anyway -cflags-$(CONFIG_FUNCTION_GRAPH_TRACER) += $(call cc-option,-maccumulate-outgoing-args) +ifeq ($(CONFIG_FUNCTION_GRAPH_TRACER), y) +ADD_ACCUMULATE_OUTGOING_ARGS := y +endif + +# Work around to a bug with asm goto with first implementations of it +# in gcc causing gcc to mess up the push and pop of the stack in some +# uses of asm goto. +ifeq ($(CONFIG_JUMP_LABEL), y) +ADD_ACCUMULATE_OUTGOING_ARGS := y +endif + +cflags-$(ADD_ACCUMULATE_OUTGOING_ARGS) += $(call cc-option,-maccumulate-outgoing-args) # Bug fix for binutils: this option is required in order to keep # binutils from generating NOPL instructions against our will. diff --git a/include/linux/jump_label.h b/include/linux/jump_label.h index 1947a12..7880f18 100644 --- a/include/linux/jump_label.h +++ b/include/linux/jump_label.h @@ -1,7 +1,7 @@ #ifndef _LINUX_JUMP_LABEL_H #define _LINUX_JUMP_LABEL_H -#if defined(CC_HAVE_ASM_GOTO) && defined(CONFIG_HAVE_ARCH_JUMP_LABEL) +#if defined(CC_HAVE_ASM_GOTO) && defined(CONFIG_JUMP_LABEL) # include <asm/jump_label.h> # define HAVE_JUMP_LABEL #endif ^ permalink raw reply related [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-23 20:02 ` Ingo Molnar 2010-10-24 0:53 ` Steven Rostedt @ 2010-10-25 15:55 ` Jason Baron 2010-10-25 16:09 ` Peter Zijlstra 1 sibling, 1 reply; 50+ messages in thread From: Jason Baron @ 2010-10-25 15:55 UTC (permalink / raw) To: Ingo Molnar Cc: Steven Rostedt, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo, masami.hiramatsu.pt On Sat, Oct 23, 2010 at 10:02:16PM +0200, Ingo Molnar wrote: > > > > Not the same config, and it's very spurious - i.e. a slightly different -tip > > > version with the same config will boot fine. (this suggests some race) > > > > if possible, can you post that .config? > > I just reproduced it again with tip-1128a72 - config and full bootlog attached. > > The crash picture tends to vary - sometimes it crashes in fork, sometimes in the > timer interrupt. Here's the current one: > thanks. I've been able to re-produce both the fork, and the timer interrupt crashes. It looks to me like we are patching the correct addresses with the correct instructions, based on looking at the disassembly and tracing what is getting patched when before the crash. That's not say we aren't missing a cache flush somewhere...but I don't see any code in a bad state so far... I'm also wondering if the self tests arent' enabled. If we run them after the system is up, if that works. perhaps, during boot things aren't quite set up right for some reason? Another variable here is of course the compiler version. I know that 'asm goto' was backported to the fedora 4.4 gcc...but it would be interesting to test a 4.5 version in the failure cases - I will look at that shortly. thanks, -Jason ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-25 15:55 ` [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c Jason Baron @ 2010-10-25 16:09 ` Peter Zijlstra 0 siblings, 0 replies; 50+ messages in thread From: Peter Zijlstra @ 2010-10-25 16:09 UTC (permalink / raw) To: Jason Baron Cc: Ingo Molnar, Steven Rostedt, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Arnaldo Carvalho de Melo, masami.hiramatsu.pt On Mon, 2010-10-25 at 11:55 -0400, Jason Baron wrote: > but it would be > interesting to test a 4.5 version in the failure cases - I will look at > that shortly. 4.5.1 explodes in a very similar and very reproducable manner for me: [ 22.660537] Testing event hrtimer_expire_entry: [ 22.665071] Symbol: __run_hrtimer @ c103bfc5 0x103 [ 22.670061] Ideal-NOP: 0f 1f 44 00 00 [ 22.673907] Transform: c103c02c -> e9 03 00 00 00 [ 22.678793] Code: 55 57 56 53 89 c3 83 ec 08 8b 68 20 89 54 24 04 8b 7d 00 9c 58 8d 74 26 00 f6 c4 02 74 0f ba bd 04 00 00 b8 0b 8e 35 c1 e8 e0 94 fe ff 0f 1f 44 00 00 eb 19 8b 35 f0 2c 40 c1 85 f6 74 0f 8b 46 04 89 da ff 16 83 c6 08 83 3e 00 eb ef 89 d8 b9 02 00 00 00 89 ea 6a 00 e8 b5 fe ff ff 8b 43 1c 89 44 24 04 f0 fe 07 <0f> 1f 44 00 00 59 eb 1d 8b 35 b0 2c 40 c1 85 f6 74 13 8b 46 04 89 da 8b 4c 24 04 ff 16 83 c6 08 83 3e 00 eb eb 89 d8 ff 14 24 89 04 24 0f 1f 44 00 00 eb 19 8b 35 d0 2c 40 c1 85 f6 74 0f 8b 46 04 89 da ff 16 83 c6 08 83 3e 00 eb ef 89 f8 e8 ab 7c 27 00 83 3c 24 00 74 11 83 7b 24 02 74 02 0f 0b 89 ea 89 d8 e8 a8 fe ff ff f6 43 24 02 75 1f 80 3d d4 ec 58 c1 01 74 16 ba d9 04 00 00 b8 0b 8e 35 c1 e8 1d 94 fe ff c6 05 d4 ec 58 c1 01 83 63 24 fd 83 c4 08 5b 5e 5f 5d c3 [ 22.752911] Symbol: __run_hrtimer @ c103bfc5 0x103 [ 22.757695] Ideal-NOP: 0f [ 22.760000] BUG: unable to handle kernel NULL pointer dereference at (null) [ 22.760002] IP: [<(null)>] (null) [ 22.760005] *pde = 00000000 [ 22.760006] Oops: 0000 [#1] SMP [ 22.760008] last sysfs file: [ 22.760010] Modules linked in: [ 22.760011] [ 22.760013] Pid: 0, comm: swapper Not tainted 2.6.36-tip-05833-g9db2fad-dirty #15 X8DTN/X8DTN [ 22.760015] EIP: 0060:[<00000000>] EFLAGS: 00010046 CPU: 0 [ 22.760017] EIP is at 0x0 [ 22.760019] EAX: f5806a94 EBX: f5806a94 ECX: 00010000 EDX: 00000092 [ 22.760021] ESI: f4859e90 EDI: f5806a00 EBP: f5806a30 ESP: c13d3f24 [ 22.760023] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 [ 22.760025] Process swapper (pid: 0, ti=c13d2000 task=c13d6f20 task.ti=c13d2000) [ 22.760025] Stack: [ 22.760025] c103c056 00000000 c1044ac0 c13d3f60 ffffffff 7fffffff 0000002c f5806a04 [ 22.760025] c103c7d7 f5806a00 00000000 4c9a11f7 00000005 4c9a11f7 00000005 4c9a11f7 [ 22.760025] 00000005 00000000 f5805dac 00000000 c1414308 c1011b20 c13d2000 00000000 [ 22.760025] Call Trace: [ 22.760025] [<c103c056>] ? __run_hrtimer+0x91/0x103 [ 22.760025] [<c1044ac0>] ? tick_sched_timer+0x0/0x1a1 [ 22.760025] [<c103c7d7>] ? hrtimer_interrupt+0xd6/0x1b4 [ 22.760025] [<c1011b20>] ? smp_apic_timer_interrupt+0x66/0x75 [ 22.760025] [<c12b46aa>] ? apic_timer_interrupt+0x36/0x3c [ 22.760025] [<c10070d1>] ? mwait_idle+0x8d/0x9d [ 22.760025] [<c1001c20>] ? cpu_idle+0x8a/0xcb [ 22.760025] [<c14166c8>] ? start_kernel+0x2d5/0x2da [ 22.760025] Code: Bad EIP value. [ 22.760025] EIP: [<00000000>] 0x0 SS:ESP 0068:c13d3f24 [ 22.760025] CR2: 0000000000000000 [ 22.760025] ---[ end trace b2ee13bd16d5c929 ]--- All code ======== 0: 55 push %ebp 1: 57 push %edi 2: 56 push %esi 3: 53 push %ebx 4: 89 c3 mov %eax,%ebx 6: 83 ec 08 sub $0x8,%esp 9: 8b 68 20 mov 0x20(%eax),%ebp c: 89 54 24 04 mov %edx,0x4(%esp) 10: 8b 7d 00 mov 0x0(%ebp),%edi 13: 9c pushf 14: 58 pop %eax 15: 8d 74 26 00 lea 0x0(%esi,%eiz,1),%esi 19: f6 c4 02 test $0x2,%ah 1c: 74 0f je 0x2d 1e: ba bd 04 00 00 mov $0x4bd,%edx 23: b8 0b 8e 35 c1 mov $0xc1358e0b,%eax 28: e8 e0 94 fe ff call 0xfffe950d 2d: 0f 1f 44 00 00 nopl 0x0(%eax,%eax,1) 32: eb 19 jmp 0x4d 34: 8b 35 f0 2c 40 c1 mov 0xc1402cf0,%esi 3a: 85 f6 test %esi,%esi 3c: 74 0f je 0x4d 3e: 8b 46 04 mov 0x4(%esi),%eax 41: 89 da mov %ebx,%edx 43: ff 16 call *(%esi) 45: 83 c6 08 add $0x8,%esi 48: 83 3e 00 cmpl $0x0,(%esi) 4b: eb ef jmp 0x3c 4d: 89 d8 mov %ebx,%eax 4f: b9 02 00 00 00 mov $0x2,%ecx 54: 89 ea mov %ebp,%edx 56: 6a 00 push $0x0 58: e8 b5 fe ff ff call 0xffffff12 5d: 8b 43 1c mov 0x1c(%ebx),%eax 60: 89 44 24 04 mov %eax,0x4(%esp) 64: f0 fe 07 lock incb (%edi) 67:* 0f 1f 44 00 00 nopl 0x0(%eax,%eax,1) <-- trapping instruction 6c: 59 pop %ecx 6d: eb 1d jmp 0x8c 6f: 8b 35 b0 2c 40 c1 mov 0xc1402cb0,%esi 75: 85 f6 test %esi,%esi 77: 74 13 je 0x8c 79: 8b 46 04 mov 0x4(%esi),%eax 7c: 89 da mov %ebx,%edx 7e: 8b 4c 24 04 mov 0x4(%esp),%ecx 82: ff 16 call *(%esi) 84: 83 c6 08 add $0x8,%esi 87: 83 3e 00 cmpl $0x0,(%esi) 8a: eb eb jmp 0x77 8c: 89 d8 mov %ebx,%eax 8e: ff 14 24 call *(%esp) 91: 89 04 24 mov %eax,(%esp) 94: 0f 1f 44 00 00 nopl 0x0(%eax,%eax,1) 99: eb 19 jmp 0xb4 9b: 8b 35 d0 2c 40 c1 mov 0xc1402cd0,%esi a1: 85 f6 test %esi,%esi a3: 74 0f je 0xb4 a5: 8b 46 04 mov 0x4(%esi),%eax a8: 89 da mov %ebx,%edx aa: ff 16 call *(%esi) ac: 83 c6 08 add $0x8,%esi af: 83 3e 00 cmpl $0x0,(%esi) b2: eb ef jmp 0xa3 b4: 89 f8 mov %edi,%eax b6: e8 ab 7c 27 00 call 0x277d66 bb: 83 3c 24 00 cmpl $0x0,(%esp) bf: 74 11 je 0xd2 c1: 83 7b 24 02 cmpl $0x2,0x24(%ebx) c5: 74 02 je 0xc9 c7: 0f 0b ud2 c9: 89 ea mov %ebp,%edx cb: 89 d8 mov %ebx,%eax cd: e8 a8 fe ff ff call 0xffffff7a d2: f6 43 24 02 testb $0x2,0x24(%ebx) d6: 75 1f jne 0xf7 d8: 80 3d d4 ec 58 c1 01 cmpb $0x1,0xc158ecd4 df: 74 16 je 0xf7 e1: ba d9 04 00 00 mov $0x4d9,%edx e6: b8 0b 8e 35 c1 mov $0xc1358e0b,%eax eb: e8 1d 94 fe ff call 0xfffe950d f0: c6 05 d4 ec 58 c1 01 movb $0x1,0xc158ecd4 f7: 83 63 24 fd andl $0xfffffffd,0x24(%ebx) fb: 83 c4 08 add $0x8,%esp fe: 5b pop %ebx ff: 5e pop %esi 100: 5f pop %edi 101: 5d pop %ebp 102: c3 ret ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-22 18:24 ` Ingo Molnar 2010-10-22 18:39 ` Jason Baron @ 2010-10-22 21:42 ` Jason Baron 2010-10-23 4:41 ` Steven Rostedt 1 sibling, 1 reply; 50+ messages in thread From: Jason Baron @ 2010-10-22 21:42 UTC (permalink / raw) To: Ingo Molnar Cc: Steven Rostedt, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo, masami.hiramatsu.pt On Fri, Oct 22, 2010 at 08:24:33PM +0200, Ingo Molnar wrote: > * Jason Baron <jbaron@redhat.com> wrote: > > > On Thu, Oct 21, 2010 at 01:09:25PM +0200, Ingo Molnar wrote: > > > * Ingo Molnar <mingo@elte.hu> wrote: > > > > > > > > > > > * Jason Baron <jbaron@redhat.com> wrote: > > > > > > > > > [...] Do we always fail after "Testing all events:" is printed? [...] > > > > > > > > Yes, in all cases i checked. Sometimes it's an oops. > > > > > > Such as this one: > > > > > > [ 6.724449] Testing event kmalloc_node: OK > > > [ 6.744459] Testing event kmem_cache_alloc_node: > > > [ 6.749111] BUG: unable to handle kernel paging request at ffffffff > > > [ 6.752000] IP: [<f6425f7c>] 0xf6425f7c > > > [ 6.752000] *pde = 01384067 *pte = 00000000 > > > [ 6.752000] Oops: 0002 [#1] PREEMPT SMP > > > [ 6.752000] last sysfs file: > > > [ 6.752000] Modules linked in: > > > [ 6.752000] > > > [ 6.752000] Pid: 2, comm: kthreadd Not tainted 2.6.36-rc8-tip+ #50831 / > > > [ 6.752000] EIP: 0060:[<f6425f7c>] EFLAGS: 00010282 CPU: 0 > > > [ 6.752000] EIP is at 0xf6425f7c > > > [ 6.752000] EAX: ffffffff EBX: c1021c4f ECX: 00000001 EDX: 00000000 > > > [ 6.752000] ESI: f6425f7c EDI: fffffff4 EBP: f640c000 ESP: f6425ee4 > > > [ 6.752000] DS: 007b ES: 007b FS: 00d8 GS: 00e0 SS: 0068 > > > [ 6.752000] Process kthreadd (pid: 2, ti=f6424000 task=f640c000 task.ti=f6424000) > > > [ 6.752000] Stack: > > > [ 6.752000] c1021c4f f640c02c 00800711 00000000 00000000 00000000 f6425f7c f6809880 > > > [ 6.752000] <0> f6425f7c 00000000 00000000 f6425f7c c1022a54 00000000 00000000 00000000 > > > [ 6.752000] <0> 00000000 00800711 00000000 00000000 00000000 c101d94a f6809880 c131f3a0 > > > [ 6.752000] Call Trace: > > > [ 6.752000] [<c1021c4f>] ? copy_process+0xa1/0xd6d > > > [ 6.752000] [<c1022a54>] ? do_fork+0x139/0x2ca > > > [ 6.752000] [<c101d94a>] ? dequeue_task+0xb9/0xc8 > > > [ 6.752000] [<c1245597>] ? schedule+0x821/0x84b > > > [ 6.752000] [<c1038079>] ? kthread+0x0/0x68 > > > [ 6.752000] [<c1007930>] ? kernel_thread+0x77/0x7f > > > [ 6.752000] [<c1038079>] ? kthread+0x0/0x68 > > > [ 6.752000] [<c1002cbc>] ? kernel_thread_helper+0x0/0x10 > > > [ 6.752000] [<c1038172>] ? kthreadd+0x91/0xc7 > > > [ 6.752000] [<c10380e1>] ? kthreadd+0x0/0xc7 > > > [ 6.752000] [<c1002cc2>] ? kernel_thread_helper+0x6/0x10 > > > [ 6.752000] Code: 98 80 f6 00 c0 40 f6 a9 37 61 f9 11 07 80 00 79 80 03 c1 c0 5f 42 f6 7c 5f 42 f6 30 79 00 c1 00 00 00 00 00 00 00 00 00 00 00 00 <00> 00 00 00 00 00 00 00 00 00 00 00 79 80 03 c1 70 3f 42 f6 00 > > > [ 6.752000] EIP: [<f6425f7c>] 0xf6425f7c SS:ESP 0068:f6425ee4 > > > [ 6.752000] CR2: 00000000ffffffff > > > [ 6.752000] ---[ end trace 6000cf675d3eddec ]--- > > > > > > (captured two days ago) > > > > > > Full bootlog is attached below. > > > > > > Thanks, > > > > > > Ingo > > > > > > > Hi, > > > > this looks potentially like a separate issue from the 'hang' one - I'm wondering > > if this was re-produced with the same .config as the 'hang' case? I haven't been > > able to hit this one yet.... > > Not the same config, and it's very spurious - i.e. a slightly different -tip version > with the same config will boot fine. (this suggests some race) > > Something very much not good with the fundamental mechanics of jump labels i'm > afraid. It might be corrupting some memory here, or have some window of > vulnerability in which an IRQ hits (or so) we will crash. > > Thanks, > > Ingo we probably should have more sanity checks in the jump label code. The patch below verifies the the src and target addresses are within the text sections, and checks that we are not jumping to target out of range. comments? it be nice to get these into the tree asap, so that these might indicate what the issue is. Only lightly tested at this point. thanks, -Jason Add sanity checks to the jump label code. Check that the src and dest addresses are in the text sections, and that we aren't jump farther than we can reach. Signed-off-by: Jason Baron <jbaron@redhat.com> diff --git a/arch/x86/kernel/jump_label.c b/arch/x86/kernel/jump_label.c index 961b6b3..14b2180 100644 --- a/arch/x86/kernel/jump_label.c +++ b/arch/x86/kernel/jump_label.c @@ -28,11 +28,17 @@ void arch_jump_label_transform(struct jump_entry *entry, enum jump_label_type type) { union jump_code_union code; + long diff; if (type == JUMP_LABEL_ENABLE) { code.jump = 0xe9; - code.offset = entry->target - - (entry->code + JUMP_LABEL_NOP_SIZE); + diff = (long)entry->target - + ((long)(entry->code + JUMP_LABEL_NOP_SIZE)); + if (abs(diff) > 0x7fffffff) { + printk(KERN_ERR "jump label out of bounds!\n"); + BUG(); + } + code.offset = (s32)diff; } else memcpy(&code, ideal_nop5, JUMP_LABEL_NOP_SIZE); get_online_cpus(); diff --git a/kernel/jump_label.c b/kernel/jump_label.c index 7be868b..a33b01d 100644 --- a/kernel/jump_label.c +++ b/kernel/jump_label.c @@ -78,6 +78,28 @@ static struct jump_label_entry *get_jump_label_entry(jump_label_t key) return NULL; } +static void verify_jump_addresses(struct jump_entry *table, int nr_entries) +{ + int count; + struct jump_entry *iter; + + count = nr_entries; + iter = table; + while (count--) { + if (!kernel_text_address(iter->code)) { + printk(KERN_ERR "jump label: invalid src addr: %lx\n", + (unsigned long)iter->code); + BUG(); + } + if (!kernel_text_address(iter->target)) { + printk(KERN_ERR "jump label: invalid dest addr: %lx\n", + (unsigned long)iter->target); + BUG(); + } + iter++; + } +} + static struct jump_label_entry * add_jump_label_entry(jump_label_t key, int nr_entries, struct jump_entry *table) { @@ -85,6 +107,9 @@ add_jump_label_entry(jump_label_t key, int nr_entries, struct jump_entry *table) struct jump_label_entry *e; u32 hash; + /* first verify that the addresses are ok */ + verify_jump_addresses(table, nr_entries); + e = get_jump_label_entry(key); if (e) return ERR_PTR(-EEXIST); @@ -289,6 +314,8 @@ add_jump_label_module_entry(struct jump_label_entry *entry, { struct jump_label_module_entry *e; + verify_jump_addresses(iter_begin, count); + e = kmalloc(sizeof(struct jump_label_module_entry), GFP_KERNEL); if (!e) return ERR_PTR(-ENOMEM); ^ permalink raw reply related [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-22 21:42 ` Jason Baron @ 2010-10-23 4:41 ` Steven Rostedt 0 siblings, 0 replies; 50+ messages in thread From: Steven Rostedt @ 2010-10-23 4:41 UTC (permalink / raw) To: Jason Baron Cc: Ingo Molnar, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo, masami.hiramatsu.pt On Fri, 2010-10-22 at 17:42 -0400, Jason Baron wrote: > > > this looks potentially like a separate issue from the 'hang' one - I'm wondering > > > if this was re-produced with the same .config as the 'hang' case? I haven't been > > > able to hit this one yet.... > > > > Not the same config, and it's very spurious - i.e. a slightly different -tip version > > with the same config will boot fine. (this suggests some race) > > > > Something very much not good with the fundamental mechanics of jump labels i'm > > afraid. It might be corrupting some memory here, or have some window of > > vulnerability in which an IRQ hits (or so) we will crash. > > > > Thanks, > > > > Ingo > > we probably should have more sanity checks in the jump label code. The > patch below verifies the the src and target addresses are within the > text sections, and checks that we are not jumping to target out of > range. > > comments? it be nice to get these into the tree asap, so that these > might indicate what the issue is. Only lightly tested at this point. > > thanks, > Note, if you want a patch processed, please send it as a separate thread with "[PATCH]" in the subject. Do not embed patches inside of replies, because they most likely will be ignored by most people. > -Jason > > Add sanity checks to the jump label code. Check that the src and dest > addresses are in the text sections, and that we aren't jump farther than > we can reach. > > > Signed-off-by: Jason Baron <jbaron@redhat.com> > > diff --git a/arch/x86/kernel/jump_label.c b/arch/x86/kernel/jump_label.c > index 961b6b3..14b2180 100644 > --- a/arch/x86/kernel/jump_label.c > +++ b/arch/x86/kernel/jump_label.c > @@ -28,11 +28,17 @@ void arch_jump_label_transform(struct jump_entry *entry, > enum jump_label_type type) > { > union jump_code_union code; > + long diff; > > if (type == JUMP_LABEL_ENABLE) { > code.jump = 0xe9; > - code.offset = entry->target - > - (entry->code + JUMP_LABEL_NOP_SIZE); > + diff = (long)entry->target - > + ((long)(entry->code + JUMP_LABEL_NOP_SIZE)); > + if (abs(diff) > 0x7fffffff) { > + printk(KERN_ERR "jump label out of bounds!\n"); > + BUG(); Is there a nicer way to fail here? Can we have a: if (WARN_ON_ONCE(abs(diff) > 0x7fffffff) return; ? > + } > + code.offset = (s32)diff; > } else > memcpy(&code, ideal_nop5, JUMP_LABEL_NOP_SIZE); > get_online_cpus(); > diff --git a/kernel/jump_label.c b/kernel/jump_label.c > index 7be868b..a33b01d 100644 > --- a/kernel/jump_label.c > +++ b/kernel/jump_label.c > @@ -78,6 +78,28 @@ static struct jump_label_entry *get_jump_label_entry(jump_label_t key) > return NULL; > } > > +static void verify_jump_addresses(struct jump_entry *table, int nr_entries) > +{ > + int count; > + struct jump_entry *iter; > + > + count = nr_entries; > + iter = table; > + while (count--) { > + if (!kernel_text_address(iter->code)) { > + printk(KERN_ERR "jump label: invalid src addr: %lx\n", > + (unsigned long)iter->code); > + BUG(); > + } > + if (!kernel_text_address(iter->target)) { > + printk(KERN_ERR "jump label: invalid dest addr: %lx\n", > + (unsigned long)iter->target); > + BUG(); Same for these BUG()s. -- Steve > + } > + iter++; > + } > +} > + > static struct jump_label_entry * > add_jump_label_entry(jump_label_t key, int nr_entries, struct jump_entry *table) > { > @@ -85,6 +107,9 @@ add_jump_label_entry(jump_label_t key, int nr_entries, struct jump_entry *table) > struct jump_label_entry *e; > u32 hash; > > + /* first verify that the addresses are ok */ > + verify_jump_addresses(table, nr_entries); > + > e = get_jump_label_entry(key); > if (e) > return ERR_PTR(-EEXIST); > @@ -289,6 +314,8 @@ add_jump_label_module_entry(struct jump_label_entry *entry, > { > struct jump_label_module_entry *e; > > + verify_jump_addresses(iter_begin, count); > + > e = kmalloc(sizeof(struct jump_label_module_entry), GFP_KERNEL); > if (!e) > return ERR_PTR(-ENOMEM); ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-20 16:43 ` Jason Baron 2010-10-20 18:33 ` Ingo Molnar @ 2010-10-21 2:58 ` Masami Hiramatsu 2010-10-21 7:22 ` Peter Zijlstra 2010-10-21 14:00 ` Jason Baron 1 sibling, 2 replies; 50+ messages in thread From: Masami Hiramatsu @ 2010-10-21 2:58 UTC (permalink / raw) To: Jason Baron Cc: Ingo Molnar, Steven Rostedt, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo, 2nddept-manager (2010/10/21 1:43), Jason Baron wrote: > On Wed, Oct 20, 2010 at 05:40:45PM +0200, Ingo Molnar wrote: >> FYI, there's a new mystery hang (sometimes crash) that triggers in -tip - and which >> seems to be tracing related. See the crashlog below - config attached. >> >> It's not bisectable - small changes in the kernel make the bug come/go. (might be a >> race of some sorts) >> >> Thanks, >> >> Ingo >> > > strange b/c it looks like we get though enabling/disabling the > tracepoitns individually, but then when we go to enable all the > tracepoints we hit this hang - perhaps, suggesting a race. Do we always > fail after "Testing all events:" is printed? Does the crash have any > more clues. I will try and re-produce this. > > Also, I noticed some recent changes to text_poke_smp() usage of > stop_machine() on Oct. 14th. That's related to the area where this appears > to hang, so if things were working with this .config before then, that > might be a place to look. Adding Masami to the 'cc list. Recent changes of text_poke_smp() just removed unnecessary get/put_online_cpu(), so I think it's not related this bug. It seems there can be a bug in stop_machine() routine under heavy use. usually that is called just once at a time, but jump label and optprobe might call it heavily (thousands times?). So some racy situation can be happen easily. Thanks, > > thanks, > > -Jason > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- Masami HIRAMATSU 2nd Dept. Linux Technology Center Hitachi, Ltd., Systems Development Laboratory E-mail: masami.hiramatsu.pt@hitachi.com ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-21 2:58 ` Masami Hiramatsu @ 2010-10-21 7:22 ` Peter Zijlstra 2010-10-21 11:01 ` Steven Rostedt 2010-10-21 14:00 ` Jason Baron 1 sibling, 1 reply; 50+ messages in thread From: Peter Zijlstra @ 2010-10-21 7:22 UTC (permalink / raw) To: Masami Hiramatsu Cc: Jason Baron, Ingo Molnar, Steven Rostedt, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Arnaldo Carvalho de Melo, 2nddept-manager On Thu, 2010-10-21 at 11:58 +0900, Masami Hiramatsu wrote: > It seems there can be a bug in stop_machine() routine under > heavy use. usually that is called just once at a time, but jump > label and optprobe might call it heavily (thousands times?). > So some racy situation can be happen easily. There are people doing hotplug stress testing, that too results in heavy stop_machine usage. ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-21 7:22 ` Peter Zijlstra @ 2010-10-21 11:01 ` Steven Rostedt 2010-10-21 11:03 ` Peter Zijlstra 0 siblings, 1 reply; 50+ messages in thread From: Steven Rostedt @ 2010-10-21 11:01 UTC (permalink / raw) To: Peter Zijlstra Cc: Masami Hiramatsu, Jason Baron, Ingo Molnar, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Arnaldo Carvalho de Melo, 2nddept-manager On Thu, 2010-10-21 at 09:22 +0200, Peter Zijlstra wrote: > On Thu, 2010-10-21 at 11:58 +0900, Masami Hiramatsu wrote: > > > It seems there can be a bug in stop_machine() routine under > > heavy use. usually that is called just once at a time, but jump > > label and optprobe might call it heavily (thousands times?). > > So some racy situation can be happen easily. > > There are people doing hotplug stress testing, that too results in heavy > stop_machine usage. But with hotplug, isn't there a bit more time between stop machine calls? That is, you need to do a bit of work to bring down or up a CPU, and that will slow down the number of stop machine calls together. Here, we do a simple change and call stop machine() several times. Although, I agree, I do not think the bug is in stop machine itself, but perhaps the way we are using it might have some niche anomaly that we are hitting. -- Steve ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-21 11:01 ` Steven Rostedt @ 2010-10-21 11:03 ` Peter Zijlstra 2010-10-21 12:45 ` Steven Rostedt ` (2 more replies) 0 siblings, 3 replies; 50+ messages in thread From: Peter Zijlstra @ 2010-10-21 11:03 UTC (permalink / raw) To: Steven Rostedt Cc: Masami Hiramatsu, Jason Baron, Ingo Molnar, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Arnaldo Carvalho de Melo, 2nddept-manager On Thu, 2010-10-21 at 07:01 -0400, Steven Rostedt wrote: > On Thu, 2010-10-21 at 09:22 +0200, Peter Zijlstra wrote: > > On Thu, 2010-10-21 at 11:58 +0900, Masami Hiramatsu wrote: > > > > > It seems there can be a bug in stop_machine() routine under > > > heavy use. usually that is called just once at a time, but jump > > > label and optprobe might call it heavily (thousands times?). > > > So some racy situation can be happen easily. > > > > There are people doing hotplug stress testing, that too results in heavy > > stop_machine usage. > > But with hotplug, isn't there a bit more time between stop machine > calls? That is, you need to do a bit of work to bring down or up a CPU, > and that will slow down the number of stop machine calls together. > > Here, we do a simple change and call stop machine() several times. > > Although, I agree, I do not think the bug is in stop machine itself, but > perhaps the way we are using it might have some niche anomaly that we > are hitting. Possibly, but wouldn't it make sense to batch up the work and simply call stop_machine only once? I mean, if you already know you're going to do this... ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-21 11:03 ` Peter Zijlstra @ 2010-10-21 12:45 ` Steven Rostedt 2010-10-21 13:50 ` Jason Baron 2010-10-22 4:56 ` Masami Hiramatsu 2 siblings, 0 replies; 50+ messages in thread From: Steven Rostedt @ 2010-10-21 12:45 UTC (permalink / raw) To: Peter Zijlstra Cc: Masami Hiramatsu, Jason Baron, Ingo Molnar, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Arnaldo Carvalho de Melo, 2nddept-manager On Thu, 2010-10-21 at 13:03 +0200, Peter Zijlstra wrote: > On Thu, 2010-10-21 at 07:01 -0400, Steven Rostedt wrote: > Possibly, but wouldn't it make sense to batch up the work and simply > call stop_machine only once? I mean, if you already know you're going to > do this... That has actually been talked about. By adding some sort of trace_point_batch_enable(). But this is not the usual normal case. -- Steve ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-21 11:03 ` Peter Zijlstra 2010-10-21 12:45 ` Steven Rostedt @ 2010-10-21 13:50 ` Jason Baron 2010-10-22 4:56 ` Masami Hiramatsu 2 siblings, 0 replies; 50+ messages in thread From: Jason Baron @ 2010-10-21 13:50 UTC (permalink / raw) To: Peter Zijlstra Cc: Steven Rostedt, Masami Hiramatsu, Ingo Molnar, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Arnaldo Carvalho de Melo, 2nddept-manager On Thu, Oct 21, 2010 at 01:03:28PM +0200, Peter Zijlstra wrote: > On Thu, 2010-10-21 at 07:01 -0400, Steven Rostedt wrote: > > On Thu, 2010-10-21 at 09:22 +0200, Peter Zijlstra wrote: > > > On Thu, 2010-10-21 at 11:58 +0900, Masami Hiramatsu wrote: > > > > > > > It seems there can be a bug in stop_machine() routine under > > > > heavy use. usually that is called just once at a time, but jump > > > > label and optprobe might call it heavily (thousands times?). > > > > So some racy situation can be happen easily. > > > > > > There are people doing hotplug stress testing, that too results in heavy > > > stop_machine usage. > > > > But with hotplug, isn't there a bit more time between stop machine > > calls? That is, you need to do a bit of work to bring down or up a CPU, > > and that will slow down the number of stop machine calls together. > > > > Here, we do a simple change and call stop machine() several times. > > > > Although, I agree, I do not think the bug is in stop machine itself, but > > perhaps the way we are using it might have some niche anomaly that we > > are hitting. > > Possibly, but wouldn't it make sense to batch up the work and simply > call stop_machine only once? I mean, if you already know you're going to > do this... > it would. I know Masami is working on text_poke_smp_batch(), and I was planning to move to it when it was ready...nonetheless there is still a bug here... thanks, -Jason ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-21 11:03 ` Peter Zijlstra 2010-10-21 12:45 ` Steven Rostedt 2010-10-21 13:50 ` Jason Baron @ 2010-10-22 4:56 ` Masami Hiramatsu 2 siblings, 0 replies; 50+ messages in thread From: Masami Hiramatsu @ 2010-10-22 4:56 UTC (permalink / raw) To: Peter Zijlstra Cc: Steven Rostedt, Jason Baron, Ingo Molnar, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Arnaldo Carvalho de Melo, 2nddept-manager (2010/10/21 20:03), Peter Zijlstra wrote: > On Thu, 2010-10-21 at 07:01 -0400, Steven Rostedt wrote: >> On Thu, 2010-10-21 at 09:22 +0200, Peter Zijlstra wrote: >>> On Thu, 2010-10-21 at 11:58 +0900, Masami Hiramatsu wrote: >>> >>>> It seems there can be a bug in stop_machine() routine under >>>> heavy use. usually that is called just once at a time, but jump >>>> label and optprobe might call it heavily (thousands times?). >>>> So some racy situation can be happen easily. >>> >>> There are people doing hotplug stress testing, that too results in heavy >>> stop_machine usage. >> >> But with hotplug, isn't there a bit more time between stop machine >> calls? That is, you need to do a bit of work to bring down or up a CPU, >> and that will slow down the number of stop machine calls together. >> >> Here, we do a simple change and call stop machine() several times. >> >> Although, I agree, I do not think the bug is in stop machine itself, but >> perhaps the way we are using it might have some niche anomaly that we >> are hitting. > > Possibly, but wouldn't it make sense to batch up the work and simply > call stop_machine only once? I mean, if you already know you're going to > do this... > Yeah, here is what I had tried; http://sourceware.org/ml/systemtap/2010-q2/msg00294.html I agree that the crash will just disappear with this API, but it will be just hidden, still remains inside kernel. Anyway, this batch patching is needed from performance viewpoint too. I'll rework on it. Thank you, -- Masami HIRAMATSU 2nd Dept. Linux Technology Center Hitachi, Ltd., Systems Development Laboratory E-mail: masami.hiramatsu.pt@hitachi.com ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-21 2:58 ` Masami Hiramatsu 2010-10-21 7:22 ` Peter Zijlstra @ 2010-10-21 14:00 ` Jason Baron 1 sibling, 0 replies; 50+ messages in thread From: Jason Baron @ 2010-10-21 14:00 UTC (permalink / raw) To: Masami Hiramatsu Cc: Ingo Molnar, Steven Rostedt, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo, 2nddept-manager On Thu, Oct 21, 2010 at 11:58:56AM +0900, Masami Hiramatsu wrote: > (2010/10/21 1:43), Jason Baron wrote: > > On Wed, Oct 20, 2010 at 05:40:45PM +0200, Ingo Molnar wrote: > >> FYI, there's a new mystery hang (sometimes crash) that triggers in -tip - and which > >> seems to be tracing related. See the crashlog below - config attached. > >> > >> It's not bisectable - small changes in the kernel make the bug come/go. (might be a > >> race of some sorts) > >> > >> Thanks, > >> > >> Ingo > >> > > > > strange b/c it looks like we get though enabling/disabling the > > tracepoitns individually, but then when we go to enable all the > > tracepoints we hit this hang - perhaps, suggesting a race. Do we always > > fail after "Testing all events:" is printed? Does the crash have any > > more clues. I will try and re-produce this. > > > > Also, I noticed some recent changes to text_poke_smp() usage of > > stop_machine() on Oct. 14th. That's related to the area where this appears > > to hang, so if things were working with this .config before then, that > > might be a place to look. Adding Masami to the 'cc list. > > Recent changes of text_poke_smp() just removed unnecessary > get/put_online_cpu(), so I think it's not related this bug. > > It seems there can be a bug in stop_machine() routine under > heavy use. usually that is called just once at a time, but jump > label and optprobe might call it heavily (thousands times?). > So some racy situation can be happen easily. > for most tracepoints there is 1 text location that needs to be updated...however, I know that for kmalloc, you can end up with hundredds or even thousands. So yes, we can end up calling stop_machine() thousands of times. There is a patch to reduce kmalloc tracepoint text locations by moving them out of line: http://lkml.org/lkml/2010/10/13/208 Also, text_poke_smp_batch() would allow us to update all these text locations at once. Nonetheless, there appears to be a underlying race condition... thanks, -Jason ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-20 15:40 ` Ingo Molnar 2010-10-20 16:37 ` Steven Rostedt 2010-10-20 16:43 ` Jason Baron @ 2010-10-21 11:14 ` Steven Rostedt 2010-10-21 11:26 ` Ingo Molnar 2 siblings, 1 reply; 50+ messages in thread From: Steven Rostedt @ 2010-10-21 11:14 UTC (permalink / raw) To: Ingo Molnar Cc: Jason Baron, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo On Wed, 2010-10-20 at 17:40 +0200, Ingo Molnar wrote: > FYI, there's a new mystery hang (sometimes crash) that triggers in -tip - and which > seems to be tracing related. See the crashlog below - config attached. > > It's not bisectable - small changes in the kernel make the bug come/go. (might be a > race of some sorts) > > [ 42.324027] Testing all events: > [ 245.668090] INFO: task swapper:1 blocked for more than 120 seconds. > [ 245.672051] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. > [ 245.676026] swapper D f6420b40 6544 1 0 0x00000000 > [ 245.684051] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 > [ 245.692237] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d > [ 245.701068] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff > [ 245.709071] Call Trace: > [ 245.711551] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 > [ 245.712036] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > [ 245.716037] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 > [ 245.720061] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > [ 245.724036] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 > [ 245.728036] [<c1a7e76b>] wait_for_common+0xc1/0x11a > [ 245.732062] [<c102de32>] ? default_wake_function+0x0/0x12 > [ 245.736041] [<c1a7e863>] wait_for_completion+0x17/0x19 > [ 245.740069] [<c10667a2>] __stop_cpus+0xdd/0x103 > [ 245.744072] [<c1a7e6db>] ? wait_for_common+0x31/0x11a > [ 245.748040] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a > [ 245.752040] [<c106683d>] stop_cpus+0x2c/0x3f > [ 245.756069] [<c10668af>] __stop_machine+0x5f/0x67 > [ 245.760186] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > [ 245.764040] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > [ 245.768071] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > [ 245.772040] [<c10060fd>] text_poke_smp+0x3a/0x42 > [ 245.776039] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > [ 245.780098] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 > [ 245.784042] [<c104ef0d>] jump_label_update+0x49/0x98 Looks like this code had jump labels enabled. Do you have a dump where they are not enabled? -- Steve > [ 245.788041] [<c1070b33>] tracepoint_update_probe_range+0xec/0x116 > [ 245.792070] [<c1070c74>] tracepoint_probe_unregister+0x51/0x6b > [ 245.796040] [<c107f3c0>] ftrace_event_reg+0x48/0x4c > [ 245.800041] [<c107e87c>] ftrace_event_enable_disable+0x39/0x8a > [ 245.804070] [<c107ebdf>] __ftrace_set_clr_event+0x91/0xbc > [ 245.808043] [<c1fbee72>] event_trace_self_tests+0x1cd/0x239 > [ 245.812040] [<c1fbf025>] event_trace_self_tests_init+0x2a/0x39 > [ 245.816230] [<c1fab282>] do_one_initcall+0x47/0x113 > [ 245.820069] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 > [ 245.824040] [<c1fbeffb>] ? event_trace_self_tests_init+0x0/0x39 > [ 245.828069] [<c1fab477>] kernel_init+0x10d/0x18e > [ 245.832040] [<c1fab36a>] ? kernel_init+0x0/0x18e > [ 245.836040] [<c1002c7e>] kernel_thread_helper+0x6/0x10 ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-21 11:14 ` Steven Rostedt @ 2010-10-21 11:26 ` Ingo Molnar 2010-10-21 13:55 ` Jason Baron 2010-10-22 1:44 ` Jason Baron 0 siblings, 2 replies; 50+ messages in thread From: Ingo Molnar @ 2010-10-21 11:26 UTC (permalink / raw) To: Steven Rostedt Cc: Jason Baron, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo * Steven Rostedt <rostedt@goodmis.org> wrote: > On Wed, 2010-10-20 at 17:40 +0200, Ingo Molnar wrote: > > FYI, there's a new mystery hang (sometimes crash) that triggers in -tip - and which > > seems to be tracing related. See the crashlog below - config attached. > > > > It's not bisectable - small changes in the kernel make the bug come/go. (might be a > > race of some sorts) > > > > > > [ 42.324027] Testing all events: > > [ 245.668090] INFO: task swapper:1 blocked for more than 120 seconds. > > [ 245.672051] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. > > [ 245.676026] swapper D f6420b40 6544 1 0 0x00000000 > > [ 245.684051] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 > > [ 245.692237] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d > > [ 245.701068] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff > > [ 245.709071] Call Trace: > > [ 245.711551] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 > > [ 245.712036] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > > [ 245.716037] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 > > [ 245.720061] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > > [ 245.724036] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 > > [ 245.728036] [<c1a7e76b>] wait_for_common+0xc1/0x11a > > [ 245.732062] [<c102de32>] ? default_wake_function+0x0/0x12 > > [ 245.736041] [<c1a7e863>] wait_for_completion+0x17/0x19 > > [ 245.740069] [<c10667a2>] __stop_cpus+0xdd/0x103 > > [ 245.744072] [<c1a7e6db>] ? wait_for_common+0x31/0x11a > > [ 245.748040] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a > > [ 245.752040] [<c106683d>] stop_cpus+0x2c/0x3f > > [ 245.756069] [<c10668af>] __stop_machine+0x5f/0x67 > > [ 245.760186] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > > [ 245.764040] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > > [ 245.768071] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > > [ 245.772040] [<c10060fd>] text_poke_smp+0x3a/0x42 > > [ 245.776039] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > > > > [ 245.780098] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 > > [ 245.784042] [<c104ef0d>] jump_label_update+0x49/0x98 > > Looks like this code had jump labels enabled. Do you have a dump where > they are not enabled? No. Good find - and the timeline agrees too, these crashes started triggering when i pulled jump labels from you. Thanks, Ingo ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-21 11:26 ` Ingo Molnar @ 2010-10-21 13:55 ` Jason Baron 2010-10-21 14:43 ` Ingo Molnar 2010-10-22 1:44 ` Jason Baron 1 sibling, 1 reply; 50+ messages in thread From: Jason Baron @ 2010-10-21 13:55 UTC (permalink / raw) To: Ingo Molnar Cc: Steven Rostedt, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo, masami.hiramatsu.pt On Thu, Oct 21, 2010 at 01:26:14PM +0200, Ingo Molnar wrote: > * Steven Rostedt <rostedt@goodmis.org> wrote: > > > On Wed, 2010-10-20 at 17:40 +0200, Ingo Molnar wrote: > > > FYI, there's a new mystery hang (sometimes crash) that triggers in -tip - and which > > > seems to be tracing related. See the crashlog below - config attached. > > > > > > It's not bisectable - small changes in the kernel make the bug come/go. (might be a > > > race of some sorts) > > > > > > > > > > [ 42.324027] Testing all events: > > > [ 245.668090] INFO: task swapper:1 blocked for more than 120 seconds. > > > [ 245.672051] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. > > > [ 245.676026] swapper D f6420b40 6544 1 0 0x00000000 > > > [ 245.684051] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 > > > [ 245.692237] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d > > > [ 245.701068] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff > > > [ 245.709071] Call Trace: > > > [ 245.711551] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 > > > [ 245.712036] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > > > [ 245.716037] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 > > > [ 245.720061] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > > > [ 245.724036] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 > > > [ 245.728036] [<c1a7e76b>] wait_for_common+0xc1/0x11a > > > [ 245.732062] [<c102de32>] ? default_wake_function+0x0/0x12 > > > [ 245.736041] [<c1a7e863>] wait_for_completion+0x17/0x19 > > > [ 245.740069] [<c10667a2>] __stop_cpus+0xdd/0x103 > > > [ 245.744072] [<c1a7e6db>] ? wait_for_common+0x31/0x11a > > > [ 245.748040] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a > > > [ 245.752040] [<c106683d>] stop_cpus+0x2c/0x3f > > > [ 245.756069] [<c10668af>] __stop_machine+0x5f/0x67 > > > [ 245.760186] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > > > [ 245.764040] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > > > [ 245.768071] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > > > [ 245.772040] [<c10060fd>] text_poke_smp+0x3a/0x42 > > > [ 245.776039] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > > > > > > > [ 245.780098] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 > > > [ 245.784042] [<c104ef0d>] jump_label_update+0x49/0x98 > > > > Looks like this code had jump labels enabled. Do you have a dump where > > they are not enabled? > > No. Good find - and the timeline agrees too, these crashes started triggering when i > pulled jump labels from you. > > Thanks, > > Ingo indeed. I can re-produce reliably as well on x86...hmmm, I have done stress testing where I basically just enable/disable all the tracepoints in a tight loop and never saw this...but I mostly have been testing on x86_64. thanks, -Jason ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-21 13:55 ` Jason Baron @ 2010-10-21 14:43 ` Ingo Molnar 0 siblings, 0 replies; 50+ messages in thread From: Ingo Molnar @ 2010-10-21 14:43 UTC (permalink / raw) To: Jason Baron Cc: Steven Rostedt, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo, masami.hiramatsu.pt * Jason Baron <jbaron@redhat.com> wrote: > > > Looks like this code had jump labels enabled. Do you have a dump where they > > > are not enabled? > > > > No. Good find - and the timeline agrees too, these crashes started triggering > > when i pulled jump labels from you. > > > > Thanks, > > > > Ingo > > indeed. I can re-produce reliably as well on x86...hmmm, I have done stress > testing where I basically just enable/disable all the tracepoints in a tight loop > and never saw this...but I mostly have been testing on x86_64. Dont worry about that too much - there will always be bugs that can only be found in some special way. Good thing we had the self-tests. (and even those didnt reliably trigger it for me) Thanks, Ingo ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-21 11:26 ` Ingo Molnar 2010-10-21 13:55 ` Jason Baron @ 2010-10-22 1:44 ` Jason Baron 2010-10-22 8:14 ` Peter Zijlstra 2010-10-22 8:16 ` Tejun Heo 1 sibling, 2 replies; 50+ messages in thread From: Jason Baron @ 2010-10-22 1:44 UTC (permalink / raw) To: Ingo Molnar Cc: Steven Rostedt, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Peter Zijlstra, Arnaldo Carvalho de Melo, tj On Thu, Oct 21, 2010 at 01:26:14PM +0200, Ingo Molnar wrote: > * Steven Rostedt <rostedt@goodmis.org> wrote: > > > On Wed, 2010-10-20 at 17:40 +0200, Ingo Molnar wrote: > > > FYI, there's a new mystery hang (sometimes crash) that triggers in -tip - and which > > > seems to be tracing related. See the crashlog below - config attached. > > > > > > It's not bisectable - small changes in the kernel make the bug come/go. (might be a > > > race of some sorts) > > > > > > > > > > [ 42.324027] Testing all events: > > > [ 245.668090] INFO: task swapper:1 blocked for more than 120 seconds. > > > [ 245.672051] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. > > > [ 245.676026] swapper D f6420b40 6544 1 0 0x00000000 > > > [ 245.684051] f6437dac 00000046 f694aac0 f6420b40 f6438000 f6437d74 f6438294 f6438290 > > > [ 245.692237] c2192ac0 c204e6c0 c2192ac0 c2192ac0 f6438290 00000000 f6438000 ff2ffa7d > > > [ 245.701068] 00000009 f6420b40 f6437e5c 7fffffff f6438000 f6437dfc f6437e5c 7fffffff > > > [ 245.709071] Call Trace: > > > [ 245.711551] [<c1a7f561>] schedule_timeout+0x1c/0x1e7 > > > [ 245.712036] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > > > [ 245.716037] [<c1027f2d>] ? sub_preempt_count+0x4/0x98 > > > [ 245.720061] [<c1a818b6>] ? _raw_spin_unlock_irq+0x2d/0x43 > > > [ 245.724036] [<c1027fb4>] ? sub_preempt_count+0x8b/0x98 > > > [ 245.728036] [<c1a7e76b>] wait_for_common+0xc1/0x11a > > > [ 245.732062] [<c102de32>] ? default_wake_function+0x0/0x12 > > > [ 245.736041] [<c1a7e863>] wait_for_completion+0x17/0x19 > > > [ 245.740069] [<c10667a2>] __stop_cpus+0xdd/0x103 > > > [ 245.744072] [<c1a7e6db>] ? wait_for_common+0x31/0x11a > > > [ 245.748040] [<c10665a4>] ? stop_machine_cpu_stop+0x0/0x9a > > > [ 245.752040] [<c106683d>] stop_cpus+0x2c/0x3f > > > [ 245.756069] [<c10668af>] __stop_machine+0x5f/0x67 > > > [ 245.760186] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > > > [ 245.764040] [<c1006240>] ? stop_machine_text_poke+0x0/0x43 > > > [ 245.768071] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > > > [ 245.772040] [<c10060fd>] text_poke_smp+0x3a/0x42 > > > [ 245.776039] [<c19f0a73>] ? cfdgml_create+0x2b/0xde > > > > > > > [ 245.780098] [<c1005b9c>] arch_jump_label_transform+0x53/0x67 > > > [ 245.784042] [<c104ef0d>] jump_label_update+0x49/0x98 > > > > Looks like this code had jump labels enabled. Do you have a dump where > > they are not enabled? > > No. Good find - and the timeline agrees too, these crashes started triggering when i > pulled jump labels from you. > > Thanks, > > Ingo Hi, (adding Tejun to the 'cc list) I finally found that we actually continue to run after the above apparent 'hang'. That is, we continue to make progress updating the jump labels. And doing a dump of all the system tasks at the time of the hang showed the processes in various places besides the stop machine threads. Thus, I thought that perhaps, for some reason the stop machine threads weren't being scheduled. Thus, I tried commenting out the special scheduling that is set up for stop machine threads, and that fixed the hang. I haven't yet looked into what might be going wrong with that scheduling...but maybe somebody else knows... thanks, -Jason diff --git a/kernel/stop_machine.c b/kernel/stop_machine.c index 090c288..3013b85 100644 --- a/kernel/stop_machine.c +++ b/kernel/stop_machine.c @@ -307,7 +307,7 @@ static int __cpuinit cpu_stop_cpu_callback(struct notifier_block *nfb, return NOTIFY_BAD; get_task_struct(p); kthread_bind(p, cpu); - sched_set_stop_task(cpu, p); + //sched_set_stop_task(cpu, p); stopper->thread = p; break; @@ -326,7 +326,7 @@ static int __cpuinit cpu_stop_cpu_callback(struct notifier_block *nfb, { struct cpu_stop_work *work; - sched_set_stop_task(cpu, NULL); + //sched_set_stop_task(cpu, NULL); /* kill the stopper */ kthread_stop(stopper->thread); /* drain remaining works */ ^ permalink raw reply related [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-22 1:44 ` Jason Baron @ 2010-10-22 8:14 ` Peter Zijlstra 2010-10-22 14:13 ` Jason Baron 2010-10-22 8:16 ` Tejun Heo 1 sibling, 1 reply; 50+ messages in thread From: Peter Zijlstra @ 2010-10-22 8:14 UTC (permalink / raw) To: Jason Baron Cc: Ingo Molnar, Steven Rostedt, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Arnaldo Carvalho de Melo, tj On Thu, 2010-10-21 at 21:44 -0400, Jason Baron wrote: > I finally found that we actually continue to run after the above > apparent 'hang'. That is, we continue to make progress updating the jump > labels. And doing a dump of all the system tasks at the time of the hang > showed the processes in various places besides the stop machine threads. > Thus, I thought that perhaps, for some reason the stop machine threads > weren't being scheduled. > > Thus, I tried commenting out the special scheduling that is set up for > stop machine threads, and that fixed the hang. I haven't yet looked into > what might be going wrong with that scheduling...but maybe somebody else > knows... Hrmm, so are you saying rq->stop was runnable but not running? That would imply broken wakeup-preemption, does something like the below cure that? --- kernel/sched_stoptask.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kernel/sched_stoptask.c b/kernel/sched_stoptask.c index 45bddc0..50ad10f 100644 --- a/kernel/sched_stoptask.c +++ b/kernel/sched_stoptask.c @@ -35,6 +35,7 @@ static struct task_struct *pick_next_task_stop(struct rq *rq) static void enqueue_task_stop(struct rq *rq, struct task_struct *p, int flags) { + resched_cpu(cpu_of(rq)); } static void ^ permalink raw reply related [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-22 8:14 ` Peter Zijlstra @ 2010-10-22 14:13 ` Jason Baron 2010-10-22 14:23 ` Peter Zijlstra 0 siblings, 1 reply; 50+ messages in thread From: Jason Baron @ 2010-10-22 14:13 UTC (permalink / raw) To: Peter Zijlstra Cc: Ingo Molnar, Steven Rostedt, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Arnaldo Carvalho de Melo, tj On Fri, Oct 22, 2010 at 10:14:31AM +0200, Peter Zijlstra wrote: > On Thu, 2010-10-21 at 21:44 -0400, Jason Baron wrote: > > > I finally found that we actually continue to run after the above > > apparent 'hang'. That is, we continue to make progress updating the jump > > labels. And doing a dump of all the system tasks at the time of the hang > > showed the processes in various places besides the stop machine threads. > > Thus, I thought that perhaps, for some reason the stop machine threads > > weren't being scheduled. > > > > Thus, I tried commenting out the special scheduling that is set up for > > stop machine threads, and that fixed the hang. I haven't yet looked into > > what might be going wrong with that scheduling...but maybe somebody else > > knows... > > Hrmm, so are you saying rq->stop was runnable but not running? yes, that's what it seems like. > > That would imply broken wakeup-preemption, does something like the below > cure that? > > no still seeing the same hang with the below patch...also, as a data point I backed out the patch that adds the stop_sched_class and that resolved the hang as well - just as a data point. thanks, -Jason > --- > kernel/sched_stoptask.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/kernel/sched_stoptask.c b/kernel/sched_stoptask.c > index 45bddc0..50ad10f 100644 > --- a/kernel/sched_stoptask.c > +++ b/kernel/sched_stoptask.c > @@ -35,6 +35,7 @@ static struct task_struct *pick_next_task_stop(struct rq *rq) > static void > enqueue_task_stop(struct rq *rq, struct task_struct *p, int flags) > { > + resched_cpu(cpu_of(rq)); > } > > static void > > ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-22 14:13 ` Jason Baron @ 2010-10-22 14:23 ` Peter Zijlstra 2010-10-22 14:36 ` Steven Rostedt 2010-10-22 14:36 ` Jason Baron 0 siblings, 2 replies; 50+ messages in thread From: Peter Zijlstra @ 2010-10-22 14:23 UTC (permalink / raw) To: Jason Baron Cc: Ingo Molnar, Steven Rostedt, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Arnaldo Carvalho de Melo, tj On Fri, 2010-10-22 at 10:13 -0400, Jason Baron wrote: > On Fri, Oct 22, 2010 at 10:14:31AM +0200, Peter Zijlstra wrote: > > On Thu, 2010-10-21 at 21:44 -0400, Jason Baron wrote: > > > > > I finally found that we actually continue to run after the above > > > apparent 'hang'. That is, we continue to make progress updating the jump > > > labels. And doing a dump of all the system tasks at the time of the hang > > > showed the processes in various places besides the stop machine threads. > > > Thus, I thought that perhaps, for some reason the stop machine threads > > > weren't being scheduled. > > > > > > Thus, I tried commenting out the special scheduling that is set up for > > > stop machine threads, and that fixed the hang. I haven't yet looked into > > > what might be going wrong with that scheduling...but maybe somebody else > > > knows... > > > > Hrmm, so are you saying rq->stop was runnable but not running? > > yes, that's what it seems like. > > > > > That would imply broken wakeup-preemption, does something like the below > > cure that? > > > > > > no still seeing the same hang with the below patch...also, as a data point I > backed out the patch that adds the stop_sched_class and that resolved the hang > as well - just as a data point. Weird... and there's no hotplugging happening, right? Can this be reproduced in qemu? I don't have a i386-smp machine around to use. Could you trace the thing with all sched (except the sched_stat) tracepoints enabled? I think there's a sysrq key to dump the trace once the machine's stuck.. Hopefully that disables ftrace before it starts dumping otherwise the dump is useless -- Steven? ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-22 14:23 ` Peter Zijlstra @ 2010-10-22 14:36 ` Steven Rostedt 2010-10-22 14:36 ` Jason Baron 1 sibling, 0 replies; 50+ messages in thread From: Steven Rostedt @ 2010-10-22 14:36 UTC (permalink / raw) To: Peter Zijlstra Cc: Jason Baron, Ingo Molnar, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Arnaldo Carvalho de Melo, tj On Fri, 2010-10-22 at 16:23 +0200, Peter Zijlstra wrote: > On Fri, 2010-10-22 at 10:13 -0400, Jason Baron wrote: > Can this be reproduced in qemu? I don't have a i386-smp machine around > to use. > > Could you trace the thing with all sched (except the sched_stat) > tracepoints enabled? I think there's a sysrq key to dump the trace once > the machine's stuck.. > > Hopefully that disables ftrace before it starts dumping otherwise the > dump is useless -- Steven? The ftrace_dump_on_oops does disable ftrace before it runs. -- Steve ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-22 14:23 ` Peter Zijlstra 2010-10-22 14:36 ` Steven Rostedt @ 2010-10-22 14:36 ` Jason Baron 1 sibling, 0 replies; 50+ messages in thread From: Jason Baron @ 2010-10-22 14:36 UTC (permalink / raw) To: Peter Zijlstra Cc: Ingo Molnar, Steven Rostedt, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Arnaldo Carvalho de Melo, tj On Fri, Oct 22, 2010 at 04:23:02PM +0200, Peter Zijlstra wrote: > On Fri, 2010-10-22 at 10:13 -0400, Jason Baron wrote: > > On Fri, Oct 22, 2010 at 10:14:31AM +0200, Peter Zijlstra wrote: > > > On Thu, 2010-10-21 at 21:44 -0400, Jason Baron wrote: > > > > > > > I finally found that we actually continue to run after the above > > > > apparent 'hang'. That is, we continue to make progress updating the jump > > > > labels. And doing a dump of all the system tasks at the time of the hang > > > > showed the processes in various places besides the stop machine threads. > > > > Thus, I thought that perhaps, for some reason the stop machine threads > > > > weren't being scheduled. > > > > > > > > Thus, I tried commenting out the special scheduling that is set up for > > > > stop machine threads, and that fixed the hang. I haven't yet looked into > > > > what might be going wrong with that scheduling...but maybe somebody else > > > > knows... > > > > > > Hrmm, so are you saying rq->stop was runnable but not running? > > > > yes, that's what it seems like. > > > > > > > > That would imply broken wakeup-preemption, does something like the below > > > cure that? > > > > > > > > > > no still seeing the same hang with the below patch...also, as a data point I > > backed out the patch that adds the stop_sched_class and that resolved the hang > > as well - just as a data point. > > Weird... and there's no hotplugging happening, right? > don't think so. > Can this be reproduced in qemu? I don't have a i386-smp machine around > to use. > its actually an amd 64-bit system with a 32-bit install of f13... > Could you trace the thing with all sched (except the sched_stat) > tracepoints enabled? I think there's a sysrq key to dump the trace once > the machine's stuck.. > the current test is triguring this on boot testing enabling/disabling the tracepoints...so it would be interesting to disable the boot test, and see if I can re-produce it at run-time...which will make getting the trace much easier :) -Jason ^ permalink raw reply [flat|nested] 50+ messages in thread
* Re: [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c 2010-10-22 1:44 ` Jason Baron 2010-10-22 8:14 ` Peter Zijlstra @ 2010-10-22 8:16 ` Tejun Heo 1 sibling, 0 replies; 50+ messages in thread From: Tejun Heo @ 2010-10-22 8:16 UTC (permalink / raw) To: Jason Baron, Peter Zijlstra Cc: Ingo Molnar, Steven Rostedt, LKML, Andrew Morton, Frederic Weisbecker, Thomas Gleixner, H. Peter Anvin, Arnaldo Carvalho de Melo Hello, On 10/22/2010 03:44 AM, Jason Baron wrote: > (adding Tejun to the 'cc list) > > I finally found that we actually continue to run after the above > apparent 'hang'. That is, we continue to make progress updating the jump > labels. And doing a dump of all the system tasks at the time of the hang > showed the processes in various places besides the stop machine threads. > Thus, I thought that perhaps, for some reason the stop machine threads > weren't being scheduled. > > Thus, I tried commenting out the special scheduling that is set up for > stop machine threads, and that fixed the hang. I haven't yet looked into > what might be going wrong with that scheduling...but maybe somebody else > knows... I'm afraid I don't have much idea about the new scheduling class. I liked the idea but Peter did all the hard working on it. Peter? Thanks. -- tejun ^ permalink raw reply [flat|nested] 50+ messages in thread
end of thread, other threads:[~2010-10-30 10:42 UTC | newest] Thread overview: 50+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-10-19 17:11 [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c Steven Rostedt 2010-10-19 18:41 ` Ingo Molnar 2010-10-20 15:40 ` Ingo Molnar 2010-10-20 16:37 ` Steven Rostedt 2010-10-20 18:40 ` Ingo Molnar 2010-10-20 16:43 ` Jason Baron 2010-10-20 18:33 ` Ingo Molnar 2010-10-21 11:09 ` Ingo Molnar 2010-10-22 17:58 ` Jason Baron 2010-10-22 18:24 ` Ingo Molnar 2010-10-22 18:39 ` Jason Baron 2010-10-23 20:02 ` Ingo Molnar 2010-10-24 0:53 ` Steven Rostedt 2010-10-24 11:25 ` Ingo Molnar 2010-10-25 8:59 ` Ingo Molnar 2010-10-25 9:30 ` Ingo Molnar 2010-10-25 11:45 ` Ingo Molnar 2010-10-25 12:10 ` Ingo Molnar 2010-10-25 12:18 ` Peter Zijlstra 2010-10-25 12:32 ` Ingo Molnar 2010-10-25 15:47 ` Peter Zijlstra 2010-10-25 16:07 ` Peter Zijlstra 2010-10-25 17:25 ` Ingo Molnar 2010-10-25 17:32 ` Ingo Molnar 2010-10-25 17:45 ` Peter Zijlstra 2010-10-25 17:52 ` Jason Baron 2010-10-30 10:42 ` [tip:perf/urgent] jump label: Add work around to i386 gcc asm goto bug tip-bot for Steven Rostedt 2010-10-25 15:55 ` [PATCH][GIT PULL] tracing: Fix compile issue for trace_sched_wakeup.c Jason Baron 2010-10-25 16:09 ` Peter Zijlstra 2010-10-22 21:42 ` Jason Baron 2010-10-23 4:41 ` Steven Rostedt 2010-10-21 2:58 ` Masami Hiramatsu 2010-10-21 7:22 ` Peter Zijlstra 2010-10-21 11:01 ` Steven Rostedt 2010-10-21 11:03 ` Peter Zijlstra 2010-10-21 12:45 ` Steven Rostedt 2010-10-21 13:50 ` Jason Baron 2010-10-22 4:56 ` Masami Hiramatsu 2010-10-21 14:00 ` Jason Baron 2010-10-21 11:14 ` Steven Rostedt 2010-10-21 11:26 ` Ingo Molnar 2010-10-21 13:55 ` Jason Baron 2010-10-21 14:43 ` Ingo Molnar 2010-10-22 1:44 ` Jason Baron 2010-10-22 8:14 ` Peter Zijlstra 2010-10-22 14:13 ` Jason Baron 2010-10-22 14:23 ` Peter Zijlstra 2010-10-22 14:36 ` Steven Rostedt 2010-10-22 14:36 ` Jason Baron 2010-10-22 8:16 ` Tejun Heo
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox