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, URIBL_BLOCKED,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 319BBC169C4 for ; Mon, 11 Feb 2019 11:28:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E8C70214DA for ; Mon, 11 Feb 2019 11:28:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549884538; bh=DITvzYZA1SrTFeIH8a0E8Uwyb9PIwwAwtXvTojvHPSI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=OY9A+SJxaCWNS/lNLlFFHcoJj0fqbdkhjtjbGOLfx0+6xTnrZkEq8D9QWkZCemZs2 C5IObEOtu/CfAyhDfEqWkk7N8kuxtULf0FaofxiiWLqNMF+ivSMoc6Aa7dcvGTBaVZ hGor05bFK17aWBH78vcGln5wpCwJYaqBVF5HHykQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726045AbfBKL25 (ORCPT ); Mon, 11 Feb 2019 06:28:57 -0500 Received: from mail.kernel.org ([198.145.29.99]:45904 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726041AbfBKL25 (ORCPT ); Mon, 11 Feb 2019 06:28:57 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (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 5BA7F20863; Mon, 11 Feb 2019 11:28:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549884536; bh=DITvzYZA1SrTFeIH8a0E8Uwyb9PIwwAwtXvTojvHPSI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hdVr9Hph7kItfRJYuxTJ2ca+VCD3g3AKk27tRCdZLijD3lL/YaOfN4sl040+tFFxF CaKKii3AB9AJ21Tb9of/XkEEqeeMPQ2jwMxq3bktQwYNibvhyAEDHTuFSamH2g+x2L YL2DLm9+gmiqrbxdMsaRtpHtBMCp7PGeiQtfPd/U= Date: Mon, 11 Feb 2019 12:28:53 +0100 From: Greg KH To: Josh Poimboeuf 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.19-stable tree Message-ID: <20190211112853.GA19764@kroah.com> References: <15492594357171@kroah.com> <20190206153647.t3oqmz657ciqbo3t@treble> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190206153647.t3oqmz657ciqbo3t@treble> 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 Wed, Feb 06, 2019 at 09:36:47AM -0600, Josh Poimboeuf wrote: > On Mon, Feb 04, 2019 at 06:50:35AM +0100, gregkh@linuxfoundation.org wrote: > > > > The patch below does not apply to the 4.19-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 . > > > > thanks, > > > > greg k-h > > > > ------------------ original commit in Linus's tree ------------------ > > > > From b284909abad48b07d3071a9fc9b5692b3e64914b Mon Sep 17 00:00:00 2001 > > > Here's the backported version -- the path to vmx.c changed. Thanks for three of these, all now queued up. greg k-h