From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754474AbbFEKNM (ORCPT ); Fri, 5 Jun 2015 06:13:12 -0400 Received: from ozlabs.org ([103.22.144.67]:48086 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753287AbbFEKNJ (ORCPT ); Fri, 5 Jun 2015 06:13:09 -0400 Message-ID: <1433499181.8590.1.camel@ellerman.id.au> Subject: linux-next: build failure after merge of the drivers-x86 tree From: Michael Ellerman To: Darren Hart Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, rkrcmar@redhat.com Date: Fri, 05 Jun 2015 20:13:01 +1000 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Darren, After merging the drivers-x86 tree, today's linux-next build (x86_64 allmodconfig) failed like this: ERROR: "acpi_bus_get_status_handle" [drivers/platform/x86/pvpanic.ko] undefined! Caused by commit b8f8cf6b02b6 ("pvpanic: handle missing _STA correctly"). I have applied the fixup patch from Radim for today (http://marc.info/?l=linux-next&m=143344030214935&w=2). cheers