From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751795AbdINReL (ORCPT ); Thu, 14 Sep 2017 13:34:11 -0400 Received: from mga11.intel.com ([192.55.52.93]:45597 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751545AbdINReK (ORCPT ); Thu, 14 Sep 2017 13:34:10 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,394,1500966000"; d="scan'208";a="135417691" Date: Thu, 14 Sep 2017 10:34:07 -0700 From: Andi Kleen To: Prarit Bhargava Cc: kernel test robot , Andi Kleen , x86@kernel.org, kan.liang@intel.com, peterz@infradead.org, linux-kernel@vger.kernel.org, lkp@01.org Subject: Re: [x86/topology] 05aa90edc7: kernel_BUG_at_arch/x86/kernel/cpu/common.c Message-ID: <20170914173407.GG24844@tassilo.jf.intel.com> References: <20170911234651.64p6yxmnzthsbpia@inn> <79fb7f24-caac-2da6-92bf-dfffaa905ee3@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <79fb7f24-caac-2da6-92bf-dfffaa905ee3@redhat.com> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Everytime a socket is down'd and up'd the logical_packages value increases by > one, and eventually overflows. > > Andi -- I can add this to your patch if you're okay with it. Sure looks good (minus all the pr_debugs). Thanks for debugging. -Andi