linux-flexiantxendom0-natty.git
13 years agoRevert "ALSA: hda - Handle missing NID 0x1b on ALC259 codec"
Andy Whitcroft [Fri, 12 Nov 2010 17:01:02 +0000 (17:01 +0000)]
Revert "ALSA: hda - Handle missing NID 0x1b on ALC259 codec"

This reverts commit 7093079a8c9da1c3cc46096ac4dad66c928c3ea2.

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoRevert "ALSA: hda - Handle pin NID 0x1a on ALC259/269"
Andy Whitcroft [Fri, 12 Nov 2010 17:00:10 +0000 (17:00 +0000)]
Revert "ALSA: hda - Handle pin NID 0x1a on ALC259/269"

This reverts commit eed7c0e7e41020539a384e56de757a4f28302e20.

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoRevert "ARM: initial stack protector (-fstack-protector) support"
Andy Whitcroft [Fri, 12 Nov 2010 16:59:43 +0000 (16:59 +0000)]
Revert "ARM: initial stack protector (-fstack-protector) support"

This reverts commit e186433a0b95417413ac9726d974de80322ea72c.

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoRevert "[ARM] implement arch_randomize_brk()"
Andy Whitcroft [Fri, 12 Nov 2010 16:57:49 +0000 (16:57 +0000)]
Revert "[ARM] implement arch_randomize_brk()"

This reverts commit 5523e01b790d956164021e6ac4bde605723946a8.

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoRevert "mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resume"
Andy Whitcroft [Fri, 12 Nov 2010 16:57:18 +0000 (16:57 +0000)]
Revert "mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resume"

This reverts commit 93cddb91e1a94859adfd99982b47da8328c3cfc1.

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
Manoj Iyer [Mon, 6 Apr 2009 15:58:49 +0000 (10:58 -0500)]
UBUNTU: SAUCE: Added quirk to recognize GE0301 3G modem as an interface.

OriginalAuthor: Timo Aaltonen <tjaalton@ubuntu.com>
BugLink: http://bugs.launchpad.net/bugs/348861

Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>

13 years agohid: ntrig: Mask pen switch events
Henrik Rydberg [Fri, 12 Nov 2010 08:11:54 +0000 (09:11 +0100)]
hid: ntrig: Mask pen switch events

When the pen comes in proximity, special packets appear on the
multitouch device. This confuses userland to misinterpret the
touch state. This patch masks the special pen packets consisting
of a single finger of width 10, thereby fixing the problem.

Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agohid: ntrig: Support single-touch devices
Henrik Rydberg [Fri, 12 Nov 2010 08:11:53 +0000 (09:11 +0100)]
hid: ntrig: Support single-touch devices

The current driver was regressed to not work for single-touch devices,
and the driver occasionally crashes in those cases. The HID report
which resets the array index is never received, resulting in out-of-range
memory access. This patch restores functionality by detecting the presence
of the multitouch firmware, and adds a range check to make the driver
resilient to unknown firmware versions.

Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: SAUCE: hid: ntrig: New ghost-filtering event logic
Henrik Rydberg [Fri, 12 Nov 2010 08:11:52 +0000 (09:11 +0100)]
UBUNTU: SAUCE: hid: ntrig: New ghost-filtering event logic

The ntrig devices are notoriously poor at resolving ghost touches,
which affects almost every device on the market. Moreoever, the
performance degrades over time, rendering the screen unusable.
In order to work out of the box, the driver needs to cater for this
deficiency, and should ideally do so without any special tuning.

This patch attempts to paper over this problem, by detecting and
filtering out ghost touches using additional knowledge of the sensor
mechanism. A small number of dimensionless parameters are used, to
keep the complexity at a minimum. The driver has been reported to
work well on Dell Studio 17, Dell XT2, HP TX2 and Lenovo T410s.

Also added Canonical, Ltd. to the copyright.

Not likely to go upstream in its present form. However, it does help
constitue a tuning-free driver which works well together with Unity,
and as such are vital to the MT push.

Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Acked-by: Chase Douglas <chase.douglas@canonical.com>
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: SAUCE: hid: ntrig: Setup input filtering manually
Henrik Rydberg [Fri, 12 Nov 2010 08:11:51 +0000 (09:11 +0100)]
UBUNTU: SAUCE: hid: ntrig: Setup input filtering manually

The hid core does not set fuzz parameters properly, so take
over setup of all input parameters for the multitouch device.

Has been tested succesfully on Dell Studio 17, Dell XT2, HP TX2 and
Lenovo T410s. Not likely to go upstream in its present form. However,
it does help constitue a tuning-free driver which works well together
with Unity, and as such are vital to the MT push.

Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Acked-by: Chase Douglas <chase.douglas@canonical.com>
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: SAUCE: hid: ntrig: remove sysfs nodes
Henrik Rydberg [Fri, 12 Nov 2010 08:11:50 +0000 (09:11 +0100)]
UBUNTU: SAUCE: hid: ntrig: remove sysfs nodes

Aiming at a driver that requires no tuning, remove the sysfs nodes
for the filter parameters.

Has been tested succesfully on Dell Studio 17, Dell XT2, HP TX2 and
Lenovo T410s. Not likely to go upstream in its present form. However,
it does help constitue a tuning-free driver which works well together
with Unity, and as such are vital to the MT push.

Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Acked-by: Chase Douglas <chase.douglas@canonical.com>
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: Ubuntu-2.6.37-3.11
Andy Whitcroft [Thu, 11 Nov 2010 23:46:00 +0000 (23:46 +0000)]
UBUNTU: Ubuntu-2.6.37-3.11

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: [Config] Build-in powermac ZILOG serial driver
Jeremy Kerr [Thu, 11 Nov 2010 10:07:49 +0000 (10:07 +0000)]
UBUNTU: [Config] Build-in powermac ZILOG serial driver

SERIAL_PMAC_ZILOG allows us to get a serial device on KVM-virtualised
powerpc, so build it in to the kernel to allow serial console on these
platforms. This also requires SERIAL_PMAC_ZILOG_CONSOLE.

Since we now set SERIAL_CORE=y on powerpc, this change moves it into the
common.ubuntu config.

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

Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: SAUCE: drm -- stop early access to drm devices
Andy Whitcroft [Thu, 29 Jul 2010 15:48:21 +0000 (16:48 +0100)]
UBUNTU: SAUCE: drm -- stop early access to drm devices

When a drm driver is initialised we first allocate and initialise the
drm minor numbers including creating the sysfs files, then we trigger
the driver load method.  The act of creating the sysfs files triggers the
uevent.  This means udev may start programs which open /dev/dri/card0 and
other interfaces, this can occur before the load method has even started
and thus before the driver has fully initialised its data structures.
In the case of plymouthd this leads to it opening and closing (in disgust)
the interface, which in turn leads to a kernel panic as the mutexes are
yet to be initialised.

This patch delays the linking up of the drm devices minor numbers until
the driver is fully initialised.  As it is possible for consumers of
these interfaces to reach them before they are fully initialised we
arrange for opens of these devices to return EAGAIN until the device is
fully initialised.

Signed-off-by: Andy Whitcroft <apw@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>

13 years agoUBUNTU: SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
Andy Whitcroft [Fri, 10 Sep 2010 16:26:55 +0000 (17:26 +0100)]
UBUNTU: SAUCE: fbcon -- fix OOPs triggered by race prevention fixes

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

The fix below added reference counting to framebuffer opens, it
inadvertantly does not handle the totally missing framebuffer case:

    UBUNTU: SAUCE: fbcon -- fix race between open and removal of framebuffers

lshw tickles this searching for framebuffers leading to an OOPs and boot
hangs for some machines.

Initial-fix-by: Dave Gilbert
Signed-off-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>

13 years agoUBUNTU: SAUCE: fbcon -- fix race between open and removal of framebuffers
Andy Whitcroft [Thu, 29 Jul 2010 15:48:20 +0000 (16:48 +0100)]
UBUNTU: SAUCE: fbcon -- fix race between open and removal of framebuffers

Currently there is no locking for updates to the registered_fb list.
This allows an open through /dev/fbN to pick up a registered framebuffer
pointer in parallel with it being released, as happens when a conflicting
framebuffer is ejected or on module unload.  There is also no reference
counting on the framebuffer descriptor which is referenced from all open
files, leading to references to released or reused memory to persist on
these open files.

This patch adds a reference count to the framebuffer descriptor to prevent
it from being released until after all pending opens are closed.  This
allows the pending opens to detect the closed status and unmap themselves.
It also adds locking to the framebuffer lookup path, locking it against
the removal path such that it is possible to atomically lookup and take a
reference to the descriptor.  It also adds locking to the read and write
paths which currently could access the framebuffer descriptor after it
has been freed.  Finally it moves the device to FBINFO_STATE_REMOVED to
indicate that all access should be errored for this device.

Signed-off-by: Andy Whitcroft <apw@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Leann Ogasawara <leann.ogasawara@canonical.com>

13 years agoUBUNTU: ubuntu: AUFS -- track changes to llseek in v2.6.37-rc1
Andy Whitcroft [Sun, 7 Nov 2010 13:18:11 +0000 (13:18 +0000)]
UBUNTU: ubuntu: AUFS -- track changes to llseek in v2.6.37-rc1

The commit below changed the default llseek function to no_llseek,
reinstate the previous default for aufs2:

  commit 776c163b1b93c8dfa5edba885bc2bfbc2d228a5f
  Author: Arnd Bergmann <arnd@arndb.de>
  Date:   Wed Jul 7 23:10:11 2010 +0200

    vfs: make no_llseek the default

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: ubuntu: AUFS -- track changes to work queue initialisation
Andy Whitcroft [Sun, 7 Nov 2010 04:20:29 +0000 (04:20 +0000)]
UBUNTU: ubuntu: AUFS -- track changes to work queue initialisation

The commit below modified the static initialisers for work queues, track
those changes in aufs2:

  commit ca1cab37d91cbe8a8333732540d43cabb54cfa85
  Author: Andrew Morton <akpm@linux-foundation.org>
  Date:   Tue Oct 26 14:22:34 2010 -0700

    workqueues: s/ON_STACK/ONSTACK/

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: ubuntu: AUFS -- re-enable
Andy Whitcroft [Sun, 7 Nov 2010 02:21:03 +0000 (02:21 +0000)]
UBUNTU: ubuntu: AUFS -- re-enable

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: ubuntu: AUFS -- update to aufs2.1-36-UNRELEASED-20101103
Andy Whitcroft [Sun, 7 Nov 2010 02:15:33 +0000 (02:15 +0000)]
UBUNTU: ubuntu: AUFS -- update to aufs2.1-36-UNRELEASED-20101103

Pull aufs up to the experimental aufs2.1-36-UNRELEASED-20101103
from the URL below:

    http://livenet.selfip.com/ftp/debian/aufs2.1-36/

Based on patches from J.R.Okajima and Jordi Pujol, see the mail thread
below from the aufs-users list for further information:

    http://www.mail-archive.com/aufs-users@lists.sourceforge.net/msg02921.html

Signed-off-by: Andy Whitcroft <apw@shadowen.org>

13 years agoUBUNTU: ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-36-UNRELEASED-20101103
Andy Whitcroft [Sun, 7 Nov 2010 02:14:56 +0000 (02:14 +0000)]
UBUNTU: ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-36-UNRELEASED-20101103

Pull aufs up to the experimental aufs2.1-36-UNRELEASED-20101103
from the URL below:

    http://livenet.selfip.com/ftp/debian/aufs2.1-36/

Based on patches from J.R.Okajima and Jordi Pujol, see the mail thread
below from the aufs-users list for further information:

    http://www.mail-archive.com/aufs-users@lists.sourceforge.net/msg02921.html

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: ubuntu: AUFS -- aufs2-base.patch aufs2.1-36-UNRELEASED-20101103
Andy Whitcroft [Sun, 7 Nov 2010 02:13:30 +0000 (02:13 +0000)]
UBUNTU: ubuntu: AUFS -- aufs2-base.patch aufs2.1-36-UNRELEASED-20101103

Pull aufs up to the experimental aufs2.1-36-UNRELEASED-20101103
from the URL below:

    http://livenet.selfip.com/ftp/debian/aufs2.1-36/

Based on patches from J.R.Okajima and Jordi Pujol and others, see the
mail thread below from the aufs-users list for further information:

    http://www.mail-archive.com/aufs-users@lists.sourceforge.net/msg02921.html

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoRevert "UBUNTU: ubuntu: AUFS -- aufs2 base patch for linux-2.6.34"
Andy Whitcroft [Sun, 7 Nov 2010 02:11:12 +0000 (02:11 +0000)]
Revert "UBUNTU: ubuntu: AUFS -- aufs2 base patch for linux-2.6.34"

This reverts commit 8e85bed37962e980e0a72cc3a8eb5fd9b16df630.

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoRevert "UBUNTU: ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601"
Andy Whitcroft [Sun, 7 Nov 2010 02:10:07 +0000 (02:10 +0000)]
Revert "UBUNTU: ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601"

This reverts commit 91ecb392f16a39b72f8745d5125680182d3b86af.

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoRevert "UBUNTU: ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601"
Andy Whitcroft [Sun, 7 Nov 2010 02:08:43 +0000 (02:08 +0000)]
Revert "UBUNTU: ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601"

This reverts commit bb05516aec3ef56a2b7e82d042a537e63e144be1.

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoRevert "UBUNTU: ubuntu: AUFS -- track changes to the arguements to fop fsync()"
Andy Whitcroft [Sun, 7 Nov 2010 02:07:16 +0000 (02:07 +0000)]
Revert "UBUNTU: ubuntu: AUFS -- track changes to the arguements to fop fsync()"

This reverts commit d4e9501eeeee43450c1675a1cd2724371db736e5.

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoRevert "UBUNTU: ubuntu: AUFS -- update to b37c575759dc4535ccc03241c584ad5fe69e3b25"
Andy Whitcroft [Sun, 7 Nov 2010 02:06:22 +0000 (02:06 +0000)]
Revert "UBUNTU: ubuntu: AUFS -- update to b37c575759dc4535ccc03241c584ad5fe69e3b25"

This reverts commit ed0be8fa661ac39ddea61ed5ee1e892396438769.

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: [Config] enforcer -- ensure CONFIG_IPV6=y
Andy Whitcroft [Tue, 9 Nov 2010 22:47:51 +0000 (17:47 -0500)]
UBUNTU: [Config] enforcer -- ensure CONFIG_IPV6=y

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: [Config] ensure CONFIG_IPV6=y for powerpc
Andy Whitcroft [Tue, 9 Nov 2010 22:46:38 +0000 (17:46 -0500)]
UBUNTU: [Config] ensure CONFIG_IPV6=y for powerpc

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: [Config] enforcer -- ensure CONFIG_INTEL_IDLE is off for -virtual
Andy Whitcroft [Tue, 9 Nov 2010 22:32:45 +0000 (17:32 -0500)]
UBUNTU: [Config] enforcer -- ensure CONFIG_INTEL_IDLE is off for -virtual

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: debian -- pass the correct flavour name when checking configs
Andy Whitcroft [Tue, 9 Nov 2010 22:31:31 +0000 (17:31 -0500)]
UBUNTU: debian -- pass the correct flavour name when checking configs

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: [Config] enforcer -- ensure we never enable CONFIG_IMA
Andy Whitcroft [Tue, 9 Nov 2010 21:37:05 +0000 (16:37 -0500)]
UBUNTU: [Config] enforcer -- ensure we never enable CONFIG_IMA

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: [Config] Disable intel_idle for -virtual kernels
Andy Whitcroft [Tue, 9 Nov 2010 20:22:30 +0000 (15:22 -0500)]
UBUNTU: [Config] Disable intel_idle for -virtual kernels

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

EC2 Xen does not properly handle the mwait instruction used by intel_idle
resulting in an invalid opcode when an instance is launched on newer
intel hardware.

Signed-off-by: John Johansen <john.johansen@canonical.com>
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: SAUCE: nx-emu: use upstream ASLR when possible
Kees Cook [Fri, 5 Nov 2010 20:05:37 +0000 (13:05 -0700)]
UBUNTU: SAUCE: nx-emu: use upstream ASLR when possible

Only perform ASCII-armor ASLR when nx-emulation is happening.

Signed-off-by: Kees Cook <kees.cook@canonical.com>
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoexec-randomization: brk away from exec rand area
Kees Cook [Fri, 5 Nov 2010 18:59:32 +0000 (11:59 -0700)]
exec-randomization: brk away from exec rand area

This is a fix for the NX emulation patch to force the brk area well
outside of the exec randomization area to avoid future allocation or brk
growth collisions. Normally this isn't a problem, except when the text
region has been loaded from a PIE binary and the CS limit can't be put
just above bss.

A test-case that will show failures without this patch can be found here:
http://bazaar.launchpad.net/~ubuntu-bugcontrol/qa-regression-testing/master/annotate/head%3A/scripts/kernel-aslr-collisions/explode-brk.c

Signed-off-by: Kees Cook <kees.cook@canonical.com>
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agommap randomization for executable mappings on 32-bit
Roland McGrath [Wed, 14 Jul 2010 07:55:23 +0000 (00:55 -0700)]
mmap randomization for executable mappings on 32-bit

This code is originally from Ingo, with some later rebasing and
fixes to respect all the randomization-disabling knobs.

It provides a new address randomization algorithm that's preferable
for executable mappings in 32-bit processes.

Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Kees Cook <kees.cook@canonical.com>
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agonx-emu: standardize boottime message prefix
Kees Cook [Fri, 5 Nov 2010 18:55:00 +0000 (11:55 -0700)]
nx-emu: standardize boottime message prefix

The state of NX in the booted kernel is easier to find in dmesg if
all the possible modes start with the same bit of text. There's no
good reason to have the NX-emulation message have a different format.

Signed-off-by: Kees Cook <kees.cook@canonical.com>
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agonx-emu: drop exec-shield sysctl, merge with disable_nx
Kees Cook [Fri, 5 Nov 2010 18:44:16 +0000 (11:44 -0700)]
nx-emu: drop exec-shield sysctl, merge with disable_nx

The "exec-shield" sysctl doesn't really make much sense any more, and
the functionality is better merged with the existing "disable_nx"
kernel boot option.

Signed-off-by: Kees Cook <kees.cook@canonical.com>
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoi386: NX emulation
Roland McGrath [Wed, 14 Jul 2010 07:50:02 +0000 (00:50 -0700)]
i386: NX emulation

This is old code with some cruft, all originally by Ingo with much
later rebasing by Fedora folks and at least one arcane fix by Roland
a few years ago.

Signed-off-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Kees Cook <kees.cook@canonical.com>
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: Bump ABI
Andy Whitcroft [Sun, 7 Nov 2010 17:32:48 +0000 (17:32 +0000)]
UBUNTU: Bump ABI

Ignore: yes
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: Start new release
Andy Whitcroft [Sun, 7 Nov 2010 17:31:55 +0000 (17:31 +0000)]
UBUNTU: Start new release

Ignore: yes
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: [Config] Use correct be2iscsi module name in d-i/modules/scsi-modules
Tim Gardner [Fri, 5 Nov 2010 14:57:20 +0000 (14:57 +0000)]
UBUNTU: [Config] Use correct be2iscsi module name in d-i/modules/scsi-modules

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

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: Ubuntu-2.6.37-2.10
Andy Whitcroft [Thu, 4 Nov 2010 14:48:19 +0000 (14:48 +0000)]
UBUNTU: Ubuntu-2.6.37-2.10

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: [Config] CONFIG_GPIO_VX855=n for armel FTBS
Andy Whitcroft [Thu, 4 Nov 2010 11:00:06 +0000 (11:00 +0000)]
UBUNTU: [Config] CONFIG_GPIO_VX855=n for armel FTBS

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: Start new release
Andy Whitcroft [Wed, 3 Nov 2010 22:22:17 +0000 (22:22 +0000)]
UBUNTU: Start new release

Ignore: yes
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: [Config] CONFIG_GPIO_PCH=n for armel FTBS
Andy Whitcroft [Wed, 3 Nov 2010 20:07:37 +0000 (20:07 +0000)]
UBUNTU: [Config] CONFIG_GPIO_PCH=n for armel FTBS

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: Ubuntu-2.6.37-2.9
Andy Whitcroft [Tue, 2 Nov 2010 20:53:27 +0000 (20:53 +0000)]
UBUNTU: Ubuntu-2.6.37-2.9

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: SAUCE: fix documentation strings for struct input_keymap_entry
Andy Whitcroft [Tue, 2 Nov 2010 19:57:56 +0000 (19:57 +0000)]
UBUNTU: SAUCE: fix documentation strings for struct input_keymap_entry

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: bump master version number to match contained kernel
Andy Whitcroft [Tue, 2 Nov 2010 15:20:49 +0000 (15:20 +0000)]
UBUNTU: bump master version number to match contained kernel

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: Start new release
Andy Whitcroft [Tue, 2 Nov 2010 15:19:44 +0000 (15:19 +0000)]
UBUNTU: Start new release

Ignore: yes
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: [Config] move powerpc over from ports to distro
Andy Whitcroft [Tue, 2 Nov 2010 14:50:00 +0000 (14:50 +0000)]
UBUNTU: [Config] move powerpc over from ports to distro

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: config -- fix genportsconfig
Andy Whitcroft [Tue, 2 Nov 2010 13:44:13 +0000 (13:44 +0000)]
UBUNTU: config -- fix genportsconfig

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: Ubuntu-2.6.36-2.8
Tim Gardner [Mon, 1 Nov 2010 13:30:02 +0000 (07:30 -0600)]
UBUNTU: Ubuntu-2.6.36-2.8

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: SAUCE: AppArmor: Fix unpack of network tables.
John Johansen [Mon, 1 Nov 2010 22:16:54 +0000 (18:16 -0400)]
UBUNTU: SAUCE: AppArmor: Fix unpack of network tables.

The unpacking of network rules, unpacks 1 more rule than it should.  It
should drop all rules with network types AF_MAX or greater.

Fix suggested by Tetsuo Handa in
https://lists.ubuntu.com/archives/kernel-team/2010-November/013327.html

Reported-by: Tetsuo Handa <from-ubuntu@I-love.SAKURA.ne.jp>
Signed-off-by: John Johansen <john.johansen@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: [Config] CONFIG_DRM_NOUVEAU=n for armel FTBS
Tim Gardner [Tue, 2 Nov 2010 01:28:57 +0000 (01:28 +0000)]
UBUNTU: [Config] CONFIG_DRM_NOUVEAU=n for armel FTBS

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: [Config] CONFIG_LINE6_USB=n for armel FTBS
Tim Gardner [Tue, 2 Nov 2010 01:21:44 +0000 (01:21 +0000)]
UBUNTU: [Config] CONFIG_LINE6_USB=n for armel FTBS

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: [Config] CONFIG_SENSORS_AK8975=n for armel FTBS
Tim Gardner [Mon, 1 Nov 2010 22:27:24 +0000 (22:27 +0000)]
UBUNTU: [Config] CONFIG_SENSORS_AK8975=n for armel FTBS

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: [Config] CONFIG_I2C_I801=n for armel FTBS
Tim Gardner [Mon, 1 Nov 2010 22:21:53 +0000 (22:21 +0000)]
UBUNTU: [Config] CONFIG_I2C_I801=n for armel FTBS

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: [Config] CONFIG_GPIO_VX855=n for armel FTBS
Tim Gardner [Mon, 1 Nov 2010 22:01:12 +0000 (16:01 -0600)]
UBUNTU: [Config] CONFIG_GPIO_VX855=n for armel FTBS

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: [Config] CONFIG_GPIO_PCH=n for armel FTBS
Tim Gardner [Mon, 1 Nov 2010 21:50:26 +0000 (15:50 -0600)]
UBUNTU: [Config] CONFIG_GPIO_PCH=n for armel FTBS

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: [Config] CONFIG_SECURITY_APPARMOR_COMPAT_24=y
Andy Whitcroft [Mon, 1 Nov 2010 18:39:39 +0000 (18:39 +0000)]
UBUNTU: [Config] CONFIG_SECURITY_APPARMOR_COMPAT_24=y

Signed-off-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: updateportsconfigs following rebase to v2.6.37-rc1
Andy Whitcroft [Mon, 1 Nov 2010 17:04:53 +0000 (17:04 +0000)]
UBUNTU: updateportsconfigs following rebase to v2.6.37-rc1

Signed-off-by: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: [Config] CONFIG_SECURITY_APPARMOR_COMPAT_24=y
Tim Gardner [Mon, 1 Nov 2010 17:47:15 +0000 (11:47 -0600)]
UBUNTU: [Config] CONFIG_SECURITY_APPARMOR_COMPAT_24=y

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoAppArmor: compatibility patch for v5 interface
John Johansen [Thu, 22 Jul 2010 09:32:02 +0000 (02:32 -0700)]
AppArmor: compatibility patch for v5 interface

Signed-off-by: John Johansen <john.johansen@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoAppArmor: compatibility patch for v5 network controll
John Johansen [Mon, 4 Oct 2010 22:03:36 +0000 (15:03 -0700)]
AppArmor: compatibility patch for v5 network controll

Add compatibility for v5 network rules.

Signed-off-by: John Johansen <john.johansen@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: [Config] Clean intermediate directories to make builds repeatable
Tim Gardner [Mon, 1 Nov 2010 17:40:08 +0000 (17:40 +0000)]
UBUNTU: [Config] Clean intermediate directories to make builds repeatable

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: [Config] Updated to new firewire module names.
Tim Gardner [Mon, 1 Nov 2010 17:16:50 +0000 (11:16 -0600)]
UBUNTU: [Config] Updated to new firewire module names.

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: [Config] Drop bnx2 firmware from udeb until the upstream Makefile issue is...
Tim Gardner [Mon, 1 Nov 2010 16:29:03 +0000 (10:29 -0600)]
UBUNTU: [Config] Drop bnx2 firmware from udeb until the upstream Makefile issue is resolved

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: udeb: updated bnx2 firmware file names
Tim Gardner [Mon, 1 Nov 2010 14:46:02 +0000 (08:46 -0600)]
UBUNTU: udeb: updated bnx2 firmware file names

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: [Config]: CONFIG_SOLO6X10=n for FTBS
Tim Gardner [Sat, 30 Oct 2010 19:31:14 +0000 (20:31 +0100)]
UBUNTU: [Config]: CONFIG_SOLO6X10=n for FTBS

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: [Config]: CONFIG_ATH6K_LEGACY=n for FTBS
Tim Gardner [Sat, 30 Oct 2010 16:28:10 +0000 (17:28 +0100)]
UBUNTU: [Config]: CONFIG_ATH6K_LEGACY=n for FTBS

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: [Config]: TWL4030_CORE=n
Tim Gardner [Wed, 27 Oct 2010 21:10:49 +0000 (15:10 -0600)]
UBUNTU: [Config]: TWL4030_CORE=n

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: [Config]: fix changed CONFIG_SYSFS_DEPRECATED_V2 enforcement rules
Tim Gardner [Sat, 23 Oct 2010 14:40:36 +0000 (08:40 -0600)]
UBUNTU: [Config]: fix changed CONFIG_SYSFS_DEPRECATED_V2 enforcement rules

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: [Config]: updateconfigs after rebase to 2.6.37-rc1
Tim Gardner [Fri, 22 Oct 2010 20:16:25 +0000 (14:16 -0600)]
UBUNTU: [Config]: updateconfigs after rebase to 2.6.37-rc1

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: [Config] Note dropped SAUCE patches from 2.6.36 to 2.6.37
Tim Gardner [Fri, 22 Oct 2010 20:11:56 +0000 (14:11 -0600)]
UBUNTU: [Config] Note dropped SAUCE patches from 2.6.36 to 2.6.37

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: Start new release
Tim Gardner [Sat, 23 Oct 2010 14:21:39 +0000 (08:21 -0600)]
UBUNTU: Start new release

Ignore: yes
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: Ubuntu-2.6.36-1.7
Andy Whitcroft [Thu, 21 Oct 2010 14:00:53 +0000 (15:00 +0100)]
UBUNTU: Ubuntu-2.6.36-1.7

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: [Config] update configs following rebase to v2.6.36 final
Andy Whitcroft [Thu, 21 Oct 2010 13:47:58 +0000 (14:47 +0100)]
UBUNTU: [Config] update configs following rebase to v2.6.36 final

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: rebased to v2.6.36 final
Andy Whitcroft [Thu, 21 Oct 2010 13:40:02 +0000 (14:40 +0100)]
UBUNTU: rebased to v2.6.36 final

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: Start new release
Andy Whitcroft [Thu, 21 Oct 2010 13:35:21 +0000 (14:35 +0100)]
UBUNTU: Start new release

Ignore: yes
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: Ubuntu-2.6.36-1.6
Andy Whitcroft [Wed, 20 Oct 2010 10:44:47 +0000 (11:44 +0100)]
UBUNTU: Ubuntu-2.6.36-1.6

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: Start new release
Andy Whitcroft [Wed, 20 Oct 2010 10:41:41 +0000 (11:41 +0100)]
UBUNTU: Start new release

Ignore: yes
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: Ubuntu-2.6.36-1.5
Andy Whitcroft [Tue, 19 Oct 2010 17:58:30 +0000 (18:58 +0100)]
UBUNTU: Ubuntu-2.6.36-1.5

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: config -- add new config mode 'dumpconfigs'
Andy Whitcroft [Thu, 30 Sep 2010 12:38:52 +0000 (13:38 +0100)]
UBUNTU: config -- add new config mode 'dumpconfigs'

Add a new configuration mode 'dumpconfigs' which dumps out all of the
configuration questions and their current values.  This is consumed by
external scripting to acertain the current options, their types,
and default and current values.

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: config -- simplify the kernelconfig interface
Andy Whitcroft [Thu, 30 Sep 2010 12:36:30 +0000 (13:36 +0100)]
UBUNTU: config -- simplify the kernelconfig interface

In preparation for adding another kernelconfig interface, simply
the current interface such that the real command is passed through.
This reduces the number and complexity of the make rules while maintaining
a single mapping in kernelconfig.

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: Bump ABI
Andy Whitcroft [Sun, 17 Oct 2010 20:24:01 +0000 (21:24 +0100)]
UBUNTU: Bump ABI

Ignore: yes
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: updateportsconfigs following rebase to v2.6.36-rc8
Andy Whitcroft [Sun, 17 Oct 2010 20:00:05 +0000 (21:00 +0100)]
UBUNTU: updateportsconfigs following rebase to v2.6.36-rc8

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: updateconfigs following rebase to v2.6.36-rc8
Andy Whitcroft [Sun, 17 Oct 2010 19:58:48 +0000 (20:58 +0100)]
UBUNTU: updateconfigs following rebase to v2.6.36-rc8

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: rebase to v2.6.36-rc8
Andy Whitcroft [Sun, 17 Oct 2010 19:53:52 +0000 (20:53 +0100)]
UBUNTU: rebase to v2.6.36-rc8

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: Start new release
Andy Whitcroft [Sun, 17 Oct 2010 19:51:59 +0000 (20:51 +0100)]
UBUNTU: Start new release

Ignore: yes
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: Simplify the use of CROSS_COMPILER
Tim Gardner [Wed, 13 Oct 2010 16:10:26 +0000 (10:10 -0600)]
UBUNTU: Simplify the use of CROSS_COMPILER

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

13 years agoUBUNTU: Ubuntu-2.6.36-0.4
Andy Whitcroft [Thu, 14 Oct 2010 12:24:54 +0000 (13:24 +0100)]
UBUNTU: Ubuntu-2.6.36-0.4

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: Start new release
Andy Whitcroft [Thu, 14 Oct 2010 12:19:42 +0000 (13:19 +0100)]
UBUNTU: Start new release

Ignore: yes
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: Ubuntu-2.6.36-0.3
Andy Whitcroft [Thu, 14 Oct 2010 02:05:30 +0000 (03:05 +0100)]
UBUNTU: Ubuntu-2.6.36-0.3

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: [Config] disable CONFIG_SCSI_QLA_ISCSI to fix FTBS on powerpc
Andy Whitcroft [Thu, 14 Oct 2010 00:59:02 +0000 (01:59 +0100)]
UBUNTU: [Config] disable CONFIG_SCSI_QLA_ISCSI to fix FTBS on powerpc

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: Start new release
Andy Whitcroft [Thu, 14 Oct 2010 02:02:24 +0000 (03:02 +0100)]
UBUNTU: Start new release

Ignore: yes
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: Ubuntu-2.6.36-0.2
Andy Whitcroft [Wed, 13 Oct 2010 22:27:53 +0000 (23:27 +0100)]
UBUNTU: Ubuntu-2.6.36-0.2

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: Start new release
Andy Whitcroft [Wed, 13 Oct 2010 22:26:27 +0000 (23:26 +0100)]
UBUNTU: Start new release

Ignore: yes
Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: [Config] updateportsconfigs following rebase to 2.6.36-rc7
Andy Whitcroft [Wed, 13 Oct 2010 22:24:49 +0000 (23:24 +0100)]
UBUNTU: [Config] updateportsconfigs following rebase to 2.6.36-rc7

Signed-off-by: Andy Whitcroft <apw@canonical.com>

13 years agoUBUNTU: Ubuntu-2.6.36-0.1
Andy Whitcroft [Tue, 12 Oct 2010 15:01:17 +0000 (16:01 +0100)]
UBUNTU: Ubuntu-2.6.36-0.1

Signed-off-by: Andy Whitcroft <apw@canonical.com>