Commit Graph

5084 Commits

Author SHA1 Message Date
Ben Hutchings b41e2b7811 Add memfd_create() and shared memory sealing (Closes: #760702)
svn path=/dists/sid/linux/; revision=21855
2014-09-16 17:43:02 +00:00
Ben Hutchings 1b0a121a3b Enable SATA_ZPODD and TRACER_SNAPSHOT as we are now doing an ABI bump
svn path=/dists/sid/linux/; revision=21854
2014-09-16 17:34:02 +00:00
Ben Hutchings e126ae3d01 Bump ABI to 2 (Closes: #761874)
svn path=/dists/sid/linux/; revision=21853
2014-09-16 17:30:00 +00:00
Aurelien Jarno 71938a1fc5 Fix previous broken commit
svn path=/dists/sid/linux/; revision=21850
2014-09-16 07:23:21 +00:00
Aurelien Jarno 718b0facc8 [powerpc/powerpc64,ppc64el] Backport more KVM patches from 3.17. Enable
KVM_BOOK3S_64_HV, KVM_BOOK3S_64_PR and KVM_XICS, but keep KVM_BOOK3S_64
disabled for now as it would trigger an ABI change (Partially addresses:
#761656).
usb/gadget: Enable USB_NET2280 as module

svn path=/dists/sid/linux/; revision=21849
2014-09-16 07:21:54 +00:00
Ben Hutchings 83eeb618bc sfc: Add support for Solarflare 7000 series 40G network adapters
Most of the necessary code already went into 3.12, so this is a small change.

svn path=/dists/sid/linux/; revision=21846
2014-09-15 02:44:00 +00:00
Ian Campbell ec483632c6 [armhf] Enable support for Exynos5 systems. (Closes: #759291)
Tested on original Arndale with serial, MMC and NIC. No udeb support yet.

svn path=/dists/sid/linux/; revision=21845
2014-09-14 19:09:30 +00:00
Ben Hutchings 131869f1db Add missing bug #
svn path=/dists/sid/linux/; revision=21844
2014-09-14 14:52:26 +00:00
Ben Hutchings 6cb0a835c8 reiserfs: Apply critical fixes
Two patches in 3.17 cc'd to stable, one of which is an easily
triggered data loss bug (#761457).

svn path=/dists/sid/linux/; revision=21843
2014-09-13 23:24:14 +00:00
Ben Hutchings 4bafad72b0 drivers/mfd/rtsx_usb.c: export device table (Closes: #761428)
svn path=/dists/sid/linux/; revision=21842
2014-09-13 21:28:30 +00:00
Ben Hutchings d624ad0698 Prepare to release linux (3.16.2-3).
svn path=/dists/sid/linux/; revision=21837
2014-09-13 05:25:30 +00:00
Ben Hutchings b6268eb4c3 Fix grammar errors in my changelog entries
svn path=/dists/sid/linux/; revision=21836
2014-09-13 02:49:45 +00:00
Ben Hutchings 816a86c97a libceph: Apply critical fixes
Several patches in 3.17 cc'd to stable, all of which look security- 
relevant though I don't think they have CVE IDs.

svn path=/dists/sid/linux/; revision=21835
2014-09-13 02:46:54 +00:00
Ben Hutchings fbff0a02fd udeb: Fix typo in dependencies of speakup-modules
We currently FTBFS on mips64el:

    cannot read /tmp/linux/linux-3.16.2/debian/installer/mips64el/modules/mips64el-sb1-bcm91250a/mips64el-sb1-bcm91250a
    ...
    cannot read /tmp/linux/linux-3.16.2/debian/installer/mips64el/modules/mips64el-loongson-3/mips64el-loongson-3
    ...
    find: `debian/speakup-modules-3.16-1-loongson-3-di': No such file or directory
    speakup-modules-3.16-1-loongson-3-di will be empty

The 'cannot read' warnings are due to a bug in kernel-wedge
copy-modules (fixed in version 2.90) that affects module list
directories that are symlinked.  Instead of getting a list of files
and symlinks in the directory, it only finds the directory-symlink.

The bug was generally harmless because copy-modules also gets a
list of inter-package dependencies (without relying on the first
list), and this includes all package names.  Except that
speakup-modules has 'Depends: kernel-image!', and as there is
no package definition for 'kernel-image!' this dependency is
not included in the second list and copy-modules does not see
'speakup-modules'.

mips64el seems to be the only architecture which has a symlink to a
module list directory including speakup-modules.

Delete the '!'.

svn path=/dists/sid/linux/; revision=21834
2014-09-13 02:30:57 +00:00
Aurelien Jarno ad2d30001b [mips64el] Drop loongson-2e and loongson-2f flavour as the minimum
supported ISA will be at least MIPS64.

svn path=/dists/sid/linux/; revision=21833
2014-09-12 22:00:07 +00:00
Ben Hutchings 86d65bc599 Defer enabling SATA_ZPODD and TRACER_SNAPSHOT to next ABI bump
svn path=/dists/sid/linux/; revision=21832
2014-09-12 18:41:12 +00:00
Ben Hutchings 2762ad1f92 debian/rules.real: Never make kernel-wedge errors non-fatal
Currently we set KW_CHECK_NONFATAL=y when building for experimental or
an unreleased package.  In theory people would be checking for
kernel-wedge errors in the build logs.  In practice this meant we
didn't see them until they appear in unstable where they are fatal.

svn path=/dists/sid/linux/; revision=21830
2014-09-12 17:01:30 +00:00
Ben Hutchings 26d8ba188e Revert "drivers/base: Disable UEVENT_HELPER; long obsoleted by udev"
wheezy's udev init script requires /sys/kernel/uevent_helper as an
indicator of hotplug support.  We can't remove it until after the
jessie release.

svn path=/dists/sid/linux/; revision=21829
2014-09-12 16:21:19 +00:00
Ian Campbell 64d07e85d9 [arm64] Backport xgene Ethernet and include phy-xgene in udebs
phy-xgene is needed for ahci_xgene not the Ethernet driver, so place in
sata-modules for now. While there move ahci_xgene from the toplevel list into
the arm64 specific list.

svn path=/dists/sid/linux/; revision=21828
2014-09-12 15:20:43 +00:00
Ben Hutchings ec2241f23d [armhf] deb-pkg: Add automatic support for armhf architecture
svn path=/dists/sid/linux/; revision=21827
2014-09-12 14:29:43 +00:00
Ben Hutchings 39f03a5534 [ppc64el] deb-pkg: Add support for powerpc little endian
svn path=/dists/sid/linux/; revision=21826
2014-09-12 14:24:52 +00:00
Ben Hutchings a3b4639c85 builddeb: put the dbg files into the correct directory
svn path=/dists/sid/linux/; revision=21825
2014-09-12 14:20:46 +00:00
Ben Hutchings a3cf070da5 udeb: Add many wireless drivers to nic-wireless-modules
svn path=/dists/sid/linux/; revision=21824
2014-09-12 14:20:16 +00:00
Ben Hutchings 0beb6526a3 SCSI: aic94xx: Remove broken fallback for missing Ctrl-A user settings
svn path=/dists/sid/linux/; revision=21821
2014-09-12 13:38:52 +00:00
Ben Hutchings b705f88f51 i2o: Disable I2O_EXT_ADAPTEC on 64-bit, as it assumes 32-bit virtual addresses
svn path=/dists/sid/linux/; revision=21820
2014-09-12 13:32:22 +00:00
Ben Hutchings 8e2b47b9d2 leds: Enable LEDS_TRIGGER_CPU as built-in since it cannot be modular
svn path=/dists/sid/linux/; revision=21817
2014-09-12 13:02:50 +00:00
Ben Hutchings 9d284e6a76 [!x86] staging: Enable R8712U as module (Closes: #742055)
svn path=/dists/sid/linux/; revision=21816
2014-09-12 06:11:17 +00:00
Ben Hutchings 3012841ea7 Note that enabling INTEL_SMARTCONNECT closes #749273
svn path=/dists/sid/linux/; revision=21815
2014-09-12 06:04:36 +00:00
Ben Hutchings 8af1659921 [!x86] staging: Enable R8188EU as module (Closes: #760859)
svn path=/dists/sid/linux/; revision=21813
2014-09-12 05:48:22 +00:00
Ben Hutchings e4829c2d7d drivers/base: Disable UEVENT_HELPER; long obsoleted by udev
svn path=/dists/sid/linux/; revision=21812
2014-09-12 05:30:42 +00:00
Ben Hutchings dfb5e384b3 [x86] Disable USB_SN9C102; this driver is deprecated in favour of the gspca drivers
While we're doing this, move all the staging/media driver disables
into debian/config/kernelarch-x86/config as STAGING_MEDIA is only
enabled on x86.

svn path=/dists/sid/linux/; revision=21811
2014-09-12 05:29:24 +00:00
Ben Hutchings a371875c1b Enable many new(ish) drivers and other features
svn path=/dists/sid/linux/; revision=21810
2014-09-12 05:25:26 +00:00
Ben Hutchings 295134a392 [mips64,mips64el] Properly add the 5kc-malta flavour (should fix FTBFS)
svn path=/dists/sid/linux/; revision=21808
2014-09-11 23:11:32 +00:00
Ben Hutchings c4d465c9ae mmc,memstick: Enable MMC_REALTEK_USB, MEMSTICK_REALTEK_USB as modules
svn path=/dists/sid/linux/; revision=21807
2014-09-11 04:36:47 +00:00
Ben Hutchings 80d9c6fcad mfd: Enable MFD_RTSX_USB as module (Closes: #761099)
svn path=/dists/sid/linux/; revision=21803
2014-09-11 02:56:32 +00:00
Ian Campbell be11f37efd [armel/orion5x] udeb: Include mvmdio in nic-modules udeb.
svn path=/dists/sid/linux/; revision=21802
2014-09-10 09:19:23 +00:00
Ben Hutchings 9c46c1cf9e [arm64] Enable more X-Gene drivers as modules
svn path=/dists/sid/linux/; revision=21801
2014-09-09 12:57:53 +00:00
Ben Hutchings c8ec0ef68c [armhf] udeb: Remove efi-modules, as EFI is not yet supported on ARM!
svn path=/dists/sid/linux/; revision=21800
2014-09-09 12:42:30 +00:00
Ben Hutchings cff52dd79c Prepare to release linux (3.16.2-2).
svn path=/dists/sid/linux/; revision=21788
2014-09-08 17:39:59 +00:00
Ben Hutchings d53fe15ef5 [armel,mips*] udeb: Remove lzo-modules, as LZO_COMPRESS is now built-in (fixes FTBFS)
svn path=/dists/sid/linux/; revision=21787
2014-09-08 17:24:27 +00:00
Ben Hutchings 53bbfdd416 Prepare to release linux (3.16.2-1).
svn path=/dists/trunk/linux/; revision=21784
2014-09-08 03:51:53 +00:00
Ben Hutchings 5187f83279 MAINTAINERS: Change aufs entry to say it's not upstream
svn path=/dists/trunk/linux/; revision=21783
2014-09-08 02:16:51 +00:00
Ben Hutchings 7f39df6413 aufs: Update to aufs3.16-20140908
svn path=/dists/trunk/linux/; revision=21782
2014-09-08 01:24:43 +00:00
Ben Hutchings ee96a22642 [armel/kirkwood] mm: Enable HIGHMEM (Closes: #760786)
svn path=/dists/trunk/linux/; revision=21781
2014-09-07 23:25:42 +00:00
Ben Hutchings 6e71d64b0c Add two more CVE IDs for a fix in 3.16.2
svn path=/dists/trunk/linux/; revision=21779
2014-09-07 23:03:52 +00:00
Ben Hutchings 8cd5605168 Note that CVE-2014-5207 was fixed along with CVE-2014-5206
svn path=/dists/trunk/linux/; revision=21778
2014-09-07 23:00:41 +00:00
Ben Hutchings 7dd2587507 mnt: Fix flag handling on remount (CVE-2014-5206)
- mnt: Only change user settable mount flags in remount
- mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into
  do_remount
- mnt: Correct permission checks in do_remount
- mnt: Change the default remount atime from relatime to the existing value
- mnt: Add tests for unprivileged remount cases that have found to be faulty

svn path=/dists/trunk/linux/; revision=21777
2014-09-07 22:57:20 +00:00
Ben Hutchings 394b7f7b25 [mips*/loongson-2f] video: Re-add and enable sm7xxfb driver, removed upstream in 3.15
svn path=/dists/trunk/linux/; revision=21775
2014-09-07 20:39:29 +00:00
Ben Hutchings 84a0830f61 sound: Disable SND_CS5535AUDIO on all but i386 and mips*/loongson-2f
Its config dependencies are now X86_32 || MIPS || COMPILE_TEST.
On MIPS, only Loongson 2F platforms use the CS5536 chip.

svn path=/dists/trunk/linux/; revision=21774
2014-09-07 19:04:02 +00:00
Ben Hutchings c0a5828ab2 [i386] comedi: Enable COMEDI_DAC02 as module, replacing COMEDI_POC
svn path=/dists/trunk/linux/; revision=21770
2014-09-07 16:56:57 +00:00