From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DAB01C433E0 for ; Wed, 10 Mar 2021 16:10:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AC88464FB9 for ; Wed, 10 Mar 2021 16:10:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232701AbhCJQJ5 (ORCPT ); Wed, 10 Mar 2021 11:09:57 -0500 Received: from mail.kernel.org ([198.145.29.99]:58760 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233253AbhCJQJs (ORCPT ); Wed, 10 Mar 2021 11:09:48 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id DEF5A64EB3; Wed, 10 Mar 2021 16:09:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1615392588; bh=C0BjbrFILuIdm0gH2fNV9//MEdJhoKcilycTcDKfmbE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hjia/KwGtGVsc5+U5PJVzo53iU86uG11+oNUqtAO+nzOwqe3eAPRQYzhU1xLUxg8n xcm5V2EB5hJySA1uZDTt5CnLd7f3gp2p0JTGdnjh6qIf7pUssFdZ97kVktvfev6xHV i/fNZ4XzxydTLWo5jsN0M4re0k+x/KsQNjMgafOo= Date: Wed, 10 Mar 2021 17:09:46 +0100 From: Greg KH To: Mihai Carabas Cc: linux-kernel@vger.kernel.org, arnd@arndb.de, rdunlap@infradead.org, bobo.shaobowang@huawei.com Subject: Re: [PATCH v4] add support for pci in the pvpanic driver Message-ID: References: <1613245447-21495-1-git-send-email-mihai.carabas@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 10, 2021 at 05:08:46PM +0100, Greg KH wrote: > On Sun, Feb 28, 2021 at 08:39:29PM +0200, Mihai Carabas wrote: > > Hello, > > > > Any feedback on this last series? > > Other than the "this breaks the build according to the kernel test > robot"? > > I think that needs to be fixed before we can do anything here... Ok, it didn't break the build, it added a warning, which is still not allowed, as you know. thanks, greg k-h