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=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 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 75CBBCA9EB3 for ; Fri, 18 Oct 2019 01:10:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4960220820 for ; Fri, 18 Oct 2019 01:10:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2407144AbfJRBKZ (ORCPT ); Thu, 17 Oct 2019 21:10:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:58764 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2392283AbfJRBKY (ORCPT ); Thu, 17 Oct 2019 21:10:24 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (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 A912420820; Fri, 18 Oct 2019 01:10:23 +0000 (UTC) Date: Thu, 17 Oct 2019 21:10:22 -0400 From: Steven Rostedt To: Sudip Mukherjee Cc: Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Michal Kubecek Subject: Re: [PATCH 4/4] parport: daisy: use new parport device model Message-ID: <20191017211022.4247d821@gandalf.local.home> In-Reply-To: <20191016144540.18810-4-sudipm.mukherjee@gmail.com> References: <20191016144540.18810-1-sudipm.mukherjee@gmail.com> <20191016144540.18810-4-sudipm.mukherjee@gmail.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 16 Oct 2019 15:45:40 +0100 Sudip Mukherjee wrote: > Modify parport daisy driver to use the new parallel port device model. > > Last attempt was '1aec4211204d ("parport: daisy: use new parport device > model")' which failed as daisy was also trying to load the low level > driver and that resulted in a deadlock. > > Cc: Michal Kubecek > Cc: Steven Rostedt (VMware) > Signed-off-by: Sudip Mukherjee > --- > > Steven, Michal, > Can you please test this series in your test environment and verify that > I am not breaking anything this time. > > I checked out 1aec4211204d~1 (just before the broken commit), and applied these four patches. It booted with the config that wouldn't boot with the broken commit. Tested-by: Steven Rostedt (VMware) -- Steve