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.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=ham 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 B8F91C43381 for ; Mon, 11 Mar 2019 20:16:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8056F2147C for ; Mon, 11 Mar 2019 20:16:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1552335407; bh=NXvqSzBHbZVs/zqZD08gB/fQND/5T33+ntAHnpmpfpI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=jbJeX5g+mEVOf/jpf8+tWbFfADDdpS9aFqk0wYU8QBkugfEfYiOouMdnMIA8+0Usx 9zi3KCmON0sEcEwbWSVBG6rkYY0Dd8ob39fNVrabhxpWHLZo7tAUzJAMunx4oPZtuV vZxJj4PqBK2bLHEBz+c/K47/oDBH08/MqE8UUb4w= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727501AbfCKUQr (ORCPT ); Mon, 11 Mar 2019 16:16:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:47424 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726675AbfCKUQr (ORCPT ); Mon, 11 Mar 2019 16:16:47 -0400 Received: from localhost (unknown [104.132.1.109]) (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 4D7AD2147C; Mon, 11 Mar 2019 20:16:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1552335406; bh=NXvqSzBHbZVs/zqZD08gB/fQND/5T33+ntAHnpmpfpI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rEAdG08eJw/e8+NNrzWYblyAHPzgXgWdjKaHNYt6lVi9gQcWrcXQ585wbNJNcO7BQ EY7PL/Cjc7y7hKNa3kDbsiabHxQXyOD1CrFoku4kDmMolcbu20yoDPNXeYCrmVgq4i VfGeC07RvuZ1KjE2BEuJFW3UCLOOy6T+XPj32Mmg= Date: Mon, 11 Mar 2019 13:16:45 -0700 From: Greg Kroah-Hartman To: Max Filippov Cc: stable@vger.kernel.org Subject: Re: Patch "xtensa: fix get_wchan" has been added to the 4.4-stable tree Message-ID: <20190311201645.GA28193@kroah.com> References: <155204383616206@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.3 (2019-02-01) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Mar 11, 2019 at 01:14:39PM -0700, Max Filippov wrote: > Hello, > > On Fri, Mar 8, 2019 at 3:17 AM wrote: > > > > > > This is a note to let you know that I've just added the patch titled > > > > xtensa: fix get_wchan > > > > to the 4.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: > > xtensa-fix-get_wchan.patch > > and it can be found in the queue-4.4 subdirectory. > > > > If you, or anyone else, feels it should not be added to the stable tree, > > please let know about it. > > this patch relies on the presence of SPILL_SLOT macro, > which was introduced in commit 062b1c19b879 (xtensa: clean up > access to spilled registers locations) in 4.12. Without that patch > it breaks the build and should be dropped. Yeah, Guenter noticed this and I dropped it from the trees this past weekend. thanks, greg k-h