Commit Graph

5940 Commits

Author SHA1 Message Date
Ben Hutchings 59b4a6c157 debian/changelog: Clean up upstream change list a little further
- Add various architecture/flavour qualifications
- Correct a few that didn't use the right name format
- Delete lines for things we don't build - at91 platform, panel driver and uml
2016-03-07 00:54:14 +00:00
Ben Hutchings 1ea9dc8aee debian/changelog: Wrap lines in open entry that are >=80 characters long 2016-03-07 00:54:14 +00:00
Salvatore Bonaccorso feee7c2e1c MITRE assigned separate CVE for one issue, CVE-2016-2847 2016-03-06 19:58:29 +01:00
Ben Hutchings ab1abc27cc Fix/ignore module ABI changes in 4.4.4 as appropriate 2016-03-06 03:26:49 +00:00
Ben Hutchings 9f9bdca061 uas: Fix high-order alloc 2016-03-05 18:44:05 +00:00
Salvatore Bonaccorso 0f7dae6888 Remove more not needed entries from upstream changelog reference 2016-03-05 06:30:37 +01:00
Salvatore Bonaccorso 5d86a3a8d8 Updates for debian/changelog files 2016-03-04 23:24:09 +01:00
Salvatore Bonaccorso 2dc47cb5ae Improve changelog for stable update 4.4.4 2016-03-04 20:19:55 +01:00
Salvatore Bonaccorso 13ca0a257b Update to 4.4.4
Drop patches included in it.
2016-03-04 14:42:26 +01:00
Uwe Kleine-König 4db36a2b1c genirq: Validate action before dereferencing it in handle_irq_event_percpu() 2016-03-01 20:15:44 +01:00
Uwe Kleine-König 2c538e26bc debian/changelog: remove trailing white space in most recent entry 2016-03-01 19:59:44 +01:00
Uwe Kleine-König 6fe4131989 [rt] Update to 4.4.3-rt9 2016-02-29 23:06:44 +01:00
Uwe Kleine-König d686ba0c14 fix typo in changelog 2016-02-29 13:05:46 +01:00
Uwe Kleine-König c4602da8ee [armhf] enable AXP20X_POWER 2016-02-29 13:05:23 +01:00
Ian Campbell 385f5a4548 [armfh] dts: Add DTB for Novena, patches from Vagrant Cascadian
(Closes: #815324)
2016-02-28 19:02:09 +00:00
Salvatore Bonaccorso 3040b167bb debian/changelog: Delete entries for commits that are unimportant 2016-02-28 17:14:14 +01:00
Salvatore Bonaccorso c18baf7c4d Improve changelog for stable update 4.4.3 2016-02-28 08:29:29 +01:00
Salvatore Bonaccorso bcf60af755 Update to 4.4.3
Drop several patches that are included in it.
2016-02-28 07:57:17 +01:00
Aurelien Jarno dbe11b4d3b [x86] KVM: fix conversion of addresses to linear in 32-bit protected mode. 2016-02-26 09:29:37 +01:00
Roger Shimizu 54248be7f5 [armel] dts: Add various device-tree fixes and improvements for Buffalo Linkstation devices. 2016-02-24 18:30:56 +09:00
Salvatore Bonaccorso 3b5fbd13f8 Add CVE reference for one fix (CVE-2016-2550) 2016-02-24 05:04:08 +01:00
Ben Hutchings e8bbad4b1a udeb: Include more modules, including those needed on Firefly-RK3288
Thanks to Vagrant Cascadian.  Closes: #815476.
2016-02-24 01:49:00 +00:00
Ben Hutchings 5810ec7828 unix: correctly track in-flight fds in sending process user_struct
Fixes a regression caused by the previous partial fix for CVE-2013-4312.

Ignore ABI changes as we never build unix sockets as a module and
nothing OOT should use the scm functions.
2016-02-24 01:47:32 +00:00
Roger Shimizu 837fc752ad [armhf] dts: imx6dlq-wandboard-revb1: use unique model id (Closes: #813881) 2016-02-24 07:59:05 +09:00
Ben Hutchings bd792d2441 Prepare to release linux (4.4.2-3). 2016-02-21 13:11:19 +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 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 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 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 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