~ubuntu-kernel/ubuntu/+source/linux/+git/vivid:manta

Last commit made on 2015-07-14
Get this branch:
git clone -b manta https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/vivid
Members of Ubuntu Kernel Repositories can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

94d8173... by Tim Gardner

UBUNTU: Ubuntu-manta-3.4.0-7.32_15.04.1

Signed-off-by: Tim Gardner <email address hidden>

41f784b... by Tyler Hicks

audit: printk USER_AVC messages when audit isn't enabled

BugLink: http://bugs.launchpad.net/bugs/1473584

When the audit=1 kernel parameter is absent and auditd is not running,
AUDIT_USER_AVC messages are being silently discarded.

AUDIT_USER_AVC messages should be sent to userspace using printk(), as
mentioned in the commit message of 4a4cd633 ("AUDIT: Optimise the
audit-disabled case for discarding user messages").

When audit_enabled is 0, audit_receive_msg() discards all user messages
except for AUDIT_USER_AVC messages. However, audit_log_common_recv_msg()
refuses to allocate an audit_buffer if audit_enabled is 0. The fix is to
special case AUDIT_USER_AVC messages in both functions.

It looks like commit 50397bd1 ("[AUDIT] clean up audit_receive_msg()")
introduced this bug.

Cc: <email address hidden> # v2.6.25+
Signed-off-by: Tyler Hicks <email address hidden>
Cc: Al Viro <email address hidden>
Cc: Eric Paris <email address hidden>
Cc: <email address hidden>
Acked-by: Kees Cook <email address hidden>
Signed-off-by: Richard Guy Briggs <email address hidden>
Signed-off-by: Eric Paris <email address hidden>
(cherry picked from commit 0868a5e150bc4c47e7a003367cd755811eb41e0b)
Signed-off-by: Tim Gardner <email address hidden>

9531ef2... by Tim Gardner

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Tim Gardner <email address hidden>

e769428... by Andy Whitcroft

UBUNTU: Ubuntu-manta-3.4.0-7.31

Signed-off-by: Andy Whitcroft <email address hidden>

90b4839... by Andy Whitcroft

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Andy Whitcroft <email address hidden>

f541202... by "Wang, Xiaoming" <email address hidden>

net: ipv4: current group_info should be put after using.

Plug a group_info refcount leak in ping_init.
group_info is only needed during initialization and
the code failed to release the reference on exit.
While here move grabbing the reference to a place
where it is actually needed.

Signed-off-by: Chuansheng Liu <email address hidden>
Signed-off-by: Zhang Dongxing <email address hidden>
Signed-off-by: xiaoming wang <email address hidden>
Signed-off-by: David S. Miller <email address hidden>
(backported from commit b04c46190219a4f845e46a459e3102137b7f6cac)
Conflicts:
 net/ipv4/ping.c
CVE-2014-2851
BugLink: http://bugs.launchpad.net/bugs/1312994
Signed-off-by: Tyler Hicks <email address hidden>
Signed-off-by: Andy Whitcroft <email address hidden>

57c8717... by Andy Whitcroft

UBUNTU: Ubuntu-manta-3.4.0-7.30

Signed-off-by: Andy Whitcroft <email address hidden>

0b968dc... by Andy Whitcroft

UBUNTU: [Config] CONFIG_FHANDLE=y

BugLink: http://bugs.launchpad.net/bugs/1412543
Signed-off-by: Andy Whitcroft <email address hidden>

1bf120a... by Andy Whitcroft

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Andy Whitcroft <email address hidden>

0c7652a... by Tim Gardner

UBUNTU: [Debian] getabis: Commit new ABI directory, remove the old

Signed-off-by: Tim Gardner <email address hidden>
Signed-off-by: Andy Whitcroft <email address hidden>