From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754614AbcEZSgO (ORCPT ); Thu, 26 May 2016 14:36:14 -0400 Received: from mga04.intel.com ([192.55.52.120]:26384 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753637AbcEZSgN (ORCPT ); Thu, 26 May 2016 14:36:13 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,369,1459839600"; d="scan'208";a="985385578" Subject: [PATCH 0/3] x86: compat_siginfo fixes and build-time tests To: linux-kernel@vger.kernel.org Cc: x86@kernel.org, Dave Hansen From: Dave Hansen Date: Thu, 26 May 2016 11:36:11 -0700 Message-Id: <20160526183611.B2E4B414@viggo.jf.intel.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org We have not been updating the x86 compat_siginfo when updating the generic one. These patches fix the issue, and then add a bunch of build-time checks to try to avoid this happening again in the future (suggested by Ingo).