From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=3.0 tests=DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,T_DKIM_INVALID, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A8B49C433F5 for ; Fri, 7 Sep 2018 13:43:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 54AE42075E for ; Fri, 7 Sep 2018 13:43:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="PEi9fa+A" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 54AE42075E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729626AbeIGSYD (ORCPT ); Fri, 7 Sep 2018 14:24:03 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:42410 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729492AbeIGSYD (ORCPT ); Fri, 7 Sep 2018 14:24:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=SdbeMTeqlZmNsKx159xc2m6X9+kVkBKFc0LllqR7n5U=; b=PEi9fa+ASbN39StLBUFgLqeSU 0A79phipz8dhf+0HJJfaN0rbwDPj0jRHs/Q4p1du6ewKdXmqmwyCjFvnVj7p7pf2CQa9F6vHt8I7V Q2B9Hb9HIjcTdNxpAbae1v6msRwu1GrQYtgY8pIp/mOv/QceQwtTefY+PmEa6Kio3HpBD/SNOsUwd AGw26d6E+kh2u784ea8u0yw9GBKHJFmrXZSuwDbUncju3ghKrhdwNj44uVPNfyuOF1gt9yU7LyIvW gifuaNGeEiLDjzuBh9pjV++dqiRbrbQ3uN3X50cXIBB9UO2u0AZjZ7NweSl7g0TYzGtYgLgU+AGs7 VBTLJVfOA==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=hirez.programming.kicks-ass.net) by bombadil.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1fyH2C-00031T-1G; Fri, 07 Sep 2018 13:42:52 +0000 Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 6652B200C6B16; Fri, 7 Sep 2018 15:42:46 +0200 (CEST) Date: Fri, 7 Sep 2018 15:42:46 +0200 From: Peter Zijlstra To: Christophe Leroy Cc: Ingo Molnar , Arnaldo Carvalho de Melo , Alexander Shishkin , Jiri Olsa , Namhyung Kim , linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] perf: enum overflow in uapi/linux/perf_event.h Message-ID: <20180907134246.GC24106@hirez.programming.kicks-ass.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 07, 2018 at 01:27:19PM +0000, Christophe Leroy wrote: > On PPC32, enums are 32 bits, so __PERF_SAMPLE_CALLCHAIN_EARLY is > out of scope. The following sparse warning is encountered: > > CHECK arch/powerpc/kernel/process.c > ./include/uapi/linux/perf_event.h:147:56: warning: cast truncates bits from constant value (8000000000000000 becomes 0) Urgh... what compiler is that? I've not seen anything like that from the build bots.