Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp1836685ybi; Thu, 4 Jul 2019 00:22:45 -0700 (PDT) X-Google-Smtp-Source: APXvYqyegqIY04nZIS9ri3tzIdqCu2e9redYMnMwwyf5WnfhRuVIg6QfMJkzilR068tMKjbtyhiy X-Received: by 2002:a17:90a:24ac:: with SMTP id i41mr17831724pje.124.1562224965072; Thu, 04 Jul 2019 00:22:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562224965; cv=none; d=google.com; s=arc-20160816; b=UQ4vQjMWHsf7e/dXgI0xN78sdymjYAkUWfOwxZsJ89rjPcPeGaNkQa3LB4D6uWRAML ZfE6e43pt40uVZNESYRaUbEzCR0lX9hu5exsGiIQwblOQVjVz8OOWznum0Jgo/Bw48// GR3mHyGrR7nh1i+L+X7aR292fP4Da0nv5+Z82fS211PhqaErgb8cYctqu4bPfAXYLrBf /tyiurUXoH1/DnObuRM+tWGKksknmvRTBE+Ha4noGzrO920OKRgvY8NInsf2pkxso6e4 8JaW3RGuhAkZzPUcMap+EHMIb16zhp9h9qp9O6/5LH2SrFrtp1uWaL6DEGVccvv9kHP/ aAuw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from; bh=JikPHAwGUcyulNmWidmlVq7RiGhgi5yQ3DYULS/kmuI=; b=dlIWjtYnij1G1h8ngm+rYi3qTM7mlmF+UC5p82yjD6WlHlH4NCB1pkTPHtQe+vcTFR gsKKFtkFguCU8ewZhBausJZXsrdR3N/dmf2wspws7E0sQZvHMo2rf34n67bAPe+4+4iH aDp36nWUnBUqqnT8qNFwoBkLG29/U1VM+yihJCtREnc7e7vDyRSaxuYlSfIZTEfWxIxD yGCR22GyuOW6O0HgL8nqzbK/X+PK+WbI67nXixQQkjmbXFLN5cXGLyi/Zxegssvv6+El IpQ5F+TXBRwIb/kM2UITIoREArT3SB1hM671vIac4oWP8b9AFC/1QJ5OjIM9iYSGVFV5 5oOA== 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 18si4786230pgw.101.2019.07.04.00.22.29; Thu, 04 Jul 2019 00:22:45 -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 S1727287AbfGDHU2 (ORCPT + 99 others); Thu, 4 Jul 2019 03:20:28 -0400 Received: from mx2.suse.de ([195.135.220.15]:57058 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725920AbfGDHU2 (ORCPT ); Thu, 4 Jul 2019 03:20:28 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 4B9FBB116; Thu, 4 Jul 2019 07:20:27 +0000 (UTC) From: Andreas Schwab To: Alistair Francis Cc: Alistair Francis , linux-riscv@lists.infradead.org, Arnd Bergmann , linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND 0/2] RISC-V: Handle the siginfo_t offset problem References: <20190703005202.7578-1-alistair.francis@wdc.com> X-Yow: First, I'm going to give you all the ANSWERS to today's test.. So just plug in your SONY WALKMANS and relax!! Date: Thu, 04 Jul 2019 09:20:26 +0200 In-Reply-To: (Alistair Francis's message of "Wed, 3 Jul 2019 11:40:39 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Jul 03 2019, Alistair Francis wrote: > On Wed, Jul 3, 2019 at 12:08 AM Andreas Schwab wrote: >> >> On Jul 02 2019, Alistair Francis wrote: >> >> > In the RISC-V 32-bit glibc port [1] the siginfo_t struct in the kernel >> > doesn't line up with the struct in glibc. In glibc world the _sifields >> > union is 8 byte alligned (although I can't figure out why) >> >> Try ptype/o in gdb. > > That's a useful tip, I'll be sure to use that next time. It was a serious note. If the structs don't line up then there is a mismatch in types that cannot be solved by adding spurious padding. You need to fix the types instead. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."