<?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.feature</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/build/Makefile.feature#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/tools/build/Makefile.feature</description>
        <pubDate>Mon, 20 Apr 2026 03:28:57 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/build/Makefile.feature#0421ccdfad0d92713a812a5aeb7d07b0ea7213c8</link>
        <description>Merge tag &apos;v7.0-rc3&apos; into nextSync up with the mainline to brig up the latest changes, specificallychanges to ALPS driver.

            List of files:
            /linux/tools/build/Makefile.feature</description>
        <pubDate>Thu, 12 Mar 2026 18:44:42 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3e9e952bb3139ad1e08f3e1960239c2988ab90c9 - Merge branch &apos;for-7.1-printf-kunit-build&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/build/Makefile.feature#3e9e952bb3139ad1e08f3e1960239c2988ab90c9</link>
        <description>Merge branch &apos;for-7.1-printf-kunit-build&apos; into for-linus

            List of files:
            /linux/tools/build/Makefile.feature</description>
        <pubDate>Mon, 20 Apr 2026 13:41:28 +0200</pubDate>
        <dc:creator>Petr Mladek &lt;pmladek@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>d4eb7b2da66c848709e31585b9c371fa234abc39 - Merge branch &apos;for-7.1/core-v2&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/build/Makefile.feature#d4eb7b2da66c848709e31585b9c371fa234abc39</link>
        <description>Merge branch &apos;for-7.1/core-v2&apos; into for-linus- fixed handling of 0-sized reports (Dmitry Torokhov)- convert core code to __free() (Dmitry Torokhov)- support for multiple batteries per HID device (Lucas Zampieri)

            List of files:
            /linux/tools/build/Makefile.feature</description>
        <pubDate>Thu, 16 Apr 2026 21:01:18 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>9e1e9d660255d7216067193d774f338d08d8528d - Merge tag &apos;trace-rtla-v7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/build/Makefile.feature#9e1e9d660255d7216067193d774f338d08d8528d</link>
        <description>Merge tag &apos;trace-rtla-v7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-tracePull RTLA updates from Steven Rostedt: - Simplify option parsing   Auto-generate getopt_long() optstring for short options from long   options array, avoiding the need to specify it manually and reducing   the surface for mistakes. - Add unit tests   Implement unit tests (make unit-tests) using libcheck, next to   existing runtime tests (make check). Currently, three functions from   utils.c are tested. - Add --stack-format option   In addition to stopping stack pointer decoding (with -s/--stack   option) on first unresolvable pointer, allow also skipping   unresolvable pointers and displaying everything, configurable with a   new option. - Unify number of CPUs into one global variable   Use one global variable, nr_cpus, to store the number of CPUs instead   of retrieving it and passing it at multiple places. - Fix behavior in various corner cases   Make RTLA behave correctly in several corner cases: memory allocation   failure, invalid value read from kernel side, thread creation   failure, malformed time value input, and read/write failure or   interruption by signal. - Improve string handling   Simplify several places in the code that handle strings, including   parsing of action arguments. A few new helper functions and variables   are added for that purpose. - Get rid of magic numbers   Few places handling paths use a magic number of 1024. Replace it with   MAX_PATH and ARRAY_SIZE() macro. - Unify threshold handling   Code that handles response to latency threshold is duplicated between   tools, which has led to bugs in the past. Unify it into a new helper   as much as possible. - Fix segfault on SIGINT during cleanup   The SIGINT handler touches dynamically allocated memory. Detach it   before freeing it during cleanup to prevent segmentation fault and   discarding of output buffers. Also, properly document SIGINT handling   while at it.* tag &apos;trace-rtla-v7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace: (28 commits)  Documentation/rtla: Document SIGINT behavior  rtla: Fix segfault on multiple SIGINTs  rtla/utils: Fix loop condition in PID validation  rtla/utils: Fix resource leak in set_comm_sched_attr()  rtla/trace: Fix I/O handling in save_trace_to_file()  rtla/trace: Fix write loop in trace_event_save_hist()  rtla/timerlat: Simplify RTLA_NO_BPF environment variable check  rtla: Use str_has_prefix() for option prefix check  rtla: Enforce exact match for time unit suffixes  rtla: Use str_has_prefix() for prefix checks  rtla: Add str_has_prefix() helper function  rtla: Handle pthread_create() failure properly  rtla/timerlat: Add bounds check for softirq vector  rtla: Simplify code by caching string lengths  rtla: Replace magic number with MAX_PATH  rtla: Introduce common_threshold_handler() helper  rtla/actions: Simplify argument parsing  rtla: Use strdup() to simplify code  rtla: Exit on memory allocation failures during initialization  tools/rtla: Remove unneeded nr_cpus from for_each_monitored_cpu  ...

            List of files:
            /linux/tools/build/Makefile.feature</description>
        <pubDate>Thu, 16 Apr 2026 02:48:24 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>42d3b66d4cdbacfc9d120d2301b8de89cc29a914 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/build/Makefile.feature#42d3b66d4cdbacfc9d120d2301b8de89cc29a914</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 7.00-rc3. Important ahead GPU SVM merging THPsupport.Signed-off-by: Matthew Brost &lt;matthew.brost@intel.com&gt;

            List of files:
            /linux/tools/build/Makefile.feature</description>
        <pubDate>Thu, 12 Mar 2026 15:17:56 +0100</pubDate>
        <dc:creator>Matthew Brost &lt;matthew.brost@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>153e211fc74a096cbd3570ca7388ab4cbeadc6c5 - tools/build: Add feature test for libcheck</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/build/Makefile.feature#153e211fc74a096cbd3570ca7388ab4cbeadc6c5</link>
        <description>tools/build: Add feature test for libcheckEnable support for unit tests in rtla.Note that the pkg-config file for libcheck is named check.pc.Signed-off-by: Costa Shulyupin &lt;costa.shul@redhat.com&gt;Link: https://lore.kernel.org/r/20260119105857.797498-2-costa.shul@redhat.comSigned-off-by: Tomas Glozar &lt;tglozar@redhat.com&gt;

            List of files:
            /linux/tools/build/Makefile.feature</description>
        <pubDate>Mon, 19 Jan 2026 11:58:56 +0100</pubDate>
        <dc:creator>Costa Shulyupin &lt;costa.shul@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>0314e382cf02983eb3c33ac537ad9701e7858bc9 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/build/Makefile.feature#0314e382cf02983eb3c33ac537ad9701e7858bc9</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR (net-7.0-rc2).Conflicts:tools/testing/selftests/drivers/net/hw/rss_ctx.py  19c3a2a81d2b (&quot;selftests: drv-net: rss: Generate unique ports for RSS context tests&quot;)  ce5a0f4612db (&quot;selftests: drv-net: rss_ctx: test RSS contexts persist after ifdown/up&quot;)include/net/inet_connection_sock.h  858d2a4f67ff6 (&quot;tcp: fix potential race in tcp_v6_syn_recv_sock()&quot;)  fcd3d039fab69 (&quot;tcp: make tcp_v{4,6}_send_check() static&quot;)https://lore.kernel.org/aZ8PSFLzBrEU3I89@sirena.org.ukdrivers/net/ethernet/mellanox/mlx5/core/en/xsk/setup.cdrivers/net/ethernet/mellanox/mlx5/core/en/xsk/pool.c  69050f8d6d075 (&quot;treewide: Replace kmalloc with kmalloc_obj for non-scalar types&quot;)  bf4afc53b77ae (&quot;Convert &apos;alloc_obj&apos; family to use the new default GFP_KERNEL argument&quot;)  8a96b9144f18a (&quot;net/mlx5e: Alloc xsk channel param out of mlx5e_open_xsk()&quot;)Adjacent changes:net/netfilter/ipvs/ip_vs_ctl.c  c59bd9e62e06 (&quot;ipvs: use more counters to avoid service lookups&quot;)  bf4afc53b77a (&quot;Convert &apos;alloc_obj&apos; family to use the new default GFP_KERNEL argument&quot;)Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/tools/build/Makefile.feature</description>
        <pubDate>Thu, 26 Feb 2026 19:20:47 +0100</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f09812b85fa6f41058bcc46e70ac406bf9b0493a - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/build/Makefile.feature#f09812b85fa6f41058bcc46e70ac406bf9b0493a</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.0-rc1 which contains a few treewide changes affecting i915.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/tools/build/Makefile.feature</description>
        <pubDate>Wed, 25 Feb 2026 12:23:04 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>3ecf0b4a0e0ed4783aa32c5f3e42d23c7021e1c8 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 7.0-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/build/Makefile.feature#3ecf0b4a0e0ed4783aa32c5f3e42d23c7021e1c8</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 7.0-rc1Cross-merge trees after 7.0-rc1.No conflicts.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/tools/build/Makefile.feature</description>
        <pubDate>Mon, 23 Feb 2026 17:06:33 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8b85987d3cf50178f67618122d9f3bb202f62f42 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/build/Makefile.feature#8b85987d3cf50178f67618122d9f3bb202f62f42</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s merge 7.0-rc1 to start the new drm-misc-next windowSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/tools/build/Makefile.feature</description>
        <pubDate>Mon, 23 Feb 2026 11:48:20 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2bebc88d5e37ddcb5ea5039a39f39527662b27f0 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/build/Makefile.feature#2bebc88d5e37ddcb5ea5039a39f39527662b27f0</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get bug fixes from v6.19-rc7.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/build/Makefile.feature</description>
        <pubDate>Thu, 05 Feb 2026 10:33:06 +0100</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/build/Makefile.feature#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/tools/build/Makefile.feature</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c7decec2f2d2ab0366567f9e30c0e1418cece43f - Merge tag &apos;perf-tools-for-v7.0-1-2026-02-21&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/build/Makefile.feature#c7decec2f2d2ab0366567f9e30c0e1418cece43f</link>
        <description>Merge tag &apos;perf-tools-for-v7.0-1-2026-02-21&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsPull perf tools updates from Arnaldo Carvalho de Melo: - Introduce &apos;perf sched stats&apos; tool with record/report/diff workflows   using schedstat counters - Add a faster libdw based addr2line implementation and allow selecting   it or its alternatives via &apos;perf config addr2line.style=&apos; - Data-type profiling fixes and improvements including the ability to   select fields using &apos;perf report&apos;&apos;s -F/-fields, e.g.:     &apos;perf report --fields overhead,type&apos; - Add &apos;perf test&apos; regression tests for Data-type profiling with C and   Rust workloads - Fix srcline printing with inlines in callchains, make sure this has   coverage in &apos;perf test&apos; - Fix printing of leaf IP in LBR callchains - Fix display of metrics without sufficient permission in &apos;perf stat&apos; - Print all machines in &apos;perf kvm report -vvv&apos;, not just the host - Switch from SHA-1 to BLAKE2s for build ID generation, remove SHA-1   code - Fix &apos;perf report&apos;s histogram entry collapsing with &apos;-F&apos; option - Use system&apos;s cacheline size instead of a hardcoded value in &apos;perf   report&apos; - Allow filtering conversion by time range in &apos;perf data&apos; - Cover conversion to CTF using &apos;perf data&apos; in &apos;perf test&apos; - Address newer glibc const-correctness (-Werror=discarded-qualifiers)   issues - Fixes and improvements for ARM&apos;s CoreSight support, simplify ARM SPE   event config in &apos;perf mem&apos;, update docs for &apos;perf c2c&apos; including the   ARM events it can be used with - Build support for generating metrics from arch specific python   script, add extra AMD, Intel, ARM64 metrics using it - Add AMD Zen 6 events and metrics - Add JSON file with OpenHW Risc-V CVA6 hardware counters - Add &apos;perf kvm&apos; stats live testing - Add more &apos;perf stat&apos; tests to &apos;perf test&apos; - Fix segfault in `perf lock contention -b/--use-bpf` - Fix various &apos;perf test&apos; cases for s390 - Build system cleanups, bump minimum shellcheck version to 0.7.2 - Support building the capstone based annotation routines as a plugin - Allow passing extra Clang flags via EXTRA_BPF_FLAGS* tag &apos;perf-tools-for-v7.0-1-2026-02-21&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools: (255 commits)  perf test script: Add python script testing support  perf test script: Add perl script testing support  perf script: Allow the generated script to be a path  perf test: perf data --to-ctf testing  perf test: Test pipe mode with data conversion --to-json  perf json: Pipe mode --to-ctf support  perf json: Pipe mode --to-json support  perf check: Add libbabeltrace to the listed features  perf build: Allow passing extra Clang flags via EXTRA_BPF_FLAGS  perf test data_type_profiling.sh: Skip just the Rust tests if code_with_type workload is missing  tools build: Fix feature test for rust compiler  perf libunwind: Fix calls to thread__e_machine()  perf stat: Add no-affinity flag  perf evlist: Reduce affinity use and move into iterator, fix no affinity  perf evlist: Missing TPEBS close in evlist__close()  perf evlist: Special map propagation for tool events that read on 1 CPU  perf stat-shadow: In prepare_metric fix guard on reading NULL perf_stat_evsel  Revert &quot;perf tool_pmu: More accurately set the cpus for tool events&quot;  tools build: Emit dependencies file for test-rust.bin  tools build: Make test-rust.bin be removed by the &apos;clean&apos; target  ...

            List of files:
            /linux/tools/build/Makefile.feature</description>
        <pubDate>Sat, 21 Feb 2026 19:51:08 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>3f5dfa472ea6771c821ee0bb10dee7de41ef6021 - tools build: Fix rust feature detection</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/build/Makefile.feature#3f5dfa472ea6771c821ee0bb10dee7de41ef6021</link>
        <description>tools build: Fix rust feature detectionFeatures in FEATURE_TESTS_BASIC will be set as being available iftest-all.c builds, so since the rust test isn&apos;t included in test-all.c,we can&apos;t have &apos;rust&apos; in there, remove it from FEATURE_TESTS_BASIC anduse feature-check so that it tries to build test-rust.bin, doing theactual feature detection.On a system lacking a rust compiler:  Makefile.config:1158: Rust is not found. Test workloads with rust are disabled.  Auto-detecting system features:  ...                                   libdw: [ on  ]  ...                                   glibc: [ on  ]  ...                                  libelf: [ on  ]  ...                                 libnuma: [ on  ]  ...                  numa_num_possible_cpus: [ on  ]  ...                               libpython: [ on  ]  ...                             libcapstone: [ on  ]  ...                               llvm-perf: [ on  ]  ...                                    zlib: [ on  ]  ...                                    lzma: [ on  ]  ...                                     bpf: [ on  ]  ...                                  libaio: [ on  ]  ...                                 libzstd: [ on  ]  ...                              libopenssl: [ on  ]  ...                                    rust: [ OFF ]  $ cat /tmp/build/perf-tools-next/feature/test-rust.make.output  /bin/sh: line 1: rustc: command not found  $ file /tmp/build/perf-tools-next/feature/test-rust.bin  /tmp/build/perf-tools-next/feature/test-rust.bin: cannot open `/tmp/build/perf-tools-next/feature/test-rust.bin&apos; (No such file or directory)  $  $ perf -vv | grep RUST                  rust: [ OFF ]  # HAVE_RUST_SUPPORT  $And after installing it:  ...                                    rust: [ on  ]  $ cat /tmp/build/perf-tools-next/feature/test-rust.make.output  $ file /tmp/build/perf-tools-next/feature/test-rust.bin/tmp/build/perf-tools-next/feature/test-rust.bin: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9c416edf673ee3705b97bae893a99a6fcf1ee258, for GNU/Linux 3.2.0, with debug_info, not stripped  $  $ perf -vv | grep RUST                  rust: [ on  ]  # HAVE_RUST_SUPPORT  $Fixes: 6a32fa5ccd33da5d (&quot;tools build: Add a feature test for rust compiler&quot;)Cc: Dmitrii Dolgov &lt;9erthalion6@gmail.com&gt;Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/tools/build/Makefile.feature</description>
        <pubDate>Mon, 09 Feb 2026 14:58:44 +0100</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>6a32fa5ccd33da5d187ec6e78f3b45683399ab66 - tools build: Add a feature test for rust compiler</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/build/Makefile.feature#6a32fa5ccd33da5d187ec6e78f3b45683399ab66</link>
        <description>tools build: Add a feature test for rust compilerAdd a feature test to identify if the rust compiler is available, sothat perf could build rust based worloads based on that.Signed-off-by: Dmitrii Dolgov &lt;9erthalion6@gmail.com&gt;Cc: Ian Rogers &lt;irogers@google.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/tools/build/Makefile.feature</description>
        <pubDate>Sun, 08 Feb 2026 13:22:23 +0100</pubDate>
        <dc:creator>Dmitrii Dolgov &lt;9erthalion6@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cff602f65988da48cc1b84f6c3588a25a320fa81 - perf build: Feature test for libbfd thread safety API</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/build/Makefile.feature#cff602f65988da48cc1b84f6c3588a25a320fa81</link>
        <description>perf build: Feature test for libbfd thread safety APIThe non-distro build requires libbfd 2.42 since commit b72b8132d8fd(&quot;perf libbfd: Ensure libbfd is initialized prior to use&quot;). Add afeature test so that it&apos;s obvious why the build fails if this criteriaisn&apos;t met.Signed-off-by: James Clark &lt;james.clark@linaro.org&gt;Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Bill Wendling &lt;morbo@google.com&gt;Cc: Ian Rogers &lt;irogers@google.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: Justin Stitt &lt;justinstitt@google.com&gt;Cc: Leo Yan &lt;leo.yan@arm.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Nathan Chancellor &lt;nathan@kernel.org&gt;Cc: Nick Desaulniers &lt;nick.desaulniers+lkml@gmail.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/tools/build/Makefile.feature</description>
        <pubDate>Tue, 23 Dec 2025 18:00:27 +0100</pubDate>
        <dc:creator>James Clark &lt;james.clark@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>c0cb97a275ffa00d91a0715dce8105ae3f627727 - perf build: Remove unused libbfd-buildid feature test</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/build/Makefile.feature#c0cb97a275ffa00d91a0715dce8105ae3f627727</link>
        <description>perf build: Remove unused libbfd-buildid feature testHAVE_LIBBFD_BUILDID_SUPPORT isn&apos;t used in the codebase so remove thefeature test that sets it.Signed-off-by: James Clark &lt;james.clark@linaro.org&gt;Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Bill Wendling &lt;morbo@google.com&gt;Cc: Ian Rogers &lt;irogers@google.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Jiri Olsa &lt;jolsa@kernel.org&gt;Cc: Justin Stitt &lt;justinstitt@google.com&gt;Cc: Leo Yan &lt;leo.yan@arm.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Nathan Chancellor &lt;nathan@kernel.org&gt;Cc: Nick Desaulniers &lt;nick.desaulniers+lkml@gmail.com&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/tools/build/Makefile.feature</description>
        <pubDate>Tue, 23 Dec 2025 18:00:26 +0100</pubDate>
        <dc:creator>James Clark &lt;james.clark@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>ba23adb6533149df33b9a247f31a87227b3c86d5 - Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/build/Makefile.feature#ba23adb6533149df33b9a247f31a87227b3c86d5</link>
        <description>Merge remote-tracking branch &apos;torvalds/master&apos; into perf-tools-nextTo pick up perf-tools fixes.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/tools/build/Makefile.feature</description>
        <pubDate>Mon, 05 Jan 2026 14:17:53 +0100</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>7e96d76c74175ef9747f6fc14ee567f89d72153c - Merge tag &apos;nand/for-7.0&apos; into mtd/next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/build/Makefile.feature#7e96d76c74175ef9747f6fc14ee567f89d72153c</link>
        <description>Merge tag &apos;nand/for-7.0&apos; into mtd/nextSPI NAND- The major feature this release is the support for octal DTR  modes (8D-8D-8D).- There has been as well a series of conversion to scoped for each OF  child loops.- Support for Foresee F35SQB002G chips has been added.Other changes are small fixes.

            List of files:
            /linux/tools/build/Makefile.feature</description>
        <pubDate>Fri, 13 Feb 2026 18:10:09 +0100</pubDate>
        <dc:creator>Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;</dc:creator>
    </item>
</channel>
</rss>
