From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vinatta.cz (vinatta.cz [37.205.8.231]) (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 8104137E2F8; Wed, 29 Apr 2026 18:36:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=37.205.8.231 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777487812; cv=none; b=NAKup9Tr1WhfPoTM+J4IDNtj4Pvrwp8HPSL3W50wkdmhECra7njczNTr0PKIV5ClZ48zvRA55914dIXoB+NsH3eWCihjyJKTuioNmuqHfXXd2bNi3psOmMAYyhf087rP0rfr0dQBS7Ib9xLEnU2LOLRr5cCgoj8X5CdhDmeolec= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777487812; c=relaxed/simple; bh=UaKL1VITGxGKAwtbx/cCauZTVexmzreqjwsha7+HCvw=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:To:From: References:In-Reply-To; b=tfDIKL3wMtI5JN+xScEb+P7OlMwoCQkCc0KPrPkF1O7X5Hbx3il6mEGgyU85h3wMC5zHNRbcHHxE1JmELTY/LkvH3BzJ62ag81I9rXs15s2HkfzZ6RbXDQyDHE7r2RZIzTwNuOvgLaSxkBajyKX89TkqMEPPQIHdoSxbMv3an1w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=matfyz.cz; spf=pass smtp.mailfrom=vinatta.cz; dkim=pass (2048-bit key) header.d=vinatta.cz header.i=@vinatta.cz header.b=sjExcYGf; arc=none smtp.client-ip=37.205.8.231 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=matfyz.cz Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=vinatta.cz Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=vinatta.cz header.i=@vinatta.cz header.b="sjExcYGf" DKIM-Signature: a=rsa-sha256; bh=UaKL1VITGxGKAwtbx/cCauZTVexmzreqjwsha7+HCvw=; c=relaxed/relaxed; d=vinatta.cz; h=Subject:Subject:Sender:To:To:Cc:Cc:From:From:Date:Date:MIME-Version:MIME-Version:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Reply-To:In-Reply-To:In-Reply-To:Message-Id:Message-Id:References:References:Autocrypt:Openpgp; i=@vinatta.cz; s=default; t=1777487786; v=1; x=1777919786; b=sjExcYGfSBa/pQLBcc/Y8CfPVNF1lRhd4ybKJ1qIB2T+LFZQR6E0kXI/k07g9Bdc6mKf0tVp Vu6SQxAbaZxOjrbujqb5MYda9E+oVkecOARdLpMfRX0ItiRfKoHSLwYNCpkVNIBF5urXUt5ISyd WxtKxwG6zIboC430MwLQp4oSmR+Jun1vL6mfiiFhWN1DTEt9JcEWPXnKA92Lg9Fb1k1jopDPNV9 n7ROIzxHCXcDSLkdEPQDsDs+3f7ohcbMijRpsF5OngqzFtdXX6JESgJ9fC53NUyNyC9CL5HvHsF eAJs9FaBOw2pvSImfkK6oicWWkljST0nba1KWwY7tNP1w== Received: by vinatta.cz (envelope-sender ) with ESMTPS id 9f7750af; Wed, 29 Apr 2026 20:36:26 +0200 Precedence: bulk X-Mailing-List: linux-wireless@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 Date: Wed, 29 Apr 2026 20:36:26 +0200 Message-Id: Cc: "Francesco Dolcini" , "Johannes Berg" , "Rob Herring" , "Krzysztof Kozlowski" , "Conor Dooley" , =?utf-8?q?Duje_Mihanovi=C4=87?= , "Andrew Lunn" , "Gregory Clement" , "Sebastian Hesselbarth" , "Ulf Hansson" , "Frank Li" , , , , , , <~postmarketos/upstreaming@lists.sr.ht>, , "Jeff Chen" , "Peng Fan" , Subject: Re: [DONOTAPPLY RFC PATCH v2 0/4] WiFi support for samsung,coreprimevelte To: "Brian Norris" From: "Karel Balej" References: <20251026182602.26464-1-balejk@matfyz.cz> In-Reply-To: Brian Norris, 2026-04-29T10:15:55-07:00: >> and it would be great to not have to keep the >> patches in a fork, especially when trying to build on top of them >> further (such as to fix the driver-firmware incompatibilities discussed >> in one of the patches of this series). > > Patch 3 is a different story. At the moment, it's definitely not > acceptable. But I tried to provide hints about how you can write proper > FW compatibility logic. I'm still not optimistic that'll be easy and > maintainable, and we still reserve the right to reject patches if they > make things unmaintainable. I was referring to the original patches here, I would of course modify the compability patch according to your feedback, I just didn't want to invest the effort into that when it wasn't and still isn't clear if it will ever be possible to upstream it. I'm curious to hear from Johannes now then. Thank you for the information, Karel