<?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/zlib_inflate/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/zlib_inflate/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/zlib_inflate/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/zlib_inflate/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>58e16d792a6a8c6b750f637a4649967fcac853dc - Merge branch &apos;ti-sysc-fixes&apos; into fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/zlib_inflate/Makefile#58e16d792a6a8c6b750f637a4649967fcac853dc</link>
        <description>Merge branch &apos;ti-sysc-fixes&apos; into fixes

            List of files:
            /linux/lib/zlib_inflate/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>c39f2d9db0fd81ea20bb5cce9b3f082ca63753e2 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/zlib_inflate/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/zlib_inflate/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/zlib_inflate/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/zlib_inflate/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/zlib_inflate/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/zlib_inflate/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>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/zlib_inflate/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/zlib_inflate/Makefile</description>
        <pubDate>Mon, 08 Jul 2019 14:45:20 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>1d2af80d581d1bae81594e497cd57e345235b940 - Merge tag &apos;nand/for-5.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/zlib_inflate/Makefile#1d2af80d581d1bae81594e497cd57e345235b940</link>
        <description>Merge tag &apos;nand/for-5.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/nextNAND core changes:- use longest matching pattern in -&gt;exec_op() default parser- export NAND operation tracer- add flag to indicate panic_write in MTD- use kzalloc() instead of kmalloc() and memset()Raw NAND controller drivers changes:- brcmnand:  * fix BCH ECC layout for large page NAND parts  * fallback to detected ecc-strength, ecc-step-size  * when oops in progress use pio and interrupt polling  * code refactor code to introduce helper functions  * add support for v7.3 controller- FSMC:  * use nand_op_trace for operation tracing- GPMI:  * move all driver code into single file  * various cleanups (including dmaengine changes)  * use runtime PM to manage clocks  * implement exec_op- MTK:  * correct low level time calculation of r/w cycle  * improve data sampling timing for read cycle  * add validity check for CE# pin setting  * fix wrongly assigned OOB buffer pointer issue  * re-license MTK NAND driver as Dual MIT/GPL- STM32:  * manage the get_irq error case  * increase DMA completion timeoutsRaw NAND chips drivers changes:- Macronix: add read-retry supportOnenand driver changes:- add support for 8Gb datasize chips- avoid fall-through warningsSPI-NAND changes:- define macros for page-read ops with three-byte addresses- add support for two-byte device IDs and then for GigaDevice  GD5F1GQ4UFxxG- add initial support for Paragon PN26G0xA- handle the case where the last page read has bitflips

            List of files:
            /linux/lib/zlib_inflate/Makefile</description>
        <pubDate>Sat, 06 Jul 2019 22:51:56 +0200</pubDate>
        <dc:creator>Richard Weinberger &lt;richard@nod.at&gt;</dc:creator>
    </item>
<item>
        <title>371bb62158d53c1fc33e2fb9b6aeb9522caf6cf4 - Merge tag &apos;v5.2-rc6&apos; into rdma.git for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/zlib_inflate/Makefile#371bb62158d53c1fc33e2fb9b6aeb9522caf6cf4</link>
        <description>Merge tag &apos;v5.2-rc6&apos; into rdma.git for-nextFor dependencies in next patches.Resolve conflicts:- Use uverbs_get_cleared_udata() with new cq allocation flow- Continue to delete nes despite SPDX conflict- Resolve list appends in mlx5_command_str()- Use u16 for vport_rule stuff- Resolve list appends in struct ib_clientSigned-off-by: Jason Gunthorpe &lt;jgg@mellanox.com&gt;

            List of files:
            /linux/lib/zlib_inflate/Makefile</description>
        <pubDate>Sat, 29 Jun 2019 02:18:23 +0200</pubDate>
        <dc:creator>Jason Gunthorpe &lt;jgg@mellanox.com&gt;</dc:creator>
    </item>
<item>
        <title>53c8b29abe42e5601cfa0ea5962532f0cfdec8a0 - Merge tag &apos;v5.2-rc6&apos; into asoc-5.3</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/zlib_inflate/Makefile#53c8b29abe42e5601cfa0ea5962532f0cfdec8a0</link>
        <description>Merge tag &apos;v5.2-rc6&apos; into asoc-5.3Linux 5.2-rc6

            List of files:
            /linux/lib/zlib_inflate/Makefile</description>
        <pubDate>Wed, 26 Jun 2019 13:39:34 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>355a47ae7ebcf9d605aa809b259d380422e81b8d - Merge remote-tracking branch &apos;drm/drm-next&apos; into drm-misc-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/zlib_inflate/Makefile#355a47ae7ebcf9d605aa809b259d380422e81b8d</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into drm-misc-next-fixesSome fixes have been accidentally pushed to this, so I cannot fost-forward.Required to pull in the remove-fbcon-notifiers fixes.Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;

            List of files:
            /linux/lib/zlib_inflate/Makefile</description>
        <pubDate>Wed, 26 Jun 2019 12:22:54 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2ee692802b8f6c54bd6499addd3d07c2833d84d8 - Merge tag &apos;topic/remove-fbcon-notifiers-2019-06-14-1&apos; of git://anongit.freedesktop.org/drm/drm-misc into fbdev-for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/zlib_inflate/Makefile#2ee692802b8f6c54bd6499addd3d07c2833d84d8</link>
        <description>Merge tag &apos;topic/remove-fbcon-notifiers-2019-06-14-1&apos; of git://anongit.freedesktop.org/drm/drm-misc into fbdev-for-nexttopic/remove-fbcon-notifiers:- remove fbdev notifier usage for fbcon, as prep work to clean up the fbcon locking- assorted locking checks in vt/console code- assorted notifier and cleanups in fbdev and backlight codeOne trivial merge conflict fixed.Signed-off-by: Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;

            List of files:
            /linux/lib/zlib_inflate/Makefile</description>
        <pubDate>Wed, 19 Jun 2019 15:18:48 +0200</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>e1d700f7c94e755106749411706a38e39a93404b - Merge tag &apos;v5.2-rc4&apos; into regulator-5.3</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/zlib_inflate/Makefile#e1d700f7c94e755106749411706a38e39a93404b</link>
        <description>Merge tag &apos;v5.2-rc4&apos; into regulator-5.3Linux 5.2-rc4

            List of files:
            /linux/lib/zlib_inflate/Makefile</description>
        <pubDate>Tue, 18 Jun 2019 20:12:47 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8afecfb0ec961e37e61b2d19c4fa71617a9482de - Merge tag &apos;v5.2-rc4&apos; into mauro</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/zlib_inflate/Makefile#8afecfb0ec961e37e61b2d19c4fa71617a9482de</link>
        <description>Merge tag &apos;v5.2-rc4&apos; into mauroWe need to pick up post-rc1 changes to various document files so they don&apos;tget lost in Mauro&apos;s massive RST conversion push.

            List of files:
            /linux/lib/zlib_inflate/Makefile</description>
        <pubDate>Fri, 14 Jun 2019 22:18:53 +0200</pubDate>
        <dc:creator>Jonathan Corbet &lt;corbet@lwn.net&gt;</dc:creator>
    </item>
<item>
        <title>4343f61103cdb8ccd6f3d5dd7168f1176a1cee37 - Merge tag &apos;v5.2-rc4&apos; into spi-5.3</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/zlib_inflate/Makefile#4343f61103cdb8ccd6f3d5dd7168f1176a1cee37</link>
        <description>Merge tag &apos;v5.2-rc4&apos; into spi-5.3Linux 5.2-rc4

            List of files:
            /linux/lib/zlib_inflate/Makefile</description>
        <pubDate>Mon, 10 Jun 2019 19:52:53 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0154ec71d597692a0d0682b19eac4b3adfb7f3dc - Merge 5.2-rc4 into char-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/zlib_inflate/Makefile#0154ec71d597692a0d0682b19eac4b3adfb7f3dc</link>
        <description>Merge 5.2-rc4 into char-misc-nextWe want the char/misc driver fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/lib/zlib_inflate/Makefile</description>
        <pubDate>Sun, 09 Jun 2019 09:11:21 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>888dc273ea4e7ca332a6f73d10dfc8f2b212c803 - Merge 5.2-rc3 into tty-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/zlib_inflate/Makefile#888dc273ea4e7ca332a6f73d10dfc8f2b212c803</link>
        <description>Merge 5.2-rc3 into tty-nextWe want the tty/serial fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/lib/zlib_inflate/Makefile</description>
        <pubDate>Mon, 03 Jun 2019 13:53:20 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>f7b6a8b30cedaa64ba18d80f1fb3404274281639 - Merge tag &apos;v5.2-rc3&apos; into perf/core, to pick up fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/zlib_inflate/Makefile#f7b6a8b30cedaa64ba18d80f1fb3404274281639</link>
        <description>Merge tag &apos;v5.2-rc3&apos; into perf/core, to pick up fixesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/lib/zlib_inflate/Makefile</description>
        <pubDate>Mon, 03 Jun 2019 11:56:35 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>23004ec330925e6834c8ddac00e3dd12eb5fb345 - Merge 5.2-rc3 into staging-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/zlib_inflate/Makefile#23004ec330925e6834c8ddac00e3dd12eb5fb345</link>
        <description>Merge 5.2-rc3 into staging-nextWe need the staging fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/lib/zlib_inflate/Makefile</description>
        <pubDate>Mon, 03 Jun 2019 07:27:16 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>119a7fdfeecefa5a4062256ac2dcd3b69eaa8414 - Merge 5.2-rc3 into usb-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/lib/zlib_inflate/Makefile#119a7fdfeecefa5a4062256ac2dcd3b69eaa8414</link>
        <description>Merge 5.2-rc3 into usb-nextwe want the USB fixes in here as well.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux/lib/zlib_inflate/Makefile</description>
        <pubDate>Mon, 03 Jun 2019 07:25:25 +0200</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
