Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp1470143imu; Thu, 13 Dec 2018 16:08:16 -0800 (PST) X-Google-Smtp-Source: AFSGD/XZnGSTk5eEN9wBT3TYEK6mvQiQI48raSujcb0xG3arc8NX3qVrcW8g3Jms5iqWZEGA3cfF X-Received: by 2002:a62:1c7:: with SMTP id 190mr794410pfb.46.1544746095959; Thu, 13 Dec 2018 16:08:15 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1544746095; cv=none; d=google.com; s=arc-20160816; b=yDp9+Lp3qmojt3vlWryXw3RnXzSL51IUYEQkWZ034ymEfOd4vU5dPx+xlg3LhywLRt FnHWrym5Sqd4awD1d4uM9NHWqmhMC2Zv3A4PVHOvHGJRmiXzmDUxGfV6xU4MYdV8nxny GhKkPzmNmCw/tT8VmVEH2TT1gvYqXsnF78zyRgXWGBp+IgrHO7IXjmIgzNei3j9rRwNN +IqPEIeDaRH3vieAeI3WT/DDB+K3pFG6MUMtZjOQxHlinoUM8RCpECoeXKdJAHe5Ngly 3Uxjcls3untVZL/dPDOaA5x9XnsjKHuXRdK9NBlvHto1Tre2H/ONxQp3PDuhs9t85K2S kNZA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject:dkim-signature; bh=kdqAX4ty9+/kHxbmUGV0SNGQFIjn5emh8XSlYL+nNzo=; b=vHdkLEf+AdApg9IcBB+ZNVig4ocv4H6G59UEDPFn0x9p0FUx2wQLE8Wv4gWSObFaiM 8rlbLXgGvj8zzI1YEO5GcXKt+bQjkSyQp9f/ijLwy7Q8kzVbJJRhBFisi13p+miPzV+8 UBDPCO2zFS8NmFXzsDSA9fJNnUDEsOVC1K13P9J/RYcKoGgV+gM7A9Ar3nn62/IrNEYb 0Mq/3eIP66PTEtAf3l4PKk+QQTFYcWYPtvuRh1z43C5gQMy91BV0GcH6tVxotWej3aic LrIs61mxk53eNNLmzGv1pQfvolSkCkoEfCL5XJvbAEBXvTp5L/q/apo+Ot+qaR+zmVDJ nhUQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=hF2hKORx; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c3si2584909pls.73.2018.12.13.16.07.20; Thu, 13 Dec 2018 16:08:15 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=hF2hKORx; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728625AbeLNAF1 (ORCPT + 99 others); Thu, 13 Dec 2018 19:05:27 -0500 Received: from mail.kernel.org ([198.145.29.99]:34218 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726254AbeLNAF0 (ORCPT ); Thu, 13 Dec 2018 19:05:26 -0500 Received: from [192.168.1.112] (c-24-9-64-241.hsd1.co.comcast.net [24.9.64.241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 36B7E20870; Thu, 13 Dec 2018 23:56:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1544745416; bh=sMND/x7hKAb5z66ZliYJ5py8rFZ5Dys/023i38ACwRk=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=hF2hKORxr5rcjdZf1IuEe59rRLTyC6ol07NHo4FOsiBhxtGj5C90pMoWHuYTNL7BS moVwoEaDplhHG50ulxYzKm2R4t2qYN4FwY8ZzON1hI5captZJSms5XlMPPa3hoWZ/4 MgBgzE8b45+OOqc7fnDoZWBWCUqyzOv/MD1/lQJo= Subject: Re: [PATCH] selftests: Fix test errors related to lib.mk khdr target To: Paolo Bonzini , tglx@linutronix.de, mingo@redhat.com, peterz@infradead.org, dvhart@infradead.org, bamv2005@gmail.com, brgl@bgdev.pl, fathi.boudra@linaro.org, anders.roxell@linaro.org, daniel.diaz@linaro.org, pintu.ping@gmail.com, drjones@redhat.com, hofsass@google.com, peterx@redhat.com, peng.hao2@zte.com.cn, wei@redhat.com, davem@davemloft.net, dcaratti@redhat.com, akpm@linux-foundation.org, mhocko@suse.com, khalid.aziz@oracle.com, mpe@ellerman.id.au, aneesh.kumar@linux.vnet.ibm.com, dima@arista.com Cc: linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, stable@vger.kernel.org, shuah References: <20181213200011.10779-1-shuah@kernel.org> <623cdf7b-fc3c-2a93-c61a-a043e3d7f75b@redhat.com> <25593aa4-a2a7-6567-11f2-b702b6e5563c@kernel.org> From: shuah Message-ID: Date: Thu, 13 Dec 2018 16:56:54 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/13/18 4:40 PM, Paolo Bonzini wrote: > On 13/12/18 23:50, shuah wrote: >>> >>> Looks good.  Could you please provide a topic branch so that we can >>> avoid conflicts between our trees at the next merge window. >>> >> >> Thanks. The topic branch is >> >> git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git next >> >> I will apply it in a day or two to get ready for the merge window. > > There are already other patches in that branch; a topic branch only > includes this one on top of Linus's tree, so that it is independent from > other changes being made in both your and my tree. > > You should create a new branch in linux-kselftest.git, pull it into > next, and tell me the name so that I can pull the same branch into kvm.git. > You can find just this patch on top of 4.20-rc6 in git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git khdr_fix topic branch. thanks, -- Shuah