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 708ABE748E9 for ; Sun, 1 Oct 2023 06:07:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234302AbjJAGHa (ORCPT ); Sun, 1 Oct 2023 02:07:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60584 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233612AbjJAGHa (ORCPT ); Sun, 1 Oct 2023 02:07:30 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 890C6D3; Sat, 30 Sep 2023 23:07:28 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B4E93C433C8; Sun, 1 Oct 2023 06:07:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1696140448; bh=HVu55sj8diVEf0YD7PLaNXoZSow64mVKxB6UDNxUVbU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=f5JndhUwISOai3W73L76bzvRwg46SINIy30ZohMcdf2KhyXeqlCr+h0dzVtCpPqUw a83j2KMErhppxh2mHOXHKHP6pp/fjrOpkby+HvGO4zoBzJxQMOqJiZ0KLLvsAqc0x7 J4js6k0JClsUvvOCzD/WzYnCHXSuTPbuN13wjZN4= Date: Sun, 1 Oct 2023 08:07:25 +0200 From: Greg KH To: Abhinav Cc: shuah@kernel.org, linux-kernel-mentees@lists.linuxfoundation.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH] Added missing TARGETS in kselftest top level Makefile Message-ID: <2023100135-stiffen-depress-8121@gregkh> References: <20230930194106.1379527-1-singhabhinav9051571833@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230930194106.1379527-1-singhabhinav9051571833@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Sun, Oct 01, 2023 at 01:11:06AM +0530, Abhinav wrote: > Some TARGETS were missing in selftests top level Makefile.Added those. > Signed-off-by: Abhinav You need a blank line here please. Also, why make this change, you are saying what you did, but not why? Have you tested to verify that these targets were actually missing and needed to be added? If so, for what reason? thanks, greg k-h