From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753828Ab3BQWuz (ORCPT ); Sun, 17 Feb 2013 17:50:55 -0500 Received: from terminus.zytor.com ([198.137.202.10]:55430 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753135Ab3BQWuy (ORCPT ); Sun, 17 Feb 2013 17:50:54 -0500 Message-ID: <51215E6C.5090102@zytor.com> Date: Sun, 17 Feb 2013 14:49:16 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: Linus Torvalds CC: Paul McKenney , Frederic Weisbecker , Thomas Gleixner , Ingo Molnar , Peter Zijlstra , Dave Jones , Hugh Dickins , Linux Kernel Mailing List , Paul McKenney Subject: Re: Debugging Thinkpad T430s occasional suspend failure. References: <20130213041629.GA28622@redhat.com> <20130213193411.GA15928@redhat.com> <20130215011503.GA11914@redhat.com> <20130215174435.GA2792@linux.vnet.ibm.com> <20130216192554.GB7035@linux.vnet.ibm.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/16/2013 11:46 AM, Linus Torvalds wrote: > Adding Peter Anvin to the people, just in case he sees what's wrong > with the system call stub generation that keeps excessively old object > files around. If it's easy to fix, it might be worth trying to make it > ok to switch from i386 to x86-64 and back in the same tree. I have not been able to reproduce this; it seems to Just Work[TM]. The syscall header stuff is definitely not to blame: it doesn't even *see* the CONFIG_ settings; instead they are only used to determine which subset of files to create, but the files themselves are configuration-independent. This is by design. As such, without an actual known to fail test case there isn't much I can do. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.