From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/7180 Path: news.gmane.org!not-for-mail From: Peter Smith Newsgroups: gmane.linux.lib.musl.general Subject: Patching kernel =?UTF-8?Q?headers=3F?= Date: Wed, 11 Mar 2015 16:33:54 +0100 Message-ID: <0370aa3a159893532b4bd77747c68268@openmailbox.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1426088072 15197 80.91.229.3 (11 Mar 2015 15:34:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Mar 2015 15:34:32 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-7193-gllmg-musl=m.gmane.org@lists.openwall.com Wed Mar 11 16:34:23 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1YVieH-0006XO-ON for gllmg-musl@m.gmane.org; Wed, 11 Mar 2015 16:34:17 +0100 Original-Received: (qmail 21892 invoked by uid 550); 11 Mar 2015 15:34:15 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 21818 invoked from network); 11 Mar 2015 15:34:10 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=openmailbox.org; h=user-agent:message-id:subject:subject:from:from:date:date :content-transfer-encoding:content-type:content-type :mime-version:received:received; s=openmailbox; t=1426088034; bh=aHq3AcAdf0DUgtYZt0kHT02PvTV/dbcealM582JrqII=; b=bs0nNCwwYN6e 7+u8TkYJur0Tq6xguorwAWQoFlbo6wnSHUCb7cynP9h6HGu3xz+AFptdUpQcDOAu ZBGNztk57+IcnKTb26u9ElV/PevmZCkFIylEGNJ8vbTbSzwtrTyrmr7dCQtk3Ae1 rtYxLX8dlFZvB2klyKSXZKXEXdfB60k= X-Virus-Scanned: amavisd-new at openmailbox.org X-Sender: aic0azee@openmailbox.org User-Agent: Roundcube Webmail/1.0.5 Xref: news.gmane.org gmane.linux.lib.musl.general:7180 Archived-At: I have built a toolchain with GCC 4.7.3, musl 1.1.6 and Linux 3.12 kernel headers. I then tried to compile Busybox 1.23.1 without patching the toolchain kernel headers, as described here: http://wiki.musl-libc.org/wiki/Building_Busybox and the build was still successful. Does this mean that patching the kernel headers is no longer necessary?