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=-3.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_NEOMUTT 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 5A41CC169C4 for ; Wed, 6 Feb 2019 15:46:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2EA002175B for ; Wed, 6 Feb 2019 15:46:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726989AbfBFPq4 (ORCPT ); Wed, 6 Feb 2019 10:46:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45216 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726914AbfBFPq4 (ORCPT ); Wed, 6 Feb 2019 10:46:56 -0500 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 75D9588E69; Wed, 6 Feb 2019 15:46:56 +0000 (UTC) Received: from treble (ovpn-119-156.phx2.redhat.com [10.3.119.156]) by smtp.corp.redhat.com (Postfix) with ESMTPS id AD53E7D879; Wed, 6 Feb 2019 15:46:55 +0000 (UTC) Date: Wed, 6 Feb 2019 09:46:53 -0600 From: Josh Poimboeuf To: gregkh@linuxfoundation.org Cc: imammedo@redhat.com, jikos@kernel.org, jmario@redhat.com, peterz@infradead.org, tglx@linutronix.de, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM" failed to apply to 4.9-stable tree Message-ID: <20190206154653.4waaa33aufh2vuq6@treble> References: <154925954315816@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <154925954315816@kroah.com> User-Agent: NeoMutt/20180716 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Wed, 06 Feb 2019 15:46:56 +0000 (UTC) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Feb 04, 2019 at 06:52:23AM +0100, gregkh@linuxfoundation.org wrote: > > The patch below does not apply to the 4.9-stable tree. > If someone wants it applied there, or to any other stable or longterm > tree, then please email the backport, including the original git commit > id to . This backport isn't trivial, because 4.9 is missing sched_smt_active(), so I think we should just drop it. -- Josh