kernel: update kernel 3.18 to version 3.18.27
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48874
This commit is contained in:
parent
25b34dd97f
commit
7768735873
6 changed files with 7 additions and 7 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
LINUX_RELEASE?=1
|
LINUX_RELEASE?=1
|
||||||
|
|
||||||
LINUX_VERSION-3.18 = .26
|
LINUX_VERSION-3.18 = .27
|
||||||
LINUX_VERSION-4.1 = .16
|
LINUX_VERSION-4.1 = .16
|
||||||
LINUX_VERSION-4.3 = .4
|
LINUX_VERSION-4.3 = .4
|
||||||
LINUX_VERSION-4.4 = .3
|
LINUX_VERSION-4.4 = .3
|
||||||
|
|
||||||
LINUX_KERNEL_MD5SUM-3.18.26 = fb3ef8da32a25607807887b9567a6927
|
LINUX_KERNEL_MD5SUM-3.18.27 = 015a01bf84e7c6bc9952551b4da45044
|
||||||
LINUX_KERNEL_MD5SUM-4.1.16 = e4bf22fed49b476b47acffc00c03267a
|
LINUX_KERNEL_MD5SUM-4.1.16 = e4bf22fed49b476b47acffc00c03267a
|
||||||
LINUX_KERNEL_MD5SUM-4.3.4 = 5275d02132107c28b85f986bad576d91
|
LINUX_KERNEL_MD5SUM-4.3.4 = 5275d02132107c28b85f986bad576d91
|
||||||
LINUX_KERNEL_MD5SUM-4.4.3 = 5feab5a2c016e186e3088d4fae963ed7
|
LINUX_KERNEL_MD5SUM-4.4.3 = 5feab5a2c016e186e3088d4fae963ed7
|
||||||
|
|
|
@ -44,7 +44,7 @@ Miklos
|
||||||
|
|
||||||
--- a/fs/overlayfs/copy_up.c
|
--- a/fs/overlayfs/copy_up.c
|
||||||
+++ b/fs/overlayfs/copy_up.c
|
+++ b/fs/overlayfs/copy_up.c
|
||||||
@@ -300,6 +300,9 @@ int ovl_copy_up_one(struct dentry *paren
|
@@ -311,6 +311,9 @@ int ovl_copy_up_one(struct dentry *paren
|
||||||
struct cred *override_cred;
|
struct cred *override_cred;
|
||||||
char *link = NULL;
|
char *link = NULL;
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
EXPORT_SYMBOL(default_qdisc_ops);
|
EXPORT_SYMBOL(default_qdisc_ops);
|
||||||
|
|
||||||
/* Main transmission queue. */
|
/* Main transmission queue. */
|
||||||
@@ -737,7 +737,7 @@ static void attach_one_default_qdisc(str
|
@@ -739,7 +739,7 @@ static void attach_one_default_qdisc(str
|
||||||
|
|
||||||
if (dev->tx_queue_len) {
|
if (dev->tx_queue_len) {
|
||||||
qdisc = qdisc_create_dflt(dev_queue,
|
qdisc = qdisc_create_dflt(dev_queue,
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/fs/locks.c
|
--- a/fs/locks.c
|
||||||
+++ b/fs/locks.c
|
+++ b/fs/locks.c
|
||||||
@@ -2611,6 +2611,8 @@ static const struct file_operations proc
|
@@ -2620,6 +2620,8 @@ static const struct file_operations proc
|
||||||
|
|
||||||
static int __init proc_locks_init(void)
|
static int __init proc_locks_init(void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
endif
|
endif
|
||||||
--- a/include/linux/fs.h
|
--- a/include/linux/fs.h
|
||||||
+++ b/include/linux/fs.h
|
+++ b/include/linux/fs.h
|
||||||
@@ -2528,12 +2528,25 @@ enum {
|
@@ -2529,12 +2529,25 @@ enum {
|
||||||
DIO_ASYNC_EXTEND = 0x04,
|
DIO_ASYNC_EXTEND = 0x04,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ Signed-off-by: Hans de Goede <hdegoede@redhat.com>
|
||||||
put_device(&card->dev);
|
put_device(&card->dev);
|
||||||
--- a/drivers/mmc/core/core.c
|
--- a/drivers/mmc/core/core.c
|
||||||
+++ b/drivers/mmc/core/core.c
|
+++ b/drivers/mmc/core/core.c
|
||||||
@@ -1207,6 +1207,34 @@ EXPORT_SYMBOL(mmc_of_parse_voltage);
|
@@ -1231,6 +1231,34 @@ EXPORT_SYMBOL(mmc_of_parse_voltage);
|
||||||
|
|
||||||
#endif /* CONFIG_OF */
|
#endif /* CONFIG_OF */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue