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=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 DD6B3C2BA83 for ; Thu, 13 Feb 2020 06:53:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BBB9A2173E for ; Thu, 13 Feb 2020 06:53:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726654AbgBMGxd (ORCPT ); Thu, 13 Feb 2020 01:53:33 -0500 Received: from freki.datenkhaos.de ([81.7.17.101]:48960 "EHLO freki.datenkhaos.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726368AbgBMGxc (ORCPT ); Thu, 13 Feb 2020 01:53:32 -0500 Received: from localhost (localhost [127.0.0.1]) by freki.datenkhaos.de (Postfix) with ESMTP id 7193C2288D32; Thu, 13 Feb 2020 07:53:30 +0100 (CET) Received: from freki.datenkhaos.de ([127.0.0.1]) by localhost (freki.datenkhaos.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ip891DUpbuya; Thu, 13 Feb 2020 07:53:26 +0100 (CET) Received: from latitude (vpn136.rz.tu-ilmenau.de [141.24.172.136]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by freki.datenkhaos.de (Postfix) with ESMTPSA; Thu, 13 Feb 2020 07:53:26 +0100 (CET) Date: Thu, 13 Feb 2020 07:53:21 +0100 From: Johannes Hirte To: Arnd Bergmann Cc: "James E.J. Bottomley" , "Martin K. Petersen" , "Michael S. Tsirkin" , Jason Wang , Paolo Bonzini , Stefan Hajnoczi , Jens Axboe , Doug Gilbert , Kai =?utf-8?B?TcOka2lzYXJh?= , Alexander Viro , Dongli Zhang , Thomas Gleixner , Bart Van Assche , Hannes Reinecke , Damien Le Moal , John Garry , Martin Wilck , Heiko Carstens , "Gustavo A. R. Silva" , Ira Weiny , Iustin Pop , "Darrick J. Wong" , virtualization@lists.linux-foundation.org, linux-block , "linux-kernel@vger.kernel.org" , linux-scsi , Linux FS-devel Mailing List Subject: Re: [PATCH v3 13/22] compat_ioctl: scsi: move ioctl handling into drivers Message-ID: <20200213065321.GA8696@latitude> References: <20200102145552.1853992-1-arnd@arndb.de> <20200102145552.1853992-14-arnd@arndb.de> <20200212211452.GA5726@latitude> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org On 2020 Feb 12, Arnd Bergmann wrote: > On Wed, Feb 12, 2020 at 10:15 PM Johannes Hirte > wrote: > > > > On 2020 Jan 02, Arnd Bergmann wrote: > > > > > Error in getting drive hardware properties > > Error in getting drive reading properties > > Error in getting drive writing properties > > __________________________________ > > > > Disc mode is listed as: CD-DA > > ++ WARN: error in ioctl CDROMREADTOCHDR: Bad address > > > > cd-info: Can't get first track number. I give up. > > Right, there was also a report about breaking the Fedora installer, > see https://bugzilla.redhat.com/show_bug.cgi?id=1801353 > > There is a preliminary patch that should fix this, I'll post a > version with more references tomorrow: > https://www.happyassassin.net/temp/0001-Replace-.ioctl-with-.compat_ioctl-in-three-appropria.patch Yes, I can confirm that the patch fix it. -- Regards, Johannes Hirte