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 C579E244660 for ; Sat, 14 Mar 2026 11:50:42 +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=1773489042; cv=none; b=gmVgeknCV9N7EY5jj+VkyysieF+giGbZpFRSdn0dgTYuIOHaxK2wpxSX/sDPOqIiSC6iX8m/JqF8UhXG2k1GYNH8kYBB8bGWdicm0ikEgvh+aqQhhbRRW0ikY8yDXFp7B5nwN+wVUZ9BGOqYWonJsmWXazBU8mBdustCdpXXQh8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773489042; c=relaxed/simple; bh=7Ym9qcdOze22zZy+TpjmW3msHuwpfocNKz8UILuA3jw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WdghSBzIEfhWRJ8hRPLbTRcCnlLMGhUujMuXHUltbVDsw6DWvvWWEwn4RisuqY1+8bFsyKZyGLizYQ4CPKaAGn5DoZ7FMOYN8JHnMci3yxI6Cdc4xf4vP/2BmGYZ4nb1vX63IH+MIGhj8OaKzh/67KdSNcmIIBLeHYfTH+e9uus= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=rhnMhoO2; 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="rhnMhoO2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 16527C116C6; Sat, 14 Mar 2026 11:50:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1773489042; bh=7Ym9qcdOze22zZy+TpjmW3msHuwpfocNKz8UILuA3jw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rhnMhoO2BnHyHGgDAtz3zl23oA1KwMdO2aGGNEQgTbBzQaAOOm9AYWUlpW5vsqLEh MbMfd3FwIDkvs48WaL13HHmJR1B7yYiBiiRhPppwX5G+B2qQeNmPdJr+YdDFW6s13I nDqzSbYtDoxOvXctaawbZe9jSNGm0s7uUk3bgEIM= Date: Sat, 14 Mar 2026 12:50:39 +0100 From: Greg KH To: Linus Torvalds Cc: Andrew Morton , Arnd Bergmann , linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] Char/Misc/IIO driver fixes for 7.0-rc4 Message-ID: <2026031412-list-abstract-3d23@gregkh> 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: On Sat, Mar 14, 2026 at 12:50:06PM +0100, Greg KH wrote: > The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f: > > Linux 7.0-rc1 (2026-02-22 13:18:59 -0800) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-7.0-rc4 > > for you to fetch changes up to 163cc462dea7d5b75be4db49ca78a2b99c55375e: > > gpib: lpvo_usb: fix unintended binding of FTDI 8U232AM devices (2026-03-11 16:23:32 +0100) > > ---------------------------------------------------------------- > Char/Misc/IIO fixes for 7.0-rc1 > > Here are some char/misc/iio/binder fixes for 7.0-rc1. Nothing major in > here, just the usual: And I can't count, the tag is for -rc4, I just put -rc1 here in the message for some reason, sorry about that. I can redo the tag if needed. thanks, greg k-h