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
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 01 Dec 2015 09:55:17 +0100
From:	Philipp Reisner <philipp.reisner@...bit.com>
To:	Fabian Frederick <fabf@...net.be>
Cc:	drbd-dev@...ts.linbit.com, linux-kernel@...r.kernel.org
Subject: Re: [Drbd-dev] [PATCH 00/21] drbd: clean-up patchset

Hi Fabian,

I will take these patches and send them towards upstream in the
next round. (Probably squashing them into a smaller number of
patches while doing so)

Best regards,
 Phil

Am Freitag, 27. November 2015, 22:26:05 schrieb Fabian Frederick:
> This small patchset does some code clean-up in drivers/block/drbd tree.
> 
> Fabian Frederick (21):
>   drbd: debugfs: constify drbd_version_fops
>   drbd: simplify drbd_md_set_sector_offsets()
>   drbd: use seq_put instead of seq_print where possible
>   drbd: include linux/uaccess.h instead of asm/uaccess.h
>   drbd: rework is_valid_state()
>   drbd: use const char * const for drbd strings
>   drbd: kerneldoc warning fix in w_e_end_data_req()
>   drbd: use unsigned for one bit fields
>   drbd: use bool for peer is_ states
>   drbd: fix typo
>   drbd: use | for bitmask combination
>   drbd: use true/false for bool
>   drbd: fix drbd_bm_init() comments
>   drbd: clean-up receive_SyncParam()
>   drbd: introduce peer state union
>   drbd: fix maybe_pull_ahead() locking comments
>   drbd: use bool for growing
>   drbd: remove redundant declarations
>   drbd: remove bm_vk_free()
>   drbd: remove unused definitions
>   drbd: replace if/BUG by BUG_ON
> 
>  drivers/block/drbd/drbd_bitmap.c   | 19 +++-----
>  drivers/block/drbd/drbd_debugfs.c  |  2 +-
>  drivers/block/drbd/drbd_int.h      |  7 ---
>  drivers/block/drbd/drbd_interval.h | 14 +++---
>  drivers/block/drbd/drbd_main.c     |  2 +-
>  drivers/block/drbd/drbd_nl.c       | 37 ++++++++--------
>  drivers/block/drbd/drbd_proc.c     | 30 ++++++-------
>  drivers/block/drbd/drbd_receiver.c | 22 +++++-----
>  drivers/block/drbd/drbd_req.c      |  2 +-
>  drivers/block/drbd/drbd_state.c    | 90
> +++++++++++++++++--------------------- drivers/block/drbd/drbd_state.h    |
>  2 +-
>  drivers/block/drbd/drbd_strings.c  |  8 ++--
>  drivers/block/drbd/drbd_worker.c   |  9 ++--
>  include/linux/drbd.h               |  8 ++++
>  14 files changed, 116 insertions(+), 136 deletions(-)

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ