lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20151007144932.3e68e0f7@canb.auug.org.au> Date: Wed, 7 Oct 2015 14:49:32 +1100 From: Stephen Rothwell <sfr@...b.auug.org.au> To: "Nicholas A. Bellinger" <nab@...ux-iscsi.org>, Greg KH <greg@...ah.com>, Arnd Bergmann <arnd@...db.de> Cc: linux-next@...r.kernel.org, linux-kernel@...r.kernel.org, Alexander Shishkin <alexander.shishkin@...ux.intel.com>, Christoph Hellwig <hch@....de> Subject: linux-next: build failure after merge of the target-updates tree 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@...b.auug.org.au -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists