https://github.com/torvalds/linux
Revision a1fd058b07d58c3372c1aba25dd65f1c9c9b65f1 authored by Linus Torvalds on 04 May 2023, 20:21:16 UTC, committed by Linus Torvalds on 04 May 2023, 20:21:16 UTC
Pull hitfixes from Andrew Morton:
 "Five hotfixes.  Three are cc:stable, two for this -rc cycle"

* tag 'mm-hotfixes-stable-2023-05-03-16-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm:
  mm: change per-VMA lock statistics to be disabled by default
  MAINTAINERS: update Michal Simek's email
  mm/mempolicy: correctly update prev when policy is equal on mbind
  relayfs: fix out-of-bounds access in relay_file_read
  kasan: hw_tags: avoid invalid virt_to_page()
2 parent s 15fb96a + 6152e53
Raw File
Tip revision: a1fd058b07d58c3372c1aba25dd65f1c9c9b65f1 authored by Linus Torvalds on 04 May 2023, 20:21:16 UTC
Merge tag 'mm-hotfixes-stable-2023-05-03-16-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Tip revision: a1fd058
.rustfmt.toml
edition = "2021"
newline_style = "Unix"

# Unstable options that help catching some mistakes in formatting and that we may want to enable
# when they become stable.
#
# They are kept here since they are useful to run from time to time.
#format_code_in_doc_comments = true
#reorder_impl_items = true
#comment_width = 100
#wrap_comments = true
#normalize_comments = true
back to top