generated from archlinux/template
Fix bluetooth chip initialization on some macbooks (FS#45554).
- Fix kernel oops when booting with root on RAID1 LVM (FS#45548).
This commit is contained in:
15
PKGBUILD
15
PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=linux # Build stock -ARCH kernel
|
||||
#pkgbase=linux-custom # Build kernel with a different name
|
||||
_srcname=linux-4.1
|
||||
pkgver=4.1.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
@@ -21,6 +21,8 @@ source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
||||
'linux.preset'
|
||||
'0001-block-loop-convert-to-per-device-workqueue.patch'
|
||||
'0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch'
|
||||
'0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch'
|
||||
'bitmap-enable-booting-for-dm-md-raid1.patch'
|
||||
'change-default-console-loglevel.patch')
|
||||
sha256sums=('caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f'
|
||||
'SKIP'
|
||||
@@ -31,6 +33,8 @@ sha256sums=('caf51f085aac1e1cea4d00dbbf3093ead07b551fc07b31b2a989c05f8ea72d9f'
|
||||
'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
|
||||
'9e1d3fd95d768a46353593f6678513839cedb98ee66e83d9323233104ec3b23f'
|
||||
'bbe3631c737ed8329a1b7a9610cc0a07330c14194da5e9afec7705e7f37eeb81'
|
||||
'08f69d122021e1d13c31e5987c23021916a819846c47247b3f1cee2ef99d7f82'
|
||||
'959c4d71b5dc50434eeecf3a8608758f57f111c6e999289c435b13fc8c6be5f0'
|
||||
'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
|
||||
validpgpkeys=(
|
||||
'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
|
||||
@@ -53,6 +57,15 @@ prepare() {
|
||||
patch -Np1 -i ../0001-block-loop-convert-to-per-device-workqueue.patch
|
||||
patch -Np1 -i ../0002-block-loop-avoiding-too-many-pending-per-work-I-O.patch
|
||||
|
||||
# Fix bluetooth chip initialization on some macbooks (FS#45554)
|
||||
# http://marc.info/?l=linux-bluetooth&m=143690738728402&w=2
|
||||
# https://bugzilla.kernel.org/show_bug.cgi?id=100651
|
||||
patch -Np1 -i ../0001-Bluetooth-btbcm-allow-btbcm_read_verbose_config-to-f.patch
|
||||
|
||||
# Fix kernel oops when booting with root on RAID1 LVM (FS#45548)
|
||||
# https://bugzilla.kernel.org/show_bug.cgi?id=100491#c24
|
||||
patch -Np1 -i ../bitmap-enable-booting-for-dm-md-raid1.patch
|
||||
|
||||
# set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param)
|
||||
# remove this when a Kconfig knob is made available by upstream
|
||||
# (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
|
||||
|
||||
Reference in New Issue
Block a user