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=-17.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,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 05516C48BE6 for ; Mon, 14 Jun 2021 16:44:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D0B9B610A2 for ; Mon, 14 Jun 2021 16:44:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234897AbhFNQq7 (ORCPT ); Mon, 14 Jun 2021 12:46:59 -0400 Received: from smtp-out2.suse.de ([195.135.220.29]:55074 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233492AbhFNQq6 (ORCPT ); Mon, 14 Jun 2021 12:46:58 -0400 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 17D911FD29; Mon, 14 Jun 2021 16:44:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1623689095; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=4jiBilChEIMtNgnA7zL0fhlqMNcZV7ysuCVLtr+JJY4=; b=dqqNqv9HDbiRa9/Eb/N7cPF4huGJbP/qSv1NbtonRwJngSTTYYeecznIRCRJiLZMLNPcDt 2nXCXI8PgUxWfzVLP3ze/Q2s9exG2/CQ0hqUCgDz38BWj3fjKWxl56mQ/OkaQ1Ev7RVfHl uJYuNKsw/2zGiErBfLqEnmbZXBIrw2c= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1623689095; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=4jiBilChEIMtNgnA7zL0fhlqMNcZV7ysuCVLtr+JJY4=; b=jid7hJRG71RaGnaqheo9HEVk6y9irRygn7BEuEM/LLWMk+QgD5ZsVKDL+AE+5CyTquxhIt GLyogOiSWgSI3RCw== Received: from quack2.suse.cz (unknown [10.100.200.198]) by relay2.suse.de (Postfix) with ESMTP id 01236A3BA6; Mon, 14 Jun 2021 16:44:54 +0000 (UTC) Received: by quack2.suse.cz (Postfix, from userid 1000) id D3C291F2B82; Mon, 14 Jun 2021 18:44:54 +0200 (CEST) Date: Mon, 14 Jun 2021 18:44:54 +0200 From: Jan Kara To: Marcin Juszkiewicz Cc: Arnd Bergmann , linux-kernel@vger.kernel.org, Jan Kara , Christian Brauner , Sascha Hauer , linux-arch@vger.kernel.org Subject: Re: [PATCH] quota: finish disable quotactl_path syscall Message-ID: <20210614164454.GC29751@quack2.suse.cz> References: <20210614153712.313707-1-marcin@juszkiewicz.com.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210614153712.313707-1-marcin@juszkiewicz.com.pl> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon 14-06-21 17:37:12, Marcin Juszkiewicz wrote: > In commit 5b9fedb31e47 ("quota: Disable quotactl_path syscall") Jan Kara > disabled quotactl_path syscall on several architectures. > > This commit disables it on all architectures using unified list of > system calls: > > - arm64 > - arc > - csky > - h8300 > - hexagon > - nds32 > - nios2 > - openrisc > - riscv (32/64) > > CC: Jan Kara > CC: Christian Brauner > CC: Sascha Hauer > Link: https://lore.kernel.org/lkml/20210512153621.n5u43jsytbik4yze@wittgenstein > > Signed-off-by: Marcin Juszkiewicz Aha, I've missed that one. Thanks for catching this. Arnd, will you take this patch or should I take it through my tree? Honza > --- > include/uapi/asm-generic/unistd.h | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/include/uapi/asm-generic/unistd.h b/include/uapi/asm-generic/unistd.h > index 6de5a7fc066b..d2a942086fcb 100644 > --- a/include/uapi/asm-generic/unistd.h > +++ b/include/uapi/asm-generic/unistd.h > @@ -863,8 +863,7 @@ __SYSCALL(__NR_process_madvise, sys_process_madvise) > __SC_COMP(__NR_epoll_pwait2, sys_epoll_pwait2, compat_sys_epoll_pwait2) > #define __NR_mount_setattr 442 > __SYSCALL(__NR_mount_setattr, sys_mount_setattr) > -#define __NR_quotactl_path 443 > -__SYSCALL(__NR_quotactl_path, sys_quotactl_path) > +/* 443 is reserved for quotactl_path */ > > #define __NR_landlock_create_ruleset 444 > __SYSCALL(__NR_landlock_create_ruleset, sys_landlock_create_ruleset) > -- > 2.31.1 > -- Jan Kara SUSE Labs, CR