From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932421AbcLME0y (ORCPT ); Mon, 12 Dec 2016 23:26:54 -0500 Received: from mail-io0-f193.google.com ([209.85.223.193]:35718 "EHLO mail-io0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752937AbcLME0w (ORCPT ); Mon, 12 Dec 2016 23:26:52 -0500 MIME-Version: 1.0 In-Reply-To: References: From: Linus Torvalds Date: Mon, 12 Dec 2016 20:26:50 -0800 X-Google-Sender-Auth: zmLVgQCkyLfO1SCC1z8L0GswNmA Message-ID: Subject: Re: [GIT pull] x86/cache: Updates for 4.10 To: Thomas Gleixner Cc: LKML , Andrew Morton , Ingo Molnar , "H. Peter Anvin" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 12, 2016 at 1:53 AM, Thomas Gleixner wrote: > > This update provides the support for Intel Cache Allocation Technology, a > cache partitioning mechanism. Ugh, this is some funky stuff. And it's entirely x86-specific, with a rather odd special filesystem interface. It looks pretty self-contained (good), but it also looks majorly strange. I will have to think about this. What are the main/expected users? Linus