Update linux-drd to 3.14.3
This commit is contained in:
parent
ad8e4849ab
commit
bc0e220543
3 changed files with 27 additions and 33 deletions
|
@ -1,11 +1,11 @@
|
|||
# $Id: PKGBUILD 211930 2014-05-01 09:04:29Z thomas $
|
||||
# $Id: PKGBUILD 212094 2014-05-06 20:50:20Z tpowa $
|
||||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
# Maintainer: Thomas Baechler <thomas@archlinux.org>
|
||||
|
||||
# pkgbase=linux # Build stock -ARCH kernel
|
||||
pkgbase=linux-drd # Build kernel with a different name
|
||||
_srcname=linux-3.14
|
||||
pkgver=3.14.2
|
||||
pkgver=3.14.3
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -25,7 +25,6 @@ source=("https://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
|||
'0004-fs-Don-t-return-0-from-get_anon_bdev.patch'
|
||||
'0005-Revert-Bluetooth-Enable-autosuspend-for-Intel-Blueto.patch'
|
||||
'0006-genksyms-fix-typeof-handling.patch'
|
||||
'0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch'
|
||||
'0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch'
|
||||
'0011-kernfs-fix-removed-error-check.patch'
|
||||
'0012-fix-saa7134.patch'
|
||||
|
@ -35,26 +34,25 @@ source=("https://www.kernel.org/pub/linux/kernel/v3.x/${_srcname}.tar.xz"
|
|||
'aufs3-standalone::git://git.code.sf.net/p/aufs/aufs3-standalone#branch=aufs3.14'
|
||||
# 'aufs3-mmap.patch'
|
||||
)
|
||||
md5sums=('b621207b3f6ecbb67db18b13258f8ea8'
|
||||
'f2239bf772d1b6e1c26cb03f6e056959'
|
||||
'60dfde99c784dda18b5d95e605df7a83'
|
||||
'6c270275e7c91dd5c323ea7df4930835'
|
||||
'eb14dcfd80c00852ef81ded6e826826a'
|
||||
'98beb36f9b8cf16e58de2483ea9985e3'
|
||||
'6839ddec74a5300beff1709a81b0e4f3'
|
||||
'706549e8a05f33f7fc697f28c0ca71d2'
|
||||
'd23fc66be93ebce698bd7da844789de1'
|
||||
'b240cc8ebb4b5d74e94b4c72d033f726'
|
||||
'a89d593774ccb955eb8368d3bc87ce26'
|
||||
'16a161979f846b049e90daea907c35dd'
|
||||
'00727251b0d337a25d3ca392218afdf4'
|
||||
'353b553d69da810ef954618aca60e1e2'
|
||||
'b3f98eba6322463ed6644784c56893be'
|
||||
'4f547d79fa1b2bb855dc2996be2a515e'
|
||||
'21d25aef69f9da33c6087b7ffd97783e'
|
||||
'de37a66f5ebcccbc13208515ccc081cb'
|
||||
'278417ab07b6f5fe8e3e0ed656f35f3e'
|
||||
'SKIP')
|
||||
sha256sums=('61558aa490855f42b6340d1a1596be47454909629327c49a5e4e10268065dffa'
|
||||
'a26a25739c50d639174698ae498530205b55e5a2b11f8c33ab92a8581bc83fbd'
|
||||
'c01d212694eddcf694c55e0943bf3336b6e1ff41b90ac1cdc88b26789785ed45'
|
||||
'58907e9c82a97471aa97313a236b7c717e8c1c635e2be7b78bab34cad4617a22'
|
||||
'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
|
||||
'faced4eb4c47c4eb1a9ee8a5bf8a7c4b49d6b4d78efbe426e410730e6267d182'
|
||||
'6d72e14552df59e6310f16c176806c408355951724cd5b48a47bf01591b8be02'
|
||||
'52dec83a8805a8642d74d764494acda863e0aa23e3d249e80d4b457e20a3fd29'
|
||||
'65d58f63215ee3c5f9c4fc6bce36fc5311a6c7dbdbe1ad29de40647b47ff9c0d'
|
||||
'1e1ae0f31f722e80da083ecada1f1be57f9ddad133941820c4483b0240e494c1'
|
||||
'3fffb01cf97a5a7ab9601cb277d2468c0fb1e1cceba4225915f3ffae3a5694ec'
|
||||
'cf2e7a2d00787f754028e7459688c2755a406e632ce48b60952fa4ff7ed6f4b7'
|
||||
'c0af4622f75c89fef62183e18b7d49998228d4eaa906c6accaf4aa4ff0134f85'
|
||||
'04f44bf5c181d6dc31905937c1bdccb0f5aecaad3a579e99b302502b9cbe0f7a'
|
||||
'79359454c9d8446eb55add2b1cdbf8332bd67dafb01fefb5b1ca090225f64d18'
|
||||
'f2a5e22c1ba6e9b8a32a7bd4a5327ee95538aa10edcee3cd12578f8ff49bf6be'
|
||||
'ff9df6746d7cbfe858d5b4bce932951c26414a7635cb5c26cd8d5c97df36a2a1'
|
||||
'384dd13fd4248fd6809da8c6ae29ced55d4a5cacc33ac2ae7522093ec0fb26d4'
|
||||
'SKIP')
|
||||
|
||||
_kernelname=${pkgbase#linux}
|
||||
|
||||
|
@ -92,11 +90,6 @@ prepare() {
|
|||
# http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=dc53324060f324e8af6867f57bf4891c13c6ef18
|
||||
patch -p1 -i "${srcdir}/0006-genksyms-fix-typeof-handling.patch"
|
||||
|
||||
# Fix the use of code32_start in the EFI boot stub
|
||||
# http://permalink.gmane.org/gmane.linux.kernel/1679881
|
||||
# https://git.kernel.org/cgit/linux/kernel/git/mfleming/efi.git/commit/?h=urgent&id=7e8213c1f3acc064aef37813a39f13cbfe7c3ce7
|
||||
patch -p1 -i "${srcdir}/0007-x86-efi-Correct-EFI-boot-stub-use-of-code32_start.patch"
|
||||
|
||||
# https://git.kernel.org/cgit/linux/kernel/git/iwlwifi/iwlwifi-fixes.git/commit/?id=12f853a89e29f50b17698e17e73c328a35f1498d
|
||||
# FS#39815
|
||||
patch -p1 -i "${srcdir}/0010-iwlwifi-mvm-delay-enabling-smart-FIFO-until-after-be.patch"
|
||||
|
|
|
@ -252,8 +252,8 @@ CONFIG_SECCOMP_FILTER=y
|
|||
CONFIG_HAVE_CC_STACKPROTECTOR=y
|
||||
CONFIG_CC_STACKPROTECTOR=y
|
||||
# CONFIG_CC_STACKPROTECTOR_NONE is not set
|
||||
CONFIG_CC_STACKPROTECTOR_REGULAR=y
|
||||
# CONFIG_CC_STACKPROTECTOR_STRONG is not set
|
||||
# CONFIG_CC_STACKPROTECTOR_REGULAR is not set
|
||||
CONFIG_CC_STACKPROTECTOR_STRONG=y
|
||||
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
|
||||
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
|
||||
CONFIG_HAVE_ARCH_SOFT_DIRTY=y
|
||||
|
@ -1502,7 +1502,8 @@ CONFIG_DMA_SHARED_BUFFER=y
|
|||
#
|
||||
# Bus devices
|
||||
#
|
||||
CONFIG_CONNECTOR=m
|
||||
CONFIG_CONNECTOR=y
|
||||
CONFIG_PROC_EVENTS=y
|
||||
CONFIG_MTD=m
|
||||
CONFIG_MTD_TESTS=m
|
||||
CONFIG_MTD_REDBOOT_PARTS=m
|
||||
|
@ -1678,7 +1679,7 @@ CONFIG_BLK_DEV_DAC960=m
|
|||
# CONFIG_BLK_DEV_UMEM is not set
|
||||
# CONFIG_BLK_DEV_COW_COMMON is not set
|
||||
CONFIG_BLK_DEV_LOOP=m
|
||||
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
|
||||
CONFIG_BLK_DEV_LOOP_MIN_COUNT=0
|
||||
CONFIG_BLK_DEV_CRYPTOLOOP=m
|
||||
CONFIG_BLK_DEV_DRBD=m
|
||||
# CONFIG_DRBD_FAULT_INJECTION is not set
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 3.14.0-5 Kernel Configuration
|
||||
# Linux/x86 3.14.2-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
|
|
Loading…
Reference in a new issue