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 Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 848DFC433EF for ; Sun, 3 Apr 2022 00:18:25 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 26ED383B76; Sun, 3 Apr 2022 02:15:52 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="gukaLSfD"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id F009F839BB; Sun, 3 Apr 2022 02:15:34 +0200 (CEST) Received: from mail-qv1-xf2f.google.com (mail-qv1-xf2f.google.com [IPv6:2607:f8b0:4864:20::f2f]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 4159683B25 for ; Sun, 3 Apr 2022 02:15:24 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qv1-xf2f.google.com with SMTP id kl29so4847942qvb.2 for ; Sat, 02 Apr 2022 17:15:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=61MYq795Gk+mdl9iYQ2dN0jrT0BC7PvET7i0185QrA8=; b=gukaLSfD1yKqRn2qF5J5GBh6YYIxlShkfW6WlUqOMc+nr6p3KjofS/V+WGYG/LZ3Rw rLZKwxxOqNZSqDWMVsCYBer8m64KVwzw7q26WQ36gk+qFP4A7gMby8CY82c/oFNAh0zH X2mem3tNVe2kY1XHD4igYNLe9eAGLYmhJ0BTc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=61MYq795Gk+mdl9iYQ2dN0jrT0BC7PvET7i0185QrA8=; b=NUyS5BsxW52oJ+NF+Dpk17liTjpv5e6nyHeeKswi5kd4z1//9D7XptSr8UYB1btM5V Vym5ha86qtslMjaQuzJPPJgLNuQJh3X0V/jbuTzuA6HJF0NUkCkWumY/n89mu/Qj4DWU qKge1jZS+7i8fZgTSZV7T+SY2PhXOhPb7u75c47EfXToQh0nAzvHCQrndYTJ/l7W92rP PbFByfIyrjbFtVfjSxi4PYsjNwkiRr6/i2U+Kb+y84IKV3sfCJqOlMy07KvzYPWBc1JD q5hwWopP+Bmde1Cj4bQfcnpVAcUpMlETTZb7Juf5gt8qQAn0yOwaBApIkYH6sREEN7kS 1ZnQ== X-Gm-Message-State: AOAM533LRwxvwIQRxdrI/j3iJikgRW/Ejt9FwigGp60NL9ph7NJSU87U SGX78LokhRR9MlN2FS+7l0GkjQ== X-Google-Smtp-Source: ABdhPJzjIOoM7Ej7aMcmtvjOgOJjrzVulNxAXwTH3K/ydqcPL21ZuzsvIKiXxs8VqM/6E1DyZdNsuw== X-Received: by 2002:a0c:c587:0:b0:443:cec4:5b55 with SMTP id a7-20020a0cc587000000b00443cec45b55mr1831170qvj.25.1648944921318; Sat, 02 Apr 2022 17:15:21 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id az9-20020a05620a170900b00680aeaac936sm3929982qkb.136.2022.04.02.17.15.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 02 Apr 2022 17:15:20 -0700 (PDT) Date: Sat, 2 Apr 2022 20:15:18 -0400 From: Tom Rini To: Sean Anderson Cc: Linus Walleij , Liviu Dudau , Andre Przywara , Simon Glass , u-boot@lists.denx.de Subject: Re: [PATCH v3 07/29] arm: smh: Use numeric modes for smh_open Message-ID: <20220403001518.GS14476@bill-the-cat> References: <20220322205938.1721846-1-sean.anderson@seco.com> <20220322205938.1721846-8-sean.anderson@seco.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="DI7xKK+YnJcvdCkb" Content-Disposition: inline In-Reply-To: <20220322205938.1721846-8-sean.anderson@seco.com> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean --DI7xKK+YnJcvdCkb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Mar 22, 2022 at 04:59:15PM -0400, Sean Anderson wrote: > There's no point in using string constants for smh_open if we are just > going to have to parse them. Instead, use numeric modes. The user needs > to be a bit careful with these, since they are much closer semantically > to string modes used by fopen(3) than the numeric modes used with > open(2). >=20 > Signed-off-by: Sean Anderson Applied to u-boot/next, thanks! --=20 Tom --DI7xKK+YnJcvdCkb Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJI5xYACgkQFHw5/5Y0 tyygLAwAqlAnknxCsUDtEdrF1qJPhh3SICxP/1pk0H8EHCoYPCSkgvDPA8mVRMoa eVP5IZwlX3n/hl3IBjvXZ9ZQUQmVSk0uIt0I9Byr6g4Ldg+4g0VlA03afd3HanJT 6jtqnE1ZNfHHU1BTzOOFY5RYiQXmnQwKDFD7eLwUFcrY1csSggXfPZodPBR0w2eH OcQfa+q+gNfhMTnvZOy17k5/qum9T0MKzHLrUkmodObaNth6LVAryMMam6u5idoW 7ANwrGV10YuDWxZrIoFy2676xj7K+deXTSaDwUxx1DtGqNWbqzhlvvJHY5xEQ+8Q Oamn9OA0Q1+fHU0akUhc/AO74tszIh1HL6Z5U3y/T6WBih4d60JbRNKiuJH8ERM0 g7Iqu1+vr0mYc+ceVrii4DPXT/VKvgWAm0C3Ofcj6lA6/fdYJrGeJViCK/BGF72/ 5RHwsQpE4Q5FMZ/697UKp+wVNjR1qqwA1qsP5tT5lGVHVkRBl03zPVhyAm6+Xhl7 3AuSaFWz =zruZ -----END PGP SIGNATURE----- --DI7xKK+YnJcvdCkb--