* backport for aead_request_set_ad()
@ 2015-07-11 13:28 Arend van Spriel
2015-07-11 13:45 ` Hauke Mehrtens
0 siblings, 1 reply; 3+ messages in thread
From: Arend van Spriel @ 2015-07-11 13:28 UTC (permalink / raw)
To: backports@vger.kernel.org; +Cc: Johannes Berg
I am running backports on 4.2-rc1 source tree and hit following problem:
CC [M] /tmp/bp-test/net/mac80211/aes_ccm.o
/tmp/bp-test/net/mac80211/aes_ccm.c: In function
���ieee80211_aes_ccm_encrypt���:
/tmp/bp-test/net/mac80211/aes_ccm.c:41:2: error: implicit declaration of
function ���aead_request_set_ad��� [-Werror=implicit-function-declaration]
aead_request_set_ad(aead_req, sg[0].length);
^
cc1: some warnings being treated as errors
Looking at commit 957e0fe62923 ("mac80211: Switch to new AEAD
interface") introducing this call it seems not so trivial and may
require a backports patch. Just wondering if anyone already had a shot
at this one.
Regards,
Arend
--
To unsubscribe from this list: send the line "unsubscribe backports" in
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: backport for aead_request_set_ad()
2015-07-11 13:28 backport for aead_request_set_ad() Arend van Spriel
@ 2015-07-11 13:45 ` Hauke Mehrtens
2015-07-11 21:23 ` Arend van Spriel
0 siblings, 1 reply; 3+ messages in thread
From: Hauke Mehrtens @ 2015-07-11 13:45 UTC (permalink / raw)
To: Arend van Spriel, backports@vger.kernel.org; +Cc: Johannes Berg
On 07/11/2015 03:28 PM, Arend van Spriel wrote:
> I am running backports on 4.2-rc1 source tree and hit following problem:
>
> CC [M] /tmp/bp-test/net/mac80211/aes_ccm.o
> /tmp/bp-test/net/mac80211/aes_ccm.c: In function
> ���ieee80211_aes_ccm_encrypt���:
> /tmp/bp-test/net/mac80211/aes_ccm.c:41:2: error: implicit declaration of
> function ���aead_request_set_ad��� [-Werror=implicit-function-declaration]
> aead_request_set_ad(aead_req, sg[0].length);
> ^
> cc1: some warnings being treated as errors
>
> Looking at commit 957e0fe62923 ("mac80211: Switch to new AEAD
> interface") introducing this call it seems not so trivial and may
> require a backports patch. Just wondering if anyone already had a shot
> at this one.
>
> Regards,
> Arend
> --
> To unsubscribe from this list: send the line "unsubscribe backports" in
Hi Arend,
this is already in backports, see this commit:
https://git.kernel.org/cgit/linux/kernel/git/backports/backports.git/commit/?id=4d724eec
Hauke
--
To unsubscribe from this list: send the line "unsubscribe backports" in
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: backport for aead_request_set_ad()
2015-07-11 13:45 ` Hauke Mehrtens
@ 2015-07-11 21:23 ` Arend van Spriel
0 siblings, 0 replies; 3+ messages in thread
From: Arend van Spriel @ 2015-07-11 21:23 UTC (permalink / raw)
To: Hauke Mehrtens, backports@vger.kernel.org; +Cc: Johannes Berg
On 07/11/2015 03:45 PM, Hauke Mehrtens wrote:
> On 07/11/2015 03:28 PM, Arend van Spriel wrote:
>> I am running backports on 4.2-rc1 source tree and hit following problem:
>>
>> CC [M] /tmp/bp-test/net/mac80211/aes_ccm.o
>> /tmp/bp-test/net/mac80211/aes_ccm.c: In function
>> ���ieee80211_aes_ccm_encrypt���:
>> /tmp/bp-test/net/mac80211/aes_ccm.c:41:2: error: implicit declaration of
>> function ���aead_request_set_ad��� [-Werror=implicit-function-declaration]
>> aead_request_set_ad(aead_req, sg[0].length);
>> ^
>> cc1: some warnings being treated as errors
>>
>> Looking at commit 957e0fe62923 ("mac80211: Switch to new AEAD
>> interface") introducing this call it seems not so trivial and may
>> require a backports patch. Just wondering if anyone already had a shot
>> at this one.
>>
>> Regards,
>> Arend
>> --
>> To unsubscribe from this list: send the line "unsubscribe backports" in
> Hi Arend,
>
> this is already in backports, see this commit:
> https://git.kernel.org/cgit/linux/kernel/git/backports/backports.git/commit/?id=4d724eec
Thanks, Hauke
That did the trick.
Regards,
Arend
> Hauke
> --
> To unsubscribe from this list: send the line "unsubscribe backports" in
>
--
To unsubscribe from this list: send the line "unsubscribe backports" in
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-07-11 21:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-11 13:28 backport for aead_request_set_ad() Arend van Spriel
2015-07-11 13:45 ` Hauke Mehrtens
2015-07-11 21:23 ` Arend van Spriel
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.