Skip to content

Commit d02ca81

Browse files
Updating to Linux 4.13.11
1 parent 966982b commit d02ca81

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

init_rebase.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
KERNEL_MAJOR_VERSION=4.13
2-
KERNEL_VERSION=4.13.10
2+
KERNEL_VERSION=4.13.11
33

44
echo "Setting up rebase directory..."
55
mkdir rebase

kernel/patch-4.13.11.xz

219 KB
Binary file not shown.

make_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DATE=`date +%Y-%m-%d`
22
KERNEL_MAJOR_VERSION=4.13
3-
KERNEL_VERSION=4.13.10
3+
KERNEL_VERSION=4.13.11
44

55
echo "Setting up release directory..."
66
mkdir release

patches/a_net_xfrm_xfrm_user.c.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ diff --git a/net/xfrm/xfrm_user.c b/net/xfrm/xfrm_user.c
22
index a7e27e1..0040091 100644
33
--- a/net/xfrm/xfrm_user.c
44
+++ b/net/xfrm/xfrm_user.c
5-
@@ -2478,7 +2478,7 @@ static int xfrm_user_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh)
5+
@@ -2535,7 +2535,7 @@ static int xfrm_user_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh,
66
return -EINVAL;
77

88
{
99
- struct netlink_dump_control c = {
1010
+ netlink_dump_control_no_const c = {
11+
.start = link->start,
1112
.dump = link->dump,
1213
.done = link->done,
13-
};

test_patch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DATE=`date +%Y-%m-%d`
22
KERNEL_MAJOR_VERSION=4.13
3-
KERNEL_VERSION=4.13.10
3+
KERNEL_VERSION=4.13.11
44

55
echo "Removing old kernels..."
66
rm -rf test

0 commit comments

Comments
 (0)