~vicamo/+git/ubuntu-kernel:bug-1972106/build-mipi-ipu6-dkms/jammy

Last commit made on 2022-05-18
Get this branch:
git clone -b bug-1972106/build-mipi-ipu6-dkms/jammy https://git.launchpad.net/~vicamo/+git/ubuntu-kernel
Only You-Sheng Yang can upload to this branch. If you are You-Sheng Yang please log in for upload directions.

Branch merges

Branch information

Name:
bug-1972106/build-mipi-ipu6-dkms/jammy
Repository:
lp:~vicamo/+git/ubuntu-kernel

Recent commits

f6bc27e... by You-Sheng Yang

Bug 1972106,1972109: Build MIPI camera through Intel IPU6 DKMS

28febc4... by You-Sheng Yang

use intel-ipu6-dkms/intel-vsc-dkms from PPA

Signed-off-by: You-Sheng Yang (vicamo) <email address hidden>

8bd24bd... by You-Sheng Yang

add intel-ipu6-dkms/intel-vsc-dkms standalone dkms builds

Signed-off-by: You-Sheng Yang (vicamo) <email address hidden>

cf88977... by You-Sheng Yang

UBUNTU: [Packaging] drop do_<mod> arch specific configs

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

They should been assigned automatically based on the latest
dkms-versions.

Signed-off-by: You-Sheng Yang (vicamo) <email address hidden>

cefe1fc... by You-Sheng Yang

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

BugLink: https://bugs.launchpad.net/bugs/1786013
Signed-off-by: You-Sheng Yang (vicamo) <email address hidden>

4723944... by You-Sheng Yang

UBUNTU: [Packaging] support standalone dkms module builds

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

Signed-off-by: You-Sheng Yang (vicamo) <email address hidden>

4b9ee5a... by Stefan Bader

UBUNTU: Ubuntu-5.15.0-32.33

Signed-off-by: Stefan Bader <email address hidden>

c98d344... by Stefan Bader

UBUNTU: link-to-tracker: update tracking bug

BugLink: https://bugs.launchpad.net/bugs/1972668
Properties: no-test-build
Signed-off-by: Stefan Bader <email address hidden>

40d734d... by Tadeusz Struk <email address hidden>

ext4: limit length to bitmap_maxbytes - blocksize in punch_hole

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

Syzbot found an issue [1] in ext4_fallocate().
The C reproducer [2] calls fallocate(), passing size 0xffeffeff000ul,
and offset 0x1000000ul, which, when added together exceed the
bitmap_maxbytes for the inode. This triggers a BUG in
ext4_ind_remove_space(). According to the comments in this function
the 'end' parameter needs to be one block after the last block to be
removed. In the case when the BUG is triggered it points to the last
block. Modify the ext4_punch_hole() function and add constraint that
caps the length to satisfy the one before laster block requirement.

LINK: [1] https://syzkaller.appspot.com/bug?id=b80bd9cf348aac724a4f4dff251800106d721331
LINK: [2] https://syzkaller.appspot.com/text?tag=ReproC&x=14ba0238700000

Fixes: a4bb6b64e39a ("ext4: enable "punch hole" functionality")
Reported-by: <email address hidden>
Signed-off-by: Tadeusz Struk <email address hidden>
Link: https://<email address hidden>
Signed-off-by: Theodore Ts'o <email address hidden>
Cc: <email address hidden>

(cherry picked from commit 2da376228a2427501feb9d15815a45dbdbdd753e)
Reported-by: Colin King <email address hidden>
Signed-off-by: Paolo Pisati <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Acked-by: Andrea Righi <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>

5951226... by Mario Limonciello <email address hidden>

drm/amdgpu: explicitly check for s0ix when evicting resources

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

This codepath should be running in both s0ix and s3, but only does
currently because s3 and s0ix are both set in the s0ix case.

Signed-off-by: Mario Limonciello <email address hidden>
Acked-by: Evan Quan <email address hidden>
Signed-off-by: Alex Deucher <email address hidden>

(cherry picked from commit e53d9665ab003df0ece8f869fcd3c2bbbecf7190)
Signed-off-by: Kai-Heng Feng <email address hidden>
Acked-by: Stefan Bader <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Signed-off-by: Stefan Bader <email address hidden>