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 Received: from shelob.surriel.com (shelob.surriel.com [96.67.55.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 141EAC433F5 for ; Fri, 15 Apr 2022 21:35:06 +0000 (UTC) Received: from localhost ([::1] helo=shelob.surriel.com) by shelob.surriel.com with esmtp (Exim 4.94.2) (envelope-from ) id 1nfTaa-00068U-Pa; Fri, 15 Apr 2022 17:34:48 -0400 Received: from mail-ej1-x62f.google.com ([2a00:1450:4864:20::62f]) by shelob.surriel.com with esmtps (TLS1.2) tls TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1nfTaY-00068I-18 for kernelnewbies@kernelnewbies.org; Fri, 15 Apr 2022 17:34:46 -0400 Received: by mail-ej1-x62f.google.com with SMTP id bh17so17191463ejb.8 for ; Fri, 15 Apr 2022 14:34:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=Xd0c+311C/Dz6IsCjj3Uz++3S9qVMDsOnWWHkmsh6ng=; b=S/bfQc19QNho2wjsGYHFK0Zii8lgsqAv9DY4Qb3SBr4TIAIzL+H/kgIqhQORevoM5K lLLUyqlUirdHGjgsKTTF5SfzKGLxMw2FE6cM5cW2AGBhvssB3NJc+kqFF5+xi1GcIdsh D33tgrOqdtXpii9BcouNsDMbaohNEZ4H/7apA8AWfa7Zg1Fk41xkvOTXpNBCet2BdbGt h2HaufWNyaOvG3g4tGlX05gUqWDkshs5BHJ9dcaqCkODQ9coy7ebjMw25hXcKCH4qYJm D47YIj2zXeHdhd+qHrKNu1Z6Q9yOThuDCLBwilooUbnfSNc1SGqLLdT/LocyKXxmX2To 9MLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=Xd0c+311C/Dz6IsCjj3Uz++3S9qVMDsOnWWHkmsh6ng=; b=sYYGEmF1O37fu4G9SijHZXEKSgNZIiQOb0Lh0aph+91GdzBtBqnebmjbEzxjWfYOFA WYhff+4auJvKQpeM1gVfHpFqQHDbkTnWAF0RrQIxvjjiSM+/HzZ1wAmPklGBIML4JVGK GW+ay/0CdTxCspQNDnvpolM8KGoTMsheJg7eRLzMHjiZ0BoC8y+0CEgtct+VnsLd41JH 3Qjb69at6Rkk5G+9FDNFvtdZK0FQrlkdCn8naQdEmRAdOTubULRlMl1kHKSaiftlgMgO eqtAPn/OG/SzXQcKqDQqSVTajCl4seMTuI1WCaFPHtxIzKXl8uI5fRC3gSrM+RKoPDEX 5qCA== X-Gm-Message-State: AOAM530d0Fh+VJP9+5IzLFKc7AJ7BOmrFhv2paocYLFGVHRoFgwZyZ/a ihRJZvxM3T1R+YPNdJd6adk= X-Google-Smtp-Source: ABdhPJzZqnYnP8pMACMcbUjCOIU0aPwiIsZpfiPmgR++yQ/FHw/6rgqypAXYYD4iG6JThvuHl3Q5HQ== X-Received: by 2002:a17:907:728b:b0:6e8:c6d6:e7e with SMTP id dt11-20020a170907728b00b006e8c6d60e7emr692510ejc.611.1650058484150; Fri, 15 Apr 2022 14:34:44 -0700 (PDT) Received: from ?IPV6:2003:c7:8f1b:f082:f6e7:e843:cbbe:b851? (p200300c78f1bf082f6e7e843cbbeb851.dip0.t-ipconnect.de. [2003:c7:8f1b:f082:f6e7:e843:cbbe:b851]) by smtp.gmail.com with ESMTPSA id ch26-20020a0564021bda00b00422dfcce6e2sm890604edb.50.2022.04.15.14.34.43 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 15 Apr 2022 14:34:43 -0700 (PDT) Message-ID: <5b673615-d71a-1726-affe-33d0d0c2d2cf@gmail.com> Date: Fri, 15 Apr 2022 23:34:42 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: System does not start with kernel from staging-testing pulled 3hours ago Content-Language: en-US To: Ozgur Karatas References: <0a063a91-7bf5-4154-3afa-db3b38b1b8d7@gmail.com> From: Philipp Hortmann In-Reply-To: Cc: kernelnewbies@kernelnewbies.org X-BeenThere: kernelnewbies@kernelnewbies.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Learn about the Linux kernel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: kernelnewbies-bounces@kernelnewbies.org On 4/15/22 21:43, Ozgur Karatas wrote: > > > On Fri, Apr 15, 2022 at 11:12 PM Philipp Hortmann > > wrote: > > Hi, > > I found the error. > > I changed something in a driver that lead to this issue. > > > Hey, we are glad to hear that but hmm it would be nice to have a little > howto content. > You're welcome. > > Regards > > Thanks for your support. > > Bye Philipp > Hi, this morning I started with git pull. As I did not wanted to spend the time for compiling I changed some lines in the driver vt6655. This driver is blacklisted on my system. So it is not loaded on start. I thought that even when there is an error in my changes that this would not influence the build of the kernel at all. But that was wrong. I had build a broken kernel. After some time I recognized the change and rewind it. Then I recompiled without any changes. Now it works. Sorry for disturbance... Bye Philipp _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies