From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750810AbdAWJcJ (ORCPT ); Mon, 23 Jan 2017 04:32:09 -0500 Received: from userp1050.oracle.com ([156.151.31.82]:25215 "EHLO userp1050.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750708AbdAWJcG (ORCPT ); Mon, 23 Jan 2017 04:32:06 -0500 Date: Mon, 23 Jan 2017 12:30:26 +0300 From: Dan Carpenter To: SF Markus Elfring Cc: kvm@vger.kernel.org, Paolo Bonzini , Radim =?utf-8?B?S3LEjW3DocWZ?= , LKML , kernel-janitors@vger.kernel.org Subject: Re: [PATCH 8/9] KVM: Adjust seven checks for null pointers Message-ID: <20170123093026.GM4454@mwanda> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: userp1040.oracle.com [156.151.31.81] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hm... GCC complains about "if (array)" but not about "if (array != NULL) ". I view this as a bug in GCC... But you should still be seeing these compile warnings. This is something like the 6th warning that kbuild has had to send you. regards, dan carpenter