Commit Graph

9500 Commits

Author SHA1 Message Date
Bastian Blank 5703566a44 debian/config/armel: Clean.
svn path=/dists/trunk/linux/; revision=21720
2014-08-09 19:41:37 +00:00
Ben Hutchings 5f5a7e85c6 [armel] Re-enable ixp4xx flavour
The last changes to config.reduced also allow ixp4xx to fit within
its limit again.

svn path=/dists/trunk/linux/; revision=21719
2014-08-09 19:18:16 +00:00
Ben Hutchings efc9328e3e [armel/orion5x] Disable SUSPEND, HIBERNATION and PM_RUNTIME
These seem to have been impossible to enable before 3.16.  We need
to keep them disabled to avoid blowing up the kernel image size.

svn path=/dists/trunk/linux/; revision=21718
2014-08-09 18:05:15 +00:00
Ben Hutchings 938f8e2b9c [armel/orion5x] Disable SECURITY (i.e. Linux Security Modules, including SELinux)
svn path=/dists/trunk/linux/; revision=21717
2014-08-09 18:03:25 +00:00
Ben Hutchings 0abba0422b [arm*,ia64,ppc64el,s390*,sh4] Disable SYSFS_SYSCALL, only needed for SVR4 compatibility
svn path=/dists/trunk/linux/; revision=21716
2014-08-09 17:52:47 +00:00
Ben Hutchings 3578161ed1 [armel/orion5x] Change IOSCHED_DEADLINE to module
svn path=/dists/trunk/linux/; revision=21715
2014-08-09 17:43:49 +00:00
Ben Hutchings 837bed5b18 [alpha,m68k] Re-enable USELIB
svn path=/dists/trunk/linux/; revision=21714
2014-08-09 17:37:02 +00:00
Ben Hutchings acc2b51176 [armel] Disable BINFMT_AOUT
svn path=/dists/trunk/linux/; revision=21713
2014-08-09 17:33:49 +00:00
Ben Hutchings 65990f8495 [!x86] Disable USELIB, only needed by libc5
svn path=/dists/trunk/linux/; revision=21712
2014-08-09 17:23:24 +00:00
Ben Hutchings 6c0dcc12a5 [armel/kirkwood] Change IPV6 to module to reduce kernel image size
svn path=/dists/trunk/linux/; revision=21711
2014-08-09 03:02:37 +00:00
Ben Hutchings 541f7561e9 Merge changes from sid up to 3.14.15-2
svn path=/dists/trunk/linux/; revision=21710
2014-08-09 02:40:27 +00:00
Ben Hutchings 015d7cd7da Merge changes from sid up to 3.14.15-1
svn path=/dists/trunk/linux/; revision=21704
2014-08-07 20:30:32 +00:00
Ben Hutchings 7d67af2ec7 Prepare to release linux (3.14.15-1).
svn path=/dists/sid/linux/; revision=21703
2014-08-07 19:01:16 +00:00
Bastian Blank 990a64a56d debian/rules.real: Really exclude stuff from doc package.
svn path=/dists/trunk/linux/; revision=21702
2014-08-07 17:23:58 +00:00
Bastian Blank 0890e7d507 debian/rules.real: Filter installed documentation
svn path=/dists/trunk/linux/; revision=21701
2014-08-07 16:50:39 +00:00
Ben Hutchings b7f9612b74 Remove bogus const-qualification of ata_host_set_n_tags() host parameter
svn path=/dists/sid/linux/; revision=21700
2014-08-07 15:47:12 +00:00
Ben Hutchings f8f5f66f00 net: sctp: inherit auth_capable on INIT collisions (CVE-2014-5077)
svn path=/dists/sid/linux/; revision=21699
2014-08-07 13:51:23 +00:00
Bastian Blank aa5b6a869d * debian/changelog: Update.
* debian/config/config: Enable OPROFILE.

svn path=/dists/trunk/linux/; revision=21696
2014-08-06 21:13:52 +00:00
Bastian Blank 90b2ea5cc1 * debian/changelog: Update.
* debian/config/config: Enable RTL8723BE

svn path=/dists/trunk/linux/; revision=21695
2014-08-06 21:05:01 +00:00
Bastian Blank b92b283868 * debian/changelog: Update.
* debian/config/kernelarch-powerpc/config-arch-64,
  debian/config/kernelarch-s390/config-arch-64: Enable PCI hotplug.

svn path=/dists/trunk/linux/; revision=21694
2014-08-06 20:55:40 +00:00
Bastian Blank 0eb2869aed debian/config/config: Add some default options
svn path=/dists/trunk/linux/; revision=21693
2014-08-06 16:29:46 +00:00
Bastian Blank ac258afc0c debian/config/kernelarch-s390/config: Add some default options
svn path=/dists/trunk/linux/; revision=21692
2014-08-06 16:28:08 +00:00
Bastian Blank c2ea38796f debian/config/kernelarch-s390/config: Make VMCP built-in, not supported as module
svn path=/dists/trunk/linux/; revision=21691
2014-08-06 16:17:07 +00:00
Bastian Blank 4051568f2b debian/config: Remove known dead options, resurrect others
svn path=/dists/trunk/linux/; revision=21690
2014-08-06 14:33:47 +00:00
Ben Hutchings fcbc00ea92 Update x32 syscall patch to block system calls >= 512 by default
System calls from x32 tasks are distinguished by having bit 30 set,
but they share the system call table with x86_64 so where parameter/
return value adjustment is needed there is a difference in the low
bits too.  The x32-specific calls are numbered from 512 and of course
are not present in the table if the kernel doesn't support x32.

This means we need to change both the maximum syscall number and the
mask instruction.

svn path=/dists/sid/linux/; revision=21689
2014-08-06 03:30:05 +00:00
Ben Hutchings 83770e3ab0 [armhf] touchscreen: Enable TOUCHSCREEN_SUN4I as module (Closes: #757086)
svn path=/dists/trunk/linux/; revision=21688
2014-08-06 01:52:52 +00:00
Ben Hutchings 41ca67f86b udeb: Add new sound drivers to sound-modules (thanks to Samuel Thibault) (Closes: #756998)
svn path=/dists/trunk/linux/; revision=21687
2014-08-06 01:46:11 +00:00
Ben Hutchings 7322b683a2 Avoid ABI changes in 3.14.14 and 3.14.15
svn path=/dists/sid/linux/; revision=21686
2014-08-05 15:06:32 +00:00
Ben Hutchings 65d016b8bf Update to 3.14.15
- Drop two patches included upstream
- [rt] Refresh two patches with trivial conflicts

svn path=/dists/sid/linux/; revision=21685
2014-08-05 04:03:22 +00:00
Bastian Blank c0eabd4fc4 debian/config/kernelarch-s490/config:
Restore option, remove option gone for good

svn path=/dists/trunk/linux/; revision=21684
2014-08-04 15:10:54 +00:00
Bastian Blank e7a9ecec89 debian/config/config: Restore some options, remove options gone for good
svn path=/dists/trunk/linux/; revision=21683
2014-08-04 15:09:18 +00:00
Ben Hutchings 31d8270081 Update to 3.16
svn path=/dists/trunk/linux/; revision=21682
2014-08-04 10:35:59 +00:00
Aurelien Jarno 15111703ff [mips*/loongson3] Enable TRANSPARENT_HUGEPAGE.
svn path=/dists/trunk/linux/; revision=21681
2014-08-04 09:44:50 +00:00
Aurelien Jarno 87e4b4d545 [mips*] Fix FP emulation.
svn path=/dists/trunk/linux/; revision=21680
2014-08-04 09:43:53 +00:00
Bastian Blank 4bb913b2f4 * debian/changelog: Update.
* debian/config: Enable stack protector on all supported architectures.

svn path=/dists/trunk/linux/; revision=21679
2014-08-04 09:32:59 +00:00
Bastian Blank a01a321474 * debian/changelog: Update.
* debian/config/kernelarch-x86/config: Enable EARLY_PRINTK_EFI.

svn path=/dists/trunk/linux/; revision=21678
2014-08-04 09:30:42 +00:00
Bastian Blank 9589816e21 * debian/changelog: Update
* debian/config/config: Enable more Nftables modules.

svn path=/dists/trunk/linux/; revision=21677
2014-08-03 21:08:47 +00:00
Bastian Blank 9005d2615e debian/config/hppa/config.parisc64-smp: Remove automatic symbols.
svn path=/dists/trunk/linux/; revision=21676
2014-08-03 20:30:39 +00:00
Bastian Blank e2a4d40fc3 * debian/changelog: Update.
* debian/config/kernelarch-x86/config: Enable XEN_PVH.

svn path=/dists/trunk/linux/; revision=21675
2014-08-03 20:16:41 +00:00
Bastian Blank c9b147919b debian/config: Reorder config.
svn path=/dists/trunk/linux/; revision=21674
2014-08-03 20:09:47 +00:00
Bastian Blank b4b73bdf65 debian/config/kernelarch-x86/config: Fix STACKPROTECTOR.
svn path=/dists/trunk/linux/; revision=21673
2014-08-03 19:39:29 +00:00
Bastian Blank 198b4c8048 debian/config: Remove some options that are gone for good
svn path=/dists/trunk/linux/; revision=21672
2014-08-03 19:38:47 +00:00
Bastian Blank 895585e136 debian/config: Reorder config.
svn path=/dists/trunk/linux/; revision=21671
2014-08-03 19:05:53 +00:00
Bastian Blank 6837866d9e Fix syntax errors in config
svn path=/dists/trunk/linux/; revision=21670
2014-08-03 19:04:35 +00:00
Aurelien Jarno ddc89279e2 udeb: rename crc32c.ko into crc32c_generic.ko in crc-modules.
svn path=/dists/trunk/linux/; revision=21669
2014-08-03 15:50:36 +00:00
Aurelien Jarno 1ca72186fb Update Japanese debconf template translations (Victory).
svn path=/dists/sid/linux/; revision=21668
2014-08-03 15:20:19 +00:00
Aurelien Jarno 551f6dd35f Update the URL of a few MIPS patches to the linux-next one
svn path=/dists/sid/linux/; revision=21664
2014-07-31 19:05:05 +00:00
Aurelien Jarno 0ae51dd75b [x86] vfio: Enable VFIO_PCI_VGA.
svn path=/dists/trunk/linux/; revision=21663
2014-07-31 18:56:58 +00:00
Aurelien Jarno 9c51370af1 [mips*] Prevent user from setting FCSR cause bits and cause possible
kernel oops.

svn path=/dists/sid/linux/; revision=21658
2014-07-30 20:28:23 +00:00
Aurelien Jarno 15b4edcb43 Improve changelog
svn path=/dists/sid/linux/; revision=21657
2014-07-30 20:25:09 +00:00