From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13650 invoked by alias); 16 Jan 2017 17:09:00 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 13638 invoked by uid 89); 16 Jan 2017 17:08:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=Identify, H*r:Unknown, Hx-languages-length:2737, 500-strace.sh X-HELO: m69-169.mailgun.net Received: from m69-169.mailgun.net (HELO m69-169.mailgun.net) (166.78.69.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 16 Jan 2017 17:08:49 +0000 X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 587cfe18.7f0806e5af90-smtp-out-n03; Mon, 16 Jan 2017 17:08:40 -0000 (UTC) Date: Mon, 16 Jan 2017 17:09:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <587cfe1856716_5d6d3fc2d11e313c1133a8@hookshot-fe3-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] ebf82e: Add versions 4.11..4.15 of strace. Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_587cfe185627d_5d6d3fc2d11e313c1132f2"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00025.txt.bz2 ----==_mimepart_587cfe185627d_5d6d3fc2d11e313c1132f2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 2819 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: ebf82e8215ebba8d0eb74038de59b530ae1d12cc https://github.com/crosstool-ng/crosstool-ng/commit/ebf82e8215ebba8d0eb74038de59b530ae1d12cc Author: Alexey Neyman Date: 2017-01-16 (Mon, 16 Jan 2017) Changed paths: M config/debug/strace.in M patches/strace/4.10/007_fix_bexecve64_test.patch M patches/strace/4.10/008_decode_mips_indirect_syscall.patch M patches/strace/4.10/009-upstream-musl_includes.patch Log Message: ----------- Add versions 4.11..4.15 of strace. Versions 4.13 and older marked as obsolete. Identify the source of the patches 007..009. Signed-off-by: Alexey Neyman Commit: fb426ac912f46889548a863a50a310b8d359307e https://github.com/crosstool-ng/crosstool-ng/commit/fb426ac912f46889548a863a50a310b8d359307e Author: Alexey Neyman Date: 2017-01-16 (Mon, 16 Jan 2017) Changed paths: A patches/strace/4.10/010-use-host-ioctl.patch A patches/strace/4.11/010-use-host-ioctl.patch A patches/strace/4.12/010-use-host-ioctl.patch A patches/strace/4.13/010-use-host-ioctl.patch A patches/strace/4.14/010-use-host-ioctl.patch A patches/strace/4.15/010-use-host-ioctl.patch M scripts/build/debug/500-strace.sh Log Message: ----------- Replace strace workaround with a patch. The correct solution was checked in to strace GIT; will be part of the next release. Backport patch to 4.10..4.15, and remove the workaround from 500-strace.sh. Versions 4.9 and older should build fine even without the workaround (they would be picking up wrong definitions, but they need different patch and I don't feel like spending any time on these versions). Signed-off-by: Alexey Neyman Commit: 07c82662f5064f84dff179084c841fd89c682163 https://github.com/crosstool-ng/crosstool-ng/commit/07c82662f5064f84dff179084c841fd89c682163 Author: Alexey Neyman Date: 2017-01-16 (Mon, 16 Jan 2017) Changed paths: M config/debug/strace.in M patches/strace/4.10/007_fix_bexecve64_test.patch M patches/strace/4.10/008_decode_mips_indirect_syscall.patch M patches/strace/4.10/009-upstream-musl_includes.patch A patches/strace/4.10/010-use-host-ioctl.patch A patches/strace/4.11/010-use-host-ioctl.patch A patches/strace/4.12/010-use-host-ioctl.patch A patches/strace/4.13/010-use-host-ioctl.patch A patches/strace/4.14/010-use-host-ioctl.patch A patches/strace/4.15/010-use-host-ioctl.patch M scripts/build/debug/500-strace.sh Log Message: ----------- Merge pull request #537 from stilor/strace-update Strace update Compare: https://github.com/crosstool-ng/crosstool-ng/compare/2b2c496f2a4d...07c82662f506 ----==_mimepart_587cfe185627d_5d6d3fc2d11e313c1132f2--