From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linutronix.de (146.0.238.70:993) by crypto-ml.lab.linutronix.de with IMAP4-SSL for ; 20 Jun 2018 20:35:36 -0000 Received: from localhost ([127.0.0.1] helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtp (Exim 4.80) (envelope-from ) id 1fVjpG-0003nP-IF for speck@linutronix.de; Wed, 20 Jun 2018 22:35:34 +0200 Message-ID: <20180620201907.304694346@linutronix.de> Date: Wed, 20 Jun 2018 22:19:07 +0200 From: Thomas Gleixner Subject: [patch V4 00/13] SMT control knobs Mime-Version: 1 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit To: speck@linutronix.de List-ID: V4 of the SMT control knob series. It addresses the review feed back of V3 plus: - Added Borislavs patch which removes the weird cpu leaf check and adapted the early sibling check accordingly - Borislav noticed that the sys/..../cpuN/online file is stale after writing 'off' to the smt/control file. Added a workaround which might be replaced when Greg either has a better idea or starts to yell murder. - Updated the changelog of the last patch. Thanks, tglx