From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CEEFC21104 for ; Fri, 20 Oct 2023 18:29:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="HWwsuBto" Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 53978D8; Fri, 20 Oct 2023 11:29:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1697826572; x=1729362572; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=RV7eYTrVoYda1avxZkkjEOSNEkZA1PkbTCOaAUMlZ5c=; b=HWwsuBto1Qh1GN4nXt55QxeQjEoQS0aqIyAmnQA8ZXm2xzoLwwA4k8PR PrNjsaaI8IM7JlOwXS9SBZSgeuJxDDAriJgPXQBil4FP0AYcgyRdZN3+j MJV2oEP3KQ/NTZQEy7RopJPw8I9bVeJqJF5HgUc+0htmO9Bzzl81i0OcJ MWjrcbeGj+ZrUtBwCfQQEhpBjuiE817dykUYcNGKeUDdcMeo2EgkNfkOd e0cMX1jspRqsE+V1p2fIvbPVcYBpNQtKTDRnGE8EWogSjZX+dIBjb/5oE Q4QJwVFMzPGNWqUBEWXtTlayzKNh5ZfRYLWdrBUq41QkvKF1aocJqOrej g==; X-IronPort-AV: E=McAfee;i="6600,9927,10869"; a="390437274" X-IronPort-AV: E=Sophos;i="6.03,239,1694761200"; d="scan'208";a="390437274" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Oct 2023 11:29:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10869"; a="881146601" X-IronPort-AV: E=Sophos;i="6.03,239,1694761200"; d="scan'208";a="881146601" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga004.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Oct 2023 11:29:28 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.97-RC2) (envelope-from ) id 1qtuFR-00000007EBH-21bP; Fri, 20 Oct 2023 21:29:25 +0300 Date: Fri, 20 Oct 2023 21:29:25 +0300 From: Andy Shevchenko To: Linus Torvalds Cc: Baokun Li , Josh Poimboeuf , Jan Kara , Nathan Chancellor , Nick Desaulniers , Kees Cook , Ferry Toth , linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org Subject: Re: [GIT PULL] ext2, quota, and udf fixes for 6.6-rc1 Message-ID: References: <20231019164240.lhg5jotsh6vfuy67@treble> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo On Fri, Oct 20, 2023 at 10:23:57AM -0700, Linus Torvalds wrote: > On Fri, 20 Oct 2023 at 07:52, Andy Shevchenko > wrote: ... > That said - while unlikely, mind just sending me the *failing* copy of > the fs/quota/dquot.o object file, and I'll take a look at the code > around that call. I've looked at enough code generation issues that > it's worth trying.. For the sake of purity, I have rebuilt the whole tree to confirm it doesn't boot. Here [7] is what I got. I'll reply to this with the attached object file, I assume it won't go to the mailing list, but should be available in your mailbox. [7]: https://bitbucket.org/andy-shev/linux/src/test-mrfld-jr/ -- With Best Regards, Andy Shevchenko