Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1241143
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | linux-next: build failure after merge of the target-updates tree |
| Date | 2015-10-07 05:50 +0200 |
| Message-ID | <qgNTQ-1qY-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
linux-next: build failure after merge of the target-updates tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-10-07 05:50 +0200
Re: linux-next: build failure after merge of the target-updates tree Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2015-10-07 14:30 +0200
Re: linux-next: build failure after merge of the target-updates tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-10-07 22:30 +0200
[PATCH] stm class: Use per-attribute show and store methods in configfs policy Alexander Shishkin <alexander.shishkin@linux.intel.com> - 2015-10-07 14:30 +0200
csiph-web