From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 0FE3419CC16 for ; Tue, 1 Oct 2024 11:58:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727783892; cv=none; b=n/P+5kMesew4+cCHmqapJXn7hfOgdagTwbBtCT8RiLH9OHnwIIzsLZUXpZ1VjsSRF8E5JAy/nr1EDqC5cKImGr0r32yOCSLAzKiafZG2nB6aF3OxlaofidL9ioUx8TuO2unL4ZEjGKRCm74yXDTIAOW5JVqnomgpf0WY82HUPqs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727783892; c=relaxed/simple; bh=hrLgxpjv7pxrDi6/BB81vUAd0WPSkqISv69mqAlOIAk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NzctK3tFwhF5WVxrJBZW1pyDFYyLP/mUmjA58t0X87BCqJk0nI58HpAVXSuPxuRLyA6C6fkcR+eL+s+y7oBPw1Y8Lj7S4asGau1wZIThadE9GLEIUNCcEtVwGVRgtn46SjGIN68qpZ452IEbZKB3wgF55QK2t1YvPzTtfPaaOi4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b=Iji5n8i2; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="Iji5n8i2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EDDA0C4CEC6; Tue, 1 Oct 2024 11:58:10 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="Iji5n8i2" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1727783889; 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=V0QsrEwqgOsekGbjpulLcb0U+4nJas9Fc211fDcsacc=; b=Iji5n8i2GWWbN2kLfstYLC2MCPEJqinez1+7smTNgowyfyZ6PKNNrI3K8U/MNfYoDicvhw Mk8GIG1bcgAeX3XHjMGdVmCSOHQ/vKoVLVsEflgyWscSjLllFJiNIinetuQIyZHFDHwvMH uzag4/h4yM6nDT1y4Yi9SssKCisnpHo= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 7919ddd0 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 1 Oct 2024 11:58:09 +0000 (UTC) Date: Tue, 1 Oct 2024 13:58:03 +0200 From: "Jason A. Donenfeld" To: Greg Kroah-Hartman Cc: Sasha Levin , stable Subject: Re: patches sent up to 6.13-rc1 that shouldn't be backported Message-ID: References: <2024100107-womb-share-931a@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <2024100107-womb-share-931a@gregkh> On Tue, Oct 01, 2024 at 08:52:28AM +0200, Greg Kroah-Hartman wrote: > On Tue, Oct 01, 2024 at 06:02:45AM +0200, Jason A. Donenfeld wrote: > > Hi Sasha, > > > > I've been getting emails from your bots... > > > > I sent two pulls to Linus for 6.13-rc1: > > > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=4a39ac5b7d62679c07a3e3d12b0f6982377d8a7d > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=34e1a5d43c5deec563b94f3330b690dde9d1de53 > > > > In these, I'm not sure there's actually much valid stable material. I > > didn't mark anything as Cc: stable@vger.kernel.org, I don't think. > > > > As such, can you make sure none of those get backported? > > > > Alternatively, if you do have reason to want to pick some of these, > > can you be clear with what and why, and actually carefully decide > > which ones and which dependencies are required as such in a > > non-automated way? > > They say so directly in the commit, i.e.: > Stable-dep-of: 6eda706a535c ("selftests: vDSO: fix the way vDSO functions are called for powerpc") Wha? Sasha added that. It's not in the original commit. Is that tag anywhere in Linus' tree? > > in each one. So this seem to be needed to fix up the powerpc stuff. > > I'll drop them all if you feel these should not be applied. Yes, thanks. Jason