Commit Graph

6433 Commits

Author SHA1 Message Date
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 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 9549742239 [hppa] Update build-dependencies for renaming of binutils-hppa64 2016-02-15 18:49:41 +00:00
Ben Hutchings 641aba8311 Compile with gcc-5 on all architectures 2016-02-15 18:48:03 +00:00
Ben Hutchings 4b4fa14653 Update to 4.5-rc4
Drop many, many patches which went upstream.  Refresh others for
filename or context changes, and for removal of radeon UMS support.

[rt] Disable until it is updated for 4.5 or later

aufs: Update support patches to aufs4.x-rcN-20160215
2016-02-15 17:37:08 +00:00
Ben Hutchings a5a866d112 udeb: Really add virtio_input to virtio-modules (not input-modules)
kernel-wedge is sensitive to the difference between '-' and '_' so
adding 'virtio-input ?' to input-modules had no effect.

If we really added virtio_input to input-modules then we would end up
with virtio and virtio_ring duplicated.  Instead, add it to
virtio-modules like all the other virtio drivers.
2016-02-15 15:22:31 +00:00
Ben Hutchings 306abaa161 udeb: Move most USB wireless drivers from nic-usb-modules to nic-wireless-modules 2016-02-15 03:33:03 +00:00
Ben Hutchings c66e31d10c udeb: nic-pcmcia-modules: Remove Arcnet drivers 2016-02-15 03:29:43 +00:00
Ben Hutchings 740fbe327e udeb: nic-modules: Remove FDDI and HIPPI drivers, and inet_lro module 2016-02-15 03:29:32 +00:00
Ben Hutchings b01f6d01fe usb-storage-modules: Include USB storage drivers by default 2016-02-15 03:06:32 +00:00
Ben Hutchings 7d12e0fcef usb-serial-modules: Include USB serial drivers by default 2016-02-15 03:06:32 +00:00
Ben Hutchings acd4224ce8 usb-modules: Include USB host drivers by default 2016-02-15 03:06:32 +00:00
Ben Hutchings 9264d0947e udeb: scsi-modules: Include SCSI drivers by default 2016-02-15 03:06:32 +00:00
Ben Hutchings 301a940180 sound-modules: Include sound drivers by defaults 2016-02-15 03:06:28 +00:00
Ben Hutchings d5d980eb63 udeb: {pata,sata}-modules: Include ATA drivers by default 2016-02-15 02:41:38 +00:00
Ben Hutchings f7cbcdd519 udeb: nic{,-pcmcia,-usb,-wireless}-modules: Include Ethernet, USB and wireless drivers by default 2016-02-15 02:41:34 +00:00
Ben Hutchings d1a2d68dab udeb: input-modules: Include HID drivers by default 2016-02-15 02:40:33 +00:00
Ben Hutchings b8c3eeca7f udeb: Combine scsi-{common,extra}-modules with scsi-modules 2016-02-15 02:40:09 +00:00
Salvatore Bonaccorso 02bda7119f CVE-2016-2384 assigned 2016-02-14 19:18:04 +01:00
Salvatore Bonaccorso 3684b6ebad CVE-2016-2383 assigned 2016-02-14 19:17:39 +01:00
Ben Hutchings 1ad5c45be8 Set ABI to 1 2016-02-14 16:14:05 +00:00
Ben Hutchings b84086545e ALSA: usb-audio: avoid freeing umidi object twice (CVE-2016-XXXX) 2016-02-14 04:55:59 +00:00
Ben Hutchings 29ef5032ac bpf: fix branch offset adjustment on backjumps after patching ctx expansion
CVE ID to be assigned.
2016-02-14 04:54:45 +00:00
Roger Shimizu 86ea7ce8a0 Enable TTY_PRINTK as module (Closes: #814540). 2016-02-13 17:28:13 +00:00
Roger Shimizu daf081c8a9 Enable TTY_PRINTK as module (Closes: #814540). 2016-02-14 00:37:52 +09:00
Ben Hutchings 3c25ed439a af_unix: Don't set err in unix_stream_read_generic unless there was an error
This fixes a regression in 4.4, also introduced in 4.3.4 and various
other stable updates.
2016-02-13 00:56:13 +00:00
Ben Hutchings 2d5f78b62a Revert "workqueue: make sure delayed work run in local cpu"
This caused a regression in 4.3
2016-02-13 00:30:07 +00:00
Ben Hutchings 83fd76229d af_unix: Guard against other == sk in unix_dgram_sendmsg (regression in 4.2.6-2) 2016-02-13 00:23:18 +00:00
Ben Hutchings 1c28b9c3ed fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list() (CVE-2016-0617)
Fixes a regression in 4.3.
2016-02-12 23:43:07 +00:00
Ben Hutchings 95ece6ebc6 iw_cxgb3: Fix incorrectly returning error on success (CVE-2015-8812) 2016-02-12 23:34:37 +00:00
Ben Hutchings 576b29b2c5 Prepare to release linux (4.4.1-1~exp1). 2016-02-10 02:02:14 +00:00
Ben Hutchings 3c6d2452cb [x86] crypto: Enable CRYPTO_DEV_QAT_DH895xCCVF as module 2016-02-10 01:59:10 +00:00
Ben Hutchings 580997dd4a [amd64] mm,nvdimm: Disable ZONE_DMA; enable ZONE_DEVICE, NVDIMM_PFN 2016-02-10 01:56:33 +00:00
Ben Hutchings 5a231207c7 [x86] thermal: Disable THERMAL_OF 2016-02-10 01:51:38 +00:00
Ben Hutchings aea9926d19 vfs,nvdimm: Really enable FS_DAX 2016-02-10 01:51:38 +00:00
Ben Hutchings 3a3b557ac3 changelog: Note some old entries that wrongly claimed config symbols were enabled 2016-02-10 01:51:38 +00:00
Ben Hutchings abaed981d7 Enable many new config symbols
* bnx2x: Enable BNX2X_VXLAN
* cgroups: Enable CGROUP_PIDS
* crypto: Enable CRYPTO_CHACHA20, CRYPTO_POLY1305, CRYPTO_CHACHA20POLY1305,
  CRYPTO_USER_API_AEAD as modules
* [x86] crypto: Enable CRYPTO_DEV_QAT_DH895xCC as module
* [amd64] crypto: Enable CRYPTO_CHACHA20_X86_64, CRYPTO_DES3_EDE_X86_64,
  CRYPTO_POLY1305_X86_64 as modules
* [x86] dmaengine: Enable INTEL_IDMA64 as module
* debug: Enable SCHED_STACK_END_CHECK
* dm-cache: Enable DM_CACHE_SMQ as module
* ethernet: Enable BNXT, QED, QEDE as modules
* hci_uart: Enable BT_HCIUART_QCA
* HID: Enable HID_CORSAIR, HID_GEMBIRD as modules
* [x86] hwmon: Enable SENSORS_I5500 as module
* [x86] IB: Enable INFINIBAND_USNIC as module
* iio/light: Enable ACPI_ALS as module
* [x86] input: Enable SURFACE_PRO3_BUTTON as module
* [x86] iommu: Enable INTEL_IOMMU_SVM
* ipvs: Enable IP_VS_OVF as module
* media: Enable DVB_NETUP_UNIDVB, USB_GSPCA_TOUPTEK,_VIDEO_DT3155 as modules
* [x86] mfd: Enable MFD_INTEL_LPSS_ACPI, MFD_INTEL_LPSS_PCI as modules
* [amd64] mic: Enable INTEL_MIC_X100_DMA, MIC_COSM, SCIF, SCIF_BUS as modules
* [powerpc*/*64*] misc: Enable GENWQE as module
* net: Enable LWTUNNEL, NET_L3_MASTER_DEV; and MPLS_IPTUNNEL, NET_VRF
  as modules
* [amd64] net: Enable FUJITSU_ES as module
* netfilter: Really enable NF_TABLES_NETDEV, NFT_REDIR_IPV4, NFT_REDIR_IPV6
  as modules
* net/phy: Enable AQUANTIA_PHY, DP83848_PHY, MICROCHIP_PHY, TERANETICS_PHY
  as modules
* net/sched: Really enable NET_CLS_FLOWER as module
* net/usb: Enable USB_LAN78XX, USB_NET_CH9200 as modules
* nfsd: Enable NFSD_PNFS
* [x86] pinctrl: Enable PINCTRL_BROXTON, PINCTRL_SUNRISEPOINT
* [x86] rfkill: Enable DELL_RBTN as module
* serial: Enable SERIAL_OF_PLATFORM as module
* sound/firewire: Enable SND_FIREWIRE_DIGI00X, SND_FIREWIRE_TASCAM as modules
* [x86] thermal: Enable INTEL_PCH_THERMAL, INTEL_SOC_DTS_THERMAL as modules
* [x86] Enable INTEL_PMC_IPC as module
2016-02-10 01:21:56 +00:00
Ben Hutchings 0efd25dfff [rt] Update to 4.4.1-rt5 2016-02-09 18:04:09 +00:00
Ian Campbell efab9f0b2f [armel/marvell] Declare breaks against flash-kernel << 3.57~ 2016-02-08 09:20:43 +00:00
Ben Hutchings 8ff6a7a38a [armel/marvell] mtd: Change JFFS2_FS, MTD_SPI_NOR, and M25P80 from built-in to modules 2016-02-07 18:14:32 +00:00
Ben Hutchings db28f005ab input: Disable KEYBOARD_ATKBD 2016-02-07 18:14:32 +00:00
Ben Hutchings 401df5efb5 [armel/marvell] Disable support for DNS-323
The kernel image was already too large for this machine.

- Disable MACH_DNS323
- Change MTD_CFI_AMDSTD from built-in to module
2016-02-07 18:14:32 +00:00
Ben Hutchings 7f810117b9 [armel] Replace kirkwood and orion5x flavours with a 'marvell' flavour
Apply upstream patches from 4.5-rc1 to enable inclusion of orion5x in a
multiplatform build.

Merge configurations as well as possible.
2016-02-07 18:14:32 +00:00
Ben Hutchings 6c26fa513e Release linux (4.3.5-1).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVrbUcee/yOyVhhEJAQqY7RAAvLy0Z5eKYP7/Re1jHCuYqGFwhgIig+uo
 yscoEqKlSWUwC7Tio5ar+oydqdvRyUOYB+ABXvpnQb+ImsPF5xNwYDLO5OIVGIuh
 yc7RgHROYzDMYSqO8ToDAJbhPfd/UVUp25gJQqdbmozXr9lMPL1zH3/d5FUQgrcz
 2AmCFDa6nvcCg6SxuT8IFl2lsDsPA7WI3AYUnFKVwxpwSGwZQmhH4G6SDBOTGd4n
 Zx8ySfHle+Jz4aIYyD6jAFV4RVCsucwswwD78PYDZlfqxr29IzdwOx4MJNuLzxGp
 A6/FVRg6V7b+/1E1BKS7wUAoN2F7JyXgrro7QsZEyq+ckQY/9CyfLopC0shx3+xv
 2nQLGLb3rFySKkYXFBPJdQacr0zGRtEa5QdRWRVYPCUvXc2ju5pv8DTINzb7aW+6
 tkec0Wks5LeDa+zVzbAJHpVgnE3PBSTJHpRWaqZv1C5avp92MmnphXxpjj5ifB2b
 /eu6PzF4zAwM0Sr8aBY2riELQXMbFmtAE60+weMUjYHiL4MHc/yDNHtpjiz3zgrQ
 qptf26uuHClC/FmMq+9jhTlbsXb9X30XWG94Dif0A46iAHAyRrO200DUlMYqx3KF
 tDtHKHsJ2rqso6WQhuLOgd37qTKlt93rA6Se4bbDASQKdQealbY3COsYS1eulyJI
 HXXB8qbopJI=
 =cqNy
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.3.5-1'
2016-02-07 05:28:43 +00:00
Ben Hutchings 4b5119edad Prepare to release linux (4.3.5-1). 2016-02-06 23:25:14 +00:00
Ben Hutchings 0df8f2e3e7 hwrng: n2 - Attach on T5/M5, T7/M7 SPARC CPUs (Closes: #809815) 2016-02-06 21:25:49 +00:00
Martin Michlmayr 8e44bb11ea Include Device Tree model in reportbug script
It would be nice to include the Device Tree model in the reportbug
output.  On DT based platforms, /proc/cpuinfo only includes quite
generic information.

Please note that the strange "echo ... $(cat ..)" construct is
intentional.  'cat /proc/device-tree/model' leads to a strange
character at the end because there's no newline and using echo
gets rid of it.
2016-02-06 21:15:38 +00:00
Hendrik Brueckner d77feea6da udeb: include btrfs-modules
Add btrfs-modules udeb.  Also add zlib-modules udeb because btrfs
requires zlib_deflate.

Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
2016-02-06 21:01:40 +00:00
Hendrik Brueckner b6b5dc56d5 udeb: include modules to mount ISOs (loop device)
To mount ISO images within the Debian Installer, the loop device
support is required.  Also the CD/DVD file systems are required too.

Hence, add the ISO and UDF file systems modules, as well as, the
loop device modules.

Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
2016-02-06 21:00:43 +00:00
Ben Hutchings 13b0fb82e4 udeb: Add hid-logitech-hidpp to input-modules (Closes: #796096) 2016-02-06 20:57:29 +00:00
Ben Hutchings 32d2f8cfc9 debian/copyright: Add licence information for drivers/crypto/vmx/*.pl
Another GPL-compatible licence that needs an extra notice.
2016-02-06 20:40:32 +00:00
Ben Hutchings 2e76aafc84 [powerpc*] Enable CRYPTO_DEV_VMX and enable CRYPTO_DEV_VMX_ENCRYPT as module (Closes: #813640) 2016-02-06 20:15:55 +00:00
Ben Hutchings 455507d34b Improve changelog for stable updates 4.3.{4,5}
Delete entries for commits that are unimportant.

Add regression versions.
2016-02-06 18:31:53 +00:00
Ben Hutchings ef736f8440 pipe: limit the per-user amount of pages allocated in pipes (CVE-2013-4312) 2016-02-04 20:34:11 +00:00
Ben Hutchings 3180443250 rt2x00: fix monitor mode regression (regression in 4.2) 2016-02-01 17:16:15 +00:00
Ben Hutchings 1ba618c3d3 Update to 4.4.1 2016-02-01 10:59:35 +00:00
Ben Hutchings ba1393105a Update to 4.3.5
Drop several patches that are included in it.

Fix/ignore various ABI changes.
2016-02-01 10:27:12 +00:00
Ben Hutchings 20ed8bdbac x86/mm: Add barriers and document switch_mm()-vs-flush synchronization (CVE-2016-2069)
Plus a follow-up fix to the comments.
2016-01-29 03:42:16 +00:00
Aurelien Jarno 985fe43552 [arm64] Enable RTC_DRV_EFI. 2016-01-28 17:52:56 +01:00
Aurelien Jarno 237b83662e [mips*] Backport math emulation fix from 4.5. 2016-01-27 22:33:18 +01:00
Ben Hutchings 546ce38280 [rt] Update to 4.4-rt3
This includes all the build fixes I made for 4.4-rt1 and -rt2, so drop
my patches.
2016-01-27 21:24:31 +00:00
Ben Hutchings 3106c3977c linux-headers: Make postinst script less verbose (see: #734266) 2016-01-27 19:52:52 +00:00
Ben Hutchings 2b5391e7a4 linux-{headers,image}: Remove support for version-specific hooks
This was inherited/cargo-culted from kernel-package, undocumented, and
apparently useless.
2016-01-27 19:52:52 +00:00
Ben Hutchings b34af3d32d linux-image: Remove unnecessary debconf initialisations
Only the prerm and postrm scripts need it now.

Also remove the Pre-Depends relation to debconf.
2016-01-27 19:52:52 +00:00
Ben Hutchings daa4d23204 [mips*] linux-image: Remove debconf question for requirement of initramfs
This question was presented during the upgrade to jessie and there's
no need to retain it.
2016-01-27 19:52:52 +00:00
Salvatore Bonaccorso b1fa3fac88 netfilter: nf_nat_redirect: add missing NULL pointer check (CVE-2015-8787) 2016-01-27 19:25:20 +01:00
Ben Hutchings 76c256b5b8 SCSI: fix crashes in sd and sr runtime PM (Closes: #801925) 2016-01-27 01:32:15 +00:00
Ben Hutchings f71765e064 linux-image: Make failure of depmod fatal, rather than asking what to do
depmod has been stable for a very long time so there's no reason to
have a configuration variable and debconf question to handle failure.

While we're at it, fix the decoding of $? to handle the exec failure
case ($? == -1).
2016-01-27 00:19:31 +00:00
Salvatore Bonaccorso 2675c7c2e5 Fix syntax error in changelog entry 2016-01-26 09:44:59 +01:00
Salvatore Bonaccorso cdfc3b2f30 tcp: fix zero cwnd in tcp_cwnd_reduction (CVE-2016-2070) 2016-01-26 09:00:04 +01:00
Salvatore Bonaccorso 20c41274fa Add CVE reference for CVE-2015-8785 2016-01-24 19:19:30 +01:00
Ben Hutchings 024851fa3a fuse: break infinite loop in fuse_fill_write_pages()
This doesn't have a CVE ID yet.
2016-01-23 22:57:21 +00:00
Ben Hutchings 9b355e6846 Update to 4.3.4 2016-01-23 12:11:55 +00:00
Ian Campbell 8106bebc50 [arm64] Enabled support for QCOM platforms, options recommended by Martin Michlmayr 2016-01-23 08:32:44 +00:00
Ricardo Salveti 79bc1edb58 Extending ARM64 support
- Adding support for the AMD Overdrive (Seattle) development platform
- Including d-i support for Overdrive
- Config: enabling the arm cpuidle driver, multi-core scheduler, pci
  generic host and crypto_crc32_arm64

Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-01-23 08:28:24 +00:00
Ben Hutchings 22e12b77ff Prepare to release linux (4.4-1~exp1). 2016-01-19 22:25:06 +00:00
Ben Hutchings 2e65ee9ec7 Release linux (4.3.3-7).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVp6c+ee/yOyVhhEJAQrl6g//WadE/Rrnuy3FXvI6GdIcjnJCIMnViNxq
 vQtWF2fptwQhMd4dvgOCefDMtk5D5yNzdMNCsUFDQCfn2MJQOT1lbKceZtQYEVyq
 oRmSvGFn+gwrAYDKdOM0SQufY1UFONVto0evKm0eIEhDqMdrVWtT4HuMfOfoCxaP
 OpadNrBmwNpsQWlIMzZsk4GzsuMvxoo3455S88LrmeJqqtY/3NF9FNyNzvwzhqMV
 zY70kfXunkMsiFCB5ermDhZ/goO4OTGx9LtBZZJZTT2ZtZ8T2FgJd9aVfVt9EM6a
 VKkOWZrm5I5cCzI57YYuZw2kz7xEYzulUTaUAqJBbskymcx6H6ulWgCMqxf1uHLB
 6CW/Y2t5hMgNepk/mQC8WqGl8JCZKRwArhv3DvoYym9DcsoJBBxYFopSZ/yusTIK
 AFtdQ8cOzkC7ez8ztJaJfLRieYHxEehpUctPlPAlWjrQp6eJ9dI9sgwMNbOHNS0c
 eJ8fofB6PXGz12+UPBHsOibl2nmPQUk3mbDOcV44leNSFjyGld6RMUOuPd0GXTPa
 BHc09m8lPb5QW4+SGQ8S+79SIj4ILaV8yPKXuDYi/K+erpxSbtprBj16jPCmhPt1
 T23/AOY6wH6VhcJbm2E5rzfBue1yExE8WGZQLP0vXAzsL6WFrmMgvKsTldqAN8XS
 MhY1ibS1ZFo=
 =CfJg
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.3.3-7'
2016-01-19 22:23:15 +00:00
Ben Hutchings 68515dfcb9 linux-perf: Fix FTBFS with gcc 6 (used on hppa, sparc64) 2016-01-19 22:11:16 +00:00
Ben Hutchings 33cd223d58 linux-image-dbg: Don't rely on upstream makefile to make .build-id links to vDSO debuginfo
Fixes FTBFS on arm64, s390.
2016-01-19 17:50:28 +00:00
Ben Hutchings 7aef5117c3 Release linux (4.3.3-6).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVp48e+e/yOyVhhEJAQovuQ//Qqsr1OgRXNSxEZ9x6Szj+4wlhcHwnCB/
 hgAU+Lhkic44oGuNy9Hu9gnsiEqgWtDAXF1ZKFa+6iNsHEunommB84qc6a9qrtJ7
 TGzKaqyXQmvrQj9j9u5/09nw3Bx+LqZqRtGGN6kBwyTUhP0ndg6xfHtSZXP6JAAf
 8AKb5hvef25x9E4ZA9d2VzsgMwgtg9utxlZj/5WGhC4BwbkV96RrZu+hqO1akqsp
 bPKmKER0HDGvIqOfJQYTqjLAY4LjTGMLZAfcPeLn7gzT5Io+cujqy1K3JnqxRaWM
 5/bauyFnMaTiaN+oeozTtjs2wkdr+4EljGu0+WJAsvK8rQ6/mVJsqEcx8ESwuYx7
 lch8NBERfG0mGCEcpn+J5hsye7w9LQHugT1eKdrxx8JA1aiamnfofYE6XGYhURkx
 j0p2A5wZnB0T1j52mEwwa7HtNY0mgCfvFy1z45zVeQDyGH/09a/ZDCJf7ildOOLu
 cPDjyw3dGAi7HpeM2EkMCzZa342PaNYR//vfBRLb6kgQjMLgVev9jdf/mv2mqsB8
 qIDC1AtI1Tl9b3CTRGZ9RIdGZ93UpiiKKSoLpRyowuZYLej0Zk8zSfsbPDhwPq0c
 F+JiMqIQDZh/ggC9rzGCDbntqNv9oYk3r2WuLalGZQhP7lPig5J5Dz2i221RGCyu
 MjbiTh1PG1I=
 =vF8G
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.3.3-6'
2016-01-19 13:44:04 +00:00
Ben Hutchings 6b3f710f74 Prepare to release linux (4.3.3-6). 2016-01-19 00:41:31 +00:00
Ben Hutchings e9490659aa KEYS: Fix keyring ref leak in join_session_keyring() (CVE-2016-0728) 2016-01-19 00:41:25 +00:00
Ben Hutchings ec2f54f0aa Prepare to release linux-tools (4.4-1~exp1). 2016-01-19 00:31:02 +00:00
Ben Hutchings 6f7f065366 genorig.py: Make orig tarballs really reproducible
- Override umask while extracting/exporting files
- Override user and group names in tarball
2016-01-19 00:28:31 +00:00
Ben Hutchings 56b9798cd8 debian.py: Implement stable order of fields not in the predefined order 2016-01-19 00:27:13 +00:00
Ben Hutchings 6a920e6845 linux-perf: Leave -rc suffix out of version in package description 2016-01-19 00:24:30 +00:00
Ben Hutchings ea4dea20ad linux-perf: Fix reading of build-id from vDSO 2016-01-19 00:18:11 +00:00
Ben Hutchings cfc320102b Release linux-tools (4.3.1-2).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVnTUAee/yOyVhhEJAQoFUA//VFkAo3haIre74k6rSLwWvGGXsj89uwug
 SfA5whNDdjC7OACOPRsV90EEamz1NZg1jZWYR4eZTwgCSRXZLXnUU8S9GBQkv7Kd
 6EevrL3kr5kfjrBh45Q1IxgOU6SqseSPEh9j1rHmfVYTTlOIorwXJBBOy8YqO5Hs
 OwniWFHw//yqIMitGAc5Gjx2t2lCSIuQjGXt9TgPcW1xoKNxf42NssuksD5TOazh
 o6kOJZJbumjMbFQqxVVTkFNUzxrBuuS3+Q9N8kzdDUqCYe76YJ1nQo3+dLw0K349
 eo7PQG2JRacvD7yfXVABchSGsYSxZK6jj4sFlV/MSD39NQWGAT0pg9M94NqNpWli
 OdOgOj8tJAGFgSR67vEszJuHhakTW9AHvlsy186Nf4zrnHN5s4ZbjL0mlQ/wVb3m
 DOxlFQH0dQPO7MMeD1CfWF+4u55eVwjMOi8zuhHgI611WPMIx1bpr2w/UhlaSwHB
 0E3XVRV6Ker+AWji7GEXTmH3Ovs5wXgp6CwHHwh4yvyz6sEjkks1tMth4onenfVO
 cLcIyzEhWsl1akQ3WEXeYkpBQuXGu41rRSb3uvv3thrL12hI8LyDtry+WuCspJKU
 fzepi2zR/73hIjyGdJuRD1jROxJUfYfwJnXCckmIJjgQg20Akv/4GhrVdcpfcGRw
 3Wp1mw2eJTs=
 =XUnb
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.3.1-2'
2016-01-19 00:06:58 +00:00
Ben Hutchings 23e312bd0c Update to 4.4 2016-01-19 00:04:38 +00:00
Ben Hutchings e90dec2a0e bcache: Add upstream fixes marked for stable
- fix a livelock when we cause a huge number of cache misses
- Add a cond_resched() call to gc
- clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device
- fix a leak in bch_cached_dev_run()
- unregister reboot notifier if bcache fails to unregister device
- allows use of register in udev to avoid "device_busy" error.
- prevent crash on changing writeback_running
- Change refill_dirty() to always scan entire disk if necessary

As requested in
https://lists.debian.org/debian-backports/2016/01/msg00067.html
2016-01-17 21:59:33 +00:00
Ben Hutchings a9736a8ea4 Revert "block/sd: Fix device-imposed transfer length limits"
This introduces an ABI change and it's not obvious how to work around that.
2016-01-17 16:40:35 +00:00
Salvatore Bonaccorso f335c0cfcc unix: properly account for FDs passed over unix sockets (CVE-2013-4312) 2016-01-17 09:27:47 +01:00
Ben Hutchings 10211ef4c3 [x86] drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updates 2016-01-16 04:04:53 +00:00
Ben Hutchings 74cadf39f7 block/sd: Fix device-imposed transfer length limits (Closes: #805252) 2016-01-16 03:50:08 +00:00
Ben Hutchings fbee7ded77 [rt] Update to 4.4-rt2 2016-01-15 13:23:17 +00:00
Ben Hutchings 18e70e2c53 Add some security fixes 2016-01-14 23:39:40 +00:00
Ben Hutchings 19216c6aaa [armel/kirkwood] power/reset: Re-enable POWER_RESET, POWER_RESET_GPIO
These used to be selected by ARCH_KIRKWOOD_DT, but that was removed in
3.17-rc1 and we didn't notice the loss of these.
2016-01-14 01:49:32 +00:00
Ben Hutchings 9a6aa4816a linux-image-dbg: Include debugging symbols for VDSOs 2016-01-13 15:08:47 +00:00
Ben Hutchings 2f5878146d Update to 4.4 2016-01-11 02:09:49 +00:00
Ben Hutchings 1121dce318 [armhf] udeb: Include usbhid in input-modules (Closes: #809521)
usbkbd and usbmouse (HIDBP drivers) were also excluded, but we've
not built them for many years.
2016-01-10 22:58:52 +00:00
Ben Hutchings d56fab4480 gpio: Enable GPIO_SYSFS wherever GPIOLIB is enabled (Closes: #810085) 2016-01-08 19:36:09 +00:00
Ben Hutchings d2547e3561 xen/gntdev: Grant maps should not be subject to NUMA balancing (Closes: #810472) 2016-01-08 19:32:35 +00:00
Ben Hutchings 0c23e53745 genorig.py: Make orig tarballs really reproducible
- Override umask while extracting/exporting files
- Override user and group names in tarball
2016-01-08 19:31:40 +00:00
Ben Hutchings 1d2a19e3fe debian.py: Implement stable order of fields not in the predefined order 2016-01-08 12:09:48 +00:00
Ben Hutchings dc3b21cc1a debian.py: Implement stable order of fields in debian/tests/control
Move the field ordering control from the Package class to a new
superclass of Package and TestsControl.
2016-01-08 12:08:28 +00:00
Ben Hutchings 36a0345d68 [armhf] Enable EXTCON_USB_GPIO, ENSORS_GPIO_FAN as modules, and USB_DWC3_DUAL_ROLE
...instead of USB_DWC3_HOST (Closes: #810048)
2016-01-06 01:33:07 +00:00
Ben Hutchings 14d52aef04 Prepare to release linux (4.4~rc8-1~exp1). 2016-01-04 17:23:28 +00:00
Ben Hutchings 64474e57fd [rt] latency_hist: Update sched_switch probe 2016-01-04 17:23:09 +00:00
Ben Hutchings 5ad5fe2d6f [x86] Enable DEBUG_WX, X86_INTEL_MPX 2016-01-04 04:38:18 +00:00
Ben Hutchings cd55c846df [x86] nvdimm: Change X86_PMEM_LEGACY from built-in to module 2016-01-04 04:20:12 +00:00
Ben Hutchings c9262f04b9 Release linux (4.3.3-5).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVonnXee/yOyVhhEJAQrciRAA02xtKJrAB/rHg9kIR8qlNqDVgDhgvelX
 Lk1j+12BhfXs99sx3UywxA2ZHGoFv3FuM0NEUjQBC8cDEwznS2RgvksM1DrFsowP
 7J/GAgXw7wj8yemwxOLqZhyhiK4iqLL/LsajxMLR5qDWa3ANQ0qSpa5CSOXkIMpP
 lWEl8r0ADMY9ZAijtkGtmOb7ZSD8bhhSZwqIHNfHFc/Lo4vIjl6yeQc13+rW8acO
 uFk9VsS25jCE1ToNfbLfIqJyt/hUBDnempuUI6nV1zwPPavvcbLKhy1XKCdoPwCx
 vNWsIdLDFTdJvRvYsC4lTDSq68T4j0iTyALIynCvsg8rA4wGxFwUxvX2OgXzGYgj
 AXDfoSqndCm0jPtzM2sj/pSo39ki9BkSswhTvqGyKgrgKIDzPYrxo11gcTMSsg1S
 GrQiWtbjphrTmdn7uiCdczVD7TEApWF7VcwbuWrb4ucU4jax3n4wUKRF/MUC9gK/
 kXIoAgQox8K2zjry1Z4PrR9oveiP8vdREgdKcz/aFKgV1uf2yogNeN4iZbfvi9Vf
 7+6PNM/VYXca+8XkJmFIqUhJpelVHYsJUDhsDia/45XBrrqf3vLGUvjEf3D3X38y
 ujraOKXZ43X81LOkY7ePhX5SiMkYsBGDSD9H/ciJdJVd+c4aPQcK1QgJTyJzavP3
 0cIoLHM1LjY=
 =bjbr
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.3.3-5'
2016-01-04 03:34:02 +00:00
Ben Hutchings 0f11ea7f19 Update to 4.4-rc8 2016-01-04 01:57:00 +00:00
Ben Hutchings 559f1a2447 [armhf] udeb: Fix duplication and circular dependency (really fixes FTBFS)
There is still duplication between core-modules and usb-modules, and
they actually have a circular dependency due to gpio-viperboard
driving (part of) a USB device.

- Add core-modules as a dependency of usb-modules
- Remove gpio-viperboard from core-modules as it is unlikely to be needed
2016-01-04 00:46:39 +00:00
Ben Hutchings 567f9b5f9f Release linux (4.3.3-4).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVoh+see/yOyVhhEJAQqj+hAAkmDBrMYRJWm4Ou7jnE81g9YJlEL4o+Pr
 bY7rezklbJz72mQicKiXOwGiVcs9SK8n/fX0lRcj/fWqq4uK86wzcVLZIEEgSB6/
 CzHFr7PMjRLxPk80uE4U+XIfMT8p636xiE7t0+bTXONzJ/8upqIyqxicUT7ftQ68
 8y58Lj2S0ElVvPJ2HbdoKm6josgp3lPuNXosP137VW9255Z7j1OaUMcO2hJ1aygh
 wwvGXw90zzflrpE+504fdCwemz6bJ4kF55CgQvTNnuWqmKc7O9uBGeq8+TOkAgZ5
 IY6w0vYN6I8rdTO4JmLpewb0SbM9gOzIMJGb3rqEv235wLjm9HRIJAJXXOas+GZi
 KNZtzF20aDxWYn4R4jQP4B6hrlnCbYCmNzwG/phacjg3dTiyyhn/I17qfc18qFfF
 eP9qVO4cJl1K8OHO0WlxchrPsKIk29iAQC5ghupPDyQfDRF8QnNQREk6K5ncmvPy
 xmCswOpFIMZFqrJeXOz5t0Zvz2SlP9EwZloBmgVyKvIGdn2HId0cD7aDB4mBcpga
 U0psh3bfaUlc/6VMG0ruARkfYs6G2GAsEX+w7xrWJYv6tsWxdCWWAV6+hoUccQib
 zZs56SDb9zjqTMNCFA+otmsaqWRV1b44la/ulcfmBWdqKaI8Tk31udep3GyNkkG1
 e/anSVBf5so=
 =8kWB
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.3.3-4'
2016-01-03 02:02:22 +00:00
Ben Hutchings bbfa58468d Prepare to release linux (4.3.3-4). 2016-01-03 01:50:52 +00:00
Ben Hutchings 03e157c09e [armhf] udeb: Remove pbias-regulator module from mmc-modules (fixes FTBFS)
It's now in core-modules.
2016-01-03 01:49:35 +00:00
Ben Hutchings e2abaa403e Merge tag 'debian/4.3.3-3'
Drop the ABI reference and ignored symbols.

Drop most of the patches, as they're already upstream.
2016-01-02 19:18:54 +00:00
Ben Hutchings 2f8b046985 Prepare to release linux (4.3.3-3). 2016-01-02 16:45:46 +00:00
Ben Hutchings 1309260f30 udeb: Add USB PHY drivers to usb-modules and delete duplicates in core-modules
This leaves only PCIe PHYs in core-modules.
2016-01-02 16:44:57 +00:00
Ian Campbell 5342a1ab3d Merge remote-tracking branch 'origin/master' 2016-01-02 09:42:53 +00:00
Ben Hutchings 9a3c406688 [s390x] udeb: Add crc-modules package (Closes: #808051) 2016-01-02 04:21:06 +00:00
Ben Hutchings ec4aa10d21 [x86] pinctrl: Enable PINCTRL_CHERRYVIEW (Closes: #808044) 2016-01-02 04:17:32 +00:00
Ben Hutchings eafb4c30fd Revert "xhci: don't finish a TD if we get a short transfer event mid TD"
Closes: #808602, #808953, regression in 4.3-rc7
2016-01-02 03:09:56 +00:00
Ben Hutchings 67c6a4d5ce [armhf] Enable INPUT_AXP20X_PEK, CAN_SUN4I, SND_SUN4I_CODEC as modules (Closes: #808623) 2016-01-02 01:10:13 +00:00
Ben Hutchings 50c5af2358 [armhf] crypto: sun4i-ss - add missing statesize (Closes: #808625) 2016-01-01 19:46:24 +00:00
Ian Campbell 466a4e0e52 [armhf] Enable basic support for DRA7XX systems, such as Beagle-x15. 2016-01-01 19:46:12 +00:00
Ben Hutchings 50263628e4 [x86] drm/i915: Don't compare has_drrs strictly in pipe config (Closes: #808720) 2016-01-01 19:24:50 +00:00
Ben Hutchings 45e2ecad07 drm/nouveau/pmu: do not assume a PMU is present (Closes: #809481) 2016-01-01 18:41:43 +00:00
Ben Hutchings d9ebd74365 [armhf] udeb: Add modular clock, GPIO, PHY and regulator drivers to core-modules (Closes: #809521) 2016-01-01 18:22:31 +00:00
Ian Campbell bc6586e947 [armhf] Enable support for Rockchip devices. (Closes: #809083) 2016-01-01 13:29:33 +00:00
Ian Campbell 078c9d3fd0 Changelog entry for armel/kirkwood updates 2016-01-01 12:38:59 +00:00
Salvatore Bonaccorso 9e020405e9 Add reference to CVE-2015-8709 2016-01-01 08:27:22 +01:00
Salvatore Bonaccorso abab5c2745 [x86] kvm: Reload pit counters for all channels when restoring state (CVE-2015-7513) 2015-12-31 15:49:59 +01:00
Ben Hutchings e57c91d886 KEYS: Fix race between read and revoke (CVE-2015-7550) 2015-12-31 02:53:31 +00:00
Ben Hutchings 6642f73533 [armhf] Add support for BCM2836 and Raspberry Pi 2
- Patches for BCM283x drivers taken from linux-next
- A few more changes requested for 4.5:
  http://thread.gmane.org/gmane.linux.kernel/2115942
- Enable all the drivers
- Add SD and USB controller drivers to udebs
2015-12-30 04:18:26 +00:00
Ben Hutchings dbeb5a9a03 Update to 4.3-rc7 2015-12-28 12:50:59 +00:00
Ben Hutchings 3fac5cf03c ptrace: being capable wrt a process requires mapped uids/gids 2015-12-27 06:19:08 +00:00
Ben Hutchings 7b6f99cec5 [xen] pciback: Fix state validation in MSI control operations (CVE-2015-8551, CVE-2015-8852, XSA-157) 2015-12-27 05:54:06 +00:00
Ben Hutchings 94b974ce0f [xen] Fix race conditions in back-end drivers (CVE-2015-8550, XSA-155) 2015-12-27 05:49:13 +00:00
Ben Hutchings 1ff79b037c bluetooth: Validate socket address length in sco_sock_bind() (CVE-2015-8575) 2015-12-27 04:26:45 +00:00
Ben Hutchings e9708970a6 pptp: verify sockaddr_len in pptp_bind() and pptp_connect() (CVE-2015-8569) 2015-12-27 04:26:45 +00:00
Ben Hutchings 5db0f0e307 block: ensure to split after potentially bouncing a bio (Closes: #809082) 2015-12-27 04:26:45 +00:00
Ben Hutchings 47bc73ef73 [rt] Fix build error in kernel/time/hrtimer.c 2015-12-24 23:37:10 +00:00
Ben Hutchings fb638c19f7 [rt] Update to 4.4-rc6-rt1 and re-enable 2015-12-24 21:29:36 +00:00
Salvatore Bonaccorso d6b9e3f082 ovl: fix permission checking for setattr (CVE-2015-8660) 2015-12-24 06:42:25 +01:00
Ben Hutchings 82d332eacf Prepare to release linux (4.4~rc6-1~exp1). 2015-12-21 17:30:10 +00:00
Ben Hutchings 0aaf811548 Update to 4.4-rc6 2015-12-21 11:13:30 +00:00
Ben Hutchings fc3ff0606d mm: Fix missing #include in <linux/mmdebug.h> (fixes FTBFS on arm64) 2015-12-19 20:32:14 +00:00
Ben Hutchings 6d71f80f26 Release linux (4.3.3-2).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVnMDfee/yOyVhhEJAQosXBAAnFpbDl+uNcavUXcp9wZOhjSN07GzFafM
 vQYkyTonvWqGYewvaeyqIoJINheIATA1HR53JAzsqY/92uV+ENhtxUdNCUymLm8y
 pPCLic0yTJyDrC9JS0r5qkTUtggC+W8wjmRZAP2wDJjmrkar64QqpzyYS2tvkSAk
 5e7C/8Fb2EkAB61iQkCDHDiQS4vLO/rZa0YIWWqShT+e6R01RDg7ItVHazVR+5TW
 4gqZadAX+pJ6ROzhjK5LNVyWpPSWQd3IDcT7/uE/cTxN29jl2pisZbJ1uq0k3LAJ
 4qK8zXJkQAyDFbHeQ2+g7emXbbs9BEse8v2ryz9A5TWkRJbdsmUU64GermYK+pZ+
 3h2ZxYA0tah5CSk6s3mRGaQ/2o7Yafo5eMmia6HrkZM1c2ztMNhkAzddWVLpDoNA
 BOTqbDkSV/qnXp1p8Y2serVvr3Loxn7dDC1UiQJhCQz8PePwQ6mN9Hm4WMBTNgka
 teyzIF4M7WK7aE9vkC58n9uatqoOwrRLukeq1hQxTwLKQeG6lRmPBgKjcctAyHub
 0hzZQBtk6Hfl6MufHmI0JPxsNALLx61euXxPooR49ulgOD7AN4VHnBOWGga/mzM2
 Cff/BMMOZJ9bed1r0ug8pENx+/PmdVTb8KwTjhlk/onaIpMf8AUKY/bVj3snbHTA
 mS2O7pj3ib8=
 =80w7
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.3.3-2'

Drop the ABI kluge.
2015-12-19 17:03:30 +00:00
Ben Hutchings 0dcb7d4298 Upload for Perl 5.22 transition (Closes: #808329) 2015-12-19 03:48:51 +00:00
Ben Hutchings 291e65ffd0 debian/rules: Fix check for binNMU, broken since 4.1.4-1 2015-12-19 03:47:50 +00:00
Ben Hutchings fa3d046a13 [ppc64*] drm: Enable DRM_AST as module (Closes: #808338) 2015-12-18 20:20:06 +00:00
Ben Hutchings f051d2dd26 Prepare to release linux (4.3.3-2). 2015-12-17 18:21:52 +00:00
Ben Hutchings 4e7c2dd4de [sh4] Disable CC_STACKPROTECTOR_STRONG temporarily (fixes FTBFS) 2015-12-17 18:21:47 +00:00
Ben Hutchings ee4980cb32 [armhf,sparc64] Force ZONE_DMA to be enabled, reversing ABI change in 4.3.3 (fixes FTBFS) 2015-12-17 17:59:24 +00:00
Ben Hutchings 5ddad63b4e [sparc64] udeb: Replace mpt2sas with mpt3sas in scsi-common-modules
Fixes FTBFS as mpt2sas is no longer built.
2015-12-17 04:11:11 +00:00
Ben Hutchings 3a5485ba28 Prepare to release linux (4.4~rc5-1~exp1). 2015-12-16 17:16:09 +00:00
Ben Hutchings 70157abb7d Release linux (4.3.3-1).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVnCT2+e/yOyVhhEJAQr+qw/9E5dEKfpAfOywx9lA0eQKKBx2yt2IkdGc
 0k9UFJlJc5xpOwEH03WOlU3XktlrwNzaT6U0Qvu6MW4Y77G60fDbAB/J+1jlYatK
 02CEUmBgrD5M6Cm/9J085mglIEt+5tq0RIZwAWx7iki53H/y1KQ6uski3oZwcguu
 Go5KP744Osen5cyJKgT+vV/VGHc+BJEMcNFNI1nlh71owTQKT2ZsLx8fd3ZIdGsB
 8rTC3pIsE8YjTcaRhKcJ1t6a19fX/2fD7KsfZTo8YdfLReg29CZ6TlQF8clzh8yH
 37RWnEEYZT3vDbLVFOr4RVj0/b5skJQmuC7Bs40dywPyjEK/OQHMUWdcw4ZAxsq1
 kNL9DhShF4G+HW58VOCRZSMO+R4R2Cl7JIz4bjhhPIOka9X/vn0yk/QgR6z16g0J
 DHc2zx9+OHlUgk89KpCtDYdzHth7uQAmg6WIJemVU1Mt4jdaHKoEtAI4iNkEjdby
 1LNnmYjukIixpTtb/NJGtyQPWSOOHnRQa7Cq36SngZoT4Gowb5hbDI9v+IrSQZUj
 ruEMqMl4Bcq3/R1HKdqcs0FK+obKceaHSoLH+ludH0U7UAjh3dqCotxHkX4DT+ws
 0CJAM1PIiiXG6n+TQve/wepG/Fv2yuOJg1BEo32Qjy5RtzhZf4vgZEYKJFrCGxR3
 oBYzz+yPcvg=
 =AlwC
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.3.3-1'

Drop the ABI reference and ignored symbols.

Drop most of the patches, as they're already upstream.
2015-12-16 17:15:08 +00:00
Ben Hutchings 86eb6b9a54 Prepare to release linux (4.3.3-1). 2015-12-15 21:25:26 +00:00
Ben Hutchings ca0bbf698b tipc: Fix kfree_skb() of uninitialised pointer (regression in 4.3.3) 2015-12-15 21:25:16 +00:00
Ben Hutchings 9a894164f8 net: Ignore ABI changes due to "ipv6: add complete rcu protection around np->opt"
These don't appear to affect out-of-tree modules.
2015-12-15 19:44:44 +00:00
Ben Hutchings 8fd06d9868 vrf: Fix broken backport of "vrf: fix double free and memory corruption on register_netdevice failure" in 4.3.3 2015-12-15 17:44:38 +00:00
Ben Hutchings c4e89babe4 Update to 4.3.3
Drop 3 security fixes that were included in it.
2015-12-15 17:40:55 +00:00
Ben Hutchings 79e8696482 [armel/kirkwood] udeb: Override inclusion of gpio_keys in input-modules (fixes FTBFS) 2015-12-15 02:03:43 +00:00
Ben Hutchings 61acdc692c net: add validation for the socket syscall protocol argument (CVE-2015-8543) 2015-12-14 20:59:45 +00:00
Ben Hutchings c3ac7c57ca cirrus,mgag200: Drop patches for compatibility with wheezy userland 2015-12-14 14:36:05 +00:00
Ben Hutchings e97c318264 Drop another obsolete patch for X-Gene
The xgene-reboot driver is now unused.
2015-12-14 14:21:51 +00:00
Ben Hutchings 5851bb1b32 Update to 4.4-rc5 2015-12-14 14:14:56 +00:00
Ben Hutchings b667b8e3b1 [s390x] udeb: Add crc-modules package (fixes FTBFS) 2015-12-14 11:56:34 +00:00
Ben Hutchings a4febbdc67 [arm64] Drop now-redundant patch for X-Gene device tree (fixes FTBFS) 2015-12-14 02:51:41 +00:00
Ben Hutchings 4de0426133 Prepare to release linux-tools (4.4~rc4-1~exp1). 2015-12-14 01:28:50 +00:00
Ben Hutchings e808d0a3f7 Update to 4.4-rc4 2015-12-14 00:53:56 +00:00
Ben Hutchings d68eb02a7b Prepare to release linux-tools (4.3.1-1). 2015-12-14 00:43:39 +00:00
Ben Hutchings e221f869d0 debian/bin/genorig.py: Add more files under arch/*/include/asm to file list
Fixes FTBFS on several architectures.
2015-12-14 00:43:27 +00:00
Ben Hutchings d5db520e07 Update to 4.3.1
This adds #AC to SVM_EXIT_REASONS as part of the fix for
CVE-2015-5307, which makes a small change to perf.

However the real reason to update is so that we can include more files
in the orig tarball.
2015-12-14 00:42:17 +00:00
Ben Hutchings e19691cb28 Prepare to release linux (4.4~rc4-1~exp1). 2015-12-13 16:25:45 +00:00
Ben Hutchings 32ad61f561 Release linux (4.3.1-1).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVmzgsee/yOyVhhEJAQrUHg//ZxBZ/le+h8y8tz+fk8/0dUaUD9SRiG6j
 GdyRcCuvlg2L4nhaq/UOu5yMWOQEVjlaXWEFRHK6/gDpzMuxmHrAHu0d37+KtJoW
 CGojya8fsjYOGawB5aLnneSi9V+rnTuLJbg3pkljuqq761N9hH/Atgh1jJuqGQ9F
 ZoiAaJKuMfDDJm+h1lNCb/fgPF6zjMc1CiwJZZix8Nfj0H3umyM20hRKtonJ8La7
 +2EKqytNNfwYu5oo2wiyS60TA+uziMhbmSP9HE/GjC1fAeF9DXGQUbxLuJop7WJo
 FSV+WMMDw1zMgvhHIDZ92azOJ9XPX0NpGPLsxJxtwJCrNSNbtef/zXTsolb6bKvb
 5JNjs7hOtjvGnbcyJd8LzE0yRXTycJNFCpalVsl3rXix/ZkMY4M1GOzqFTCgl1Id
 7mDVbytDcAoPnU+lTHJUqZdhKN45bqmjFleVU74eKhkeVw+sQn+WGRdeV0cfAM5l
 jBPOsV1Sicw7kZU91MRifcvkA66RqKy2cj7Nh8PsaJrotd5jWrw6hFo5rgqLQEn0
 E0nbOxwnYzfeNUH/u+JJcOdAWJl33hFyN//6AO0HsS6xUimKDGKx3/JAfLK3kO+6
 Xi8HjFHJOZrVIyZ1YQzrZ/c5jbrW8SnZeAIpkOCFP/c1Hn/sQCPo8g9OC551MQK8
 G23wxWG7Ofc=
 =mZbu
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.3.1-1'

All new patches are already included in 4.4-rc4.
Keep abiname as 'trunk'.
2015-12-13 03:56:14 +00:00
Ben Hutchings 035db8b49d Prepare to release linux-tools (4.3-1). 2015-12-13 03:47:05 +00:00
Ben Hutchings 5c96b47d41 Prepare to release linux (4.3.1-1). 2015-12-13 00:57:46 +00:00
Ben Hutchings 0eb4bd660e sched: Enable CFS_BANDWIDTH (Closes: #802746) 2015-12-13 00:34:45 +00:00
Ben Hutchings 8b24f6f292 udeb: Add hid-chicony to input-modules (Closes: #766570) 2015-12-13 00:34:45 +00:00
Ben Hutchings 2f38533595 [armhf] Add support for Odroid-XU4 (Closes: #804850) 2015-12-13 00:34:44 +00:00
Ben Hutchings 405f12a12b [x86] nouveau: bios: return actual size of the buffer retrieved via _ROM (Closes: #772716) 2015-12-13 00:34:44 +00:00
Ben Hutchings 7a68d42a2b [x86] input: Enable KEYBOARD_GPIO, INPUT_SOC_BUTTON_ARRAY (Closes: #804864) 2015-12-13 00:34:44 +00:00
Ben Hutchings 0f2fe8b81a Enable CC_STACKPROTECTOR_STRONG (Closes: #805652) 2015-12-13 00:34:39 +00:00
Ben Hutchings efc870db16 [x86] drm/i915: Mark uneven memory banks on gen4 desktop as unknown swizzling (Closes: #780363) 2015-12-12 22:53:37 +00:00
Ben Hutchings 9b8687a49d [armhf] udeb: Add leds-modules package containing leds-gpio driver (Closes: #807721) 2015-12-12 22:35:04 +00:00
Ben Hutchings d89f74a7ba [armel/kirkwood] dts: Fix QNAP TS219 power-off (Closes: #807696) 2015-12-11 18:36:54 +00:00
Ben Hutchings dc05a59cb1 [armhf] net: Enable MVPP2 as module 2015-12-11 17:00:45 +00:00
Ben Hutchings ea67012067 [armhf] Enable MACH_ARMADA_375, MACH_ARMADA_38X, MACH_ARMADA_39X, RTC_DRV_ARMADA38X (Closes: #807633) 2015-12-11 16:56:37 +00:00
Ben Hutchings b9adbeeabe [armhf] rtc: Enable RTC_DRV_DS1307, RTC_DRV_PCF8563 (Closes: #807632) 2015-12-11 12:21:29 +00:00
Ben Hutchings 431e139e11 [armel/kirkwood,armhf] crypto: Enable CRYPTO_DEV_MARVELL_CESA as module (Closes: #807634) 2015-12-11 12:20:19 +00:00
Ben Hutchings 8ab6fbe6ef Note that md-modules dependency change fixes bug #807661 2015-12-11 12:11:22 +00:00
Ben Hutchings 3d157447dc udeb: Make md-modules depend on crc-modules 2015-12-10 18:27:20 +00:00
Ben Hutchings 5df4b39d02 aufs: Update support patches to aufs4.x-rcN-20151123 2015-12-10 18:25:40 +00:00
Ben Hutchings 824b04a59d Update to 4.4-rc4
Refresh and drop patches as appropriate.

- Rewrite memcg disable patch to operate on cgroup_disable_mask
- The ancient Advansys Kconfig bug was fixed (differently) upstream
- ft1000 driver is gone, so we no longer need to remove its firmware
- One hunk of aufs4-mmap.patch is obsolete
2015-12-10 18:13:16 +00:00
Ben Hutchings 566f58ab61 Update to 4.3 2015-12-10 00:06:41 +00:00
Ben Hutchings 602f5b4047 Set ABI to 1 2015-12-09 23:49:11 +00:00
Ben Hutchings 26e03c2621 Update to 4.3.1 2015-12-09 23:48:47 +00:00
Ben Hutchings 2ba9bb2d09 Release linux (4.2.6-3).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVmO45+e/yOyVhhEJAQoV4xAApWwDFumwA558FzYzTKJR5PwxKNL2CwUT
 X67ifFpSEESHfGeZSo2puVx4FpfvsOmDCDZo++jDqevnB1iwHp2pD4Fs9e93Wyc8
 CqVfci5TDjKHfK9rNsFKjcUB6CRGa4eJwLlaG3covx0849hrmwsV7rcvYb6v20w0
 47PJa3d1XJRffz+I7J6OWjwp8kYZ0ymDF9FTUfHtZ4yvHBmHb0znlpjderWb3HbK
 SByAyzQz7yE0dtKTVO1kxMYBq3wJ6JlwoVJpigl59tDXEzaWHT70xKPwbXWT1CVf
 qMX2MZhwOtCiRG3zMM+RkrUjUj+HDbMWGTVDm/0BE7tKrKf4viwECBkEGKLP1ynC
 cCu90Kzo3fPD5RdJz36qY1iXG4dhAMbN56vxJ71gKqJV3gp5KAGm/M5xcXccG+Iu
 HmP44d76uhspNsYvK3p9ZJvcc6YtCCBGyYu6KzaLIrV1/ENXdx59iFRh7mQK+/w/
 yKCAQPQ9k0urueU0Rtw/HINbbBhh3xpVj3WdwG/MnLHw1WBEmwnGaCHBGA1ihKx9
 tYKJBKR1YRohjH+lY42+jrWoc4AvyCjjGpyedY6w2g6kdSmUn6vBceMaN35Y/18j
 Y9fxoAtCHZiQJEeFOzOLq935fr5OiK8dbohOetHc3X/XYfL+85c1oJqFbO/zgupc
 3Ce7h2hVvDg=
 =8dsS
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.2.6-3'
2015-12-09 23:16:34 +00:00
Ben Hutchings a9a4bf93ef Ignore some gpiochip ABI changes (fixes FTBFS on i386) 2015-12-06 02:13:47 +00:00
Ben Hutchings 64a0b96e1b Prepare to release linux (4.3-1~exp2). 2015-12-04 19:36:10 +00:00
Ben Hutchings 12dc87aa9c Release linux (4.2.6-2).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVmHQq+e/yOyVhhEJAQoKGw/+L3omCHQc+jEfre5v9KaKEFfDn/5wh2fF
 C1U2n9tW3Dje//k1t5IalN2bxugjg86lvyobnNo+fP3GxbEftr0OJFKspWDlREcT
 epebhVQwzIY5ilNaayIqU8+wO6N/Ocy7kDspDjT7aqKFs5ZxmKReR6mvqZzYtJX5
 W6lrinX03bcBLaFGgHOFJeI/6JapVC8LxQPiek2NYuEAnMsGdN0CDpZRqsmgNtjn
 PBYbfsfk/JMubr+2ddksZcQTPKoK5fcbbgHRgN76eKDEGZ9XychWlhA8VANw+dhx
 I572cypGXxfV6AoLky7VcP8WKmWQVNWsXTMaFd8j0703xF/ands/Ic8mZOiftfh9
 9Qg6yhDt16zBPk+6Ct2ce04TAEdaY6Zr4WZdYphgVrkoZQrMc1PUVJkg6cPC7bKZ
 XANEWus39vJmHIM82ETY2BpZ8+kdFqehWpo0PM8kCfL06fAm3inIsKDa7iyrpLbJ
 DSdrQiRPeGr9jjB6mOuAIw/Otlq+M8kHfBGD1lgf7luLWOuP7z67mj2kjhNUP+pI
 yKZI6+xbwZ79+Sr6ZFQBPDVH400zbvinV0B3xV+ZUU/3ze6j3QVFEuA9KsqAVqN6
 R9CiQJ3lP3SL64P9FMQDfQL75HD0CZnEULlqDIYAzBmtz2B/H0lhrODoO2oZHHKT
 jmxxrVLxbPg=
 =jlfq
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.2.6-2'

Exclude one new patch that's already in 4.3, and the ABI stuff.

Remove items from the open changelog entry that are now redundant.
2015-12-04 18:03:02 +00:00
Ben Hutchings cbdd531ddb Prepare to release linux (4.2.6-2). 2015-12-04 02:26:51 +00:00
Ben Hutchings fe26d13703 [armhf] regulator: Enable REGULATOR_PFUZE100 as module (Closes: #806284)
(cherry picked from commit 4e5e49d74d)
2015-12-04 01:19:00 +00:00
Ben Hutchings b1805eb5b3 [x86] drm/i915: shut up gen8+ SDE irq dmesg noise (Closes: #806304)
(cherry picked from commit fd13855f77)
2015-12-04 01:18:53 +00:00
Ben Hutchings 37aa7dc44d wireless: Enable WL_MEDIATEK, MT7601U as module
(cherry picked from commit 859321a4df)
2015-12-04 01:18:12 +00:00
Ben Hutchings 4af8398126 [armhf] udeb: Add stmmac platform modules to nic-modules (Closes: #805098)
Add dwmac-generic, dwmac-socfpga and dwmac-sunxi to nic-modules as
those are the ones currently built.  Also explicitly enable them in
the config.

(cherry picked from commit 5e65364843)
2015-12-04 01:17:50 +00:00
Ben Hutchings fe21430e13 [x86] psmouse: Enable MOUSE_PS2_VMMOUSE (Closes: #802929)
linux-image: Add versioned Breaks on xserver-xorg-input-vmmouse to avoid
driver conflicts

(cherry picked from commit cdec8195c2)
2015-12-04 01:17:20 +00:00
Ben Hutchings 33e97ce9da [armhf] power: Enable BATTERY_RX51 as module (Closes: #791820)
(cherry picked from commit 728f25d550)
2015-12-04 01:17:14 +00:00
Ben Hutchings 6b6257038e [armhf] hsi: Enable CMT_SPEECH as module (Closes: #791819)
(cherry picked from commit d7465faaf8)
2015-12-04 01:17:06 +00:00
Ben Hutchings 748e8a1e0d [x86] input: Enable MOUSE_ELAN_I2C etc. (Closes: #791631)
(cherry picked from commit b7cb1cceca)
2015-12-04 01:16:41 +00:00
Ben Hutchings 7d0a4425fd firmware_class: Fix condition in directory search loop (Closes: #804862)
(cherry picked from commit 5269f93afe)
2015-12-04 01:15:54 +00:00
Ben Hutchings 6d16ac8835 [s390*] Update linux-compiler metapackage to gcc-4.9
(cherry picked from commit 900fda3c2b)
2015-12-04 01:15:13 +00:00
Ben Hutchings 7517e45eec qxl: Enable by default (Closes: #779515)
(cherry picked from commit 7f648db4e2)
2015-12-04 01:14:07 +00:00
Ben Hutchings 20ec1ff28f [x86] Enable PINCTRL_BAYTRAIL (Closes: #797949)
(cherry picked from commit c61fcff343)
2015-12-04 01:13:24 +00:00
Ben Hutchings a1af31e139 netfilter: Enable NFT_DUP_IPV4, NFT_DUP_IPV6 as modules (Closes: #803370)
(cherry picked from commit dc44f47681)
2015-12-04 01:12:46 +00:00
Ben Hutchings 4668d13b75 Btrfs: fix truncation of compressed and inlined extents (CVE-2015-8374) 2015-12-03 00:50:36 +00:00
Ben Hutchings 1060c43c3d ppp, slip: Validate VJ compression slot parameters completely (CVE-2015-7799)
Plus a preparatory fix to isdn_ppp.
2015-12-03 00:48:31 +00:00
Ben Hutchings 045f1d7a16 unix: avoid use-after-free in ep_remove_wait_queue (CVE-2013-7446) 2015-12-03 00:45:29 +00:00
Ben Hutchings f499576fed [armhf] musb: Disable MUSB_PIO_ONLY and enable USB_INVENTRA_DMA, USB_TI_CPPI41_DMA, USB_TUSB_OMAP_DMA 2015-11-29 18:11:43 +00:00
Ben Hutchings 10bc230095 [armhf] musb: Explicitly enable USB_MUSB_DUAL_ROLE 2015-11-29 18:11:41 +00:00
Ben Hutchings 86b45a9e8e [armhf] USB: Change USB, USB_GADGET, and various drivers from built-in to modules 2015-11-29 18:11:18 +00:00