linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ] README: Update Mesh required Kernel Config section
@ 2022-10-04  0:14 Inga Stotland
  2022-10-04  1:20 ` patchwork-bot+bluetooth
  0 siblings, 1 reply; 5+ messages in thread
From: Inga Stotland @ 2022-10-04  0:14 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: luiz.von.dentz, Inga Stotland

Add CONFIG_CRYPTO_USER_API_SKCIPHER to the list of the required
.config options
---
 README | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README b/README
index 3dc226ff1..7de7045a8 100644
--- a/README
+++ b/README
@@ -79,6 +79,7 @@ may need to be enabled, and the kernel rebuilt.
 	CONFIG_CRYPTO_USER_API
 	CONFIG_CRYPTO_USER_API_AEAD
 	CONFIG_CRYPTO_USER_API_HASH
+	CONFIG_CRYPTO_USER_API_SKCIPHER
 
 	CONFIG_CRYPTO_AES
 	CONFIG_CRYPTO_CCM
-- 
2.37.3


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH BlueZ] README: Update Mesh required Kernel Config section
  2022-10-04  0:14 [PATCH BlueZ] README: Update Mesh required Kernel Config section Inga Stotland
@ 2022-10-04  1:20 ` patchwork-bot+bluetooth
  0 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+bluetooth @ 2022-10-04  1:20 UTC (permalink / raw)
  To: Inga Stotland; +Cc: linux-bluetooth, luiz.von.dentz

Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Mon,  3 Oct 2022 17:14:59 -0700 you wrote:
> Add CONFIG_CRYPTO_USER_API_SKCIPHER to the list of the required
> .config options
> ---
>  README | 1 +
>  1 file changed, 1 insertion(+)

Here is the summary with links:
  - [BlueZ] README: Update Mesh required Kernel Config section
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=fe9427041167

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH BlueZ] README: Update Mesh required Kernel Config section
  2022-10-03 23:09 ` Stotland, Inga
@ 2022-10-03 23:50   ` Luiz Augusto von Dentz
  0 siblings, 0 replies; 5+ messages in thread
From: Luiz Augusto von Dentz @ 2022-10-03 23:50 UTC (permalink / raw)
  To: Stotland, Inga; +Cc: linux-bluetooth, Von Dentz, Luiz, Gix, Brian

Hi Tedd,

On Mon, Oct 3, 2022 at 4:28 PM Stotland, Inga <inga.stotland@intel.com> wrote:
>
> Ping
>
> On Fri, 2022-08-19 at 13:46 -0700, Inga Stotland wrote:
> > Add CONFIG_CRYPTO_USER_API_SKCIPHER to the list of the required
> > .config options
> > ---
> >  README | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/README b/README
> > index 3dc226ff1..7de7045a8 100644
> > --- a/README
> > +++ b/README
> > @@ -79,6 +79,7 @@ may need to be enabled, and the kernel rebuilt.
> >         CONFIG_CRYPTO_USER_API
> >         CONFIG_CRYPTO_USER_API_AEAD
> >         CONFIG_CRYPTO_USER_API_HASH
> > +       CONFIG_CRYPTO_USER_API_SKCIPHER
> >
> >         CONFIG_CRYPTO_AES
> >         CONFIG_CRYPTO_CCM
>

Does our CI infra already use the above config option?

-- 
Luiz Augusto von Dentz

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH BlueZ] README: Update Mesh required Kernel Config section
  2022-08-19 20:46 Inga Stotland
@ 2022-10-03 23:09 ` Stotland, Inga
  2022-10-03 23:50   ` Luiz Augusto von Dentz
  0 siblings, 1 reply; 5+ messages in thread
From: Stotland, Inga @ 2022-10-03 23:09 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Von Dentz, Luiz, Gix, Brian

Ping

On Fri, 2022-08-19 at 13:46 -0700, Inga Stotland wrote:
> Add CONFIG_CRYPTO_USER_API_SKCIPHER to the list of the required
> .config options
> ---
>  README | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/README b/README
> index 3dc226ff1..7de7045a8 100644
> --- a/README
> +++ b/README
> @@ -79,6 +79,7 @@ may need to be enabled, and the kernel rebuilt.
>         CONFIG_CRYPTO_USER_API
>         CONFIG_CRYPTO_USER_API_AEAD
>         CONFIG_CRYPTO_USER_API_HASH
> +       CONFIG_CRYPTO_USER_API_SKCIPHER
>  
>         CONFIG_CRYPTO_AES
>         CONFIG_CRYPTO_CCM


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH BlueZ] README: Update Mesh required Kernel Config section
@ 2022-08-19 20:46 Inga Stotland
  2022-10-03 23:09 ` Stotland, Inga
  0 siblings, 1 reply; 5+ messages in thread
From: Inga Stotland @ 2022-08-19 20:46 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: luiz.von.dentz, Inga Stotland

Add CONFIG_CRYPTO_USER_API_SKCIPHER to the list of the required
.config options
---
 README | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README b/README
index 3dc226ff1..7de7045a8 100644
--- a/README
+++ b/README
@@ -79,6 +79,7 @@ may need to be enabled, and the kernel rebuilt.
 	CONFIG_CRYPTO_USER_API
 	CONFIG_CRYPTO_USER_API_AEAD
 	CONFIG_CRYPTO_USER_API_HASH
+	CONFIG_CRYPTO_USER_API_SKCIPHER
 
 	CONFIG_CRYPTO_AES
 	CONFIG_CRYPTO_CCM
-- 
2.37.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-10-04  1:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-04  0:14 [PATCH BlueZ] README: Update Mesh required Kernel Config section Inga Stotland
2022-10-04  1:20 ` patchwork-bot+bluetooth
  -- strict thread matches above, loose matches on Subject: below --
2022-08-19 20:46 Inga Stotland
2022-10-03 23:09 ` Stotland, Inga
2022-10-03 23:50   ` Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).