sched/core: Remove duplicate assignment in sched_tick_remote()
Scott Wood authored
commit 82e0516c upstream.

A redundant "curr = rq->curr" was added; remove it.

Fixes: ebc0f83c

 ("timers/nohz: Update NOHZ load in remote tick")
Signed-off-by: default avatarScott Wood <swood@redhat.com>
Signed-off-by: default avatarPeter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/1580776558-12882-1-git-send-email-swood@redhat.com


Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
42f43f29
Name Last commit Last update
Documentation time/namespace: Add max_time_namespaces ucount
LICENSES LICENSES: Rename other to deprecated
arch arm64: dts: allwinner: h6: Fix PMU compatible
block block, bfq: fix use-after-free in bfq_idle_slice_timer_body
certs certs: Add wrapper function to check blacklisted binary hash
crypto crypto: rng - Fix a refcounting bug in crypto_rng_reset()
drivers net: qualcomm: rmnet: Allow configuration updates to existing devices
fs io_uring: honor original task RLIMIT_FSIZE
include signal: Extend exec_id to 64bits
init int128: fix __uint128_t compiler test in Kconfig
ipc Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()"
kernel sched/core: Remove duplicate assignment in sched_tick_remote()
lib XArray: Fix xa_find_next for large multi-index entries
mm slub: improve bit diffusion for freelist ptr obfuscation
net Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
samples Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
scripts Merge tag 'devicetree-fixes-for-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
security KEYS: reaching the keys quotas correctly
sound ALSA: hda/realtek - Add quirk for MSI GL63
tools tools: gpio: Fix out-of-tree build regression
usr initramfs: restore default compression behavior
virt Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
.clang-format clang-format: Update with the latest for_each macro list
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes .gitattributes: use 'dts' diff driver for dts files
.gitignore selftest/lkdtm: Use local .gitignore
.mailmap mailmap: Update email address
COPYING COPYING: state that all contributions really are covered by this file
CREDITS MAINTAINERS: Hand MIPS over to Thomas
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y
Kconfig docs: kbuild: convert docs to ReST and rename to *.rst
MAINTAINERS MAINTAINERS: fix bad file pattern
Makefile Linux 5.6.4
README Drop all 00-INDEX files from Documentation/
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.