From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752060AbeEKQ3Z (ORCPT ); Fri, 11 May 2018 12:29:25 -0400 Received: from mail-yw0-f194.google.com ([209.85.161.194]:41607 "EHLO mail-yw0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750950AbeEKQ3X (ORCPT ); Fri, 11 May 2018 12:29:23 -0400 X-Google-Smtp-Source: AB8JxZoDRqR0nJ9fE8brJ7N4VaTa0MceQqZ2n4e1ufJz8nzdXHMXe3eT4VCI1j+ViM166oRzkouWCA== Date: Fri, 11 May 2018 09:29:20 -0700 From: Tejun Heo To: Shuah Khan Cc: Roman Gushchin , Johannes Weiner , Michal Hocko , Mike Rapoport , kernel-team@fb.com, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] selftests/cgroup: memory controller self-tests Message-ID: <20180511162920.GV2368884@devbig577.frc2.facebook.com> References: <20180510163701.28936-1-guro@fb.com> <20180510183224.GP2368884@devbig577.frc2.facebook.com> <20180511143228.GU2368884@devbig577.frc2.facebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Shuah. On Fri, May 11, 2018 at 08:55:28AM -0600, Shuah Khan wrote: > I think we don't need to create a special branch and all. The following > should work: > > linux-next already has the skip work. What we can do is: > > Do the cleanup and test it against linux-next. In linux-next SKIP isn't PASS. If test is > compiled on linux-next, you will see that SKIP is SKIP. If it is compiled on the mainline, > it will be reported PASS, which will be a temporary state. Hah, why not just create a branch and make sure what we see in the topic branch is what we'll push? That's how these things are done usually. Thanks. -- tejun