Received: by 10.213.65.68 with SMTP id h4csp1496795imn; Mon, 26 Mar 2018 08:38:36 -0700 (PDT) X-Google-Smtp-Source: AG47ELsqR9DBymxtSG76XrsxamAYUeHOsJLh40WGAJWncf1OMe7FtkQZXRQ9PRjEweRPAJqeIRas X-Received: by 10.99.119.129 with SMTP id s123mr15316748pgc.137.1522078716118; Mon, 26 Mar 2018 08:38:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522078716; cv=none; d=google.com; s=arc-20160816; b=RbNSIXMYzcjd3LmPB8hBj6EGWpz83z8dx/0TXhyRMM8icSW1GZ/1/ytEIZInDI1xNj QdOC7HEG4VY3wtyvySq2bOUnRt5qe408QvZtxOnxvp52Ulco+I0tC3jLp7JfcqIQXYwo mIq9hNPYnQBAGHYDs9uOo1nbTFq1U/t9/n3+b8wXqN2aOUsbtYCVR5iDgmcWq+KR8yug b0XmD1v4W+WpQ+uaPDAQSfii2dEwylzzdpkpkBLQp5zvecjG0fhKV5XnyK1Vm1Epe1U8 kPcXCpiKs2re8XhUe2hbkJha0xPFWfyl6COTAS/UNyfoYggq0nS0QV3Y/Ulwlgi95tgp QBKA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date :arc-authentication-results; bh=CX05B7t5NpJuRQd5RlSFtUEwF20q4TrdMk4p2UTJiz4=; b=aVcgrAx19uThgKMHD4+XwTRVyJv+9m8SgAj0m13hU28QXXTSxWEQNf5s2T8wIlLeBN PlSXsdPUNQIavIzF7WIYTL1TgETYrFyCFUYES+0spK0gW99ddUc2tzJ47gXf8K1JJiYL aDT38EPWCl1/lKMBch6uyIRwZUX0s9QwKbXwPTc7J9XM14y3/PoUZqlIdsooQ/qN9uRZ gAlzuTazVuwQh/O9q0zW2GVXeuZSJ6o9ZHSeqX+6Dx/53NbBrpaEBgPluy0O7vp90P+h 5oYeE454Q7ny4dFIW8KG6hXqGyNogiBpuMY/UACrU7Yr6tVdpERQl9RDG0CdfLAV5CJg YiEQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z10si10498793pgs.329.2018.03.26.08.38.20; Mon, 26 Mar 2018 08:38:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752296AbeCZPhU (ORCPT + 99 others); Mon, 26 Mar 2018 11:37:20 -0400 Received: from muru.com ([72.249.23.125]:33934 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752082AbeCZPhS (ORCPT ); Mon, 26 Mar 2018 11:37:18 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 404D980E1; Mon, 26 Mar 2018 15:38:33 +0000 (UTC) Date: Mon, 26 Mar 2018 08:37:14 -0700 From: Tony Lindgren To: =?utf-8?B?6ZmI5Y2O5omN?= Cc: Andrew Morton , Fabio Estevam , Stephen Rothwell , Rich Felker , Russell King , Yoshinori Sato , linux-kernel , Ralf Baechle , linux-omap , James Hogan , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" Subject: Re: Regression with arm in next with stack protector Message-ID: <20180326153714.GG5700@atomide.com> References: <20180323181452.GJ5799@atomide.com> <20180323121530.f28dc29939d9395268911a4e@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * 陈华才 [180326 06:59]: > Hi, Tony and Fabio, > > Could you please upload your kernel binary to somewhere for me? I don't understand why some ARM boards is OK while others are broken. Well the kernel I'm testing is just current Linux next cross compiled omap2plus_defconfig kernel. I do have few more config options enabled like LOCKDEP and DEBUG_ATOMIC_SLEEP, but I doubt they matter here :) Then I'm using gcc-7.3.0 and binutils-2.30 built with the buildall.git scripts: git://git.infradead.org/users/segher/buildall.git If you still need binaries, let me know. Do you know which arm devices are working with your patch? Regards, Tony