Control: found -1 6.3.7-1

On Friday, 26 July 2024 10:49:00 CEST Stefan wrote:
> The complete sentence is:
> 
> oldest non-working kernel is 6.3.7 (package linux-image-6.3.0-1-amd64),
> 6.3.5 (latest version of package package linux-image-6.3.0-0-amd64) works.

Excellent, that narrows down the 'suspect list' to 332 commits.

me@pc:~/dev/kernel.org/linux$ git log --oneline v6.3.5..v6.3.7 | grep "ext4: "
9ca777c1ef9a ext4: enable the lazy init thread when remounting read/write
8664693a8ff2 ext4: add lockdep annotations for i_data_sem for ea_inode's
9d993659ed77 ext4: disallow ea_inodes with extended attributes
982f2501e753 ext4: set lockdep subclass for the ea_inode in 
ext4_xattr_inode_cache_find()
2f1dace530e8 ext4: add EA_INODE checking to ext4_iget()

And those are all pretty close to the v6.3.7 tag:
$ git log --oneline 2f1dace530e8..v6.3.7 | wc -l
28

Hopefully this means there a fast/short `git bisect` possible ...

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to