From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754788AbcJNPpR (ORCPT ); Fri, 14 Oct 2016 11:45:17 -0400 Received: from one.firstfloor.org ([193.170.194.197]:59995 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754596AbcJNPpR (ORCPT ); Fri, 14 Oct 2016 11:45:17 -0400 Date: Fri, 14 Oct 2016 08:45:15 -0700 From: Andi Kleen To: Arnaldo Carvalho de Melo Cc: Andi Kleen , jolsa@kernel.org, sukadev@linux.vnet.ibm.com, eranian@google.com, linux-kernel@vger.kernel.org, Andi Kleen Subject: Re: [PATCH 01/10] perf, tools: Factor out scale conversion code Message-ID: <20161014154514.GI26852@two.firstfloor.org> References: <1476393332-20732-1-git-send-email-andi@firstfloor.org> <1476393332-20732-2-git-send-email-andi@firstfloor.org> <20161014153557.GD12815@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161014153557.GD12815@kernel.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > So if we can't convert the scale because of an allocation failure > related to locale issues we silently trow it away and do no scale at > all? That is right. If your machine is thrashing to death in a OOM this is your smallest problem. -Andi