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 80543C63797 for ; Mon, 6 Feb 2023 17:12:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229733AbjBFRMe (ORCPT ); Mon, 6 Feb 2023 12:12:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46892 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230121AbjBFRM3 (ORCPT ); Mon, 6 Feb 2023 12:12:29 -0500 Received: from out-174.mta1.migadu.com (out-174.mta1.migadu.com [95.215.58.174]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7776E29E23 for ; Mon, 6 Feb 2023 09:12:23 -0800 (PST) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1675703540; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FWcuvINuM57fIe+Z/vXE3oEWwftnU+xQaHXoen2h5uM=; b=f8i2dPWQXobhJUsTkhsWTfunjjbYnRdRZjBT+kOv3oCuHHUcduQH6TrGjt+tPHWuhEsVWw R+w923wyVFy57byaVYtyD845RFZp/Qcsu33iNrdaEb++FkAMCc2PEy7ITmgEbylHNWOp++ M1ObWIWXZgoisFVUIkJ9EFih5nAxo5g= From: Oliver Upton To: shahuang@redhat.com, kvm@vger.kernel.org Cc: Oliver Upton , Zenghui Yu , "moderated list:KERNEL VIRTUAL MACHINE FOR ARM64 KVM/arm64" , "moderated list:KERNEL VIRTUAL MACHINE FOR ARM64 KVM/arm64" , Suzuki K Poulose , David Matlack , Shuah Khan , open list , Marc Zyngier , Paolo Bonzini , James Morse , Sean Christopherson , "open list:KERNEL VIRTUAL MACHINE FOR ARM64 KVM/arm64" , "open list:KERNEL SELFTEST FRAMEWORK" Subject: Re: [PATCH] KVM: selftests: Remove redundant setbuf() Date: Mon, 6 Feb 2023 17:12:08 +0000 Message-Id: <167570350685.3822534.3390093864852926212.b4-ty@linux.dev> In-Reply-To: <20230203061038.277655-1-shahuang@redhat.com> References: <20230203061038.277655-1-shahuang@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 3 Feb 2023 14:10:36 +0800, 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. > > > [...] Applied to kvmarm/next, thanks! [1/1] KVM: selftests: Remove redundant setbuf() https://git.kernel.org/kvmarm/kvmarm/c/6043829fdb71 -- Best, Oliver