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 7229EB674 for ; Fri, 10 Jan 2025 15:15:49 +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=1736522149; cv=none; b=ccj9XpXhJL39PGNd7MKiM6aB6SWOeQRHtTr/cUAzMEuPSTdiCOkCOU1/JDL+3FFn93f8o7RoWVoMuGJ/RD3qKQBamcF2cKxxs++AFcR1HrIg02YgYqRWtGMm+CfCiHwHAe5vBvN6QbiYXoQiuofyOqBLNYKKmV7CGyIqDZkEUFE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736522149; c=relaxed/simple; bh=euB8X0XVRsrZWjwlQ/MwJWO8c+0GOLuLdHKDkZtwhXg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Cgze89P2CsU96BjAZOCMpurrUyWeVN4+FCe0mLXoV3XpfQtFQHTc/kIOzIKB0FDq3y4yNortH/bjYE10pMHhAKZAFhi75oiyNvqOZZ5C68DFytwvqx4TmxrB/BNaH8D+RRtyu4DF42WLBTHTEo9QEnHCMHxHeN/7yXLgeFe/n3s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=2wMkIBAk; 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="2wMkIBAk" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 86C14C4CED6; Fri, 10 Jan 2025 15:15:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1736522149; bh=euB8X0XVRsrZWjwlQ/MwJWO8c+0GOLuLdHKDkZtwhXg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2wMkIBAkq9MuOkCBlrOTMdmgPZFKumErGyOghCTWnCEkf3TrqkNksC8MdEk2IkZxB NOY/09aZAbVziISlmTAVxF/03ms2L1S8KPP+2IyxoNDfkaj233FPJMrUtuYHUGE0n9 rW1HcNWQpipoBDRb/YL8wg21ADLY1kvgQg6vbpnM= Date: Fri, 10 Jan 2025 16:15:41 +0100 From: Greg KH To: srinivas.kandagatla@linaro.org Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] fastrpc: fixes for 6.13 Message-ID: <2025011007-jab-contents-034c@gregkh> References: <20250110134239.123603-1-srinivas.kandagatla@linaro.org> Precedence: bulk X-Mailing-List: linux-kernel@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: <20250110134239.123603-1-srinivas.kandagatla@linaro.org> On Fri, Jan 10, 2025 at 01:42:36PM +0000, srinivas.kandagatla@linaro.org wrote: > From: Srinivas Kandagatla > > Hi Greg, > > Here are few fastrpc fixes for 6.13, Could you queue > these as 6.13 material. As it's a bit too late for 6.13-final (I'm going to send my last pull request to Linus tomorrow), and these are all "fixing" old issues, I'll just queue them up for 6.14-rc1, thanks. greg k-h