From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752964AbbION50 (ORCPT ); Tue, 15 Sep 2015 09:57:26 -0400 Received: from linuxhacker.ru ([217.76.32.60]:50887 "EHLO fiona.linuxhacker.ru" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752559AbbION5Z convert rfc822-to-8bit (ORCPT ); Tue, 15 Sep 2015 09:57:25 -0400 Subject: Re: [PATCH 06/19] staging/lustre/lmv: fix potential null pointer dereference Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=windows-1252 From: Oleg Drokin In-Reply-To: <55F81C72.7080701@gmail.com> Date: Tue, 15 Sep 2015 09:57:12 -0400 Cc: Greg Kroah-Hartman , devel@driverdev.osuosl.org, Andreas Dilger , Linux Kernel Mailing List Content-Transfer-Encoding: 8BIT Message-Id: <4BA4FC50-F327-43CD-9560-93DE545146A1@linuxhacker.ru> References: <1442270495-1655259-1-git-send-email-green@linuxhacker.ru> <1442270495-1655259-7-git-send-email-green@linuxhacker.ru> <55F81C72.7080701@gmail.com> To: Trevor Woerner X-Mailer: Apple Mail (2.1283) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello! On Sep 15, 2015, at 9:26 AM, Trevor Woerner wrote: > On 09/14/15 18:41, green@linuxhacker.ru wrote: >> Reviewed-on: http://review.whamcloud.com/14605 > > I'm confused why the patch found in this email doesn't match the patch I > find when I click on the above link? Some of the patches in this series > match what I find on your jenkins URLs, and some do not. > > For example, the function call in the body of the "if" below is > "sysfs_remove_link()" but the function call in the "if" body of the code > I find at http://review.whamcloud.com/14605 after clicking on the > "lustre/lmv/lmv_obd.c" link is "lprocfs_remove_proc_entry()". > > Maybe I'm not using your jenkins correctly? You are using it correctly. The patch is a "port" from one tree to another, but the pointer is to the original patch. As the trees have diverged, various differences have accumulated. The pointer is still useful to better be able to see which patches were already included and which were not yet. Bye, Oleg