Skip to content

6.1.1.120

Compare
Choose a tag to compare
@corwin corwin released this 29 Jul 22:34
· 1 commit to 6.1.1 since this release

Version 6.1.1.120

  • Improved memory allocation by not using the incorrect __GFP_NORETRY flag
    and by using the memalloc_noio_save mechanism.
  • Fixed a potential deadlock in the UDS index by using the kernel supplied
    struct callback instead of our own implementation of synchronous
    callbacks.
  • Fixed a potential stack overflow when reaping the recovery journal.