~ubuntu-kernel/ubuntu/+source/linux/+git/focal:master-next--2024.02.05-1--auto

Last commit made on 2024-03-14
Get this branch:
git clone -b master-next--2024.02.05-1--auto https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/focal
Members of Ubuntu Kernel Repositories can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master-next--2024.02.05-1--auto
Repository:
lp:~ubuntu-kernel/ubuntu/+source/linux/+git/focal

Recent commits

add2297... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: Ubuntu-5.4.0-173.191

Signed-off-by: Ubuntu Kernel Bot <email address hidden>

053817e... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: debian/dkms-versions -- update from kernel-versions (main/2024.02.05)

BugLink: https://bugs.launchpad.net/bugs/1786013
Signed-off-by: Ubuntu Kernel Bot <email address hidden>

155c115... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Ubuntu Kernel Bot <email address hidden>

a497710... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: [Packaging] update annotations scripts

BugLink: https://bugs.launchpad.net/bugs/2052135
Signed-off-by: Ubuntu Kernel Bot <email address hidden>

c1a489f... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: [Packaging] resync git-ubuntu-log

BugLink: https://bugs.launchpad.net/bugs/2052135
Signed-off-by: Ubuntu Kernel Bot <email address hidden>

0fd0d20... by Ubuntu Kernel Bot <email address hidden>

UBUNTU: link-to-tracker: update tracking bug

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

Properties: no-test-build
Signed-off-by: Ubuntu Kernel Bot <email address hidden>

859977e... by Manuel Diewald

UBUNTU: Ubuntu-5.4.0-172.190

Signed-off-by: Manuel Diewald <email address hidden>

ced89f2... by Manuel Diewald

UBUNTU: link-to-tracker: update tracking bug

BugLink: https://bugs.launchpad.net/bugs/2052220
Properties: no-test-build
Signed-off-by: Manuel Diewald <email address hidden>

9b96711... by Manuel Diewald

UBUNTU: Start new release

Ignore: yes
Signed-off-by: Manuel Diewald <email address hidden>

f3b7c9a... by Hyunwoo Kim <email address hidden>

appletalk: Fix Use-After-Free in atalk_ioctl

Because atalk_ioctl() accesses sk->sk_receive_queue
without holding a sk->sk_receive_queue.lock, it can
cause a race with atalk_recvmsg().
A use-after-free for skb occurs with the following flow.
```
atalk_ioctl() -> skb_peek()
atalk_recvmsg() -> skb_recv_datagram() -> skb_free_datagram()
```
Add sk->sk_receive_queue.lock to atalk_ioctl() to fix this issue.

Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
Signed-off-by: Hyunwoo Kim <email address hidden>
Link: https://lore.kernel.org/r/20231213041056.GA519680@v4bel-B760M-AORUS-ELITE-AX
Signed-off-by: Paolo Abeni <email address hidden>

CVE-2023-51781
(cherry picked from commit 189ff16722ee36ced4d2a2469d4ab65a8fee4198)
Signed-off-by: Bethany Jamison <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Acked-by: Roxana Nicolescu <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>