Commit Graph

277 Commits

Author SHA1 Message Date
Ben Hutchings 36b3180d45 l2tp: ensure sk->dst is still valid (Closes: #652503)
svn path=/dists/sid/linux-2.6/; revision=18437
2011-12-30 11:03:36 +00:00
Ben Hutchings 105e27367a rtc: Fix alarm rollover when day or month is out-of-range (Closes: #646429)
svn path=/dists/sid/linux-2.6/; revision=18430
2011-12-29 15:34:52 +00:00
Ben Hutchings e9e5b11d6b net: Fix regressions that may result in a crash when using br_netfilter
svn path=/dists/sid/linux-2.6/; revision=18429
2011-12-28 21:42:53 +00:00
Ben Hutchings e3c3cf2822 drm/radeon: flush read cache for gtt with fence on r6xx and newer GPU
svn path=/dists/sid/linux-2.6/; revision=18428
2011-12-28 21:34:35 +00:00
Ben Hutchings 576fc1b72c iwlwifi: allow to switch to HT40 if not associated (Closes: #653423)
svn path=/dists/sid/linux-2.6/; revision=18426
2011-12-28 16:20:44 +00:00
Ben Hutchings 8af8fcd361 snapshot: Implement compat_ioctl (Closes: #502816)
svn path=/dists/sid/linux-2.6/; revision=18423
2011-12-27 20:10:31 +00:00
Bastian Blank 55a911975f * debian/changelog: Set version to 3.1.6-1.
* debian/patches: Remove merged patches.

svn path=/dists/sid/linux-2.6/; revision=18404
2011-12-22 00:05:05 +00:00
Ben Hutchings 64378c34a9 cciss: Add IRQF_SHARED back in for the non-MSI(X) interrupt handler (Closes: #650119)
svn path=/dists/sid/linux-2.6/; revision=18390
2011-12-16 03:22:27 +00:00
Arnaud Patard 356ae72a44 Add arm_dma_zone_size fix as it should fix #651215
svn path=/dists/sid/linux-2.6/; revision=18385
2011-12-13 08:15:07 +00:00
Ben Hutchings 76b84abd2b staging: r8712u: Add new USB ID (Closes: #651622)
svn path=/dists/sid/linux-2.6/; revision=18383
2011-12-13 05:52:42 +00:00
Ben Hutchings b9fdb45a49 Revert r18378 "[x86] Fix issues in KVM nVMX implementation by backporting..."
These changes must wait until after 3.1.5-1.

svn path=/dists/sid/linux-2.6/; revision=18379
2011-12-11 17:19:48 +00:00
Aurelien Jarno 9dc3d8bdf6 * [x86] Fix issues in KVM nVMX implementation by backporting changes
from 3.2.


svn path=/dists/sid/linux-2.6/; revision=18378
2011-12-11 16:53:04 +00:00
Ben Hutchings d61e2efe8f Deal with ABI changes in 3.1.5
struct clocksource changed but clocksource functions shouldn't be used
by OOT modules; ignore the change.

struct inet_peer changed; although it shouldn't be used by OOT modules
it does affect symbol versions for many of the networking core
functions.  Since the structure is only allocated in one place so we
can safely extend it instead of adding the new member in the middle.

svn path=/dists/sid/linux-2.6/; revision=18372
2011-12-10 05:02:34 +00:00
Ben Hutchings 0c328410c2 Update to 3.1.5
svn path=/dists/sid/linux-2.6/; revision=18367
2011-12-10 00:46:27 +00:00
Ben Hutchings 893f0879fa brcmsmac: Fix I/O functions for MIPS and for big-endian architectures
svn path=/dists/sid/linux-2.6/; revision=18356
2011-12-05 16:05:06 +00:00
Ben Hutchings 619c99e343 [x86] Enable MEMTEST (Closes: #613321, #646361)
If bad RAM is detected, WARN and recommend a more thorough test

svn path=/dists/sid/linux-2.6/; revision=18354
2011-12-05 06:04:56 +00:00
Ben Hutchings 8971affbe1 USB: EHCI: fix HUB TT scheduling issue with iso transfer (Closes: #651015)
svn path=/dists/sid/linux-2.6/; revision=18353
2011-12-05 01:46:49 +00:00
Hector Oron 77c86295ed Backport fix for nullpointer dereference on regulator core. Thanks Arnaud Patard.
svn path=/dists/sid/linux-2.6/; revision=18346
2011-12-04 00:33:57 +00:00
Ben Hutchings 343ef5a0cc topology: Provide CPU topology in sysfs in !SMP configurations (Closes: #649216)
svn path=/dists/sid/linux-2.6/; revision=18330
2011-11-28 05:07:47 +00:00
Bastian Blank 1c05df2344 * debian/changelog: Set version to 3.1.3-1.
* debian/patches: Remove merged patches.

svn path=/dists/sid/linux-2.6/; revision=18326
2011-11-27 19:50:33 +00:00
Ben Hutchings 1a7fd6fae1 lirc_serial: Fix various bugs that may result in a crash, deadlock or other failure (Closes: #645811)
svn path=/dists/sid/linux-2.6/; revision=18317
2011-11-25 00:46:02 +00:00
Ben Hutchings e714f93eb8 Enable BCMA as module, BCMA_HOST_PCI and B43_BCMA (Closes: #649567)
But limit these to devices not supported by brcmsmac.

svn path=/dists/sid/linux-2.6/; revision=18314
2011-11-24 07:59:05 +00:00
Ben Hutchings c94be70e01 Update to 3.1.2
svn path=/dists/sid/linux-2.6/; revision=18300
2011-11-22 05:37:48 +00:00
Arnaud Patard 221a62f8e0 Add support for pata on iMX51 and AHCI on iMX53
svn path=/dists/trunk/linux-2.6/; revision=18267
2011-11-13 19:50:28 +00:00
Arnaud Patard 35a7f31573 allow to build iMX51 and iMX53 support in same kernel image
svn path=/dists/trunk/linux-2.6/; revision=18266
2011-11-13 19:42:28 +00:00
Arnaud Patard fcaba866b2 add io{read,write}{16,32}be functions to ixp4xx
svn path=/dists/trunk/linux-2.6/; revision=18265
2011-11-13 19:27:56 +00:00
Ben Hutchings 6f5b287580 Defer addition of accept4() on ia64 until we're sure about the system call number
svn path=/dists/trunk/linux-2.6/; revision=18264
2011-11-13 19:20:11 +00:00
Ben Hutchings b575a2349e [x86] Add amilo-rfkill driver for some Fujitsu-Siemens Amilo laptops (Closes: #631664)
svn path=/dists/trunk/linux-2.6/; revision=18263
2011-11-13 19:14:22 +00:00
Ben Hutchings 24fa4b60b0 block: Always check length of all iov entries in blk_rq_map_user_iov()
svn path=/dists/trunk/linux-2.6/; revision=18262
2011-11-13 19:00:34 +00:00
Ben Hutchings ddf4522333 [ia64] Add accept4() syscall, thanks to Émeric Maschino (Closes: #647825)
svn path=/dists/trunk/linux-2.6/; revision=18260
2011-11-13 17:16:07 +00:00
Ben Hutchings 60cdd70aa7 vmscan: fix shrinker callback bug in fs/super.c
svn path=/dists/trunk/linux-2.6/; revision=18259
2011-11-13 16:59:19 +00:00
Ben Hutchings 987c5acd76 hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops (CVE-2011-2203)
svn path=/dists/trunk/linux-2.6/; revision=18258
2011-11-13 16:51:57 +00:00
Ben Hutchings e1ec2d3c49 Update to 3.1.1
svn path=/dists/trunk/linux-2.6/; revision=18247
2011-11-12 04:49:59 +00:00
Ben Hutchings 2ae960fee3 Merge changes from sid up to 3.0.0-6
Apply the added patches that aren't in 3.1.

svn path=/dists/trunk/linux-2.6/; revision=18214
2011-11-02 04:21:37 +00:00
Ben Hutchings 91b0f2c5df aufs: Update to aufs3 for Linux 3.1 (Closes: #644687)
svn path=/dists/trunk/linux-2.6/; revision=18203
2011-10-29 11:00:42 +00:00
Ben Hutchings 555d263559 Update to 3.1-rc7
svn path=/dists/trunk/linux-2.6/; revision=18111
2011-09-22 03:29:51 +00:00
Ben Hutchings 0a45a7e8a2 [i386] Fix alignment of alternative instruction entries (Closes: #640964)
svn path=/dists/trunk/linux-2.6/; revision=18108
2011-09-21 04:39:25 +00:00
Ben Hutchings d20c752850 [armel/ixp4xx] Add gpioblib support (fixes FTBFS)
svn path=/dists/trunk/linux-2.6/; revision=18072
2011-09-10 03:17:12 +00:00
Ben Hutchings 1bd1a3f2d2 [i386] libertas: prioritize usb8388_olpc.bin firmware on OLPC machines
svn path=/dists/trunk/linux-2.6/; revision=18062
2011-09-08 14:40:22 +00:00
Ben Hutchings 1cbe072043 Drop non-fix for GPIO compile errors on armel/ixp4xx
svn path=/dists/trunk/linux-2.6/; revision=18054
2011-09-06 03:21:11 +00:00
Ben Hutchings e3ab97f0fd Fix GPIOLIB vs GENERIC_GPIO selection for two more architectures
svn path=/dists/trunk/linux-2.6/; revision=18051
2011-09-05 03:36:39 +00:00
Ben Hutchings b44aa24a5b Merge changes from sid
svn path=/dists/trunk/linux-2.6/; revision=18034
2011-08-29 13:36:42 +00:00
Ben Hutchings e9a11b33c1 Update to 3.1-rc2
svn path=/dists/trunk/linux-2.6/; revision=17933
2011-08-15 14:28:10 +00:00
Ben Hutchings 53fd520e23 Update to 3.1-rc1
Remove and refresh patches as necessary.
Disable aufs; after fixing textual conflicts it turns out to be broken by
a VFS change.

svn path=/dists/trunk/linux-2.6/; revision=17897
2011-08-09 00:16:15 +00:00
Bastian Blank a857c85f8d * debian/changelog: Update.
* debian/patches/features/all/xen/backend-autoload.patch:
  Allow autoloading of Xen backend drivers.
* debian/patches/series/base: Add new patch.

svn path=/dists/trunk/linux-2.6/; revision=17845
2011-07-22 19:45:19 +00:00
Bastian Blank 6a420428d2 debian/patches/bugfix/arm/ixp4xx-build-breakage.patch,
debian/patches/bugfix/mips/mips-i8259-use-struct-syscore_ops-instead-of-sysdevs.patch,
debian/patches/series/base:
Remove merged patches.

svn path=/dists/trunk/linux-2.6/; revision=17844
2011-07-22 18:51:32 +00:00
Arnaud Patard d9f3d5eadb - Merge upstream commit fixing build breakage on ixp and enable it again.
svn path=/dists/trunk/linux-2.6/; revision=17836
2011-07-19 09:26:37 +00:00
Ben Hutchings 854483b4cc Remove unused patches
svn path=/dists/trunk/linux-2.6/; revision=17828
2011-07-12 02:46:29 +00:00
Ben Hutchings 9f78cb0d58 aufs: Update for 3.0
svn path=/dists/trunk/linux-2.6/; revision=17827
2011-07-12 02:43:01 +00:00
Maximilian Attems ed2152c8dd ALSA: hda - Enable auto-parser as default for Conexant codecs
makes sound really suck *less* on x220, taken from linux-next.

svn path=/dists/trunk/linux-2.6/; revision=17819
2011-07-06 21:22:25 +00:00