<?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>9901adda - samples: rust: add Rust dma test sample driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/samples/rust/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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>22193c58 - samples: rust: fix `rust_print` build making it a combined module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/samples/rust/Makefile#22193c58</link>
        <description>samples: rust: fix `rust_print` build making it a combined moduleThe `rust_print` module, when built as a module, fails to build with:    ERROR: modpost: missing MODULE_LICENSE() in samples/rust/rust_print_events.o    ERROR: modpost: &quot;__tracepoint_rust_sample_loaded&quot; [samples/rust/rust_print.ko] undefined!    ERROR: modpost: &quot;rust_do_trace_rust_sample_loaded&quot; [samples/rust/rust_print.ko] undefined!Fix it by building it as a combined one.Cc: Masami Hiramatsu &lt;mhiramat@kernel.org&gt;Cc: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Boqun Feng &lt;boqun.feng@gmail.com&gt;Cc: Gary Guo &lt;gary@garyguo.net&gt;Cc: Bj&#246;rn Roy Baron &lt;bjorn3_gh@protonmail.com&gt;Cc: Benno Lossin &lt;benno.lossin@proton.me&gt;Cc: Andreas Hindborg &lt;a.hindborg@kernel.org&gt;Cc: Alice Ryhl &lt;aliceryhl@google.com&gt;Cc: Trevor Gross &lt;tmgross@umich.edu&gt;Cc: &quot;Linux Next Mailing List&quot; &lt;linux-next@vger.kernel.org&gt;Link: https://lore.kernel.org/20241111220805.708889-1-ojeda@kernel.orgReported-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;Closes: https://lore.kernel.org/all/20241108152149.28459a72@canb.auug.org.au/Fixes: 91d39024e1b0 (&quot;rust: samples: add tracepoint to Rust sample&quot;)Signed-off-by: Miguel Ojeda &lt;ojeda@kernel.org&gt;Signed-off-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux-6.15/samples/rust/Makefile</description>
        <pubDate>Mon, 11 Nov 2024 22:08:05 +0000</pubDate>
        <dc:creator>Miguel Ojeda &lt;ojeda@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>91d39024 - rust: samples: add tracepoint to Rust sample</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/samples/rust/Makefile#91d39024</link>
        <description>rust: samples: add tracepoint to Rust sampleThis updates the Rust printing sample to invoke a tracepoint. Thisensures that we have a user in-tree from the get-go even though thepatch is being merged before its real user.Cc: Masami Hiramatsu &lt;mhiramat@kernel.org&gt;Cc: Mathieu Desnoyers &lt;mathieu.desnoyers@efficios.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Josh Poimboeuf &lt;jpoimboe@kernel.org&gt;Cc: Jason Baron &lt;jbaron@akamai.com&gt;Cc: Ard Biesheuvel &lt;ardb@kernel.org&gt;Cc: Miguel Ojeda &lt;ojeda@kernel.org&gt;Cc: Alex Gaynor &lt;alex.gaynor@gmail.com&gt;Cc: Wedson Almeida Filho &lt;wedsonaf@gmail.com&gt;Cc: Gary Guo &lt;gary@garyguo.net&gt;Cc: &quot; =?utf-8?q?Bj=C3=B6rn_Roy_Baron?= &quot; &lt;bjorn3_gh@protonmail.com&gt;Cc: Benno Lossin &lt;benno.lossin@proton.me&gt;Cc: Andreas Hindborg &lt;a.hindborg@kernel.org&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Borislav Petkov &lt;bp@alien8.de&gt;Cc: Dave Hansen &lt;dave.hansen@linux.intel.com&gt;Cc: &quot;H. Peter Anvin&quot; &lt;hpa@zytor.com&gt;Cc: Sean Christopherson &lt;seanjc@google.com&gt;Cc: Uros Bizjak &lt;ubizjak@gmail.com&gt;Cc: Catalin Marinas &lt;catalin.marinas@arm.com&gt;Cc: Will Deacon &lt;will@kernel.org&gt;Cc: Marc Zyngier &lt;maz@kernel.org&gt;Cc: Oliver Upton &lt;oliver.upton@linux.dev&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Ryan Roberts &lt;ryan.roberts@arm.com&gt;Cc: Fuad Tabba &lt;tabba@google.com&gt;Cc: Paul Walmsley &lt;paul.walmsley@sifive.com&gt;Cc: Palmer Dabbelt &lt;palmer@dabbelt.com&gt;Cc: Albert Ou &lt;aou@eecs.berkeley.edu&gt;Cc: Anup Patel &lt;apatel@ventanamicro.com&gt;Cc: Andrew Jones &lt;ajones@ventanamicro.com&gt;Cc: Alexandre Ghiti &lt;alexghiti@rivosinc.com&gt;Cc: Conor Dooley &lt;conor.dooley@microchip.com&gt;Cc: Samuel Holland &lt;samuel.holland@sifive.com&gt;Cc: Huacai Chen &lt;chenhuacai@kernel.org&gt;Cc: WANG Xuerui &lt;kernel@xen0n.name&gt;Cc: Bibo Mao &lt;maobibo@loongson.cn&gt;Cc: Tiezhu Yang &lt;yangtiezhu@loongson.cn&gt;Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt;Cc: Tianrui Zhao &lt;zhaotianrui@loongson.cn&gt;Link: https://lore.kernel.org/20241030-tracepoint-v12-3-eec7f0f8ad22@google.comReviewed-by: Boqun Feng &lt;boqun.feng@gmail.com&gt;Signed-off-by: Alice Ryhl &lt;aliceryhl@google.com&gt;Signed-off-by: Steven Rostedt (Google) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux-6.15/samples/rust/Makefile</description>
        <pubDate>Wed, 30 Oct 2024 16:04:26 +0000</pubDate>
        <dc:creator>Alice Ryhl &lt;aliceryhl@google.com&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/Makefile#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/Makefile</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/Makefile#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/Makefile</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>
