From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.6 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D61F5C433E3 for ; Mon, 13 Jul 2020 09:45:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B1059206F0 for ; Mon, 13 Jul 2020 09:45:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="Gn2xMHlO" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729545AbgGMJpm (ORCPT ); Mon, 13 Jul 2020 05:45:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40470 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729519AbgGMJpl (ORCPT ); Mon, 13 Jul 2020 05:45:41 -0400 Received: from mail-pl1-x643.google.com (mail-pl1-x643.google.com [IPv6:2607:f8b0:4864:20::643]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 91F80C061794 for ; Mon, 13 Jul 2020 02:45:41 -0700 (PDT) Received: by mail-pl1-x643.google.com with SMTP id b9so5289178plx.6 for ; Mon, 13 Jul 2020 02:45:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=0olB/Kj5+mM078/bHyZqezPaPK0WajdFbhRfxVSilRM=; b=Gn2xMHlOBxombYzdcOBeNb7/n3j/kqRvvaLLW0WODfv8XcYN4wvPkv/VelKSuBP69N UqYAzOFnTRyOXYGP4stWtS1e2WJ0541MZUrW7Jn4EzmpRWNfZnAHVFxP4CCNc+KNr+va otUTk2GbD0GCOa0jrU4/V+OEz7yEdEQbnY273ksNxPIWRSHkSE9A04vZDs/2YxcHamFI TDYExsyQlQ3acmCutMiKev+tyJl0jWuD2kpvnT7lXyVT6nqpoW6VhD6egu6RJJVIgVsS 7pnNeiJwjDebLCS0ZkRE3+BoAGVWSRHbiIEEviLgMmkeayuCOeqeCxxGfQsNP4fU3PFy mckA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=0olB/Kj5+mM078/bHyZqezPaPK0WajdFbhRfxVSilRM=; b=K75Qy83hLq5L3mfx8z0fnqwE8HGLyS9VR1CW6OE+zOiK8EGKCUkeqiPO7BQ2u8PaHP aa3at5RvVW8M//+UkXypUi4QaH1l8pjJYnqDCls6r5us07iTiMu2iiX4CGho4EcTQ5yS YPYpBwr+lkusIWOn4oCbSyVDQ9R7mDup8r8IUm7lpa0Qcch4j8g1LbyCwBasvJPDJquU AObgrrNaJg60neta267XPxabps9jDVZXLqQ80sPxwIDm6AnS6IDgfdp93QzR5o0rrLAj vnnUatiVXY4EXe02mKZhsXyivqpTa5K8B/jWfjm4hEM2ASi1N4jnrS66T5lMcL+JTsv+ zbSw== X-Gm-Message-State: AOAM533n7Wrer5EKM/kqFFECYzKgKk2H9b7RtjlajygDXTeSTbpP9aUy i9BK11h8QHH8qUEzGTNv/lm+Vg== X-Google-Smtp-Source: ABdhPJw6RpvjZvtN9GfY5lgA9lyTRdntA6c5g4jImyUp+kuNOOIMz04NipT9in353pzQI6555/bXiA== X-Received: by 2002:a17:902:9042:: with SMTP id w2mr59195104plz.8.1594633541141; Mon, 13 Jul 2020 02:45:41 -0700 (PDT) Received: from localhost ([122.172.34.142]) by smtp.gmail.com with ESMTPSA id u2sm13654333pfl.21.2020.07.13.02.45.39 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Jul 2020 02:45:40 -0700 (PDT) Date: Mon, 13 Jul 2020 15:15:38 +0530 From: Viresh Kumar To: Arnd Bergmann Cc: Vincent Guittot , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] asm-generic/sembuf: Update architecture related information in comment Message-ID: <20200713094538.ix5g5bt6ss55kwrn@vireshk-i7> References: <64efe033394b6f0dfef043a63fd8897a81ba6d16.1589970173.git.viresh.kumar@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <64efe033394b6f0dfef043a63fd8897a81ba6d16.1589970173.git.viresh.kumar@linaro.org> User-Agent: NeoMutt/20180716-391-311a52 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20-05-20, 15:53, Viresh Kumar wrote: > The structure came originally from x86_32 but is used by most of the > architectures now. Update the comment which says it is for x86 only. > > Signed-off-by: Viresh Kumar > --- > include/uapi/asm-generic/sembuf.h | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/include/uapi/asm-generic/sembuf.h b/include/uapi/asm-generic/sembuf.h > index 0e709bd3d730..f54e48fc91ae 100644 > --- a/include/uapi/asm-generic/sembuf.h > +++ b/include/uapi/asm-generic/sembuf.h > @@ -6,9 +6,9 @@ > #include > > /* > - * The semid64_ds structure for x86 architecture. > - * Note extra padding because this structure is passed back and forth > - * between kernel and user space. > + * The semid64_ds structure for most architectures (though it came from x86_32 > + * originally). Note extra padding because this structure is passed back and > + * forth between kernel and user space. > * > * semid64_ds was originally meant to be architecture specific, but > * everyone just ended up making identical copies without specific Arnd, Ping. -- viresh