From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756844AbZHFW6T (ORCPT ); Thu, 6 Aug 2009 18:58:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756786AbZHFW6R (ORCPT ); Thu, 6 Aug 2009 18:58:17 -0400 Received: from sj-iport-5.cisco.com ([171.68.10.87]:33568 "EHLO sj-iport-5.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756776AbZHFW6P (ORCPT ); Thu, 6 Aug 2009 18:58:15 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAJv8ekqrR7PE/2dsb2JhbAC5OogqkCcFhBg X-IronPort-AV: E=Sophos;i="4.43,337,1246838400"; d="scan'208";a="88924495" From: Roland Dreier To: Steven Rostedt Cc: Greg KH , Matt Fleming , David Kiliani , LKML , Ingo Molnar Subject: Re: drivers/staging/meilhaus build broken with ftrace References: <20090806222906.GA14792@suse.de> X-Message-Flag: Warning: May contain useful information Date: Thu, 06 Aug 2009 15:58:15 -0700 In-Reply-To: (Steven Rostedt's message of "Thu, 6 Aug 2009 18:51:26 -0400 (EDT)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-OriginalArrivalTime: 06 Aug 2009 22:58:15.0381 (UTC) FILETIME=[6194C050:01CA16E9] Authentication-Results: sj-dkim-4; header.From=rdreier@cisco.com; dkim=pass ( sig from cisco.com/sjdkim4002 verified; ); Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Now the question is, is this a crucial enough change to push for 31, or > should we leave this for 32? I would say yes, push it for 31, since a distro is most likely going to want to enable staging drivers and ftrace, and will hit this build breakage. > This patch is small enough for 31, but to add a warning would require a > little more code rework. I can queue this up for 31 and then have the > warning ready for 32. Sounds like a good plan. The warning will probably push someone to figure out what the meilhaus code is really trying to do. - R.