<?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>3eb66e91a25497065c5322b1268cbc3953642227 - Merge tag &apos;v4.20&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mqueue/Makefile#3eb66e91a25497065c5322b1268cbc3953642227</link>
        <description>Merge tag &apos;v4.20&apos; into for-linusSync with mainline to get linux/overflow.h among other things.

            List of files:
            /linux/tools/testing/selftests/mqueue/Makefile</description>
        <pubDate>Tue, 15 Jan 2019 00:33:23 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4116941b7a703f8c770998bb3a59966608cb5bb2 - Merge tag &apos;v4.20&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mqueue/Makefile#4116941b7a703f8c770998bb3a59966608cb5bb2</link>
        <description>Merge tag &apos;v4.20&apos; into nextMerge with mainline to bring in the new APIs.

            List of files:
            /linux/tools/testing/selftests/mqueue/Makefile</description>
        <pubDate>Mon, 14 Jan 2019 07:35:32 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c74a7469f97c0f40b46e82ee979f9fb1bb6e847c - Merge drm/drm-next into drm-intel-next-queued</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mqueue/Makefile#c74a7469f97c0f40b46e82ee979f9fb1bb6e847c</link>
        <description>Merge drm/drm-next into drm-intel-next-queuedWe need a backmerge to get DP_DPCD_REV_14 before we push otheri915 changes to dinq that could break compilation.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/mqueue/Makefile</description>
        <pubDate>Mon, 23 Jul 2018 18:13:12 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6b16f5d12202a23d875915349cc031c07fe1b3ec - Merge tag &apos;v4.18-rc2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mqueue/Makefile#6b16f5d12202a23d875915349cc031c07fe1b3ec</link>
        <description>Merge tag &apos;v4.18-rc2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-nextLinux 4.18-rc2

            List of files:
            /linux/tools/testing/selftests/mqueue/Makefile</description>
        <pubDate>Thu, 28 Jun 2018 14:07:57 +0200</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>57b54d74dd5c559bd35f2affaf11d8828aaf5733 - Merge tag &apos;v4.18-rc2&apos; into next-general</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mqueue/Makefile#57b54d74dd5c559bd35f2affaf11d8828aaf5733</link>
        <description>Merge tag &apos;v4.18-rc2&apos; into next-generalMerge to Linux 4.18-rc2 for security subsystem developers.

            List of files:
            /linux/tools/testing/selftests/mqueue/Makefile</description>
        <pubDate>Mon, 25 Jun 2018 18:20:40 +0200</pubDate>
        <dc:creator>James Morris &lt;james.morris@microsoft.com&gt;</dc:creator>
    </item>
<item>
        <title>7731b8bc94e599c9a79e428f3359ff2c34b7576a - Merge branch &apos;linus&apos; into x86/urgent</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mqueue/Makefile#7731b8bc94e599c9a79e428f3359ff2c34b7576a</link>
        <description>Merge branch &apos;linus&apos; into x86/urgentRequired to queue a dependent fix.

            List of files:
            /linux/tools/testing/selftests/mqueue/Makefile</description>
        <pubDate>Fri, 22 Jun 2018 21:20:35 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>ca95bf62fcf528a0d8069731d39303ba43fb9af4 - Merge tag &apos;linux-kselftest-4.18-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mqueue/Makefile#ca95bf62fcf528a0d8069731d39303ba43fb9af4</link>
        <description>Merge tag &apos;linux-kselftest-4.18-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestPull Kselftest update from Shuah Khan: - Work to restructure timers test suite to move PIE out of rtctest from   Alexandre Belloni. - Several minor spelling and bug fixes. - New cgroup tests from Roman Gushchin and Mike Rapoport. - Kselftest framework changes to handle and report skipped tests   correctly.   Prior to these changes, framework treated all non-zero return codes   from tests as failures. When tests are skipped with non-zero return   code, due to unmet dependencies and/or unsupported configuration,   reporting them as failed lead to false negatives on the tests that   couldn&apos;t be run. - Fixes to test Makefiles to remove unnecessary RUN_TESTS and   EMIT_TESTS overrides and use common defines from lib.mk. - Fixes to several tests to return correct Kselftest skip code. - Changes to improve test output.* tag &apos;linux-kselftest-4.18-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest: (55 commits)  selftests: lib: fix prime_numbers module search and skip logic  selftests: intel_pstate: notification about privilege required to run intel_pstate testing script  selftests: cgroup/memcontrol: add basic test for socket accounting  selftest: intel_pstate: debug support message from aperf.c and return value  kselftest/cgroup: fix variable dereferenced before check warning  selftests/intel_pstate: Enhance table printing  selftests/intel_pstate: Improve test, minor fixes  selftests: cgroup/memcontrol: add basic test for swap controls  selftests: cgroup: add memory controller self-tests  selftests: memfd: split regular and hugetlbfs tests  selftests: net: return Kselftest Skip code for skipped tests  selftests: mqueue: return Kselftest Skip code for skipped tests  selftests: memory-hotplug: return Kselftest Skip code for skipped tests  selftests: memfd: return Kselftest Skip code for skipped tests  selftests: membarrier: return Kselftest Skip code for skipped tests  selftests: media_tests: return Kselftest Skip code for skipped tests  selftests: locking: return Kselftest Skip code for skipped tests  selftests: locking: add Makefile for locking test  selftests: lib: return Kselftest Skip code for skipped tests  selftests: lib: add prime_numbers.sh test to Makefile  ...

            List of files:
            /linux/tools/testing/selftests/mqueue/Makefile</description>
        <pubDate>Wed, 06 Jun 2018 22:11:51 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>978e9aa19b23b6c6f14f1ad507dd69bbc7e59655 - selftests: mqueue: delete RUN_TESTS and EMIT_TESTS overrides</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mqueue/Makefile#978e9aa19b23b6c6f14f1ad507dd69bbc7e59655</link>
        <description>selftests: mqueue: delete RUN_TESTS and EMIT_TESTS overridesDelete RUN_TESTS and EMIT_TESTS overrides and use common defines in lib.mk.The overrides are in place to call mq_open_tests with queue name argument.The change to delete overrides is coupled with a change to mq_open_teststo use default queue name when it is called without one.Signed-off-by: Shuah Khan (Samsung OSG) &lt;shuah@kernel.org&gt;Reviewed-by: Anders Roxell &lt;anders.roxell@linaro.org&gt;Signed-off-by: Shuah Khan (Samsung OSG) &lt;shuah@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/mqueue/Makefile</description>
        <pubDate>Wed, 02 May 2018 21:13:11 +0200</pubDate>
        <dc:creator>Shuah Khan (Samsung OSG) &lt;shuah@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>498495dba268b20e8eadd7fe93c140c68b6cc9d2 - Merge branch &apos;fix/intel&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mqueue/Makefile#498495dba268b20e8eadd7fe93c140c68b6cc9d2</link>
        <description>Merge branch &apos;fix/intel&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel

            List of files:
            /linux/tools/testing/selftests/mqueue/Makefile</description>
        <pubDate>Mon, 08 Jan 2018 16:54:50 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>70a02f840c5113cd9255ce4c1b1848bb48b0bd21 - Merge tag &apos;v4.15-rc5&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mqueue/Makefile#70a02f840c5113cd9255ce4c1b1848bb48b0bd21</link>
        <description>Merge tag &apos;v4.15-rc5&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-nextLinux 4.15-rc5

            List of files:
            /linux/tools/testing/selftests/mqueue/Makefile</description>
        <pubDate>Fri, 29 Dec 2017 17:49:13 +0100</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>2ef6765ccaab2c69470d7049d9a9bf6456a6e666 - Merge tag &apos;drm-intel-next-2017-12-14&apos; into gvt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mqueue/Makefile#2ef6765ccaab2c69470d7049d9a9bf6456a6e666</link>
        <description>Merge tag &apos;drm-intel-next-2017-12-14&apos; into gvt-next- Fix documentation build issues (Randy, Markus)- Fix timestamp frequency calculation for perf on CNL (Lionel)- New DMC firmware for Skylake (Anusha)- GTT flush fixes and other GGTT write track and refactors (Chris)- Taint kernel when GPU reset fails (Chris)- Display workarounds organization (Lucas)- GuC and HuC initialization clean-up and fixes (Michal)- Other fixes around GuC submission (Michal)- Execlist clean-ups like caching ELSP reg offset and improving log readability (Chri\s)- Many other improvements on our logs and dumps (Chris)- Restore GT performance in headless mode with DMC loaded (Tvrtko)- Stop updating legacy fb parameters since FBC is not using anymore (Daniel)- More selftest improvements (Chris)- Preemption fixes and improvements (Chris)- x86/early-quirks improvements for Intel graphics stolen memory. (Joonas, Matthew)- Other improvements on Stolen Memory code to be resource centric. (Matthew)- Improvements and fixes on fence allocation/release (Chris).GVT:- fixes for two coverity scan errors (Colin)- mmio switch code refine (Changbin)- more virtual display dmabuf fixes (Tina/Gustavo)- misc cleanups (Pei)- VFIO mdev display dmabuf interface and gvt support (Tina)- VFIO mdev opregion support/fixes (Tina/Xiong/Chris)- workload scheduling optimization (Changbin)- preemption fix and temporal workaround (Zhenyu)- and misc fixes after refactor (Chris)

            List of files:
            /linux/tools/testing/selftests/mqueue/Makefile</description>
        <pubDate>Mon, 18 Dec 2017 09:29:37 +0100</pubDate>
        <dc:creator>Zhenyu Wang &lt;zhenyuw@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d21bd6898336a7892914d308d5e0868f0b863571 - Sync to v4.15-rc3 for security subsystem developers to work against.</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mqueue/Makefile#d21bd6898336a7892914d308d5e0868f0b863571</link>
        <description>Sync to v4.15-rc3 for security subsystem developers to work against.

            List of files:
            /linux/tools/testing/selftests/mqueue/Makefile</description>
        <pubDate>Mon, 11 Dec 2017 07:01:08 +0100</pubDate>
        <dc:creator>James Morris &lt;james.l.morris@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>6647852abc1fd74e9c5e0dcf404ea4cb9c929630 - Merge airlied/drm-next into drm-intel-next-queued</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mqueue/Makefile#6647852abc1fd74e9c5e0dcf404ea4cb9c929630</link>
        <description>Merge airlied/drm-next into drm-intel-next-queuedChris requested this backmerge for a reconciliation ondrm_print.h between drm-misc-next and drm-intel-next-queuedSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/mqueue/Makefile</description>
        <pubDate>Fri, 08 Dec 2017 19:15:30 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7b47c66cfa203288c43851260edeeb0fae56f692 - Merge arlied/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mqueue/Makefile#7b47c66cfa203288c43851260edeeb0fae56f692</link>
        <description>Merge arlied/drm-next into drm-misc-nextWe need to pull 66660d4cf21b (drm: add connector info/property fornon-desktop displays [v2]) into drm-misc-next to continue the developmentof the display rotation series.Effectively this also pulls 4.15-r2 into drm-misc-next.Signed-off-by: Gustavo Padovan &lt;gustavo.padovan@collabora.com&gt;

            List of files:
            /linux/tools/testing/selftests/mqueue/Makefile</description>
        <pubDate>Mon, 04 Dec 2017 19:04:45 +0100</pubDate>
        <dc:creator>Gustavo Padovan &lt;gustavo.padovan@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>d218439feccafaa3e852bbaecc0d9f6110096b65 - Merge branch &apos;fix/amd&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-amd</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mqueue/Makefile#d218439feccafaa3e852bbaecc0d9f6110096b65</link>
        <description>Merge branch &apos;fix/amd&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-amd

            List of files:
            /linux/tools/testing/selftests/mqueue/Makefile</description>
        <pubDate>Mon, 04 Dec 2017 18:59:52 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>cf40a76e7d5874bb25f4404eecc58a2e033af885 - Merge tag &apos;v4.15-rc1&apos; into next-seccomp</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mqueue/Makefile#cf40a76e7d5874bb25f4404eecc58a2e033af885</link>
        <description>Merge tag &apos;v4.15-rc1&apos; into next-seccompLinux 4.15-rc1

            List of files:
            /linux/tools/testing/selftests/mqueue/Makefile</description>
        <pubDate>Wed, 29 Nov 2017 02:47:41 +0100</pubDate>
        <dc:creator>James Morris &lt;james.l.morris@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>bc686442f8a601bccac1f22506ecdb4b0d62cadd - Merge branch &apos;dts-fixes&apos; into omap-for-v4.15/fixes-dt</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mqueue/Makefile#bc686442f8a601bccac1f22506ecdb4b0d62cadd</link>
        <description>Merge branch &apos;dts-fixes&apos; into omap-for-v4.15/fixes-dt

            List of files:
            /linux/tools/testing/selftests/mqueue/Makefile</description>
        <pubDate>Tue, 28 Nov 2017 17:12:32 +0100</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
<item>
        <title>2db57789e6612ce0cf2fcbb577a1c8307b708566 - Merge branch &apos;soc-fixes&apos; into omap-for-v4.15/fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mqueue/Makefile#2db57789e6612ce0cf2fcbb577a1c8307b708566</link>
        <description>Merge branch &apos;soc-fixes&apos; into omap-for-v4.15/fixes

            List of files:
            /linux/tools/testing/selftests/mqueue/Makefile</description>
        <pubDate>Tue, 28 Nov 2017 16:06:34 +0100</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
<item>
        <title>088fecfbb2c8a3890918fc614a7e1e1ccdd16c83 - Merge tag &apos;v4.15-rc1&apos; into patchwork</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mqueue/Makefile#088fecfbb2c8a3890918fc614a7e1e1ccdd16c83</link>
        <description>Merge tag &apos;v4.15-rc1&apos; into patchworkLinux 4.15-rc1* tag &apos;v4.15-rc1&apos;: (12179 commits)  Linux 4.15-rc1  ARM: BUG if jumping to usermode address in kernel mode  m68k/macboing: Fix missed timer callback assignment  afs: remove redundant assignment of dvnode to itself  afs: cell: Remove unnecessary code in afs_lookup_cell  afs: Fix signal handling in some file ops  afs: Fix some dentry handling in dir ops and missing key_puts  afs: Make afs_write_begin() avoid writing to a page that&apos;s being stored  sched/debug: Fix task state recording/printout  x86/decoder: Add new TEST instruction pattern  x86/PCI: Remove unused HyperTransport interrupt support  x86/umip: Fix insn_get_code_seg_params()&apos;s return value  x86/boot/KASLR: Remove unused variable  genirq/matrix: Make - vs ?: Precedence explicit  irqchip/imgpdc: Use resource_size function on resource object  irqchip/qcom: Fix u32 comparison with value less than zero  ipvlan: Fix insufficient skb linear check for ipv6 icmp  ipvlan: Fix insufficient skb linear check for arp  geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6  net: dsa: bcm_sf2: Clear IDDQ_GLOBAL_PWR bit for PHY  ...

            List of files:
            /linux/tools/testing/selftests/mqueue/Makefile</description>
        <pubDate>Mon, 27 Nov 2017 14:02:30 +0100</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@s-opensource.com&gt;</dc:creator>
    </item>
<item>
        <title>1420edf7a3fbc9b8b0bbe24c3724d582dd4def28 - Merge tag &apos;v4.15-rc1&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mqueue/Makefile#1420edf7a3fbc9b8b0bbe24c3724d582dd4def28</link>
        <description>Merge tag &apos;v4.15-rc1&apos; into drm-misc-fixesLinux 4.15-rc1Pull in the merge window to resync. Dave didn&apos;t get his -fixes pulllanded in time, and now there&apos;s another rockchip fix pending, sofast-forwarding isn&apos;t possible, hence backmerge.Signed-off-by: Daniel Vetter &lt;daniel.vetter@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/mqueue/Makefile</description>
        <pubDate>Mon, 27 Nov 2017 10:54:33 +0100</pubDate>
        <dc:creator>Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;</dc:creator>
    </item>
</channel>
</rss>
