From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.18]) (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 0D87A2F30 for ; Wed, 29 Jan 2025 07:57:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738137454; cv=none; b=EsTuI2yf4AGrko5nX2kXaUbdgtL+9XZegxKQf5ya7UX+bZsah1xxsp3mP3rV/HW5sH2X1Wr0naHVYe1GlgOKErrMFS/bX5+Vrh5E1IhflhOjToDhsF1ye4jgtYvnNtKgwxPm/limWXv4c6BNQMrOfsGESpMzExZDf8Ah1F4gVps= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738137454; c=relaxed/simple; bh=hhFcG1NulZIQ4YznEzPRj25tFSrywJKVufdcVaCsdDE=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=tcXUWuzdTeMFNU2VK0qtOMYXwrog6zbaEoRJ54Xwvn9qn6ZzF/4nsJevHuVApgnrKPJLKTF79e0HAF06l/AknzWw2yg5mcfiqiEdtUlOHpE+TASelDIP80Wfn56EuYbNc7bgKhQSH8+4yWc2S6s+bsL5joHAnh/ieWJqYJUmKl4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=none smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=oGy0lN24; arc=none smtp.client-ip=198.175.65.18 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="oGy0lN24" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1738137453; x=1769673453; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=hhFcG1NulZIQ4YznEzPRj25tFSrywJKVufdcVaCsdDE=; b=oGy0lN24XVAW+zT9m0YY11g7t7osdzqb1wLqFcKMmGsQIVZC2KHmSDQy T0+i7Mw0q4PxDkDZgJteQxIQpRAJ1oQtnMYGSmJCVssxeADl9SdMiVyhD 2plh/wXxJ2iJSjncSZKGk/zU9WUCMkSDw1ZqWhe0kcAmcNZ5N/jztpk5d XAY5E485V75c4I3w3mzQTxJ9WwQUYE7BbXthWpltraZ5F8PmbIeCo0lgI yEJKRf189OmIneexnfpKsHV7hGBLDCoqp4wlyilE/uwfXDEGmcbnHo6xY eTubmoq5a4CR5MWyyd3KS3Lcy2rqaEbRsJRFJYXLlgnEWTG4HQAe6BdoM Q==; X-CSE-ConnectionGUID: EgnHF82jQV+Df5kcCmYR0Q== X-CSE-MsgGUID: Dm5gbpqETXOHveOV0dcybQ== X-IronPort-AV: E=McAfee;i="6700,10204,11314"; a="38745785" X-IronPort-AV: E=Sophos;i="6.12,310,1728975600"; d="scan'208";a="38745785" Received: from orviesa004.jf.intel.com ([10.64.159.144]) by orvoesa110.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jan 2025 23:57:33 -0800 X-CSE-ConnectionGUID: sOofRQCHTDa3zqNXiVvKIA== X-CSE-MsgGUID: Qn3YySN8Sdewp0NUXVRqYA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.13,242,1732608000"; d="scan'208";a="113993897" Received: from unknown (HELO ubik) ([10.237.72.184]) by orviesa004.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jan 2025 23:57:30 -0800 From: Alexander Shishkin To: Lorenzo Stoakes Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, Matthew Wilcox , David Hildenbrand , alexander.shishkin@linux.intel.com Subject: Re: [PATCH v2] intel_th: avoid using deprecated page->mapping, index fields In-Reply-To: <0fcfc239-19c7-404f-bbc5-70a29ccf6ec0@lucifer.local> References: <20241203080001.12341-1-lorenzo.stoakes@oracle.com> <0fcfc239-19c7-404f-bbc5-70a29ccf6ec0@lucifer.local> Date: Wed, 29 Jan 2025 09:57:28 +0200 Message-ID: <87v7tyyrvb.fsf@ubik.fi.intel.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Lorenzo Stoakes writes: > Hi Alexander, Hi Lorenzo, > Happy New Year! I realise it's been the holidays recently, but Wondering if > you'd had a chance to look at this? Please forgive the tardiness. I'm not ignoring your patch. At a cursory glance, this patch is fine. I'll pick it up and send with the rest of intel_th patches after the merge window closes, I hope that's ok. Or, would you prefer my ack and send it in a larger series yourself? Thanks, -- Alex