From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751911AbbESXee (ORCPT ); Tue, 19 May 2015 19:34:34 -0400 Received: from out01.mta.xmission.com ([166.70.13.231]:44548 "EHLO out01.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751364AbbESXe3 (ORCPT ); Tue, 19 May 2015 19:34:29 -0400 From: ebiederm@xmission.com (Eric W. Biederman) To: Huang Ying Cc: LKML , LKP ML References: <1431997625.5148.237.camel@intel.com> Date: Tue, 19 May 2015 18:29:39 -0500 In-Reply-To: <1431997625.5148.237.camel@intel.com> (Huang Ying's message of "Tue, 19 May 2015 09:07:05 +0800") Message-ID: <87twv8m9i4.fsf@x220.int.ebiederm.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-XM-AID: U2FsdGVkX1/QfdEDKPr71of7Zo9f1jrHCzRCUTfS9LM= X-SA-Exim-Connect-IP: 67.3.205.90 X-SA-Exim-Mail-From: ebiederm@xmission.com X-Spam-Report: * -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP * 1.5 TR_Symld_Words too many words that have symbols inside * 0.7 XMSubLong Long Subject * 0.0 TVD_RCVD_IP Message was received from an IP address * 0.0 T_TM2_M_HEADER_IN_MSG BODY: No description available. * 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] * 0.0 T_TooManySym_03 6+ unique symbols in subject * 0.0 T_TooManySym_05 8+ unique symbols in subject * 0.0 T_TooManySym_02 5+ unique symbols in subject * 0.0 T_TooManySym_01 4+ unique symbols in subject * 0.0 T_TooManySym_04 7+ unique symbols in subject X-Spam-DCC: XMission; sa07 1397; Body=1 Fuz1=1 Fuz2=1 X-Spam-Combo: **;Huang Ying X-Spam-Relay-Country: X-Spam-Timing: total 245 ms - load_scoreonly_sql: 0.04 (0.0%), signal_user_changed: 4.1 (1.7%), b_tie_ro: 3.0 (1.2%), parse: 0.84 (0.3%), extract_message_metadata: 12 (5.0%), get_uri_detail_list: 1.00 (0.4%), tests_pri_-1000: 4.7 (1.9%), tests_pri_-950: 1.29 (0.5%), tests_pri_-900: 1.06 (0.4%), tests_pri_-400: 14 (5.8%), check_bayes: 13 (5.3%), b_tokenize: 3.3 (1.4%), b_tok_get_all: 4.0 (1.6%), b_comp_prob: 1.28 (0.5%), b_tok_touch_all: 2.5 (1.0%), b_finish: 0.69 (0.3%), tests_pri_0: 198 (80.5%), tests_pri_500: 6 (2.6%), rewrite_mail: 0.00 (0.0%) Subject: Re: [LKP] [proc] 3668622c537: WARNING: CPU: 1 PID: 468 at fs/proc/inode.c:439 proc_get_inode+0x10f/0x120() X-Spam-Flag: No X-SA-Exim-Version: 4.2.1 (built Wed, 24 Sep 2014 11:00:52 -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 Huang Ying writes: > FYI, we noticed the below changes on > > git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace.git for-testing > commit 3668622c537df68d542cf29e98c05527080e302a ("proc: Allow creating permanently empty directories.") Thank you for reporting this. I corrected this Friday on my for-testing branch shortly after Fengguag Wu reported this. Eric