lp:~canonical-kernel/ubuntu/+source/linux-gke/+git/focal

Owned by Canonical Kernel
Get this repository:
git clone https://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-gke/+git/focal
Members of Canonical Kernel can upload to this repository. Log in for directions.

Branches

Name Last Modified Last Commit
gkeop-next 2024-04-09 19:42:48 UTC
UBUNTU: Ubuntu-gkeop-5.4.0-1091.95

Author: Jacob Martin
Author Date: 2024-04-09 19:42:48 UTC

UBUNTU: Ubuntu-gkeop-5.4.0-1091.95

Signed-off-by: Jacob Martin <jacob.martin@canonical.com>

gkeop-5.15-next 2024-04-08 06:56:37 UTC
UBUNTU: Ubuntu-gkeop-5.15-5.15.0-1041.47~20.04.1

Author: Hui Wang
Author Date: 2024-04-08 06:56:37 UTC

UBUNTU: Ubuntu-gkeop-5.15-5.15.0-1041.47~20.04.1

Signed-off-by: Hui Wang <hui.wang@canonical.com>

gkeop-5.15-next--s2024.03.04-1--auto 2024-04-03 22:11:54 UTC
UBUNTU: Ubuntu-gkeop-5.15-5.15.0-1041.47~20.04.1

Author: Ubuntu Kernel Bot
Author Date: 2024-04-03 22:11:53 UTC

UBUNTU: Ubuntu-gkeop-5.15-5.15.0-1041.47~20.04.1

Signed-off-by: Ubuntu Kernel Bot <ubuntu-kernel-bot@canonical.com>

gkeop-next--s2024.03.04-1--auto 2024-04-03 00:15:29 UTC
UBUNTU: Ubuntu-gkeop-5.4.0-1090.94

Author: Ubuntu Kernel Bot
Author Date: 2024-04-03 00:15:29 UTC

UBUNTU: Ubuntu-gkeop-5.4.0-1090.94

Signed-off-by: Ubuntu Kernel Bot <ubuntu-kernel-bot@canonical.com>

gkeop-next--2024.03.04-1--auto 2024-03-22 14:03:09 UTC
UBUNTU: Ubuntu-gkeop-5.4.0-1089.93

Author: Ubuntu Kernel Bot
Author Date: 2024-03-22 14:03:09 UTC

UBUNTU: Ubuntu-gkeop-5.4.0-1089.93

Signed-off-by: Ubuntu Kernel Bot <ubuntu-kernel-bot@canonical.com>

gkeop-5.15-next--2024.03.04-1--auto 2024-03-22 08:54:26 UTC
UBUNTU: Ubuntu-gkeop-5.15-5.15.0-1040.46~20.04.1

Author: Ubuntu Kernel Bot
Author Date: 2024-03-22 08:54:26 UTC

UBUNTU: Ubuntu-gkeop-5.15-5.15.0-1040.46~20.04.1

Signed-off-by: Ubuntu Kernel Bot <ubuntu-kernel-bot@canonical.com>

gkeop-5.15-next--s2024.02.05-1--auto 2024-03-21 23:59:10 UTC
UBUNTU: Ubuntu-gkeop-5.15-5.15.0-1039.45~20.04.1

Author: Ubuntu Kernel Bot
Author Date: 2024-03-21 23:59:10 UTC

UBUNTU: Ubuntu-gkeop-5.15-5.15.0-1039.45~20.04.1

Signed-off-by: Ubuntu Kernel Bot <ubuntu-kernel-bot@canonical.com>

gkeop-next--s2024.02.05-1--auto 2024-03-21 19:33:46 UTC
UBUNTU: Ubuntu-gkeop-5.4.0-1088.92

Author: Ubuntu Kernel Bot
Author Date: 2024-03-21 19:33:46 UTC

UBUNTU: Ubuntu-gkeop-5.4.0-1088.92

Signed-off-by: Ubuntu Kernel Bot <ubuntu-kernel-bot@canonical.com>

gkeop-5.15-next--s2024.01.08-1--auto 2024-03-14 12:17:31 UTC
UBUNTU: Ubuntu-gkeop-5.15-5.15.0-1037.43~20.04.1

Author: Ubuntu Kernel Bot
Author Date: 2024-03-14 12:17:31 UTC

UBUNTU: Ubuntu-gkeop-5.15-5.15.0-1037.43~20.04.1

Signed-off-by: Ubuntu Kernel Bot <ubuntu-kernel-bot@canonical.com>

gkeop-next--s2024.01.08-1--auto 2024-03-14 09:45:11 UTC
UBUNTU: Ubuntu-gkeop-5.4.0-1086.90

Author: Ubuntu Kernel Bot
Author Date: 2024-03-14 09:45:11 UTC

UBUNTU: Ubuntu-gkeop-5.4.0-1086.90

Signed-off-by: Ubuntu Kernel Bot <ubuntu-kernel-bot@canonical.com>

gkeop-next--2024.02.05-1--auto 2024-03-14 02:46:41 UTC
UBUNTU: Ubuntu-gkeop-5.4.0-1087.91

Author: Ubuntu Kernel Bot
Author Date: 2024-03-14 02:46:41 UTC

UBUNTU: Ubuntu-gkeop-5.4.0-1087.91

Signed-off-by: Ubuntu Kernel Bot <ubuntu-kernel-bot@canonical.com>

gkeop-5.15-next--2024.02.05-1--auto 2024-03-13 22:33:15 UTC
UBUNTU: Ubuntu-gkeop-5.15-5.15.0-1038.44~20.04.1

Author: Ubuntu Kernel Bot
Author Date: 2024-03-13 22:33:15 UTC

UBUNTU: Ubuntu-gkeop-5.15-5.15.0-1038.44~20.04.1

Signed-off-by: Ubuntu Kernel Bot <ubuntu-kernel-bot@canonical.com>

gkeop 2024-03-13 17:06:15 UTC
UBUNTU: Ubuntu-gkeop-5.4.0-1089.93

Author: Jacob Martin
Author Date: 2024-03-13 15:58:44 UTC

UBUNTU: Ubuntu-gkeop-5.4.0-1089.93

Signed-off-by: Jacob Martin <jacob.martin@canonical.com>

master-next 2023-10-10 04:18:35 UTC
net: Avoid address overwrite in kernel_connect

Author: Jordan Rife
Author Date: 2023-09-12 03:21:31 UTC

net: Avoid address overwrite in kernel_connect

BugLink: https://bugs.launchpad.net/bugs/2035163

BPF programs that run on connect can rewrite the connect address. For
the connect system call this isn't a problem, because a copy of the address
is made when it is moved into kernel space. However, kernel_connect
simply passes through the address it is given, so the caller may observe
its address value unexpectedly change.

A practical example where this is problematic is where NFS is combined
with a system such as Cilium which implements BPF-based load balancing.
A common pattern in software-defined storage systems is to have an NFS
mount that connects to a persistent virtual IP which in turn maps to an
ephemeral server IP. This is usually done to achieve high availability:
if your server goes down you can quickly spin up a replacement and remap
the virtual IP to that endpoint. With BPF-based load balancing, mounts
will forget the virtual IP address when the address rewrite occurs
because a pointer to the only copy of that address is passed down the
stack. Server failover then breaks, because clients have forgotten the
virtual IP address. Reconnects fail and mounts remain broken. This patch
was tested by setting up a scenario like this and ensuring that NFS
reconnects worked after applying the patch.

Signed-off-by: Jordan Rife <jrife@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(backported from commit 0bdf399342c5acbd817c9098b6c7ed21f1974312)
[ kmously: adjusted for lack of READ_ONCE() ]
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
Acked-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: John Cabaj <john.cabaj@canonical.com>

gke-5.15-next 2023-07-28 04:03:17 UTC
UBUNTU: Ubuntu-gke-5.15-5.15.0-1039.44~20.04.1

Author: Khaled El Mously
Author Date: 2023-07-28 04:03:17 UTC

UBUNTU: Ubuntu-gke-5.15-5.15.0-1039.44~20.04.1

Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>

gkeop-5.15 2022-10-17 19:37:47 UTC
UBUNTU: Ubuntu-gkeop-5.15-5.15.0-1007.10~20.04.1

Author: Thadeu Lima de Souza Cascardo
Author Date: 2022-10-17 19:37:47 UTC

UBUNTU: Ubuntu-gkeop-5.15-5.15.0-1007.10~20.04.1

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>

master 2022-10-17 13:15:21 UTC
UBUNTU: Ubuntu-gke-5.4.0-1086.93

Author: Thadeu Lima de Souza Cascardo
Author Date: 2022-10-17 13:15:21 UTC

UBUNTU: Ubuntu-gke-5.4.0-1086.93

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>

gke-5.15 2022-10-17 02:30:34 UTC
UBUNTU: Ubuntu-gke-5.15-5.15.0-1019.23~20.04.1

Author: Thadeu Lima de Souza Cascardo
Author Date: 2022-10-17 02:30:34 UTC

UBUNTU: Ubuntu-gke-5.15-5.15.0-1019.23~20.04.1

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@canonical.com>

master-prep 2021-07-02 15:15:47 UTC
UBUNTU: Ubuntu-gke-5.4.0-1048.50

Author: Kelsey Steele
Author Date: 2021-07-02 15:15:47 UTC

UBUNTU: Ubuntu-gke-5.4.0-1048.50

Signed-off-by: Kelsey Skunberg <kelsey.skunberg@canonical.com>

gkeop-prep 2021-05-13 17:58:38 UTC
UBUNTU: Ubuntu-gkeop-5.4.0-1016.17

Author: Tim Gardner
Author Date: 2021-05-13 17:58:38 UTC

UBUNTU: Ubuntu-gkeop-5.4.0-1016.17

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>

120 of 20 results
This repository contains Public information 
Everyone can see this information.

Subscribers