Commit Graph

9416 Commits

Author SHA1 Message Date
Ben Hutchings 7659165f57 Update handling of experimental versions in stable-update.sh
We abbreviated the suffix for experimental Debian revisions from
'~experimental.' to '~exp' a while back.

svn path=/dists/sid/linux/; revision=21724
2014-08-10 19:42:51 +00:00
Aurelien Jarno f3f70bfebc * [mips*] Fix FP emulation for unaligned accesses.
svn path=/dists/sid/linux/; revision=21723
2014-08-10 12:39:26 +00:00
Ben Hutchings 64dc915fb6 Prepare to release linux (3.14.15-2).
svn path=/dists/sid/linux/; revision=21708
2014-08-09 00:10:02 +00:00
Aurelien Jarno 43a1609902 [mips*/4kc-malta] Remove ABI reference as previous kernels were not
really usable, and the fix changes the ABI.

svn path=/dists/sid/linux/; revision=21707
2014-08-08 20:12:27 +00:00
Aurelien Jarno 8a41d03511 Update Origin: entries to point to Linus' tree
svn path=/dists/sid/linux/; revision=21706
2014-08-08 12:55:52 +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
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
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 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
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 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
Aurelien Jarno 4a47792a46 Add ABI reference to 3.14-2
svn path=/dists/sid/linux/; revision=21656
2014-07-30 20:09:33 +00:00
Aurelien Jarno 64e17ee597 [mips] Fix hugepage support on machines with R4K like TLB.
svn path=/dists/sid/linux/; revision=21655
2014-07-30 19:15:28 +00:00
Aurelien Jarno 94e1a88d9e [mips,mipsel/4kc-malta] Fix bug which can cause incorrect system call
restarts (fix hang on boot).

svn path=/dists/sid/linux/; revision=21654
2014-07-30 19:12:58 +00:00
Ben Hutchings 7d379b0019 [armhf] Enable BRCMFMAC, BRCMFMAC_SDIO as modules (Closes: #734430)
svn path=/dists/sid/linux/; revision=21653
2014-07-30 19:11:50 +00:00
Aurelien Jarno 565d0dd6ae [mips*/octeon] Fix /proc/cpuinfo issues.
svn path=/dists/sid/linux/; revision=21652
2014-07-30 18:53:38 +00:00
Aurelien Jarno 5f0f41de53 Move some patches in the correct section
svn path=/dists/sid/linux/; revision=21651
2014-07-30 18:52:36 +00:00
Aurelien Jarno e866a62805 [mips*] Avoid smp_processor_id() in preemptible code.
svn path=/dists/sid/linux/; revision=21650
2014-07-30 07:34:38 +00:00
Ben Hutchings e7b94f88bb [s390,s390x] 3215: fix hanging console issue (Closes: #747922)
svn path=/dists/sid/linux/; revision=21640
2014-07-29 01:30:15 +00:00
Aurelien Jarno f674b7dd80 Fix perl syntax in previous commit
svn path=/dists/sid/linux/; revision=21637
2014-07-27 18:58:01 +00:00
Aurelien Jarno 40bf6c52bc Rewrite postinst to not require File::stat perl module (Closes: #756207).
svn path=/dists/sid/linux/; revision=21636
2014-07-27 18:02:28 +00:00
Aurelien Jarno 0b382b78f3 Update French debconf template translations (David Prévot) (Closes:
#756134).

svn path=/dists/sid/linux/; revision=21635
2014-07-27 11:58:41 +00:00
Ben Hutchings a718693e7b [amd64] Enable X86_X32 (Closes: #708070)
- Reject x32 executables if x32 ABI not supported
- Make x32 syscall support conditional on a kernel parameter
- Enable X86_X32_DISABLED so that x32 support must be explicitly enabled

svn path=/dists/sid/linux/; revision=21634
2014-07-27 04:08:25 +00:00
Aurelien Jarno 805abd3343 Update German debconf template translations (Holger Wansing) (Closes:
#756049).

svn path=/dists/sid/linux/; revision=21633
2014-07-25 21:25:34 +00:00
Aurelien Jarno cc5c98b52c releasing package linux version 3.14.13-2
svn path=/dists/sid/linux/; revision=21629
2014-07-24 22:27:02 +00:00
Aurelien Jarno 343ba111eb * [mipsel,mips64el/loongson-3] Enable PREEMPT instead of PREEMPT_VOLUNTARY
as it workarounds SMP issues.

svn path=/dists/sid/linux/; revision=21628
2014-07-24 19:05:01 +00:00
Aurelien Jarno 40c17d6b3f [s390,s390x] ptrace: fix PSW mask check (CVE-2014-3534).
svn path=/dists/sid/linux/; revision=21627
2014-07-24 05:48:54 +00:00
Aurelien Jarno 201cb7f8bd [mips*] Add few new udebs and use standard udebs configuration when
possible.

svn path=/dists/sid/linux/; revision=21626
2014-07-24 05:46:46 +00:00
Aurelien Jarno e9895b2a8a [mipsel,mips64el/loongson-2e,2f] Enable CONFIG_RTC_DRV_CMOS as built-in.
svn path=/dists/sid/linux/; revision=21623
2014-07-23 12:38:03 +00:00
Aurelien Jarno 276e281b7f Add scsi_transport_sas and scsi_transport_spi to scsi-core-modules udeb
as optional so that these modules do not end up in two different udebs
as dependencies. Remove them from the i386, ia64, powerpc and sparc
definition.

svn path=/dists/sid/linux/; revision=21621
2014-07-23 09:38:19 +00:00
Aurelien Jarno 8301be0dca [mipsel,mips64el/loongson-3] Disable not built modules in nic-modules,
scsi-common-modules, scsi-extra-modules, scsi-modules (fixes FTBFS).

svn path=/dists/sid/linux/; revision=21615
2014-07-22 21:55:20 +00:00
Aurelien Jarno e42e5415c1 [mips64,mips64el] Build udebs for 5kc-malta flavour.
svn path=/dists/sid/linux/; revision=21614
2014-07-21 21:23:00 +00:00
Aurelien Jarno 2f9b031c36 [mips64,mips64el] Really enable mips64 and mips64el architectures.
svn path=/dists/sid/linux/; revision=21613
2014-07-21 21:20:25 +00:00
Ben Hutchings 87dd323ecc Prepare to release linux (3.14.13-1).
svn path=/dists/sid/linux/; revision=21605
2014-07-21 15:02:16 +00:00
Ben Hutchings d94e944064 udeb: Add sdhci-acpi to mmc-modules (Closes: #747284)
svn path=/dists/sid/linux/; revision=21601
2014-07-20 23:12:08 +00:00
Aurelien Jarno 143a3e2e37 Bump the MIPS initrd debconf note to critical to make sure it is displayed
on default installations.

svn path=/dists/sid/linux/; revision=21597
2014-07-20 21:35:57 +00:00
Ben Hutchings 4c7a8ce928 [rt] Update to 3.14.12-rt9 (no functional changes)
svn path=/dists/sid/linux/; revision=21596
2014-07-20 21:24:56 +00:00
Aurelien Jarno 3f04555777 Fix initrd.img filename by postfixing @localversion@
svn path=/dists/sid/linux/; revision=21595
2014-07-20 20:46:26 +00:00
Ian Campbell c618343c23 aufs: Update circular includes patch to version preferred by aufs upstream.
svn path=/dists/sid/linux/; revision=21594
2014-07-20 20:21:09 +00:00
Aurelien Jarno bbad3c5731 Update to latest version of MIPS-ZBOOT-add-missing-linux-string.h-include.patch
svn path=/dists/sid/linux/; revision=21592
2014-07-20 18:43:04 +00:00
Aurelien Jarno 240b7dc036 [mipsel/loongson3] Add support for Loongson 3 LS3A RS780E 1-way
boards.

svn path=/dists/sid/linux/; revision=21591
2014-07-20 17:47:13 +00:00
Aurelien Jarno ccced8e9f8 Fix MIPS build with CONFIG_DYNAMIC_DEBUG=y
svn path=/dists/sid/linux/; revision=21590
2014-07-20 17:45:55 +00:00
Ben Hutchings e25aa84833 Remove ABI reference for 3.14-1
svn path=/dists/sid/linux/; revision=21589
2014-07-20 17:12:30 +00:00
Aurelien Jarno 04fa02213e [mips/malta] Backport from upstream power management support for
Malta.

svn path=/dists/sid/linux/; revision=21588
2014-07-20 17:12:14 +00:00
Aurelien Jarno ac399e34fe [mips/sb1-91250a] Backport from upstream additional build flags
to fix excessive kernel warnings.

svn path=/dists/sid/linux/; revision=21587
2014-07-20 15:24:22 +00:00
Ben Hutchings c4ff6fcad8 Update to 3.14.13
svn path=/dists/sid/linux/; revision=21586
2014-07-20 15:23:14 +00:00