<?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 config</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/mount/config#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/mount/config</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/mount/config#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/mount/config</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>472475000979a156bc32cd75caa59737f5a1caa5 - Merge branch &apos;for-4.20/apple&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mount/config#472475000979a156bc32cd75caa59737f5a1caa5</link>
        <description>Merge branch &apos;for-4.20/apple&apos; into for-linusSupport for Apple Magic Trackpad 2

            List of files:
            /linux/tools/testing/selftests/mount/config</description>
        <pubDate>Tue, 23 Oct 2018 13:16:33 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>aaccf3c97418f169afdbb5855e9cbcbda34e90fd - Merge tag &apos;v4.19-rc5&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/mount/config#aaccf3c97418f169afdbb5855e9cbcbda34e90fd</link>
        <description>Merge tag &apos;v4.19-rc5&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-nextSync with upstream (which now contains fbdev-v4.19 changes) toprepare a base for fbdev-v4.20 changes.

            List of files:
            /linux/tools/testing/selftests/mount/config</description>
        <pubDate>Wed, 26 Sep 2018 15:54:31 +0200</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>2863b00941bc3062ea3299ed4057acfd9e52c335 - Merge drm/drm-next into drm-intel-next-queued</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mount/config#2863b00941bc3062ea3299ed4057acfd9e52c335</link>
        <description>Merge drm/drm-next into drm-intel-next-queuedCatch up in general, and get DP_EXTENDED_RECEIVER_CAP_FIELD_PRESENTspecifically.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/mount/config</description>
        <pubDate>Wed, 26 Sep 2018 10:24:04 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9ac669fc01dbfef707ecaa6b618c0d03294cca16 - Merge tag &apos;y2038&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into timers/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mount/config#9ac669fc01dbfef707ecaa6b618c0d03294cca16</link>
        <description>Merge tag &apos;y2038&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into timers/corePull more y2038 work from Arnd Bergman:y2038: convert more syscallsHere is another set of system call changes to prepare the change over to64-bit time_t. As before, the strategy is to change system calls thattake a &apos;struct timespec&apos; argument over to &apos;struct __kernel_timespec&apos;,which for now is defined to be the same but will get redefined to use a64-bit time_t argument once we are ready to modify the system call tables.The major change from previous patches is that the plan is no longerto directly use the &apos;compat&apos; system calls for providing compatibilitywith the existing 32-bit time_t based entry points. Instead, we renamethe compat code to something that makes more sense on 32-bit architectures,e.g. compat_timespec becomes old_timespec32.With the renamed types in place, change over the &apos;stat&apos; and &apos;utimes&apos;families of system calls, sched_rr_get_interval, recvmmsg andrt_sigtimedwait. Another series for poll, select and io_pgetevents iscurrently being tested.

            List of files:
            /linux/tools/testing/selftests/mount/config</description>
        <pubDate>Sat, 15 Sep 2018 20:50:42 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>e42f6f9be4f83c537aa81b4c6239ea94ff5b29ce - Merge tag &apos;v4.19-rc2&apos; into next-general</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mount/config#e42f6f9be4f83c537aa81b4c6239ea94ff5b29ce</link>
        <description>Merge tag &apos;v4.19-rc2&apos; into next-generalSync to Linux 4.19-rc2 for downstream developers.

            List of files:
            /linux/tools/testing/selftests/mount/config</description>
        <pubDate>Tue, 04 Sep 2018 20:35:54 +0200</pubDate>
        <dc:creator>James Morris &lt;james.morris@microsoft.com&gt;</dc:creator>
    </item>
<item>
        <title>6e2d6b2728fcb408eabd7991804f8cb33ff59f20 - Merge tag &apos;v4.19-rc1&apos; into asoc-4.19</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mount/config#6e2d6b2728fcb408eabd7991804f8cb33ff59f20</link>
        <description>Merge tag &apos;v4.19-rc1&apos; into asoc-4.19Linux 4.19-rc1

            List of files:
            /linux/tools/testing/selftests/mount/config</description>
        <pubDate>Tue, 28 Aug 2018 20:03:57 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ea4d65f14f6aaa53e379b93c5544245ef081b3e7 - Merge branch &apos;perm-fix&apos; into omap-for-v4.19/fixes-v2</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mount/config#ea4d65f14f6aaa53e379b93c5544245ef081b3e7</link>
        <description>Merge branch &apos;perm-fix&apos; into omap-for-v4.19/fixes-v2

            List of files:
            /linux/tools/testing/selftests/mount/config</description>
        <pubDate>Tue, 28 Aug 2018 18:58:03 +0200</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
<item>
        <title>bc537a9cc47eec7f4e32b8164c494ddc35dca8ac - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mount/config#bc537a9cc47eec7f4e32b8164c494ddc35dca8ac</link>
        <description>Merge drm/drm-next into drm-misc-nextNow that 4.19-rc1 is cut, backmerge it into -misc-next.Signed-off-by: Sean Paul &lt;seanpaul@chromium.org&gt;

            List of files:
            /linux/tools/testing/selftests/mount/config</description>
        <pubDate>Mon, 27 Aug 2018 16:00:03 +0200</pubDate>
        <dc:creator>Sean Paul &lt;seanpaul@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>6b2edf27fe26c73cd67b6bf5ffb23dce882e1455 - Merge tag &apos;linux-kselftest-4.19-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/mount/config#6b2edf27fe26c73cd67b6bf5ffb23dce882e1455</link>
        <description>Merge tag &apos;linux-kselftest-4.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestPull Kselftest update from Shuah Khan: - add cgroup core selftests - fix compile warnings in android ion test - fix to bugs in exclude and skip paths in vDSO test - remove obsolete config options - add missing .gitignore file* tag &apos;linux-kselftest-4.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:  selftests/ftrace: Fix kprobe string testcase to not probe notrace function  selftests: mount: remove no longer needed config option  selftests: cgroup: add gitignore file  Add cgroup core selftests  selftests: vDSO - fix to return KSFT_SKIP when test couldn&apos;t be run  selftests: vDSO - fix to exclude x86 test on non-x86 platforms  selftests/android: initialize heap_type to avoid compiling warning

            List of files:
            /linux/tools/testing/selftests/mount/config</description>
        <pubDate>Tue, 21 Aug 2018 04:02:17 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>9a29ad52d5c0b4732b0decbddb67c4c3ff4a70ce - selftests: mount: remove no longer needed config option</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mount/config#9a29ad52d5c0b4732b0decbddb67c4c3ff4a70ce</link>
        <description>selftests: mount: remove no longer needed config optionSince commit eedf265aa003 (&quot;devpts: Make each mount of devpts anindependent filesystem.&quot;) CONFIG_DEVPTS_MULTIPLE_INSTANCES isn&apos;t neededin the defconfig anymore.Signed-off-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/mount/config</description>
        <pubDate>Tue, 26 Jun 2018 17:32:13 +0200</pubDate>
        <dc:creator>Anders Roxell &lt;anders.roxell@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>8c57a5e7b2820f349c95b8c8393fec1e0f4070d2 - Merge branch &apos;for-linus&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mount/config#8c57a5e7b2820f349c95b8c8393fec1e0f4070d2</link>
        <description>Merge branch &apos;for-linus&apos; into nextSync up to bring in wacom_w8001 changes to avoid merge conflicts later.

            List of files:
            /linux/tools/testing/selftests/mount/config</description>
        <pubDate>Tue, 19 Jul 2016 20:02:56 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6ea24cf79e055f0a62a64baa8587e2254a493c7b - Merge branch &apos;cec-defines&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mount/config#6ea24cf79e055f0a62a64baa8587e2254a493c7b</link>
        <description>Merge branch &apos;cec-defines&apos; into for-linusLet&apos;s bring in HDMI CEC defines to ease merging CEC support in the nextmerge window.

            List of files:
            /linux/tools/testing/selftests/mount/config</description>
        <pubDate>Sun, 19 Jun 2016 02:25:08 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>bc0868c62bb13834b20a864f684cced1f84a2412 - Merge branch &apos;for-4.7/pwm-regulator&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm into regulator-pwm</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mount/config#bc0868c62bb13834b20a864f684cced1f84a2412</link>
        <description>Merge branch &apos;for-4.7/pwm-regulator&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm into regulator-pwm

            List of files:
            /linux/tools/testing/selftests/mount/config</description>
        <pubDate>Tue, 03 May 2016 16:09:56 +0200</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>1cbc99dfe5d7d686fd022647f4e489b5eb8e9068 - Merge back cpufreq changes for v4.7.</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mount/config#1cbc99dfe5d7d686fd022647f4e489b5eb8e9068</link>
        <description>Merge back cpufreq changes for v4.7.

            List of files:
            /linux/tools/testing/selftests/mount/config</description>
        <pubDate>Mon, 25 Apr 2016 15:44:01 +0200</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9938b04472d5c59f8bd8152a548533a8599596a2 - Merge branch &apos;master&apos; into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mount/config#9938b04472d5c59f8bd8152a548533a8599596a2</link>
        <description>Merge branch &apos;master&apos; into for-nextSync with Linus&apos; tree so that patches against newer codebase can be applied.Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;

            List of files:
            /linux/tools/testing/selftests/mount/config</description>
        <pubDate>Mon, 18 Apr 2016 11:18:55 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>889fac6d67d46a5e781c08fb26fec9016db1c307 - Merge tag &apos;v4.6-rc3&apos; into perf/core, to refresh the tree</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mount/config#889fac6d67d46a5e781c08fb26fec9016db1c307</link>
        <description>Merge tag &apos;v4.6-rc3&apos; into perf/core, to refresh the treeSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/mount/config</description>
        <pubDate>Wed, 13 Apr 2016 08:57:03 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>39702853197b191bda32315260255053aa3e57f7 - Merge tag &apos;v4.6-rc3&apos; into drm-intel-next-queued</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mount/config#39702853197b191bda32315260255053aa3e57f7</link>
        <description>Merge tag &apos;v4.6-rc3&apos; into drm-intel-next-queuedLinux 4.6-rc3Backmerge requested by Chris Wilson to make his patches apply cleanly.Tiny conflict in vmalloc.c with the (properly acked and all) patch indrm-intel-next:commit 4da56b99d99e5a7df2b7f11e87bfea935f909732Author: Chris Wilson &lt;chris@chris-wilson.co.uk&gt;Date:   Mon Apr 4 14:46:42 2016 +0100    mm/vmap: Add a notifier for when we run out of vmap address spaceand Linus&apos; tree.Signed-off-by: Daniel Vetter &lt;daniel.vetter@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/mount/config</description>
        <pubDate>Mon, 11 Apr 2016 19:21:06 +0200</pubDate>
        <dc:creator>Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;</dc:creator>
    </item>
<item>
        <title>4b42fafc1cdc4aba38d4f147cb2f3f1a32cd4a15 - Merge branch &apos;pm-cpufreq-sched&apos; into pm-cpufreq</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/mount/config#4b42fafc1cdc4aba38d4f147cb2f3f1a32cd4a15</link>
        <description>Merge branch &apos;pm-cpufreq-sched&apos; into pm-cpufreq

            List of files:
            /linux/tools/testing/selftests/mount/config</description>
        <pubDate>Sat, 09 Apr 2016 01:08:02 +0200</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
