public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Oddness in security/Makefile
@ 2013-09-09 15:41 Valdis Kletnieks
  2013-09-10 13:58 ` Eric Paris
  0 siblings, 1 reply; 3+ messages in thread
From: Valdis Kletnieks @ 2013-09-09 15:41 UTC (permalink / raw)
  To: Linus Torvalds, James Morris, Stephen Smalley, Eric Paris
  Cc: linux-kernel, linux-security-module

[-- Attachment #1: Type: text/plain, Size: 888 bytes --]

Seen in security/Makefile:

% git blame security/Makefile
...
^1da177e (Linus Torvalds  2005-04-16 15:20:36 -0700 15)
^1da177e (Linus Torvalds  2005-04-16 15:20:36 -0700 16) # Object file lists
da31894e (Eric Paris      2008-08-22 11:35:57 -0400 17) obj-$(CONFIG_SECURITY)                  += security.o capability.o
da31894e (Eric Paris      2008-08-22 11:35:57 -0400 18) obj-$(CONFIG_SECURITYFS)                += inode.o
^1da177e (Linus Torvalds  2005-04-16 15:20:36 -0700 19) # Must precede capability.o in order to stack properly.
^1da177e (Linus Torvalds  2005-04-16 15:20:36 -0700 20) obj-$(CONFIG_SECURITY_SELINUX)          += selinux/built-in.o
5915eb53 (Miklos Szeredi  2008-07-03 20:56:05 +0200 21) obj-$(CONFIG_SECURITY_SMACK)            += smack/built-in.o
...

What's wrong with this picture? Line 19 looks more than slightly confused,
and it has been for several years....

[-- Attachment #2: Type: application/pgp-signature, Size: 865 bytes --]

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

end of thread, other threads:[~2013-09-24  1:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-09 15:41 Oddness in security/Makefile Valdis Kletnieks
2013-09-10 13:58 ` Eric Paris
2013-09-24  1:23   ` James Morris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox