From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guenter Roeck Subject: Re: qemu:metag image runtime failure in -next due to 'kthread: allow to cancel kthread work' Date: Mon, 19 Sep 2016 08:45:09 -0700 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 Return-path: DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=roeck-us.net; s=default; h=In-Reply-To:Content-Type:MIME-Version:References :Message-ID:Subject:Cc:To:From:Date; bh=LWcosjCThwbT73KhFRC+TOx7SkoR3XNciqvoWAwy8Fc=; b=l/zUJoAFdq+S6ysnM0dAIZV/lm HjFZop5PPWW441JzxdWHVXNir/Nh5HmgOCA/D7FA1zg3Jeh+yXVDM/XUTmF31ixHCGRmQ+VSEa8kl AzzN/hafAcoFAqelLHizY14SINvfMv34yYTsnjmQIuQwF1Tw20lW+c2mnx1leV8G8tt90EZ7z8iAM EEcKRWcc2qLyKlrjdDpaZ7RsLCpvClWXZV1KTA/dO6B9g73asrYgJSg2UXvTzKSNyIA0U8LKRm92Z 4RIoE4Ytnwgdh2H8AFHIvrrp5m3nka8LuCjzcqbqDHVh+9fiKYP1x+eTG1MaALAsABb25ynEXnit5 PJobCpMA==; Content-Disposition: inline In-Reply-To: <20160919145529.GK18931-4bYivNCBEGTR3KXKvIWQxtm+Uo4AYnCiHZ5vskTnxNA@public.gmane.org> Sender: linux-metag-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: James Hogan Cc: Petr Mladek , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Andrew Morton , Tejun Heo , linux-metag-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Ingo Molnar , kernel-hardening-ZwoEplunGu1jrUoiu81ncdBPR1lH4CV8@public.gmane.org, Kees Cook 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