From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 313591FA15C for ; Fri, 10 Jan 2025 09:36:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736501811; cv=none; b=jovAw1EIM7IM9rzeru4PJo7xgTxvNAS52YA5xmI+btmX6qR8FzKS7PIJvQUBdi8fzV6Dz3icWQPUK3pa5EVpFRFMIRe3x5nhQxAdfgn09SqUXqhSmWM4nVsR3rGqyNoSWYrBillG9Dl1Sp5xEe7YjhGQTCyjBBywIsHTbNk7nUg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736501811; c=relaxed/simple; bh=mnl8YXT4YBxba5/+1QdfywPmgywtam9Dh068jCaFPbM=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=eSOdi4TS5GqTcB5qxZxmjCCQE70upngvcLalZjIHJSdApbeJNyFPybExVH8Pjf6Bw/Kgw3VEdsW8h0no35p47JAoTUWjtyBhf6Qmf4ZCwyWewRM+tgj7An9NQEP7Jzx9DOAnt75pZe9M4ib+gzcEZLn+AR4+TlrR4psBZqHKCtA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B715A13D5; Fri, 10 Jan 2025 01:37:17 -0800 (PST) Received: from [10.57.94.123] (unknown [10.57.94.123]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 217CC3F673; Fri, 10 Jan 2025 01:36:47 -0800 (PST) Message-ID: Date: Fri, 10 Jan 2025 09:36:46 +0000 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] fs: debugfs: differentiate short fops with proxy ops Content-Language: en-GB To: Johannes Berg , linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , "Rafael J. Wysocki" , Geert Uytterhoeven , Aishwarya TCV , Mark Brown References: <20241129121536.30989-2-johannes@sipsolutions.net> <86ebd184-1f65-488a-8d5a-5d203be70097@arm.com> From: Ryan Roberts In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 10/01/2025 09:23, Johannes Berg wrote: > Hi, > >> >> I'm seeing a problem on arm64 where opening /sys/kernel/debug/gup_test has >> started failing with EINVAL after this patch is applied. Additionally this >> warning is triggering (see below). > > You missed the window for a(nother) Reported-by: by a few hours ;-) > > https://lore.kernel.org/lkml/20250110085826.cd74f3b7a36b.I430c79c82ec3f954c2ff9665753bf6ac9e63eef8@changeid/ Ahh no worries. FWIW: Tested-by: Ryan Roberts > > johannes