From: Linus Torvalds Date: Fri, 3 Jul 2020 05:40:06 +0000 (-0700) Subject: Merge tag 'for-linus-2020-07-02' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=45564bcd57046ebe8c9309527c114dcd042cb7e5;p=linux.git Merge tag 'for-linus-2020-07-02' of git://git./linux/kernel/git/brauner/linux Pull data race annotation from Christian Brauner: "This contains an annotation patch for a data race in copy_process() reported by KCSAN when reading and writing nr_threads. The data race is intentional and benign. This is obvious from the comment above the relevant code and based on general consensus when discussing this issue. So simply using data_race() to annotate this as an intentional race seems the best option" * tag 'for-linus-2020-07-02' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux: fork: annotate data race in copy_process() --- 45564bcd57046ebe8c9309527c114dcd042cb7e5