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.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 EDB64C2D0A8 for ; Sun, 6 Sep 2020 03:16:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B5BD921481 for ; Sun, 6 Sep 2020 03:16:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599362171; bh=TavqaKuXhxOURmuieWxs+DXRZJ3gL0VF3jO3pOSf4BU=; h=Date:From:To:To:To:To:Cc:Cc:Cc:Subject:In-Reply-To:References: List-ID:From; b=wM5bFtrx9ZODD6MvWWr+maXf2iyCA1OVB9ev09e4lWqc70Q/yj/Sunyp/cpTW98s3 9sQHuRcNDhg1YOWIFB9EkaIZyHvJweo+kugSdGIZmTs3ZdtAcMr0O6IQH3AZIY1MRl GZNXDbKC3zmFCEtaRn+hYTusKz9sSDbxS+vXBAYY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728257AbgIFDQJ (ORCPT ); Sat, 5 Sep 2020 23:16:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:54330 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728327AbgIFDQI (ORCPT ); Sat, 5 Sep 2020 23:16:08 -0400 Received: from localhost (unknown [70.37.104.77]) (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 EFE3320782; Sun, 6 Sep 2020 03:16:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599362168; bh=TavqaKuXhxOURmuieWxs+DXRZJ3gL0VF3jO3pOSf4BU=; h=Date:From:To:To:To:To:Cc:Cc:Cc:Subject:In-Reply-To:References: From; b=e9kkgHn/1gxLMazeIFDm1RyUo+OV6BA36oDx3PeSRnIdMhWAVsvIJyBOKfg2OfyuF A3M5YQwPrZJ7bJAvabfO/J1Z6QHvCGIJR0qac/TsZuMMjeE+HwSf/hx5EEV9vZM87S s4IEqz12D7upDeSEXTCKPKDLCw25/1eJvh6hDPjo= Date: Sun, 06 Sep 2020 03:16:07 +0000 From: Sasha Levin To: Sasha Levin To: Sami Tolvanen To: Nick Desaulniers To: Masahiro Yamada Cc: Peter Zijlstra Cc: stable@vger.kernel.org Cc: stable@vger.kernel.org Subject: Re: [PATCH v2 03/28] lib/string.c: implement stpcpy In-Reply-To: <20200903203053.3411268-4-samitolvanen@google.com> References: <20200903203053.3411268-4-samitolvanen@google.com> Message-Id: <20200906031607.EFE3320782@mail.kernel.org> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi [This is an automated email] This commit has been processed because it contains a -stable tag. The stable tag indicates that it's relevant for the following trees: all The bot has tested the following trees: v5.8.6, v5.4.62, v4.19.143, v4.14.196, v4.9.235, v4.4.235. v5.8.6: Build OK! v5.4.62: Build OK! v4.19.143: Failed to apply! Possible dependencies: 458a3bf82df4 ("lib/string: Add strscpy_pad() function") v4.14.196: Failed to apply! Possible dependencies: 458a3bf82df4 ("lib/string: Add strscpy_pad() function") v4.9.235: Failed to apply! Possible dependencies: 458a3bf82df4 ("lib/string: Add strscpy_pad() function") v4.4.235: Failed to apply! Possible dependencies: 458a3bf82df4 ("lib/string: Add strscpy_pad() function") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks Sasha