Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp2372284pxb; Sun, 24 Jan 2021 04:55:16 -0800 (PST) X-Google-Smtp-Source: ABdhPJyzfyCTwS6nui+ZgCJdGqz2lrcdyvZuHjeWXn5G+1NeqWWL57RY2mMecTm/mtUGRq4m549W X-Received: by 2002:a17:906:f950:: with SMTP id ld16mr479011ejb.553.1611492915836; Sun, 24 Jan 2021 04:55:15 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611492915; cv=none; d=google.com; s=arc-20160816; b=MSbmArAgzwBm3hoM5a5KWhCZDobk19GAAgc8gt1+g0/s5Lr1TlX3kLX7oFu/xJ116Q DLs93se1g4wTi5Xw9apNorC/jmUZumr9u6AplPfvLlMwdlojvqo5bAkahf1E7optYXl5 Gu+eS3NwaXwM3wWeg2m61Sm0VuudRmyTVmYtMtNrOr6lFmOanN0PWHeUs6MmwbO11DBn F5pkqXx2/NrEk12x61w0xex/OUfWhHuqmFMjVS1KOB+Lw5Grn0NFmkknH5R3ErV/lAtW Nsbn8zNRgY6Nfe5Z74Rq4jzJcOt0ZAKroPkFJSyCWJljhHiKegPWMt2RBu3/1EOkvdT4 xd1Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=jNzJKyo7kzHdxH7D0mjayvZ+1nN8w5kcUckgbx4T8FU=; b=nN4ReMt7l/OZMnYJtEpgL3c1q05owxc/ygvvVsfuQCDwUCCDCQ3Cgvs2OKWi0VGbvt NFrvhFaOh+oHo96W1jEsZNzw7Qe6RKF+BdDeQbLIMU9Tyxn5uf69OWeOY/M9bsaL2/gy BWFGu1nlmHiSlnsfHjIUK2dSK5BrJwIHMrPBJcolphwxz4Yms93Hb+6bUKqzTYf+7Yb7 NsfUHHOav80sflmMA07WtLEniJdwZ7fhYH6ZnC7DxxhCR5CztadUYcjaDA003d19bLvP Du6r4MK6U/9aICIx0RchbDy6TV9zyHo8v9KLu5zX1gdm1ozq9yJQSZbnJ1GwtEshOTsz 69ZQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a42si6676737edf.469.2021.01.24.04.54.50; Sun, 24 Jan 2021 04:55:15 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726590AbhAXMwb (ORCPT + 99 others); Sun, 24 Jan 2021 07:52:31 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:39149 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726456AbhAXMwa (ORCPT ); Sun, 24 Jan 2021 07:52:30 -0500 Received: from ip5f5af0a0.dynamic.kabel-deutschland.de ([95.90.240.160] helo=wittgenstein.fritz.box) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1l3err-0004jk-4O; Sun, 24 Jan 2021 12:51:47 +0000 From: Christian Brauner To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] misc fixes for v5.11-rc5 Date: Sun, 24 Jan 2021 13:51:22 +0100 Message-Id: <20210124125121.3969248-1-christian.brauner@ubuntu.com> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Here are some fixes for v5.11-rc5 that should hopefully be fairly uncontroversial. I've had them sitting around for a bit but only got around sending them now after concluding the idmapped mounts stuff. Sorry for the delay. /* Summary */ - Jann reported sparse complaints because of a missing __user annotation in a helper we added way back when we added pidfd_send_signal() to avoid compat syscall handling. This contains a fix for this. - Yanfei replaces a reference in a comment to the _do_fork() helper I removed a while ago with a reference to the new kernel_clone() replacement. - Alexander Guril added a simple coding style fix. The following changes since commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837: Linux 5.11-rc3 (2021-01-10 14:34:50 -0800) are available in the Git repository at: git@gitolite.kernel.org:pub/scm/linux/kernel/git/brauner/linux tags/for-linus-2021-01-24 for you to fetch changes up to cb5021ca622fe83923e0789f99fe7227cbcd3f68: kthread: remove comments about old _do_fork() helper (2021-01-11 15:11:56 +0100) /* Testing */ The patches have been sitting in -next for a while. No build failures or warnings were observed. All old and new tests are passing. /* Conflicts */ At the time of creating this PR no merge conflicts were reported from linux-next and no merge conflict with e1ae4b0be158 ("Merge branch 'mtd/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux") when pulling the tag. Please consider pulling these changes from the signed for-linus-2021-01-24 tag. Thanks! Christian ---------------------------------------------------------------- for-linus-2021-01-24 ---------------------------------------------------------------- Alexander Guril (1): Kernel: fork.c: Fix coding style: Do not use {} around single-line statements Jann Horn (1): signal: Add missing __user annotation to copy_siginfo_from_user_any Yanfei Xu (1): kthread: remove comments about old _do_fork() helper include/trace/events/sched.h | 2 +- kernel/fork.c | 6 ++---- kernel/kthread.c | 2 +- kernel/signal.c | 3 ++- 4 files changed, 6 insertions(+), 7 deletions(-)