This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from e35184f32151 Merge tag 'drm-fixes-2022-10-21' of git://anongit.freedesk [...] new e25b091bed49 watchdog: Add tracing events for the most usual watchdog events new 4f1e0c18bc83 Merge tag 'linux-watchdog-6.1-rc2' of git://www.linux-watc [...] new 21a1994b6492 rv/dot2c: Make automaton definition static new ce3d90a87776 Merge tag 'trace-tools-6.1-rc1' of git://git.kernel.org/pu [...] new 280330fac482 Merge branch 'master' into mm-hotfixes-stable new 8048b8358031 Merge branch 'master' into mm-hotfixes-stable new 5ad15f1b32f4 mailmap: update Dan Carpenter's email address new cef408e70e9b mailmap: update email for Qais Yousef new 7329e3ebe359 mm/mempolicy: fix mbind_range() arguments to vma_merge() new 4249a05ff670 zsmalloc: zs_destroy_pool: add size_class NULL check new 977ef30a7d88 gcov: support GCC 12.1 and newer compilers new 759a7c6126ee ocfs2: fix BUG when iput after ocfs2_mknod fails new 28f4821b1b53 ocfs2: clear dinode links count in case of error new eacf96d23f23 init: Kconfig: fix spelling mistake "satify" -> "satisfy" new 5789151e48ac mm/mmap: undo ->mmap() when mas_preallocate() fails new 1cd916d0340d mm/mmap.c: __vma_adjust(): suppress uninitialized var warning new a57b70519d1f mm/mmap: fix MAP_FIXED address return on VMA merge new 12df140f0bdf mm,hugetlb: take hugetlb_lock before decrementing h->resv_ [...] new 08ac85521cb2 mm: /proc/pid/smaps_rollup: fix maple tree search new df48a5f7a3bb mm/page_alloc: reduce potential fragmentation in make_allo [...] new 612b8a317023 hugetlb: fix memory leak associated with vma_lock structure new 71e2d666ef85 mm/huge_memory: do not clobber swp_entry_t during THP split new 97061d441110 nouveau: fix migrate_to_ram() for faulting page new 440b7895c990 Merge tag 'mm-hotfixes-stable-2022-10-20' of git://git.ker [...]
The 24 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .mailmap | 4 ++- MAINTAINERS | 1 + drivers/gpu/drm/nouveau/nouveau_dmem.c | 1 + drivers/watchdog/watchdog_core.c | 4 +++ drivers/watchdog/watchdog_dev.c | 12 +++++-- fs/ocfs2/namei.c | 23 ++++++------ fs/proc/task_mmu.c | 2 +- include/trace/events/watchdog.h | 66 ++++++++++++++++++++++++++++++++++ init/Kconfig | 2 +- kernel/gcov/gcc_4_7.c | 18 ++++++++-- mm/huge_memory.c | 11 +++++- mm/hugetlb.c | 37 ++++++++++++++----- mm/mempolicy.c | 17 +++++---- mm/mmap.c | 20 +++++------ mm/page_alloc.c | 20 ++++++----- mm/zsmalloc.c | 3 ++ tools/verification/dot2/dot2c.py | 2 +- 17 files changed, 189 insertions(+), 54 deletions(-) create mode 100644 include/trace/events/watchdog.h