From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-186.mta1.migadu.com (out-186.mta1.migadu.com [95.215.58.186]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 613F929BD95; Wed, 29 Apr 2026 12:36:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.186 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777466214; cv=none; b=EMHuTFgtNUiOLghuXKch9WDyuNgtsuc9EsUSDcPHeDpusKHOYopsBtDt/lfelJNSUuAKYV6N3fbYnqU2gnxUVHmzcnZ6rYhA2+ssicVK8hzR8A09uiOlvkGFYAOkEZrcVN4aTtRUNKO5e3GRCniFy0eR6OS3bDJyjXMyh5g8IJQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777466214; c=relaxed/simple; bh=0AiiLv1Nenp+t6rSfigFWH/SNDVGs2T0BC7RcNFcbiY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=uTBiArZqA+99mKk5UMJg3I87ZXB3Y1YZiCcde6UHmuUJhOAlI4knv94qhA9zJTHUimVl8fYSB48xpFiRK7z9McjIPB2mOtSiJ7iplxCkIEtGONgzIXfXC+UQ5XTb0mpwDfzosYdiyzNnsDZtTrLMgtbWfBXjLXZgHxGWepT06UY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=kRO0H9/q; arc=none smtp.client-ip=95.215.58.186 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="kRO0H9/q" Date: Wed, 29 Apr 2026 14:36:36 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1777466201; 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=w30PbnAEhiTyBhwB/vr+gqiUgiFw0Yl0Fre0bR3ABzE=; b=kRO0H9/qf8nG5hVeHsQZziJgazi4ovT60hckLqP71ZkvIugYh9YnmYKE0EBfSBzJ7wmTWv kAsc7Pzt1GhDUq9m0wxp4Wyd0CtIq7mW5x4QUKHyhJBsZjesgGks9BMHZoYNEzk4yowFF7 GZP+Tpa6j5wiU3eiBGekTKu8zstGy4k= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Thorsten Blum To: Olaf Hering Cc: "K. Y. Srinivasan" , Haiyang Zhang , Wei Liu , Dexuan Cui , Long Li , Greg Kroah-Hartman , stable@vger.kernel.org, Ky Srinivasan , linux-hyperv@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] hv: utils: handle and propagate errors in kvp_register Message-ID: References: <20260414111008.307220-2-thorsten.blum@linux.dev> <20260429142724.4d74641a.olaf@aepfle.de> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260429142724.4d74641a.olaf@aepfle.de> X-Migadu-Flow: FLOW_OUT On Wed, Apr 29, 2026 at 02:27:24PM +0200, Olaf Hering wrote: > Tue, 14 Apr 2026 13:10:08 +0200 Thorsten Blum : > > > Fixes: 245ba56a52a3 ("Staging: hv: Implement key/value pair (KVP)") > > Please do not abuse the Fixes tag when it fact this change is "cosmetics". What makes you think this is just "cosmetics"?