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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 9525AC2D0C0 for ; Sun, 22 Dec 2019 14:09:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6229C20665 for ; Sun, 22 Dec 2019 14:09:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1577023755; bh=bhQCmTd6uPrYtfjNQ+koPnXgX3BtvmoqIvQV8KEIoX4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=EL8sIav7IlltlAzkfHCZkK276vN4tt2amzeTyXk3ZqAzSTnCwv/MxYK1WcGEWH53q Z57MMnysUgLGmFoYzd5xtpjV5DCmrRui6UMrJNiQ9+Mzk3PZbEvoP3VsvzMmhONK6H A5R2n/r0moXoI6BZav0FTTNLZihjIB23Y23+UurY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725852AbfLVOJO (ORCPT ); Sun, 22 Dec 2019 09:09:14 -0500 Received: from mail.kernel.org ([198.145.29.99]:43028 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725840AbfLVOJO (ORCPT ); Sun, 22 Dec 2019 09:09:14 -0500 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 BF67F20665; Sun, 22 Dec 2019 14:09:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1577023754; bh=bhQCmTd6uPrYtfjNQ+koPnXgX3BtvmoqIvQV8KEIoX4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=i7uX8uPurHtNWQOosuO59PaVc5xX8qKzKIVrpntKKLUSy9X2ItNqynyn5givsWgG6 d/gs6r/lBuk7g65hUEZ7cgC7TZWylC3FEWHVLY8TzrtGIaLu4oWek+BTntf0cmzBpc Fq6iNgxjBOWnXjJr9N6DDSdStaoMOqmWLdClG0AE= Date: Sun, 22 Dec 2019 09:09:12 -0500 From: Sasha Levin To: Shuah Khan Cc: stable Subject: Re: Patch "selftests: Fix O= and KBUILD_OUTPUT handling for relative paths" has been added to the 5.4-stable tree Message-ID: <20191222140912.GX17708@sasha-vm> References: <20191222024605.7B3862070B@mail.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sat, Dec 21, 2019 at 09:54:30PM -0700, Shuah Khan wrote: >On Sat, Dec 21, 2019, 7:46 PM Sasha Levin wrote: > >> This is a note to let you know that I've just added the patch titled >> >> selftests: Fix O= and KBUILD_OUTPUT handling for relative paths >> >> to the 5.4-stable tree which can be found at: >> >> http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary >> >> The filename of the patch is: >> selftests-fix-o-and-kbuild_output-handling-for-relat.patch >> and it can be found in the queue-5.4 subdirectory. >> >> If you, or anyone else, feels it should not be added to the stable tree, >> please let know about it. >> > >Hi Sasha, > >Please don't add this commit. It broke stable workflows. I'll drop it. -- Thanks, Sasha