From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 1F53623CEFF; Tue, 22 Jul 2025 10:10:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753179022; cv=none; b=jMcGATd20mtH9Bd3RvsR0O5x3hNXaEYYxE6zmfcnyqm2hgLuQ957/VCFoFg36+R9C1ANdmFOYMmHNprBGYsiO/bRvJTaRg6JNIY3f4pcDIxLPPJa1uMNOc/9z9PrZPHWQOMr3GNQ1LyfgzGrSGGSQAtVYuCjVeUUYmP0saqFym4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753179022; c=relaxed/simple; bh=zry+6/DEBDqbzAcnz4iOImSYYy30ydmUGJusGB7gDp4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ZpVu+48Xnt79c+tQNZ4JRG8eXI7Y3gyt9LHob57Wgzp7yi1N3Hg8E6VEbuP/9FcQs+dHIplmL6Zq2WBT48Rol+utGyGUW1LjQysQYJJJdovsIC9kqNFRx/M62Zf4pXe/olhtgLiVLA4zpf8QH4GwcHRZ9wj1gdSJwnPtvAKOCNg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=qaNW1cSX; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="qaNW1cSX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2B59EC4CEEB; Tue, 22 Jul 2025 10:10:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1753179018; bh=zry+6/DEBDqbzAcnz4iOImSYYy30ydmUGJusGB7gDp4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qaNW1cSXSkmjstENcKf8zMlowefgIxlAnBSaoBt/w7MOtlBdCmgo/ZEYi24sCF//N pJfwXntf73Lu99l8Ufr9QykPYgNqMBVDCWcyXsr0tnuq/jS2T96HouGnnnuAGjIZhd 5mMlQmueAdkZTZaAkdHuNFanGUztTCfAOiOTMIF0= Date: Tue, 22 Jul 2025 12:10:15 +0200 From: Greg Kroah-Hartman To: Komal Bajaj Cc: Souradeep Chowdhury , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Melody Olvera , Konrad Dybcio Subject: Re: [PATCH v6] usb: misc: qcom_eud: Access EUD_MODE_MANAGER2 through secure calls Message-ID: <2025072210-skier-specks-b043@gregkh> References: <20250721-eud_mode_manager_secure_access-v6-1-fe603325ac04@oss.qualcomm.com> <2025072141-anointer-venus-d99f@gregkh> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Tue, Jul 22, 2025 at 03:30:11PM +0530, Komal Bajaj wrote: > On Mon, Jul 21, 2025 at 12:23 PM Greg Kroah-Hartman > wrote: > > > > On Mon, Jul 21, 2025 at 12:08:41PM +0530, Komal Bajaj wrote: > > > EUD_MODE_MANAGER2 register is mapped to a memory region that is marked > > > as read-only for HLOS, enforcing access restrictions that prohibit > > > direct memory-mapped writes via writel(). > > > > What is "HLOS"? > > > > By HLOS, I meant operating system running at EL1. Do you want me to > change this in the patch? Yes please.