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 X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 69757C31E45 for ; Thu, 13 Jun 2019 16:36:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 31CF620644 for ; Thu, 13 Jun 2019 16:36:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560443774; bh=DNOPj2Yx04AnRxwW50GJD0lO1OKzC99KUz7kFws8Elg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=mFarnEvjwUDeFhw/Cw3Nfu4j+9QyBKZTriSdlxxxAY88q3gg84d6AvZWDzICB/OFZ ndp+n03SOE0/I1nLwvdUIaF14mE77R9u3Pcyh3bM3nPq3l6cNhSy6fqWbUTxtNycEW muKvF5vUzAAfHeG1JbZBLbBeuna0Amgxk4KytBuc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730799AbfFMQgN (ORCPT ); Thu, 13 Jun 2019 12:36:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:53986 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730693AbfFMHfu (ORCPT ); Thu, 13 Jun 2019 03:35:50 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8159A20866; Thu, 13 Jun 2019 07:35:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560411350; bh=DNOPj2Yx04AnRxwW50GJD0lO1OKzC99KUz7kFws8Elg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=izsisZBJPQF0Ow37TFLvzUCps7FILRUBfislpzeHKcSh2hhVOGFiqSMjp4FBk+vju ldUg+bfSXVeMCRV+C0mBPVak5LTc6kSpsbIVMMXhB/LtDkC80UWFzRKENhUYz2z8P5 f3u1IYdHXRXgpAjHbJn5NbkMKKKaHgjTpS2YpktM= Date: Thu, 13 Jun 2019 09:35:47 +0200 From: Greg Kroah-Hartman To: Vasily Khoruzhick Cc: Marcel Holtmann , Johan Hedberg , "David S. Miller" , "open list:BLUETOOTH DRIVERS" , netdev , linux-kernel , stable@vger.kernel.org Subject: Re: [PATCH] Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connections" Message-ID: <20190613073547.GB16436@kroah.com> References: <20190522052002.10411-1-anarsoul@gmail.com> <6BD1D3F7-E2F2-4B2D-9479-06E27049133C@holtmann.org> <7B7F362B-6C8B-4112-8772-FB6BC708ABF5@holtmann.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.0 (2019-05-25) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Jun 11, 2019 at 12:56:02PM -0700, Vasily Khoruzhick wrote: > Greg, > > Can we get this revert merged into stable branches? Bluetooth HID has > been broken for many devices for quite a while now and RFC patch that > fixes the breakage hasn't seen any movement for almost a month. Now reverted as the bluetooth developers seem to be moving pretty slowly on this :( greg k-h