Commit Graph

10271 Commits

Author SHA1 Message Date
Ben Hutchings 52d8c20b40 debian/bin/buildcheck.py: Correct call to nonexistent sys.write() function 2015-08-29 23:59:26 +01:00
Ben Hutchings 6b977589fb debian/bin,debian/control,debian/lib/python: Use Python 3 2015-08-29 21:48:39 +01:00
Ben Hutchings 32fff0de75 DocBook: Use a fixed encoding for output
This was the last blocker for reproduciblity, so close that bug.
2015-08-27 09:44:20 +01:00
Ben Hutchings ef829fca16 [sparc] Remove linux-image, linux-header and udeb packages
They are redundant with sparc64 and neither is an official port.
2015-08-26 18:16:15 +01:00
Ben Hutchings bbd5771c11 Update config for symbol changes in 4.2
Re-enable various config options disabled by name changes:
- SUNRPC_XPRT_RDMA replaced SUNRPC_XPRT_RDMA_{CLIENT,SERVER}
- [mips*el/loongson*] LOONGSON64 replaced LOONGSON
- [x86] COMEDI_8255_SA replaced COMEDI_8255

Drop explicit settings for symbols that are now automatic.
2015-08-26 02:00:47 +01:00
Ben Hutchings 4915f84088 [amd64] Enable KALLSYMS_ALL (Closes: #660288), LIVEPATCH 2015-08-26 01:50:39 +01:00
Ben Hutchings d477438be7 gfs2: Make statistics unsigned, suitable for use with do_div()
Fixes FTBFS on mips,mipsel,m68k.
2015-08-26 01:43:52 +01:00
Ben Hutchings 48cb343ec0 linux-source: Depend on xz-utils, not bzip2 (Closes: #796940) 2015-08-26 00:18:28 +01:00
Ben Hutchings 84fd2d0c10 [s390x] Compile with gcc-4.9 (Closes: #796845) 2015-08-25 23:54:56 +01:00
Ben Hutchings ace247de5b Remove all support for ia64
Close all bugs related to ia64.
2015-08-25 23:48:44 +01:00
Ben Hutchings 12eadbcd9e Prepare to release linux (4.2~rc8-1~exp1). 2015-08-24 14:21:24 +01:00
Ben Hutchings 2431b0ab35 Update to 4.2-rc8 2015-08-24 11:00:47 +01:00
Ben Hutchings ffb82367c0 Merge remote-tracking branch 'alioth/master' 2015-08-23 21:15:58 +01:00
Ben Hutchings a068417196 Release linux (4.1.6-1).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVdonkee/yOyVhhEJAQr/XRAAtXjWzvooBEh+0bwP2lPgunnOGhQmPfXb
 LGGQbddr5k1oRRdDSb8j9m4uR9zZxeggO0evhBtx0ISXKGMv59k4EUzFk1J9H0AK
 5Z3u94hycX6bRlOvHpdh+4EIG2uNVRd21vwTEjeq43Y/5GyagfAXXx+qRKi7Qvz6
 j0GrGzY9RiP1LHTfR0M71JBrPXhjDJWM+luDlIO63TfMMlpPlqEgJbNvCZsfZyjn
 Fgqm5GeaGtR6pEV4YHhogNZoh34HkGt6J27aOVo8n/mEx5zz45i1tF73bKUhLMB5
 AKFMNVzueExmBhQKKmc0iE241Oc2uxY3dsfFwOsFa4jlbHF7ZNzxO9hWzUt/0T0D
 HiZdTqBC+PgNfgAhiirU38+h5LZ/clhoortNZNFI43uUK4Ee0CRGt+ASrcLZkbu9
 8yQfOUjLng+PJq5nhEcYRsPaSqoqp8jr8LBPm6Ow+oHQyjM1VzAOqEsBpFAUGRhD
 DkMbrQd8oj3LvBqnIOhEzVfRXcrhIj/RXzPzcV5JvPYWA6bAi1gLR2uqTrSn+qjx
 0sUueg34Z6/IkHGa9uC9kjK2IsiDX4IPK7SDiHJgSyXuAv24Mfu33W5Ra2BKCFau
 f8rwQ6+yZYAGLov7v2eEQCOadf4B8ORu46Y+X+oWlQsrXWONziOxKB+UGlYNUlJR
 6B04B7sMAUA=
 =NbeF
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.1.6-1'

Conflicts:
	debian/changelog
	debian/config/defines
	debian/installer/mips/package-list
	debian/patches/bugfix/all/perf-fix-double-free-of-the-aux-buffer.patch
	debian/patches/series
2015-08-23 21:15:34 +01:00
Ben Hutchings c76e5af2e3 [mips] udeb: Remove ext{2,3}-modules from Provides list for kernel-image
ext{2,3}-modules are provided by ext4-modules which is now a real
package on mips.
2015-08-23 15:38:13 +02:00
Ben Hutchings ca8d04c73d Prepare to release linux (4.1.6-1). 2015-08-23 12:20:14 +02:00
Ben Hutchings ee3a08efd5 ovl: Revert changes in 4.1.5-1 due to regression (Reopens: #786925)
In particular, "fix a braino in ovl_d_select_inode()" introduced a
type error and potential crash because we still have ovl_dentry_open()
not ovl_d_select_inode().  Doing this properly requires an ABI change.
2015-08-23 12:19:12 +02:00
Ben Hutchings 006ca00729 Ignore some ABI changes that should not affect OOT modules 2015-08-23 03:16:15 +02:00
Ben Hutchings 7668628f5b Remove redundant ABI ignore-changes item
We don't build the crypto/nx drivers.
2015-08-22 20:40:06 +02:00
Ben Hutchings d360ab37b9 Improve changelog for stable update 4.1.6
Delete entries for commits that are unimportant.

Add architecture qualifications, regression versions and one bug number.
2015-08-22 20:39:54 +02:00
Ben Hutchings 9f602f3712 perf: Fix AUX buffer refcounting 2015-08-22 19:26:40 +02:00
Ben Hutchings cbf8872266 Update to 4.1.6
Drop patches applied upstream.
Ignore an ABI change in ppc crypto drivers.
2015-08-22 19:25:31 +02:00
Ben Hutchings 21cc1b71d1 Add ABI reference for 4.1.0-2 2015-08-22 19:08:46 +02:00
Ben Hutchings f26069abfa [i386] udeb: Make gpio_keys_polled and leds-gpio optional in input-modules
They are not built for the 686-pae flavour, only 586.
Fixes FTBFS.
2015-08-22 19:00:59 +02:00
Ben Hutchings b90c8d2781 [mips] udeb: Remove ext{2,3}-modules from Provides list for kernel-image
ext{2,3}-modules are provided by ext4-modules which is now a real
package on mips.
2015-08-22 18:55:41 +02:00
Ben Hutchings 808dfebf84 Release linux (4.1.5-1).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVdBSmOe/yOyVhhEJAQobgA//cuk5WYNUbO3wRi3Sk1RhrH5vJk1TTWPN
 8KXa3OLhoFz04FxZ4zgNBlW52bTsMcL1rVlPjpK4jUS8WMcCEWVARps62K4VVomw
 CrZvrBpzLoSPN6Eux5NTkA5/JypnGXPDJ46Dd0LApx9A3UcKWw6u4uWCTyJyhJVd
 BSGFQwjcjJV7+WGw2ozV3fZFgwLbVyrvnIpMRwIwFnR61uAS2qy89HBTvfCk5h6m
 zqeJmmiSKOVbOxrDtyRRiUN9yFflUuSsxbIfbB+O02qSb6bhKpfTUVOQN7WoQRHs
 42culA2269r2gC0OkYwOQu1qm3TGoFafBqa5BhLYOKx8s/OXzW/zLJpaxVeewL2R
 tDHm5ZRqmO9fnUB4x3qI46uxQXr5XC2i/L2RppIOcnImZk7/qytn90KTTWIz2mUN
 Flj+K1nI3szkiQQROYXE7oKyMdBQu45V3oHifZM6HI9iklUL0BRo0jdnXxvji82V
 OL0VrmCymlKGa/OPjwN6SJa0bZ7NCTlJaG1axsMAVtovY7xaIdk0RcsQJBRQeQpu
 5ebTP9qDHPS5s6UeDJ4yGlv8moLGSQieYpcWHUiLgadE8EGR5/1ykrfc3FsuWS+G
 xCAYoC20G33+krI7mXMQyHil3w4OtYIvaV4LtrxXNRgbixdrP4MVzJMkoPmLLgBH
 J+pFZOgfG2c=
 =7MCr
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.1.5-1'

Conflicts:
	debian/changelog
	debian/patches/series
	debian/rules.real
	debian/templates/control.source.in
2015-08-22 18:07:50 +02:00
Ben Hutchings 13be7e1afd Documentation: Avoid creating man pages in source tree
kernel-doc can currently generate dummy DocBook files using
absolute paths as their titles, which results in man pages being
created in the source tree (and thus going into linux-headers
and linux-source packages).
2015-08-21 22:47:31 +02:00
Ben Hutchings b60f5c4de1 Set LC_ALL=C.UTF-8 for all builds
Upstream sets LC_ALL=C when building most things, and we do that in
one place to ensure consistent ordering.  However the encoding of HTML
docs still differs.  Choose 'C.UTF-8' instead of 'C' because it makes
the HTML docs slightly smaller.
2015-08-21 17:10:12 +02:00
Ben Hutchings c2de3cfb20 debian/control: Correct build-dependency on xz-utils, needed on all arches
Currently we have xz-utils in build-depends-indep as we explicitly
use xz to compress files in linux-source.  We also have a build-
dependency on lzma (now a virtual package provided by xz-utils),
but only on armel which was the first architecture for which we
set CONFIG_KERNEL_XZ=y.

However, since 3.7 we've set CONFIG_KERNEL_XZ for all architectures so
xz-utils is needed everywhere.  Currently we get away with this
because dpkg-dev depends on xz-utils, but this could change in future.
Build-depend on xz-utils without qualification.
2015-08-21 13:08:46 +02:00
Aurelien Jarno 2b363f8a38 mips: Remove r4k-ip22, r5k-ip32 and sb1-bcm91250a flavours. 2015-08-20 23:05:44 +02:00
Aurelien Jarno 081ba19db9 [mips*] Build ext4 as module. Add core-modules and ext4-modules udeb. Fixes FTBFS. 2015-08-20 16:21:08 +02:00
Aurelien Jarno 054d5ce461 [mips*] Build ext4 as module. Add core-modules and ext4-modules udeb. Fixes FTBFS. 2015-08-20 03:37:04 +02:00
Ben Hutchings 68176287bf Update to 4.2-rc7 2015-08-17 10:39:21 +02:00
Ben Hutchings d97fca4d0a Update patches for reproducible doc builds to match upstream 2015-08-16 21:19:41 +02:00
Ben Hutchings 1243269850 Prepare to release linux (4.1.5-1). 2015-08-15 23:37:31 +02:00
Ben Hutchings 4d2f117436 udeb: Move eeprom_93cx6 to core-modules; make scsi-extra-modules depend on it
Previously it was in nic-wireless-modules as several wireless drivers
depend on it, but now wd719x in scsi-extra-modules does as well.
2015-08-15 21:59:33 +02:00
Ben Hutchings 3d5d7d8cf6 udeb: Add newly enabled drivers 2015-08-15 12:51:18 +02:00
Ben Hutchings 7e2d688bde Prepare to release linux (4.2~rc6-1~exp1). 2015-08-12 20:48:26 +02:00
Ben Hutchings 098767bfb6 debian/control: Drop Frederik Schüler from Uploaders
He hasn't been active on this package for many years.
2015-08-12 20:45:39 +02:00
Ben Hutchings 3bb9b71582 linux-source: Fix compression of the source tarball (Closes: #795199)
When we introduced the find | sort | xargs tar pipeline to make the
tarball reproducible, I was concerned that there could be so many
arguments that xargs would call tar more than once.  I therefore
changed the tar -c option to -r so that it would append rather
than overwriting in this case.

However, the -a option seems to have no effect when -r is used, so
the tarball is no longer compressed.

Instead of using xargs, use tar's -T option and change the -r
back to -c.
2015-08-12 18:02:17 +02:00
Ben Hutchings b13fc71d7e perf: Fix double-free of the AUX buffer 2015-08-12 17:35:24 +02:00
Ben Hutchings eca2a3e0eb Improve changelog for stable updates 4.1.4, 4.1.5
Delete entries for commits that are unimportant or previously cherry-
picked.

Add architecture qualifications, regression versions and one bug number.
2015-08-12 17:35:18 +02:00
Ben Hutchings 517cfd5213 ovl: Add support for NFS as lower filesystem (Closes: #786925) 2015-08-12 12:20:56 +02:00
Ben Hutchings 21364b6286 virtio-net: drop NETIF_F_FRAGLIST (CVE-2015-5156) 2015-08-11 22:54:01 +02:00
Ben Hutchings 279bfdad45 Bump ABI to 2
There are far too many changes to work around.
2015-08-11 22:46:56 +02:00
Ben Hutchings 431395942e Update to 4.1.5 2015-08-11 21:48:34 +02:00
Ben Hutchings a42e6ab606 Exclude debian directory in .gitignore
I didn't think this was necessary as the debian directory is already
present in the repo.  But without this, git will ignore all new files
under it.

(cherry picked from commit 76e21fd6a2)
2015-08-11 20:33:22 +02:00
Ben Hutchings ecae9d006f README.Debian, README.source: Update references to svn
(cherry picked from commit 3925828ee5)
2015-08-11 20:33:17 +02:00
Ben Hutchings de372d7baf Update Vcs-* fields to point to git
(cherry picked from commit c388a4feae)
2015-08-11 20:33:12 +02:00
Ben Hutchings ea0978d10c Update .gitignore files based on svn:ignore properties
For the top-level .gitignore, do this via the existing patch.

(cherry picked from commit 55cf50555a)
2015-08-11 20:32:57 +02:00