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 2ADDF267732; Thu, 24 Jul 2025 10:40:45 +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=1753353646; cv=none; b=GZtgtLmBBkJ/xnrA8XnCd/R4a4XL+tFxbxk1ar8762XS59WGBHdU5wlR+fyKm3EhKobPK+BVKLNqtLwP+UPR3qZsW67prlGQYoEDwNPMkie0NRss2oX0mgjDCG9SLzLygG6Eb9gJTz3z3e967gzwSBNALcQpXf7Q5Q98yC24o1w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753353646; c=relaxed/simple; bh=NEZ8Kto9XEQyh3umMbwYgb2oXZMaSqk6D1v810u6CPg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=kdtojKjyRs6aKEf2TC3gXpAISs62x5yqpr5U4LDtthVo6bjOsznpb9zM6O1AgooJqrho+m2agaiLCeYP/WuAMvbbS4ZD+J+pwZtLbYRhoDdxpzxqUJxya9S9Ep32oGqQ3i5GnNAE3mE5lLAph1NJ1sJsrwPBPhYl2LjJHiax8l0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=ZHlCTODV; 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="ZHlCTODV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 31484C4CEED; Thu, 24 Jul 2025 10:40:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1753353645; bh=NEZ8Kto9XEQyh3umMbwYgb2oXZMaSqk6D1v810u6CPg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZHlCTODV3Qa0Ptwxy7N4/tWcgzPACyiUNwRgW9K3AOr/gstAkqlrdCix/gTJnFnUK vZdrmAgkXDmWrZa3HzcFfN2yd9FtjSDTB1ioaGBkkvYycOMcjCImnBvLKk3gxGKbki JEWBIovq+OPAKfsuRJdYEztAOadsLyOIs6E2WSiI= Date: Thu, 24 Jul 2025 12:40:42 +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 updates for 6.17-rc1 Message-ID: <2025072433-debatable-drum-c4b7@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 Thu, Jul 24, 2025 at 11:54:40AM +0200, Johan Hovold wrote: > The following changes since commit e04c78d86a9699d136910cfc0bdcf01087e3267e: > > Linux 6.16-rc2 (2025-06-15 13:49:41 -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.17-rc1 Pulled and pushed out, thanks. greg k-h