From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 4790036BCDC for ; Thu, 15 Jan 2026 10:42:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768473761; cv=none; b=WMdoNIbqvCP8ZEQ7EiqDZdYvoVhDY8mtJcsDzvlvofhf/25Et9+GSYk5uGx9JQRu05UNc/w7n8bdgibDi8SfR4CtI4PnT6/LIMjL3StRhWTpv++e9FpI60ffwHs44lHpbqbBd0V2AlaMeRiD2cTzbX1krx3bEcMTPihh4L8Otuk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768473761; c=relaxed/simple; bh=b81TrlJN9wcW339JaU6FcL8l0NYwHeO8ETbR8+ZRf7A=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=PheLzHZggUo6fmHFBMrJ44uLZiw+sJYZgZzSC3w8w1z9l4qQ9SIKEZQwFo1sxA0KrhEAYEwOsEzs+YsHLW8XWueeg0XZCl4iUs8ZalJH0zmewJaFEB3NZCuSTmHga4T+U01O9KPb5LoZQF/cLqPAyL+mPDeTp61qTWXiRBtpgyM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=foss.arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=foss.arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id ABCC6FEC; Thu, 15 Jan 2026 02:42:32 -0800 (PST) Received: from bogus (e133711.arm.com [10.1.197.51]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8EBD13F632; Thu, 15 Jan 2026 02:42:38 -0800 (PST) Date: Thu, 15 Jan 2026 10:42:36 +0000 From: Sudeep Holla To: Jassi Brar , Sudeep Holla , Stephen Rothwell , Mark Brown Cc: linux-arm-kernel , Linux Kernel Mailing List Subject: Re: [GIT PULL] Mailbox changes for v6.19 Message-ID: References: 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: Hi Jassi, On Wed, Dec 10, 2025 at 09:28:56PM -0600, Jassi Brar wrote: > Hi Linus, > The following changes since commit 7d0a66e4bb9081d75c82ec4957c50034cb0ea449: > > Linux 6.18 (2025-11-30 14:42:10 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar/mailbox.git > tags/mailbox-v6.19 > > for you to fetch changes up to 1ec6e0e8c0dd6599472af944b8d703d526ff1031: > > mailbox: mtk-cmdq: Add driver data to support for MT8196 (2025-12-10 > 17:17:01 -0600) > > ---------------------------------------------------------------- > pcc: refactor and improve initialisation and interrupt handling > qcom: enable Kaanapali and Glymur platforms > renesas: add MFIS mailbox driver > mediatek: add mtk-vcp-mailbox driver and bindings > add support for MT8196 into mtk-cmdq > misc: remove unneeded double quotation in Kconfig > drop POLARFIRE from ARCH_MICROCHIP_POLARFIRE > fix out-of-bounds access in mchp_ipc_get_cluster_aggr_irq > > ---------------------------------------------------------------- All these changes that were missed in the v6.19 merge window were accidentally dropped from your -next(and hence the linux-next tree), I suppose, as they were present until about 10 days ago. This is not ideal, and the pull request may get rejected again if they are not in -next for some time before the next merge window. Could you please have a look at it?. -- Regards, Sudeep