Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp3051261ybi; Tue, 2 Jul 2019 01:10:13 -0700 (PDT) X-Google-Smtp-Source: APXvYqxhi977g8b3qFYf5ULfPXiWht55n4e7/tzGgAosMijMhIivmRo/fSJatccPqEmXFOv+N6kX X-Received: by 2002:a63:5765:: with SMTP id h37mr11631947pgm.183.1562055013566; Tue, 02 Jul 2019 01:10:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562055013; cv=none; d=google.com; s=arc-20160816; b=Fu8A03AbNtqs1GoRK+btuZTqxRvVSwRa2hY0JY86HJf5YG2zX+ooFw4w21pZW8UNva Fm8c7M33J6pLMiUYa0ZGcCYMUONP7wqBH0J/L+e1zBZUhjbQa6tNygmf48M3tuizjDpG 58L5UIOMOyveHVvld1EUsWo8fvKBzfsG3A1kc/KVpa5O+W6OZP8aMq9LvrBezI3K5Wcr hsqlnmAjUmf+sUXCJy7bSbYnrz9DZJdee5W9kZAGmYsQTIZ4YHnTvdxI69qVCK9MRiUH m0HEAR21v/fdis1ounsNkGT0MhhlUSWFPHjgwMv9BGFtervF0iEQeho5MS6iHjheTX2Z Uhtg== 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:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=MgKBYedVmlJkYlgCCJHST89UjJ2AR1SUH+TA30bu/qQ=; b=CdzXQJ8PEODUb1iqox2bPlD4rnSKi33/blIbPWkxC4KvZZJTy9+EaPeuHRYk7YBurr TF/iSJOcgAGG8tohSgopWzno+6WULReVyWFkECz+IsPqK61gz7ktTBwm2+D0OdZnLlkG YqdB31O0m5OoOCYt37cajYkXaKFr1oY2KL9nuGyNui1E2lOwh+Oi4FC1ArdPHXj90BL0 VEsYtvFaVLSLekVKbXgbsgRG3cRuHQIUcElOPtccETIq1YD6rVeA92D9fQR5n2rU4r7C E44/Zu5+W2hvWzVN+me1jpH9l5OK/8dtSuejNj7N4fFEFBJCHzxa7zc/tWfLfsgwukwQ p5rg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=q3+yXiiP; 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 y14si13605921pfr.82.2019.07.02.01.09.58; Tue, 02 Jul 2019 01:10:13 -0700 (PDT) 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; dkim=pass header.i=@kernel.org header.s=default header.b=q3+yXiiP; 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 S1728500AbfGBIIo (ORCPT + 99 others); Tue, 2 Jul 2019 04:08:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:56292 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728490AbfGBIIj (ORCPT ); Tue, 2 Jul 2019 04:08:39 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D042521855; Tue, 2 Jul 2019 08:08:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562054919; bh=FHZuVNPHrPEskjr4ytkC96O85qWn+vClIozAy1WdJBk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=q3+yXiiPd88E2WpfMYtBYq0+faZNMO9rSzJaX8bKE8inTeiwsSsuyQGB0WrLBlMlk UIG7jRfA8j7LH39dQ1oAGGNrhgrjkqIK5NaTr2n0zAdedn9yFAXY/2IU+gtGzrfKKH d7Z2TJMmkTFHfMFkFtFfnjcrjyaAK/dpyq2uV8w4= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Will Deacon Subject: [PATCH 4.19 70/72] futex: Update comments and docs about return values of arch futex code Date: Tue, 2 Jul 2019 10:02:11 +0200 Message-Id: <20190702080128.275446262@linuxfoundation.org> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190702080124.564652899@linuxfoundation.org> References: <20190702080124.564652899@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Will Deacon commit 427503519739e779c0db8afe876c1b33f3ac60ae upstream. The architecture implementations of 'arch_futex_atomic_op_inuser()' and 'futex_atomic_cmpxchg_inatomic()' are permitted to return only -EFAULT, -EAGAIN or -ENOSYS in the case of failure. Update the comments in the asm-generic/ implementation and also a stray reference in the robust futex documentation. Signed-off-by: Will Deacon Signed-off-by: Greg Kroah-Hartman --- Documentation/robust-futexes.txt | 3 +-- include/asm-generic/futex.h | 8 ++++++-- 2 files changed, 7 insertions(+), 4 deletions(-) --- a/Documentation/robust-futexes.txt +++ b/Documentation/robust-futexes.txt @@ -218,5 +218,4 @@ All other architectures should build jus the new syscalls yet. Architectures need to implement the new futex_atomic_cmpxchg_inatomic() -inline function before writing up the syscalls (that function returns --ENOSYS right now). +inline function before writing up the syscalls. --- a/include/asm-generic/futex.h +++ b/include/asm-generic/futex.h @@ -23,7 +23,9 @@ * * Return: * 0 - On success - * <0 - On error + * -EFAULT - User access resulted in a page fault + * -EAGAIN - Atomic operation was unable to complete due to contention + * -ENOSYS - Operation not supported */ static inline int arch_futex_atomic_op_inuser(int op, u32 oparg, int *oval, u32 __user *uaddr) @@ -85,7 +87,9 @@ out_pagefault_enable: * * Return: * 0 - On success - * <0 - On error + * -EFAULT - User access resulted in a page fault + * -EAGAIN - Atomic operation was unable to complete due to contention + * -ENOSYS - Function not implemented (only if !HAVE_FUTEX_CMPXCHG) */ static inline int futex_atomic_cmpxchg_inatomic(u32 *uval, u32 __user *uaddr,