linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Regression introduced by cf6d445f68974d0b15a14cf6021be38a91f2b5d8
@ 2016-05-09 18:39 Josef Bacik
  2016-05-09 19:48 ` Thomas Gleixner
  2016-05-10  7:33 ` [tip:x86/urgent] x86/topology: Set x86_max_cores to 1 for CONFIG_SMP=n tip-bot for Thomas Gleixner
  0 siblings, 2 replies; 5+ messages in thread
From: Josef Bacik @ 2016-05-09 18:39 UTC (permalink / raw)
  To: tglx; +Cc: LKML, kernel-team

Hello,

I've hit a regression that was introduced by the commit in $SUBJECT. I'm 
building a minimal kernel config that doesn't have CONFIG_SMP set, which 
results in the topology for the box to look different than with 
CONFIG_SMP set. Specifically boot_cpu_data.x86_max_cores comes out to 16 
without CONFIG_SMP set, but 12 with CONFIG_SMP set. So when we are doing 
the init for the uncore_msr_uncores types we panic when trying to do 
uncore_box_init on the 13th box for hswep_uncore_cbox when doing the 
wrmsrl in snbep_uncore_msr_init_box(). I'm hoping this makes sense to 
you, because this is all greek to me. For now I've just enabled 
CONFIG_SMP (it only adds like .1 mb to my image), but I figure we should 
probably fix this. It takes me no time to reproduce so I can test 
whatever patch you come up with, or run whatever debugging you want me 
to run. Thanks,

Josef

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

end of thread, other threads:[~2016-05-10  7:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-09 18:39 Regression introduced by cf6d445f68974d0b15a14cf6021be38a91f2b5d8 Josef Bacik
2016-05-09 19:48 ` Thomas Gleixner
2016-05-09 20:55   ` Liang, Kan
2016-05-10  6:51   ` Peter Zijlstra
2016-05-10  7:33 ` [tip:x86/urgent] x86/topology: Set x86_max_cores to 1 for CONFIG_SMP=n tip-bot for Thomas Gleixner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).