From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752549AbdJCQsq (ORCPT ); Tue, 3 Oct 2017 12:48:46 -0400 Received: from out01.mta.xmission.com ([166.70.13.231]:41614 "EHLO out01.mta.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752463AbdJCQs3 (ORCPT ); Tue, 3 Oct 2017 12:48:29 -0400 From: ebiederm@xmission.com (Eric W. Biederman) To: Philipp Hahn Cc: linux-fsdevel@vger.kernel.org, "linux-kernel\@vger.kernel.org" , Felix Botner , Dirk Wiesenthal References: <8760c2u5bh.fsf@xmission.com> Date: Tue, 03 Oct 2017 11:48:10 -0500 In-Reply-To: <8760c2u5bh.fsf@xmission.com> (Eric W. Biederman's message of "Thu, 28 Sep 2017 12:00:02 -0500") Message-ID: <87lgksb2k5.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=1dzQMo-000094-99;;;mid=<87lgksb2k5.fsf@xmission.com>;;;hst=in02.mta.xmission.com;;;ip=67.3.200.44;;;frm=ebiederm@xmission.com;;;spf=neutral X-XM-AID: U2FsdGVkX1+LCSTCZsv+t7GydRk4l/R/jwLc35p6L1w= X-SA-Exim-Connect-IP: 67.3.200.44 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.0 TVD_RCVD_IP Message was received from an IP address * 0.0 T_TM2_M_HEADER_IN_MSG BODY: No description available. * -0.0 BAYES_40 BODY: Bayes spam probability is 20 to 40% * [score: 0.2245] * -0.0 DCC_CHECK_NEGATIVE Not listed in DCC * [sa06 1397; Body=1 Fuz1=1 Fuz2=1] * 0.0 T_TooManySym_03 6+ unique symbols in subject * 0.0 T_TooManySym_02 5+ unique symbols in subject * 0.0 T_TooManySym_01 4+ unique symbols in subject X-Spam-DCC: XMission; sa06 1397; Body=1 Fuz1=1 Fuz2=1 X-Spam-Combo: ;Philipp Hahn X-Spam-Relay-Country: X-Spam-Timing: total 5687 ms - load_scoreonly_sql: 0.04 (0.0%), signal_user_changed: 2.4 (0.0%), b_tie_ro: 1.65 (0.0%), parse: 1.04 (0.0%), extract_message_metadata: 19 (0.3%), get_uri_detail_list: 0.96 (0.0%), tests_pri_-1000: 10 (0.2%), tests_pri_-950: 1.61 (0.0%), tests_pri_-900: 1.18 (0.0%), tests_pri_-400: 13 (0.2%), check_bayes: 12 (0.2%), b_tokenize: 3.8 (0.1%), b_tok_get_all: 3.6 (0.1%), b_comp_prob: 1.16 (0.0%), b_tok_touch_all: 2.0 (0.0%), b_finish: 0.57 (0.0%), tests_pri_0: 220 (3.9%), check_dkim_signature: 0.43 (0.0%), check_dkim_adsp: 2.7 (0.0%), tests_pri_500: 5415 (95.2%), poll_dns_idle: 5407 (95.1%), rewrite_mail: 0.00 (0.0%) Subject: Re: OOPS: linux-4.9.33/fs/pnode.c:propagate_one() 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 ebiederm@xmission.com (Eric W. Biederman) writes: > Philipp Hahn writes: > >> We will try 4.9.52 next and see, if we can still reproduce it. Can you still reproduce this on 4.9.52? I am not seeing anything obvious that would result in last_source becomming NULL there so knowing I am not lookning for a phantom would be very helpful. Eric