Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1054878imm; Wed, 15 Aug 2018 10:35:16 -0700 (PDT) X-Google-Smtp-Source: AA+uWPy7hkexUp+xAYYJYQPU1exeFaEA0ba+ZLkNQGhAVVF3v2ciM9DdT3WQmPtrans0ThaHu372 X-Received: by 2002:a17:902:76c5:: with SMTP id j5-v6mr25089330plt.296.1534354516351; Wed, 15 Aug 2018 10:35:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534354516; cv=none; d=google.com; s=arc-20160816; b=Wcok0S32hfj/sveb9vEThLzG7KOSFtPhDb73Iqq7oqCyycUENpoHgq0qVUvm3M9OHI Gc0M2FaHx/6tCdcQrppo+DtHW5+3plB1qAgm5Y39ucM+bQqHhA2B1obKf0XGaiHCq/+A ODFBUjvtxu93J8gmGHdLtPJUhvKQ5uX109RpsRbrm/HPyWGzRIehQyjj7gNuGOb2MASa OknFxLNRD8CwF/a3irWRG/499/epdOUDftNVRcrMdmDgMz0r+nA2LkKwjFj64i57k9t8 VFAhQjBCfR3QKq0Voc3BDuH6xnyDmaspFpaBokMJRAwWKN8RnPAgL6v70H05iai/5Sr6 CUNw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :subject:cc:to:from:date:arc-authentication-results; bh=jRrHeeiwlVSmFLx+Ah/X+GXUAXST5gIIoPJJE2/XLCg=; b=n1pvqBmin3wBX7GETbCpkz9tp9R0mVg/Xz80BItICksyAm4cGCHsjFirVpYyDd05/t 5EVmm0ccbHEnqHzpu3BzhVe8pmioC8DDW06V9Zs5BzyqEjTTdoYKkZbfOFEwfu3VPM8i iCZqMJVjJWQ6nG4RjA8QGDz7iX0Vvm0ek1Od4NwB8C8S8/3JrUlHgHAC+kStD+lcEl7c GpGQnhZwBTng2GFhbvZcM3sDDhiFu6ighxhlj8awSFuvVryv+YtPzSeZa+bf5uMTj6Ma g+u/FvpZXmLvkJfqzXeNfhvdD4CcZqvuJyyICTUg8fYgfelUjF82c1E+mrlh6qKdwxZd dfkA== 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 z9-v6si22367735pfg.46.2018.08.15.10.35.01; Wed, 15 Aug 2018 10:35:16 -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 S1730228AbeHOUYu (ORCPT + 99 others); Wed, 15 Aug 2018 16:24:50 -0400 Received: from winds.org ([68.75.195.9]:46008 "EHLO winds.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729388AbeHOUYu (ORCPT ); Wed, 15 Aug 2018 16:24:50 -0400 X-Greylist: delayed 442 seconds by postgrey-1.27 at vger.kernel.org; Wed, 15 Aug 2018 16:24:50 EDT Received: by winds.org (Postfix, from userid 100) id A5CE3AAC744; Wed, 15 Aug 2018 13:24:25 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by winds.org (Postfix) with ESMTP id 9A08DAAC73F; Wed, 15 Aug 2018 13:24:25 -0400 (EDT) Date: Wed, 15 Aug 2018 13:24:25 -0400 (EDT) From: Byron Stanoszek To: linux-kernel@vger.kernel.org cc: Greg Kroah-Hartman , Thomas Gleixner Subject: Re: [PATCH 4.18 00/79] 4.18.1-stable review Message-ID: User-Agent: Alpine 2.21 (LNX 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Thanks, -Byron