~ubuntu-kernel/ubuntu/+source/linux/+git/xenial:goldfish

Last commit made on 2016-02-24
Get this branch:
git clone -b goldfish https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/xenial
Members of Ubuntu Kernel Repositories can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

87dd79e... by Andy Whitcroft

UBUNTU: Ubuntu-goldfish-3.4.0-4.27

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

4f5999f... by Andy Whitcroft

UBUNTU: Start new release

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

318d6be... by Andy Whitcroft

UBUNTU: [Config] depend on kmod in preference to module-init-tools -- part 2

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

7a54a24... by Andy Whitcroft

UBUNTU: Ubuntu-goldfish-3.4.0-4.26

Ubuntu-goldfish-3.4.0-4.25 was apparently uploaded to wily and then
deleted so the archive knows the version.

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

fb8cfee... by Andy Whitcroft

UBUNTU: Ubuntu-goldfish-3.4.0-4.25

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

2d3a6cf... by Andy Whitcroft

UBUNTU: Start new release

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

47a374b... by Andy Whitcroft

UBUNTU: [Config] depend on kmod in preference to module-init-tools

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

d66fa0d... by Andy Whitcroft

UBUNTU: [Packaging] correct spelling of probabaly on the tools packages

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

d813335... by Tim Gardner

UBUNTU: Ubuntu-goldfish-3.4.0-4.24

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

01f2bc0... 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>