diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-09 07:08:11 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-05-09 07:08:11 -0300 |
commit | fb8c8492c85c4b05006e592dbd6395eeaca592ec (patch) | |
tree | 45f08b4a1db271a3a768166289db1fade2afb24d /kernels/linux-libre-xen | |
parent | 6fe7b0ce9db1405a968a1d037df9f9c6a2cda9ab (diff) |
linux-libre-{pae,xen}-4.5.3_gnu-1: updating version
* disable CONFIG_IO_STRICT_DEVMEM - Bug #1000 -> https://labs.parabola.nu/issues/1000
Diffstat (limited to 'kernels/linux-libre-xen')
-rw-r--r-- | kernels/linux-libre-xen/PKGBUILD | 6 | ||||
-rw-r--r-- | kernels/linux-libre-xen/config | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/kernels/linux-libre-xen/PKGBUILD b/kernels/linux-libre-xen/PKGBUILD index fc1799205..fe97bb837 100644 --- a/kernels/linux-libre-xen/PKGBUILD +++ b/kernels/linux-libre-xen/PKGBUILD @@ -9,7 +9,7 @@ pkgbase=linux-libre-xen _pkgbasever=4.5-gnu -_pkgver=4.5.2-gnu +_pkgver=4.5.3-gnu _replacesarchkernel=('linux%') # '%' gets replaced with _kernelname _replacesoldkernels=() # '%' gets replaced with _kernelname @@ -44,7 +44,7 @@ source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${_pkgbasever}/li '0003-fix-Atmel-maXTouch-touchscreen-support.patch') sha256sums=('c37a135518d5a69b26bae8441bc20e5a5ea87d3228cfe72f75a714cff730a84e' 'SKIP' - '7918a8c102c5f47dbe778f5541656c875b844d6e4da514a42c8855ff6a7f3733' + '7a13df7c4be4881276174cf6645b4c3057203c597e3e6c621035ab0aac0a6a56' 'SKIP' 'bfd4a7f61febe63c880534dcb7c31c5b932dde6acf991810b41a939a93535494' 'SKIP' @@ -52,7 +52,7 @@ sha256sums=('c37a135518d5a69b26bae8441bc20e5a5ea87d3228cfe72f75a714cff730a84e' 'SKIP' '6de8a8319271809ffdb072b68d53d155eef12438e6d04ff06a5a4db82c34fa8a' 'SKIP' - '17775ed390033af4c2e4bc292a28bcf8ca4aef1921cbdaeee6140d271ce81883' + 'b3e66b65faa0522defe3430709bc9454a67d89db21a2574f9518cd626ccf716a' 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c' '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99' '91e087cddaf2149d050b90720d5b3004263ec3ab07dece0241551d045ff0a91f' diff --git a/kernels/linux-libre-xen/config b/kernels/linux-libre-xen/config index 4c0ac7094..6fe1a2875 100644 --- a/kernels/linux-libre-xen/config +++ b/kernels/linux-libre-xen/config @@ -7692,7 +7692,7 @@ CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y # CONFIG_UBSAN is not set CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y CONFIG_STRICT_DEVMEM=y -CONFIG_IO_STRICT_DEVMEM=y +# CONFIG_IO_STRICT_DEVMEM is not set # CONFIG_X86_VERBOSE_BOOTUP is not set CONFIG_EARLY_PRINTK=y # CONFIG_EARLY_PRINTK_DBGP is not set |