<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b16838c608ef97c29896518117c30a2aa3931fac - kbuild: trace functions in subdirectories of lib/</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/reed_solomon/Makefile#b16838c608ef97c29896518117c30a2aa3931fac</link>
        <description>kbuild: trace functions in subdirectories of lib/ccflags-remove-$(CONFIG_FUNCTION_TRACER) += $(CC_FLAGS_FTRACE)exists here in sub-directories of lib/ to keep the behavior ofcommit 2464a609ded0 (&quot;ftrace: do not trace library functions&quot;).Since that commit, not only the objects in lib/ but also the ones inthe sub-directories are excluded from ftrace (although the commitdescription did not explicitly mention this).However, most of library functions in sub-directories are not so hot.Re-add them to ftrace.Going forward, only the objects right under lib/ will be excluded.Cc: Ingo Molnar &lt;mingo@kernel.org&gt;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Acked-by: Steven Rostedt (VMware) &lt;rostedt@goodmis.org&gt;

            List of files:
            /linux/lib/reed_solomon/Makefile</description>
        <pubDate>Tue, 07 Jul 2020 11:21:17 +0200</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>15d5761ad31dfb194ebe76554e6af0437eb20424 - kbuild: introduce ccflags-remove-y and asflags-remove-y</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/reed_solomon/Makefile#15d5761ad31dfb194ebe76554e6af0437eb20424</link>
        <description>kbuild: introduce ccflags-remove-y and asflags-remove-yCFLAGS_REMOVE_&lt;file&gt;.o filters out flags when compiling a particularobject, but there is no convenient way to do that for every object ina directory.Add ccflags-remove-y and asflags-remove-y to make it easily.Use ccflags-remove-y to clean up some Makefiles.The add/remove order works as follows: [1] KBUILD_CFLAGS specifies compiler flags used globally [2] ccflags-y adds compiler flags for all objects in the     current Makefile [3] ccflags-remove-y removes compiler flags for all objects in the     current Makefile (New feature) [4] CFLAGS_&lt;file&gt; adds compiler flags per file. [5] CFLAGS_REMOVE_&lt;file&gt; removes compiler flags per file.Having [3] before [4] allows us to remove flags from most (but not all)objects in the current Makefile.For example, kernel/trace/Makefile removes $(CC_FLAGS_FTRACE)from all objects in the directory, then adds it back totrace_selftest_dynamic.o and CFLAGS_trace_kprobe_selftest.oThe same applies to lib/livepatch/Makefile.Please note ccflags-remove-y has no effect to the sub-directories.In contrast, the previous notation got rid of compiler flags also fromall the sub-directories.The following are not affected because they have no sub-directories:  arch/arm/boot/compressed/  arch/powerpc/xmon/  arch/sh/  kernel/trace/However, lib/ has several sub-directories.To keep the behavior, I added ccflags-remove-y to all Makefilesin subdirectories of lib/, except the following:  lib/vdso/Makefile        - Kbuild does not descend into this Makefile  lib/raid/test/Makefile   - This is not used for the kernel buildI think commit 2464a609ded0 (&quot;ftrace: do not trace library functions&quot;)excluded too much. In the next commit, I will remove ccflags-remove-yfrom the sub-directories of lib/.Suggested-by: Sami Tolvanen &lt;samitolvanen@google.com&gt;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Acked-by: Steven Rostedt (VMware) &lt;rostedt@goodmis.org&gt;Acked-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt; (powerpc)Acked-by: Brendan Higgins &lt;brendanhiggins@google.com&gt; (KUnit)Tested-by: Anders Roxell &lt;anders.roxell@linaro.org&gt;

            List of files:
            /linux/lib/reed_solomon/Makefile</description>
        <pubDate>Tue, 07 Jul 2020 11:21:16 +0200</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0898782247ae533d1f4e47a06bc5d4870931b284 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/reed_solomon/Makefile#0898782247ae533d1f4e47a06bc5d4870931b284</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 5.4 merge window.

            List of files:
            /linux/lib/reed_solomon/Makefile</description>
        <pubDate>Mon, 16 Sep 2019 18:56:27 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d3f9990f1b48514b33342612b51fad238592d774 - Merge branch &apos;for-next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/reed_solomon/Makefile#d3f9990f1b48514b33342612b51fad238592d774</link>
        <description>Merge branch &apos;for-next&apos; into for-linusSigned-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/lib/reed_solomon/Makefile</description>
        <pubDate>Sat, 14 Sep 2019 17:24:57 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37 - Merge remote-tracking branch &apos;remotes/powerpc/topic/ppc-kvm&apos; into kvm-ppc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/reed_solomon/Makefile#75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37</link>
        <description>Merge remote-tracking branch &apos;remotes/powerpc/topic/ppc-kvm&apos; into kvm-ppc-nextThis merges in fixes for the XIVE interrupt controller which touch bothgeneric powerpc and PPC KVM code.  To avoid merge conflicts, thesecommits will go upstream via the powerpc tree as well as the KVM tree.Signed-off-by: Paul Mackerras &lt;paulus@ozlabs.org&gt;

            List of files:
            /linux/lib/reed_solomon/Makefile</description>
        <pubDate>Fri, 23 Aug 2019 06:08:04 +0200</pubDate>
        <dc:creator>Paul Mackerras &lt;paulus@ozlabs.org&gt;</dc:creator>
    </item>
<item>
        <title>58e16d792a6a8c6b750f637a4649967fcac853dc - Merge branch &apos;ti-sysc-fixes&apos; into fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/reed_solomon/Makefile#58e16d792a6a8c6b750f637a4649967fcac853dc</link>
        <description>Merge branch &apos;ti-sysc-fixes&apos; into fixes

            List of files:
            /linux/lib/reed_solomon/Makefile</description>
        <pubDate>Tue, 13 Aug 2019 12:40:10 +0200</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
<item>
        <title>cbd32a1c56e36fedaa93a727699188bd3e6e6f67 - Merge tag &apos;efi-urgent&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/urgent</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/reed_solomon/Makefile#cbd32a1c56e36fedaa93a727699188bd3e6e6f67</link>
        <description>Merge tag &apos;efi-urgent&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/urgentPull a single EFI fix for v5.3 from Ard:  - Fix mixed mode breakage in EFI config table handling for TPM.

            List of files:
            /linux/lib/reed_solomon/Makefile</description>
        <pubDate>Mon, 12 Aug 2019 14:36:27 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>4aa31b4b61e4985e719352c329c3948d1932cb64 - Merge tag &apos;v5.3-rc4&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/reed_solomon/Makefile#4aa31b4b61e4985e719352c329c3948d1932cb64</link>
        <description>Merge tag &apos;v5.3-rc4&apos; into nextSync up with mainline to bring in device_property_count_u32 andothernewer APIs.

            List of files:
            /linux/lib/reed_solomon/Makefile</description>
        <pubDate>Mon, 12 Aug 2019 08:24:46 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3f61fd41f38328f0a585eaba2d72d339fe9aecda - Merge tag &apos;v5.3-rc3&apos; into drm-next-5.4</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/reed_solomon/Makefile#3f61fd41f38328f0a585eaba2d72d339fe9aecda</link>
        <description>Merge tag &apos;v5.3-rc3&apos; into drm-next-5.4Linux 5.3-rc3Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux/lib/reed_solomon/Makefile</description>
        <pubDate>Fri, 09 Aug 2019 20:07:28 +0200</pubDate>
        <dc:creator>Alex Deucher &lt;alexander.deucher@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>ed32f8d42cee118b075e4372a55c7739a11094b2 - Merge drm/drm-next into drm-intel-next-queued</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/reed_solomon/Makefile#ed32f8d42cee118b075e4372a55c7739a11094b2</link>
        <description>Merge drm/drm-next into drm-intel-next-queuedCatching up with 5.3-rc*Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/lib/reed_solomon/Makefile</description>
        <pubDate>Mon, 29 Jul 2019 17:51:48 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>27988c96687667e74df1a9a3b8662519bc1c29c9 - Merge tag &apos;v5.3-rc1&apos; into regulator-5.3</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/reed_solomon/Makefile#27988c96687667e74df1a9a3b8662519bc1c29c9</link>
        <description>Merge tag &apos;v5.3-rc1&apos; into regulator-5.3Linus 5.3-rc1

            List of files:
            /linux/lib/reed_solomon/Makefile</description>
        <pubDate>Wed, 24 Jul 2019 18:00:06 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e27a24210aa17b8a0cd462865130fe73afd7e001 - Merge tag &apos;v5.3-rc1&apos; into docs-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/reed_solomon/Makefile#e27a24210aa17b8a0cd462865130fe73afd7e001</link>
        <description>Merge tag &apos;v5.3-rc1&apos; into docs-nextPull in all of the massive docs changes from elsewhere.

            List of files:
            /linux/lib/reed_solomon/Makefile</description>
        <pubDate>Mon, 22 Jul 2019 21:42:10 +0200</pubDate>
        <dc:creator>Jonathan Corbet &lt;corbet@lwn.net&gt;</dc:creator>
    </item>
<item>
        <title>03b0f2ce735e97e9f49790d4563c82515b8fa702 - Merge v5.3-rc1 into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/reed_solomon/Makefile#03b0f2ce735e97e9f49790d4563c82515b8fa702</link>
        <description>Merge v5.3-rc1 into drm-misc-nextNoralf needs some SPI patches in 5.3 to merge some work on tinydrm.Signed-off-by: Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;

            List of files:
            /linux/lib/reed_solomon/Makefile</description>
        <pubDate>Mon, 22 Jul 2019 21:24:10 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>3f98538c7673e5306a126fd3cb7e0a84abc170ee - Merge tag &apos;v5.3-rc1&apos; into patchwork</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/reed_solomon/Makefile#3f98538c7673e5306a126fd3cb7e0a84abc170ee</link>
        <description>Merge tag &apos;v5.3-rc1&apos; into patchworkLinus 5.3-rc1* tag &apos;v5.3-rc1&apos;: (12816 commits)  Linus 5.3-rc1  iommu/amd: fix a crash in iova_magazine_free_pfns  hexagon: switch to generic version of pte allocation  typo fix: it&apos;s d_make_root, not d_make_inode...  dt-bindings: pinctrl: stm32: Fix missing &apos;clocks&apos; property in examples  dt-bindings: iio: ad7124: Fix dtc warnings in example  dt-bindings: iio: avia-hx711: Fix avdd-supply typo in example  dt-bindings: pinctrl: aspeed: Fix AST2500 example errors  dt-bindings: pinctrl: aspeed: Fix &apos;compatible&apos; schema errors  dt-bindings: riscv: Limit cpus schema to only check RiscV &apos;cpu&apos; nodes  dt-bindings: Ensure child nodes are of type &apos;object&apos;  x86/entry/64: Prevent clobbering of saved CR2 value  smp: Warn on function calls from softirq context  KVM: x86: Add fixed counters to PMU filter  KVM: nVMX: do not use dangling shadow VMCS after guest reset  KVM: VMX: dump VMCS on failed entry  KVM: x86/vPMU: refine kvm_pmu err msg when event creation failed  KVM: s390: Use kvm_vcpu_wake_up in kvm_s390_vcpu_wakeup  KVM: Boost vCPUs that are delivering interrupts  KVM: selftests: Remove superfluous define from vmx.c  ...

            List of files:
            /linux/lib/reed_solomon/Makefile</description>
        <pubDate>Mon, 22 Jul 2019 13:40:55 +0200</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4df4888b17c433255ec023df13261b3728d858ad - Merge branch &apos;topic/hda-acomp-base&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/reed_solomon/Makefile#4df4888b17c433255ec023df13261b3728d858ad</link>
        <description>Merge branch &apos;topic/hda-acomp-base&apos; into for-nextPull the support for AMD / Nvidia HD-audio compmonent notificationSigned-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/lib/reed_solomon/Makefile</description>
        <pubDate>Mon, 22 Jul 2019 09:18:07 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>c39f2d9db0fd81ea20bb5cce9b3f082ca63753e2 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/reed_solomon/Makefile#c39f2d9db0fd81ea20bb5cce9b3f082ca63753e2</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare second round of input updates for 5.3 merge window.

            List of files:
            /linux/lib/reed_solomon/Makefile</description>
        <pubDate>Sat, 20 Jul 2019 06:07:56 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ecb41832bd2a7a3f8ac93527cec5e51e3827daed - Merge tag &apos;v5.2&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/reed_solomon/Makefile#ecb41832bd2a7a3f8ac93527cec5e51e3827daed</link>
        <description>Merge tag &apos;v5.2&apos; into nextSync up with mainline to resolve conflicts in iforce driver.

            List of files:
            /linux/lib/reed_solomon/Makefile</description>
        <pubDate>Mon, 15 Jul 2019 18:42:32 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>74acee309fb2a434dce215d44014e6f8e06975ae - Merge branches &apos;for-5.2/fixes&apos;, &apos;for-5.3/doc&apos;, &apos;for-5.3/ish&apos;, &apos;for-5.3/logitech&apos; and &apos;for-5.3/wacom&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/reed_solomon/Makefile#74acee309fb2a434dce215d44014e6f8e06975ae</link>
        <description>Merge branches &apos;for-5.2/fixes&apos;, &apos;for-5.3/doc&apos;, &apos;for-5.3/ish&apos;, &apos;for-5.3/logitech&apos; and &apos;for-5.3/wacom&apos; into for-linus

            List of files:
            /linux/lib/reed_solomon/Makefile</description>
        <pubDate>Wed, 10 Jul 2019 01:39:57 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>568521d058aaab18f01ac39d7a6ef00b75e5cc79 - Merge branch &apos;core-rslib-for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/reed_solomon/Makefile#568521d058aaab18f01ac39d7a6ef00b75e5cc79</link>
        <description>Merge branch &apos;core-rslib-for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipPull Reed-Solomon library updates from Thomas Gleixner: &quot;A cleanup and fixes series from Ferdinand Blomqvist who analyzed the  original Reed-Solomon library from Phil Karn on which the kernel  implementation is based on.  This comes with a test module which verifies all the various corner  cases for correctness&quot;* &apos;core-rslib-for-linus&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:  rslib: Make some functions static  rslib: Fix remaining decoder flaws  rslib: Update documentation  rslib: Fix handling of of caller provided syndrome  rslib: decode_rs: Code cleanup  rslib: decode_rs: Fix length parameter check  rslib: Fix decoding of shortened codes  rslib: Add tests for the encoder and decoder

            List of files:
            /linux/lib/reed_solomon/Makefile</description>
        <pubDate>Mon, 08 Jul 2019 19:36:07 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>3c53c6255d598db7084c5c3d7553d7200e857818 - Merge tag &apos;asoc-v5.3&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/lib/reed_solomon/Makefile#3c53c6255d598db7084c5c3d7553d7200e857818</link>
        <description>Merge tag &apos;asoc-v5.3&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Updates for v5.3This is a very big update, mainly thanks to Morimoto-san&apos;s refactoringwork and some fairly large new drivers. - Lots more work on moving towards a component based framework from   Morimoto-san. - Support for force disconnecting muxes from Jerome Brunet. - New drivers for Cirrus Logic CS47L35, CS47L85 and CS47L90, Conexant   CX2072X, Realtek RT1011 and RT1308.Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;

            List of files:
            /linux/lib/reed_solomon/Makefile</description>
        <pubDate>Mon, 08 Jul 2019 14:45:20 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
</channel>
</rss>
