From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932649AbeA2UaU (ORCPT ); Mon, 29 Jan 2018 15:30:20 -0500 Received: from out02.mta.xmission.com ([166.70.13.232]:59358 "EHLO out02.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932554AbeA2UaQ (ORCPT ); Mon, 29 Jan 2018 15:30:16 -0500 From: ebiederm@xmission.com (Eric W. Biederman) To: Linus Torvalds Cc: Linux Containers , Date: Mon, 29 Jan 2018 14:30:11 -0600 Message-ID: <87lgggo1bg.fsf@xmission.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-XM-SPF: eid=1egG4F-0003we-DP;;;mid=<87lgggo1bg.fsf@xmission.com>;;;hst=in02.mta.xmission.com;;;ip=174.19.85.160;;;frm=ebiederm@xmission.com;;;spf=neutral X-XM-AID: U2FsdGVkX18Az51wTU6y4fYz4mY1Bb2qK7iQmWfuYfc= X-SA-Exim-Connect-IP: 174.19.85.160 X-SA-Exim-Mail-From: ebiederm@xmission.com X-Spam-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP * 0.0 TVD_RCVD_IP Message was received from an IP address * 0.8 BAYES_50 BODY: Bayes spam probability is 40 to 60% * [score: 0.5000] * -0.0 DCC_CHECK_NEGATIVE Not listed in DCC * [sa07 1397; Body=1 Fuz1=1 Fuz2=1] * 1.0 XMSubMetaSx_00 1+ Sexy Words * 0.0 T_TooManySym_01 4+ unique symbols in subject * 1.2 XMSubMetaSxObfu_03 Obfuscated Sexy Noun-People X-Spam-DCC: XMission; sa07 1397; Body=1 Fuz1=1 Fuz2=1 X-Spam-Combo: **;Linus Torvalds X-Spam-Relay-Country: X-Spam-Timing: total 180 ms - load_scoreonly_sql: 0.03 (0.0%), signal_user_changed: 2.4 (1.3%), b_tie_ro: 1.64 (0.9%), parse: 0.61 (0.3%), extract_message_metadata: 2.3 (1.3%), get_uri_detail_list: 0.80 (0.4%), tests_pri_-1000: 3.4 (1.9%), tests_pri_-950: 1.15 (0.6%), tests_pri_-900: 0.94 (0.5%), tests_pri_-400: 14 (7.9%), check_bayes: 13 (7.4%), b_tokenize: 4.0 (2.2%), b_tok_get_all: 4.2 (2.3%), b_comp_prob: 1.37 (0.8%), b_tok_touch_all: 2.3 (1.3%), b_finish: 0.53 (0.3%), tests_pri_0: 144 (79.9%), check_dkim_signature: 0.40 (0.2%), check_dkim_adsp: 2.7 (1.5%), tests_pri_500: 4.3 (2.4%), rewrite_mail: 0.00 (0.0%) Subject: [GIT PULL] userns fixes for 4.16-rc1 X-Spam-Flag: No X-SA-Exim-Version: 4.2.1 (built Thu, 05 May 2016 13:38:54 -0600) X-SA-Exim-Scanned: Yes (on in02.mta.xmission.com) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, Please pull the userns-linus branch from the git tree: git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace.git userns-linus HEAD: 8b2770a4e1c7a837e1889d4f00026e999da5faa0 fix typo in assignment of fs default overflow gid Between the holidays and other distractions only a small amount of namespace work made it into my tree this time. Just a final cleanup from a revert several kernels ago and a small typo fix from Wolffhardt Schwabe. Hopefully there is more in the next cycle. Eric Eric W. Biederman (2): userns: Don't fail follow_automount based on s_user_ns autofs4: Modify autofs_wait to use current_uid() and current_gid() Wolffhardt Schwabe (1): fix typo in assignment of fs default overflow gid fs/autofs4/waitq.c | 4 ++-- fs/namei.c | 3 --- kernel/sys.c | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-)