~ubuntu-kernel/ubuntu/+source/linux/+git/edgy:old-master

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

Branch merges

Branch information

Recent commits

320753c... by Ben Collins

Merge branch 'kernel-team'

48eed1a... by Ben Collins

[UBUNTU:sata_promise] Do not use sata scr functions on PATA ports.

Trivial fix, backported from libata-dev#promise_sata_pata tree.

Signed-off-by: Ben Collins <email address hidden>

bd7e63b... by Kyle McMartin

[UBUNTU:debian] Bump abi for release

dbc0e92... by Kyle McMartin

[UBUNTU:debian] Update changelog

94ccf01... by "David S. Miller" <email address hidden>

[SPARC64]: Set g4/g5 properly in sun4v dtlb-prot handling.

Mirror the logic in the sun4u handler, we have to update
both registers even when we branch out to window fault
fixup handling.

The way it works is that if we are in etrap processing a
fault already, g4/g5 holds the original fault information.
If we take a window spill fault while doing etrap, then
we put the window spill fault info into g4/g5 and this is
what the top-level fault handler ends up processing first.

Then we retry the originally faulting instruction, and
process the original fault at that time.

This is all necessary because of how constrained the trap
registers are in these code paths. These cases trigger
very rarely, so even if there is some performance implication
it's doesn't happen very often. In fact the rarity is why
it took so long to trigger and find this particular bug.

Signed-off-by: David S. Miller <email address hidden>

633f934... by Kyle McMartin

[UBUNTU:debian] Move abi files for release

2eba8ab... by Kyle McMartin

[UBUNTU] s/raw_local_save_flags/local_save_flags/

961f526... by Kyle McMartin

[UBUNTU:debian] Update changelog

Signed-off-by: Kyle McMartin <email address hidden>

c17ded8... by Marcel Holtmann

[Bluetooth] Add packet size checks for CAPI messages (CVE-2006-6106)

With malformed packets it might be possible to overwrite internal
CMTP and CAPI data structures. This patch adds additional length
checks to prevent these kinds of remote attacks.

Signed-off-by: Marcel Holtmann <email address hidden>
(cherry picked from commit f4777569204cb59f2f04fbe9ef4e9a6918209104)

63ad062... by Kyle McMartin

[UBUNTU:debian] Remove GFS2 from configs as it is non-functional (CVE-2006-6057)

Signed-off-by: Kyle McMartin <email address hidden>