Merge ~canonical-kernel-team/+git/autotest-client-tests:magalilemes/fix-2017028 into ~canonical-kernel-team/+git/autotest-client-tests:master

Proposed by Magali Lemes do Sacramento
Status: Merged
Merge reported by: Po-Hsu Lin
Merged at revision: bd4466920bb4451c89aaff263f2b5de9bd8de28d
Proposed branch: ~canonical-kernel-team/+git/autotest-client-tests:magalilemes/fix-2017028
Merge into: ~canonical-kernel-team/+git/autotest-client-tests:master
Diff against target: 15 lines (+1/-2)
1 file modified
ubuntu_btrfs_kernel_fixes/control (+1/-2)
Reviewer Review Type Date Requested Status
Po-Hsu Lin Approve
Review via email: mp+461456@code.launchpad.net

Description of the change

Only run ubuntu_btrfs_kernel_fixes ff76b0565523319d7c1c0b51d5a5a8915d33efab test when the kernel version is < 5.11.

To post a comment you must log in.
Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Make sense, this was introduced before we have 5.15 (5.14 and 5.17 available as OEM kernels first).
Since we don't have those kernels anymore, +1 to change this limit.

review: Approve
Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Applied and pushed.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/ubuntu_btrfs_kernel_fixes/control b/ubuntu_btrfs_kernel_fixes/control
2index 985ad49..c1109ee 100644
3--- a/ubuntu_btrfs_kernel_fixes/control
4+++ b/ubuntu_btrfs_kernel_fixes/control
5@@ -75,9 +75,8 @@ elif kernel >= 419:
6 '2365dd3ca02bbb6d3412404482e1d85752549953.sh',
7 ]
8
9-if kernel >= 517:
10+if kernel >= 511:
11 # 'inode_cache' option is deprecated and has no effect since 5.11
12- # But OEM-5.14 can pass with it, so just blacklist it with >= 5.17
13 blacklist.append('ff76b0565523319d7c1c0b51d5a5a8915d33efab.sh')
14
15 if release == '14.04':

Subscribers

People subscribed via source and target branches

to all changes: