<?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>7a0e692a0381254b2f77c54dec100cd3325a6fdf - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/block/drbd/Makefile#7a0e692a0381254b2f77c54dec100cd3325a6fdf</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.2 merge window.

            List of files:
            /linux/drivers/block/drbd/Makefile</description>
        <pubDate>Tue, 23 Jun 2026 08:10:08 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<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/Makefile#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/Makefile</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/Makefile#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/Makefile</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>fff88709f9a9153af85b5224b4594caa5387ca60 - Merge tag &apos;v7.1-rc6&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/block/drbd/Makefile#fff88709f9a9153af85b5224b4594caa5387ca60</link>
        <description>Merge tag &apos;v7.1-rc6&apos; into nextSync up with mainline to pull in a fix to IMS PCU driver and otherenhancements.

            List of files:
            /linux/drivers/block/drbd/Makefile</description>
        <pubDate>Mon, 01 Jun 2026 04:43:25 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5c8cbca290acdd49a694b36c0af76ba0c00bbf12 - Merge branch &apos;20260507-ubwc-rework-v4-4-c19593d20c1d@oss.qualcomm.com&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/block/drbd/Makefile#5c8cbca290acdd49a694b36c0af76ba0c00bbf12</link>
        <description>Merge branch &apos;20260507-ubwc-rework-v4-4-c19593d20c1d@oss.qualcomm.com&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into HEADMerge the branch with the soc/qcom changes, required for the next UBWCpatches.Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/block/drbd/Makefile</description>
        <pubDate>Thu, 21 May 2026 22:36:50 +0200</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>09d6818d3bdc1ea6e49a425040528cbdbc97bc0a - Merge branch &apos;linus&apos; into timers/clocksource</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/block/drbd/Makefile#09d6818d3bdc1ea6e49a425040528cbdbc97bc0a</link>
        <description>Merge branch &apos;linus&apos; into timers/clocksource... to bring it up to date for new changes.

            List of files:
            /linux/drivers/block/drbd/Makefile</description>
        <pubDate>Mon, 18 May 2026 11:01:07 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>658a6021492ad3b1b8a6e9a83963a1fad35a2af8 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/block/drbd/Makefile#658a6021492ad3b1b8a6e9a83963a1fad35a2af8</link>
        <description>Merge drm/drm-next into drm-intel-nextSome Display Port Adaptive Sync depends on drm work.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/block/drbd/Makefile</description>
        <pubDate>Fri, 15 May 2026 13:01:15 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8edf8b09fc44990977b3fbcb708035b1740d0b7e - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/block/drbd/Makefile#8edf8b09fc44990977b3fbcb708035b1740d0b7e</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerging to pull in commit 5401b9adebc9 (&quot;i915: don&apos;t usea vma that didn&apos;t match the context VM&quot;) to revert it.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/block/drbd/Makefile</description>
        <pubDate>Tue, 12 May 2026 10:16:35 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8098eeb693c4cc4e774c62fbd4875197cb5578ce - drbd: replace genl_magic with explicit netlink serialization</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/block/drbd/Makefile#8098eeb693c4cc4e774c62fbd4875197cb5578ce</link>
        <description>drbd: replace genl_magic with explicit netlink serializationReplace the genl_magic multi-include macro system with explicitserialization and parsing.The *_gen files were initially produced from a YNL spec via acustomized ynl-gen-c, but the DRBD netlink family is effectivelyfrozen, so the generator is kept unmodified.All new functionality will land in a separate, properly-designedfamily.Carry the resulting code as ordinary in-tree source rather thanlanding the spec and generator changes that produced it.The bulk of the changes are mechanical renames to fit the YNL namingconventions:  - Handler functions: drbd_adm_* -&gt; drbd_nl_*_doit/dumpit  - GENL_MAGIC_VERSION -&gt; DRBD_FAMILY_VERSION  - GENL_MAGIC_FAMILY_HDRSZ -&gt; sizeof(struct drbd_genlmsghdr)  - drbd_genl_family -&gt; drbd_nl_family  - Attribute IDs: T_* -&gt; DRBD_A_*Remove the nested_attr_tb static global buffer and move to a per-callallocation approach: each deserialization manages its own nestedattribute table. This will be needed anyway when we eventually moveto parallel_ops, and it&apos;s actually simpler this way, so make themove now.Replace the functionality of the &quot;sensitive&quot; flag: this was only usedby a single field (shared_secret); open-code redaction logic for thatlocally.Also replace the &quot;invariant&quot; flag: this only had a couple of users,and those basically never change. Hard code the check directly inline.The genl_family struct itself is defined manually in drbd_nl.c.Also replace a couple of drbd-specific wrappers (nla_put_u64_0pad,drbd_nla_find_nested) with standard kernel functions while we&apos;re atit.Finally, completely remove the genl_magic system; DRBD was its onlyuser.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-3-christoph.boehmwalder@linbit.comSigned-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux/drivers/block/drbd/Makefile</description>
        <pubDate>Wed, 06 May 2026 14:45:41 +0200</pubDate>
        <dc:creator>Christoph B&#246;hmwalder &lt;christoph.boehmwalder@linbit.com&gt;</dc:creator>
    </item>
<item>
        <title>c53ed3e99920df6a90553c89a1c053aa0776841e - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/block/drbd/Makefile#c53ed3e99920df6a90553c89a1c053aa0776841e</link>
        <description>Merge drm/drm-next into drm-xe-nextBringing in recent display changes.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/block/drbd/Makefile</description>
        <pubDate>Fri, 08 May 2026 16:19:45 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>cafac16b6207b88ad92fbba1169ae4f43865cb0d - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/block/drbd/Makefile#cafac16b6207b88ad92fbba1169ae4f43865cb0d</link>
        <description>Merge drm/drm-next into drm-misc-nextGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/block/drbd/Makefile</description>
        <pubDate>Mon, 27 Apr 2026 10:49:13 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/block/drbd/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/block/drbd/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/block/drbd/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/block/drbd/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>a9c4b1d37622ed01b75f94a4f68cf55f33153a31 - drbd: remove DRBD_GENLA_F_MANDATORY flag handling</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/block/drbd/Makefile#a9c4b1d37622ed01b75f94a4f68cf55f33153a31</link>
        <description>drbd: remove DRBD_GENLA_F_MANDATORY flag handlingDRBD used a custom mechanism to mark netlink attributes as &quot;mandatory&quot;:bit 14 of nla_type was repurposed as DRBD_GENLA_F_MANDATORY. Attributessent from userspace that had this bit present and that were unknownto the kernel would lead to an error.Since commit ef6243acb478 (&quot;genetlink: optionally validate strictly/dumps&quot;),the generic netlink layer rejects unknown top-level attributes whenstrict validation is enabled. DRBD never opted out of strictvalidation, so unknown top-level attributes are already rejected bythe netlink core.The mandatory flag mechanism was required for nested attributes, becausethese are parsed liberally, silently dropping attributes unknown to thekernel.This prepares for the move to a new YNL-based family, which will use thenow-default strict parsing.The current family is not expected to gain any new attributes, whichmakes this change safe.Old userspace that still sets bit 14 is unaffected: nla_type()strips it before __nla_validate_parse() performs attribute validation,so the bit never reaches DRBD.Remove all references to the mandatory flag in DRBD.Cc: Johannes Berg &lt;johannes.berg@intel.com&gt;Cc: Jakub Kicinski &lt;kuba@kernel.org&gt;Signed-off-by: Christoph B&#246;hmwalder &lt;christoph.boehmwalder@linbit.com&gt;Link: https://patch.msgid.link/20260403132953.2248751-1-christoph.boehmwalder@linbit.comSigned-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux/drivers/block/drbd/Makefile</description>
        <pubDate>Fri, 03 Apr 2026 15:29:53 +0200</pubDate>
        <dc:creator>Christoph B&#246;hmwalder &lt;christoph.boehmwalder@linbit.com&gt;</dc:creator>
    </item>
<item>
        <title>9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/block/drbd/Makefile#9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.4 merge window.

            List of files:
            /linux/drivers/block/drbd/Makefile</description>
        <pubDate>Tue, 02 May 2023 00:20:08 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ea68a3e9d14e9e0bf017d178fb4bd53b6deb1482 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/block/drbd/Makefile#ea68a3e9d14e9e0bf017d178fb4bd53b6deb1482</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextNeed to pull in commit from drm-next (earlier in drm-intel-next):1eca0778f4b3 (&quot;drm/i915: add struct i915_dsm to wrap dsm members together&quot;)In order to merge following patch to drm-intel-gt-next:https://patchwork.freedesktop.org/patch/530942/?series=114925&amp;rev=6Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/block/drbd/Makefile</description>
        <pubDate>Tue, 11 Apr 2023 14:43:45 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>cecdd52a3dd312564f81a39df08378b7b39a2654 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/block/drbd/Makefile#cecdd52a3dd312564f81a39df08378b7b39a2654</link>
        <description>Merge drm/drm-next into drm-intel-nextCatch up with 6.3-rc cycle...Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/block/drbd/Makefile</description>
        <pubDate>Tue, 28 Mar 2023 16:30:57 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e752ab11dcb48353727ea26eefd740155e028865 - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/block/drbd/Makefile#e752ab11dcb48353727ea26eefd740155e028865</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-nextMerge drm-next into msm-next to pick up external clk and PM dependenciesfor improved a6xx GPU reset sequence.Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;

            List of files:
            /linux/drivers/block/drbd/Makefile</description>
        <pubDate>Mon, 20 Mar 2023 18:31:25 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robdclark@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>d26a3a6ce7e02f9c056ad992bcd9624735022337 - Merge tag &apos;v6.3-rc2&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/block/drbd/Makefile#d26a3a6ce7e02f9c056ad992bcd9624735022337</link>
        <description>Merge tag &apos;v6.3-rc2&apos; into nextMerge with mainline to get of_property_present() and other newer APIs.

            List of files:
            /linux/drivers/block/drbd/Makefile</description>
        <pubDate>Fri, 17 Mar 2023 12:01:30 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b3c9a04135bdbd3aabd5e9534bad0fe6df505f8a - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/block/drbd/Makefile#b3c9a04135bdbd3aabd5e9534bad0fe6df505f8a</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesBackmerging to get latest upstream.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/block/drbd/Makefile</description>
        <pubDate>Mon, 13 Mar 2023 10:14:05 +0100</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
