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.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, 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 BF7C6C2D0F9 for ; Tue, 12 May 2020 21:08:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9D45B20659 for ; Tue, 12 May 2020 21:08:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589317703; bh=F+2WbWtzZmspGMo3quzTGNs6ARRecftvye2TAGk7HSM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=FTVprUWKBPb3XjCbOPWmgxmcprnUF+r7mT2lEQlqwSs6B/1gmfSMv71W8xCxZ3+oz Z0YfvIr3VY/5XhwReSEcL9Kk13eFogOPj9ZpwO4ALfxgWuy093Tt4PDNJhrzpytg5E qbr+bI/SNPb5FBo0pJqkH7yj1F6shYQht7A91bII= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729215AbgELVIW (ORCPT ); Tue, 12 May 2020 17:08:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:53744 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726324AbgELVIW (ORCPT ); Tue, 12 May 2020 17:08:22 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (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 7A09C20659; Tue, 12 May 2020 21:08:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1589317701; bh=F+2WbWtzZmspGMo3quzTGNs6ARRecftvye2TAGk7HSM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WopJ5WYLsFeJZNzAyj1nG6KtYYxUCdVdXf6nMtOJstIMAPWAS5nmj/1H2KqRjB3ij W9hSIQe47U5NG31jLfif9KSnHcj94ZJa7m1wIIFz/lrIU2cutWyRURAoiJWMkWfEG5 eo5PwLgwHnw5lO+mqIBIs8zayqBW/ehbxiWA+xk8= Date: Tue, 12 May 2020 17:08:20 -0400 From: Sasha Levin To: Linus Walleij Cc: stable Subject: Re: Please apply Revert "serial/8250: Add support for NI-Serial PXI/PXIe+485 devices Message-ID: <20200512210820.GA29995@sasha-vm> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: 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 Tue, May 12, 2020 at 10:03:30PM +0200, Linus Walleij wrote: >Hi Stable folks, > >please apply commit >27ed14d0ecb38516b6f3c6fdcd62c25c9454f979 >Revert "serial/8250: Add support for NI-Serial PXI/PXIe+485 devices" >also to the stable tree. > >My Fedora cannot switch baudrate or write to my serial port and >that makes me so sad. > >I have this problem with kernel v5.6.11. Hey Linus, Are you sure about the commit? 27ed14d0ecb3 ("Revert "serial/8250: Add support for NI-Serial PXI/PXIe+485 devices"") was merged upstream in v5.5. -- Thanks, Sasha