Hi,

this patch series contains some of the patches of the previous patch series
to fix dlm message drops if reconnects occurs. These patches have
less to do something to introduce the reliable midcomms layer so I split
it off the patch series to have them at first upstream which makes the
new feature easier to review.

However I did some changes:

- fix "fs: dlm: remove unaligned memory access handling" to use the
  correct pointer.
- add WARN_ON(1) in "fs: dlm: change allocation limits" to see where an
  illegal allocation size was coming from.
- add patch "fs: dlm: check on dlm header size" from changes of 
  "fs: dlm: remove unaligned memory access handling"

- Alex

Alexander Aring (9):
  fs: dlm: set connected bit after accept
  fs: dlm: set subclass for othercon sock_mutex
  fs: dlm: add errno handling to check callback
  fs: dlm: add check if dlm is currently running
  fs: dlm: change allocation limits
  fs: dlm: use GFP_ZERO for page buffer
  fs: dlm: simplify writequeue handling
  fs: dlm: check on dlm header size
  fs: dlm: remove unaligned memory access handling

 fs/dlm/config.c   | 57 +++++++++++++++++++++++-----
 fs/dlm/lock.c     |  2 -
 fs/dlm/lowcomms.c | 97 +++++++++++++++++++++++++----------------------
 fs/dlm/lowcomms.h |  3 ++
 fs/dlm/midcomms.c | 35 +++++++++--------
 fs/dlm/rcom.c     |  2 -
 6 files changed, 120 insertions(+), 76 deletions(-)

-- 
2.26.2

Reply via email to