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.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,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 DC974C433F5 for ; Thu, 23 Sep 2021 12:34:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BBC5D60F70 for ; Thu, 23 Sep 2021 12:34:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240939AbhIWMfn (ORCPT ); Thu, 23 Sep 2021 08:35:43 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:42484 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232201AbhIWMfl (ORCPT ); Thu, 23 Sep 2021 08:35:41 -0400 Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 18NCY70h019792; Thu, 23 Sep 2021 14:34:07 +0200 Date: Thu, 23 Sep 2021 14:34:07 +0200 From: Willy Tarreau To: Ken Cc: linux-kernel@vger.kernel.org Subject: Re: Boot opens CD tray Message-ID: <20210923123407.GA19709@1wt.eu> Reply-To: linux-kernel@vger.kernel.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 23, 2021 at 07:27:48AM -0500, Ken wrote: > Linux Mint 20.2. > > Near the end of the boot up process, the CD/DVD tray will open, and > immediately close. > > This started with the kernel update 5.4.0-84.94, and now also with > 5.4.0-86.97. > > Time shifted back to 5.4.0-81, with no CD tray opening problem. I guess you should at least provide more info such as how your CD drive is attached to the host (SATA/USB/IDE/SCSI/other?), and maybe compare the boot logs from the working and broken kernels just in case you'd find different messages possibly indicating a difference in a driver. Willy