From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752131AbcISPpN (ORCPT ); Mon, 19 Sep 2016 11:45:13 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:36159 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750898AbcISPpM (ORCPT ); Mon, 19 Sep 2016 11:45:12 -0400 Date: Mon, 19 Sep 2016 08:45:09 -0700 From: Guenter Roeck To: James Hogan Cc: Petr Mladek , linux-kernel@vger.kernel.org, Andrew Morton , Tejun Heo , linux-metag@vger.kernel.org, Ingo Molnar , kernel-hardening@lists.openwall.com, Kees Cook Subject: Re: qemu:metag image runtime failure in -next due to 'kthread: allow to cancel kthread work' Message-ID: <20160919154509.GA24003@roeck-us.net> References: <20160916203819.GA29767@roeck-us.net> <20160916212720.GA18931@jhogan-linux.le.imgtec.org> <20160916213718.GA32384@roeck-us.net> <20160916233249.GB18931@jhogan-linux.le.imgtec.org> <20160919145529.GK18931@jhogan-linux.le.imgtec.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160919145529.GK18931@jhogan-linux.le.imgtec.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 19, 2016 at 03:55:29PM +0100, James Hogan wrote: > On Sat, Sep 17, 2016 at 12:32:49AM +0100, James Hogan wrote: > > Here this version of QEMU puts the args at where it thinks the end of > > the loaded image is, which is based on the number of bytes copied from > > the ELF, i.e. the total MemSiz's, not taking into account the alignment > > gap in between, so it puts them at 0x40377348. > > QEMU meta-v1.3.1 branch updated at: > https://github.com/img-meta/qemu.git > > Hopefully that'll fix it for you Guenter. > Confirmed fixed. Thanks a lot! Guenter