Commit Graph

4731 Commits

Author SHA1 Message Date
Ben Hutchings 4ff7e6d39e Enable many new(ish) config options
svn path=/dists/trunk/linux/; revision=20541
2013-09-01 02:52:56 +00:00
Ben Hutchings 5b305e6619 [x86] ACPI: Re-enable ACPI_HOTPLUG_MEMORY as built-in
We try to build it as a module, which is no longer supported since 3.10.

svn path=/dists/sid/linux/; revision=20539
2013-08-31 22:02:21 +00:00
Ben Hutchings 253f2f8516 aufs: Update to aufs3.10-20130826
With a minor security fix to it:
aufs: mvdown, don't let unprivileged users provoke a WARNING

svn path=/dists/sid/linux/; revision=20535
2013-08-31 17:52:31 +00:00
Ben Hutchings c72912f8a1 [rt] Update to 3.10.10-rt7
svn path=/dists/sid/linux/; revision=20532
2013-08-30 03:21:54 +00:00
Ben Hutchings 283813ab80 Update to 3.10.10
svn path=/dists/sid/linux/; revision=20531
2013-08-30 03:04:20 +00:00
Ben Hutchings 0d239d8220 [powerpc,x86] hid: Enable HID_APPLEIR as module
svn path=/dists/trunk/linux/; revision=20528
2013-08-28 12:22:20 +00:00
Ben Hutchings 56fb9a954c hid: Enable HID_HUION as module (Closes: #721002)
svn path=/dists/trunk/linux/; revision=20527
2013-08-28 12:21:49 +00:00
Ben Hutchings ed39205328 Update to 3.11-rc7
svn path=/dists/trunk/linux/; revision=20526
2013-08-28 12:16:18 +00:00
Ben Hutchings 018ad0d8b0 Prepare to release linux (3.10.7-1).
svn path=/dists/sid/linux/; revision=20521
2013-08-17 23:39:15 +00:00
Ben Hutchings 05a091e150 net/sched: Change NET_CLS_CGROUP back to built-in
Due to the way cgroup subsystems are tracked, changing any of them
between built-in and modular is an ABI change, so don't change this
right now.

svn path=/dists/sid/linux/; revision=20520
2013-08-17 20:15:05 +00:00
Ben Hutchings 2ffd7a7e78 Change various tristate config symbols from y to m
This should give the small ARM platforms a little more space.

svn path=/dists/sid/linux/; revision=20519
2013-08-17 19:28:41 +00:00
Ben Hutchings ec556de6ae Note that 3.10.6 fixed CVE-2013-4205
svn path=/dists/sid/linux/; revision=20516
2013-08-17 13:34:52 +00:00
Ben Hutchings 06a0e0f4c1 [rt] Update to 3.10.6-rt3
svn path=/dists/sid/linux/; revision=20515
2013-08-17 13:23:28 +00:00
Ben Hutchings 523c8becc4 Update Brazilian Portugese debconf template translations (Fernando Ike de Oliveira) (Closes: #719725)
svn path=/dists/trunk/linux/; revision=20513
2013-08-17 12:32:17 +00:00
Ben Hutchings 9824ebabc3 linux-image.postinst: Remove debconf warning about missing firmware
At this point, Debian users should know that they may need to install
firmware from non-free.  People using e.g. the r8169 driver may quite
reasonably choose not to install the associated firmware, either
because the driver doesn't actually request it for their chip or
because the driver can still work without it.

One thing we lose by doing this is a reminder that a firmware package
might also need to be upgraded, as a driver requires a newer version
of the firmware that has a different name.  As an alternative, we
could compare the firmware file lists for old and new modules and only
warn about newly listed files that are missing.  However, that would
also result in incorrect warnings for e.g. r8169 users, as that driver
may request a different file for each of the many chips it supports.

svn path=/dists/trunk/linux/; revision=20511
2013-08-17 11:37:04 +00:00
Ben Hutchings cffd29984a linux-image.postinst: Remove debconf warning about ramdisk variable in /etc/kernel-img.conf
We warned about removal of the 'ramdisk' configuration variable
on upgrade to wheezy, and don't need to warn about it again - at
least not this prominently.

svn path=/dists/trunk/linux/; revision=20510
2013-08-17 11:36:24 +00:00
Ben Hutchings c382b12892 Use only one template syntax
Use the same template syntax and implementation for maintainer
scripts, translations, etc. as we do for the control files.  Define
the image-stem and initramfs variables to replace the old K and I
variables.

After this, debian/linux-* and debian/po/*.po are generated files (at
source preparation time) and should be ignored in svn.

Use debhelper to install the generated files at build time.  This also
results in a redundant dependency on debconf (which we already have in
Pre-Depends), but this seems harmless.

svn path=/dists/trunk/linux/; revision=20508
2013-08-17 11:35:06 +00:00
Ben Hutchings a397da54a9 linux-image: Remove undocumented $KERNEL_ARCH variable from hook environment
Maintainer scripts generated by kernel-package pass an environment
variable $KERNEL_ARCH to hook scripts.  This is undocumented but seems
to be the architecture string that the kernel will report
(e.g. through 'uname -m').

However, for the past few years our maintainer scripts have set it to
the source architecture name instead.  Since no-one reported this bug,
I don't think anyone depends on it.  codesearch didn't find any users
either.  So remove it.

svn path=/dists/trunk/linux/; revision=20507
2013-08-17 11:34:40 +00:00
Ben Hutchings c8f07adb80 Move templates in preparation for using a single template system
svn path=/dists/trunk/linux/; revision=20505
2013-08-17 11:30:57 +00:00
Ben Hutchings d58ea92ffd [armel] Disable iop32x and ixp4xx flavours (fixes FTBFS)
svn path=/dists/trunk/linux/; revision=20502
2013-08-15 21:46:42 +00:00
Ben Hutchings 2880548214 irq: Always define devm_{request_threaded,free}_irq() (fixes FTBFS on s390,s390x)
svn path=/dists/trunk/linux/; revision=20501
2013-08-15 20:50:28 +00:00
Ben Hutchings 6fc4aa1bc4 [arm] Fix the world famous typo with is_gate_vma()
svn path=/dists/trunk/linux/; revision=20500
2013-08-15 19:48:50 +00:00
Ben Hutchings b07b19230f Update to 3.11-rc5
svn path=/dists/trunk/linux/; revision=20499
2013-08-15 19:47:11 +00:00
Ben Hutchings d93c147e57 [arm] Fix the world famous typo with is_gate_vma()
svn path=/dists/sid/linux/; revision=20498
2013-08-15 19:10:12 +00:00
Ben Hutchings 751bd8474e Update to 3.10.7
svn path=/dists/sid/linux/; revision=20496
2013-08-15 17:39:48 +00:00
Ben Hutchings cc3748ad46 [armel/orion5x] I2C: mv64xxx: fix race between FSM/interrupt and process context (Closes: #622325)
svn path=/dists/sid/linux/; revision=20495
2013-08-13 18:36:33 +00:00
Ben Hutchings 77eb3f2647 Apply m68k fixes from Thorsten Glaser
svn path=/dists/sid/linux/; revision=20493
2013-08-13 18:18:41 +00:00
Ben Hutchings ad5d669ebf trace: Enable UPROBES, UPROBE_EVENT (Closes: #691167)
svn path=/dists/trunk/linux/; revision=20481
2013-08-11 17:41:56 +00:00
Ben Hutchings 38eb548dde trace: Enable KPROBE_EVENT (Closes: #640953)
svn path=/dists/trunk/linux/; revision=20480
2013-08-11 17:40:11 +00:00
Ben Hutchings da659f9a32 Enable KPROBES at top level
This enables it for the arm*, mips*, s390 and sh4 ports.
Keep it disabled for the reduced armel images.

svn path=/dists/trunk/linux/; revision=20479
2013-08-11 17:38:12 +00:00
Ben Hutchings 9537a83706 [x86] Enable ASUS_OLED as module (Closes: #680016)
svn path=/dists/sid/linux/; revision=20478
2013-08-09 14:01:23 +00:00
Ben Hutchings b55afebece Prepare to release linux (3.11~rc4-1~exp1).
svn path=/dists/trunk/linux/; revision=20463
2013-08-08 12:55:14 +00:00
Ben Hutchings 5e1f3af2bf aufs: Update to aufs3.x-rcN-20130805
svn path=/dists/trunk/linux/; revision=20460
2013-08-08 11:09:40 +00:00
Ben Hutchings 8458336937 Merge changes from sid up to 3.10.5-1
Exclude rt featureset addition.

svn path=/dists/trunk/linux/; revision=20458
2013-08-08 08:29:51 +00:00
Ben Hutchings e7d79407b0 Update to 3.11-rc4
Drop two bug fixes applied upstream.
Adjust debian/version.patch for renaming of kernel/printk.c.

svn path=/dists/trunk/linux/; revision=20457
2013-08-08 08:22:45 +00:00
Ben Hutchings 4c68c2b534 Prepare to release linux (3.10.5-1).
svn path=/dists/sid/linux/; revision=20455
2013-08-08 00:04:09 +00:00
Ben Hutchings d94d501ae1 SCSI: Don't attempt to send extended INQUIRY command if skip_vpd_pages is set (Closes: #719002)
svn path=/dists/sid/linux/; revision=20454
2013-08-07 20:37:28 +00:00
Ben Hutchings bb5207710b [rt] md: Disable BCACHE, as it fails to build
svn path=/dists/sid/linux/; revision=20453
2013-08-07 20:31:29 +00:00
Ben Hutchings b888e2c5a2 aufs: Update to aufs3.10-20130805
svn path=/dists/sid/linux/; revision=20452
2013-08-07 13:30:23 +00:00
Ben Hutchings 7666bbcb16 [rt] genpatch.py: Fix parsing of upstream patches with no header
svn path=/dists/sid/linux/; revision=20451
2013-08-07 13:04:39 +00:00
Ben Hutchings 4cef35b5d8 [rt] Update to 3.10.4-rt1 and reenable
svn path=/dists/sid/linux/; revision=20450
2013-08-07 12:53:18 +00:00
Ben Hutchings 14b281b156 [rt] genpatch.py: Accept missing series-rt
svn path=/dists/sid/linux/; revision=20449
2013-08-07 12:46:30 +00:00
Ben Hutchings 0ed1e20322 Remove sparc ABI fix, as we have to bump the ABI number anyway
svn path=/dists/sid/linux/; revision=20448
2013-08-07 12:41:44 +00:00
Ben Hutchings acabcd80cc atl1c: Fix misuse of netdev_alloc_skb in refilling rx ring (Closes: #718505)
svn path=/dists/sid/linux/; revision=20447
2013-08-07 12:40:01 +00:00
Ben Hutchings c02187d4c4 ext4: fix retry handling in ext4_ext_truncate()
svn path=/dists/sid/linux/; revision=20446
2013-08-07 12:38:44 +00:00
Ben Hutchings 4bbd0a0969 Update to Linux 3.10.5
Bump ABI to 2, as there is a firewire ABI change that I can't see how to
work around.

svn path=/dists/sid/linux/; revision=20445
2013-08-04 12:14:43 +00:00
Ben Hutchings 2bfb395c29 nl80211: fix another nl80211_fam.attrbuf race
This should fix a bug which broke networking for me twice in the last day.

svn path=/dists/sid/linux/; revision=20438
2013-07-31 10:23:29 +00:00
Ben Hutchings 95df84931f Update to 3.10.4
svn path=/dists/sid/linux/; revision=20436
2013-07-31 09:29:32 +00:00
Ben Hutchings da54fee357 [hppa] udeb: Add core-modules package (Closes: #718270)
svn path=/dists/sid/linux/; revision=20435
2013-07-29 22:22:17 +00:00
Ben Hutchings ee4ea8e1ab [sparc] cpufreq: Convince genksyms that the ABI didn't change (fixes FTBFS)
svn path=/dists/sid/linux/; revision=20424
2013-07-29 00:41:42 +00:00
Ben Hutchings 69b7620273 Merge changes from sid up to 3.10.3-1
svn path=/dists/trunk/linux/; revision=20419
2013-07-28 03:11:34 +00:00
Ben Hutchings c54097ab60 Prepare to release linux (3.10.3-1).
svn path=/dists/sid/linux/; revision=20417
2013-07-28 03:00:49 +00:00
Ben Hutchings 31e8dc1cd9 debian/control: Fix Vcs-Svn: use anonscm.debian.org
From: Thorsten Glaser <tg@mirbsd.de>

svn path=/dists/sid/linux/; revision=20415
2013-07-27 22:57:09 +00:00
Ben Hutchings 57388244cf Update config as requested by Thorsten Glaser
* nfs: Enable swap on NFS
* fs/nls: Enable Macintosh HFS+ codepage modules

svn path=/dists/sid/linux/; revision=20414
2013-07-27 22:55:16 +00:00
Ben Hutchings b19bc34f32 Update m68k configs (Closes: #717689)
From: Thorsten Glaser <tg@mirbsd.de>

- disable some functionality due to size constraints
- switch to using initrd
- drop all flavours; build a generic image that runs on
  multiple subarchitectores (old Amiga, Atari, Macintosh tested;
  old BVME6000, MVME147, MVME16x, new Apollo, Q40/Q60 untested)
- use gcc-4.8
- add patch to make Atari EtherNAT actually selectable


svn path=/dists/sid/linux/; revision=20413
2013-07-27 22:49:11 +00:00
Ben Hutchings 8680744925 Cherry-pick some of the more important fixes from 3.10.4-rc1
svn path=/dists/sid/linux/; revision=20412
2013-07-27 22:33:06 +00:00
Ben Hutchings e4a48208f7 ata: Disable SATA_INIC162X - this driver corrupts data and is not expected to be fixed (Closes: #714295)
svn path=/dists/sid/linux/; revision=20411
2013-07-26 04:55:17 +00:00
Ben Hutchings 43af771d91 Update to 3.10.3
svn path=/dists/sid/linux/; revision=20410
2013-07-26 04:49:07 +00:00
Ben Hutchings 0f1eb1e783 nouveau: nv50-/disp: Use output specific mask in interrupt (Closes: #717590)
svn path=/dists/sid/linux/; revision=20409
2013-07-24 03:10:13 +00:00
Hector Oron 73eab09ae4 [armhf/armmp] Enable NET_CALXEDA_XGMAC as module
svn path=/dists/trunk/linux/; revision=20406
2013-07-22 09:59:43 +00:00
Ben Hutchings 0afc9c2c5c aufs: Update to aufs3.x-rcN-20130722
svn path=/dists/trunk/linux/; revision=20405
2013-07-22 04:19:54 +00:00
Ben Hutchings 1669b35019 Update to 3.11-rc2
Drop patches applied upstream; refresh the rest.
Disable aufs until it's updated.


svn path=/dists/trunk/linux/; revision=20404
2013-07-22 04:06:03 +00:00
Ben Hutchings c330b2ac02 Update to 3.10.2
svn path=/dists/sid/linux/; revision=20401
2013-07-22 02:36:36 +00:00
Ben Hutchings 6c6ec64859 linux-source: Install kernel config files for linux-image packages
The kernel config files used to be uploaded to
http://kernel.alioth.debian.org/config/ or elsewhere, and people
occasionally request them, but we have no infrastructure to
automatically do that and I rarely remember to do it.  These are
presumably wanted as a starting point by people building custom
packages who don't want to download the linux-image package, so
add them to the linux-source-$UPSTREAMVERSION package.

We can already generate all the config files without any
cross-toolchain using the 'setup' target in rules.gen, except that the
'make prepare' command in rules.real will fail.  This command is
unnecessary as 'prepare' is a dependency of any build target we use
in our 'build-arch' rule, so remove it.

svn path=/dists/sid/linux/; revision=20400
2013-07-22 00:02:50 +00:00
Ben Hutchings f64aa6874e linux-source: Disable compression of package (but use gzip, to keep old tools happy)
svn path=/dists/sid/linux/; revision=20399
2013-07-21 22:41:58 +00:00
Ben Hutchings 2b83afcb2f linux-source: Switch compression of tarball and patch to xz
svn path=/dists/sid/linux/; revision=20398
2013-07-21 22:28:59 +00:00
Ben Hutchings 604623bcef [armhf/armmp] Enable NET_CALXEDA_XGMAC as module (Closes: #717269)
svn path=/dists/sid/linux/; revision=20397
2013-07-20 21:48:53 +00:00
Ben Hutchings 9d9c7a0525 [x86] Change INTEL_MEI_ME back to a module (Closes: #717383)
svn path=/dists/sid/linux/; revision=20395
2013-07-20 21:23:45 +00:00
Ben Hutchings 6598fbc0fb rtlwifi: rtl8723ae: Fix typo in firmware names
svn path=/dists/sid/linux/; revision=20381
2013-07-18 05:04:28 +00:00
Ben Hutchings b8aaca8ceb iwlwifi: Update 3160 and 7260 support to work with production firmware
svn path=/dists/sid/linux/; revision=20366
2013-07-18 04:02:08 +00:00
Ben Hutchings b70783d289 be2net: Fix to avoid hardware workaround when not needed
svn path=/dists/sid/linux/; revision=20365
2013-07-18 03:47:49 +00:00
Ben Hutchings 6b298896bb udeb: Add snd-cmi8328 and snd-scs1x to sound-modules, thanks to Samuel Thibault (Closes: #717183)
svn path=/dists/sid/linux/; revision=20364
2013-07-18 03:41:39 +00:00
Arnaud Patard 0f3e190059 -add ehci-pci to usb-modules to get back usb during installation
svn path=/dists/sid/linux/; revision=20357
2013-07-16 06:21:09 +00:00
Ben Hutchings 810ae44440 Prepare to release linux (3.10.1-1).
svn path=/dists/sid/linux/; revision=20355
2013-07-16 04:48:42 +00:00
Ben Hutchings 9548aeba02 [x86] efivars: Re-enable pstore support by default
It can be disabled by setting module parameter pstore_disable=Y.

svn path=/dists/sid/linux/; revision=20354
2013-07-16 01:06:01 +00:00
Ben Hutchings 492ce02d51 udeb: Remove obsolete and unsupported drivers and filesystems
- Remove ppa from scsi-modules
- Remove floppy-modules, irda-modules, parport-modules, plip-modules,
  qnx4-modules, reiserfs-modules, ufs-modules

svn path=/dists/sid/linux/; revision=20353
2013-07-16 01:02:44 +00:00
Ben Hutchings 6f18d0e5ad udeb: Move virtio_scsi to virtio-modules
svn path=/dists/sid/linux/; revision=20352
2013-07-16 00:49:51 +00:00
Ben Hutchings d0e28b5771 Note two CVEs fixed in 3.10
svn path=/dists/sid/linux/; revision=20351
2013-07-15 02:40:38 +00:00
Ben Hutchings 12a3def86f xen/blkback: Check device permissions before allowing OP_DISCARD (CVE-2013-2140)
svn path=/dists/sid/linux/; revision=20350
2013-07-15 02:34:00 +00:00
Ben Hutchings db13a18a1d Use upstream description of the fix for #572537
svn path=/dists/sid/linux/; revision=20349
2013-07-15 02:32:45 +00:00
Ben Hutchings e4b21e673e Set ABI to 1
svn path=/dists/sid/linux/; revision=20348
2013-07-15 02:20:11 +00:00
Ben Hutchings 4351c3dd80 Update to 3.10.1
svn path=/dists/sid/linux/; revision=20347
2013-07-15 02:19:39 +00:00
Ben Hutchings b1e43bc985 alx: Update to 3.11-rc1
svn path=/dists/sid/linux/; revision=20346
2013-07-15 01:40:38 +00:00
Ben Hutchings 1b1fb1aef7 udeb: Add pm80xx (previously pm8001) and virtio_scsi to scsi-extra-modules
svn path=/dists/sid/linux/; revision=20345
2013-07-15 01:36:26 +00:00
Ben Hutchings cd6c47e0c8 udeb: Add ath6kl_usb and mwifiex_usb to nic-wireless-modules
svn path=/dists/sid/linux/; revision=20344
2013-07-15 01:31:06 +00:00
Moritz Muehlenhoff 93f9c8b176 add bug closer
svn path=/dists/trunk/linux/; revision=20342
2013-07-12 15:19:01 +00:00
Ben Hutchings 374ac643b9 Note that 3.10 fixes #715822
svn path=/dists/trunk/linux/; revision=20341
2013-07-11 01:41:27 +00:00
Ben Hutchings cb3f128b94 linux-source: Add bc to recommended packages (Closes: #715413)
svn path=/dists/trunk/linux/; revision=20340
2013-07-10 22:10:17 +00:00
Ben Hutchings 76eac4e5ae alx: Apply bug fixes accepted for 3.11
svn path=/dists/trunk/linux/; revision=20331
2013-07-02 05:35:18 +00:00
Ben Hutchings 81294095b4 Update policy version to 3.9.4
debian/control: Put xen-linux-system-* in the 'metapackages' section

svn path=/dists/trunk/linux/; revision=20330
2013-07-02 05:28:06 +00:00
Ben Hutchings 55dc783bbf debian/rules.real: Remove support for pre-multiarch dpkg
svn path=/dists/trunk/linux/; revision=20327
2013-07-02 05:06:18 +00:00
Ben Hutchings 97a8d8f72d debian/patches: Reorder and group patches in series
svn path=/dists/trunk/linux/; revision=20322
2013-07-01 06:29:13 +00:00
Ben Hutchings 97873a332f [x86] efivars: Reenable 'paranoid' size check by default, as it should no longer have false positives
svn path=/dists/trunk/linux/; revision=20320
2013-07-01 06:00:13 +00:00
Ben Hutchings 2d05e27b23 Update to 3.10
alx: Use upstream minimal driver

svn path=/dists/trunk/linux/; revision=20319
2013-07-01 05:43:38 +00:00
Ben Hutchings eaba00d52c debian/bin/check-patches.sh: Report missing DEP-3 headers
svn path=/dists/trunk/linux/; revision=20315
2013-07-01 04:27:18 +00:00
Ben Hutchings 9abf884e08 Note that all patches now have DEP-3 headers
svn path=/dists/trunk/linux/; revision=20314
2013-07-01 04:15:43 +00:00
Ben Hutchings db3f17661b [rt] genpatch.py: Add Origin header to all patches
svn path=/dists/trunk/linux/; revision=20312
2013-07-01 04:12:55 +00:00
Ben Hutchings f0b384b44c Patch headers are DEP-3, not DEP-5
svn path=/dists/trunk/linux/; revision=20311
2013-07-01 03:30:10 +00:00
Ben Hutchings 326f255d1f [rt] Fold convert-series into genpatch.py
In the process, stop stripping localversion.patch from an upstream
patch series, which we already stopped doing when exporting patches
from git.

svn path=/dists/trunk/linux/; revision=20310
2013-07-01 03:29:39 +00:00
Ben Hutchings 655014b03d [rt] Make genpatch.py work with upstream patch series as well as git
svn path=/dists/trunk/linux/; revision=20309
2013-07-01 03:06:18 +00:00
Ben Hutchings ad66e1658d Correct previous changelog entry: s/headers$/patches/
svn path=/dists/trunk/linux/; revision=20305
2013-07-01 01:55:51 +00:00
Ben Hutchings 1c7c32f96f aufs: Add DEP-5 headers to generated/copied headers
svn path=/dists/trunk/linux/; revision=20304
2013-07-01 01:52:32 +00:00
Ben Hutchings a541a240b5 debian/patches: Add DEP-5 headers (From, Subject, Forwarded/Origin) for most patches
svn path=/dists/trunk/linux/; revision=20303
2013-07-01 01:12:30 +00:00
Ben Hutchings cf9f72584f cassini: Make missing firmware non-fatal (Closes: #714128)
svn path=/dists/trunk/linux/; revision=20302
2013-06-30 23:58:47 +00:00
Ben Hutchings 7e2ba80295 Merge changes from sid up to 3.9.8-1
svn path=/dists/trunk/linux/; revision=20301
2013-06-30 18:30:22 +00:00
Ben Hutchings 8b6d6f2812 Prepare to release linux (3.9.8-1).
svn path=/dists/sid/linux/; revision=20299
2013-06-30 02:04:15 +00:00
Ben Hutchings 14ff6dca8d Update to 3.9.8
svn path=/dists/sid/linux/; revision=20297
2013-06-28 04:39:22 +00:00
Ben Hutchings 1a53d52cfc misc/bmp085: Enable building as a module
svn path=/dists/trunk/linux/; revision=20295
2013-06-24 14:08:56 +00:00
Ben Hutchings cacd55ccd9 Prepare to release linux (3.10~rc7-1~exp1).
svn path=/dists/trunk/linux/; revision=20294
2013-06-24 13:55:37 +00:00
Ben Hutchings b3f4afe37d [armel/{iop32x,ixp4xx,orion5x}] Disable features to reduce kernel size
- Disable KSM, YAMA
- [armel/orion5x] Disable FTRACE (already disabled for the others)

svn path=/dists/trunk/linux/; revision=20293
2013-06-24 13:55:07 +00:00
Ben Hutchings 6425f81ada Enable various new(ish) features
svn path=/dists/trunk/linux/; revision=20291
2013-06-24 02:36:15 +00:00
Ben Hutchings 614eb957a8 debian/watch: Add watch file and update script
svn path=/dists/trunk/linux/; revision=20290
2013-06-24 02:04:54 +00:00
Ben Hutchings ca79b949a8 debian/control: Add Homepage field
svn path=/dists/trunk/linux/; revision=20288
2013-06-24 01:04:23 +00:00
Ben Hutchings 359aacce08 Update to 3.10-rc7
svn path=/dists/trunk/linux/; revision=20286
2013-06-23 22:02:49 +00:00
Ben Hutchings 87274a8083 Apply various security fixes
svn path=/dists/sid/linux/; revision=20285
2013-06-23 16:32:43 +00:00
Ben Hutchings 01086c8f36 [x86] efi: Fix dummy variable buffer allocation
svn path=/dists/sid/linux/; revision=20284
2013-06-23 15:57:05 +00:00
Ben Hutchings 46013cc609 Update to 3.9.7
svn path=/dists/sid/linux/; revision=20283
2013-06-23 15:55:26 +00:00
Ben Hutchings 7459ea3b2b yama: Disable ptrace restrictions by default, and change boot message to indicate this (Closes: #712740)
svn path=/dists/sid/linux/; revision=20261
2013-06-19 03:37:52 +00:00
Ben Hutchings 575f8cebf3 Update to 3.10-rc6
svn path=/dists/trunk/linux/; revision=20259
2013-06-16 03:08:36 +00:00
Ben Hutchings 520079b44c [x86] cpufreq: Enable X86_INTEL_PSTATE (Closes: #712062)
svn path=/dists/trunk/linux/; revision=20258
2013-06-15 16:26:18 +00:00
Ben Hutchings 9d021dd201 Merge changes from sid up to 3.9.6-1
svn path=/dists/trunk/linux/; revision=20256
2013-06-15 15:47:11 +00:00
Ben Hutchings 672f8c5d17 Prepare to release linux (3.9.6-1).
svn path=/dists/sid/linux/; revision=20254
2013-06-15 03:53:30 +00:00
Ben Hutchings df6206a096 Update to 3.9.6
svn path=/dists/sid/linux/; revision=20251
2013-06-14 02:05:10 +00:00
Ben Hutchings 3353739262 [armhf/armmp] Add EMAC ethernet driver found on Allwinner A10 SoCs (Closes: #711998)
- Add MDIO bus driver for the Allwinner EMAC
- Add EMAC controller node to sun4i DTSI
- cubieboard: Enable ethernet (EMAC) support in dts
- Add EMAC Controller to Hackberry dt

All cherry-picked by Niall Walsh

svn path=/dists/trunk/linux/; revision=20250
2013-06-13 01:17:37 +00:00
Ben Hutchings 54d1d00ecd [armel/orion5x] Enable EXPERT; disable FIPS, OABI_COMPAT, PCI_QUIRKS, VGA_ARB to reduce kernel size (really fixes FTBFS)
svn path=/dists/sid/linux/; revision=20249
2013-06-12 04:19:35 +00:00
Ben Hutchings b1c74f1912 Prepare to release linux (3.10~rc5-1~exp1).
svn path=/dists/trunk/linux/; revision=20247
2013-06-11 12:36:50 +00:00
Ben Hutchings 82d06bd176 iwlegacy: Use consistent condition for il_pm_ops (fixes FTBFS on ia64)
svn path=/dists/trunk/linux/; revision=20246
2013-06-11 03:42:19 +00:00
Ben Hutchings 374d054212 [powerpc,x86] Fold nic-extra-modules into nic-modules
svn path=/dists/trunk/linux/; revision=20244
2013-06-11 03:28:31 +00:00
Ben Hutchings 505dfa5c73 Revert removal of plip-modules; it can be loaded in expert mode
svn path=/dists/trunk/linux/; revision=20243
2013-06-11 02:59:13 +00:00
Ben Hutchings 685783270f udeb: Remove plip-modules, not included in any installer image
svn path=/dists/trunk/linux/; revision=20242
2013-06-11 02:51:08 +00:00
Ben Hutchings 6f6911d833 udeb: Move ide-modules and ide-core-modules into ia64 configuration
svn path=/dists/trunk/linux/; revision=20241
2013-06-11 02:48:16 +00:00
Ben Hutchings ecbf8ad4fc Remove obsolete eth1394 and firewire-core-modules dependency from nic-modules
svn path=/dists/trunk/linux/; revision=20240
2013-06-11 02:36:53 +00:00
Ben Hutchings 9f3ba7f061 udeb: Only list the 'new' firewire modules in firewire-core-modules
svn path=/dists/trunk/linux/; revision=20239
2013-06-11 02:31:52 +00:00
Ben Hutchings cd3028496c Group udeb cleanup changes
svn path=/dists/trunk/linux/; revision=20238
2013-06-11 02:30:47 +00:00
Ben Hutchings 3a4703fe63 [sparc64] udeb: Use symlinks to follow sparc configuration
svn path=/dists/trunk/linux/; revision=20237
2013-06-11 02:27:05 +00:00
Ben Hutchings 5234b2631a [s390] udeb: Use symlinks to follow s390x configuration
svn path=/dists/trunk/linux/; revision=20236
2013-06-11 02:22:01 +00:00
Ben Hutchings 8a04da01dc udeb: Remove redundant control file overrides
svn path=/dists/trunk/linux/; revision=20235
2013-06-11 02:19:45 +00:00
Ben Hutchings 86e8aebf5d udeb: Move i2c-algo-bit to i2c-modules
svn path=/dists/trunk/linux/; revision=20234
2013-06-11 02:07:24 +00:00
Ben Hutchings 2f3fa5e47b Update to 3.10-rc5
svn path=/dists/trunk/linux/; revision=20233
2013-06-10 04:51:49 +00:00
Ben Hutchings da3c6d6427 Merge changes from sid up to 3.9.5-1
svn path=/dists/trunk/linux/; revision=20231
2013-06-10 04:27:15 +00:00
Ben Hutchings c11335fa2c Prepare to release linux (3.9.5-1).
svn path=/dists/sid/linux/; revision=20229
2013-06-10 04:02:29 +00:00
Ben Hutchings 89f7156b5c iio,HID: Enable IIO, HID_SENSOR_HUB and related drivers as modules (Closes: #711690)
svn path=/dists/sid/linux/; revision=20226
2013-06-10 00:31:21 +00:00
Ben Hutchings 7f0ae8117b fs: Enable F2FS_FS as module (Closes: #711342)
svn path=/dists/sid/linux/; revision=20225
2013-06-10 00:04:22 +00:00
Ben Hutchings 64aaa7d119 [i386] udeb: Add viafb to fb-modules (Closes: #705788)
- [i386] udeb: Move i2c-algo-bit to i2c-modules and make fb-modules depend on it
- viafb: Autoload on OLPC XO 1.5 only

svn path=/dists/sid/linux/; revision=20224
2013-06-10 00:00:54 +00:00
Ben Hutchings 946c9a1bd4 ath9k: Disable PowerSave by default (Closes: #695968)
svn path=/dists/sid/linux/; revision=20223
2013-06-09 23:55:04 +00:00
Ben Hutchings d3ecfab948 [armel/iop32x,armel/ixp4xx] Disable OABI_COMPAT, PCI_QUIRKS to reduce kernel size (fixes FTBFS)
svn path=/dists/sid/linux/; revision=20222
2013-06-09 23:49:00 +00:00
Ben Hutchings 01f7477a15 [powerpc] Fix build error in stable/3.9
svn path=/dists/sid/linux/; revision=20221
2013-06-09 21:51:41 +00:00
Ben Hutchings 2b5499bb75 [s390] Enable PCI, PCI and USB drivers
svn path=/dists/sid/linux/; revision=20220
2013-06-09 21:30:13 +00:00
Ben Hutchings 73ed4e477f [s390] Add pgste to ptep_modify_prot_start()
Fixes build breakage in 3.9.5.

svn path=/dists/sid/linux/; revision=20219
2013-06-09 20:16:14 +00:00
Ben Hutchings 935de573c8 Update to 3.9.5
svn path=/dists/sid/linux/; revision=20218
2013-06-09 13:38:03 +00:00
Ben Hutchings c2c180e11b [powerpcspe] Remove installer udebs (really fixes FTBFS)
svn path=/dists/sid/linux/; revision=20203
2013-06-08 14:25:42 +00:00
Ben Hutchings 56937f92db [x86] Enable HYPERVISOR_GUEST
Various paravirtualisation options now depend on this.

svn path=/dists/trunk/linux/; revision=20187
2013-06-03 12:22:46 +00:00
Ben Hutchings e96b9d5916 Prepare to release linux (3.10~rc4-1~exp1).
svn path=/dists/trunk/linux/; revision=20185
2013-06-03 11:56:39 +00:00
Ben Hutchings 3e8af05f43 alx: Update VLAN tag handling for 3.10
svn path=/dists/trunk/linux/; revision=20184
2013-06-03 01:43:38 +00:00
Ben Hutchings 22392b3370 Note utsname version change in the changelog
svn path=/dists/trunk/linux/; revision=20183
2013-06-03 00:00:10 +00:00
Ben Hutchings 4207b3a025 Change experimental Debian revision format to 1~exp<n>
This is a more commonly used format, and frees up some space in
utsname::version.

svn path=/dists/trunk/linux/; revision=20181
2013-06-02 20:54:29 +00:00
Ben Hutchings 0b6dc8c4e7 Enable various new drivers and driver features; add to appropriate udebs
svn path=/dists/trunk/linux/; revision=20179
2013-06-02 20:39:18 +00:00
Ben Hutchings 7aaf67ba18 Update to 3.10-rc4
svn path=/dists/trunk/linux/; revision=20177
2013-06-02 18:34:53 +00:00
Ben Hutchings 41bc6e7895 Update to 3.10-rc3
Refresh/drop various patches.

aufs: Update to aufs3.x-rcN-20130520

svn path=/dists/trunk/linux/; revision=20176
2013-06-02 18:14:09 +00:00
Ben Hutchings 25c9b1af9f Prepare to release linux (3.9.4-1).
svn path=/dists/sid/linux/; revision=20172
2013-06-02 02:58:56 +00:00
Ben Hutchings 475e841ad5 udeb: Add raid6_pq to md-modules, and make btrfs-modules depend on it
svn path=/dists/sid/linux/; revision=20171
2013-06-01 22:12:29 +00:00
Ben Hutchings a7212e938b iscsi-target: fix heap buffer overflow on error (CVE-2013-2850)
svn path=/dists/sid/linux/; revision=20169
2013-06-01 18:49:35 +00:00
Ben Hutchings e4164bba77 udeb: Add various newly enabled drivers to the appropriate packages
svn path=/dists/sid/linux/; revision=20168
2013-06-01 18:33:47 +00:00
Ben Hutchings 0cd50fa024 Delete reference to USER_NS, which was already disabled in 3.8
svn path=/dists/sid/linux/; revision=20163
2013-06-01 13:28:19 +00:00
Arnaud Patard 714ef51de8 - update changelog
svn path=/dists/sid/linux/; revision=20161
2013-05-31 22:10:24 +00:00
Ben Hutchings a21612fbb6 Close bugs requesting some of the newly enabled net drivers
svn path=/dists/sid/linux/; revision=20157
2013-05-31 04:45:46 +00:00
Ben Hutchings eff6f37c23 udeb: [powerpcspe] Use symlinks to follow powerpc configuration (Closes: #708336, #708662)
svn path=/dists/sid/linux/; revision=20155
2013-05-31 04:33:25 +00:00
Ben Hutchings bbc57703fc security: Enable SECURITY_YAMA, SECURITY_YAMA_STACKED (Closes: #704750)
svn path=/dists/sid/linux/; revision=20153
2013-05-31 04:17:50 +00:00
Ben Hutchings 0c8eb822de Enable various new drivers and driver options
svn path=/dists/sid/linux/; revision=20152
2013-05-31 04:14:16 +00:00
Ben Hutchings eee044f3b9 Enable various new networking features
svn path=/dists/sid/linux/; revision=20150
2013-05-31 02:36:04 +00:00
Aurelien Jarno 8e28f834dd * [mips] Enable KEXEC.
svn path=/dists/sid/linux/; revision=20149
2013-05-30 09:45:43 +00:00
Ben Hutchings 9460decf03 Explicitly disable USER_NS for now
svn path=/dists/sid/linux/; revision=20147
2013-05-30 04:27:22 +00:00
Ben Hutchings 869bd28771 Explain why some drivers have been disabled by upstream changes on ARM
svn path=/dists/sid/linux/; revision=20145
2013-05-30 04:13:29 +00:00
Ben Hutchings bb13e26342 Update to 3.9.4
svn path=/dists/sid/linux/; revision=20139
2013-05-30 02:17:17 +00:00
Ben Hutchings c8d072c2c9 Merge changes from experimental
3.8.y is dead, long live 3.9.y.
Drop 'experimental' from the version.

svn path=/dists/sid/linux/; revision=20138
2013-05-30 01:34:59 +00:00
Ben Hutchings 98ebec826c Note that 3.9 fixes #703607
svn path=/dists/trunk/linux/; revision=20132
2013-05-19 00:31:17 +00:00
Ben Hutchings 735777e2f5 [ppc64] Use symlinks to follow powerpc/powerpc64 configuration
svn path=/dists/sid/linux/; revision=20131
2013-05-18 23:44:10 +00:00
Ben Hutchings 5bbc54554e [powerpc/powerpc64,ppc64] Replace ibmvscsic with ibmvscsi in scsi-modules
svn path=/dists/sid/linux/; revision=20130
2013-05-18 23:38:33 +00:00
Ben Hutchings 9125787982 [powerpcspe] udeb: Add llc to nic-shared-modules (Closes: #708662)
svn path=/dists/sid/linux/; revision=20129
2013-05-18 23:27:37 +00:00
Ben Hutchings d22f6fb94e Merge changes from sid up to 3.8.13-1
svn path=/dists/trunk/linux/; revision=20122
2013-05-16 04:52:57 +00:00
Ben Hutchings c76adea026 [powerpcspe] Prevent building uImage with missing mkimage, thanks to Roland Stigge (Closes: #708094)
svn path=/dists/trunk/linux/; revision=20121
2013-05-16 04:49:51 +00:00
Ben Hutchings 745354f749 Prepare to release linux (3.8.13-1).
svn path=/dists/sid/linux/; revision=20120
2013-05-16 02:53:55 +00:00
Ben Hutchings a7835d9566 Bump ABI to 2
svn path=/dists/sid/linux/; revision=20119
2013-05-15 23:27:56 +00:00
Ben Hutchings 470c94336d [powerpc] Add llc to nic-shared-modules
svn path=/dists/sid/linux/; revision=20114
2013-05-15 14:38:08 +00:00
Ben Hutchings 435bfd69d0 [m68k,mips,mipsel,ppc64,sparc64] Add crc-modules as common dependency of btrfs-modules and xfs-modules (and others)
svn path=/dists/sid/linux/; revision=20113
2013-05-15 14:35:30 +00:00
Ben Hutchings b07d30991e Update to 3.8.13
svn path=/dists/sid/linux/; revision=20112
2013-05-15 14:27:45 +00:00
Ben Hutchings f49f3f44fd aufs: Update to aufs3.9-20130506
svn path=/dists/trunk/linux/; revision=20080
2013-05-12 01:04:27 +00:00
Ben Hutchings e8fb402f48 Merge changes from sid up to 3.8.12-1
svn path=/dists/trunk/linux/; revision=20079
2013-05-12 00:53:14 +00:00
Ben Hutchings e0975790e1 Update to 3.9.2
svn path=/dists/trunk/linux/; revision=20078
2013-05-12 00:45:33 +00:00
Ben Hutchings e419b85440 README.Debian: Correct reference to Berkeley Database development package
svn path=/dists/trunk/linux/; revision=20077
2013-05-11 22:44:12 +00:00
Ben Hutchings cccfa18fe9 [x86] Enable VMWARE_VMCI, VSOCKETS, VMWARE_VMCI_VSOCKETS as modules (Closes: #707676)
svn path=/dists/trunk/linux/; revision=20075
2013-05-10 13:28:16 +00:00
Ben Hutchings f281fc4fca Prepare to release linux (3.8.12-1).
svn path=/dists/sid/linux/; revision=20071
2013-05-10 03:47:11 +00:00
Ben Hutchings eff4b24c06 Note that 3.9 fixes #659033
svn path=/dists/trunk/linux/; revision=20065
2013-05-09 02:32:13 +00:00
Ben Hutchings 46ec21bf0b linux-doc: Include aufs documentation
svn path=/dists/sid/linux/; revision=20062
2013-05-09 00:41:03 +00:00
Ben Hutchings 8994c1719a aufs: Update to aufs3.8-20130506
svn path=/dists/sid/linux/; revision=20061
2013-05-09 00:37:34 +00:00
Ben Hutchings 82a0dd1f08 [rt] Update to 3.8.11-rt8
svn path=/dists/sid/linux/; revision=20060
2013-05-09 00:22:02 +00:00
Ben Hutchings 8d67495dbc Update to 3.8.12
svn path=/dists/sid/linux/; revision=20059
2013-05-09 00:17:10 +00:00
Ben Hutchings a0b2080a63 udeb: Fix configuration errors causing FTBFS:
- [armhf/vexpress] Remove ipv6-modules; ipv6 is now built-in
- [mipsel/sb1-bcm91250a,sparc] Add crc-modules as common dependency of
  btrfs-modules and xfs-modules (and others)
- [powerpc] Add nic-shared-modules as common dependency of nic-modules
  and nic-extra-modules
- Unify module list for nic-shared-modules across architectures [!m68k]

svn path=/dists/sid/linux/; revision=20058
2013-05-08 13:25:14 +00:00
Ben Hutchings 44dcd14744 Build-Depend on bc, needed to build kernel/timeconst.h
svn path=/dists/trunk/linux/; revision=20054
2013-05-06 23:05:27 +00:00
Ben Hutchings b59c576e26 Merge changes from sid up to 3.8.11-1
svn path=/dists/trunk/linux/; revision=20053
2013-05-06 22:10:37 +00:00
Ben Hutchings 56e6ea5572 Update to 3.9
Drop many patches and refresh a few others.
[rt] Disable until it is updated for Linux 3.9 or later

svn path=/dists/trunk/linux/; revision=20052
2013-05-06 21:53:29 +00:00
Ben Hutchings 56baa7564b [rt] Remove xen-linux-system packages and references to Xen support
It is not sensible to run a PREEMPT_RT kernel under Xen or any other
hypervisor that doesn't itself provide real-time scheduling.

This requires reintroducing an explicit 'none' featureset for amd64
and i386, just to hold the Xen support definitions.

svn path=/dists/sid/linux/; revision=20036
2013-05-06 03:05:25 +00:00
Ben Hutchings b552179d78 Prepare to release linux (3.8.11-1).
svn path=/dists/sid/linux/; revision=20029
2013-05-06 01:55:36 +00:00
Ben Hutchings dd5200c4d2 [i386/486] udeb: Add lxfb to fb-modules (Closes: #705780)
svn path=/dists/sid/linux/; revision=20024
2013-05-04 20:43:01 +00:00
Ben Hutchings 57e763173a bug script: Remove broken sound functions (Closes: #705619)
svn path=/dists/sid/linux/; revision=20023
2013-05-04 20:42:18 +00:00
Ben Hutchings b6f101f122 Set ABI to 1
svn path=/dists/sid/linux/; revision=20019
2013-05-04 20:34:00 +00:00
Ben Hutchings a13bb93110 udeb: Merge redundant configuration for ext{2,3} dependency on mbcache
svn path=/dists/sid/linux/; revision=20018
2013-05-04 20:12:46 +00:00
Ben Hutchings 023b4ded9f udeb: Move modules and adjust dependencies to avoid duplicates (Closes: #706646)
svn path=/dists/sid/linux/; revision=20017
2013-05-04 19:53:01 +00:00
Ben Hutchings ca432f1977 aufs: Update to aufs3.8-20130325
svn path=/dists/sid/linux/; revision=20015
2013-05-04 17:47:27 +00:00
Ben Hutchings f4fca6a8fd [rt] Update to 3.8.10-rt6
svn path=/dists/sid/linux/; revision=20014
2013-05-04 17:43:59 +00:00
Ben Hutchings 37b0eaaa6d Update to 3.8.11
svn path=/dists/sid/linux/; revision=20012
2013-05-04 17:21:58 +00:00
Ben Hutchings 6082c199d8 Prepare to release linux (3.8.5-1~experimental.1).
svn path=/dists/trunk/linux/; revision=19960
2013-03-31 19:10:23 +00:00
Ben Hutchings 57f837632d [rt] wireless: orinoco_usb is BROKEN
svn path=/dists/trunk/linux/; revision=19958
2013-03-31 06:35:08 +00:00
Ben Hutchings 91831f762f [rt] Update to 3.8.4-rt2 and reenable
svn path=/dists/trunk/linux/; revision=19956
2013-03-31 03:53:40 +00:00
Ben Hutchings 0fd3db57d9 cdc_ncm,cdc_mbim: Use NCM by default
svn path=/dists/trunk/linux/; revision=19955
2013-03-31 03:02:47 +00:00
Ben Hutchings 4b8318261f udeb: Add hid-generic, hid-holtek-kbd, hid-lenovo-tpkbd, hid-roccat-isku, hid-roccat-lua, hid-roccat-savu to input-modules
svn path=/dists/trunk/linux/; revision=19954
2013-03-29 23:08:16 +00:00
Ben Hutchings b79f46c9b9 Update to 3.8.5
svn path=/dists/trunk/linux/; revision=19953
2013-03-29 06:40:22 +00:00
Ben Hutchings 55da5d676a Merge changes from sid up to 3.2.41-2
svn path=/dists/trunk/linux/; revision=19951
2013-03-27 03:51:48 +00:00
Ben Hutchings d3d3caa09f Prepare to release linux (3.2.41-2).
svn path=/dists/sid/linux/; revision=19949
2013-03-26 02:38:41 +00:00
Ben Hutchings 7f76905aea Apply KVM security fixes
svn path=/dists/sid/linux/; revision=19947
2013-03-25 14:30:20 +00:00
Ben Hutchings 658db8593e [x86] drm: Enable DRM_GMA500 as module, replacing DRM_PSB (Closes: #703506)
svn path=/dists/sid/linux/; revision=19946
2013-03-25 13:37:43 +00:00
Ben Hutchings 8274377d91 [x86] drm/i915: bounds check execbuffer relocation count (CVE-2013-0913)
svn path=/dists/sid/linux/; revision=19945
2013-03-25 13:13:14 +00:00
Ben Hutchings 000a73ec79 linux-headers: Fix file installation on architectures without Kbuild.platforms (Closes: #703800)
svn path=/dists/sid/linux/; revision=19942
2013-03-23 23:22:08 +00:00
Ben Hutchings 6b2afc5cf7 [ia64] udeb: Remove efi-modules package; make kernel-image provide efi-modules (fixes FTBFS)
svn path=/dists/sid/linux/; revision=19941
2013-03-23 18:12:41 +00:00
Ben Hutchings 3937ca5280 Merge changes from sid up to 3.2.41-1
Drop all changes to backported features and to rt.

svn path=/dists/trunk/linux/; revision=19940
2013-03-23 07:15:51 +00:00
Ben Hutchings 60f5e86973 efivars: Adjust the size checks
- efivars: pstore: Do not check size when erasing variable (bug introduced
  in backporting)
- efivars: Remove check for 50% full on write (this is more risky than what
  it tries to fix)

svn path=/dists/sid/linux/; revision=19938
2013-03-23 03:56:59 +00:00
Ben Hutchings 2ea813fe8d efivars: Work around serious firmware bugs
- Allow disabling use as a pstore backend
- Add module parameter to disable use as a pstore backend
  * [x86] Set EFI_VARS_PSTORE_DEFAULT_DISABLE=y
- explicitly calculate length of VariableName
- Handle duplicate names from get_next_variable()

Also apply another fix entangled with them:
- efi_pstore: Introducing workqueue updating sysfs

svn path=/dists/sid/linux/; revision=19937
2013-03-22 20:15:09 +00:00
Ben Hutchings 9a503ad42c Prepare to release linux (3.2.41-1).
svn path=/dists/sid/linux/; revision=19936
2013-03-22 18:24:45 +00:00
Ben Hutchings 10f7c2ed0f [rt] Update to 3.2.40-rt60
svn path=/dists/sid/linux/; revision=19935
2013-03-22 18:24:08 +00:00
Ben Hutchings 940319a743 [x86,powerpc/powerpc64] random: Change HW_RANDOM back from built-in to module, as we now have a real fix for #701784
svn path=/dists/sid/linux/; revision=19934
2013-03-22 01:16:31 +00:00
Ben Hutchings 69cf3c5922 Drop an i915 patch that went into 3.4.37
svn path=/dists/sid/linux/; revision=19932
2013-03-21 07:13:31 +00:00
Ben Hutchings e871712cbc Apply security fixes and other important fixes from 3.2.y-queue
svn path=/dists/sid/linux/; revision=19931
2013-03-21 06:26:43 +00:00
Ben Hutchings b6d1b8c9fa signal: Fix use of missing sa_restorer field (build regression introduced by fix for CVE-2013-0914)
svn path=/dists/trunk/linux/; revision=19927
2013-03-21 03:38:46 +00:00
Ben Hutchings da9962ab5f signal: Fix use of missing sa_restorer field (build regression introduced by fix for CVE-2013-0914)
svn path=/dists/sid/linux/; revision=19926
2013-03-21 01:45:23 +00:00
Ben Hutchings 1df6e18669 drm, agp: Update to 3.4.37
svn path=/dists/sid/linux/; revision=19925
2013-03-21 00:56:25 +00:00
Ben Hutchings 8542c98990 Update to 3.2.41
svn path=/dists/sid/linux/; revision=19924
2013-03-21 00:43:02 +00:00
Ben Hutchings 702f411066 Do not claim that 3.8.4 fixes #71189; it only fixes the second bug mentioned there
svn path=/dists/trunk/linux/; revision=19923
2013-03-20 23:58:50 +00:00
Ben Hutchings 9a1fdd2260 Update to 3.8.4
svn path=/dists/trunk/linux/; revision=19922
2013-03-20 23:44:51 +00:00
Ben Hutchings 2949691cda [x86] i915: initialize CADL in opregion (Closes: #703271)
svn path=/dists/sid/linux/; revision=19921
2013-03-20 03:46:39 +00:00
Ben Hutchings b8639bbdc5 Prepare to release linux (3.8.3-1~experimental.1).
svn path=/dists/trunk/linux/; revision=19920
2013-03-19 13:45:46 +00:00
Ben Hutchings 22a19b2efa Add various security fixes from 3.8.4-rc1
svn path=/dists/trunk/linux/; revision=19919
2013-03-19 04:52:25 +00:00
Ben Hutchings 77bae59ff4 Update to 3.8.3
svn path=/dists/trunk/linux/; revision=19918
2013-03-19 03:54:56 +00:00
Ben Hutchings a073a32cad kmsg_dump: Only dump kernel log in error cases (Closes: #703386)
- kexec: remove KMSG_DUMP_KEXEC
- kmsg_dump: don't run on non-error paths by default

Ignore ABI change to kmsg_dump_{,un}register(); I don't think these
should be used from OOT and codesearch doesn't find any users.

svn path=/dists/sid/linux/; revision=19917
2013-03-19 02:29:01 +00:00
Ben Hutchings 0a773fbe09 efi: Ensure efivars is loaded on EFI systems (Closes: #703363)
[x86] Use a platform device to trigger loading of efivars
[ia64] Change EFI_VARS from module to built-in

svn path=/dists/sid/linux/; revision=19916
2013-03-19 01:03:35 +00:00
Ian Campbell c60e79b3f3 arm: correct path to DTB files. Patch from Nobuhiro Iwamatsu. (Closes: #703082)
svn path=/dists/trunk/linux/; revision=19914
2013-03-16 08:58:50 +00:00
Ben Hutchings 3d8c03a2f0 [x86] drm/i915: Unconditionally initialise the interrupt workers, thanks to Bjørn Mork (Closes: #692607)
svn path=/dists/sid/linux/; revision=19911
2013-03-10 23:52:58 +00:00
Ben Hutchings dc2bf92471 aufs: Update to aufs3.8-20130311
svn path=/dists/trunk/linux/; revision=19910
2013-03-10 01:48:39 +00:00
Ben Hutchings 564316e564 udeb: Add hid-topseed to input-modules (Closes: #702611)
svn path=/dists/sid/linux/; revision=19909
2013-03-09 04:16:52 +00:00
Ben Hutchings bfff8763fe Prepare to release linux (3.8.2-1~experimental.1).
svn path=/dists/trunk/linux/; revision=19907
2013-03-07 05:40:38 +00:00
Ben Hutchings 279ac0273f Update to 3.2.40
Drop various patches which went into this.

Avoid ABI change in PPS, and ignore ABI change in rtlwifi.

rt patch 0134 no longer applies and I can't see how to fix it, but
hopefully this will be resolved in a new stable-rt update shortly.

svn path=/dists/sid/linux/; revision=19903
2013-03-06 14:25:42 +00:00