summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-12-1315-266/+64
|\
| * [elf] get rid of get_note_info_size()Al Viro2022-11-251-6/+1
| * [elf] unify regset and non-regset casesAl Viro2022-11-251-192/+38
| * [elf][non-regset] use elf_core_copy_task_regs() for dumper as wellAl Viro2022-11-251-1/+1
| * [elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro2022-11-259-34/+13
| * elf_core_copy_task_regs(): task_pt_regs is defined everywhereAl Viro2022-10-241-1/+1
| * [elf][regset] simplify thread list handling in fill_note_info()Al Viro2022-10-241-12/+10
| * [elf][regset] clean fill_note_info() a bitAl Viro2022-10-241-9/+2
| * kill extern of vsyscall32_sysctlAl Viro2022-10-241-1/+0
| * kill coredump_params->regsAl Viro2022-10-243-4/+2
| * kill signal_pt_regs()Al Viro2022-10-244-12/+2
* | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-13100-302/+750
|\ \
| * | ipc: fix memory leak in init_mqueue_fs()Zhengchao Shao2022-12-121-2/+4
| * | hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg2022-12-123-2/+8
| * | rapidio: devices: fix missing put_device in mport_cdev_openCai Xinchen2022-12-121-0/+1
| * | kcov: fix spelling typos in commentsRong Tao2022-12-121-1/+1
| * | hfs: Fix OOB Write in hfs_asc2macZhangPeng2022-12-121-1/+1
| * | hfs: fix OOB Read in __hfs_brec_findZhangPeng2022-12-121-0/+2
| * | relay: fix type mismatch when allocating memory in relay_create_buf()Gavrilov Ilia2022-12-121-2/+2
| * | ocfs2: always read both high and low parts of dinode link countAlexey Asemov2022-12-121-2/+1
| * | io-mapping: move some code within the include guarded sectionChristophe JAILLET2022-12-121-2/+2
| * | kernel: kcsan: kcsan_test: build without structleak pluginAnders Roxell2022-12-121-0/+1
| * | mailmap: update email for Iskren ChernevIskren Chernev2022-12-121-0/+1
| * | eventfd: change int to __u64 in eventfd_signal() ifndef CONFIG_EVENTFDZhang Qilong2022-12-121-1/+1
| * | rapidio: fix possible UAF when kfifo_alloc() failsWang Weiyang2022-12-121-4/+3
| * | relay: use strscpy() is more robust and saferXu Panda2022-12-121-2/+2
| * | cpumask: limit visibility of FORCE_NR_CPUSYury Norov2022-12-011-2/+2
| * | acct: fix potential integer overflow in encode_comp_t()Zheng Yejian2022-12-011-0/+2
| * | acct: fix accuracy loss for input value of encode_comp_t()Zheng Yejian2022-12-011-2/+2
| * | linux/init.h: include <linux/build_bug.h> and <linux/stringify.h>Masahiro Yamada2022-12-011-0/+2
| * | rapidio: rio: fix possible name leak in rio_register_mport()Yang Yingliang2022-12-011-2/+7
| * | rapidio: fix possible name leaks when rio_add_device() failsYang Yingliang2022-12-012-4/+11
| * | fat (exportfs): fix some kernel-doc warningsBo Liu2022-12-011-2/+2
| * | ocfs2: fix memory leak in ocfs2_mount_volume()Li Zetao2022-12-013-2/+6
| * | lib/radix-tree.c: fix uninitialized variable compilation warningRong Tao2022-12-011-1/+1
| * | vmcoreinfo: warn if we exceed vmcoreinfo data sizeStephen Brennan2022-12-011-0/+3
| * | checkpatch: add check for array allocator family argument orderLiao Chang2022-12-011-1/+1
| * | wifi: rt2x00: use explicitly signed or unsigned typesJason A. Donenfeld2022-12-0113-58/+58
| * | debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita2022-12-013-14/+43
| * | lib/notifier-error-inject: fix error when writing -errno to debugfs fileAkinobu Mita2022-12-011-1/+1
| * | libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita2022-12-012-5/+29
| * | scripts/spelling.txt: add more spellings to spelling.txtColin Ian King2022-11-181-1/+32
| * | sched/fair: use try_cmpxchg in task_numa_workUros Bizjak2022-11-181-1/+1
| * | selftests: cgroup: fix unsigned comparison with less than zeroYueHaibing2022-11-181-2/+3
| * | selftests/vm: add local_config.h and local_config.mk to .gitignoreZhao Gongyi2022-11-181-0/+2
| * | squashfs: fix null-ptr-deref in squashfs_fill_superBaokun Li2022-11-181-1/+2
| * | ocfs2: fix memory leak in ocfs2_stack_glue_init()Shang XiaoJing2022-11-181-1/+7
| * | tools/accounting/procacct: remove some unused variablesXiongfeng Wang2022-11-181-6/+1
| * | rapidio/tsi721: replace flush_scheduled_work() with flush_work()Tetsuo Handa2022-11-181-1/+2
| * | lib/fonts: fix undefined behavior in bit shift for get_default_fontGaosheng Cui2022-11-181-2/+2