<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>9901adda - samples: rust: add Rust dma test sample driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/samples/rust/Kconfig#9901adda</link>
        <description>samples: rust: add Rust dma test sample driverAdd a simple driver to exercise the basics of the Rust DMAcoherent allocator bindings.Suggested-by: Danilo Krummrich &lt;dakr@kernel.org&gt;Signed-off-by: Abdiel Janulgue &lt;abdiel.janulgue@gmail.com&gt;Acked-by: Danilo Krummrich &lt;dakr@kernel.org&gt;Link: https://lore.kernel.org/r/20250317185345.2608976-4-abdiel.janulgue@gmail.com[ Renamed Kconfig symbol and moved it up. Migrated to the new  `authors` key in `module!`. Fixed module name in description  and typo in commit message. - Miguel ]Signed-off-by: Miguel Ojeda &lt;ojeda@kernel.org&gt;

            List of files:
            /linux-6.15/samples/rust/Kconfig</description>
        <pubDate>Mon, 17 Mar 2025 18:52:10 +0000</pubDate>
        <dc:creator>Abdiel Janulgue &lt;abdiel.janulgue@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>78418f30 - rust/kernel: Add faux device bindings</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/samples/rust/Kconfig#78418f30</link>
        <description>rust/kernel: Add faux device bindingsThis introduces a module for working with faux devices in rust, along withadding sample code to show how the API is used. Unlike other types ofdevices, we don&apos;t provide any hooks for device probe/removal - since theseare optional for the faux API and are unnecessary in rust.Signed-off-by: Lyude Paul &lt;lyude@redhat.com&gt;Cc: Ma&#237;ra Canal &lt;mairacanal@riseup.net&gt;Cc: Danilo Krummrich &lt;dakr@kernel.org&gt;Cc: Miguel Ojeda &lt;miguel.ojeda.sandonis@gmail.com&gt;Acked-by: Danilo Krummrich &lt;dakr@kernel.org&gt;Link: https://lore.kernel.org/r/2025021026-exert-accent-b4c6@gregkhSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/samples/rust/Kconfig</description>
        <pubDate>Mon, 10 Feb 2025 12:30:26 +0000</pubDate>
        <dc:creator>Lyude Paul &lt;lyude@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>b2e8a832 - samples: rust: add Rust platform sample driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/samples/rust/Kconfig#b2e8a832</link>
        <description>samples: rust: add Rust platform sample driverAdd a sample Rust platform driver illustrating the usage of the platformbus abstractions.This driver probes through either a match of device / driver name or amatch within the OF ID table.Reviewed-by: Rob Herring (Arm) &lt;robh@kernel.org&gt;Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;Tested-by: Dirk Behme &lt;dirk.behme@de.bosch.com&gt;Tested-by: Fabien Parent &lt;fabien.parent@linaro.org&gt;Link: https://lore.kernel.org/r/20241219170425.12036-16-dakr@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/samples/rust/Kconfig</description>
        <pubDate>Thu, 19 Dec 2024 17:04:17 +0000</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>685376d1 - samples: rust: add Rust PCI sample driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/samples/rust/Kconfig#685376d1</link>
        <description>samples: rust: add Rust PCI sample driverThis commit adds a sample Rust PCI driver for QEMU&apos;s &quot;pci-testdev&quot;device. To enable this device QEMU has to be called with`-device pci-testdev`.The same driver shows how to use the PCI device / driver abstractions,as well as how to request and map PCI BARs, including a short sequence ofMMIO operations.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;Tested-by: Dirk Behme &lt;dirk.behme@de.bosch.com&gt;Link: https://lore.kernel.org/r/20241219170425.12036-12-dakr@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/samples/rust/Kconfig</description>
        <pubDate>Thu, 19 Dec 2024 17:04:13 +0000</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>fdb1ac6c - samples: rust: Provide example using the new Rust MiscDevice abstraction</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/samples/rust/Kconfig#fdb1ac6c</link>
        <description>samples: rust: Provide example using the new Rust MiscDevice abstractionThis sample driver demonstrates the following basic operations:* Register a Misc Device* Create /dev/rust-misc-device* Provide open call-back for the aforementioned character device* Operate on the character device via a simple ioctl()* Provide close call-back for the character deviceSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;Reviewed-by: Danilo Krummrich &lt;dakr@kernel.org&gt;Link: https://lore.kernel.org/r/20241213134715.601415-3-lee@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/samples/rust/Kconfig</description>
        <pubDate>Fri, 13 Dec 2024 13:47:07 +0000</pubDate>
        <dc:creator>Lee Jones &lt;lee@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c3630df6 - rust: samples: add `rust_print` example</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/samples/rust/Kconfig#c3630df6</link>
        <description>rust: samples: add `rust_print` exampleAdd example to exercise the printing macros (`pr_*!`) introducedin the previous patches.Reviewed-by: Finn Behrens &lt;me@kloenk.dev&gt;Reviewed-by: Wei Liu &lt;wei.liu@kernel.org&gt;Tested-by: Sergio Gonz&#225;lez Collado &lt;sergio.collado@gmail.com&gt;Signed-off-by: Miguel Ojeda &lt;ojeda@kernel.org&gt;

            List of files:
            /linux-6.15/samples/rust/Kconfig</description>
        <pubDate>Thu, 10 Nov 2022 16:41:16 +0000</pubDate>
        <dc:creator>Miguel Ojeda &lt;ojeda@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e4fc6580 - samples: add first Rust examples</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/samples/rust/Kconfig#e4fc6580</link>
        <description>samples: add first Rust examplesThe beginning of a set of Rust modules that showcase how Rustmodules look like and how to use the abstracted kernel features.It also includes an example of a Rust host program withseveral modules.These samples also double as tests in the CI.Reviewed-by: Kees Cook &lt;keescook@chromium.org&gt;Reviewed-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Co-developed-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;Signed-off-by: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;Co-developed-by: Finn Behrens &lt;me@kloenk.de&gt;Signed-off-by: Finn Behrens &lt;me@kloenk.de&gt;Co-developed-by: Wedson Almeida Filho &lt;wedsonaf@google.com&gt;Signed-off-by: Wedson Almeida Filho &lt;wedsonaf@google.com&gt;Co-developed-by: Milan Landaverde &lt;milan@mdaverde.com&gt;Signed-off-by: Milan Landaverde &lt;milan@mdaverde.com&gt;Signed-off-by: Miguel Ojeda &lt;ojeda@kernel.org&gt;

            List of files:
            /linux-6.15/samples/rust/Kconfig</description>
        <pubDate>Sat, 03 Jul 2021 15:21:12 +0000</pubDate>
        <dc:creator>Miguel Ojeda &lt;ojeda@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
