summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2024-10-24 03:17:59 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2024-11-06 08:46:34 +0900
commit8e8ce9531e09376d987ff0e09491bea82a0f6411 (patch)
treed8a49d77bb4b405090509f4de72636407dfcf5a4 /tools/perf/scripts/python/bin
parent572cd1d2a9a68b66af98a60f4aad4f01d6589447 (diff)
downloadkernel-8e8ce9531e09376d987ff0e09491bea82a0f6411.tar.gz
kconfig: qconf: remove redundant check in goBack()
The same check is performed in the configList->setParentMenu() call. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
/scm/linux/kernel/git/vir...Linus Torvalds 2018-01-12signal: Ensure generic siginfos the kernel sends have all bits initializedEric W. Biederman 2017-11-29make kernel-side POLL... arch-independentAl Viro 2017-11-28->si_band gets POLL... bitmap stored into a user-visible long fieldAl Viro 2017-11-15fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton 2017-11-15fcntl: don't leak fd reference when fixup_compat_flock failsJeff Layton 2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland 2017-09-18fcntl: Don't set si_code to SI_SIGIO when sig == SIGPOLLEric W. Biederman 2017-07-24fcntl: Don't use ambiguous SIG_POLL si_codesEric W. Biederman 2017-07-07vfs: fix flock compat thinkoLinus Torvalds 2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds 2017-06-28fs/fcntl: use copy_to/from_user() for u64 typesJens Axboe 2017-06-27fs: add fcntl() interface for setting/getting write life time hintsJens Axboe 2017-06-26Switch flock copyin/copyout primitives to copy_{from,to}_user()Al Viro 2017-06-14fs/fcntl: return -ESRCH in f_setown when pid/pgid can't be foundJeff Layton 2017-06-14fs/fcntl: f_setown, avoid undefined behaviourJiri Slaby 2017-06-14fs/fcntl: f_setown, allow returning errorJiri Slaby 2017-06-01fs/locks: don't mess with the address limit in compat_fcntl64Christoph Hellwig 2017-05-27fs/locks: pass kernel struct flock to fcntl_getlk/setlkChristoph Hellwig 2017-05-09Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2017-04-27fs: add a VALID_OPEN_FLAGSChristoph Hellwig 2017-04-17fcntl: move compat syscalls from compat.cAl Viro 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds 2016-12-04don't open-code file_inode()Al Viro