Received: by 10.223.185.116 with SMTP id b49csp7071632wrg; Wed, 28 Feb 2018 22:25:51 -0800 (PST) X-Google-Smtp-Source: AG47ELs6C9wEyfVOMyoBXfbOHKwoTs0VlAz9N4y9d4BHb5NOolOSn5/2eA0FKRjXDcWsSYrzZIkS X-Received: by 2002:a17:902:983:: with SMTP id 3-v6mr894634pln.278.1519885551779; Wed, 28 Feb 2018 22:25:51 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519885551; cv=none; d=google.com; s=arc-20160816; b=VFzr/78a8oDPec0VTMi4nPeKHgkQinu798az/GVJ3TANAduYjv0nnaOUdzkiyfKMZ3 Yf9HB5qK7jZSq27sgfhapd9SlcnDrSpkgpSwKS0cQSagM/yvO9yM5d+UCt07InVCO3u/ CCxIDcECVbAQ/MWFbyjRZHFEEid1vVhfST5VQxNqJJJ0utPdb8ihgHoA0L6LPyrXXSb0 Hlh0Bk8jnVoLiBl9PUZhVpjere3yTQ62CO+/D0srF4ejzQ/Xvm2oa1Pgxfm/8J6ZzeaS NCSU+wWVmsu8G1DmPN5GKim8QMWRY8yGsO+8VOTHQbm3MtAYFjrmHGlg/l9iHAp9xl/7 dC7Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject:arc-authentication-results; bh=qTlrQBEteej5fkeFo7UQFmYjpiOLaVRgC6xU7gyzCEQ=; b=hi9ABz2eoD3FJrpRAUNln1MWYQIrfTnwsIrcadlRpSPCcENigwgrNsNfGPLTbdiz9e mRijfKPcZMFRejFBrOXsmEZBL7E2B01cKLZydzeivDcOmEEy251tXVIiskhx2vu7BJHw pWVqtaOkQXsYlxP+nMDDlz45/C54ESFmXrEk9qxiRH0zgOPAZ+NijY6uhGZkomE4XNUf Y/plZojTF7fNYjw9z05RPksDWXORVFY0PZTNP1n2bMMIVUml+CyoqBA2ogRV90fXGjom kAm5W6S15JTOHPWB4ekWGyEbqOZbtd2012VbgdT71BMXteHtEEGCH+VBArhNDkaOnu3p aHeA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p75si2458782pfi.293.2018.02.28.22.25.35; Wed, 28 Feb 2018 22:25:51 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966312AbeCAGYe (ORCPT + 99 others); Thu, 1 Mar 2018 01:24:34 -0500 Received: from mx2.suse.de ([195.135.220.15]:46142 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966268AbeCAGYd (ORCPT ); Thu, 1 Mar 2018 01:24:33 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id A8AACACB2; Thu, 1 Mar 2018 06:24:31 +0000 (UTC) Subject: Re: [PATCH v2] pvcalls-front: 64-bit align flags To: Stefano Stabellini , boris.ostrovsky@oracle.com Cc: xen-devel@lists.xenproject.org, linux-kernel@vger.kernel.org References: From: Juergen Gross Message-ID: Date: Thu, 1 Mar 2018 07:24:30 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: de-DE Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/03/18 03:05, Stefano Stabellini wrote: > We are using test_and_* operations on the status and flag fields of > struct sock_mapping. However, these functions require the operand to be > 64-bit aligned on arm64. Currently, only status is 64-bit aligned. > > Make status and flags explicitly 64-bit aligned. > > Signed-off-by: Stefano Stabellini Committed to xen/tip for-linus-4.16a Juergen