Commit Graph

11356 Commits

Author SHA1 Message Date
Ben Hutchings 0de4f2c89d linux-kbuild: Include scripts/Makefile.* (Closes: #815593) 2016-02-22 23:26:51 +00:00
Ben Hutchings 6ace6a80c1 Makefile.inc: Add support for wildcards in $(SCRIPTS) and $(DATA)
This can't be done for $(PROGS) as by definition those don't exist
until we build them.
2016-02-22 23:22:10 +00:00
Ben Hutchings 1add132796 Adjust build fix from unstable
The inclusion of Makefile.inc for a !x86 build of tools/hv needed
adjusting to the new makefile hierarchy.
2016-02-22 00:00:49 +00:00
Ben Hutchings 63d0995072 Release linux-tools (4.4-4).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVsnxg+e/yOyVhhEJAQqaEA/+KTrV+PPSOo1XZ7aNCPQitYbpQ5m/v5Yu
 dSTTe2Ee5GZqR6TF40CuZNbXV2slgsYSTU0PUMSbx/TT8TwxJyLh+U3gkSO/keeO
 L5jFKhybIXUCTYCHzvqBP9VoGZdZzReKRM71VaBCsySqcm88gHgLxDDJjS6uxr/O
 ilib1hV3GvAR5ZuqBt8NukiQpZyFr36iNX1MQu58QqnpoJjPSKg+LXShPxZR7tMu
 lqMcMz+japhqk6rxifqoY8HxceddWuYR9j5I/9e3OoiGZyuxvkS3oEB/dEAIkp1o
 CJ6xKijOQ1mMjvBqShhXnGL7ChJ9UNH7IZE+HOwRQgoOWs91IQo5FJGP5jqTxk9G
 gV88BbQTC9vG7d89E55zPADC+UUl38/HLnJY+gHclh2WSncVTmSpY3YauFl62G7l
 jLirEp/es25KK3HJLD7JczJ49YF55oiH8U/+OcykmQE/HbzSTWfj6honLfIKOqAx
 NQPVAFvupfcQfd7cQFRUcKKAnNVfEcX+h3hD3fz/7uo7rFfWydMjLgxrpbfGqaY+
 UprXJuH7oIEMRsMshJsunoeJud2RTeehsXt08LfpvjNNZrIxoltf7TUM8IFhDQzv
 zTo6mgFU0ifwCo0EEZuZ21y/vn/LLDXVfLIIMdDhgBuGHF2cOyjprAYDgpM1T55n
 XbbHBpLuNbk=
 =zbu9
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.4-4'

Ignore the patch changes.
2016-02-21 17:41:04 +00:00
Ben Hutchings 68b1d566ae hyperv-daemons: Only build the progarams on x86 (fixes FTBFS)
The daemons themselves can be built for any architecture, although on
!x86 they are useless and won't be included in any package.  However,
the newly introduced check-hyperv.c include inline assembly which
breaks the build.
2016-02-21 17:14:40 +00:00
Ben Hutchings 47698bd67a Prepare to release linux-tools (4.5~rc5-1~exp1). 2016-02-21 16:45:52 +00:00
Ben Hutchings 1a34b4993d Update to 4.5-rc5 2016-02-21 16:45:42 +00:00
Ben Hutchings c31998793f tools/build: Remove bpf() run-time check at build time 2016-02-21 16:45:41 +00:00
Ben Hutchings ff20c40839 Adjust VPATH to work for check-hyperv (and simplify the modpost wrapper) 2016-02-21 16:44:28 +00:00
Ben Hutchings 7d90293de3 Adjust VPATH to work for check-hyperv (and simplify the modpost wrapper) 2016-02-21 16:43:40 +00:00
Ben Hutchings eb215f16de Release linux-tools (4.4-3).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVsnSzee/yOyVhhEJAQp6HQ//YtPneFvZF7XJoJMsl8cqEWM1NKw85YJy
 R6zWvohaMRxvKxmessZAgSSXLRfyJB6aob5XafbRwSwGSc99AZYOKqYhf8Qz8nx+
 STXGEjGB/mzlJvswz79BGxUN32lVvoV1V3YzHpWRveBClYTiefenj6RmJdVlECnv
 cyRRKxhHumkueKtBfTISvsh+jTBu7aZtXh/GV7aLDSlhzzSGCzLZWmtKiKOKH+xX
 ta49mLV1kWLJHfBaJg23a5YiIFmKi4+n1EX7T7H9ivgMbIDXKrGPQ7oC1hza1ZrF
 xZjS5HHUjlRylwextlzIYKK7kkm3JROWjSWJyxzFGHNH4UC8kKmChovrq93q3Cuu
 3rHz5/nuuLsoxjpyk1U97mPGzGpfB+LES45GZq6E8/LejrFVX/HkX9tD92mJB1yt
 oBAskRVRKVIHgf9fG3XD8ACBEf8n6Y1gBwJ2DVXY8tacMRTEBe99BN5DCsojjm9X
 BZFPlATDhB+ZMFBpmUTYa3pMIs5Pat2to6F6MRTNWNiSn1tbDJj3LrY/yQQJGwUw
 I+SYgnQm8vvhjfN64kAu/AgYz5WFv1vk6YvcTKrXuJv2vuMvcV7SqoBSHQgCcHVU
 N/H1e5XHBN4KMY9EsSyawLV6Q+Libo5SGDcrzoA80BE5sXwiCbQ5zx2sp17LRJeC
 YD67dnle7s0=
 =6e+I
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.4-3'

Move check-hyperv.c under debian/rules.d.
2016-02-21 16:29:48 +00:00
Ben Hutchings 38cac73239 Update patches to upstream versions 2016-02-21 15:30:51 +00:00
Ben Hutchings 8964473178 Prepare to release linux-tools (4.4-3). 2016-02-21 15:07:55 +00:00
Ben Hutchings 0bd35d792a hyperv-daemons: Add init scripts
Also add a helper executable that implements the check for Hyper-V
(like ConditionVirtualization=microsoft in the systemd units).

(cherry picked from commit 50747480c882dae7d3c8f7b4d0df5cf3276c4ee5)
2016-02-21 15:03:47 +00:00
Ben Hutchings ba3de699a1 Prepare to release linux (4.5~rc5-1~exp1). 2016-02-21 13:17:27 +00:00
Ben Hutchings c9699a3466 Release linux (4.4.2-3).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVsm3ree/yOyVhhEJAQrSkhAAwKvXAXe3oiSV8xFAwykpp3XxeBznCdre
 /nCb5mE9+Dx7j/k7PCo1SeTtZjRqj7pfW7mjJ4ZIR1fWpfiF+ch4+WPaLn/QcxIS
 tqBFx5JzWjOP5MtxCgm5pr9YBkfibH/HDpLpwSY1FlLj1wTx8LcZyDc0cR4ntbDu
 S6p1Hi1ajVwaHlyYobNkN2OJdnGelI1wdQ2wYvQOo3Vv+xJOrF13fxoZ/f6e4fEp
 cBpHaA05N+Hv6VlAZTJ6YbuKkhruOG1IO6Ku4x9/E7IU/BD9bofd+khA8XO4j+mg
 a6/g+F/tygZ9XVrhl+gKig7VhndZJ5tH5QrIIttn7OWwA/FT7VtxRPtjQ9eyfwgH
 ZYx4s2kxBmcmMduwssGz47JQ9sb5kIBQfs4P4YxPFF5oVibCCcLCkVgkM/42MThS
 u1dslGOHli6wvzI+BOiN/h3GQOCJxYFC6xgYZyuN/zi8ZLbhbxSHRPGn5QhbQOBd
 dNyDEjKkrXiYzPLgb+mj3m9J8QXlI2RtD9AXPuk0eYj/I1K5VOFkai/1ysuP2Mfj
 xKvX4ZAVJSxKO5D7T1g55Vo/tXbuW0gs/sWrguMYBXFJsfI154y7voKDYkk9l5PI
 E1YSwPsUdOmYmlRf+1/CPH+MzLnu2y0TP6Y1jTyKPOxOkVzzRLnbqhHRLD8PFkN0
 3MEENRL3asg=
 =Htrh
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.4.2-3'
2016-02-21 13:17:07 +00:00
Ben Hutchings bd792d2441 Prepare to release linux (4.4.2-3). 2016-02-21 13:11:19 +00:00
Ben Hutchings aae9cf4b6f Update to 4.5-rc5 2016-02-21 04:12:42 +00:00
Ben Hutchings 88d259a75c [x86] efi-bgrt: Fix kernel panic when mapping BGRT data (Closes: #815125)
Plus the following fix-up.
2016-02-20 23:25:05 +00:00
Ben Hutchings 416a13b622 [powerpc] mm: Fix HAVE_ARCH_SOFT_DIRTY dependencies (fixes FTBFS)
Drop the previous attempted fix, which didn't work.
2016-02-20 17:29:49 +00:00
Ben Hutchings 1036674239 Release linux (4.4.2-2).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVscsG+e/yOyVhhEJAQpmnBAAz3I1IQm2kg7uHb0DavhRL+EnpAzasobw
 gPoKWapyPVauC1K9d69CYi+fNPSdVDmcNXhZa1DzCyoVxYeKAfqDxbdosJSCwr8+
 UKYF55JwCdjoO1CUWs8qFRtnoFw8ykC+y+5TzDp1ma6CUUrR/zwM0EWJ2oUdM7Ss
 VeVJ59VTsp+iJ69qxh0WcaBjVp86jA62K5l5fHSXRCR/dvmgaNU58GyL5vs/mNqj
 zESyeHQ3YAdiZ5tSOSZxTylq6V5diyeM4hVxBrOdY2713GCi3zMWKS8RSXOn5+9q
 2XiSjq/wyCdJ/S/B0nrH5ZT/de4FA38bFxBizQugJ62pY8GAakYjBjuI0lF+eek/
 hfQqTJrqGCbIe4jh5eZZrua9yjLXBc9d/1RUyMf3VX/gNARUAHVgIaIkCI98lGdI
 mpBP/6gkLJVP/G0xEiZA+eEEPuKTRzonaT6RqHjB1pqQ/8FpjpNP6NbgWPJ9xwZl
 pj/4fhtyJ1cU0PQbPQzAVLH8bdwbS/W6BOHBSyHNdCmXGw7GbRe5fwmETz3YZzKk
 LQPAZfl0XJozKZb4ENYUVhG0CRKl8jtonTpsJ2e4AQEZP68FY9MC5nPPTsbG/dvu
 9jgXrQaWwvWlEHHxOaZvZVJpDhEOLRczoS9H7WKk4irVvY7sdXJee5uo9GG703ME
 71HA0y7AzIo=
 =BxMG
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.4.2-2'
2016-02-20 04:46:55 +00:00
Ben Hutchings 6b46662b94 swapops.h: Add #include to fix build failure on powerpc 2016-02-20 04:31:41 +00:00
Ben Hutchings 0033746862 Move makefile hierarchy to debian/rules.d; use debian/build for output only
By passing both -C and -f options to make, we can separate makefiles
from the output directory without adding prefixes to all targets.

We can also reduce the 'clean' commands to little more than 'rm -rf'.
2016-02-19 20:24:18 +00:00
Ben Hutchings e1fd4b6f1e Move definition of OUTDIR from debian/build/**/Makefile to outer rules
Simplify things by making debian/rules.real, debian/rules and
debian/build/Makefile.inc (for the recursive case) set OUTDIR.
2016-02-19 20:02:31 +00:00
Ben Hutchings 5f504574df Prepare to release linux-tools (4.4-2). 2016-02-19 17:11:29 +00:00
Ben Hutchings d2c5c9e085 Prepare to release linux (4.4.2-2). 2016-02-19 14:48:52 +00:00
Ben Hutchings e6ce1b131d [mipsel/loongson-2f] udeb: Add i2c-modules to avoid duplicate modules
Also add "Provides: i2c-modules" to kernel-image udeb for loongson-2e.
2016-02-19 14:48:00 +00:00
Martin Michlmayr a776630eb7 [arm64] Create i2c-modules udeb to avoid duplicate modules
Create i2c-modules udeb on arm64 to avoid the following build failure:

        kernel-wedge find-dups 4.4.0-1-arm64
debian/nic-modules-4.4.0-1-arm64-di lib/modules/4.4.0-1-arm64/kernel/drivers/i2c/i2c-core.ko
debian/input-modules-4.4.0-1-arm64-di lib/modules/4.4.0-1-arm64/kernel/drivers/i2c/i2c-core.ko
some modules are in more than one package
command exited with status 1
2016-02-18 18:22:43 -08:00
Ben Hutchings ff2f944b1e [armel/versatile] Enable GPIOLIB (fixes FTBFS)
SMC91X depends on !OF || GPIOLIB, i.e. if OF is enabled then GPIOLIB
must be too.  Starting with 4.5, versatile is only supported as part
of a multiplatform kernel.  Multiplatform confgiurations always have
OF enabled, so we now need to enable GPIOLIB.
2016-02-19 02:02:46 +00:00
Ben Hutchings b0a0319c86 Build fixdep under debian/build and clean it up properly
Mattia Dongili noted that it's currently built under tools/build
(upstream bug).  Build it under the current output directory
(which means we build it multiple times) and clean all copies.
2016-02-19 01:17:12 +00:00
Ben Hutchings d97f0b3ee8 [alpha,sh4] Attempt to fix build failures 2016-02-18 23:40:09 +00:00
Ben Hutchings 2b1e87a61f linux-perf: Include version number in strace groups installation directory
Closes: #813080
2016-02-18 21:47:37 +00:00
Ben Hutchings c232b093cb [armel,armhf] net: mv643xx_eth: fix packet corruption with TSO and tiny unaligned packets.
This looks like it fixes #814681.
2016-02-18 16:45:54 +00:00
Ben Hutchings 71665302ad udeb: Make DAC960 and cciss optional in scsi-modules again
They are only built on some architectures, but armhf and arm64 #include
this file so currently FTBFS.
2016-02-18 16:45:09 +00:00
Ben Hutchings 32be752344 lockdep: Add missing macros 2016-02-18 04:14:17 +00:00
Ben Hutchings c536b8098a Update to 4.5-rc4
Drop/refresh patches as appropriate.
2016-02-18 03:24:24 +00:00
Ben Hutchings 8e8d8a00f2 Prepare to release linux (4.5~rc4-1~exp1). 2016-02-18 01:57:21 +00:00
Ben Hutchings d7161dc252 Prepare to release linux-tools (4.4-1). 2016-02-18 01:33:13 +00:00
Ben Hutchings e52fccf3e5 [x86] udeb: Move scsi_transport_fc to scsi-core-modules
hv_storvsc in hyperv-modules now depends on it so we need to avoid duplicating
it in {hyperv,scsi}-modules.
2016-02-18 01:27:04 +00:00
Ben Hutchings cdcc46b5c4 Release linux (4.4.2-1).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVsT0Jue/yOyVhhEJAQo96w/+IZBasj9Vf3KovHNaOXaW1rZL6GRVNzpB
 OSNqINfAEtvOR8RuwAcA/zgHy7NNDS9CkDQgjGdJKIhdXXem7mG7Oo3iEwb5osL7
 HhUPmeTmXqsa5C6GWzNtERrtX6N8XtBV3inR8iSS46XOm+RHq5UnffqZB35DqUbq
 G0h5hiZSXXIXbn0MYJWSPAekAmTXdcevGUoe8bIBD+wH/X4oPINmQLkH6PL5iK7B
 KHbf7dJ+JnmbsKJdBpfZvPoa6B1a9FL3HLKkOQjmYF0YjIzZe14JHnvjZNULBmj9
 eqmwpfPxAmR5XQgUBu1TPx37FB/nJdMUjZQNz01k0Ybv3l6lKocc7YwX3kViitqe
 CiWqbq7LPwN1QNGI6Sf7UB/1XjWJPzWsYoZ0AjDH3ihIPrxmYCdjJstFXr0W3qEG
 4e3pJv8gqHxP5SSmE5PQQcS8uiisHmADHZc7C02mxWGDLpqb3gmtgrGqQRFjkk55
 tpn8jz2fGGt5VQkhpSBE8wWG4fHRFwiLaAsCVv9jE36pLNq5M9U9VnilCPeoTkti
 JcDfPYBjma6RVADIU6tkNnjxJcHFXAqEb5Jn0Wq89GGaS1egAlch4K/XYS+OnIH9
 m2Fg4P+TdMePDYxh40tNTIwwHcHLffNfe9K+Ien/DmffuQ87Jk4hfKPW/ZXDO3jO
 qdrmLXK2BEg=
 =syys
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.4.2-1'

Drop rt featureset changes.

Drop patches that are already in 4.5-rc4.

Keep the ABI version at 'trunk'.
2016-02-17 22:45:34 +00:00
Ben Hutchings 42d36aac27 Prepare to release linux (4.4.2-1). 2016-02-17 21:20:12 +00:00
Ben Hutchings edd433b85f Update to 4.4.2
Drop patches included in it.

Refresh rt patches with textual conflicts.
2016-02-17 21:19:37 +00:00
Ben Hutchings b0ddcef1a9 udeb: Fix issues with wildcards that caused FTBFS on armhf, thanks to Karsten Merker
Karsten did a test-build on armhf and found failures due to missing modules
and directories.

* The wireless drivers from staging need to be optional; this requires
  support for wildcards in optional-inclusion lines
* The check for a containing directory must only be done for non-optional
  inclusion lines

Bump the kernel-wedge version requirement and add the optional-include
suffixes.
2016-02-17 18:00:31 +00:00
Ben Hutchings 96504c2870 IFF_NO_QUEUE: Fix for drivers not calling ether_setup() (regression in 4.3) 2016-02-17 18:00:31 +00:00
Ben Hutchings 2c39d8f576 Merge remote-tracking branch 'alioth/ukleinek/4.4.1-rt6' into HEAD 2016-02-16 13:54:44 +00:00
Uwe Kleine-König 91d4b94303 [rt] update to 4.4.2-rt6 2016-02-16 14:23:21 +01:00
Ben Hutchings 5427214b64 [i386/686-pae] PCI: Set pci=nobios by default 2016-02-16 02:51:44 +00:00
Ben Hutchings fcd5547ba0 [i386/686-pae] mm: Fix types used in pgprot cacheability flags translations 2016-02-16 02:04:23 +00:00
Ben Hutchings 5b76884dc2 [amd64] efi: Build our own page table structure
This avoids adding W+X pages to the default page table, which is not
only bad for security but also now triggers a warning on boot.
2016-02-16 02:03:55 +00:00
Ben Hutchings feb964cdac [armel/marvell] udeb: Remove inet_lro from nic-modules 2016-02-15 19:28:54 +00:00