<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/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>a6dbe3721eb3b5990707fc3e378c95e505dd8ab5 - update Intel copyright notices</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/bdev.c/Makefile#a6dbe3721eb3b5990707fc3e378c95e505dd8ab5</link>
        <description>update Intel copyright noticesper Intel policy to include file commit date using git cmdbelow.  The policy does not apply to non-Intel (C) notices.git log --follow -C90% --format=%ad --date default &lt;file&gt; | tail -1and then pull just the 4 digit year from the result.Intel copyrights were not added to files where Intel either hadno contribution ot the contribution lacked substance (ie licenseheader updates, formatting changes, etc).  Contribution date used&quot;--follow -C95%&quot; to get the most accurate date.Note that several files in this patch didn&apos;t end the license/(c)block with a blank comment line so these were added as the vastmajority of files do have this last blank line.  Simply there forconsistency.Signed-off-by: paul luse &lt;paul.e.luse@intel.com&gt;Change-Id: Id5b7ce4f658fe87132f14139ead58d6e285c04d4Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15192Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Jim Harris &lt;james.r.harris@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;Community-CI: Mellanox Build Bot

            List of files:
            /spdk/test/unit/lib/bdev/bdev.c/Makefile</description>
        <pubDate>Tue, 01 Nov 2022 20:26:26 +0000</pubDate>
        <dc:creator>paul luse &lt;paul.e.luse@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>488570ebd418ba07c9e69e65106dcc964f3bb41b - Replace most BSD 3-clause license text with SPDX identifier.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/bdev.c/Makefile#488570ebd418ba07c9e69e65106dcc964f3bb41b</link>
        <description>Replace most BSD 3-clause license text with SPDX identifier.Many open source projects have moved to using SPDX identifiersto specify license information, reducing the amount ofboilerplate code in every source file.  This patch replacesthe bulk of SPDK .c, .cpp and Makefiles with the BSD-3-Clauseidentifier.Almost all of these files share the exact same license text,and this patch only modifies the files that contain themost common license text.  There can be slight variationsbecause the third clause contains company names - most say&quot;Intel Corporation&quot;, but there are instances for Nvidia,Samsung, Eideticom and even &quot;the copyright holder&quot;.Used a bash script to automate replacement of the license textwith SPDX identifier which is checked into scripts/spdx.sh.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Iaa88ab5e92ea471691dc298cfe41ebfb5d169780Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12904Community-CI: Broadcom CI &lt;spdk-ci.pdl@broadcom.com&gt;Community-CI: Mellanox Build BotTested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Aleksey Marchuk &lt;alexeymar@nvidia.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Dong Yi &lt;dongx.yi@intel.com&gt;Reviewed-by: Konrad Sztyber &lt;konrad.sztyber@intel.com&gt;Reviewed-by: Paul Luse &lt;paul.e.luse@intel.com&gt;Reviewed-by: &lt;qun.wan@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/bdev/bdev.c/Makefile</description>
        <pubDate>Fri, 03 Jun 2022 19:15:11 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>63b3b8fd8f7e6cb6a348c2fcdd189aa62baf44f6 - test/unit: remove duplicate mk/spdk.common.mk includes</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/bdev.c/Makefile#63b3b8fd8f7e6cb6a348c2fcdd189aa62baf44f6</link>
        <description>test/unit: remove duplicate mk/spdk.common.mk includesmk/spdk.unittest.mk already includes mk/spdk.common.mk, so it&apos;snot needed.  This also fixes an issue where touching an included.mk file would not trigger unit tests to rebuild if they hadthis duplicated mk/spdk.common.mk include.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: I41a04eb77ce468849cb9b53bd1f76df6fec06e46Reviewed-on: https://review.gerrithub.io/c/443980Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Reviewed-by: Changpeng Liu &lt;changpeng.liu@intel.com&gt;Reviewed-by: Darek Stojaczyk &lt;dariusz.stojaczyk@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/bdev/bdev.c/Makefile</description>
        <pubDate>Fri, 08 Feb 2019 23:04:19 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9c2aea2ad581e78982146835ecab3b12107d25d6 - build: remove duplicate spdk.app.mk includes</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/bdev.c/Makefile#9c2aea2ad581e78982146835ecab3b12107d25d6</link>
        <description>build: remove duplicate spdk.app.mk includesspdk.unittest.mk includes spdk.app.mk, but some unit testMakefiles include both spdk.unittest.mk and spdk.app.mk,meaning spdk.app.mk gets included twice.  Fix that.This hasn&apos;t been an issue because spdk.app.mk currentlyonly includes variables - but no rules.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: I23d39e8084f79442fb06ae9b5a6a68d6134adff4Reviewed-on: https://review.gerrithub.io/434281Tested-by: SPDK CI Jenkins &lt;sys_sgci@intel.com&gt;Chandler-Test-Pool: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Shuhei Matsumoto &lt;shuhei.matsumoto.xt@hitachi.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/bdev/bdev.c/Makefile</description>
        <pubDate>Wed, 21 Nov 2018 08:34:15 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d8c3ff5fd661c5e5a2ef975ce3849a56a813188f - test: use spdk.unittest.mk in bdev unit tests</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/bdev.c/Makefile#d8c3ff5fd661c5e5a2ef975ce3849a56a813188f</link>
        <description>test: use spdk.unittest.mk in bdev unit testsSigned-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: I4b0704021bc8e9ccbc6ed6ce7ac8eb1efad4a561Reviewed-on: https://review.gerrithub.io/399728Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/bdev/bdev.c/Makefile</description>
        <pubDate>Tue, 13 Feb 2018 15:32:22 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>85cc22394604fa8b79527cacb24dd1598d64dc57 - bdev: add common partition helper functions</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/bdev.c/Makefile#85cc22394604fa8b79527cacb24dd1598d64dc57</link>
        <description>bdev: add common partition helper functionssplit, gpt and error all have a lot of similar code, andare based on the presumption of one or more &quot;partition&quot; bdevson a &quot;base&quot; bdev.  This results in quite a bit of duplicatedcode between these three bdev modules.  The error bdevmodule does follow this same model - it just always has onlya one-to-one mapping between the error bdev and its base bdev.As all of the modules move to allocating their own bdev_iorather than allowing for adjusting an existing bdev_io andresubmitting it, there will be even more duplicated codebetween these modules.So this patch adds a set of helper functions in the commonbdev library to eliminate all of this duplicated code.This patch also moves the split module to use it - futurepatches will also convert gpt and error.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Id8032331b46c32da9fca18a077580ccb274c6204Reviewed-on: https://review.gerrithub.io/376423Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/bdev/bdev.c/Makefile</description>
        <pubDate>Tue, 29 Aug 2017 05:24:52 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4ee51dcbc7b58edf929f1ba57f798f17fab2ff2c - test: add unit test framework for bdev.c</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/spdk/test/unit/lib/bdev/bdev.c/Makefile#4ee51dcbc7b58edf929f1ba57f798f17fab2ff2c</link>
        <description>test: add unit test framework for bdev.cNo actual tests in this patch - just getting theframework in place including necessary stubfunctions to get the bdev.c unit test file to link.Signed-off-by: Jim Harris &lt;james.r.harris@intel.com&gt;Change-Id: Ic54001de814740a2049c7bbc6846d98c5a62a8b3Reviewed-on: https://review.gerrithub.io/367625Reviewed-by: Daniel Verkamp &lt;daniel.verkamp@intel.com&gt;Tested-by: SPDK Automated Test System &lt;sys_sgsw@intel.com&gt;Reviewed-by: Ben Walker &lt;benjamin.walker@intel.com&gt;

            List of files:
            /spdk/test/unit/lib/bdev/bdev.c/Makefile</description>
        <pubDate>Thu, 29 Jun 2017 22:33:56 +0000</pubDate>
        <dc:creator>Jim Harris &lt;james.r.harris@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
