<?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 debugobjects.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/lib/debugobjects.c#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/lib/debugobjects.c</description>
        <pubDate>Mon, 27 Apr 2026 08:26:49 +0000</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>d13e855ee923c2ae78307bf6c354305f1406b9e2 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/lib/debugobjects.c#d13e855ee923c2ae78307bf6c354305f1406b9e2</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesTomi needs 7.0 to apply a patch from drm-misc-fixes.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/lib/debugobjects.c</description>
        <pubDate>Thu, 23 Apr 2026 12:43:06 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/lib/debugobjects.c#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/lib/debugobjects.c</description>
        <pubDate>Mon, 20 Apr 2026 01:28:57 +0000</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d4eb7b2da66c848709e31585b9c371fa234abc39 - Merge branch &apos;for-7.1/core-v2&apos; into for-linus</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/lib/debugobjects.c#d4eb7b2da66c848709e31585b9c371fa234abc39</link>
        <description>Merge branch &apos;for-7.1/core-v2&apos; into for-linus- fixed handling of 0-sized reports (Dmitry Torokhov)- convert core code to __free() (Dmitry Torokhov)- support for multiple batteries per HID device (Lucas Zampieri)

            List of files:
            /linux/lib/debugobjects.c</description>
        <pubDate>Thu, 16 Apr 2026 19:01:18 +0000</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>2ad332b0e221dedc4c483faef2003be3655f9d77 - Merge tag &apos;core-debugobjects-2026-04-12&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/lib/debugobjects.c#2ad332b0e221dedc4c483faef2003be3655f9d77</link>
        <description>Merge tag &apos;core-debugobjects-2026-04-12&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipPull debugobjects update from Thomas Gleixner: &quot;A trivial update for debugobjects to drop a pointless likely() around  IS_ERR_OR_NULL()&quot;* tag &apos;core-debugobjects-2026-04-12&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:  debugobjects: Drop likely() around !IS_ERR_OR_NULL()

            List of files:
            /linux/lib/debugobjects.c</description>
        <pubDate>Tue, 14 Apr 2026 16:48:39 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>0542972950ef26670a5696e43c0ea2b7b6ac96d4 - Merge branch &apos;for-linus&apos; into for-next</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/lib/debugobjects.c#0542972950ef26670a5696e43c0ea2b7b6ac96d4</link>
        <description>Merge branch &apos;for-linus&apos; into for-nextPull 7.0 devel branch for further cleanups of ctxfi driver &amp; co.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/lib/debugobjects.c</description>
        <pubDate>Wed, 01 Apr 2026 12:42:56 +0000</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>723ddce93e8db101e3cf30d9956240b964603c3c - debugobjects: Drop likely() around !IS_ERR_OR_NULL()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/lib/debugobjects.c#723ddce93e8db101e3cf30d9956240b964603c3c</link>
        <description>debugobjects: Drop likely() around !IS_ERR_OR_NULL()IS_ERR_OR_NULL() already uses likely(!ptr) internally. checkpatch pointsout the nesting: Remove the explicit use of likely().Change generated with coccinelle.Signed-off-by: Philipp Hahn &lt;phahn-oss@avm.de&gt;Signed-off-by: Thomas Gleixner &lt;tglx@kernel.org&gt;Link: https://patch.msgid.link/20260310-b4-is_err_or_null-v1-59-bd63b656022d@avm.de

            List of files:
            /linux/lib/debugobjects.c</description>
        <pubDate>Tue, 10 Mar 2026 11:49:25 +0000</pubDate>
        <dc:creator>Philipp Hahn &lt;phahn-oss@avm.de&gt;</dc:creator>
    </item>
<item>
        <title>54fcc7f6ec3944ae7c1b0246a999744e33839cdb - Merge tag &apos;perf-tools-fixes-for-v7.0-2-2026-03-23&apos; into perf-tools-next</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/lib/debugobjects.c#54fcc7f6ec3944ae7c1b0246a999744e33839cdb</link>
        <description>Merge tag &apos;perf-tools-fixes-for-v7.0-2-2026-03-23&apos; into perf-tools-nextTo get the various fixes for v7.0.Signed-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux/lib/debugobjects.c</description>
        <pubDate>Wed, 25 Mar 2026 07:06:23 +0000</pubDate>
        <dc:creator>Namhyung Kim &lt;namhyung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>9e4e86a604dfd06402933467578c4b79f5412b2c - Merge tag &apos;v7.0-rc4&apos; into togreg</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/lib/debugobjects.c#9e4e86a604dfd06402933467578c4b79f5412b2c</link>
        <description>Merge tag &apos;v7.0-rc4&apos; into togregLinux 7.0-rc4Required for the ds4422 series which is build upon;5187e03b817c (&quot;iio: dac: ds4424: reject -128 RAW value&quot;)

            List of files:
            /linux/lib/debugobjects.c</description>
        <pubDate>Sun, 22 Mar 2026 12:20:42 +0000</pubDate>
        <dc:creator>Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>f6472b17933f9adb825e7c7da31f7b7b2edb1950 - Merge tag &apos;v7.0-rc4&apos; into timers/core, to resolve conflict</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/lib/debugobjects.c#f6472b17933f9adb825e7c7da31f7b7b2edb1950</link>
        <description>Merge tag &apos;v7.0-rc4&apos; into timers/core, to resolve conflictResolve conflict between this change in the upstream kernel:  4c652a47722f (&quot;rseq: Mark rseq_arm_slice_extension_timer() __always_inline&quot;)... and this pending change in timers/core:  0e98eb14814e (&quot;entry: Prepare for deferred hrtimer rearming&quot;)Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/lib/debugobjects.c</description>
        <pubDate>Sat, 21 Mar 2026 07:02:36 +0000</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>de6c925db978004703944585e9dd57d58aba0fac - Merge 7.0-rc4 into usb-next</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/lib/debugobjects.c#de6c925db978004703944585e9dd57d58aba0fac</link>
        <description>Merge 7.0-rc4 into usb-nextWe need the USB fixes in this branch as well to build on top ofSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/lib/debugobjects.c</description>
        <pubDate>Mon, 16 Mar 2026 10:50:48 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>f3f5d52d6bcdf190891601a11910cdd596963c1e - Merge 7.0-rc4 into staging-next</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/lib/debugobjects.c#f3f5d52d6bcdf190891601a11910cdd596963c1e</link>
        <description>Merge 7.0-rc4 into staging-nextWe need the staging driver fixes in here to build on top ofSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/lib/debugobjects.c</description>
        <pubDate>Mon, 16 Mar 2026 10:47:14 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>3812943e01fdeabd80118b01c1484f6bd4d324d9 - Merge 7.0-rc4 into char-misc-next</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/lib/debugobjects.c#3812943e01fdeabd80118b01c1484f6bd4d324d9</link>
        <description>Merge 7.0-rc4 into char-misc-nextWe need the char/misc/iio fixes in this branch as well to build on topof.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/lib/debugobjects.c</description>
        <pubDate>Mon, 16 Mar 2026 10:41:58 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>76bce7ac51673640a4a46236ea723cf5543268d7 - Merge tag &apos;v7.0-rc4&apos; into drm-rust-next</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/lib/debugobjects.c#76bce7ac51673640a4a46236ea723cf5543268d7</link>
        <description>Merge tag &apos;v7.0-rc4&apos; into drm-rust-nextWe need the latest fixes from drm-rust-fixes in drm-rust-next as well tobuild on top of.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/lib/debugobjects.c</description>
        <pubDate>Sun, 15 Mar 2026 20:55:47 +0000</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/lib/debugobjects.c#0421ccdfad0d92713a812a5aeb7d07b0ea7213c8</link>
        <description>Merge tag &apos;v7.0-rc3&apos; into nextSync up with the mainline to brig up the latest changes, specificallychanges to ALPS driver.

            List of files:
            /linux/lib/debugobjects.c</description>
        <pubDate>Thu, 12 Mar 2026 17:44:42 +0000</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>42d3b66d4cdbacfc9d120d2301b8de89cc29a914 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/lib/debugobjects.c#42d3b66d4cdbacfc9d120d2301b8de89cc29a914</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 7.00-rc3. Important ahead GPU SVM merging THPsupport.Signed-off-by: Matthew Brost &lt;matthew.brost@intel.com&gt;

            List of files:
            /linux/lib/debugobjects.c</description>
        <pubDate>Thu, 12 Mar 2026 14:17:56 +0000</pubDate>
        <dc:creator>Matthew Brost &lt;matthew.brost@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>099bded7525d9803f62bc5a1ed60e2c9ec4851e0 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc3</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/lib/debugobjects.c#099bded7525d9803f62bc5a1ed60e2c9ec4851e0</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc3Cross-merge BPF and other fixes after downstream PR.No conflicts.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/lib/debugobjects.c</description>
        <pubDate>Mon, 09 Mar 2026 00:46:38 +0000</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>32e940f2bd3b16551f23ea44be47f6f5d1746d64 - Merge branch &apos;for-7.0-fixes&apos; into for-7.1</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/lib/debugobjects.c#32e940f2bd3b16551f23ea44be47f6f5d1746d64</link>
        <description>Merge branch &apos;for-7.0-fixes&apos; into for-7.1To prepare for hierarchical scheduling patchset which will cause multipleconflicts otherwise.Signed-off-by: Tejun Heo &lt;tj@kernel.org&gt;

            List of files:
            /linux/lib/debugobjects.c</description>
        <pubDate>Fri, 06 Mar 2026 17:46:32 +0000</pubDate>
        <dc:creator>Tejun Heo &lt;tj@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>12f8069115d5ff9d292c6b00c74e1984b01b6fc1 - Merge branch &apos;linus&apos; into sched/core, to resolve conflicts</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/lib/debugobjects.c#12f8069115d5ff9d292c6b00c74e1984b01b6fc1</link>
        <description>Merge branch &apos;linus&apos; into sched/core, to resolve conflicts Conflicts:	kernel/sched/ext.cSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/lib/debugobjects.c</description>
        <pubDate>Fri, 06 Mar 2026 05:21:02 +0000</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0b1324cdd8de9f54f9daf689a4ae59783c333510 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://opengrok.kc2vjw.com:8080/history/linux/lib/debugobjects.c#0b1324cdd8de9f54f9daf689a4ae59783c333510</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR (net-7.0-rc3).No conflicts.Adjacent changes:net/netfilter/nft_set_rbtree.c  fb7fb4016300 (&quot;netfilter: nf_tables: clone set on flush only&quot;)  3aea466a4399 (&quot;netfilter: nft_set_rbtree: don&apos;t disable bh when acquiring tree lock&quot;)Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/lib/debugobjects.c</description>
        <pubDate>Thu, 26 Feb 2026 18:20:47 +0000</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
