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 C8BDBC77B7D for ; Thu, 18 May 2023 19:35:49 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 6A1878473B; Thu, 18 May 2023 21:35:47 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linux.microsoft.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=linux.microsoft.com header.i=@linux.microsoft.com header.b="ieQKPBO5"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7976E84775; Thu, 18 May 2023 21:35:45 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by phobos.denx.de (Postfix) with ESMTP id 63B968473B for ; Thu, 18 May 2023 21:35:43 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=linux.microsoft.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=seanedmond@linux.microsoft.com Received: from ovlvm106.redmond.corp.microsoft.com (unknown [131.107.147.185]) by linux.microsoft.com (Postfix) with ESMTPSA id 18D3620FB1A1; Thu, 18 May 2023 12:35:42 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 18D3620FB1A1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1684438542; bh=an6WcBuPUr0VTOWE8qSUJT5/z45ZsZ+cdSclwPUu/LQ=; h=From:To:Cc:Subject:Date:From; b=ieQKPBO5QfwMBNii9yoYNfZ0htm2vDqDyKXUOptfvxBB5fT+3BePglYE/RLzFdrpV LdZZWnZYoV1UXy47LOF97F54w/4Idp5LxZu8i3EoKnyuAI4vB2I3o50VTYi+FRjSYU NwIEiVc0693HIkHwnuCEziNeFXmNmH/d/Tm72Na0= From: seanedmond@linux.microsoft.com To: u-boot@lists.denx.de Cc: trini@konsulko.com, xypron.glpk@gmx.de, rfried.dev@gmail.com Subject: [PATCH 0/2] *** minor fixes in DHCP6 *** Date: Thu, 18 May 2023 12:35:39 -0700 Message-Id: <20230518193541.69606-1-seanedmond@linux.microsoft.com> X-Mailer: git-send-email 2.40.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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.8 at phobos.denx.de X-Virus-Status: Clean From: Sean Edmond Resolves 2 issues: - coverity CID 453851 and 436278 - Change DHCP6 VCI string from "U-boot" to "U-Boot" (this was found by more detailed testing on our end) Sean Edmond (2): net: ipv6: Fix CID 453851 and CID 436278 net: dhcp6: Fix VCI string cmd/net.c | 12 ++++++------ net/dhcpv6.c | 5 +++++ net/dhcpv6.h | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) -- 2.40.0