From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-183.mta1.migadu.com (out-183.mta1.migadu.com [95.215.58.183]) (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 255AE2EF644 for ; Wed, 13 Aug 2025 14:57:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755097075; cv=none; b=s/ELqdJHSPBhY1O5WNbr4n+OCwuRKvQu6JPAyK9M2S0uV2itr6mEfWQ3WH4dwlip+zzaG4p0/HkE/okrJ5ImB7aX+01cXPdx+c9A/L23fHu1n2oFGTqo2cUQo6Y44fbjrHJQBBPeFEkOl4kh7/wFAYbupWSTDb7+jYGQOuT0XIA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755097075; c=relaxed/simple; bh=2nQhhmTMpWAkEfQqSuKYdG+7HAP1ecHNw8TdIF2331E=; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Cc: Message-Id:References:To; b=O7HuM5a6BH1SmNOPLVQaGzYLBnKMWmuS1tMmV6NoGo6ghOaf0kHWUb8psCjJMKo8Ot17vw//bGgBVvYkS8vSKh1mvYfoOvANWUsfHpiji5Bz2qfaqHszgWjkxpWscl2lLRhFsQq1fmkFpxkrJTuWgEkBejKxQf+d9OQvBN150Y4= 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=tZk1OJMi; arc=none smtp.client-ip=95.215.58.183 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="tZk1OJMi" Content-Type: text/plain; charset=us-ascii DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1755097062; 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=ZX0y3XqvMJOpqUkdJGA0oEg4O1RqEHyh9mxsJeg//rU=; b=tZk1OJMiVRqSV7+X5aLLA1tVT6SxVvMXjd+Kk/ow2bVMHraZKX6+yJO6xh4BXSDkPgBBiE VEwef0286emSwznk28MqpnXzWcQVfQGg77GD3z6KXOXFhZLHhHvJwbWLyfkqSTn25ff4vk pgUIvwh3haYsv9Og7+9GZPM9Kl8xBB8= Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.700.81\)) Subject: Re: [PATCH 3/3] usb: storage: realtek_cr: Use correct byte order for bcs->Residue X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Thorsten Blum In-Reply-To: <2025081358-posted-ritzy-bd3f@gregkh> Date: Wed, 13 Aug 2025 16:57:27 +0200 Cc: Alan Stern , wwang , stable@vger.kernel.org, Greg Kroah-Hartman , linux-usb@vger.kernel.org, usb-storage@lists.one-eyed-alien.net, linux-kernel@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: References: <20250813101249.158270-2-thorsten.blum@linux.dev> <20250813101249.158270-6-thorsten.blum@linux.dev> <2025081358-posted-ritzy-bd3f@gregkh> To: Greg Kroah-Hartman X-Migadu-Flow: FLOW_OUT On 13. Aug 2025, at 16:39, Greg Kroah-Hartman wrote: > On Wed, Aug 13, 2025 at 12:12:51PM +0200, Thorsten Blum wrote: >> Since 'bcs->Residue' has the data type '__le32', we must convert it to >> the correct byte order of the CPU using this driver when assigning it to >> the local variable 'residue'. >> >> Cc: stable@vger.kernel.org > > When you have a bugfix, don't put it last in the patch series, as that > doesn't make much sense if you want to backport it anywhere, like you > are asking to do here. > > Please just send this as a separate patch, and do the cleanups in a > different series. Ok, you can find it here: https://lore.kernel.org/lkml/20250813145247.184717-3-thorsten.blum@linux.dev/ Thanks, Thorsten