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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 176B6C3F68F for ; Wed, 11 Dec 2019 10:53:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E7E9C24653 for ; Wed, 11 Dec 2019 10:53:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728513AbfLKKxI (ORCPT ); Wed, 11 Dec 2019 05:53:08 -0500 Received: from cloudserver094114.home.pl ([79.96.170.134]:56052 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726119AbfLKKxI (ORCPT ); Wed, 11 Dec 2019 05:53:08 -0500 Received: from 79.184.253.70.ipv4.supernova.orange.pl (79.184.253.70) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.320) id ab16ea88a6a49f12; Wed, 11 Dec 2019 11:53:06 +0100 From: "Rafael J. Wysocki" To: Dmitry Torokhov Cc: kbuild-all@lists.01.org, ACPI Devel Maling List , Linux PM , kbuild test robot Subject: Re: [PATCH v9] software node: add basic tests for property entries Date: Wed, 11 Dec 2019 11:53:05 +0100 Message-ID: <12135118.EjhP6glzqA@kreacher> In-Reply-To: References: <201912040922.hUcG8uqP%lkp@intel.com> <20191204185315.GM50317@dtor-ws> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Monday, December 9, 2019 9:44:47 AM CET Rafael J. Wysocki wrote: > On Wed, Dec 4, 2019 at 7:53 PM Dmitry Torokhov > wrote: > > > > This adds tests for creating software nodes with properties supplied by > > PROPERTY_ENTRY_XXX() macros and fetching and validating data from said > > nodes/properties. > > > > We are using KUnit framework for the tests. > > > > Signed-off-by: Dmitry Torokhov > > Applied (as 5.5 material), thanks! And dropped again, because 0-day still complains. I'm going to push the rest of the series to Linus this week. The last patch can wait, even though it would be good to have it. Cheers!