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 B2218C433FE for ; Tue, 18 Oct 2022 23:27:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229610AbiJRX0v (ORCPT ); Tue, 18 Oct 2022 19:26:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40732 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229470AbiJRX0t (ORCPT ); Tue, 18 Oct 2022 19:26:49 -0400 Received: from mail-lj1-x236.google.com (mail-lj1-x236.google.com [IPv6:2a00:1450:4864:20::236]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7780E1F639 for ; Tue, 18 Oct 2022 16:26:48 -0700 (PDT) Received: by mail-lj1-x236.google.com with SMTP id b18so19995412ljr.13 for ; Tue, 18 Oct 2022 16:26:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=MNDee1pbx2mi61goTN2Rwf6hjEyLLZkQkM6iSEb1JP4=; b=lZfB8i092E89/JR+0/tlU0LF229bQTh3LK1w304jAl3XpGb5wUEnCDHfKSO5A5S0fg zOLXJ5ermV7HAG6AzbsL/cO9vsrb4pKGskjy93JqQM91fWIfX3qQbxOiEKvo4drlSmvO 8FjkgF23WfEmYwkVJtBpzvd1VuCdjuY1O9I5mrH1yf0KYBc4kCbEl6kRlEH9NpMZkqbx 5iDtGa7uV29rjGKfh7l4hQ4Heu3v6Evumx12yIdhNJ931tyFtk/DdwBDdlXkFUYYc0GT +Kja7bVgGpcA/kIwia4jNcO0qb1sJPqStKYReHlAJEpfjDuk0sOSSIsw/lOlxsUR8jZy 0k8w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=MNDee1pbx2mi61goTN2Rwf6hjEyLLZkQkM6iSEb1JP4=; b=vILwRti6vjUlSBHy46pNaFdgn8ZkNz/ce7qr6sCqK2ADDq3RgpMZFH4XwpLdmdYQQ+ AESr4Vu1xxKnusqmYJsj+XIQaTWY3iyNwgAcbWutYfxX8qU83eo2gPYrItXE1jBC4Mtf 5VAPGRWhrEGNDMZaOwiEIkOGZrLe5pTorjCMhFmGZkmff1AieXCFZGE6E30UjQFroJCg woYQqnU0jjaYv31Vsp/e2fHG7kKgVZrOHem9CJlEbLKIrbVmvoHYmFz5O1b5mlx8zOcE ApRUrJ9kd48EGywH1RGfDllPLZFHHaPqqx2kij/3QNJ1HHz4Q8v3gi4Au5pw8hnYXXtY JVDA== X-Gm-Message-State: ACrzQf3M2f/QytUx72QnFtqLjzkUNoGXZyQhlJ6QIKWNgDZGtnq8l01Q slQtmglIKejSV1BOAz0jQYHrvIhT3C4x0UTxihcNhg== X-Google-Smtp-Source: AMsMyM6VTAPhKtp/uyFFJejWpmlSMOhfcr17DbvRhUmeNfNp9PjTORQRlNxxDhDHmCDJm0pwN/iMTxmTGMVck1PypIs= X-Received: by 2002:a2e:8719:0:b0:26e:b9:31a9 with SMTP id m25-20020a2e8719000000b0026e00b931a9mr1960773lji.111.1666135606729; Tue, 18 Oct 2022 16:26:46 -0700 (PDT) MIME-Version: 1.0 References: <20221001002638.2881842-1-dlatypov@google.com> In-Reply-To: From: Daniel Latypov Date: Tue, 18 Oct 2022 16:26:35 -0700 Message-ID: Subject: Re: [PATCH 0/4] kunit: more assertion reworking To: Miguel Ojeda Cc: brendanhiggins@google.com, davidgow@google.com, linux-kernel@vger.kernel.org, kunit-dev@googlegroups.com, linux-kselftest@vger.kernel.org, skhan@linuxfoundation.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 18, 2022 at 4:20 PM Miguel Ojeda wrote: > > On Sat, Oct 1, 2022 at 8:00 PM Daniel Latypov wrote: > > > > While I have you here, any thoughts on how to coordinate the change? > > My bad, I forgot to reply to this, sorry. I noticed it again when > merging 6.1-rc1 into our branch. No worries. You've had a very busy couple of weeks, I imagine. > > Normally I fix the issues when I merge back from Linus. Since we > intend to keep the CI green on every PR, I added the fix for this in > the merge itself. Thanks! Daniel