https://github.com/torvalds/linux
Revision 66b3f4f0a0fcc197a1e432c3d2134f5c6a5275b9 authored by Linus Torvalds on 24 December 2014, 02:13:16 UTC, committed by Linus Torvalds on 24 December 2014, 02:13:16 UTC
Pull audit fixes from Paul Moore:
 "Four patches to fix various problems with the audit subsystem, all are
  fairly small and straightforward.

  One patch fixes a problem where we weren't using the correct gfp
  allocation flags (GFP_KERNEL regardless of context, oops), one patch
  fixes a problem with old userspace tools (this was broken for a
  while), one patch fixes a problem where we weren't recording pathnames
  correctly, and one fixes a problem with PID based filters.

  In general I don't think there is anything controversial with this
  patchset, and it fixes some rather unfortunate bugs; the allocation
  flag one can be particularly scary looking for users"

* 'upstream' of git://git.infradead.org/users/pcmoore/audit:
  audit: restore AUDIT_LOGINUID unset ABI
  audit: correctly record file names with different path name types
  audit: use supplied gfp_mask from audit_buffer in kauditd_send_multicast_skb
  audit: don't attempt to lookup PIDs when changing PID filtering audit rules
2 parent s 53262d1 + 041d7b9
History
Tip revision: 66b3f4f0a0fcc197a1e432c3d2134f5c6a5275b9 authored by Linus Torvalds on 24 December 2014, 02:13:16 UTC
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit
Tip revision: 66b3f4f
File Mode Size
internal
ablk_helper.h -rw-r--r-- 734 bytes
aead.h -rw-r--r-- 2.6 KB
aes.h -rw-r--r-- 1019 bytes
algapi.h -rw-r--r-- 10.9 KB
authenc.h -rw-r--r-- 845 bytes
b128ops.h -rw-r--r-- 2.4 KB
blowfish.h -rw-r--r-- 376 bytes
cast5.h -rw-r--r-- 551 bytes
cast6.h -rw-r--r-- 597 bytes
cast_common.h -rw-r--r-- 193 bytes
compress.h -rw-r--r-- 4.0 KB
cryptd.h -rw-r--r-- 1.8 KB
crypto_wq.h -rw-r--r-- 122 bytes
ctr.h -rw-r--r-- 524 bytes
des.h -rw-r--r-- 503 bytes
drbg.h -rw-r--r-- 8.9 KB
gf128mul.h -rw-r--r-- 8.0 KB
hash.h -rw-r--r-- 28.9 KB
hash_info.h -rw-r--r-- 1.1 KB
if_alg.h -rw-r--r-- 2.2 KB
lrw.h -rw-r--r-- 1.2 KB
mcryptd.h -rw-r--r-- 2.3 KB
md5.h -rw-r--r-- 288 bytes
null.h -rw-r--r-- 192 bytes
padlock.h -rw-r--r-- 649 bytes
pcrypt.h -rw-r--r-- 1.4 KB
pkcs7.h -rw-r--r-- 969 bytes
public_key.h -rw-r--r-- 2.7 KB
rng.h -rw-r--r-- 4.8 KB
scatterwalk.h -rw-r--r-- 3.2 KB
serpent.h -rw-r--r-- 673 bytes
sha.h -rw-r--r-- 2.3 KB
skcipher.h -rw-r--r-- 2.7 KB
twofish.h -rw-r--r-- 716 bytes
vmac.h -rw-r--r-- 2.1 KB
xts.h -rw-r--r-- 613 bytes

back to top