From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3B3EBC433FE for ; Fri, 29 Oct 2021 14:56:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1F60B610FD for ; Fri, 29 Oct 2021 14:56:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229971AbhJ2O7U (ORCPT ); Fri, 29 Oct 2021 10:59:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:48660 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229621AbhJ2O7T (ORCPT ); Fri, 29 Oct 2021 10:59:19 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 914DE610FD; Fri, 29 Oct 2021 14:56:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1635519411; bh=bMV/1PbMJP7CtoklBvM/xAc1tZHuvQBwEa5ecHdlhxw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=F9lRyc942+2VzO2kLrkvu99WBg+GULMB8lkSo+m1ayQclHq9rrjHOHup/PF0JTqKA POxT+S43Mu4iFn8PzTn8Kc2/suNF2nBihFaB32ABdBxZnKVTAPl1q04TmRIiSBAPGg FblJHPk15NeM+iq15oIhisbvjonPhWCKNiQr4C5Q= Date: Fri, 29 Oct 2021 16:56:29 +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 5.16-rc1 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 29, 2021 at 10:20:57AM +0200, Johan Hovold wrote: > The following changes since commit e4e737bb5c170df6135a127739a9e6148ee3da82: > > Linux 5.15-rc2 (2021-09-19 17:28:22 -0700) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.16-rc1 Pulled and pushed out, thanks. greg k-h