From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 157AEC4CEC4 for ; Wed, 18 Sep 2019 18:56:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DA969222BE for ; Wed, 18 Sep 2019 18:56:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568832997; bh=VgF4oxnkm95abC04U+ZEJWH733Bi1oVy4TQp3hrbazQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ZhGPnV4cp5pOWZNL8aOloJ9Fe9Uj/8DZWhT3gbDQ1SIuJOHwA82XE7Cfjt2VIOVT+ zYkqo3ZJjBd4078LnnJv8/MjWdQ6NkyWEFA+PBFOqLnu261CilPvDcA2ItmaGRsyhG ct8lT70eUd6z6X7FNF0aWw8HMgLw2Pb7/mEBXqkk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388909AbfIRS4h (ORCPT ); Wed, 18 Sep 2019 14:56:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:59852 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387658AbfIRS4g (ORCPT ); Wed, 18 Sep 2019 14:56:36 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D0D99222BD; Wed, 18 Sep 2019 18:56:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568832996; bh=VgF4oxnkm95abC04U+ZEJWH733Bi1oVy4TQp3hrbazQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DrrKUVaynHppU8RftJRmiED3I0GmjXAt16neo7L6j7CQl6M4zuSf79pznAOlT2zIe XD0Pm2REG84TYWgx0lBRC+C4Eavabpu+a0N9cwqtcqhQUKLEz1lrorJlxNS7qvM69B gP9b2SIe+ZvbGtjYYRhwIW7z7PeX/euxcnSMv1Uc= Date: Wed, 18 Sep 2019 20:56:33 +0200 From: Greg Kroah-Hartman To: Vineet Gupta Cc: "stable@vger.kernel.org" , Andrew Morton , kbuild test robot , lkml , arcml Subject: Re: stable backport for dc8635b78cd8669 Message-ID: <20190918185633.GB1944551@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 18, 2019 at 10:40:32AM -0700, Vineet Gupta wrote: > Hi Stable team, > > Can we please backport dc8635b78cd8669c37e230058d18c33af7451ab1 ("kernel/exit.c: > export abort() to modules") > > 0-Day kernel test infra reports ARC 4.x.y builds failing after backport of > af1be2e21203867cb958aace ("ARC: handle gcc generated __builtin_trap for older > compiler") So is this only needed in 4.9.y and 4.4.y? thanks, greg k-h