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=-4.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 046A5C4346E for ; Tue, 29 Sep 2020 06:54:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BBDFA20848 for ; Tue, 29 Sep 2020 06:54:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601362483; bh=BV2/HQX1w5FRtwF+2OrRX8VXSYkopTtOcCZ3CxkZcbo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=T5WaxDzCCIXowF2a42qoUe8FrYFt+6wgEQfkYleSfnTnekdmiuB7joFa45LnzUlz+ lqJfDsxp7bcCT5kX5KFs830wLNHXTvvxN+W2aQaKoFYyRGWly2fg3R8vbfVlRjLYzZ +aPESO9s6WYpJeakYPtgEnpo9je+Jca8/WK0AEqE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725710AbgI2Gyn (ORCPT ); Tue, 29 Sep 2020 02:54:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:33630 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725355AbgI2Gyn (ORCPT ); Tue, 29 Sep 2020 02:54:43 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id EFDE62083B; Tue, 29 Sep 2020 06:54:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601362481; bh=BV2/HQX1w5FRtwF+2OrRX8VXSYkopTtOcCZ3CxkZcbo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ITe7N6vzA2up3sFzp3OQ9K006YOXv81Go4Cj0Rpjg16KFmoUAWuixmFDRCwsf1Ns4 MP6TF25YJgQNNBHHJExuzW+zzrvY7yXaZjAgkZjAqFLCnt9Fwamzeg+y1zX8JBTPdn LZJsLtBFq097nhtAmv8QfykIVSG3eWEcoHboJDcg= Date: Tue, 29 Sep 2020 08:54:48 +0200 From: Greg KH To: Nick Desaulniers Cc: Sasha Levin , "# 3.4.x" , clang-built-linux , Nathan Chancellor Subject: Re: lib/string.c: implement stpcpy for 4.14, 4.9, and 4.4 Message-ID: <20200929065448.GC2439787@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Sep 28, 2020 at 01:17:15PM -0700, Nick Desaulniers wrote: > Dear stable kernel maintainers, > Please consider applying the following patches to 4.14, 4.9, and 4.4 > implementing stpcpy, which is required when building w/ clang-12 and > newer. These are manual backports of patches already accepted into > stable earlier today, but for branches which they do not cherry pick > back cleanly, due to us not backporting commit 458a3bf82df4 > ("lib/string: Add strscpy_pad() function") which landed in v5.2-rc1. > > Thanks to Nathan Chancellor for taking the time to backport these. > The 4.9 and 4.4 patches look the same to me (other than the base). Ah, I didn't realize you needed these to go back further, which is why I didn't do it. Now queued up, thanks. greg k-h