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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 DB205C43381 for ; Mon, 11 Mar 2019 23:46:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A2180214AE for ; Mon, 11 Mar 2019 23:46:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1552347987; bh=WaPvmfZd5Cc2aRW41ynsQpbEGPGBL4vUD2O2wOF1iCE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=0YVYyjRAQ+dhSFHB/K73mbVt+fxDszXK31tAJZPGnQHOpKh3o4qw6FkFdKCWKESmb oVjHMWqUzsuEg20OZSsFhI4hQlZXVbwfDYzM6hUDV+Z0Z/FE6YuzvGv4vtXAj2tyPw G6maPMIq33Oh4GVEa86jeVIKUGgjXfOIFyIdYETE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725843AbfCKXq1 (ORCPT ); Mon, 11 Mar 2019 19:46:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:49208 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725830AbfCKXq0 (ORCPT ); Mon, 11 Mar 2019 19:46:26 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 046BE2087F; Mon, 11 Mar 2019 23:46:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1552347986; bh=WaPvmfZd5Cc2aRW41ynsQpbEGPGBL4vUD2O2wOF1iCE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wVAPRfv5pScFi57Zqctw+ndMC1/zUgffX8YAjLkyU+7fDJpuq8JK+RiWHVuDVo25x DjBHDshF7PvTMhVGl/ybFd8is26d3nkB0opp7pBFwVb+s5wJ+nw/t7qojMG9i77ft4 qf5lKK/EExBW1GPGOd3KStCfL38w9BJ1uoITnNwg= Date: Mon, 11 Mar 2019 19:46:24 -0400 From: Sasha Levin To: Paul Barker Cc: linux-stable , Vincent Whitchurch , Russell King , Greg Kroah-Hartman Subject: Re: Backport request for 4.9.y & 4.14.y Message-ID: <20190311234624.GK158926@sasha-vm> References: <29607c38-a92c-4cef-a4e5-a31c3ea89d0e@www.fastmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <29607c38-a92c-4cef-a4e5-a31c3ea89d0e@www.fastmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Mar 11, 2019 at 09:56:39AM -0400, Paul Barker wrote: >Hi, > >I'm seeing kernel crashes on the Beaglebone Black with 4.9.y / 4.14.y kernels built with CONFIG_THUMB2_KERNEL enabled. I've fixed this locally by backporting commit afc9f65e01cd114cb2cedf544d22239116ce0cc6 "ARM: 8781/1: Fix Thumb-2 syscall return for binutils 2.29+". I'd rather not carry this locally though so would it be possible to get this backported to the 4.9.y and 4.14.y stable series? > >Let me know if you need me to do any more investigation or to send the kernel oops details. I've queued it up, thank you. -- Thanks, Sasha