From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936066AbdEVVoM (ORCPT ); Mon, 22 May 2017 17:44:12 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:45234 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934372AbdEVVoD (ORCPT ); Mon, 22 May 2017 17:44:03 -0400 Date: Mon, 22 May 2017 14:44:01 -0700 From: Andrew Morton To: Kees Cook Cc: linux-kernel@vger.kernel.org, Manfred Spraul Subject: Re: [PATCH] ipc: Fail build if IPC structures change layout Message-Id: <20170522144401.adea6bedf46769466d286279@linux-foundation.org> In-Reply-To: <20170519234400.GA47946@beast> References: <20170519234400.GA47946@beast> X-Mailer: Sylpheed 3.4.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 19 May 2017 16:44:00 -0700 Kees Cook wrote: > Since struct layout can be seen at build-time, turn runtime report > into a build failure so it can be fixed more quickly. I've just dropped the patch which this fixes, due to runtime issues. Manfred, please include this in the resend?