From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965679AbeEIQzW (ORCPT ); Wed, 9 May 2018 12:55:22 -0400 Received: from mail-wm0-f51.google.com ([74.125.82.51]:36624 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965452AbeEIQzU (ORCPT ); Wed, 9 May 2018 12:55:20 -0400 X-Google-Smtp-Source: AB8JxZprsEF2CgGMu0wM4+jFHY99fEduc/BjRe9KaTRDyeKPl85abt3awUmHbhzxGNCpYuXNgqQ8hA== Date: Wed, 9 May 2018 19:55:17 +0300 From: Alexey Dobriyan To: hpa@zytor.com Cc: tglx@linutronix.de, mingo@redhat.com, linux-kernel@vger.kernel.org, x86@kernel.org Subject: Re: [PATCH] x86: pad assembly functions with INT3 Message-ID: <20180509165517.GD16034@avx2> References: <20180507213755.GA32406@avx2> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 07, 2018 at 02:41:14PM -0700, hpa@zytor.com wrote: > >-#define __ALIGN .p2align 4, 0x90 > >+#define __ALIGN .p2align 4, 0xCC > > Acked-by: H. Peter Anvin Thanks! If someone knows how to control _compiler_ inter-function padding, please tell.