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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 052DEC43331 for ; Fri, 6 Sep 2019 10:01:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DC8D52082C for ; Fri, 6 Sep 2019 10:01:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388084AbfIFKBn (ORCPT ); Fri, 6 Sep 2019 06:01:43 -0400 Received: from mga11.intel.com ([192.55.52.93]:30782 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725921AbfIFKBn (ORCPT ); Fri, 6 Sep 2019 06:01:43 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Sep 2019 03:01:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,472,1559545200"; d="scan'208";a="384167515" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga006.fm.intel.com with ESMTP; 06 Sep 2019 03:01:42 -0700 Received: from andy by smile with local (Exim 4.92.1) (envelope-from ) id 1i6B3l-0004ah-7V; Fri, 06 Sep 2019 13:01:41 +0300 Date: Fri, 6 Sep 2019 13:01:41 +0300 From: Andy Shevchenko To: "J. Bruce Fields" Cc: linux-kernel@vger.kernel.org, Kees Cook Subject: Re: [PATCH 5/9] Remove unused %*pE[achnops] formats Message-ID: <20190906100141.GL2680@smile.fi.intel.com> References: <20190905193604.GC31247@fieldses.org> <1567712673-1629-1-git-send-email-bfields@redhat.com> <1567712673-1629-5-git-send-email-bfields@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1567712673-1629-5-git-send-email-bfields@redhat.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 05, 2019 at 03:44:29PM -0400, J. Bruce Fields wrote: > From: "J. Bruce Fields" > > The [achnops] are confusing, and in practice the only one anyone seems > to need is the bare %*pE. > > I think some set of modifiers here might actually be useful, but the > ones we have are confusing and unused, so let's just toss these out and > then rethink what we might want to add back later. Have you evaluated potential users of this API. Do they need anything of the existing functionality? mangle_path() tomoyo_print_bprm() tomoyo_scan_bprm() tomoyo_environ() tomoyo_encode2() tomoyo_const_part_length() Maybe there are more, I didn't check it carefully. -- With Best Regards, Andy Shevchenko