Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Philipp Reisner schrieb: >> > > During normal operation everything is fine. But if I fire up a new drbd >> > > device (drbdadm up res or drbdadm adjust res) sometimes (about 1 out of >> > > ten times) the machine crashes with kernel panic. > [...] >> > Last night I configured aroung 40 new drbd devices on the production >> > machine and got a crash after about 35 configured devices. I made a >> > screenshot from my kvm screen during the crash: > [...] >> This is of course very interesting, but that partial call trace is >> unfortunately useless. > > I have to correct myself. That partial stack trace was sufficient to track > the issue down in the end. > > Here is the patch, that fixes the issue. Hi, thanks a lot for the patch! Is the patch against 8.3.1 or 8.3.2rc2? I have a failed hunk resulting in the patch seeking for: static unsigned long bm_count_bits(struct drbd_bitmap *b) while my 8.3.1 sources use: static inline unsigned long bm_count_bits(struct drbd_bitmap *b) Not a big thing I think but I would like to be sure. Best regards Tim