Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751892AbdIVJZV (ORCPT ); Fri, 22 Sep 2017 05:25:21 -0400 Received: from mx2.suse.de ([195.135.220.15]:56946 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751809AbdIVJZU (ORCPT ); Fri, 22 Sep 2017 05:25:20 -0400 Date: Fri, 22 Sep 2017 11:25:19 +0200 Message-ID: From: Takashi Iwai To: "Baolin Wang" Cc: , , , , , , Subject: Re: [PATCH] sound: core: Fix structure definition for X32 ABI In-Reply-To: References: User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.2 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 378 Lines: 14 On Thu, 21 Sep 2017 08:03:29 +0200, Baolin Wang wrote: > > X32 ABI uses the 64bit timespec in addition to 64bit alignment of 64bit > values. We have added compat ABI for these ioctls, but this patch adds > one missing padding into 'struct snd_pcm_mmap_status_x32' to fix > incompatibilities. > > Signed-off-by: Baolin Wang Applied, thanks. Takashi