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 AFB963101D3; Fri, 24 Oct 2025 11:53:33 +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=1761306813; cv=none; b=ts769PjxzctgmB7piuyEtOsN+YcLpayl0Cp3/i8JHfPDBxuyNhs6jBAZTWxP20o6QoPMSf7p2FsY9wAtbLYju/sP1DQBR2F5kIOl6013BInZST9I/+tXBllXo2dUj3z3QUIbjphjmQ3NpNBi9GXTHCGIVKvz7iMyJxFPlf+o6QM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761306813; c=relaxed/simple; bh=7q3v4gpVuyUVt1TJyUHsPLzCqtRce5plJUqhiGvEU20=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=awePozP12nVNn78mtO5+T4bxAwGh7f2PVG8R8TPh6qPSdXh29sdDGjJYxfFM888jzhXPm1UqRo24aXwUPZ89ZDXOsnJU9uv2c64wIxl9bS23KFnBXDuvnVg94YQunJidX3wL4LYUonS9Y+oaX98gABRPI5Jz8ejHZ856aF//fks= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=NJIP8zMy; 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="NJIP8zMy" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E5FDBC4AF0B; Fri, 24 Oct 2025 11:53:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1761306813; bh=7q3v4gpVuyUVt1TJyUHsPLzCqtRce5plJUqhiGvEU20=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NJIP8zMye2Pfa+Bo2R/1fPj3hqRykNXECVvQ7RFlHanwfBu1Wlg/SPeJT8PyvL7lU z097kpOphngS+pxW2JCMxKBzd1WP5I8V103hhmwkE+UZvM6B9MHg12afdYbTJfMCib zrayBIxZLvYLZl2RDThTbzm0AGstb9mAPVcxTTT4= Date: Fri, 24 Oct 2025 13:53:30 +0200 From: Greg Kroah-Hartman To: Johan Hovold Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] USB serial device ids for 6.18-rc3 Message-ID: <2025102417-frail-unhidden-df96@gregkh> References: Precedence: bulk X-Mailing-List: linux-usb@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 Fri, Oct 24, 2025 at 10:27:04AM +0200, Johan Hovold wrote: > The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787: > > Linux 6.18-rc1 (2025-10-12 13:42:36 -0700) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.18-rc3 Pulled and pushed out. thanks, greg k-h