From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="fl8/1gzi" Received: from mail-pf1-x434.google.com (mail-pf1-x434.google.com [IPv6:2607:f8b0:4864:20::434]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 80C0A9A for ; Fri, 1 Dec 2023 10:22:36 -0800 (PST) Received: by mail-pf1-x434.google.com with SMTP id d2e1a72fcca58-6cb74a527ceso2086867b3a.2 for ; Fri, 01 Dec 2023 10:22:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1701454956; x=1702059756; darn=vger.kernel.org; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=+Mglnl7bfM6Y0YVkLlQ4iNPVutgU9A9KDI02bPJDXRE=; b=fl8/1gziK0fEyA+8IuBwnqNWzCEJqbEr81UIF8tzxxkmRxy26V/p47qn9zHKQv04P/ 6C3k1MdmxZYJmIQ15z9Cd7uNPWtDaH6y1RLxw8iVSko5K6MnZ6hjlW9bRhN/cw9Tkl9v 2ovvpgxUlOBE3LzpN555PXVzNU3uIptEeulIE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701454956; x=1702059756; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=+Mglnl7bfM6Y0YVkLlQ4iNPVutgU9A9KDI02bPJDXRE=; b=tzHBKar73J/JBW5ZcuHncaWhedjccDiohNTn0a5asXV5HifV1xJB91eHasIgkyn4Xn PKbj4wLbH6WSNO206IEkOAVBgZRRypZ+bmSDhrKlK4FR6pmhEFunajUI7J/Cl9ZlgQLA V79djGSTM709zlsqzv/uf9vhI77ztKcJvH9XZ/+nNTYcwCCqJKzc5G41P4/yqvyZluLh 1GsGwI+Iu0+zbQAMJp/0glgWrZo5r+/jspX/jlJW4Vvfo8TWmi7ndtBLpc0Wnc1WFwmn 9ElwLPDDR/9Z9Y0VwttsvuhOVFlGHJUfGv4zAMieUbHoi+mkY1nOpqe3dKI8C8qgFJLp yq7g== X-Gm-Message-State: AOJu0Yz+xtqhJRUJCFXHmzF1zIxzwyjv+cfHFLXdhrRKaWQiJTnkiD0t yBtheymK9PyL747k7VOcfJgzGw== X-Google-Smtp-Source: AGHT+IGWAHYOF/izXvc1zLVxRIH/rhrsb5iI71mf7AC+4lN/W9r1fOGKIihcP48w13Ut6cfw0D8Qfw== X-Received: by 2002:aa7:88cb:0:b0:6ce:a8b:15c6 with SMTP id k11-20020aa788cb000000b006ce0a8b15c6mr1809797pff.16.1701454956020; Fri, 01 Dec 2023 10:22:36 -0800 (PST) Received: from www.outflux.net (198-0-35-241-static.hfc.comcastbusiness.net. [198.0.35.241]) by smtp.gmail.com with ESMTPSA id t14-20020aa7938e000000b006be047268d5sm3413788pfe.174.2023.12.01.10.22.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 01 Dec 2023 10:22:35 -0800 (PST) Date: Fri, 1 Dec 2023 10:22:35 -0800 From: Kees Cook To: Jakub Kicinski Cc: Andrew Lunn , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Paolo Abeni , Justin Stitt , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-hardening@vger.kernel.org Subject: Re: [PATCH] net: mdio: replace deprecated strncpy with strscpy Message-ID: <202312011021.FDB24FD0@keescook> References: <20231012-strncpy-drivers-net-mdio-mdio-gpio-c-v1-1-ab9b06cfcdab@google.com> <170138163205.3649164.7210516802378847737.b4-ty@chromium.org> <20231130224334.1c1f08c9@kernel.org> Precedence: bulk X-Mailing-List: linux-hardening@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231130224334.1c1f08c9@kernel.org> On Thu, Nov 30, 2023 at 10:43:34PM -0800, Jakub Kicinski wrote: > On Thu, 30 Nov 2023 14:00:33 -0800 Kees Cook wrote: > > Applied to for-next/hardening, thanks! > > > > [1/1] net: mdio: replace deprecated strncpy with strscpy > > https://git.kernel.org/kees/c/3247bb945786 > > newer version of this was posted... Hm, I didn't see anything land for this for the other with the same subject. I've dropped both from my tree now. Justin, can you chase down the mdio patches? -- Kees Cook