Commit Graph

9016 Commits

Author SHA1 Message Date
Ben Hutchings e835bd7651 aufs: Update to aufs3.x-rcN-20131104
mmap() holds reference to the union file as well as the branch file.
This behaviour requires an extra patch and used to be conditional on
CONFIG_AUFS_PROC_MAP.  It is now unconditional because otherwise the
aufs inode number may be reused and this can break userland file
caching.  So add the extra patch and drop our patch to disable
CONFIG_AUFS_PROC_MAP.

svn path=/dists/trunk/linux/; revision=20778
2013-11-04 03:23:54 +00:00
Ben Hutchings 85d54e2cc1 Merges changes from sid up to 3.11.6-2
svn path=/dists/trunk/linux/; revision=20774
2013-11-02 20:55:30 +00:00
Ben Hutchings d98e00eda6 namespaces: Enable USER_NS (Closes: #712870)
Restrict creation of user namespaces to root (CAP_SYS_ADMIN) by default
(sysctl: kern.unprivileged_userns_clone)

svn path=/dists/trunk/linux/; revision=20773
2013-11-02 20:33:18 +00:00
Ben Hutchings b08f6d30b9 Prepare to release linux (3.11.6-2).
svn path=/dists/sid/linux/; revision=20770
2013-11-01 17:54:12 +00:00
Ben Hutchings 28fda5d8fa Add ARM patch that was missed when adding the last batch of fixes
svn path=/dists/sid/linux/; revision=20769
2013-11-01 17:53:57 +00:00
Ben Hutchings 2967bec3f8 Ignore ABI change in l2tp
svn path=/dists/sid/linux/; revision=20768
2013-11-01 05:23:02 +00:00
Ben Hutchings e3b8a9343f Cherry-pick various urgent fixes from 3.11 stable queue
svn path=/dists/sid/linux/; revision=20767
2013-11-01 03:44:52 +00:00
Ben Hutchings a78dcf3d31 net: Fix infinite loop in in skb_flow_dissect() (CVE-2013-4348)
svn path=/dists/sid/linux/; revision=20765
2013-11-01 01:35:14 +00:00
Ben Hutchings 3a3112b981 net: Fix infinite loop in in skb_flow_dissect() (CVE-2013-4348)
svn path=/dists/sid/linux/; revision=20764
2013-11-01 01:34:05 +00:00
Ben Hutchings b7cc18725e [armhf] Bump ABI to 1a, as enabling Xen and KVM support changes ABI
svn path=/dists/sid/linux/; revision=20763
2013-10-31 03:59:10 +00:00
Ben Hutchings 2e89994185 Fix support for per-architecture ABI name
In gencontrol.py 'abiname' now includes the upstream version whereas
the part after that is 'abiname_part'.  Update the per-architecture
ABI name handling accordingly.

Also use the per-architecture ABI name in udeb package names and when
generating the maintainer scripts.

svn path=/dists/sid/linux/; revision=20762
2013-10-31 03:58:28 +00:00
Aurelien Jarno 2b65b3949c UAPI: include <asm/byteorder.h> in linux/raid/md_p.h.
svn path=/dists/sid/linux/; revision=20760
2013-10-30 15:30:07 +00:00
Ben Hutchings 565dc3ec81 [ia64] Reduce compiler version to gcc-4.6, matching gcc-defaults (fixes FTBFS)
svn path=/dists/sid/linux/; revision=20759
2013-10-30 02:05:09 +00:00
Ben Hutchings 79803bf38a [sh4] Reduce compiler version to gcc-4.7, as gcc-4.8 is not yet available
svn path=/dists/sid/linux/; revision=20758
2013-10-29 15:03:55 +00:00
Ben Hutchings 92935f7937 Prepare to release linux (3.12~rc7-1~exp1).
svn path=/dists/trunk/linux/; revision=20753
2013-10-29 01:44:09 +00:00
Ben Hutchings f8cb1622f0 aufs: Update to aufs3.x-rcN-20131014
svn path=/dists/trunk/linux/; revision=20751
2013-10-28 03:50:54 +00:00
Ben Hutchings 3fdbf99d5e Update to 3.12-rc7
svn path=/dists/trunk/linux/; revision=20750
2013-10-28 03:45:14 +00:00
Ben Hutchings 41685ecb47 Merge changes from sid up to 3.11.6-1
svn path=/dists/trunk/linux/; revision=20749
2013-10-28 03:43:18 +00:00
Ben Hutchings 164c825862 Prepare to release linux (3.11.6-1).
svn path=/dists/sid/linux/; revision=20747
2013-10-28 01:24:45 +00:00
Ben Hutchings 90471af4c2 Add ABI reference for 3.11-1
svn path=/dists/sid/linux/; revision=20746
2013-10-28 00:50:21 +00:00
Ben Hutchings 0335f314ed [armhf] udeb: Remove configuration files for flavours that have been removed
svn path=/dists/sid/linux/; revision=20745
2013-10-27 19:00:25 +00:00
Ben Hutchings b54c22d890 [armhf/armmp] udeb: Add ppp-modules
svn path=/dists/sid/linux/; revision=20744
2013-10-27 18:59:21 +00:00
Bastian Blank 16f09c4d48 debian/bin: Some PEP8 fixes.
svn path=/dists/trunk/linux/; revision=20738
2013-10-26 21:04:10 +00:00
Ben Hutchings 6abbc6ca56 Move s390x configuration to debian/config/s390x
svn path=/dists/trunk/linux/; revision=20737
2013-10-25 13:48:52 +00:00
Ben Hutchings c2572de4ab Remove unused s390/s390 configuration
svn path=/dists/trunk/linux/; revision=20736
2013-10-25 13:34:31 +00:00
Ben Hutchings 64b90b106a Note that aufs update closes #727243
svn path=/dists/sid/linux/; revision=20735
2013-10-23 23:55:41 +00:00
Ben Hutchings 94f037adb9 aufs: Update to aufs3.11-20131014
svn path=/dists/sid/linux/; revision=20734
2013-10-23 15:24:02 +00:00
Ben Hutchings 64facf96c4 Update to 3.11.6
svn path=/dists/sid/linux/; revision=20733
2013-10-23 15:06:38 +00:00
Ben Hutchings e9eb0a0dd2 Disable CC_OPTIMIZE_FOR_SIZE (Closes: #635899, fixes FTBFS on mips, mipsel, powerpc)
Leave it enabled for armel/{iop32x,ixp4xx,kirkwood,orion5x} and m68k.
Drop the workaround patch for powerpc.

svn path=/dists/sid/linux/; revision=20732
2013-10-23 11:36:17 +00:00
Ben Hutchings b6c64c49c2 Add bug number for linux-image-3.11-1-amd64:i386 miscompilation
svn path=/dists/sid/linux/; revision=20731
2013-10-19 22:27:15 +00:00
Ben Hutchings 91cdfbd184 [powerpc] lib/raid6: Disable altivec8 algorithm (fixes FTBFS)
svn path=/dists/sid/linux/; revision=20730
2013-10-19 22:11:17 +00:00
Ben Hutchings 5bbabb3e64 kbuild: Use -nostdinc in compile tests (workaround for #717557)
svn path=/dists/sid/linux/; revision=20729
2013-10-19 21:37:09 +00:00
Ian Campbell 2ceff05667 [armhf] Enable virtualization in armmp and armmp-lpae flavours
Enables VIRTIO and Xen for both flavours and KVM for LPAE only, since KVM requires LPAE.

svn path=/dists/sid/linux/; revision=20728
2013-10-19 13:32:45 +00:00
Ben Hutchings ee546290ba Update to 3.12-rc5
Drop/refresh patches as needed.
Remove firmware from staging rtl8188eu driver.

svn path=/dists/trunk/linux/; revision=20714
2013-10-18 01:43:36 +00:00
Ben Hutchings 0be7018ef1 Merge last change to 3.11.5-1 from the sid branch
svn path=/dists/trunk/linux/; revision=20713
2013-10-18 00:39:28 +00:00
Ben Hutchings 87d78887ab [i386] Remove xen-linux-system-<version> packages (Closes: #726010)
svn path=/dists/sid/linux/; revision=20711
2013-10-17 13:46:45 +00:00
Ben Hutchings 64cf010989 Merge unreleased changes from sid branch and reset changelog date
svn path=/dists/trunk/linux/; revision=20706
2013-10-16 23:33:08 +00:00
Ben Hutchings 9e53ebbd8a Prepare to release linux (3.11.5-1).
svn path=/dists/trunk/linux/; revision=20705
2013-10-16 13:59:11 +00:00
Ben Hutchings be40c0528c Set ABI to 1
svn path=/dists/trunk/linux/; revision=20704
2013-10-16 13:47:57 +00:00
Ben Hutchings 43eef57bb8 crypto: ansi_cprng - Fix off by one error in non-block size request (CVE-2013-4345)
svn path=/dists/trunk/linux/; revision=20703
2013-10-15 23:36:46 +00:00
Ben Hutchings 53d7dd16a4 [arm64] Build a linux-libc-dev package (Closes: #695241)
svn path=/dists/trunk/linux/; revision=20702
2013-10-15 23:24:33 +00:00
Ben Hutchings eefe375588 compiler/gcc4: Add quirk for 'asm goto' miscompilation bug
svn path=/dists/trunk/linux/; revision=20701
2013-10-15 23:12:43 +00:00
Ben Hutchings 0508e70fef Update to 3.11.5
svn path=/dists/trunk/linux/; revision=20700
2013-10-14 02:06:28 +00:00
Ben Hutchings 8a119620e5 Remove long list of changes in stable updates 3.11.1, 3.11.2
Seems like a waste of time for me to try listing all notable fixes
since the earlier experimental version (rather than just those with
Debian bug numbers or CVE numbers).  I'm not going to do it for
3.11.{3,4,5} so drop the lists for 3.11.{1,2} as well.

svn path=/dists/trunk/linux/; revision=20699
2013-10-14 01:33:07 +00:00
Ben Hutchings 25f6f3e225 Remove mention of armhf/mx5 changes obsoleted by removal of this flavour
svn path=/dists/trunk/linux/; revision=20698
2013-10-13 19:43:22 +00:00
Ian Campbell 8c6bffabd7 armel/kirkwood: Add extra modules to udebs to fix d-i
svn path=/dists/sid/linux/; revision=20697
2013-10-08 19:46:47 +00:00
Ben Hutchings 61b855c5fa Remove patch to e_powersaver, which we don't build
svn path=/dists/trunk/linux/; revision=20693
2013-09-30 01:49:03 +00:00
Ben Hutchings 8a6b13d2d5 aufs: Update patch descriptions
svn path=/dists/trunk/linux/; revision=20692
2013-09-30 01:12:08 +00:00
Ben Hutchings cc87a96da2 Update 'DocBook: Make Documentation/DocBook -j clean' to be suitable for upstream
svn path=/dists/trunk/linux/; revision=20691
2013-09-30 01:07:52 +00:00
Ben Hutchings 59b15e7823 Update upstream status of 'irq: Always define devm_{request_threaded,free}_irq()'
svn path=/dists/trunk/linux/; revision=20690
2013-09-29 23:55:09 +00:00