~ubuntu-kernel/ubuntu/+source/linux/+git/edgy:origin

Last commit made on 2007-08-29
Get this branch:
git clone -b origin 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

6b912d7... by Tim Gardner

2.6.17-12.40

4a6fad6... by Tim Gardner

Updated maintainer

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

modified: debian/control
modified: debian/control.stub

cea42cb... by Tim Gardner

Renamed ABI

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

b9b83a3... by Tim Gardner <email address hidden>

[UBUNTU:debian] Update changelog

modified: debian/changelog

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

f069ee3... by Tim Gardner

[UBUNTU] Fix patch thinko.
modified: fs/exec.c

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

270749a... by Marcel Holtmann

UBUNTU: CVE-2007-3848
Reset current->pdeath_signal on SUID binary execution

This fixes a vulnerability in the "parent process death signal"
implementation discoverd by Wojciech Purczynski of COSEINC PTE Ltd.
and iSEC Security Research.

http://marc.info/?l=bugtraq&m=118711306802632&w=2

Signed-off-by: Marcel Holtmann <email address hidden>
Signed-off-by: Linus Torvalds <email address hidden>

modified: fs/exec.c

274b2b8... by Alan Cox <email address hidden>

UBUNTU: CVE-2007-4308
aacraid: fix security hole

On the SCSI layer ioctl path there is no implicit permissions check for
ioctls (and indeed other drivers implement unprivileged ioctls). aacraid
however allows all sorts of very admin only things to be done so should
check.

Signed-off-by: Alan Cox <email address hidden>
Acked-by: Mark Salyzyn <email address hidden>
Signed-off-by: Linus Torvalds <email address hidden>

modified: drivers/scsi/aacraid/linit.c

6bcc7fb... by Tim Gardner

Rename ABI.

d49fb97... by Tim Gardner

Updated CVEs.

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

modified: debian/changelog

cc8e06d... by Dave Airlie <email address hidden>

drm/i915: Fix i965 secured batchbuffer usage (CVE-2007-3851)

This 965G and above chipsets moved the batch buffer non-secure bits to
another place. This means that previous drm's allowed in-secure batchbuffers
to be submitted to the hardware from non-privileged users who are logged
into X and and have access to direct rendering.

Signed-off-by: Dave Airlie <email address hidden>
Signed-off-by: Linus Torvalds <email address hidden>
(cherry picked from commit 21f16289270447673a7263ccc0b22d562fb01ecb)