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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 82524C77B7A for ; Thu, 1 Jun 2023 09:14:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232289AbjFAJOH (ORCPT ); Thu, 1 Jun 2023 05:14:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37924 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231815AbjFAJOE (ORCPT ); Thu, 1 Jun 2023 05:14:04 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A071D126; Thu, 1 Jun 2023 02:14:03 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 34C97615AC; Thu, 1 Jun 2023 09:14:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2E770C433D2; Thu, 1 Jun 2023 09:14:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1685610842; bh=ysr19ykWuCDaS2xafT1YDerKvtGKlTxvqTLcdhIJ5PA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HDFLVauXWDELZgAWHW918L6ZBHpnxeRShvPkfGZLW/Pu3xelY/wvG/KwLdd2mIt5A OzwdqiRiJrGXXwDCJ5wWydEsUla0AQn53w4boHt2Ublkqv98I8miaxcW8M9HFys+Q2 u8fVIFt+iyVeQYFaSy8ILsAwpkjeYGJFIMzrUi6A= Date: Thu, 1 Jun 2023 10:14:00 +0100 From: Greg KH To: "Panait, Dragos Marian" Cc: "stable@vger.kernel.org" , Ruihan Li , Marcel Holtmann , Luiz Augusto von Dentz , Johan Hedberg , Paolo Abeni , "David S . Miller" , Eric Dumazet , Jakub Kicinski , "netdev@vger.kernel.org" , "linux-bluetooth@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 6.1 1/1] bluetooth: Add cmd validity checks at the start of hci_sock_ioctl() Message-ID: <2023060116-brush-entail-0d8c@gregkh> References: <20230530122629.231821-1-dragos.panait@windriver.com> <20230530122629.231821-2-dragos.panait@windriver.com> <2023053043-duo-collide-fd9c@gregkh> 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 Wed, May 31, 2023 at 10:06:11AM +0000, Panait, Dragos Marian wrote: > Done! (without the cover letter for newer kernels :)) All now queued up, thanks. You could have just send a one sentance email saying "Please apply commit XYZ to all stable kernels please" which would have been much simpler and easier for you :) thanks, greg k-h