<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/samples/rust/Kconfig#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/samples/rust/Kconfig</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c6e62d002b7f0613f02d8707c80f2a7bd66808a0 - Merge tag &apos;driver-core-7.0-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core</title>
        <link>http://kernelsources.org:8080/source/history/linux/samples/rust/Kconfig#c6e62d002b7f0613f02d8707c80f2a7bd66808a0</link>
        <description>Merge tag &apos;driver-core-7.0-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-corePull driver core updates from Danilo Krummrich: &quot;Bus:   - Ensure bus-&gt;match() is consistently called with the device lock     held   - Improve type safety of bus_find_device_by_acpi_dev()  Devtmpfs:   - Parse &apos;devtmpfs.mount=&apos; boot parameter with kstrtoint() instead of     simple_strtoul()   - Avoid sparse warning by making devtmpfs_context_ops static  IOMMU:   - Do not register the qcom_smmu_tbu_driver in arm_smmu_device_probe()  MAINTAINERS:   - Add the new driver-core mailing list (driver-core@lists.linux.dev)     to all relevant entries   - Add missing tree location for &quot;FIRMWARE LOADER (request_firmware)&quot;   - Add driver-model documentation to the &quot;DRIVER CORE&quot; entry   - Add missing driver-core maintainers to the &quot;AUXILIARY BUS&quot; entry  Misc:   - Change return type of attribute_container_register() to void; it     has always been infallible   - Do not export sysfs_change_owner(), sysfs_file_change_owner() and     device_change_owner()   - Move devres_for_each_res() from the public devres header to     drivers/base/base.h   - Do not use a static struct device for the faux bus; allocate it     dynamically  Revocable:   - Patches for the revocable synchronization primitive have been     scheduled for v7.0-rc1, but have been reverted as they need some     more refinement  Rust:   - Device:      - Support dev_printk on all device types, not just the core Device        struct; remove now-redundant .as_ref() calls in dev_* print        calls   - Devres:      - Introduce an internal reference count in Devres&lt;T&gt; to avoid a        deadlock condition in case of (indirect) nesting   - DMA:      - Allow drivers to tune the maximum DMA segment size via        dma_set_max_seg_size()   - I/O:      - Introduce the concept of generic I/O backends to handle        different kinds of device shared memory through a common        interface.        This enables higher-level concepts such as register        abstractions, I/O slices, and field projections to be built        generically on top.        In a first step, introduce the Io, IoCapable&lt;T&gt;, and IoKnownSize        trait hierarchy for sharing a common interface supporting offset        validation and bound-checking logic between I/O backends.      - Refactor MMIO to use the common I/O backend infrastructure   - Misc:      - Add __rust_helper annotations to C helpers for inlining into        Rust code      - Use &quot;kernel vertical&quot; style for imports      - Replace kernel::c_str! with C string literals      - Update ARef imports to use sync::aref      - Use pin_init::zeroed() for struct auxiliary_device_id and        debugfs file_operations initialization      - Use LKMM atomic types in debugfs doc-tests      - Various minor comment and documentation fixes   - PCI:      - Implement PCI configuration space accessors using the common I/O        backend infrastructure      - Document pci::Bar device endianness assumptions   - SoC:      - Abstractions for struct soc_device and struct soc_device_attribute      - Sample driver for soc::Device&quot;* tag &apos;driver-core-7.0-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core: (79 commits)  rust: devres: fix race condition due to nesting  rust: dma: add missing __rust_helper annotations  samples: rust: pci: Remove some additional `.as_ref()` for `dev_*` print  Revert &quot;revocable: Revocable resource management&quot;  Revert &quot;revocable: Add Kunit test cases&quot;  Revert &quot;selftests: revocable: Add kselftest cases&quot;  driver core: remove device_change_owner() export  sysfs: remove exports of sysfs_*change_owner()  driver core: disable revocable code from build  revocable: Add KUnit test for concurrent access  revocable: fix SRCU index corruption by requiring caller-provided storage  revocable: Add KUnit test for provider lifetime races  revocable: Fix races in revocable_alloc() using RCU  driver core: fix inverted &quot;locked&quot; suffix of driver_match_device()  rust: io: move MIN_SIZE and io_addr_assert to IoKnownSize  rust: pci: re-export ConfigSpace  rust: dma: allow drivers to tune max segment size  gpu: tyr: remove redundant `.as_ref()` for `dev_*` print  rust: auxiliary: use `pin_init::zeroed()` for device ID  rust: debugfs: use pin_init::zeroed() for file_operations  ...

            List of files:
            /linux/samples/rust/Kconfig</description>
        <pubDate>Thu, 12 Feb 2026 02:43:59 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>ec496f77b4c11036cc835d6f045fb5e5ef1e6530 - Merge branch &apos;for-6.20/sony&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/samples/rust/Kconfig#ec496f77b4c11036cc835d6f045fb5e5ef1e6530</link>
        <description>Merge branch &apos;for-6.20/sony&apos; into for-linus- Support for Rock band 4 PS4 and PS5 guitars (Rosalie Wanders)

            List of files:
            /linux/samples/rust/Kconfig</description>
        <pubDate>Mon, 09 Feb 2026 17:33:26 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/samples/rust/Kconfig#cc4adab164b772a34b3340d644b7c4728498581e</link>
        <description>Merge tag &apos;v6.19-rc1&apos; into msm-nextMerge Linux 6.19-rc1 in order to catch up with other changes (e.g. UBWCconfig database defining UBWC_6).Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/samples/rust/Kconfig</description>
        <pubDate>Tue, 20 Jan 2026 23:06:55 +0100</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>d43a12e474351161bb6d7e2a17ab56f591b9302d - rust: Add SoC Driver Sample</title>
        <link>http://kernelsources.org:8080/source/history/linux/samples/rust/Kconfig#d43a12e474351161bb6d7e2a17ab56f591b9302d</link>
        <description>rust: Add SoC Driver SampleShows registration of a SoC device upon receipt of a probe.Signed-off-by: Matthew Maurer &lt;mmaurer@google.com&gt;Link: https://patch.msgid.link/20251226-soc-bindings-v4-3-2c2fac08f820@google.comSigned-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/samples/rust/Kconfig</description>
        <pubDate>Fri, 26 Dec 2025 21:17:09 +0100</pubDate>
        <dc:creator>Matthew Maurer &lt;mmaurer@google.com&gt;</dc:creator>
    </item>
<item>
        <title>5add3c3c280a35f7e258e9cef7607db5a2e56fdc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/samples/rust/Kconfig#5add3c3c280a35f7e258e9cef7607db5a2e56fdc</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.19-rc1. An important upstream bugfix andto help unblock PTL CI.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/samples/rust/Kconfig</description>
        <pubDate>Fri, 19 Dec 2025 11:51:22 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ec439c38013550420aecc15988ae6acb670838c1 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/samples/rust/Kconfig#ec439c38013550420aecc15988ae6acb670838c1</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Cross-merge BPF and other fixes after downstream PR.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/samples/rust/Kconfig</description>
        <pubDate>Wed, 17 Dec 2025 06:29:38 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b8304863a3990d0f18c38e5b94191830a63ee1af - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/samples/rust/Kconfig#b8304863a3990d0f18c38e5b94191830a63ee1af</link>
        <description>Merge drm/drm-next into drm-intel-nextSync-up some display code needed for Async flips refactor.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/samples/rust/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 14:24:02 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7f790dd21a931c61167f7bdc327aecf2cebad327 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/samples/rust/Kconfig#7f790dd21a931c61167f7bdc327aecf2cebad327</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.20 (7.0?) release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/samples/rust/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 09:27:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/samples/rust/Kconfig#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/samples/rust/Kconfig</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>24f171c7e145f43b9f187578e89b0982ce87e54c - Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/samples/rust/Kconfig#24f171c7e145f43b9f187578e89b0982ce87e54c</link>
        <description>Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.19We&apos;ve been quite busy with fixes since the merge window, though not inany particularly exciting ways - the standout thing is the fix for _SXcontrols which were broken by a change to how we do clamping, otherwiseit&apos;s all fairly run of the mill fixes and quirks.

            List of files:
            /linux/samples/rust/Kconfig</description>
        <pubDate>Sun, 21 Dec 2025 11:11:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>84318277d6334c6981ab326d4acc87c6a6ddc9b8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/samples/rust/Kconfig#84318277d6334c6981ab326d4acc87c6a6ddc9b8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesPull in rc1 to include all changes since the merge window closed,and grab all fixes and changes from drm/drm-next.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/samples/rust/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 12:53:27 +0100</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>f5e9d31e79c1ce8ba948ecac74d75e9c8d2f0c87 - Merge tag &apos;usb-6.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb</title>
        <link>http://kernelsources.org:8080/source/history/linux/samples/rust/Kconfig#f5e9d31e79c1ce8ba948ecac74d75e9c8d2f0c87</link>
        <description>Merge tag &apos;usb-6.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbPull USB/Thunderbolt updates from Greg KH: &quot;Here is the big set of USB and Thunderbolt driver updates for  6.19-rc1. Nothing major here, just lots of tiny updates for most of  the common USB drivers. Included in here are:   - more xhci driver updates and fixes   - Thunderbolt driver cleanups   - usb serial driver updates   - typec driver updates   - USB tracepoint additions   - dwc3 driver updates, including support for Apple hardware   - lots of other smaller driver updates and cleanups  All of these have been in linux-next for a while with no reported  issues&quot;* tag &apos;usb-6.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (161 commits)  usb: gadget: tegra-xudc: Always reinitialize data toggle when clear halt  USB: serial: option: move Telit 0x10c7 composition in the right place  USB: serial: option: add Telit Cinterion FE910C04 new compositions  usb: typec: ucsi: fix use-after-free caused by uec-&gt;work  usb: typec: ucsi: fix probe failure in gaokun_ucsi_probe()  usb: dwc3: core: Remove redundant comment in core init  usb: phy: Initialize struct usb_phy list_head  USB: serial: option: add Foxconn T99W760  usb: usb-storage: No additional quirks need to be added to the EL-R12 optical drive.  usb: typec: hd3ss3220: Enable VBUS based on ID pin state  dt-bindings: usb: ti,hd3ss3220: Add support for VBUS based on ID state  usb: typec: anx7411: add WQ_PERCPU to alloc_workqueue users  USB: add WQ_PERCPU to alloc_workqueue users  dt-bindings: usb: dwc3-xilinx: Describe the reset constraint for the versal platform  drivers/usb/storage: use min() instead of min_t()  usb: raw-gadget: cap raw_io transfer length to KMALLOC_MAX_SIZE  usb: ohci-da8xx: remove unused platform data  usb: gadget: functionfs: use dma_buf_unmap_attachment_unlocked() helper  usb: uas: reduce time under spinlock  usb: dwc3: eic7700: Add EIC7700 USB driver  ...

            List of files:
            /linux/samples/rust/Kconfig</description>
        <pubDate>Sun, 07 Dec 2025 03:42:12 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>9a55e0079258f5c054f469e08c2dc349bbfd1943 - Revert &quot;USB: disable rust bindings from the build for now&quot;</title>
        <link>http://kernelsources.org:8080/source/history/linux/samples/rust/Kconfig#9a55e0079258f5c054f469e08c2dc349bbfd1943</link>
        <description>Revert &quot;USB: disable rust bindings from the build for now&quot;This reverts commit c584a1c7c8a192c13637bc51c7b63a9f15fe6474.It brings the rust bindings for USB back into the build so that we canwork off of this for future kernel releases.Link: https://lore.kernel.org/r/2025100827-divorcee-steadier-b40b@gregkhSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/samples/rust/Kconfig</description>
        <pubDate>Wed, 08 Oct 2025 14:10:28 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>416f99c3b16f582a3fc6d64a1f77f39d94b76de5 - Merge tag &apos;driver-core-6.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core</title>
        <link>http://kernelsources.org:8080/source/history/linux/samples/rust/Kconfig#416f99c3b16f582a3fc6d64a1f77f39d94b76de5</link>
        <description>Merge tag &apos;driver-core-6.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-corePull driver core updates from Danilo Krummrich: &quot;Arch Topology:   - Move parse_acpi_topology() from arm64 to common code for reuse in     RISC-V  CPU:   - Expose housekeeping CPUs through /sys/devices/system/cpu/housekeeping   - Print a newline (or 0x0A) instead of &apos;(null)&apos; reading     /sys/devices/system/cpu/nohz_full when nohz_full= is not set  debugfs   - Remove (broken) &apos;no-mount&apos; mode   - Remove redundant access mode checks in debugfs_get_tree() and     debugfs_create_*() functions  Devres:   - Remove unused devm_free_percpu() helper   - Move devm_alloc_percpu() from device.h to devres.h  Firmware Loader:   - Replace simple_strtol() with kstrtoint()   - Do not call cancel_store() when no upload is in progress  kernfs:   - Increase struct super_block::maxbytes to MAX_LFS_FILESIZE   - Fix a missing unwind path in __kernfs_new_node()  Misc:   - Increase the name size in struct auxiliary_device_id to 40     characters   - Replace system_unbound_wq with system_dfl_wq and add WQ_PERCPU to     alloc_workqueue()  Platform:   - Replace ERR_PTR() with IOMEM_ERR_PTR() in platform ioremap     functions  Rust:   - Auxiliary:      - Unregister auxiliary device on parent device unbind      - Move parent() to impl Device; implement device context aware        parent() for Device&lt;Bound&gt;      - Illustrate how to safely obtain a driver&apos;s device private data        when calling from an auxiliary driver into the parant device        driver   - DebugFs:      - Implement support for binary large objects   - Device:      - Let probe() return the driver&apos;s device private data as pinned        initializer, i.e. impl PinInit&lt;Self, Error&gt;      - Implement safe accessor for a driver&apos;s device private data for        Device&lt;Bound&gt; (returned reference can&apos;t out-live driver binding        and guarantees the correct private data type)      - Implement AsBusDevice trait, to be used by class device        abstractions to derive the bus device type of the parent device   - DMA:      - Store raw pointer of allocation as NonNull      - Use start_ptr() and start_ptr_mut() to inherit correct        mutability of self   - FS:      - Add file::Offset type alias   - I2C:      - Add abstractions for I2C device / driver infrastructure      - Implement abstractions for manual I2C device registrations   - I/O:      - Use &quot;kernel vertical&quot; style for imports      - Define ResourceSize as resource_size_t      - Move ResourceSize to top-level I/O module      - Add type alias for phys_addr_t      - Implement Rust version of read_poll_timeout_atomic()   - PCI:      - Use &quot;kernel vertical&quot; style for imports      - Move I/O and IRQ infrastructure to separate files      - Add support for PCI interrupt vectors      - Implement TryInto&lt;IrqRequest&lt;&apos;a&gt;&gt; for IrqVector&lt;&apos;a&gt; to convert        an IrqVector bound to specific pci::Device into an IrqRequest        bound to the same pci::Device&apos;s parent Device      - Leverage pin_init_scope() to get rid of redundant Result in IRQ        methods   - PinInit:      - Add {pin_}init_scope() to execute code before creating an        initializer   - Platform:      - Leverage pin_init_scope() to get rid of redundant Result in IRQ        methods   - Timekeeping:      - Implement abstraction of udelay()   - Uaccess:      - Implement read_slice_partial() and read_slice_file() for        UserSliceReader      - Implement write_slice_partial() and write_slice_file() for        UserSliceWriter  sysfs:   - Prepare the constification of struct attribute&quot;* tag &apos;driver-core-6.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core: (75 commits)  rust: pci: fix build failure when CONFIG_PCI_MSI is disabled  debugfs: Fix default access mode config check  debugfs: Remove broken no-mount mode  debugfs: Remove redundant access mode checks  driver core: Check drivers_autoprobe for all added devices  driver core: WQ_PERCPU added to alloc_workqueue users  driver core: replace use of system_unbound_wq with system_dfl_wq  tick/nohz: Expose housekeeping CPUs in sysfs  tick/nohz: avoid showing &apos;(null)&apos; if nohz_full= not set  sysfs/cpu: Use DEVICE_ATTR_RO for nohz_full attribute  kernfs: fix memory leak of kernfs_iattrs in __kernfs_new_node  fs/kernfs: raise sb-&gt;maxbytes to MAX_LFS_FILESIZE  mod_devicetable: Bump auxiliary_device_id name size  sysfs: simplify attribute definition macros  samples/kobject: constify &apos;struct foo_attribute&apos;  samples/kobject: add is_visible() callback to attribute group  sysfs: attribute_group: enable const variants of is_visible()  sysfs: introduce __SYSFS_FUNCTION_ALTERNATIVE()  sysfs: transparently handle const pointers in ATTRIBUTE_GROUPS()  sysfs: attribute_group: allow registration of const attribute  ...

            List of files:
            /linux/samples/rust/Kconfig</description>
        <pubDate>Sat, 06 Dec 2025 06:29:02 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>4635406417bb842862d6322c461743c9b128c444 - samples: rust: fix module name for Rust PCI driver sample</title>
        <link>http://kernelsources.org:8080/source/history/linux/samples/rust/Kconfig#4635406417bb842862d6322c461743c9b128c444</link>
        <description>samples: rust: fix module name for Rust PCI driver sampleReplace driver_pci -&gt; rust_driver_pci in config SAMPLE_RUST_DRIVER_PCI.Signed-off-by: Peter Colberg &lt;pcolberg@redhat.com&gt;Fixes: 685376d18e9a (&quot;samples: rust: add Rust PCI sample driver&quot;)Link: https://patch.msgid.link/20251120-rust-driver-pci-fix-module-name-v1-1-430cee310dc0@redhat.comSigned-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/samples/rust/Kconfig</description>
        <pubDate>Thu, 20 Nov 2025 17:06:09 +0100</pubDate>
        <dc:creator>Peter Colberg &lt;pcolberg@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>13ae55e24a854efd33eb84bbd19a74b933228ccd - samples: rust: add Rust I2C client registration sample</title>
        <link>http://kernelsources.org:8080/source/history/linux/samples/rust/Kconfig#13ae55e24a854efd33eb84bbd19a74b933228ccd</link>
        <description>samples: rust: add Rust I2C client registration sampleAdd a new `rust_i2c_client` sample, showing how to create a newi2c client using `i2c::Registration`Acked-by: Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;Signed-off-by: Igor Korotin &lt;igor.korotin.linux@gmail.com&gt;Link: https://patch.msgid.link/20251116162210.171542-1-igor.korotin.linux@gmail.com[ * Remove dependency to I2C_CHARDEV, depend on I2C=y.  * Remove unnecessary impl Drop for SampleDriver.  * Rename i2c::Registration, import Devres.  * Fixup module description.  * Add new source file to MAINTAINERS.  - Danilo ]Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/samples/rust/Kconfig</description>
        <pubDate>Sun, 16 Nov 2025 17:22:10 +0100</pubDate>
        <dc:creator>Igor Korotin &lt;igor.korotin.linux@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d05b8e97690fa19be39f0af03e7f117f601b6319 - samples: rust: add Rust I2C sample driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/samples/rust/Kconfig#d05b8e97690fa19be39f0af03e7f117f601b6319</link>
        <description>samples: rust: add Rust I2C sample driverAdd a new `rust_driver_i2c` sample, showing how to create a newi2c driver using ACPI/OF/Legacy ID tables.Acked-by: Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;Signed-off-by: Igor Korotin &lt;igor.korotin.linux@gmail.com&gt;Link: https://patch.msgid.link/20251116162204.171518-1-igor.korotin.linux@gmail.comSigned-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/samples/rust/Kconfig</description>
        <pubDate>Sun, 16 Nov 2025 17:22:04 +0100</pubDate>
        <dc:creator>Igor Korotin &lt;igor.korotin.linux@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7362b5b493102c6b71827c2da22117b475528f6d - Merge branch &apos;for-6.19/nintendo&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/samples/rust/Kconfig#7362b5b493102c6b71827c2da22117b475528f6d</link>
        <description>Merge branch &apos;for-6.19/nintendo&apos; into for-linus- switch to WQ_PERCPU workaueues (Marco Crivellari)- reduce potential initialization blocking time of hid-nintendo (Willy Huang)

            List of files:
            /linux/samples/rust/Kconfig</description>
        <pubDate>Tue, 02 Dec 2025 14:46:11 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/samples/rust/Kconfig#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/samples/rust/Kconfig</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
