<?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 objdiff</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b0d6207b - kbuild: clean .tmp_* pattern by make clean</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/objdiff#b0d6207b</link>
        <description>kbuild: clean .tmp_* pattern by make cleanChange the &quot;make clean&quot; rule to remove all the .tmp_* files..tmp_objdiff is the only exception, which should be removed by&quot;make mrproper&quot;.Rename the record directory of objdiff, .tmp_objdiff to .objdiff toavoid the removal by &quot;make clean&quot;.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Tested-by: Sedat Dilek &lt;sedat.dilek@gmail.com&gt; # LLVM-14 (x86-64)

            List of files:
            /linux-6.15/scripts/objdiff</description>
        <pubDate>Sat, 28 May 2022 15:47:02 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>958349cc - treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 199</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/objdiff#958349cc</link>
        <description>treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 199Based on 1 normalized pattern(s):  licensed under the terms of the gnu gpl version 2extracted by the scancode license scanner the SPDX license identifier  GPL-2.0-onlyhas been chosen to replace the boilerplate/reference in 1 file(s).Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Reviewed-by: Allison Randal &lt;allison@lohutok.net&gt;Reviewed-by: Alexios Zavras &lt;alexios.zavras@intel.com&gt;Reviewed-by: Richard Fontana &lt;rfontana@redhat.com&gt;Reviewed-by: Steve Winslow &lt;swinslow@gmail.com&gt;Cc: linux-spdx@vger.kernel.orgLink: https://lkml.kernel.org/r/20190528170027.911569875@linutronix.deSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/scripts/objdiff</description>
        <pubDate>Tue, 28 May 2019 16:57:26 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>65ba6fa4 - scripts: objdiff: Ignore debug info when comparing</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/objdiff#65ba6fa4</link>
        <description>scripts: objdiff: Ignore debug info when comparingIf the kernel is configured to be built with debug symbols, orhas bug tables, comparing files may not work if line numberschange. This makes comparing object files with these optionsharder to do. Let&apos;s strip out the debug info and drop the__bug_table here so that we don&apos;t see false positives. There maybe other things to drop later, and it may be architecturespecific, but this works for me with my ARM64 build.Signed-off-by: Stephen Boyd &lt;stephen.boyd@linaro.org&gt;Reviewed-by: Jason Cooper &lt;jason@lakedaemon.net&gt;Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /linux-6.15/scripts/objdiff</description>
        <pubDate>Thu, 16 Feb 2017 21:18:20 +0000</pubDate>
        <dc:creator>Stephen Boyd &lt;stephen.boyd@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>7fa0e6db - scripts: objdiff: support directories for the augument of record command</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/objdiff#7fa0e6db</link>
        <description>scripts: objdiff: support directories for the augument of record commandFor example,  $ scripts/objdiff record init drivers/usbdisassembles all the objects under init and drivers/usb directories.This feature would be useful when we change various files under thespecific directory.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Acked-by: Jason Cooper &lt;jason@lakedaemon.net&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/scripts/objdiff</description>
        <pubDate>Mon, 09 Jun 2014 02:16:40 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>8ac28bee - scripts: objdiff: fix a comment</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/objdiff#8ac28bee</link>
        <description>scripts: objdiff: fix a commentSigned-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Acked-by: Jason Cooper &lt;jason@lakedaemon.net&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/scripts/objdiff</description>
        <pubDate>Mon, 09 Jun 2014 02:16:39 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>8b5d0f20 - scripts: objdiff: change the extension of disassembly from .o to .dis</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/objdiff#8b5d0f20</link>
        <description>scripts: objdiff: change the extension of disassembly from .o to .disPrior to this commit, the command &quot;scripts/objdiff record path/to/*.o&quot;disassembled the given object into &quot;.tmp_objdiff/path/to/*.o&quot; file.The problem here is that recorded disassemblies are lost if we run&quot;make clean&quot; because it removes all the *.o files.Disassembled code should be dumped into *.dis instead of *.o files.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Acked-by: Jason Cooper &lt;jason@lakedaemon.net&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/scripts/objdiff</description>
        <pubDate>Mon, 09 Jun 2014 02:16:38 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>18165efa - scripts: objdiff: improve path flexibility for record command</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/objdiff#18165efa</link>
        <description>scripts: objdiff: improve path flexibility for record commandPrior to this commit, scripts/objdiff expected to be run at the topdirectory and only the relative path of objects.This commit provides more flexibility in terms of object path:[1] scripts/objdiff can be run in any directoryFor example,  $ scripts/objdiff record init/main.oand  $ cd init; ../scripts/objdiff record main.oproduce the same result.[2] Support absolute path for objects  $ scripts/objdiff record /home/foo/bar/linux/init/main.owork as well.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Acked-by: Jason Cooper &lt;jason@lakedaemon.net&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/scripts/objdiff</description>
        <pubDate>Mon, 09 Jun 2014 02:16:37 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>1ecc8e48 - scripts: objdiff: remove unnecessary code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/objdiff#1ecc8e48</link>
        <description>scripts: objdiff: remove unnecessary codeThe directories for objdump is created by the codea few lines below:  [ ! -d &quot;$OBJDIFFD/$dn&quot; ] &amp;&amp; mkdir -p &quot;$OBJDIFFD/$dn&quot;Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Acked-by: Jason Cooper &lt;jason@lakedaemon.net&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/scripts/objdiff</description>
        <pubDate>Mon, 09 Jun 2014 02:16:36 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>5ab370e9 - scripts: objdiff: direct error messages to stderr</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/objdiff#5ab370e9</link>
        <description>scripts: objdiff: direct error messages to stderrSigned-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Acked-by: Jason Cooper &lt;jason@lakedaemon.net&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/scripts/objdiff</description>
        <pubDate>Mon, 09 Jun 2014 02:16:35 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>fd6e1242 - scripts: objdiff: get the path to .tmp_objdiff more simply</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/objdiff#fd6e1242</link>
        <description>scripts: objdiff: get the path to .tmp_objdiff more simplyThis commit is a minor refactoring.Temporary files for objdiff are stored in .tmp_objdiff directorywhich is located at the top directory.To get the path to this directory,  SRCTREE=`git rev-parse --show-toplevel`  TMPD=$SRCTREE/.tmp_objdiffseems easier to understand than  GIT_DIR=`git rev-parse --git-dir`  TMPD=${GIT_DIR%git}tmp_objdiffBesides, it is not always necessary to create .tmp_objdiff dicrectory.It should be created only for &quot;record&quot; command.Signed-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Acked-by: Jason Cooper &lt;jason@lakedaemon.net&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/scripts/objdiff</description>
        <pubDate>Mon, 09 Jun 2014 02:16:34 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>79192ca8 - scripts: objdiff: detect object code changes between two commits</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/scripts/objdiff#79192ca8</link>
        <description>scripts: objdiff: detect object code changes between two commitsobjdiff is useful when doing large code cleanups.  For example, whenremoving checkpatch warnings and errors from new drivers in the stagingtree.objdiff can be used in conjunction with a git rebase to confirm thateach commit made no changes to the resulting object code.  It has thesame return values as diff(1).This was written specifically to support adding the skein and threefishcryto drivers to the staging tree.  I needed a programmatic way toconfirm that commits changing &gt;90% of the lines didn&apos;t inadvertentlychange the code.Temporary files (objdump output) are stored in  /path/to/linux/.tmp_objdiff&apos;make mrproper&apos; will remove this directory.Signed-off-by: Jason Cooper &lt;jason@lakedaemon.net&gt;Signed-off-by: Michal Marek &lt;mmarek@suse.cz&gt;

            List of files:
            /linux-6.15/scripts/objdiff</description>
        <pubDate>Mon, 07 Apr 2014 18:30:29 +0000</pubDate>
        <dc:creator>Jason Cooper &lt;jason@lakedaemon.net&gt;</dc:creator>
    </item>
</channel>
</rss>
