From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15356 invoked by alias); 30 Aug 2019 14:07:55 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 15348 invoked by uid 89); 30 Aug 2019 14:07:55 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=H*r:142, eli, UD:info X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (209.51.188.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 30 Aug 2019 14:07:54 +0000 Received: from fencepost.gnu.org ([2001:470:142:3::e]:41511) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1i3hZ1-0000qv-FO; Fri, 30 Aug 2019 10:07:43 -0400 Received: from [176.228.60.248] (port=3360 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1i3hYw-0008Jj-Id; Fri, 30 Aug 2019 10:07:39 -0400 Date: Fri, 30 Aug 2019 14:07:00 -0000 Message-Id: <83ef12agr1.fsf@gnu.org> From: Eli Zaretskii To: Pedro Alves CC: sergiodj@redhat.com, gdb-patches@sourceware.org, b7.10110111@gmail.com In-reply-to: <32bcdaf3-4a3a-8fc1-43d7-f9af32a4edb6@redhat.com> (message from Pedro Alves on Fri, 30 Aug 2019 13:47:06 +0100) Subject: Re: [PATCH v2] Improve ptrace-error detection on Linux targets References: <20190819032918.3536-1-sergiodj@redhat.com> <20190826183205.19008-1-sergiodj@redhat.com> <32bcdaf3-4a3a-8fc1-43d7-f9af32a4edb6@redhat.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00654.txt.bz2 > Cc: Eli Zaretskii , Ruslan Kabatsayev > From: Pedro Alves > Date: Fri, 30 Aug 2019 13:47:06 +0100 > > FYI, I'm seeing these warnings with your patch: > > $ make > makeinfo --split-size=5000000 -DHAVE_MAKEINFO_CLICK -I /home/pedro/gdb/binutils-gdb/src/gdb/doc/../../readline/doc -I /home/pedro/gdb/binutils-gdb/src/gdb/doc/../mi -I /home/pedro/gdb/binutils-gdb/src/gdb/doc \ > -o gdb.info /home/pedro/gdb/binutils-gdb/src/gdb/doc/gdb.texinfo > /home/pedro/gdb/binutils-gdb/src/gdb/doc/gdb.texinfo:185: warning: @menu entry node name `Linux kernel @code{ptrace} restrictions' different from node name `Linux kernel ptrace restrictions' > /home/pedro/gdb/binutils-gdb/src/gdb/doc/gdb.texinfo:44712: warning: @menu entry node name `SELinux's @code{deny_ptrace}' different from node name `SELinux's deny_ptrace' > /home/pedro/gdb/binutils-gdb/src/gdb/doc/gdb.texinfo:44713: warning: @menu entry node name `Yama's @code{ptrace_scope}' different from node name `Yama's ptrace_scope' > /home/pedro/gdb/binutils-gdb/src/gdb/doc/gdb.texinfo:44714: warning: @menu entry node name `Docker and @code{seccomp}' different from node name `Docker and seccomp' We shouldn't use @-commands in node names.