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 B50A6248873; Sat, 21 Mar 2026 11:03:41 +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=1774091021; cv=none; b=FOJU9X4k9W4Bo9tBNny7CjwpY71Mhtuc9u90HSy1dG4fGBt9uOSQ23dInJLpT9zbg002iKUbGLe8suBUDIWhzzD+zemRLM/ECG8fPprnCL59AWzoJzjtIlsD3EJ1PtdHuAk+bUpqs+/Y59AGXg6pbm1ohnefT/iGwoNrpNkKeqY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774091021; c=relaxed/simple; bh=6kVNx+dmhdA0XwggHUyGvys0BRv5ebJBpSOk+XGn//4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=toOmi6jxSEWCKP3geb2cwTR12AtdgDeRCja0udsFpEtp78t8f+nBgx1TGf124E+lDdXDonOcC1RepAO/XOHCYNqvhji0pSMU+aIS3Gr2CDaool38Wuz7cYgqdCtL3DZ5cPh+42hrQCigRgLgh074QMD/kSFZw0wUZDY/iOx+7EE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=HLONG1UC; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="HLONG1UC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 96D72C19421; Sat, 21 Mar 2026 11:03:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1774091021; bh=6kVNx+dmhdA0XwggHUyGvys0BRv5ebJBpSOk+XGn//4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HLONG1UCfHPh3TqeeEkqowiNxHe7oAMisx95+D2FngVS5bAkOwSddVeIBAHzDrlWl 0/gPle5Tvt5a4/bewPW/EHSi4QrIDx7gQwZP4h69pEbl7eexovf3uwRvv1p1uPgq/5 KbTAFfrHIMT1kl2fqJ3CbmqvAwTC7OVUsOnPhGyI= Date: Sat, 21 Mar 2026 12:03:18 +0100 From: Greg KH To: "Ionut Nechita (Wind River)" Cc: stable@vger.kernel.org, frederic@kernel.org, tglx@linutronix.de, linux-kernel@vger.kernel.org, rdunlap@infradead.org, ptesarik@suse.com, kernel test robot Subject: Re: [PATCH v2 6.12.y 2/7] timers/migration: Annotate accesses to ignore flag Message-ID: <2026032135-statute-factor-34cc@gregkh> References: <20260321102440.27782-1-ionut.nechita@windriver.com> <20260321102440.27782-3-ionut.nechita@windriver.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260321102440.27782-3-ionut.nechita@windriver.com> On Sat, Mar 21, 2026 at 12:24:35PM +0200, Ionut Nechita (Wind River) wrote: > From: Ionut Nechita Why is this here? And again, you did not send this properly, work with your kernel team to learn the proper process, I've been over this multiple times with them in the past... greg k-h