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 1563CC433EF for ; Mon, 18 Apr 2022 20:13:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238529AbiDRUQP (ORCPT ); Mon, 18 Apr 2022 16:16:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237141AbiDRUQN (ORCPT ); Mon, 18 Apr 2022 16:16:13 -0400 Received: from mail-oi1-x233.google.com (mail-oi1-x233.google.com [IPv6:2607:f8b0:4864:20::233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BC5B82E6B3 for ; Mon, 18 Apr 2022 13:13:32 -0700 (PDT) Received: by mail-oi1-x233.google.com with SMTP id w127so15924918oig.10 for ; Mon, 18 Apr 2022 13:13:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=/bCpvuooTMQFHb8fBAPBgClqkOF+kRRFnzjAvhAnIUI=; b=OWTlGQDNWs980Ym0XDdFMdsBJhP9HeAYgCAOahMB2uE+IG6fr2FeT+Fp+tELDQbtEv wn80c2ciI6JJJfzsdBDFB8Y8AxTVEoTWXZOed9qaGVM6m5scibLNaVII7JSTayS/XEq/ aekc9iNLbKkreeFTnIRbp2tW4rAoQVstluUS04LGLEYZfvQws3Ct3MIol4jJM8oCs9Tz GuymAa1S7NY3wHtlktFKn8hIMnI+u67sEktIcOrqLMuEpXPVU2ZY3N4dLXBWlTEIrQ0U OH38BxiRKkxdJRIwFbPGRWsen0MaGtcQ/yzO+iEOBbtao/gLrGn4wyIz8hffNoCLxPx7 rGzA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=/bCpvuooTMQFHb8fBAPBgClqkOF+kRRFnzjAvhAnIUI=; b=afFvs+1/urT9QvLtmL4XDPsrsjScCJUdJ49YE8BhyWIhJBGtmOrH0Zjcgvp1OSb8UZ EAyn2NpKzsigMPuBQtff4arRU7itoedlDVw0iZTlt1s8hAXGeGGr8TZGRtUj2jv4p5ig xD/9bn1sp8ZYO6SukLi9OrjOydceT4wNabQw3naT1Zb8MdH/bJE907jIawD1rWoT2lvu apuddqMM3Y8t7iblu/0APXSpM7wf1nGMTv2D5zb48bVofCH8yQZSYcZoPWWPi97sjrD1 QgGDGH0KUdaxNJ+JphGOFChIy589dq0wSBmeixHWI1J3NypuUZs5+J1YFB5y9CsjR2NT eeAA== X-Gm-Message-State: AOAM530fQPlQRThDvmij1m15WlLs5NyGKMqQ0xfu5EMPqgBGm0K9o5NJ QublmNevUIwsxcvErEq3bDOtevY50MOrJBSuGaCiQQ== X-Google-Smtp-Source: ABdhPJydPcLdynJb9dyw+0KvivU1+NK3qxSQNTgnfFlahabXUFTqteI9cKwcM5vSQ4rxqbrgw/byCEPS2u2RK9o26/o= X-Received: by 2002:a05:6808:bc2:b0:2ec:e7f0:c11e with SMTP id o2-20020a0568080bc200b002ece7f0c11emr7794828oik.126.1650312811792; Mon, 18 Apr 2022 13:13:31 -0700 (PDT) MIME-Version: 1.0 References: <20220218082428.11699-1-sj@kernel.org> <9a7f8d0b-3f0f-8584-6c12-423b0d5a979d@linuxfoundation.org> In-Reply-To: From: Yuanchu Xie Date: Mon, 18 Apr 2022 13:13:20 -0700 Message-ID: Subject: Re: [PATCH 2/2] selftests/damon: make selftests executable To: Shuah Khan Cc: Shuah Khan , Markus Boehme , David Rientjes , Andrew Morton , linux-mm@kvack.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, SeongJae Park , Greg KH Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > I don't recall why we decided to add the check in runner.sh - let's keep them > consistent with the rest of the scripts. If we get rid of the check, we can > make the change then. > > thanks, > -- Shuah It seems reasonable to add the x bit for these tests to be consistent with the rest. I also received an email from a patchwork-bot+linux-kselftest@kernel.org telling me my patch series was included in shuah/linux-kselftest.git, but that does not seem to be the case. Is this a bug? Sorry about the previous non-plain-text email. I never replied to anyone before and didn't know what I was doing. > Hello: > > > This series was applied to shuah/linux-kselftest.git (next) > > by Jakub Kicinski : > > > On Fri, 18 Feb 2022 00:10:15 +0000 you wrote: > > These patches fixes trivial errors with building > > and running DAMON selftests. > > > > Yuanchu Xie (2): > > selftests/damon: add damon to selftests root Makefile > > selftests/damon: make selftests executable > > > > [...] > > > Here is the summary with links: > - [1/2] selftests/damon: add damon to selftests root Makefile > (no matching commit) > - [2/2] selftests/damon: make selftests executable > https://git.kernel.org/shuah/linux-kselftest/c/1335648f0b6f > > You are awesome, thank you! > -- > Deet-doot-dot, I am a bot. > https://korg.docs.kernel.org/patchwork/pwbot.html