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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 0684BC11F68 for ; Fri, 2 Jul 2021 11:38:43 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 6B5B96141C for ; Fri, 2 Jul 2021 11:38:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6B5B96141C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id CBA8781D48; Fri, 2 Jul 2021 13:38:39 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1625225920; bh=t5bICKVvtZ+RiSdfQxkkJEnES0XWYygxFuuAIio2Upc=; h=To:cc:From:Subject:In-reply-to:References:Date:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=piYcJ++FKwE/nYIcDB1doTtr0VOXYKluQS+93dEK4pATetCLTHyTKrcByajQ7bjDw GrF8/qtw1dTkpJAT3FqaFCP0y5ebtwTpBpg0w81wMrYvWxBbg/8Pa6Uv0rLQQNXfFa bxzBKE+zVJfrHsfID++aMvwchdiqBlPm/vtMjas0Oc3HN2f6eCbPLx8q2MLN0J5H/4 DURFB6wQI2bqMzakyMJpx5MbckkvXN6HznKAInCmc6gQhUyYUB2WfUlHdH9XFcZzq6 vNOm2gOTsl84+jSymAscumwlzsXsDvRUbAVqlB6zTTICupNy2NzGLFlIgQGJPC8yp5 70x39MPBSuT2Q== Received: from janitor.denx.de (unknown [62.91.23.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: noc@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id BD6DA81019 for ; Fri, 2 Jul 2021 13:38:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1625225917; bh=t5bICKVvtZ+RiSdfQxkkJEnES0XWYygxFuuAIio2Upc=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=Axiqsle4BJcvCRPjUGL+UTxU6LcG3FeQ6v0w00EWLtAMiBt+5IfxRRuhuyGN86Bi+ jKAwYPlyL7uX1pVx7JArxwEAUGfhQii4gg+NRHXKDVa/GhnWQ3FhM6BS6L7Mge4/Z/ U7SUPuoK4uO969sWcDMDQrq7Kjx+YGbAcH1VFXDoZ5cP/tIFyHBsyyYyJ4Tppmgsna zhdqDCaf2/AELQAhdwCT2pz8djBDnMIUnUrTSC3BT3P/EdFbr1OxKw/Tr11X2LskFA 4+OG0PV8TFOWejl+1q7k2kJaaks7TyvqkR5X6iknMCoZ8BhO9bCUFiUIuuO709XZ+S dDAd5NEs0PGlw== Received: by janitor.denx.de (Postfix, from userid 108) id 43E6AA02BD; Fri, 2 Jul 2021 13:38:37 +0200 (CEST) Received: from gemini.denx.de (gemini.denx.de [10.4.0.2]) by janitor.denx.de (Postfix) with ESMTPS id D085CA019B; Fri, 2 Jul 2021 13:38:28 +0200 (CEST) Received: from gemini.denx.de (localhost [IPv6:::1]) by gemini.denx.de (Postfix) with ESMTP id 95BDF1E2038; Fri, 2 Jul 2021 13:38:28 +0200 (CEST) To: Rasmus Villemoes cc: Sean Anderson , u-boot@lists.denx.de, Tom Rini , =?UTF-8?Q?Marek_Beh=c3=ban?= , Simon Glass , Roland Gaudig , Heinrich Schuchardt , Kostas Michalopoulos From: Wolfgang Denk Subject: Re: [RFC PATCH 03/28] cli: lil: Replace strclone with strdup MIME-Version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 8bit In-reply-to: References: <20210701061611.957918-1-seanga2@gmail.com> <20210701061611.957918-4-seanga2@gmail.com> Comments: In-reply-to Rasmus Villemoes message dated "Fri, 02 Jul 2021 10:36:52 +0200." Date: Fri, 02 Jul 2021 13:38:28 +0200 Message-ID: <128831.1625225908@gemini.denx.de> X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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.2 at phobos.denx.de X-Virus-Status: Clean Dear Rasmus, In message you wrote: > > But that begs the question: What is the long-term plan for this? While > it does seem to be an improvement compared to hush, will we ever be able > to incorporate fixes&features from upstream, or will this code end up in > the same situation as hush? I would like to put the context of this right. As written, "improvement compared to hush", this could be misunderstood. What you likely mean is "compared to our ancient (nearly 20 years old) version of hush". Comparing to recent versions have probably much different results. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de Ever try. Ever fail. No matter. Try again. Fail again. Fail better. -- S. Beckett