1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-07-16 22:41:04 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
niusmallnan
1523fd5b73 Add arm64 kernel 2018-11-30 18:25:15 +08:00
niusmallnan
63ae91712c Support multiple architectures 2018-11-30 18:25:15 +08:00
niusmallnan
df8e5372f6 Remove xen-netfron patches as 4.14.79 has included them
https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.14.79
2018-11-05 17:09:59 +08:00
niusmallnan
dafd46bbb2 Fix mtu issue in Xen
Something has broken MTU functionality in Xen: specifically,
setting MTUs larger than 1500 fails. This prevents Jumbo Frames and other
features which require larger than 1500 byte MTUs from being used. This can
lead to a failure to sync/connect to other components in the cluster/cloud
which expect higher MTUs and result in unavailable services.

The issue is caused by the following commit to the xen-netfront driver:
"xen-netfront: Fix race between device setup and open"
commit f599c64fdf7d9c108e8717fb04bc41c680120da4

The following commits fix this issue in the mainline kernel:

"xen-netfront: Fix mismatched rtnl_unlock"
commit cb257783c2927b73614b20f915a91ff78aa6f3e8
"xen-netfront: Update features after registering netdev"
commit 45c8184c1bed1ca8a7f02918552063a00b909bf5
2018-09-13 23:18:31 +08:00
Sven Dowideit
ef5eb127b4 Don't show kernel cmdline params after -- in /proc/cmdline
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2017-03-15 04:51:36 +00:00
Sven Dowideit
835d9d4bc0 Linux 4.9.13 contains the CVE-2017-6074.patch, removing
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2017-02-27 02:21:48 +00:00
Sven Dowideit
876a8636da Add support for patched kernels and publish the source that was built
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2017-02-23 19:00:04 +00:00