commit f4ea4b781b012a13cfd50e1eef4b73d75b52d8bc Author: Alexandre Frade Date: Tue Aug 30 02:58:10 2022 +0000 Linux 5.19.5-xanmod1 Signed-off-by: Alexandre Frade commit c23fad0febfc073b82ac4ac946733baab609b1bd Author: Alexandre Frade Date: Tue Aug 30 02:26:20 2022 +0000 XANMOD: Makefile: Move ARM and x86 instruction set selection to kernel-wide build Signed-off-by: Alexandre Frade commit eeaeefbf84e8e0a78bde32e02e18c215c773f9ea Author: Alexandre Frade Date: Mon Aug 29 17:02:28 2022 +0000 XANMOD: x86/build: Add more x86_64 optimizations Signed-off-by: Alexandre Frade commit 6f767251e5c2c83ffa4b84f7a620b1a9a9eac302 Author: Alexandre Frade Date: Mon Aug 29 16:47:26 2022 +0000 XANMOD: Makefile: Disable GCC vectorization on trees Signed-off-by: Alexandre Frade commit 9c2df5309b164aeca351c08e3b61a4515225e32b Merge: d026d1eec80f 1916ff079c77 Author: Alexandre Frade Date: Tue Aug 30 01:33:49 2022 +0000 Merge tag 'v5.19.5' into 5.19 This is the 5.19.5 stable release commit d026d1eec80fecdff1870292579436bfdce924d1 Author: Alexandre Frade Date: Tue Aug 30 01:33:28 2022 +0000 Revert "XANMOD: mm: multi-gen LRU: Add Hz min_ttl_ms for thrashing prevention" This reverts commit 092837029b12b8f368f94b723850e2b385593f99. commit 751fc64eb2789753881313a1d00bf6e22f56fadb Author: Alexandre Frade Date: Tue Aug 30 01:32:38 2022 +0000 Revert "XANMOD: x86/build: Add more x86_64 optimizations" This reverts commit 11ee0e35471cb4f3e76a34203f9f72e2ba38a1ee. commit b338a5f32ba85782a6a3d1535cca05e41ba7bb71 Author: Alexandre Frade Date: Tue Aug 30 01:32:34 2022 +0000 Revert "XANMOD: Makefile: Turn off loop vectorization for GCC -O3 optimization level" This reverts commit 4804100d494b73f2b5ca30d5be97cf52ec2cc2cc. commit 1916ff079c77dc38275493cc18e22fe18532fb0f Author: Greg Kroah-Hartman Date: Mon Aug 29 11:18:05 2022 +0200 Linux 5.19.5 Signed-off-by: Greg Kroah-Hartman commit d98703d4ce012c56ddcf54b8adc3c3f3bebad96d Author: Ondrej Mosnacek Date: Mon Jul 11 14:09:23 2022 +0200 kbuild: dummy-tools: avoid tmpdir leak in dummy gcc commit aac289653fa5adf9e9985e4912c1d24a3e8cbab2 upstream When passed -print-file-name=plugin, the dummy gcc script creates a temporary directory that is never cleaned up. To avoid cluttering $TMPDIR, instead use a static directory included in the source tree. Fixes: 76426e238834 ("kbuild: add dummy toolchains to enable all cc-option etc. in Kconfig") Signed-off-by: Ondrej Mosnacek Signed-off-by: Masahiro Yamada Cc: Jiri Slaby Link: https://lore.kernel.org/r/9996285f-5a50-e56a-eb1c-645598381a20@kernel.org [ just the plugin-version.h portion as it failed to apply previously - gregkh ] Signed-off-by: Greg Kroah-Hartman