<?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 drbd_config.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>9611c0ce215a66770ccbe5c126bf57ba8c31bcad - Merge commit &apos;6beaec3aee9852438b89e4d7891caf5e84d45851&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-current</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/block/drbd/drbd_config.h#9611c0ce215a66770ccbe5c126bf57ba8c31bcad</link>
        <description>Merge commit &apos;6beaec3aee9852438b89e4d7891caf5e84d45851&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-currentThis pulls in the merge commit for MFD updates for v7.2. The PR containsa build-time dependency of one of the GPIO commits that will follow.

            List of files:
            /linux/drivers/block/drbd/drbd_config.h</description>
        <pubDate>Fri, 19 Jun 2026 10:50:17 +0200</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>ba9c792c824fff732df85119011d399d9b6d9155 - Merge tag &apos;for-7.2/block-20260615&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/block/drbd/drbd_config.h#ba9c792c824fff732df85119011d399d9b6d9155</link>
        <description>Merge tag &apos;for-7.2/block-20260615&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxPull block updates from Jens Axboe: - NVMe pull request via Keith:     - Per-controller admin and IO timeout sysfs attributes, and       letting the block layer set request timeouts (Maurizio,       Maximilian)     - Multipath passthrough iostats, and PCI P2PDMA enablement for       multipath devices (Keith, Kiran)     - A new diag sysfs attribute group exporting per-controller       counters (retries, multipath failover, error counters, requeue       and failure counts, reset and reconnect events) (Nilay)     - FDP configuration validation and bounds check fixes (liuxixin)     - Various nvmet fixes, including a pre-auth out-of-bounds read in       the Discovery Get Log Page handler, auth payload bounds       validation, and tcp error-path leak fixes (Bryam, Tianchu,       Geliang)     - nvme-tcp lockdep and workqueue fixes (Shin&apos;ichiro, Kuniyuki,       Eric)     - Assorted other fixes and cleanups (John, Yao, Chao, Mateusz,       Achkinazi, Wentao) - MD pull request via Yu Kuai:     - raid1/raid10 fixes for a deadlock in the read error recovery       path, error-path detection and bio accounting with cloned bios,       and an nr_pending leak in the REQ_ATOMIC bad-block error path       (Abd-Alrhman)     - PCI P2PDMA propagation from member devices to the RAID device       (Kiran)     - dm-raid bio requeue fix, and various smaller fixes and cleanups       (Benjamin, Chen, Li, Thorsten) - Enable Clang lock context analysis for the block layer, with the   accompanying annotations across queue limits, the blk_holder_ops   callbacks, crypto, cgroup, iocost, kyber and mq-deadline (Bart) - Block status code infrastructure work: a tagged status table, a   str_to_blk_op() helper, a bio_endio_status() helper, and on top of   that a new configurable block-layer error injection facility   (Christoph) - DRBD netlink rework, replacing the genl_magic machinery with explicit   netlink serialization and moving the DRBD UAPI headers to   include/uapi/linux/ (Christoph B&#246;hmwalder) - bvec improvements: a bvec_folio() helper and making the bvec_iter   helpers proper inline functions (Willy, Christoph) - ublk cleanups and a canceling-flag fix for the disk-not-allocated   case (Caleb, Ming) - Partition handling fixes: bound the AIX pp_count scan, fix an of_node   refcount leak, and replace __get_free_page() with kmalloc() (Bryam,   Wentao, Mike) - Convert numa_node to int in blk_mq_hw_ctx and -&gt;init_request, and add   WQ_PERCPU to the block workqueue users (Mateusz, Marco) - Block statistics and tracing: propagate in-flight to the whole disk   on partition IO, export passthrough stats, and a new   block_rq_tag_wait tracepoint (Tang, Keith, Aaron) - A round of removals, unexports and cleanups across bio, direct-io and   the bvec helpers (Christoph) - Various driver fixes (mtip32xx use-after-free, rbd snap_count   validation and strscpy conversion, nbd socket lockdep reclassify,   virtio-blk zone report clamp, floppy) and a batch of MAINTAINERS   email/list updates (Coly, Li, Yu, Christoph B&#246;hmwalder) - Other little fixes and cleanups all over* tag &apos;for-7.2/block-20260615&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux: (117 commits)  MAINTAINERS: Update Coly Li&apos;s email address  block: check bio split for unaligned bvec  nbd: Reclassify sockets to avoid lockdep circular dependency  block: add configurable error injection  block: add a str_to_blk_op helper  block: add a &quot;tag&quot; for block status codes  block: add a macro to initialize the status table  floppy: Drop unused pnp driver data  block: propagate in_flight to whole disk on partition I/O  virtio-blk: clamp zone report to the report buffer capacity  block: optimize I/O merge hot path with unlikely() hints  drivers/block/rbd: Use strscpy() to copy strings into arrays  partitions: aix: bound the pp_count scan to the ppe array  block: Enable lock context analysis  block/mq-deadline: Make the lock context annotations compatible with Clang  block/Kyber: Make the lock context annotations compatible with Clang  block/blk-mq-debugfs: Improve lock context annotations  block/blk-iocost: Inline iocg_lock() and iocg_unlock()  block/blk-iocost: Split ioc_rqos_throttle()  block/crypto: Annotate the crypto functions  ...

            List of files:
            /linux/drivers/block/drbd/drbd_config.h</description>
        <pubDate>Tue, 16 Jun 2026 09:32:47 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>a54f499838292c1768f6575ed1ec7cf35f1b6489 - drbd: move UAPI headers to include/uapi/linux/</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/block/drbd/drbd_config.h#a54f499838292c1768f6575ed1ec7cf35f1b6489</link>
        <description>drbd: move UAPI headers to include/uapi/linux/drbd.h and drbd_limits.h contain only type definitions, enums, andconstants shared between kernel and userspace. These should be part ofUAPI.Split the genl_api header into two: the genlmsghdr and the enums areUAPI, the rest stays there for now (it will be removed by one of thenext commits in this series).drbd_config.h is clearly DRBD-internal, so move it there.Signed-off-by: Christoph B&#246;hmwalder &lt;christoph.boehmwalder@linbit.com&gt;Acked-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Link: https://patch.msgid.link/20260506124541.1951772-2-christoph.boehmwalder@linbit.comSigned-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux/drivers/block/drbd/drbd_config.h</description>
        <pubDate>Wed, 06 May 2026 14:45:40 +0200</pubDate>
        <dc:creator>Christoph B&#246;hmwalder &lt;christoph.boehmwalder@linbit.com&gt;</dc:creator>
    </item>
</channel>
</rss>
