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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 87D7BC433F5 for ; Thu, 6 Oct 2022 13:23:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230452AbiJFNXK (ORCPT ); Thu, 6 Oct 2022 09:23:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229676AbiJFNXG (ORCPT ); Thu, 6 Oct 2022 09:23:06 -0400 Received: from wp530.webpack.hosteurope.de (wp530.webpack.hosteurope.de [80.237.130.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A7143A98C8 for ; Thu, 6 Oct 2022 06:23:04 -0700 (PDT) Received: from [2a02:8108:963f:de38:eca4:7d19:f9a2:22c5]; authenticated by wp530.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1ogQq6-00073P-Ev; Thu, 06 Oct 2022 15:23:02 +0200 Message-ID: Date: Thu, 6 Oct 2022 15:23:01 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1 Subject: Re: 6.0.0-RC kernels trigger Firefox snap bug with 6.0.0-rc3 through 6.0.0-rc7 Content-Language: en-US, de-DE To: Mirsad Todorovac , linux-kernel@vger.kernel.org Cc: Marc Miltenberger , "regressions@lists.linux.dev" References: <5bb75cbc-a0db-537b-12d0-889230c865d8@leemhuis.info> <0fb2a9ff-df76-8af9-e54a-c2dc6bfd9478@leemhuis.info> From: Thorsten Leemhuis In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;regressions@leemhuis.info;1665062584;938732cf; X-HE-SMSGID: 1ogQq6-00073P-Ev Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06.10.22 14:43, Mirsad Todorovac wrote: > On 10/6/22 14:25, Thorsten Leemhuis wrote: > >> One more question: >> >> On 06.10.22 14:00, Thorsten Leemhuis wrote: >> Were those two vanilla kernels? I asked in #snappy on IRC and was told >> that "snapd simply expects some ubuntu bit in patched into the kernel if >> it detects that it runs on an official ubuntu install...". This was also >> suggested "it probably makes sense to file a but in LP to make the >> kernel team aware". >> > Yes, last time I tried it with git clone from linux_stable on kernel.org > and > config-6.0.0-060000-generic from the official Ubuntu mainline build You don't want to do that. Better take the config used to build a working kernel (say 5.19.y) and then build 6.0 with it (after running "make olddefconfig"), because it might be a new kernel option (say for a new security technique) that might cause the problem, as explained here: https://docs.kernel.org/admin-guide/reporting-regressions.html Ciao, Thorsten