From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755342AbdKAUxZ (ORCPT ); Wed, 1 Nov 2017 16:53:25 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:51106 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755305AbdKAUxX (ORCPT ); Wed, 1 Nov 2017 16:53:23 -0400 Date: Wed, 1 Nov 2017 21:52:37 +0100 (CET) From: Thomas Gleixner To: Guenter Roeck cc: mingo@kernel.org, linux-kernel@vger.kernel.org, peterz@infradead.org, dzickus@redhat.com, hpa@zytor.com, linux-tip-commits@vger.kernel.org Subject: Re: [tip:core/urgent] watchdog/harclockup/perf: Revert a33d44843d45 ("watchdog/hardlockup/perf: Simplify deferred event destroy") In-Reply-To: <20171101203245.GA8089@roeck-us.net> Message-ID: References: <20171101203245.GA8089@roeck-us.net> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 1 Nov 2017, Guenter Roeck wrote: > > + per_cpu(dead_event_ev, cpu) = NULL; > > Uuhh ... there is an extra _ev which somehow slipped in and doesn't > compile. zero bot noticed already and yelled at me. I have no clue how I managed to fat finger that after compiling it .... Fixed and repushed.