Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1055092imm; Wed, 15 Aug 2018 10:35:27 -0700 (PDT) X-Google-Smtp-Source: AA+uWPz5Ix1/299OMux5D44d9FzeyQvO2825x5ROMf//aQMg30Lvu9FaiW7KKzVm1iw99dOE15RX X-Received: by 2002:a63:8e41:: with SMTP id k62-v6mr25530266pge.187.1534354527459; Wed, 15 Aug 2018 10:35:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534354527; cv=none; d=google.com; s=arc-20160816; b=uw6nDVTaMWyb/9TI1Ex382+ghW2TqIOluHEioJ9VF8eMvDQglp9MXEIe+yBJvKOAZ4 /L8yfK9XAJlZ43gWPrFvtKLVpE6J+S+z2WwoxW87KkND26FOmHd4bPtS9cXKK17K+F3X +nSDzJLp9olTHZLYvOGgPR20WnMGoSm05TNSlhZeu60jR00BbGQVu6kT7IxBHu6lfGPL arSxAovtp9gPAdfW8w85N/TA3x7PS2u+QO9eQhFNtAKTMKwpfEGa7iDYlGR9PN60gIux 3IL5MIXB3yyDTbxYarDF+4xwmF1SYo+mdHuqeKf1V12MyuB73YK/lxhSEdJ4ORRGNiH1 Urvg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=qNk8D9fA9W59XEAXoD+wOGs7ny/0Zy9VSSgljTpkTvM=; b=CrAFidiFoBzRxJNJz9iciCoiP6RNpjvDSvK7h3mLe3GvnGRnn5QyuKPqbVYf2GOVVW UrLtrfb77Tz7Fuxiw6cNxj4Buz49OJavLewpyfxb9PDJFoU+AIcKUagp+weAQSVOUSfa X0LLXXNspgRpjtJA/FJFF9of415/MSnxeV3Z0R0TgrNGDjTYAX7frbT9gYmTE7sFWFPq Vpn/ZgajlKDMceUAtrkRL6bEiRGbfodXZ67isyATTL72pxOFsJNduVG2Xh4Y6ly8scaM dUY9JTrndscztNrOxAAyyIpwsdwoKZjUKBf0qQZYxpsda0bQa/bSIdTLENVWNI35lrEz ryhQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b22-v6si19801304pls.127.2018.08.15.10.35.12; Wed, 15 Aug 2018 10:35:27 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729424AbeHOU0B (ORCPT + 99 others); Wed, 15 Aug 2018 16:26:01 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37598 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729376AbeHOU0B (ORCPT ); Wed, 15 Aug 2018 16:26:01 -0400 Received: from localhost (unknown [194.244.16.108]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 7B19CC23; Wed, 15 Aug 2018 17:32:56 +0000 (UTC) Date: Wed, 15 Aug 2018 19:32:54 +0200 From: Greg Kroah-Hartman To: Byron Stanoszek Cc: linux-kernel@vger.kernel.org, Thomas Gleixner Subject: Re: [PATCH 4.18 00/79] 4.18.1-stable review Message-ID: <20180815173254.GB22317@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 15, 2018 at 01:24:25PM -0400, Byron Stanoszek wrote: > Hi Greg & Thomas, > > I'd like to report a regression in Linux 4.18.1 regarding the L1TF patches. > > The kernel no longer thinks I have SMT enabled in the BIOS. This works fine in > 4.18.0. > > Not sure if this matters, but in my particular 4-core system, my third core is > broken (core #2). So I must boot using "maxcpus=2" and then online the other > cores & SMT threads at startup using: > > echo 1 > /sys/devices/system/cpu/cpu3/online > echo 1 > /sys/devices/system/cpu/cpu4/online > echo 1 > /sys/devices/system/cpu/cpu5/online > echo 1 > /sys/devices/system/cpu/cpu7/online > > In 4.18.0, dmesg shows: > > smpboot: Booting Node 0 Processor 3 APIC 0x6 > smpboot: Booting Node 0 Processor 4 APIC 0x1 > smpboot: Booting Node 0 Processor 5 APIC 0x3 > smpboot: Booting Node 0 Processor 7 APIC 0x7 > > In 4.18.1, dmesg shows: > > smpboot: Booting Node 0 Processor 3 APIC 0x6 > smpboot: Booting Node 0 Processor 4 APIC 0x1 > smpboot: CPU 4 is now offline > smpboot: Booting Node 0 Processor 5 APIC 0x3 > smpboot: CPU 5 is now offline > smpboot: Booting Node 0 Processor 7 APIC 0x7 > smpboot: CPU 7 is now offline > > and I get an "Operation cancelled" error in the shell when trying to online 4, > 5, and 7. > > In 4.18.1, /sys/devices/system/cpu/smt/control says "notsupported". > > - - - > > A possible second regression is the following: > > My CPU normally runs at 3600 MHz. I usually run my CPU at 2800 MHz to keep from > overheating under full load (it is a fanless system). I do this by running > "echo 1 > /sys/class/thermal/cooling_device5/cur_state", and confirm with "cat > /proc/cpuinfo" (shows 2800). > > This works in 4.18.0 but not in 4.18.1. I get no error from the "echo" command > (and the state reads back as "1"), but the CPU remains running at 3600 MHz. How about Linus's tree at the moment, is it ok there? thanks, greg k-h