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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 F1C28C43331 for ; Fri, 6 Sep 2019 18:48:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C5CD8208C3 for ; Fri, 6 Sep 2019 18:48:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567795732; bh=Q9FD4VEg2CE1PHL3dqhCqK94wMwy1fA6VuGfiXRZyZo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=wP2vemkPpN0QrOcZE2sS+ENGzFwLQJdb1dmiXChFY3714yE/8X8Pyo/qw9rjzA2sz veCR0Om6NNl7SPCBUD7SnmWOzVTJ+xU/qlLIwSxFluY4/cZNZNdNMYpMQcQfP2hlSX s8WWzxmQ6o14rDTixITcckwE3/gIFVccQTK8kNgg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389011AbfIFSsw (ORCPT ); Fri, 6 Sep 2019 14:48:52 -0400 Received: from mail.kernel.org ([198.145.29.99]:37268 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388265AbfIFSsw (ORCPT ); Fri, 6 Sep 2019 14:48:52 -0400 Received: from localhost (unknown [62.28.240.114]) (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 4AF5C20838; Fri, 6 Sep 2019 18:48:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567795731; bh=Q9FD4VEg2CE1PHL3dqhCqK94wMwy1fA6VuGfiXRZyZo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=f7qBSG7UMmAEzYZV/OwkYm5u+hJgiwIgTVqUiZp7RFdBvO3CrKPJP4d4pISoqX5UF TRGBmv6a5K0Qy7T5BqOjUBvYk8J9h3OWEZ1TOPFwOwErbKXo/caHzj6iZocDM4GgoB kz6TGbq4G8MEbu1+9p8ChZZBikW3VOpafGihBJeA= Date: Fri, 6 Sep 2019 14:48:49 -0400 From: Sasha Levin To: Sean Nyekjaer Cc: linux-stable , Greg Kroah-Hartman , "Rasmus Pedersen (RD SC)" Subject: Re: bcm2835aux: broken in (4.9), 4.14 and 4.19 Message-ID: <20190906184849.GC1528@sasha-vm> References: <5f6bd329-3848-98aa-bae9-e988de0d361a@geanix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <5f6bd329-3848-98aa-bae9-e988de0d361a@geanix.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Sep 05, 2019 at 02:18:35PM +0200, Sean Nyekjaer wrote: >Hi, > >Please consider picking: > >commit 7188a6f0eee3f1fae5d826cfc6d569657ff950ec >Author: Martin Sperl >Date: Sat Mar 30 09:30:58 2019 +0000 > > spi: bcm2835aux: unifying code between polling and interrupt >driven code > >commit c7de8500fd8ecbb544846dd5f11dca578c3777e1 >Author: Martin Sperl >Date: Sat Mar 30 09:30:59 2019 +0000 > > spi: bcm2835aux: remove dangerous uncontrolled read of fifo > > >commit 73b114ee7db1750c0b535199fae383b109bd61d0 >Author: Martin Sperl >Date: Sat Mar 30 09:31:00 2019 +0000 > > spi: bcm2835aux: fix corruptions for longer spi transfers > >for stable kernel 4.14 and 4.19. > >If we want to fix this in 4.9 you should also pick: > >commit bc519d9574618e47a0c788000fb78da95e18d953 >Author: Rob Herring >Date: Thu May 3 13:09:44 2018 -0500 > > spi: bcm2835aux: ensure interrupts are enabled for shared handler I've queued this as per your instructions (plus all 4 for 4.4), thank you! -- Thanks, Sasha