From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753300AbbJGDtg (ORCPT ); Tue, 6 Oct 2015 23:49:36 -0400 Received: from ozlabs.org ([103.22.144.67]:41493 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752928AbbJGDte (ORCPT ); Tue, 6 Oct 2015 23:49:34 -0400 Date: Wed, 7 Oct 2015 14:49:32 +1100 From: Stephen Rothwell To: "Nicholas A. Bellinger" , Greg KH , Arnd Bergmann Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Alexander Shishkin , Christoph Hellwig Subject: linux-next: build failure after merge of the target-updates tree Message-ID: <20151007144932.3e68e0f7@canb.auug.org.au> X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Nicholas, After merging the target-updates tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/hwtracing/stm/policy.c:212:2: error: unknown field 'show_attribute' specified in initializer .show_attribute = stp_policy_node_attr_show, ^ drivers/hwtracing/stm/policy.c:212:2: warning: initialization from incompatible pointer type drivers/hwtracing/stm/policy.c:212:2: warning: (near initialization for 'stp_policy_node_item_ops.allow_link') drivers/hwtracing/stm/policy.c:213:2: error: unknown field 'store_attribute' specified in initializer .store_attribute = stp_policy_node_attr_store, ^ drivers/hwtracing/stm/policy.c:213:2: warning: initialization from incompatible pointer type drivers/hwtracing/stm/policy.c:213:2: warning: (near initialization for 'stp_policy_node_item_ops.drop_link') drivers/hwtracing/stm/policy.c:353:2: error: unknown field 'show_attribute' specified in initializer .show_attribute = stp_policy_attr_show, ^ drivers/hwtracing/stm/policy.c:353:2: warning: initialization from incompatible pointer type drivers/hwtracing/stm/policy.c:353:2: warning: (near initialization for 'stp_policy_item_ops.allow_link') Caused by commit 7bd1d4093c2f ("stm class: Introduce an abstraction for System Trace Module devices") from the char-misc tree interacting with commit f71933438300 ("configfs: remove old API") I have reverted the target-updated commit for today. If there is a better resolution (and I assume that there is), please let me know. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au