* [RESEND PATCH] arm64: defconfig: Enable SCSI UFS Crypto and Block Inline encryption drivers
@ 2025-10-30 9:55 Manivannan Sadhasivam
2025-10-30 18:46 ` Bjorn Andersson
2025-10-30 19:48 ` Krzysztof Kozlowski
0 siblings, 2 replies; 6+ messages in thread
From: Manivannan Sadhasivam @ 2025-10-30 9:55 UTC (permalink / raw)
To: bjorn.andersson, arnd
Cc: linux-kernel, linux-arm-msm, Manivannan Sadhasivam,
Manivannan Sadhasivam
These drivers will allow using the crypto functionalities of the UFS
device, like Inline Crypto Encryption. Both of these drivers are of type
'bool', so they cannot be built as modules.
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
---
Compile tested only
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index e3a2d37bd104..9f89b3ce1262 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1230,6 +1230,8 @@ CONFIG_SCSI_UFS_RENESAS=m
CONFIG_SCSI_UFS_TI_J721E=m
CONFIG_SCSI_UFS_EXYNOS=y
CONFIG_SCSI_UFS_ROCKCHIP=y
+CONFIG_BLK_INLINE_ENCRYPTION=y
+CONFIG_SCSI_UFS_CRYPTO=y
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
CONFIG_LEDS_CLASS_MULTICOLOR=m
--
2.48.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [RESEND PATCH] arm64: defconfig: Enable SCSI UFS Crypto and Block Inline encryption drivers
2025-10-30 9:55 [RESEND PATCH] arm64: defconfig: Enable SCSI UFS Crypto and Block Inline encryption drivers Manivannan Sadhasivam
@ 2025-10-30 18:46 ` Bjorn Andersson
2025-10-30 19:48 ` Krzysztof Kozlowski
1 sibling, 0 replies; 6+ messages in thread
From: Bjorn Andersson @ 2025-10-30 18:46 UTC (permalink / raw)
To: bjorn.andersson, arnd, Manivannan Sadhasivam
Cc: linux-kernel, linux-arm-msm, Manivannan Sadhasivam
On Thu, 30 Oct 2025 15:25:09 +0530, Manivannan Sadhasivam wrote:
> These drivers will allow using the crypto functionalities of the UFS
> device, like Inline Crypto Encryption. Both of these drivers are of type
> 'bool', so they cannot be built as modules.
>
>
Applied, thanks!
[1/1] arm64: defconfig: Enable SCSI UFS Crypto and Block Inline encryption drivers
commit: 5f37788adedd2da5475d6b1786295c07faf3d718
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [RESEND PATCH] arm64: defconfig: Enable SCSI UFS Crypto and Block Inline encryption drivers
2025-10-30 9:55 [RESEND PATCH] arm64: defconfig: Enable SCSI UFS Crypto and Block Inline encryption drivers Manivannan Sadhasivam
2025-10-30 18:46 ` Bjorn Andersson
@ 2025-10-30 19:48 ` Krzysztof Kozlowski
2025-10-31 6:24 ` Manivannan Sadhasivam
1 sibling, 1 reply; 6+ messages in thread
From: Krzysztof Kozlowski @ 2025-10-30 19:48 UTC (permalink / raw)
To: Manivannan Sadhasivam, bjorn.andersson, arnd
Cc: linux-kernel, linux-arm-msm, Manivannan Sadhasivam
On 30/10/2025 10:55, Manivannan Sadhasivam wrote:
> These drivers will allow using the crypto functionalities of the UFS
> device, like Inline Crypto Encryption. Both of these drivers are of type
> 'bool', so they cannot be built as modules.
Is there any device benefiting from these? Which board?
>
> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
> Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
You do not need the second tag. You send it via oss.qualcomm.com which
is still valid.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [RESEND PATCH] arm64: defconfig: Enable SCSI UFS Crypto and Block Inline encryption drivers
2025-10-30 19:48 ` Krzysztof Kozlowski
@ 2025-10-31 6:24 ` Manivannan Sadhasivam
2025-10-31 7:45 ` Krzysztof Kozlowski
0 siblings, 1 reply; 6+ messages in thread
From: Manivannan Sadhasivam @ 2025-10-31 6:24 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Manivannan Sadhasivam, bjorn.andersson, arnd, linux-kernel,
linux-arm-msm
On Thu, Oct 30, 2025 at 08:48:48PM +0100, Krzysztof Kozlowski wrote:
> On 30/10/2025 10:55, Manivannan Sadhasivam wrote:
> > These drivers will allow using the crypto functionalities of the UFS
> > device, like Inline Crypto Encryption. Both of these drivers are of type
> > 'bool', so they cannot be built as modules.
>
> Is there any device benefiting from these? Which board?
>
All ICE capable Qcom UFS based boards.
> >
> > Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
> > Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
>
> You do not need the second tag. You send it via oss.qualcomm.com which
> is still valid.
>
Yes, I know. But I was having some issue in sending email through
oss.qualcomm.com. Now it got fixed in the RESEND patch, but forgot to remove my
korg s-o-b.
- Mani
--
மணிவண்ணன் சதாசிவம்
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [RESEND PATCH] arm64: defconfig: Enable SCSI UFS Crypto and Block Inline encryption drivers
2025-10-31 6:24 ` Manivannan Sadhasivam
@ 2025-10-31 7:45 ` Krzysztof Kozlowski
2025-10-31 8:15 ` Manivannan Sadhasivam
0 siblings, 1 reply; 6+ messages in thread
From: Krzysztof Kozlowski @ 2025-10-31 7:45 UTC (permalink / raw)
To: Manivannan Sadhasivam
Cc: Manivannan Sadhasivam, bjorn.andersson, arnd, linux-kernel,
linux-arm-msm
On 31/10/2025 07:24, Manivannan Sadhasivam wrote:
> On Thu, Oct 30, 2025 at 08:48:48PM +0100, Krzysztof Kozlowski wrote:
>> On 30/10/2025 10:55, Manivannan Sadhasivam wrote:
>>> These drivers will allow using the crypto functionalities of the UFS
>>> device, like Inline Crypto Encryption. Both of these drivers are of type
>>> 'bool', so they cannot be built as modules.
>>
>> Is there any device benefiting from these? Which board?
>>
>
> All ICE capable Qcom UFS based boards.
>
>>>
>>> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
>>> Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
>>
>> You do not need the second tag. You send it via oss.qualcomm.com which
>> is still valid.
>>
>
> Yes, I know. But I was having some issue in sending email through
> oss.qualcomm.com. Now it got fixed in the RESEND patch, but forgot to remove my
> korg s-o-b.
You do not need second sob when sending through korg. Your previous
identity was still valid. It's used only when old identity is considered
revoked.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [RESEND PATCH] arm64: defconfig: Enable SCSI UFS Crypto and Block Inline encryption drivers
2025-10-31 7:45 ` Krzysztof Kozlowski
@ 2025-10-31 8:15 ` Manivannan Sadhasivam
0 siblings, 0 replies; 6+ messages in thread
From: Manivannan Sadhasivam @ 2025-10-31 8:15 UTC (permalink / raw)
To: Krzysztof Kozlowski
Cc: Manivannan Sadhasivam, bjorn.andersson, arnd, linux-kernel,
linux-arm-msm
On Fri, Oct 31, 2025 at 08:45:38AM +0100, Krzysztof Kozlowski wrote:
> On 31/10/2025 07:24, Manivannan Sadhasivam wrote:
> > On Thu, Oct 30, 2025 at 08:48:48PM +0100, Krzysztof Kozlowski wrote:
> >> On 30/10/2025 10:55, Manivannan Sadhasivam wrote:
> >>> These drivers will allow using the crypto functionalities of the UFS
> >>> device, like Inline Crypto Encryption. Both of these drivers are of type
> >>> 'bool', so they cannot be built as modules.
> >>
> >> Is there any device benefiting from these? Which board?
> >>
> >
> > All ICE capable Qcom UFS based boards.
> >
> >>>
> >>> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@oss.qualcomm.com>
> >>> Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
> >>
> >> You do not need the second tag. You send it via oss.qualcomm.com which
> >> is still valid.
> >>
> >
> > Yes, I know. But I was having some issue in sending email through
> > oss.qualcomm.com. Now it got fixed in the RESEND patch, but forgot to remove my
> > korg s-o-b.
>
>
> You do not need second sob when sending through korg. Your previous
> identity was still valid. It's used only when old identity is considered
> revoked.
>
Hmm. I thought the s-o-b should always match the maildomain from which the patch
was sent.
Thanks for clarifying.
- Mani
--
மணிவண்ணன் சதாசிவம்
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-10-31 8:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-30 9:55 [RESEND PATCH] arm64: defconfig: Enable SCSI UFS Crypto and Block Inline encryption drivers Manivannan Sadhasivam
2025-10-30 18:46 ` Bjorn Andersson
2025-10-30 19:48 ` Krzysztof Kozlowski
2025-10-31 6:24 ` Manivannan Sadhasivam
2025-10-31 7:45 ` Krzysztof Kozlowski
2025-10-31 8:15 ` Manivannan Sadhasivam
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox