Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On Mon, Oct 23, 2017 at 10:50:32AM +0200, Roland Kammerer wrote: > On Thu, Oct 19, 2017 at 10:12:41AM +1100, Tobin C. Harding wrote: > > $ sudo drbdmanage init > > > > [ 132.862102] drbd: loading out-of-tree module taints kernel. > > [ 132.900147] drbd: initialized. Version: 9.0.9-1 (api:2/proto:86-112) > > [ 132.900165] drbd: GIT-hash: 41a6c87e94810f681cd57c49b7f1273cb802f018 Makefile build by tobin at rpis, 2017-10-16 22:53:39 > > [ 132.900171] drbd: registered as block device major 147 > > [ 136.816634] drbd .drbdctrl: Starting worker thread (from drbdsetup [661]) > > [ 137.945004] Alignment trap: not handling instruction e1932f9f at [<bf213278>] > > [ 137.945022] Unhandled fault: alignment exception (0x001) at 0xdabcb415 > > This was caused by the compat layer, which in the end generated > unaligned code. This should be fixed in the current HEAD on github[1]. > Please test. Please note that code in the submodule was changed, so > don't forget about "git submodule update". Fixes alignment issue on ARM (Raspberry Pi). thanks, Tobin.