From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Request fairly urgent reversion of c/s 8a3c4acc9907cfec9aae9f1bc251fbf50af6828e Date: Tue, 27 Aug 2013 14:02:34 +0100 Message-ID: <521CA36A.4060204@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , Keir Fraser , Xen-devel List List-Id: xen-devel@lists.xenproject.org Changeset 8a3c4acc9907cfec9aae9f1bc251fbf50af6828e is my "Clean stacks in debug builds patch" I applied the upstream version to XenServer, and resulted in some spectacular fails to boot. Curiously, the buggy V1 "$(STACK_SIZE >> 8) " works fine on all hardware, but the apparently correct "$(STACK_SIZE / 8)" causes complete deadlock on AMD boxes on AP bringup, and causes Intel boxes to only boot a single pcpu. I have some meetings now, so cant investigate immediately. Please could you revert until I have had a time to investigate and fix. Thanks, ~Andrew