This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch x86-rep-insns in repository linux.
discards 20f6aee7b9d8 x86: improve on the non-rep 'clear_user_original' discards fd1374c9159d x86: inline the 'rep movs' in user copies for the FSRM case discards 5e10834adc98 x86: move stac/clac from user copy routines into callers discards f3d3db580db7 x86: don't use REP_GOOD or ERMS for user memory clearing discards 2e559ed5c10d x86: don't use REP_GOOD or ERMS for user memory copies discards a7e645cb8461 x86: don't use REP_GOOD or ERMS for small memory clearing discards c7713a8c77d6 x86: don't use REP_GOOD or ERMS for small memory copies adds e7067a446264 ksmbd: avoid out of bounds access in decode_preauth_ctxt() adds 6586c4d48018 Merge tag '6.3-rc6-ksmbd-server-fix' of git://git.samba.org/ksmbd adds d83806c4c0cc purgatory: fix disabling debug info adds dcc11ac9dcaf Documentation/llvm: Add a note about prebuilt kernel.org t [...] adds aa7d233f45b4 kbuild: give up untracked files for source package builds adds 5efb685bb3af initramfs: Check negative timestamp to prevent broken cpio [...] adds 735faf92fb06 init/initramfs: Fix argument forwarding to panic() in pani [...] adds f6d8283549bc kbuild: merge cmd_archive_linux and cmd_archive_perf adds f8d94c4e403c kbuild: do not create intermediate *.tar for source tarballs adds 3c65a2704cdd kbuild: do not create intermediate *.tar for tar packages adds f0dd81db3eac Merge tag 'kbuild-fixes-v6.3-3' of git://git.kernel.org/pu [...] adds b277fc793daf powerpc/papr_scm: Update the NUMA distance table for the t [...] adds 4a1c388ce052 Merge tag 'powerpc-6.3-5' of git://git.kernel.org/pub/scm/ [...] adds 775d3c514c5b x86/rtc: Remove __init for runtime functions adds e623175f6418 Merge tag 'x86_urgent_for_v6.3_rc7' of git://git.kernel.or [...] adds 91dcf1e8068e sched/fair: Fix imbalance overflow adds 6c538e1adbfc Merge tag 'sched_urgent_for_v6.3_rc7' of git://git.kernel. [...] adds 6a8f57ae2eb0 Linux 6.3-rc7 new df1986a0a62d x86: don't use REP_GOOD or ERMS for small memory copies new 91e6020ece8d x86: don't use REP_GOOD or ERMS for small memory clearing new eba2dc28b826 x86: don't use REP_GOOD or ERMS for user memory copies new 50b36a79898d x86: don't use REP_GOOD or ERMS for user memory clearing new 42a63ddc5b0c x86: move stac/clac from user copy routines into callers new ef2c071bbc22 x86: inline the 'rep movs' in user copies for the FSRM case new 8f02ed520c1a x86: improve on the non-rep 'clear_user' function new bed303497bf1 x86: improve on the non-rep 'copy_user' function
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (20f6aee7b9d8) \ N -- N -- N refs/heads/x86-rep-insns (bed303497bf1)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 8 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: Documentation/kbuild/llvm.rst | 4 + Makefile | 2 +- arch/powerpc/mm/numa.c | 1 + arch/powerpc/platforms/pseries/papr_scm.c | 7 + arch/riscv/purgatory/Makefile | 7 +- arch/x86/include/asm/uaccess_64.h | 12 +- arch/x86/kernel/x86_init.c | 4 +- arch/x86/lib/clear_page_64.S | 9 +- arch/x86/lib/copy_user_64.S | 289 ++++++++++++++---------------- arch/x86/purgatory/Makefile | 3 +- fs/ksmbd/smb2pdu.c | 23 ++- init/initramfs.c | 11 +- kernel/sched/fair.c | 10 ++ scripts/Makefile.package | 64 +++---- scripts/package/gen-diff-patch | 62 +++---- scripts/package/mkdebian | 103 ++++++----- scripts/package/mkspec | 11 +- tools/objtool/check.c | 4 +- usr/gen_init_cpio.c | 12 +- 19 files changed, 320 insertions(+), 318 deletions(-)