~ubuntu-kernel/ubuntu/+source/linux/+git/raring:mako

Last commit made on 2013-04-18
Get this branch:
git clone -b mako https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/raring
Members of Ubuntu Kernel Repositories can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

0dc0ef5... by Tim Gardner

UBUNTU: Ubuntu-3.4.0-1.2

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

8cd2274... by Seth Forshee

UBUNTU: [Config] CONFIG_DEBUG_RODATA=n

It turns out we had two options enabled which were making the
kernel text read only. Turning off CONFIG_STRICT_MEMORY_RWX
fixed function tracing, but kprobes still don't work.
CONFIG_DEBUG_RODATA seems to be something added by Google to
mimic the same option in x86, but the x86 version does some
tricks to make kprobes work which are lacking in the ARM
version. Turn off this option so that kprobes will work and
remove the corresponding enforcer rule.

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

a47a5eb... by Seth Forshee

UBUNTU: [Config] Enable options for function tracing

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

1c58b14... by Seth Forshee

UBUNTU: [Config] CONFIG_STRICT_MEMORY_RWX=n

This option causes the kernel's text section to be set to be read
only. This doesn't play well with dynamic function tracing, as
ftrace enables and disables tracing of a given function by
modifying instructions at runtime. We really want to be able to
use dynamic function tracing, so disable the option that's
standing in our way.

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

9e7ef57... by Tim Gardner

UBUNTU: Bump ABI

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

6d0ead5... by Tim Gardner

LINARO: Start new release

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

8dd3cf3... by Tim Gardner

UBUNTU: Ubuntu-3.4.0-0.1

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

f78f0e1... by Tim Gardner

UBUNTU: [Config] Added python-dev as a build dependency

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

ab00099... by Paolo Pisati

UBUNTU: [Config] disable FRAMEBUFFER_CONSOLE

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

38c3175... by Tim Gardner

UBUNTU: [Config] CONFIG_LOCALVERSION=

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