From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 80965C433EF for ; Wed, 16 Mar 2022 20:55:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344587AbiCPU5J (ORCPT ); Wed, 16 Mar 2022 16:57:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58144 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344217AbiCPU5J (ORCPT ); Wed, 16 Mar 2022 16:57:09 -0400 Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4405DB91; Wed, 16 Mar 2022 13:55:54 -0700 (PDT) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id DE7985C0094; Wed, 16 Mar 2022 16:55:51 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Wed, 16 Mar 2022 16:55:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kkourt.io; h=cc :cc:content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to; s=mesmtp; bh=G3OtiOQY8nhGOQhzRFrCBxUr4ceMCbICwiB AU9ewMYo=; b=KFYR6cFQhPH2h30o0mQoW1Mrt3Cnyri4T3aBFiEoBYQ7wcFUzc0 39wC0ABJ0rjXHtOUPFG1ZFIc5Sfm933fGT9XffZgr+kiNgXwWPiwnOCNVKuN6Wqn ndRBdDUrQfs23x8D3QaDi4MgNx0eM/UfJpntBSK++Ph0uyGpVgrjrVBQ= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=G3OtiOQY8nhGOQhzR FrCBxUr4ceMCbICwiBAU9ewMYo=; b=UdVzep+2lewk2ku3GgUSxWeEfu7u4+YgZ hN0QEIBZg+dQOJthmI1k4t4UliDby/Ub6zvIvApHafRksN/fQGTDEWiJoUKx+fxj 8bqxMBaN0AJIXU/MgFA6/mWoJY94xfxl3MYR0w/ON97K9XvA1LJkkymJD9RyP+k+ lEB/L1ph6esSlCyyW995kf6BIa9GQSAyfrMuhrt6rwB7BDRz5vSar0KXZYOIAXo8 vpJDqTs8InV920h4BYbOqTePAIpARZlU4x4tIoLdBqyeDHztgqNrzDHeJ5SQ+Z77 RaXOrZZ+9rujNDcbJqBu7SHMmd/v35RQfAbcDNOpbDCzlSKA1m3SA== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrudefvddgudeflecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepfffhvffukfhfgggtuggjsehttd ertddttddvnecuhfhrohhmpefmohhrnhhilhhiohhsucfmohhurhhtihhsuceokhhkohhu rhhtsehkkhhouhhrthdrihhoqeenucggtffrrghtthgvrhhnpeevhfdtleehhffhkeeufe egffdtueefheegveffledtueegtedvieeutedtueeugfenucevlhhushhtvghrufhiiigv pedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehkkhhouhhrtheskhhkohhurhhtrdhioh X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 16 Mar 2022 16:55:51 -0400 (EDT) Received: by kkourt.io (Postfix, from userid 1000) id 016822541B5C; Wed, 16 Mar 2022 21:55:48 +0100 (CET) Date: Wed, 16 Mar 2022 21:55:48 +0100 From: Kornilios Kourtis To: Arnaldo Carvalho de Melo Cc: dwarves@vger.kernel.org, bpf@vger.kernel.org, linux-kernel@vger.kernel.org, Kornilios Kourtis Subject: Re: [PATCH 2/2] dwarves: cus__load_files: set errno if load fails Message-ID: References: <20220316132354.3226908-1-kkourt@kkourt.io> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org On Wed, Mar 16, 2022 at 05:51:03PM -0300, Arnaldo Carvalho de Melo wrote: > Agreed? I'll fix it up here and apply if so. Agreed, thanks! cheers, Kornilios.