Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932473Ab2HXIf5 (ORCPT ); Fri, 24 Aug 2012 04:35:57 -0400 Received: from mail-wg0-f44.google.com ([74.125.82.44]:43723 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757003Ab2HXIfw (ORCPT ); Fri, 24 Aug 2012 04:35:52 -0400 Date: Fri, 24 Aug 2012 10:35:46 +0200 From: Ingo Molnar To: Matthew Garrett Cc: David Ahern , Pekka Enberg , Bernhard Rosenkraenzer , linux-kernel@vger.kernel.org, Ingo Molnar , Arnaldo Carvalho de Melo , Peter Zijlstra Subject: Re: [PATCHv2 1/1] perf: Port to Android Message-ID: <20120824083545.GA25599@gmail.com> References: <1408973.PFKjjaXiS1@localhost.localdomain> <5036A182.7030707@gmail.com> <20120824040845.GA3001@srcf.ucam.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120824040845.GA3001@srcf.ucam.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 Content-Length: 1056 Lines: 29 * Matthew Garrett wrote: > On Thu, Aug 23, 2012 at 03:32:50PM -0600, David Ahern wrote: > > > Why not add support for the missing functions (on_exit, > > getsid, psignal and getline) to Bionic instead of perf? > > Many vendors need to target existing Android platforms and > don't have the luxury of waiting for code to get through > Google review and then land on devices between 6 months in the > future and never. The embedded world is dysfunctional in a > whole bunch of ways. and the compat changes don't look overly large, so I guess we could do something like this. Would be nice to make it more robust in case Bionic does add these functions? Feature tests and such? perf offering weak symbols for some of these methods and the linker sorting it out? Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/