From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.forwardemail.net (smtp.forwardemail.net [121.127.44.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DF1171D4606 for ; Wed, 22 Jul 2026 15:03:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=121.127.44.66 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784732611; cv=none; b=HTRtV4oQfsFLn1GwqovnzrSWiDw1eAiNxV5k7VAbSsiDzHl038rOnnHcWZ+NcxmuBC8YyeGDB9AImCGMP9F7Q301vSOHyPfUHvPqLfA2/aKCCtt6lrpVkVPYUbYP1AfPW00TcbEs6kscV2cnHxVkML6HjE7H68TMF53eBhQJfZY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784732611; c=relaxed/simple; bh=aDN4gxD06vur8IKGGeUs8jFkZJdxML3nHWsnw+sJrVM=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=OTCDc6032y9ebaqnA29ErK9VWU+TXQvJeN/Bd+uGgecNrjutAJ4mkbi53WWi2dVuSO+8xUV+/ND7z0t8zJVVE+FWp4WQ4FGUmQsVLzrzSqP0aNaFLcqfzP1CXpOv6cmkFVct1g+wAbJDYjvB0wDW5RE2lVW/S9zCfgCMrcVLmog= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ubuntu.com; spf=pass smtp.mailfrom=fe-bounces.ubuntu.com; dkim=pass (2048-bit key) header.d=ubuntu.com header.i=@ubuntu.com header.b=PZSrIgUn; arc=none smtp.client-ip=121.127.44.66 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ubuntu.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=fe-bounces.ubuntu.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=ubuntu.com header.i=@ubuntu.com header.b="PZSrIgUn" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ubuntu.com; h=In-Reply-To: References: To: From: Subject: Cc: Message-Id: Date: Content-Type: Content-Transfer-Encoding: Mime-Version; q=dns/txt; s=fe-953a8a3ca9; t=1784732608; bh=aDN4gxD06vur8IKGGeUs8jFkZJdxML3nHWsnw+sJrVM=; b=PZSrIgUn9bH8pLKYry3fulH/+OaC0dE3ov/4d2nW/jiZBHtKpZUarqnLdW2E3Kphn0s1G34fB IBB5XC2fZFCTEPrIyxGrOq/VH0Wv5ABTU/FojdDoB65CcARSjwrgF1FtPn0bt+4fxpFnoiBKUw7 0WkDGjm3cKa5+oLHnec53OORB7YJkT5QoCOTB6lw6dfbjkIy0S16PCbhDzsmReiLm0qI49vWPSO XA2qIUCIHqD5WTX4CctodmSAN1Aax1iZ8Qwyuvaj9YXuGGLce7OAbGlSkhOh6d12JUYvKwMli0R JfHQo0FjWGNbXjpADwi0j94pqesAZ6MGsEx6x3GtzjnA== X-Forward-Email-ID: 6a60dbbed0a446977bf14c0a X-Forward-Email-Sender: rfc822; jpeisach@ubuntu.com, smtp.forwardemail.net, 121.127.44.66 X-Forward-Email-Version: 2.12.0 X-Forward-Email-Website: https://forwardemail.net X-Complaints-To: abuse@forwardemail.net X-Report-Abuse: abuse@forwardemail.net X-Report-Abuse-To: abuse@forwardemail.net Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8; format=Flowed Date: Wed, 22 Jul 2026 11:03:22 -0400 Message-Id: Cc: , Subject: Re: [PATCH] [PATCH] drm/vkms: Advertise PREMULTI blend mode From: "Joshua Peisach" To: "Joshua Peisach" , "Michail Tatas" , , , , , , , , X-Mailer: aerc 0.21.0 References: In-Reply-To: On Wed Jul 22, 2026 at 10:40 AM EDT, Joshua Peisach wrote: > > Hi, > > Unfortunately, this still causes the warning on my machine. In my > config CONFIG_DRM_VKMS is not set. > > -Josh Sorry, disregard. This was meant to be a fix for just VKMS. I was lead here by syzkaller thinking it would fix it for all. -Josh