<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/common/Makefile#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/nvme/common/Makefile</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>7fe6ac157b7e15c8976bd62ad7cb98e248884e83 - Merge tag &apos;for-7.1/block-20260411&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/common/Makefile#7fe6ac157b7e15c8976bd62ad7cb98e248884e83</link>
        <description>Merge tag &apos;for-7.1/block-20260411&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxPull block updates from Jens Axboe: - Add shared memory zero-copy I/O support for ublk, bypassing per-I/O   copies between kernel and userspace by matching registered buffer   PFNs at I/O time. Includes selftests. - Refactor bio integrity to support filesystem initiated integrity   operations and arbitrary buffer alignment. - Clean up bio allocation, splitting bio_alloc_bioset() into clear fast   and slow paths. Add bio_await() and bio_submit_or_kill() helpers,   unify synchronous bi_end_io callbacks. - Fix zone write plug refcount handling and plug removal races. Add   support for serializing zone writes at QD=1 for rotational zoned   devices, yielding significant throughput improvements. - Add SED-OPAL ioctls for Single User Mode management and a STACK_RESET   command. - Add io_uring passthrough (uring_cmd) support to the BSG layer. - Replace pp_buf in partition scanning with struct seq_buf. - zloop improvements and cleanups. - drbd genl cleanup, switching to pre_doit/post_doit. - NVMe pull request via Keith:      - Fabrics authentication updates      - Enhanced block queue limits support      - Workqueue usage updates      - A new write zeroes device quirk      - Tagset cleanup fix for loop device - MD pull requests via Yu Kuai:      - Fix raid5 soft lockup in retry_aligned_read()      - Fix raid10 deadlock with check operation and nowait requests      - Fix raid1 overlapping writes on writemostly disks      - Fix sysfs deadlock on array_state=clear      - Proactive RAID-5 parity building with llbitmap, with        write_zeroes_unmap optimization for initial sync      - Fix llbitmap barrier ordering, rdev skipping, and bitmap_ops        version mismatch fallback      - Fix bcache use-after-free and uninitialized closure      - Validate raid5 journal metadata payload size      - Various cleanups - Various other fixes, improvements, and cleanups* tag &apos;for-7.1/block-20260411&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux: (146 commits)  ublk: fix tautological comparison warning in ublk_ctrl_reg_buf  scsi: bsg: fix buffer overflow in scsi_bsg_uring_cmd()  block: refactor blkdev_zone_mgmt_ioctl  MAINTAINERS: update ublk driver maintainer email  Documentation: ublk: address review comments for SHMEM_ZC docs  ublk: allow buffer registration before device is started  ublk: replace xarray with IDA for shmem buffer index allocation  ublk: simplify PFN range loop in __ublk_ctrl_reg_buf  ublk: verify all pages in multi-page bvec fall within registered range  ublk: widen ublk_shmem_buf_reg.len to __u64 for 4GB buffer support  xfs: use bio_await in xfs_zone_gc_reset_sync  block: add a bio_submit_or_kill helper  block: factor out a bio_await helper  block: unify the synchronous bi_end_io callbacks  xfs: fix number of GC bvecs  selftests/ublk: add read-only buffer registration test  selftests/ublk: add filesystem fio verify test for shmem_zc  selftests/ublk: add hugetlbfs shmem_zc test for loop target  selftests/ublk: add shared memory zero-copy test  selftests/ublk: add UBLK_F_SHMEM_ZC support for loop target  ...

            List of files:
            /linux/drivers/nvme/common/Makefile</description>
        <pubDate>Tue, 14 Apr 2026 00:51:31 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>75e75445b9f39029c74d9071073745b5bf5315f4 - Merge tag &apos;nvme-7.1-2026-03-27&apos; of git://git.infradead.org/nvme into for-7.1/block</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/common/Makefile#75e75445b9f39029c74d9071073745b5bf5315f4</link>
        <description>Merge tag &apos;nvme-7.1-2026-03-27&apos; of git://git.infradead.org/nvme into for-7.1/blockPull NVMe updates from Keith:&quot;- Fabrics authentication updates (Eric, Alistar) - Enanced block queue limits support (Caleb) - Workqueue usage updates (Marco) - A new write zeroes device quirk (Robert) - Tagset cleanup fix for loop device (Nilay)&quot;* tag &apos;nvme-7.1-2026-03-27&apos; of git://git.infradead.org/nvme: (41 commits)  nvme-loop: do not cancel I/O and admin tagset during ctrl reset/shutdown  nvme: add WQ_PERCPU to alloc_workqueue users  nvmet-fc: add WQ_PERCPU to alloc_workqueue users  nvmet: replace use of system_wq with system_percpu_wq  nvme-auth: Don&apos;t propose NVME_AUTH_DHGROUP_NULL with SC_C  nvme: Add the DHCHAP maximum HD IDs  nvme-pci: add NVME_QUIRK_DISABLE_WRITE_ZEROES for Kingston OM3SGP4  nvme: respect NVME_QUIRK_DISABLE_WRITE_ZEROES when wzsl is set  nvmet: report NPDGL and NPDAL  nvmet: use NVME_NS_FEAT_OPTPERF_SHIFT  nvme: set discard_granularity from NPDG/NPDA  nvme: add from0based() helper  nvme: always issue I/O Command Set specific Identify Namespace  nvme: update nvme_id_ns OPTPERF constants  nvme: fold nvme_config_discard() into nvme_update_disk_info()  nvme: add preferred I/O size fields to struct nvme_id_ns_nvm  nvme: Allow reauth from sysfs  nvme: Expose the tls_configured sysfs for secure concat connections  nvmet-tcp: Don&apos;t free SQ on authentication success  nvmet-tcp: Don&apos;t error if TLS is enabed on a reset  ...

            List of files:
            /linux/drivers/nvme/common/Makefile</description>
        <pubDate>Fri, 27 Mar 2026 16:51:17 +0100</pubDate>
        <dc:creator>Jens Axboe &lt;axboe@kernel.dk&gt;</dc:creator>
    </item>
<item>
        <title>f990ad67f0febc51274adb604d5bdeab0d06d024 - nvme-auth: common: add KUnit tests for TLS key derivation</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/common/Makefile#f990ad67f0febc51274adb604d5bdeab0d06d024</link>
        <description>nvme-auth: common: add KUnit tests for TLS key derivationUnit-test the sequence of function calls that derive tls_psk, so that wecan be more confident that changes in the implementation don&apos;t break it.Since the NVMe specification doesn&apos;t seem to include any test vectorsfor this (nor does its description of the algorithm seem to match whatwas actually implemented, for that matter), I just set the expectedvalues to the values that the code currently produces.  In the caseof SHA-512, nvme_auth_generate_digest() currently returns -EINVAL, sofor now the test tests for that too.  If it is later determined thatsome other behavior is needed, the test can be updated accordingly.Tested with:    tools/testing/kunit/kunit.py run --kunitconfig drivers/nvme/common/Acked-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;Acked-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Eric Biggers &lt;ebiggers@kernel.org&gt;Signed-off-by: Keith Busch &lt;kbusch@kernel.org&gt;

            List of files:
            /linux/drivers/nvme/common/Makefile</description>
        <pubDate>Mon, 02 Mar 2026 08:59:42 +0100</pubDate>
        <dc:creator>Eric Biggers &lt;ebiggers@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a23e1966932464e1c5226cb9ac4ce1d5fc10ba22 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/common/Makefile#a23e1966932464e1c5226cb9ac4ce1d5fc10ba22</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.11 merge window.

            List of files:
            /linux/drivers/nvme/common/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 23:03:44 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6f47c7ae8c7afaf9ad291d39f0d3974f191a7946 - Merge tag &apos;v6.9&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/common/Makefile#6f47c7ae8c7afaf9ad291d39f0d3974f191a7946</link>
        <description>Merge tag &apos;v6.9&apos; into nextSync up with the mainline to bring in the new cleanup API.

            List of files:
            /linux/drivers/nvme/common/Makefile</description>
        <pubDate>Tue, 28 May 2024 06:37:18 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>60a2f25de7b8b785baee2932db932ae9a5b8c86d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/common/Makefile#60a2f25de7b8b785baee2932db932ae9a5b8c86d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextSome display refactoring patches are needed in order to allow conflict-less merging.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/drivers/nvme/common/Makefile</description>
        <pubDate>Thu, 16 May 2024 09:33:01 +0200</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>0ea5c948cb64bab5bc7a5516774eb8536f05aa0d - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/common/Makefile#0ea5c948cb64bab5bc7a5516774eb8536f05aa0d</link>
        <description>Merge drm/drm-next into drm-intel-nextBackmerge to bring Xe driver to drm-intel-next.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/nvme/common/Makefile</description>
        <pubDate>Mon, 15 Jan 2024 08:38:05 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>03c11eb3b16dc0058589751dfd91f254be2be613 - Merge tag &apos;v6.8-rc4&apos; into x86/percpu, to resolve conflicts and refresh the branch</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/common/Makefile#03c11eb3b16dc0058589751dfd91f254be2be613</link>
        <description>Merge tag &apos;v6.8-rc4&apos; into x86/percpu, to resolve conflicts and refresh the branchConflicts:	arch/x86/include/asm/percpu.h	arch/x86/include/asm/text-patching.hSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/nvme/common/Makefile</description>
        <pubDate>Wed, 14 Feb 2024 10:45:07 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ab1c247094e323177a578b38f0325bf79f0317ac - Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/common/Makefile#ab1c247094e323177a578b38f0325bf79f0317ac</link>
        <description>Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-nextTo pick up fixes that went thru perf-tools for v6.7 and to get in syncwith upstream to check for drift in the copies of headers, etc.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/drivers/nvme/common/Makefile</description>
        <pubDate>Tue, 19 Dec 2023 01:37:07 +0100</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>6b93f350e55f3f2ee071dd41109d936abfba8ebf - Merge branch &apos;for-6.8/amd-sfh&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/common/Makefile#6b93f350e55f3f2ee071dd41109d936abfba8ebf</link>
        <description>Merge branch &apos;for-6.8/amd-sfh&apos; into for-linus- addition of new interfaces to export User presence information and  Ambient light from amd-sfh to other drivers within the kernel (Basavaraj  Natikar)

            List of files:
            /linux/drivers/nvme/common/Makefile</description>
        <pubDate>Mon, 08 Jan 2024 20:57:04 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>3bf3e21c15d4386a5f15118ec39bbc1b67ea5759 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/common/Makefile#3bf3e21c15d4386a5f15118ec39bbc1b67ea5759</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.8 release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/nvme/common/Makefile</description>
        <pubDate>Wed, 15 Nov 2023 10:45:19 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>56eddc3cb1affe014d567f8460e5a76ca079f842 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/common/Makefile#56eddc3cb1affe014d567f8460e5a76ca079f842</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR.No conflicts.Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/drivers/nvme/common/Makefile</description>
        <pubDate>Thu, 16 Nov 2023 16:05:44 +0100</pubDate>
        <dc:creator>Paolo Abeni &lt;pabeni@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>5d2d4a9f603a47403395408f64b1261ca61f6d50 - Merge branch &apos;tip/perf/urgent&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/common/Makefile#5d2d4a9f603a47403395408f64b1261ca61f6d50</link>
        <description>Merge branch &apos;tip/perf/urgent&apos;Avoid conflicts, base on fixes.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/drivers/nvme/common/Makefile</description>
        <pubDate>Wed, 15 Nov 2023 10:15:40 +0100</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>849d3f985e73196a24273f810a134b3ebed1efad - Merge tag &apos;thunderbolt-for-v6.7-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/common/Makefile#849d3f985e73196a24273f810a134b3ebed1efad</link>
        <description>Merge tag &apos;thunderbolt-for-v6.7-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linusMika writes:thunderbolt: Fixes for v6.7-rc3This includes following USB4/Thunderbolt fixes for v6.7-rc3:  - Fix a lane bonding issue on ASMedia USB4 device  - Send uevents when link is switched to asymmetric or symmetric  - Only add device router DP IN adapters to the head of resource list    to avoid issues during system resume.All these have been in linux-next with no reported issues.* tag &apos;thunderbolt-for-v6.7-rc3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt: (1451 commits)  thunderbolt: Only add device router DP IN to the head of the DP resource list  thunderbolt: Send uevent after asymmetric/symmetric switch  thunderbolt: Set lane bonding bit only for downstream port

            List of files:
            /linux/drivers/nvme/common/Makefile</description>
        <pubDate>Tue, 21 Nov 2023 08:13:55 +0100</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>4b803784178d1721ba26cadd8aef13b2c7456730 - Merge tag &apos;block-6.7-2023-11-10&apos; of git://git.kernel.dk/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/common/Makefile#4b803784178d1721ba26cadd8aef13b2c7456730</link>
        <description>Merge tag &apos;block-6.7-2023-11-10&apos; of git://git.kernel.dk/linuxPull block fixes from Jens Axboe: - NVMe pull request via Keith:      - nvme keyring config compile fixes (Hannes and Arnd)      - fabrics keep alive fixes (Hannes)      - tcp authentication fixes (Mark)      - io_uring_cmd error handling fix (Anuj)      - stale firmware attribute fix (Daniel)      - tcp memory leak (Christophe)      - crypto library usage simplification (Eric) - nbd use-after-free fix. May need a followup, but at least it&apos;s better   than what it was before (Li) - Rate limit write on read-only device warnings (Yu)* tag &apos;block-6.7-2023-11-10&apos; of git://git.kernel.dk/linux:  nvme: keyring: fix conditional compilation  nvme: common: make keyring and auth separate modules  blk-core: use pr_warn_ratelimited() in bio_check_ro()  nbd: fix uaf in nbd_open  nvme: start keep-alive after admin queue setup  nvme-loop: always quiesce and cancel commands before destroying admin q  nvme-tcp: avoid open-coding nvme_tcp_teardown_admin_queue()  nvme-auth: always set valid seq_num in dhchap reply  nvme-auth: add flag for bi-directional auth  nvme-auth: auth success1 msg always includes resp  nvme: fix error-handling for io_uring nvme-passthrough  nvme: update firmware version after commit  nvme-tcp: Fix a memory leak  nvme-auth: use crypto_shash_tfm_digest()

            List of files:
            /linux/drivers/nvme/common/Makefile</description>
        <pubDate>Fri, 10 Nov 2023 20:20:33 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>37d9486874ec925fa298bcd7ba628a9b206e812f - Merge tag &apos;nvme-6.7-2023-11-8&apos; of git://git.infradead.org/nvme into block-6.7</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/common/Makefile#37d9486874ec925fa298bcd7ba628a9b206e812f</link>
        <description>Merge tag &apos;nvme-6.7-2023-11-8&apos; of git://git.infradead.org/nvme into block-6.7Pull NVMe fixes from Keith:&quot;nvme fixes for 6.7 - nvme keyring config compile fixes (Hannes and Arnd) - fabrics keep alive fixes (Hannes) - tcp authentication fixes (Mark) - io_uring_cmd error handling fix (Anuj) - stale firmware attribute fix (Daniel) - tcp memory leak (Christophe) - cytpo library usage simplification (Eric)&quot;* tag &apos;nvme-6.7-2023-11-8&apos; of git://git.infradead.org/nvme:  nvme: keyring: fix conditional compilation  nvme: common: make keyring and auth separate modules  nvme: start keep-alive after admin queue setup  nvme-loop: always quiesce and cancel commands before destroying admin q  nvme-tcp: avoid open-coding nvme_tcp_teardown_admin_queue()  nvme-auth: always set valid seq_num in dhchap reply  nvme-auth: add flag for bi-directional auth  nvme-auth: auth success1 msg always includes resp  nvme: fix error-handling for io_uring nvme-passthrough  nvme: update firmware version after commit  nvme-tcp: Fix a memory leak  nvme-auth: use crypto_shash_tfm_digest()

            List of files:
            /linux/drivers/nvme/common/Makefile</description>
        <pubDate>Wed, 08 Nov 2023 17:19:16 +0100</pubDate>
        <dc:creator>Jens Axboe &lt;axboe@kernel.dk&gt;</dc:creator>
    </item>
<item>
        <title>6affe08aea5f3b630565676e227b41d55a6f009c - nvme: common: make keyring and auth separate modules</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/common/Makefile#6affe08aea5f3b630565676e227b41d55a6f009c</link>
        <description>nvme: common: make keyring and auth separate modulesWhen only the keyring module is included but auth is not, modpostcomplains about the lack of a module license tag:ERROR: modpost: missing MODULE_LICENSE() in drivers/nvme/common/nvme-common.oAddress this by making both modules buildable standalone,removing the now unnecessary CONFIG_NVME_COMMON symbolin the process.Also, now that NVME_KEYRING config symbol can be either a module orbuilt-in, the stubs need to check for &apos;#if IS_ENABLED&apos; rather than asimple &apos;#ifdef&apos;.Fixes: 9d77eb5277849 (&quot;nvme-keyring: register &apos;.nvme&apos; keyring&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Hannes Reinecke &lt;hare@suse.de&gt;Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Keith Busch &lt;kbusch@kernel.org&gt;

            List of files:
            /linux/drivers/nvme/common/Makefile</description>
        <pubDate>Thu, 26 Oct 2023 15:08:03 +0200</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>90d624af2e5a9945eedd5cafd6ae6d88f32cc977 - Merge tag &apos;for-6.7/block-2023-10-30&apos; of git://git.kernel.dk/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/common/Makefile#90d624af2e5a9945eedd5cafd6ae6d88f32cc977</link>
        <description>Merge tag &apos;for-6.7/block-2023-10-30&apos; of git://git.kernel.dk/linuxPull block updates from Jens Axboe: - Improvements to the queue_rqs() support, and adding null_blk support   for that as well (Chengming) - Series improving badblocks support (Coly) - Key store support for sed-opal (Greg) - IBM partition string handling improvements (Jan) - Make number of ublk devices supported configurable (Mike) - Cancelation improvements for ublk (Ming) - MD pull requests via Song:     - Handle timeout in md-cluster, by Denis Plotnikov     - Cleanup pers-&gt;prepare_suspend, by Yu Kuai     - Rewrite mddev_suspend(), by Yu Kuai     - Simplify md_seq_ops, by Yu Kuai     - Reduce unnecessary locking array_state_store(), by Mariusz       Tkaczyk     - Make rdev add/remove independent from daemon thread, by Yu Kuai     - Refactor code around quiesce() and mddev_suspend(), by Yu Kuai - NVMe pull request via Keith:     - nvme-auth updates (Mark)     - nvme-tcp tls (Hannes)     - nvme-fc annotaions (Kees) - Misc cleanups and improvements (Jiapeng, Joel)* tag &apos;for-6.7/block-2023-10-30&apos; of git://git.kernel.dk/linux: (95 commits)  block: ublk_drv: Remove unused function  md: cleanup pers-&gt;prepare_suspend()  nvme-auth: allow mixing of secret and hash lengths  nvme-auth: use transformed key size to create resp  nvme-auth: alloc nvme_dhchap_key as single buffer  nvmet-tcp: use &apos;spin_lock_bh&apos; for state_lock()  powerpc/pseries: PLPKS SED Opal keystore support  block: sed-opal: keystore access for SED Opal keys  block:sed-opal: SED Opal keystore  ublk: simplify aborting request  ublk: replace monitor with cancelable uring_cmd  ublk: quiesce request queue when aborting queue  ublk: rename mm_lock as lock  ublk: move ublk_cancel_dev() out of ub-&gt;mutex  ublk: make sure io cmd handled in submitter task context  ublk: don&apos;t get ublk device reference in ublk_abort_queue()  ublk: Make ublks_max configurable  ublk: Limit dev_id/ub_number values  md-cluster: check for timeout while a new disk adding  nvme: rework NVME_AUTH Kconfig selection  ...

            List of files:
            /linux/drivers/nvme/common/Makefile</description>
        <pubDate>Wed, 01 Nov 2023 23:30:07 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>5bc8f147dc2fe7a2e01b162e72cfb510f5908475 - Merge tag &apos;nvme-6.7-2023-10-17&apos; of git://git.infradead.org/nvme into for-6.7/block</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/nvme/common/Makefile#5bc8f147dc2fe7a2e01b162e72cfb510f5908475</link>
        <description>Merge tag &apos;nvme-6.7-2023-10-17&apos; of git://git.infradead.org/nvme into for-6.7/blockPull NVMe updates from Keith:&quot;nvme updates for Linux 6.7 - nvme-auth updates (Mark) - nvme-tcp tls (Hannes) - nvme-fc annotaions (Kees)&quot;* tag &apos;nvme-6.7-2023-10-17&apos; of git://git.infradead.org/nvme: (24 commits)  nvme-auth: allow mixing of secret and hash lengths  nvme-auth: use transformed key size to create resp  nvme-auth: alloc nvme_dhchap_key as single buffer  nvmet-tcp: use &apos;spin_lock_bh&apos; for state_lock()  nvme: rework NVME_AUTH Kconfig selection  nvmet-tcp: peek icreq before starting TLS  nvmet-tcp: control messages for recvmsg()  nvmet-tcp: enable TLS handshake upcall  nvmet: Set &apos;TREQ&apos; to &apos;required&apos; when TLS is enabled  nvmet-tcp: allocate socket file  nvmet-tcp: make nvmet_tcp_alloc_queue() a void function  nvmet: make TCP sectype settable via configfs  nvme-fabrics: parse options &apos;keyring&apos; and &apos;tls_key&apos;  nvme-tcp: improve icreq/icresp logging  nvme-tcp: control message handling for recvmsg()  nvme-tcp: enable TLS handshake upcall  nvme-tcp: allocate socket file  security/keys: export key_lookup()  nvme-keyring: implement nvme_tls_psk_default()  nvme-tcp: add definitions for TLS cipher suites  ...

            List of files:
            /linux/drivers/nvme/common/Makefile</description>
        <pubDate>Tue, 17 Oct 2023 23:20:14 +0200</pubDate>
        <dc:creator>Jens Axboe &lt;axboe@kernel.dk&gt;</dc:creator>
    </item>
</channel>
</rss>
