From patchwork Tue Mar 31 18:39:37 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tyler Baker X-Patchwork-Id: 6133731 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 1C8A4BF4A6 for ; Tue, 31 Mar 2015 18:42:44 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 453C32018E for ; Tue, 31 Mar 2015 18:42:43 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5F4062017D for ; Tue, 31 Mar 2015 18:42:42 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Yd158-0001xS-2Y; Tue, 31 Mar 2015 18:40:10 +0000 Received: from mail-wi0-f169.google.com ([209.85.212.169]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Yd14y-0001Gk-Q8 for linux-arm-kernel@lists.infradead.org; Tue, 31 Mar 2015 18:40:01 +0000 Received: by widdi4 with SMTP id di4so19537230wid.0 for ; Tue, 31 Mar 2015 11:39:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to:cc :content-type; bh=oYcx8wggvQkRD7eLac5XfGl2zlWyZPQV4iivb3sF40o=; b=cGy/31narUjUUv2re2uDA60VDVqK6ex0oMWvDoXc5FafJcOToFL8th/a+R599gL9/H Dse8hlIbXo6AOQ7FKy+zVL4nlpJm3z3Q6u9B4HydeJlihw6lrfj5KxQ2WPps00jsVQRs OfSekQ0FoUd+Re4f0jPq7meAIFs5taUp0PK2aJv6lKWipQ5l30blxZ759IT8TzZ/CD5f rV499YJc6ImnSvJYeLCWGGmdZRQ4TDYHGWdSvGoVDliyhfSiAy4DqcxtNHy5BivFHNqE QPBvLKeEgK7OgbJ+rZr7elBkofFus9BRcDBNVduoeFFJilWkDvwtUs7qhQh1xrY4aRYs RGzQ== X-Gm-Message-State: ALoCoQmMcIQjdZuHCYJROhw/W1xmhbL8BnqelSli3SfjM9w0Cjad4YiBeiOXX30IigyCnhZVFyPE MIME-Version: 1.0 X-Received: by 10.180.182.67 with SMTP id ec3mr7881583wic.32.1427827177552; Tue, 31 Mar 2015 11:39:37 -0700 (PDT) Received: by 10.27.231.6 with HTTP; Tue, 31 Mar 2015 11:39:37 -0700 (PDT) Date: Tue, 31 Mar 2015 11:39:37 -0700 Message-ID: Subject: Build regression in next-20150331 From: Tyler Baker To: Thomas Gleixner , rafael.j.wysocki@intel.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150331_114001_107313_A3D8D1A4 X-CRM114-Status: GOOD ( 10.54 ) X-Spam-Score: -0.7 (/) Cc: Kevin Hilman , John Stultz , "linux-kernel@vger.kernel.org" , linux-arm-kernel X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Thomas, Rafael, I was notified this morning by the kernelci.org system that a new build error has been detected in next-20150331[0][1][2]. It seems that "clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILD" c9439b1d6eb4ada5c2faf3970ac0d2bc4bd20e14 is the culprit. Initially, I reported these failures to John Stultz and his response is below. *snip* I suspect we either need to enable GENERIC_CLOCKEVENTS on those three hardware types, or if that's not possible, rework the definitions. Or something like (copy-paste whitespace corruption below.. only for reference, don't apply): *snip* Any chance either of you can reproduce this issue on your end? Cheers, Tyler [0] http://storage.kernelci.org/next/next-20150331/arm-ep93xx_defconfig/build.log [1] http://storage.kernelci.org/next/next-20150331/arm-ebsa110_defconfig/build.log [2] http://storage.kernelci.org/next/next-20150331/arm-rpc_defconfig/build.log diff --git a/kernel/time/tick-internal.h b/kernel/time/tick-internal.h index 2a1563a..6da40c0 100644 --- a/kernel/time/tick-internal.h +++ b/kernel/time/tick-internal.h @@ -107,12 +107,13 @@ static inline void tick_resume_broadcast(void) { } static inline bool tick_resume_check_broadcast(void) { return false; } static inline void tick_broadcast_init(void) { } static inline int tick_broadcast_update_freq(struct clock_event_device *dev, u32 freq) { return -ENODEV; } - +#ifdef CONFIG_GENERIC_CLOCKEVENTS /* Set the periodic handler in non broadcast mode */ static inline void tick_set_periodic_handler(struct clock_event_device *dev, int broadcast) { dev->event_handler = tick_handle_periodic; } +#endif #endif /* !BROADCAST */