From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fanzine2.igalia.com (fanzine.igalia.com [178.60.130.6]) (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 CFAD57CF16 for ; Mon, 24 Feb 2025 14:21:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=178.60.130.6 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740406910; cv=none; b=fZtXmm/JfhbwGWPh/la1C0u947WBLc7sgBSQ+IflCdue6UzaExk//GxslbjOZx6MbjEB3wBNGOPz/nZVBt7sEgDOJHhFiK31VyzqmguzINixcwgnEY50skXfGNHsHpmTdJa7OzybJklWUuCigziJXL/DIrz0aSGKbTKRRWo+Dy0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740406910; c=relaxed/simple; bh=FE1CWMi2CvPnvoketKsYWYlZ+VV76x1gP9YK33cjJrs=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=QZLWbKwNiVRvsLkfDLshZcK+eGu0AKXvR1oB4NbWEcJKO7THxgtqDfcxFH7JmwtcNNVYS34ZORfRyD1Twx4zqCjSqaG3Kspxv9nrDKY9EdjRg8cB3QvdGAKSyyBiaOLGPL3tguIku/EzN3+veIhmOEbEUt+ICGw9786DkFpObkw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=igalia.com; spf=pass smtp.mailfrom=igalia.com; dkim=pass (2048-bit key) header.d=igalia.com header.i=@igalia.com header.b=OkuAKoa2; arc=none smtp.client-ip=178.60.130.6 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=igalia.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=igalia.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=igalia.com header.i=@igalia.com header.b="OkuAKoa2" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=JT5nI4XOfZ8xYdvgJxo/xc/goWo7FZySBnJH86XdU1Q=; b=OkuAKoa2rK9+QHl+Lcc1+dGNck got84dy5qukEpHiZrzJqd8mdOAR+MyQqqy4+DpHhUua6Tn+CokaWvcXGgBm6eyc1vuKsfciWNjHVY 3lgyBrS/gRjKczDfhrSwE6nv83sblt828bVUbfi1yBPlyv8pmPae4sGeJAsNLPr7DZjNCaSeS+9Rp IVx3f9g9CBe2d/EOWvFfQdgpWzkebWFSFjNrysjXiFTPMi+BXfuKwwytAGbd9OcU+l7LMYMKKYBB4 OuZeLVQbIJPiK0HyGvPvxIGK519I4FpBBoZdD4/wcC05AwOHqIeKdLAVIx7aaTS7ZeisskxyaH2Mj 15aMVAdg==; Received: from 253.red-79-144-234.dynamicip.rima-tde.net ([79.144.234.253] helo=localhost) by fanzine2.igalia.com with utf8esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1tmZKx-00HX3f-4n; Mon, 24 Feb 2025 15:21:41 +0100 From: Ricardo =?utf-8?Q?Ca=C3=B1uelo?= Navarro To: Greg KH Cc: stable@vger.kernel.org, bigeasy@linutronix.de, revest@google.com, kernel-dev@igalia.com Subject: Re: [PATCH 6.6 1/2] net: Reference bpf_redirect_info via task_struct on PREEMPT_RT. In-Reply-To: <2025022454-dislike-unengaged-37e5@gregkh> References: <20250224-20250204-kasan-slab-use-after-free-read-in-dev_map_enqueue__submit-v1-0-de5d47556d96@igalia.com> <20250224-20250204-kasan-slab-use-after-free-read-in-dev_map_enqueue__submit-v1-1-de5d47556d96@igalia.com> <2025022454-dislike-unengaged-37e5@gregkh> Date: Mon, 24 Feb 2025 15:21:40 +0100 Message-ID: <87frk3zamj.fsf@igalia.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Hi Greg, thanks for having a look at it. On Mon, Feb 24 2025 at 14:55:36, Greg KH wrote: > You did major changes to this and you didn't sign off and explain what > you did differently from the original commit? You know we can't take > that... Yes, I needed to do some manual adjustments to the original upstream patch in order to apply it to stable... and I just noticed that I skipped a couple of lines in one of the chunks. My fault. Except for that, which I'll fix in v2, I didn't introduce any functional changes to the patch itself, that's why I didn't sign it or explain the modifications. Except for the changes in the context (and that poorly edited chunk) the lines introduced by this patch and the upstream one are identical. In any case, I'll make the required fixes for v2 and I'll try again, this time explicitly mentioning that there was some manual work involved. Thanks! Ricardo