From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id B672F3858422 for ; Thu, 20 Apr 2023 14:30:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org B672F3858422 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark.ca Received: from [192.168.33.46] (modemcable182.219-162-184.mc.videotron.ca [184.162.219.182]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id B94461E0D3; Thu, 20 Apr 2023 10:30:26 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1682001027; bh=AzvVTmIGOKkDSDDYcFu8QO8OYgNzYsk14z2NtGxDM30=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=fZkQXD7jfZA2+CyL+AaBXLv+03bQyspBP/BwM+Nw/vHOroG78N1vy7kKThOWR7dRf qrKYFS5i6QMd18i/Nfs2giqBb805u+octq6o+reGhoADI+pUBFpes1cms95TISchg6 eGEL8rTIRL5cSZJGzryKdbSx0D6PP2H2a5Ds1DhQ= Message-ID: Date: Thu, 20 Apr 2023 10:30:26 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH 1/1] [gdb/contrib] Add make-check-all.sh To: Tom de Vries , gdb-patches@sourceware.org Cc: Andrew Burgess References: <20230403150957.28921-1-tdevries@suse.de> <20230403150957.28921-2-tdevries@suse.de> <87wn2rc22u.fsf@redhat.com> <97c65614-e1a5-a9cb-b5a3-36020e8ed259@suse.de> <2eef24aa-bbe4-478a-c965-82783d3dea9f@simark.ca> <999c220d-dd64-d6fb-b5ef-912150a4cfd6@suse.de> Content-Language: fr From: Simon Marchi In-Reply-To: <999c220d-dd64-d6fb-b5ef-912150a4cfd6@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 4/20/23 07:43, Tom de Vries wrote: > You say you don't understand the comment, but to me it seems you do so I'm not sure I understand what your concern is. Should the comment be improved, or do you want a change in functionality? I just wasn't sure which username I was expected to pass to those options, I wanted to confirm with you that the intent is to have dedicated systems users for that. So the comment could say that: It is recommended to create users on the local system that will act as "remote host" and "remote target", for the boards that use them. Pass their usernames to --host-user and --target-user. This helps because: - remote host/target boards will use $HOME and leave (potentially lots of) files behind - it enables more strict checking of build/host/target file manipulations. - it prevents a command running on one "machine" to kill or send a signal to a process on another machine > I've tried adding a bit more comments, updated version attached. Thanks, that LGTM. Simon