This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c757fc92a3f7 Merge tag 'spi-fix-v6.2-rc3' of git://git.kernel.org/pub/s [...] new feaf75658783 nolibc: fix fd_set type new 16f5cea74179 tools/nolibc: Fix S_ISxxx macros new 184177c3d6e0 tools/nolibc: restore mips branch ordering in the _start block new 55abdd1f5e1e tools/nolibc: fix missing includes causing build issues at -O0 new 1bfbe1f3e967 tools/nolibc: prevent gcc from making memset() loop over itself new 00b18da40893 tools/nolibc: fix the O_* fcntl/open macro definitions for riscv new f129b61612af Merge tag 'urgent-nolibc.2023.01.09a' of git://git.kernel. [...] new cad90e5381d8 objtool: Tolerate STT_NOTYPE symbols at end of section new cf4d5be89c0a Merge tag 'core-urgent-2023-01-12' of git://git.kernel.org [...] new 7fb3ff22ad87 sched/core: Fix arch_scale_freq_tick() on tickless systems new 87ca4f9efbd7 sched/core: Fix use-after-free bug in dup_user_cpus_ptr() new 9a5418bc48ba sched/core: Use kfree_rcu() in do_set_cpus_allowed() new ea66bf86536d Merge tag 'sched-urgent-2023-01-12' of git://git.kernel.or [...] new 01f2ea5bcf89 perf/x86/cstate: Add Meteor Lake support new 6887a4d3aede perf/x86/msr: Add Meteor Lake support new 69ced4160969 perf/x86/msr: Add Emerald Rapids new 5268a2842066 perf/x86/intel/uncore: Add Emerald Rapids new a7b19c603e0c Merge tag 'perf-urgent-2023-01-12' of git://git.kernel.org [...] new f3cb80804b82 time: Fix various kernel-doc problems new 772d0e9144df Merge tag 'timers-urgent-2023-01-12' of git://git.kernel.o [...]
The 20 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: arch/x86/events/intel/cstate.c | 21 +++++++----- arch/x86/events/intel/uncore.c | 1 + arch/x86/events/msr.c | 3 ++ kernel/sched/core.c | 69 +++++++++++++++++++++++++++++++++----- kernel/time/tick-oneshot.c | 4 +-- kernel/time/time.c | 8 ++--- kernel/time/timekeeping.c | 8 ++--- tools/include/nolibc/arch-mips.h | 2 ++ tools/include/nolibc/arch-riscv.h | 14 ++++---- tools/include/nolibc/ctype.h | 3 ++ tools/include/nolibc/errno.h | 3 ++ tools/include/nolibc/signal.h | 3 ++ tools/include/nolibc/stdio.h | 3 ++ tools/include/nolibc/stdlib.h | 3 ++ tools/include/nolibc/string.h | 8 ++++- tools/include/nolibc/sys.h | 2 ++ tools/include/nolibc/time.h | 3 ++ tools/include/nolibc/types.h | 70 ++++++++++++++++++++++----------------- tools/include/nolibc/unistd.h | 3 ++ tools/objtool/check.c | 9 +++++ 20 files changed, 174 insertions(+), 66 deletions(-)