Commit Graph

4565 Commits

Author SHA1 Message Date
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