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 C9506C05027 for ; Fri, 3 Feb 2023 21:30:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233736AbjBCVab (ORCPT ); Fri, 3 Feb 2023 16:30:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38878 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232409AbjBCVa3 (ORCPT ); Fri, 3 Feb 2023 16:30:29 -0500 Received: from out-135.mta0.migadu.com (out-135.mta0.migadu.com [91.218.175.135]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D82579B704 for ; Fri, 3 Feb 2023 13:30:27 -0800 (PST) Date: Fri, 3 Feb 2023 21:30:14 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1675459825; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=2wKiDc3ijvfRcPytBTnYThEIpGCkfZyMLsZ4A0/NL14=; b=GIuXwkfF5SespCmBTOJAXKlo1F9yIYLPzcLhk3ZDpddbYFK9FwBiQLS4psW6n3KPnkpBph QrZuGrt4waL5zYLVll38NqmwJZL/FLlD+VxUYgufMFgC5vXiUW9gHvkMMmB8EWp+yxmdqD XsFGYpV4TmZXMppL17eiU5z/kBL5IUM= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Oliver Upton To: Sean Christopherson Cc: shahuang@redhat.com, kvm@vger.kernel.org, Marc Zyngier , James Morse , Suzuki K Poulose , Zenghui Yu , Paolo Bonzini , Shuah Khan , David Matlack , "moderated list:KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)" , "open list:KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)" , "moderated list:KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)" , "open list:KERNEL SELFTEST FRAMEWORK" , open list Subject: Re: [PATCH] KVM: selftests: Remove redundant setbuf() Message-ID: References: <20230203061038.277655-1-shahuang@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 03, 2023 at 06:49:45PM +0000, Oliver Upton wrote: > On Fri, Feb 03, 2023 at 06:41:27PM +0000, Sean Christopherson wrote: > > On Fri, Feb 03, 2023, shahuang@redhat.com wrote: > > > From: Shaoqin Huang > > > > > > Since setbuf(stdout, NULL) has been called in kvm_util.c with > > > __attribute((constructor)). Selftests no need to setup it in their own > > > code. > > > > > > Signed-off-by: Shaoqin Huang > > > --- > > > > Reviewed-by: Sean Christopherson > > Thanks! > > > Oliver/Marc, want to grab this one? I doubt there will be conflicts, but IIRC > > there are a handful of in-flight changes for aarch64/page_fault_test.c. > > That is indeed the plan. Now fully caffeinated I see that this was poking at an x86 selftest too. Thanks for reviewing it, I'll grab the patch today. -- Thanks, Oliver