From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server-vie001.gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,URIBL_DBL_BLOCKED_OPENDNS, URIBL_ZEN_BLOCKED_OPENDNS autolearn=ham autolearn_force=no version=3.4.6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=new2025; t=1756452665; bh=4zqoMbm+xG6I2Tjqu5x5YQeJupEOcysj+vS9vabNbPk=; h=MIME-Version:References:In-Reply-To:From:Date:Message-ID:Subject: To:Cc:Content-Type:Content-Transfer-Encoding:Message-ID:Date:From: Reply-To:Subject:To:Cc:In-Reply-To:References:Resent-Date: Resent-From:Resent-To:Resent-Cc:User-Agent:Content-Type: Content-Transfer-Encoding; b=rFJqlfRvaLpB5DWiGpNrelrmYO5/U0Yzb/6yePijD0Oxx/xGsnpeLg3KT03hktcc8 fQuA3K5ac1OzU/1TnyXasQtDfmE5rCcJmteEJLVVGyMhOOStKS9Qx6313iWOCoQqWY Pnbv0ELaewXYlOIJGNh1Oa5gWOSbnVvCo8kEq7WInOb3S7tSIohoPNXKcODC11WDtc bROjEmB9xqE/WI2cb+Ak9+f+kNclVbBkbz4O43d/qbUpeh1Ib7CN71/K9x6s7pHWmX SZDmdezrbspuC+zpL6bGB4hJJpeToljchTV+0YeTj0NohPf4JBvzBpgAJCFu5UgaYy OQICJJmZmNT2A== Received: from mail-qk1-f170.google.com (mail-qk1-f170.google.com [209.85.222.170]) by server-vie001.gnuweeb.org (Postfix) with ESMTPSA id 2DCA33127F75 for ; Fri, 29 Aug 2025 07:31:05 +0000 (UTC) Received: by mail-qk1-f170.google.com with SMTP id af79cd13be357-7fac0a7d2b1so143565385a.3 for ; Fri, 29 Aug 2025 00:31:05 -0700 (PDT) X-Forwarded-Encrypted: i=1; AJvYcCWyg8fy015p5OX1JMW/a29dzIvPeSWk2HHumx/TlY9KtUG/5+u36O19v18QLr0rAhfahNeZ@vger.gnuweeb.org X-Gm-Message-State: AOJu0Yzc7AFX/B1Sox0Mkl2LQQ8qJavd96rSlpBAKr+tEwofwgOyDf4M wmiJNslf+oCqpsLZT/xd3Tr/AugcMtjQmxhvaznTGeoYvXbalnFvRuInJL7CateX7MXfvCKpb1Z 5RQpJw7OJZ67QJweIcfRzxqsIUuAXj8Q= X-Google-Smtp-Source: AGHT+IH2U2hSZ6D73/3L3Pvnk4UzilTg2m6LoDMpLEGJvgTJTcK7vG4NjYGORhCQAMyum7r99Ypdeqgi7iBQUL1x4ZM= X-Received: by 2002:a05:620a:45a3:b0:7fb:a796:b6d6 with SMTP id af79cd13be357-7fba796b983mr385061485a.61.1756452664013; Fri, 29 Aug 2025 00:31:04 -0700 (PDT) MIME-Version: 1.0 References: <20250829033628.573589-1-reyuki@gnuweeb.org> <20250829043632.GA652664-ammarfaizi2@gnuweeb.org> In-Reply-To: From: Ammar Faizi Date: Fri, 29 Aug 2025 14:30:47 +0700 X-Gmail-Original-Message-ID: X-Gm-Features: Ac12FXxEACuICISAPw1OsWmNdbaWN7luPFg_D1obPIA0lr1zOTUDlXvRn_hKLBI Message-ID: Subject: Re: [PATCH gwproxy v7 0/2] Initial work on integration of DNS parser lib in gwproxy To: Ahmad Gani Cc: Alviro Iskandar Setiawan , "GNU/Weeb Mailing List" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: On Fri, Aug 29, 2025 at 2:22=E2=80=AFPM Ammar Faizi wrote: > Unfortunately, it must be run from the root directory of the kernel > tree. So you need to git clone the entire kernel tree to use it. Maybe > it can be modified to run outside of the kernel tree, but I don't > think it's worth it. Not that urgent anyway. FWIW, I tried to run the checkpatch.pl script on your patch #2. Here is the result: https://gist.github.com/ammarfaizi2/589dfc9cdef9963cfa854273d8702ca7 The most bothersome part is the error, obviously. That whitespace. If you can be clean, that would be great. --=20 Ammar Faizi