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 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 A2C42C07E97 for ; Sat, 3 Jul 2021 19:26:22 +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 9F4396191A for ; Sat, 3 Jul 2021 19:26:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9F4396191A 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 A47C6829BA; Sat, 3 Jul 2021 21:26:19 +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=1625340380; bh=ZQmpV6r5PLnFFJytDs7lPdCC4BSoH+D5BylqOst5ht4=; h=To:cc:From:Subject:In-reply-to:References:Date:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=mneZpsQZ+KDBacosieA5YskK0CbBnDFnFyNPm3IqnbQ8UJrV5jKs8KZe22ZlS2Pg2 K/JoWwsj6FrYVqdwJa2YipF3y7R66fCRNeeApiC+EBpXnPBqlKM4L8AXIOHE3LJgbE chkkzAIeNGfDmqn8GSHbpGty9Jdq3CiHjwd6YNU2nr/ulmf+u4QSnjVnz6L1QpfeFI cV70qfpqYBxPQL109TOErXV5KYX/4U+O02TVwRKBY7Bi/+2nIl/U/M7cFeQp/14fV1 VujrMdOFk3uONRd1ByjQaxG+W71SpUQ2hRXqLJHOygvhd+DGRTd/vi4Vc9nxvjRRRB FlXaoF/9a03aQ== 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 E232B829BA for ; Sat, 3 Jul 2021 21:26:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1625340377; bh=ZQmpV6r5PLnFFJytDs7lPdCC4BSoH+D5BylqOst5ht4=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=Ojv0uziU6Ezgrz5A+F0mE2qJyLVClE89Sl2uz5FZIFtcA1UMPJwokosLJCyI71L6r TsKKuVeVsiviDR3fa8VKsyvpSjd2p5gUwqDJ8toUY72xqJb/brfoH9cDc8tB5L8Fx0 qIltoBHbpnpSXTIBs8y/yHGwAFwbCnoqBBvT4O0TIpbC6qaR7Ov2DnmYv3rJ64gl8j +TCiNtfgS15PHiRKAunk3bp5rzuu5Ebr12R16ei4IfLXq3tSVzqriMw+DyVXZ53qF1 xWCmDFf0mN33eBGXfFEeln2WMDktSnkaR8172vFrPrySCDhIPMXdnmbWpfv5ZgxmC9 bJWW6UaqW7pdg== Received: by janitor.denx.de (Postfix, from userid 108) id 9F2A9A02B9; Sat, 3 Jul 2021 21:26:17 +0200 (CEST) Received: from gemini.denx.de (gemini.denx.de [10.4.0.2]) by janitor.denx.de (Postfix) with ESMTPS id BCBE1A0120; Sat, 3 Jul 2021 21:26:09 +0200 (CEST) Received: from gemini.denx.de (localhost [IPv6:::1]) by gemini.denx.de (Postfix) with ESMTP id 810C41E2038; Sat, 3 Jul 2021 21:26:09 +0200 (CEST) To: Sean Anderson cc: Rasmus Villemoes , 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 Sean Anderson message dated "Fri, 02 Jul 2021 09:38:26 -0400." Date: Sat, 03 Jul 2021 21:26:09 +0200 Message-ID: <17176.1625340369@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 Sean, In message you wrote: > > Well, since Hush was never updated, I don't believe LIL will be either. Let's please be exact here: Hus has never been updated _in_U-Boot_, but it has seen a lot of changes upstream, which apparently fix all the issues that motivated you to look for a replacement. > I think reducing the amount of ifdefs makes the code substantially > easier to maintain. My intention is to just use LIL as a starting point > which can be modified as needed to better suit U-Boot. > > The other half of this is that LIL is not particularly actively > developed. I believe the author sees his work as essentially > feature-complete, so I expect no major features which we might like to > backport. This sounds like an advantage, indeed, but then you can also interpret this as betting on a dead horse... 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 Never worry about theory as long as the machinery does what it's supposed to do. - R. A. Heinlein