From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933144AbcFHRZf (ORCPT ); Wed, 8 Jun 2016 13:25:35 -0400 Received: from mga01.intel.com ([192.55.52.88]:11716 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932424AbcFHRZc (ORCPT ); Wed, 8 Jun 2016 13:25:32 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,440,1459839600"; d="scan'208";a="983548276" Subject: [PATCH 0/3] [v2] x86: compat_siginfo fixes and build-time tests To: linux-kernel@vger.kernel.org Cc: x86@kernel.org, Dave Hansen From: Dave Hansen Date: Wed, 08 Jun 2016 10:25:31 -0700 Message-Id: <20160608172531.E4FC5E65@viggo.jf.intel.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Changes from v1: * lots of style fixups to the MPX selftests. No Functional changes. --- 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).