mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-30 17:31:57 +00:00
linux: properly update kernel patches to v4.4.14
When we updated from 4.4.10 to 4.4.14 we copied the patches over. This changeset properly updates the patches so that they apply cleanly. 0039-VSOCK-do-not-disconnect-socket-when-peer-has-shutdow.patch was removed as it made it into 4.4.14 already. Compile tested only For reference the patches were generated from: https://github.com/rneugeba/linux-stable/tree/v4.4.14-moby Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
From ef5406e1c37f0f3a2cfaf4be867639d5d882c3bb Mon Sep 17 00:00:00 2001
|
||||
From 19a770426551eae942bdeeaf6ba22726d608dc32 Mon Sep 17 00:00:00 2001
|
||||
From: Courtney Cavin <courtney.cavin@sonymobile.com>
|
||||
Date: Wed, 27 Apr 2016 12:13:03 -0700
|
||||
Subject: [PATCH 36/41] net: Add Qualcomm IPC router
|
||||
Subject: [PATCH 36/40] net: Add Qualcomm IPC router
|
||||
|
||||
Add an implementation of Qualcomm's IPC router protocol, used to
|
||||
communicate with service providing remote processors.
|
||||
@@ -1303,5 +1303,5 @@ index 0000000..84ebce7
|
||||
+MODULE_DESCRIPTION("Qualcomm IPC-Router SMD interface driver");
|
||||
+MODULE_LICENSE("GPL v2");
|
||||
--
|
||||
2.8.2
|
||||
2.9.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user