* linux-next: lblnet tree build failure
@ 2008-12-03 5:22 Stephen Rothwell
2008-12-03 14:51 ` Paul Moore
0 siblings, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2008-12-03 5:22 UTC (permalink / raw)
To: Paul Moore; +Cc: linux-next
[-- Attachment #1: Type: text/plain, Size: 615 bytes --]
Hi Paul,
Today's linux-next build (x86_64 allmodconfig) failed like this:
security/smack/smackfs.c: In function 'smk_unlbl_ambient':
security/smack/smackfs.c:386: warning: passing argument 2 of 'netlbl_cfg_map_del' makes integer from pointer without a cast
security/smack/smackfs.c:386: error: too few arguments to function 'netlbl_cfg_map_del'
Caused by commit dc9d06d6226e4855c50961940498427acb4f9866 ("netlabel:
Update kernel configuration API").
I have dropped the lblnet tree for today.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: linux-next: lblnet tree build failure
2008-12-03 5:22 linux-next: lblnet tree build failure Stephen Rothwell
@ 2008-12-03 14:51 ` Paul Moore
2008-12-04 0:04 ` Stephen Rothwell
0 siblings, 1 reply; 9+ messages in thread
From: Paul Moore @ 2008-12-03 14:51 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next
On Wednesday 03 December 2008 12:22:02 am Stephen Rothwell wrote:
> Hi Paul,
>
> Today's linux-next build (x86_64 allmodconfig) failed like this:
>
> security/smack/smackfs.c: In function 'smk_unlbl_ambient':
> security/smack/smackfs.c:386: warning: passing argument 2 of
> 'netlbl_cfg_map_del' makes integer from pointer without a cast
> security/smack/smackfs.c:386: error: too few arguments to function
> 'netlbl_cfg_map_del'
>
> Caused by commit dc9d06d6226e4855c50961940498427acb4f9866 ("netlabel:
> Update kernel configuration API").
>
> I have dropped the lblnet tree for today.
My apologies (again), I'll get that fixed up today. Casey, the Smack
maintainer, and I have been changing things around a fair amount lately
and it looks like I missed something in the last update.
--
paul moore
linux @ hp
^ permalink raw reply [flat|nested] 9+ messages in thread
* linux-next: lblnet tree build failure
@ 2008-12-16 8:14 Stephen Rothwell
2008-12-16 16:33 ` Paul Moore
0 siblings, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2008-12-16 8:14 UTC (permalink / raw)
To: Paul Moore; +Cc: linux-next, Casey Schaufler
[-- Attachment #1: Type: text/plain, Size: 764 bytes --]
Hi Paul,
Today's linux-next build (x86_64 allmodconfig) failed like this:
security/smack/smackfs.c: In function 'smk_netlabel_audit_set':
security/smack/smackfs.c:118: error: 'struct task_struct' has no member named 'security'
Caused by commit 2d22b59c5401e60c04e6258a245b8a99d103f55b ("smack: Add
support for unlabeled network hosts and networks") interacting with
commit b6dff3ec5e116e3af6f537d4caedcad6b9e5082a ("CRED: Separate task
security context from task_struct") from the security-testing tree. This
latter commit is also in the lblnet tree (since it merges the security
testing tree).
I have dropped the lblnet tree for today.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: linux-next: lblnet tree build failure
2008-12-16 8:14 Stephen Rothwell
@ 2008-12-16 16:33 ` Paul Moore
2008-12-17 0:04 ` Stephen Rothwell
0 siblings, 1 reply; 9+ messages in thread
From: Paul Moore @ 2008-12-16 16:33 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next, Casey Schaufler
On Tuesday 16 December 2008 3:14:19 am Stephen Rothwell wrote:
> Hi Paul,
>
> Today's linux-next build (x86_64 allmodconfig) failed like this:
>
> security/smack/smackfs.c: In function 'smk_netlabel_audit_set':
> security/smack/smackfs.c:118: error: 'struct task_struct' has no
> member named 'security'
>
> Caused by commit 2d22b59c5401e60c04e6258a245b8a99d103f55b ("smack:
> Add support for unlabeled network hosts and networks") interacting
> with commit b6dff3ec5e116e3af6f537d4caedcad6b9e5082a ("CRED: Separate
> task security context from task_struct") from the security-testing
> tree. This latter commit is also in the lblnet tree (since it merges
> the security testing tree).
>
> I have dropped the lblnet tree for today.
My mistake, it should be fixed now.
When I was updating the lblnet-2.6_next tree yesterday I made a mistake
and didn't refresh Casey's patch completely when merging it against the
security-testing tree as a result some of the necessary merges didn't
make it out of my local directory. Sorry guys.
--
paul moore
linux @ hp
^ permalink raw reply [flat|nested] 9+ messages in thread
* linux-next: lblnet tree build failure
@ 2008-11-18 4:11 Stephen Rothwell
2008-11-18 14:26 ` Paul Moore
0 siblings, 1 reply; 9+ messages in thread
From: Stephen Rothwell @ 2008-11-18 4:11 UTC (permalink / raw)
To: Paul Moore; +Cc: linux-next
[-- Attachment #1: Type: text/plain, Size: 861 bytes --]
Hi Paul,
Today's linux-next build (powerpc ppc64_defconfig) failed like this:
In file included from include/net/cipso_ipv4.h:43,
from net/ipv4/ip_options.c:26:
include/net/netlabel.h:512: error: redefinition of 'netlbl_cfg_cipsov4_add'
include/net/netlabel.h:477: error: previous definition of 'netlbl_cfg_cipsov4_add' was here
include/net/netlabel.h:517: error: redefinition of 'netlbl_cfg_cipsov4_del'
include/net/netlabel.h:482: error: previous definition of 'netlbl_cfg_cipsov4_del' was here
include/net/netlabel.h:522: error: conflicting types for 'netlbl_cfg_cipsov4_map_add'
include/net/netlabel.h:490: error: previous definition of 'netlbl_cfg_cipsov4_map_add' was here
I have dropped the lblnet tree for today.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: linux-next: lblnet tree build failure
2008-11-18 4:11 Stephen Rothwell
@ 2008-11-18 14:26 ` Paul Moore
2008-11-18 20:08 ` Stephen Rothwell
0 siblings, 1 reply; 9+ messages in thread
From: Paul Moore @ 2008-11-18 14:26 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-next
On Monday 17 November 2008 11:11:12 pm Stephen Rothwell wrote:
> Hi Paul,
>
> Today's linux-next build (powerpc ppc64_defconfig) failed like this:
>
> In file included from include/net/cipso_ipv4.h:43,
> from net/ipv4/ip_options.c:26:
> include/net/netlabel.h:512: error: redefinition of
> 'netlbl_cfg_cipsov4_add' include/net/netlabel.h:477: error: previous
> definition of 'netlbl_cfg_cipsov4_add' was here
> include/net/netlabel.h:517: error: redefinition of
> 'netlbl_cfg_cipsov4_del' include/net/netlabel.h:482: error: previous
> definition of 'netlbl_cfg_cipsov4_del' was here
> include/net/netlabel.h:522: error: conflicting types for
> 'netlbl_cfg_cipsov4_map_add' include/net/netlabel.h:490: error:
> previous definition of 'netlbl_cfg_cipsov4_map_add' was here
>
> I have dropped the lblnet tree for today.
Okay, sorry about that, I'll get it fixed up for tomorrow.
--
paul moore
linux @ hp
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2008-12-17 0:05 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-03 5:22 linux-next: lblnet tree build failure Stephen Rothwell
2008-12-03 14:51 ` Paul Moore
2008-12-04 0:04 ` Stephen Rothwell
-- strict thread matches above, loose matches on Subject: below --
2008-12-16 8:14 Stephen Rothwell
2008-12-16 16:33 ` Paul Moore
2008-12-17 0:04 ` Stephen Rothwell
2008-11-18 4:11 Stephen Rothwell
2008-11-18 14:26 ` Paul Moore
2008-11-18 20:08 ` Stephen Rothwell
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).