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 B2D8FC05027 for ; Fri, 3 Feb 2023 18:50:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232601AbjBCSt7 (ORCPT ); Fri, 3 Feb 2023 13:49:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40468 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232470AbjBCSt5 (ORCPT ); Fri, 3 Feb 2023 13:49:57 -0500 Received: from out-229.mta1.migadu.com (out-229.mta1.migadu.com [95.215.58.229]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B995AA9D7A for ; Fri, 3 Feb 2023 10:49:56 -0800 (PST) Date: Fri, 3 Feb 2023 18:49:45 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1675450192; 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=wN4paWkwXIa3CFgztXV8SjaEAKuP+2RoDhhtXu4cIuU=; b=jO6B/3uutUTT+e3ZPGeCi9N2WzRphHCd8Zvt0BZnk3yz3hqj0/QgdlY4HYzBqDa7nYVYR4 y3EIPzceLl6k9iZPGNf8CLHnL6iIYKEUTXzCerI9p/kEgRr/r62o7EW1USVsS6OZnqey0/ 4+MyUYmWm61ViF9E8I8/vrzR7q8kJ1Q= 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: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. Applying patches for arm64 has taken a bit longer because I don't yet have push access to kvmarm so I need Marc to pull from me. The net effect is emailed thankyous are delayed by a few days, but that wont be an issue going forward. -- Thanks, Oliver