Skip to content

Linux 6.19 compatibility #1010

@xarblu

Description

@xarblu

Just a tracker for compatibility with 6.19 which currently fails to compile with (at least) the following error:

  CC [M]  fs/bcachefs/btree/init.o                                                                                 
/var/tmp/portage/sys-kernel/cachyos-kernel-6.19_rc1/work/linux-6.18/fs/bcachefs/btree/init.c:59:6: error: call to undeclared function 'mempool_init_kvmalloc_pool'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]                                                                                    
   59 |             mempool_init_kvmalloc_pool(&c->btree.bounce_pool, 1,                                           
      |             ^                                                                                              
1 error generated.                                                                                                 
make[5]: *** [/var/tmp/portage/sys-kernel/cachyos-kernel-6.19_rc1/work/linux-6.18/scripts/Makefile.build:287: fs/bcachefs/btree/init.o] Error 1                                                                                       
make[5]: *** Waiting for unfinished jobs....                                                                       

Probably isn't that high priority which is totally fine - we're just a day past RC1 after all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions