From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hetzner.pbcl.net (mail.pbcl.net [88.198.119.4]) by mail.openembedded.org (Postfix) with ESMTP id 4DAFF6156F for ; Sat, 14 Sep 2013 07:19:53 +0000 (UTC) Received: from blundell.swaffham-prior.co.uk ([91.216.112.25] helo=[192.168.114.7]) by hetzner.pbcl.net with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1VKk93-0000nV-BX; Sat, 14 Sep 2013 09:19:53 +0200 Message-ID: <1379143167.4071.100.camel@x121e.pbcl.net> From: Phil Blundell To: Khem Raj Date: Sat, 14 Sep 2013 08:19:27 +0100 In-Reply-To: References: <1379071094.3484.245.camel@ted> Organization: Phil Blundell Consulting Ltd X-Mailer: Evolution 3.4.4-3 Mime-Version: 1.0 Cc: openembedded-core Subject: Re: [PATCH] linux-libc-headers: Add big warning about antisocial behaviour X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 07:19:53 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2013-09-13 at 21:24 -0700, Khem Raj wrote: > There are cases where we have bsps with 2.6.3x kernels and libc > compiled against 3.10 assumes syscalls That is a bug in glibc. It should not be doing that unless configured --enable-kernel=3.10.x (and this is the whole point of the --enable-kernel option). If it's assuming 3.10.x syscalls under --enable-kernel=2.6.x then it is broken and should be fixed. p.