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-next>] [day] [month] [year] [list]
Message-ID: <CAPcyv4iufHK1g-KvhOsh5pwNL=DwK5ydVR7NWePaco5v5XL24A@mail.gmail.com>
Date:   Thu, 24 Dec 2020 11:01:53 -0800
From:   Dan Williams <dan.j.williams@...el.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        linux-nvdimm <linux-nvdimm@...ts.01.org>
Subject: [GIT PULL] libnvdimm for v5.11

Hi Linus,

Twas the day before Christmas and the only thing stirring in libnvdimm
/ device-dax land is a pile of miscellaneous fixups and cleanups. If
this is too late for -rc1 I'll pull out the fixes and resubmit after
the holidays. The bulk of it has appeared in -next save the last two
patches to device-dax that are passed my build and unit tests.

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
tags/libnvdimm-for-5.11

---

The following changes since commit 09162bc32c880a791c6c0668ce0745cf7958f576:

  Linux 5.10-rc4 (2020-11-15 16:44:31 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
tags/libnvdimm-for-5.11

for you to fetch changes up to 127c3d2e7e8a79628160e56e54d2be099bdd47c6:

  Merge branch 'for-5.11/dax' into for-5.11/libnvdimm (2020-12-24
10:14:04 -0800)

----------------------------------------------------------------
libnvdimm for 5.11

- Fix a long standing block-window-namespace issue surfaced by the ndctl
  change to attempt to preserve the kernel device name over a
  'reconfigure'

- Fix a few error path memory leaks in nfit and device-dax

- Silence a smatch warning in the ioctl path

- Miscellaneous cleanups

----------------------------------------------------------------
Dan Williams (4):
      libnvdimm/namespace: Fix reaping of invalidated
block-window-namespace labels
      ACPI: NFIT: Fix input validation of bus-family
      device-dax: Fix range release
      Merge branch 'for-5.11/dax' into for-5.11/libnvdimm

Enrico Weigelt (1):
      libnvdimm: Cleanup include of badblocks.h

Wang Hai (1):
      device-dax/core: Fix memory leak when rmmod dax.ko

Zhang Qilong (1):
      libnvdimm/label: Return -ENXIO for no slot in __blk_label_update

Zhen Lei (3):
      ACPI/nfit: avoid accessing uninitialized memory in acpi_nfit_ctl()
      device-dax: delete a redundancy check in dev_dax_validate_align()
      device-dax: Avoid an unnecessary check in alloc_dev_dax_range()

Zheng Yongjun (1):
      device-dax/pmem: Convert comma to semicolon

 drivers/acpi/nfit/core.c | 15 ++++++----
 drivers/dax/bus.c        | 71 ++++++++++++++++++------------------------------
 drivers/dax/pmem/core.c  |  2 +-
 drivers/dax/super.c      |  1 +
 drivers/nvdimm/btt.h     |  3 +-
 drivers/nvdimm/claim.c   |  1 +
 drivers/nvdimm/core.c    |  1 -
 drivers/nvdimm/label.c   | 13 ++++++++-
 8 files changed, 54 insertions(+), 53 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ