Blob Blame History Raw
#
# blacklist.conf
# ==============
#
# In this file the blacklist for the automatic fixes search is
# configured. There are two ways to blacklist potential fixes:
#
#	1) Put a source code path on one line in this file. If a patch
#	   touches only source code paths that are blacklisted in this
#	   file, it will be automatically blacklisted too.
#
#	2) Put a full git commit-id on one line in this file. The
#	   commit-id needs to be a 40 character-long hex string.
#
# As noted above, only one path or commit-id per line is allowed.
# Everything behind a '#' character is considered a comment and ignored.
#
# This file is parsed by the git-suse tool.

# Blacklisted Paths
# -----------------
MAINTAINERS		# We don't care about upstream MAINTAINERS file
arch/alpha
arch/arc
arch/c6x
arch/csky
arch/h8300
arch/hexagon
arch/ia64
arch/m68k
arch/microblaze
arch/mips
arch/nds32
arch/nios2
arch/openrisc
arch/parisc
arch/sh
arch/sparc
arch/riscv
arch/um
arch/x86/um
arch/unicore32
arch/xtensa
# no need for upstream config updates
arch/arm64/configs/
arch/arm/configs/
arch/powerpc/configs/
arch/riscv/configs/
arch/s390/configs/
arch/x86/configs/

drivers/net/arcnet/			#ARCnet is not enabled
drivers/net/ethernet/davicom/           # dm9000 legacy driver
drivers/net/ethernet/natsemi/sonic.c    #m68k Apple Macintosh
drivers/net/ethernet/natsemi/sonic.h
drivers/net/ethernet/renesas/		# not enabled
drivers/staging/android
drivers/video/fbdev/hyperv_fb.c
fs/f2fs
fs/ext2					# We use ext4 driver for this
fs/ntfs3

# Unsupported ppc platforms
arch/powerpc/boot/dts
arch/powerpc/include/asm/8xx_immap.h
arch/powerpc/include/asm/cell-pmu.h
arch/powerpc/include/asm/cell-regs.h
arch/powerpc/include/asm/dcr-generic.h
arch/powerpc/include/asm/dcr.h
arch/powerpc/include/asm/dcr-mmio.h
arch/powerpc/include/asm/dcr-native.h
arch/powerpc/include/asm/dcr-regs.h
arch/powerpc/include/asm/exception-64e.h
arch/powerpc/include/asm/fsl_gtm.h
arch/powerpc/include/asm/fsl_hcalls.h
arch/powerpc/include/asm/fsl_lbc.h
arch/powerpc/include/asm/fsl_pamu_stash.h
arch/powerpc/include/asm/fsl_pm.h
arch/powerpc/include/asm/kvm_book3s_32.h
arch/powerpc/include/asm/kvm_booke.h
arch/powerpc/include/asm/kvm_booke_hv_asm.h
arch/powerpc/include/asm/mpc5121.h
arch/powerpc/include/asm/mpc52xx.h
arch/powerpc/include/asm/mpc52xx_psc.h
arch/powerpc/include/asm/mpc5xxx.h
arch/powerpc/include/asm/mpc6xx.h
arch/powerpc/include/asm/mpc8260.h
arch/powerpc/include/asm/mpc85xx.h
arch/powerpc/include/asm/ppc4xx.h
arch/powerpc/include/asm/ps3.h
arch/powerpc/include/asm/syscalls_32.h
arch/powerpc/include/asm/task_size_32.h
arch/powerpc/platforms/40x
arch/powerpc/platforms/44x
arch/powerpc/platforms/4xx
arch/powerpc/platforms/512x
arch/powerpc/platforms/52xx
arch/powerpc/platforms/82xx
arch/powerpc/platforms/83xx
arch/powerpc/platforms/85xx
arch/powerpc/platforms/86xx
arch/powerpc/platforms/8xx
arch/powerpc/platforms/amigaone
arch/powerpc/platforms/cell
arch/powerpc/platforms/chrp
arch/powerpc/platforms/embedded6xx
arch/powerpc/platforms/maple
arch/powerpc/platforms/pasemi
arch/powerpc/platforms/powermac
arch/powerpc/platforms/ps3
arch/powerpc/platforms/fsl_uli1575.c
arch/powerpc/kernel/cpu_setup_44x.S
arch/powerpc/kernel/head_40x.S
arch/powerpc/kernel/head_44x.S
arch/powerpc/kernel/cpu_setup_6xx.S
arch/powerpc/kernel/idle_6xx.S
arch/powerpc/kernel/l2cr_6xx.S
arch/powerpc/kernel/tau_6xx.c
arch/powerpc/kernel/head_8xx.S
arch/powerpc/kernel/idle_e500.S
arch/powerpc/kernel/cpu_setup_ppc970.S
arch/powerpc/kernel/cpu_setup_fsl_booke.S
arch/powerpc/kernel/fsl_booke_entry_mapping.S
arch/powerpc/kernel/head_book3s_32.S
arch/powerpc/kernel/head_booke.h
arch/powerpc/kernel/head_fsl_booke.S
arch/powerpc/kernel/swsusp_booke.S
arch/powerpc/kernel/idle_book3e.S
arch/powerpc/kernel/idle_power4.S
arch/powerpc/kernel/early_32.c
arch/powerpc/kernel/entry_32.S
arch/powerpc/kernel/head_32.S
arch/powerpc/kernel/head_32.h
arch/powerpc/kernel/misc_32.S
arch/powerpc/kernel/module_32.c
arch/powerpc/kernel/pci_32.c
arch/powerpc/kernel/ppc32.h
arch/powerpc/kernel/reloc_32.S
arch/powerpc/kernel/setup_32.c
arch/powerpc/kernel/signal_32.c
arch/powerpc/kernel/swsusp_32.S
arch/powerpc/math-emu/
arch/powerpc/mm/init_32.c
arch/powerpc/mm/pgtable_32.c
arch/powerpc/mm/book3s32
arch/powerpc/mm/book3s64/hash_4k.c
arch/powerpc/mm/kasan
arch/powerpc/mm/nohash
arch/powerpc/mm/ptdump/8xx.c
arch/powerpc/mm/ptdump/bats.c
arch/powerpc/net/bpf_jit_comp32.c
arch/powerpc/perf/mpc7450-pmu.c
arch/powerpc/sysdev/dcr.c
arch/powerpc/sysdev/dcr-low.S
arch/powerpc/sysdev/tsi108_pci.c

# Unsupported Arm device trees
arch/arm64/boot/dts/amlogic/
arch/arm64/boot/dts/altera/
arch/arm64/boot/dts/intel/
arch/arm64/boot/dts/mediatek/
arch/arm64/boot/dts/qcom/
arch/arm64/boot/dts/realtek/
arch/arm64/boot/dts/renesas/
arch/arm64/boot/dts/ti/

# Blacklisted Commits
# -------------------
8cc236db1a91d0c91651595ba75942a583008455	# wwan: already cherry-picked
0f12156dff2862ac54235fc72703f18770769042	# memcg: reverted in merge window
3754707bcc3e190e5dadc978d172b61e809cb3bd	# memcg: revert the above
49c4959f04b587c8909b33adca4066995c768d60	# dma/idxd: already cherry-picked
39ff83f2f6cc5cc1458dfcea9697f96338210beb	# time: reverted in 5.14.5
4ff654aba77c54100726bd67112cb7f0d09a2f1b	# stable-5.14.5: reverting the above
6bac75c9019bef9b259f184e59726ad825fd9a3c	# stable-5.14.5: reverting posix-cpu-timer patch
a47f6a5806da4f24fbb66148a1519bf72fe060db	# randconfig build fix which doesn't affect SLES
c88e2647c5bb45d04dc4302018ebe6ebbf331823 # fix already present: drm/i915/display: Do not zero past infoframes.vsc
17203224f0536cf223dc5789028d04a768d96ec3 # fix already present: drm/i915/dsc: abstract helpers to get bigjoiner primary/secondary crtc
3352d86dcd3336a117630f0c1cfbc6bb8c93e1cf # fix already present: drm/i915/display/dg1: Correctly map DPLLs during state readout
352a81b71ea0a3ce8f929aa60afe369d738a0c6a # fix already present: drm/vmwgfx: Fix implicit declaration error
c2aaa37dc18fb7191a0fd829a7a943f61c2821de # fix already present: drm/vmwgfx: Fix a 64bit regression on svga3
46e4e5ffbc2af8a6f7935648ab286902b406a01d # fix already present: drm/vmwgfx: Fix a bad merge in otable batch takedown
12fc23a4a3d1dbeaf609c1f27af59755d48cb0fb # Duplicate of eed75ce7c8260e0d5612ced4a88180ab991e207c: drm/amdgpu: fix amdgpu_preempt_mgr_new()
60f3c604bcc0c13f3fbbf75a4c7be87134023a3c # Duplicate of f18f58012ee894039cd59ee8c889bf499d7a3943: drm/radeon: Fix NULL dereference when updating memory stats
4d9f771e111ee0144338c1012a90f1762220141a # Duplicate of 43a44c5322d1030d8f36ad679307c61f5b4e3716: drm/amdgpu: Return error if no RAS
468f04cfbb4351be3f8188625f77f54de353215a # Duplicate of 99e7d65cccc8f54581eb961a50da676b79c966d0: drm/amdkfd: Allow CPU access for all VRAM BOs
ad43a647bcdb654f9eecd7846f80914765fed266 # Duplicate of 353ca0fa56307bfc821a6fb444099e71899f199d: drm/amd/display: Fix 10bit 4K display on CIK GPUs
8d70136e2dc76f085b7423b993e13527f5a1fd7e # Duplicate of 5706cb3c910cc8283f344bc37a889a8d523a2c6d: drm/amdgpu: fix checking pmops when PM_SLEEP is not enabled
a5467ebd681fa2ba09cfa64689c5fc0773fd0634 # Duplicate of 5126da7d99cf6396c929f3b577ba3aed1e74acd7: drm/amd/pm: Fix a memory leak in an error handling path in 'vangogh_tables_init()'
35c6367f516090a3086d37e7023b08608d555aba # Duplicate of 2328e1b35ac2bb003236c3268aabe456ffab8b56: drm/i915/selftests: Reorder tasklet_disable vs local_bh_disable
d3f3baa3562a5d09f3e87f5fdf84952112807753 # Duplicate of c90c4c6574f3feaf2203b5671db1907a1e15c653: drm/i915: Reinstate the mmap ioctl for some platforms
78d2ad7eb4e1f0e9cd5d79788446b6092c21d3e0 # Duplicate of 237647f4dde94dc17324973a2428b01ed5afa545: drm/i915/gt: Fix -EDEADLK handling regression
8f88ca76b3942d82e2c1cea8735ec368d89ecc15 # Duplicate of 0abb33bfca0fb74df76aac03e90ce685016ef7be: drm/i915/gtt: drop the page table optimisation
93b713304188844b8514074dc13ffd56d12235d3 # Duplicate of c9d9fdbc108af8915d3f497bbdf3898bf8f321b8: drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser"
93a2711cddd5760e2f0f901817d71c93183c3b87 # Duplicate of 3761baae908a7b5012be08d70fa553cc2eb82305: Revert "drm/i915: Propagate errors on awaiting already signaled fences"
db484889d1ff0645e07e360d3e3ad306c0515821 # Duplicate of 1354d830cb8f9be966cc07fc61368af27ffb7c4a: drm/i915: Call i915_globals_exit() if pci_register_device() fails
9b52aa720168859526bf90d77fa210fc0336f170 # Duplicate of d7f237df53457cf0cbdb9943b9b7c93a05e2fdb6: drm/i915/bios: Fix ports mask
4fd177288a4ee046bd8590355a64de855dcf77e2 # Duplicate of 5d3a618f356595f132ee85c63a1b5f007a71f23c: drm/i915: fix not reading DSC disable fuse in GLK
ec387b8ff8d757561369be9a280cf63f23bbb926 # Duplicate of b4bde5554f70fb04ff07989fdc1356ab84d6f482: drm/i915/display: split DISPLAY_VER 9 and 10 in intel_setup_outputs()
82929a2140eb99f1f1d21855f3f580e70d7abdd8 # Duplicate of 9c9c6d0ab08acfe41c9f7efa72c4ad3f133a266b: drm/i915: Correct SFC_DONE register offset
52352fe2f86693f52be7db513d3ca5adee8c33cb # Duplicate of 7591c532b818ef4b8e3e635d842547c08b3a32b4: drm/msm/dp: use dp_ctrl_off_link_stream during PHY compliance test run
59066d0083d2e0f2daba9cf839011f7154c5e2b2 # Duplicate of 7cbe08a930a132d84b4cf79953b00b074ec7a2a7: drm/amdgpu: handle VCN instances when harvesting (v2)
fe122ee5428293b5f6067c87222085491275fdbd # Duplicate of 2fd31689f9e44af949f60ff4f8aca013e628ab81: Revert "drm/amd/pm: fix workload mismatch on vega10"
65c7e943ea59e0b1c42fa29d27ba3f5ea234b57d # Duplicate of 37717b8c9f0e8c4dd73fc522769cc14649b4f657: drm/amd/display: Use DCN30 watermark calc for DCN301
b8731209958a1dffccc2888121f4c0280c990550 # usb:xhci-mtk: reverted in below
f2a9797b4efe54c94cc5ceb82ce1a4fba8b70a51 # usb:xhci-mtk: reverting the above
788e67f18d797abbd48a96143511261f4f3b4f21 # usb:hso: already cherry-picked by a6ecfb39ba9d
27e4b467d94e216b365da388358c9407af818662 # Duplicate of 320ad343ea3023b4035dc4b5091eb19060391dbc: drm/i915: Use the correct IRQ during resume
3dd6c11b60d2f1e4082221a8831f91093c4494aa # Duplicate of 91b96f0008a2d66d76b525556e4818f5a4a089e4: drm/i915: Drop all references to DRM IRQ midlayer
0b6c5371c03c2b17963e1abd7ed0e3f1f950cba9 # applied to perf userpace package
58877b0824da15698bd85a0a9dbfa8c354e6ecb7 # usb: reverted by stable-5.14.17
a82fa1213d12a708fde219f97ea3e76569694fed # usb: reverting the above in stable-5.14.17
f5e3b7f0f0b78514d68c44e7909ff2547c51bbb7 # usb: reverting the above in stable-5.15.1
b7a0a792f864583207c593b50fd1b752ed89f4c1 # xhci: reverted by stable-5.14.17
0979b923ff3f963005b69ce44bc82db183c30e25 # xhci: reverting the above in stable-5.14.17
be4c096e6ba7728f4a1ead1de820d75436aedbd9 # arm64:dts:qcom: not applicable
5d1ceb3969b6b2e47e2df6d17790a7c5a20fcbb4 # x86: reverted by stable-5.14.20
b51c1a592faaf114b33f56f25aec757d21a826e0 # x86: reverting the above in stable-5.4.20
961913f45ff64ee68b689ae8070e1ab42108d02b # sched: reverting in stable-5.14.20, but we keep it
1b86960dc451412e7029b267e9e87536fdd554cb # x86: reverting in stable-5.14.20, but we keep it
172f7ba9772cae12f099fc563352e905dc9a1921 # cosmetic fix
70a9ac36ffd807ac506ed0b849f3e8ce3c6623f2 # CONFIG_F2FS_FS is not set anywhere
b665eae7a788c5e2bc10f9ac3c0137aa0ad1fc97 # printk: cosmetic problem
55bf243c514553e907efcf2bda92ba090eca8c64 # printk: fix for the printk index feature added later in 5.15 and not backported
696ffaf50e1f8dbc66223ff614473f945f5fb8d8 # printk: the changes look good but they do not fix any serious problem
e3c8d33e0d62175c31ca7ab7ab01b18f0b6318d3 # scripts/gdb: Allow to read printk log buffer on 32-bit systems; hardly needed by anyone
839b395eb9c13ae56ea5fc3ca9802734a72293f0 # vsprintf: just a small code size optimization
55df0933be74bd2e52aba0b67eb743ae0feabe7e # workqueue: Code refactoring
afa4bb778e48d79e4a642ed41e3b4e0de7489a6c # workqueue: compiler warning on 32-bit systems with Clang (bsc#1215877)
70418a68713c13da3f36c388087d0220b456a430 # Duplicate of abd9d66a055722393d33685214c08386694871d7: drm/i915/display: Fix the 12 BPC bits for PIPE_MISC reg
c5589bb5dccb0c5cb74910da93663f489589f3ce # Duplicate of 24d032e2359e3abc926b3d423f49a7c33e0b7836: drm/i915: Only access SFC_DONE when media domain is not fused off
8b46cc6577f4bbef7e5909bb926da31d705f350f # Duplicate of b8441b288d6031eac21390891ba36487b2cb398b: drm/i915: Tweaked Wa_14010685332 for all PCHs
f6864b27d6d324771d979694de7ca455afbad32a # Duplicate of baa2152dae0496e230545051395a83ac434744bd: drm/i915/edp: fix eDP MSO pipe sanity checks for ADL-P
d8959fb33890ba1956c142e83398e89812450ffc # Duplicate of e3e86f41385b2b5d5f771de6009748b584334366: drm/i915/dp: remove superfluous EXPORT_SYMBOL()
b6dfa416172939edaa46a5a647457b94c6d94119 # Duplicate of 71de496cc489b6bae2f51f89da7f28849bf2836e: drm/i915/dp: Drop redundant debug print
faf890985e30d5e88cc3a7c50c1bcad32f89ab7c # Duplicate of a63bcf08f0efb5348105bb8e0e1e8c6671077753: drm/i915: Fix syncmap memory leak
27ff768fa21ca3286fcc87c3f38ac67d1a2cbe2d # not applicable
92723ea0f11d92496687db8c9725248e9d1e5e1d # Checked into perf userspace package
4924b1f7c46711762fd0e65c135ccfbcfd6ded1f # Checked into perf userspace package
a9cdc1c5e3700a5200e5ca1f90b6958b6483845b # Checked into perf userspace package
218848835699879ed6260ec49bbb22e9e7839017 # went in through stable
5a897531e00243cebbcc4dbe4ab06cd559ccf53f # added to perf userspace package
3d1d57debee2d342a47615707588b96658fabb85 # added to perf userspace package
3606c0e1a1050d397ad759a62607e419fd8b0ccb # added to perf userspace package
0c8e32fe48f549eef27c8c6b0a63530f83c3a643 # added to perf userspace package
6665b8e4836caa8023cbc7e53733acd234969c8c # added to perf userspace package
4c761d805bb2d2ead1b9baaba75496152b394c80 # added to perf userspace package
a882cc94971093e146ffa1163b140ad956236754 # added to perf userspace package
a32e6c5da599dbf49e60622a4dfb5b9b40ece029 # added to perf userspace package
a78abde220243d6f44a265fe36c49957f6fa9851 # added to perf userspace package
057ae59f5a1d924511beb1b09f395bdb316cfd03 # added to perf userspace package
c79ee2b2160909889df67c8801352d3e69d43a1a # added to perf userspace package
ad106a26aef3a95ac7ca88d033b431661ba346ce # added to perf userspace package
4624f199327a704dd1069aca1c3cadb8f2a28c6f # added to perf userspace package
5e0c325cdb714409a5b242c9e73a1b61157abb36 # added to perf userspace package
62942e9fda9fd1def10ffcbd5e1c025b3c9eec17 # added to perf userspace package
0f80bfbf4919e32f52fe1312c3900ff4fbb7eeb9 # added to perf userspace package
4ffbe87e2d5b53bcb0213d8650bbe70bf942de6a # added to perf userspace package
a7ebf564de325e1d7d52cd85b12721c424338bcc # build warning in !CONFIG_MEMCG_KMEM
1fbaa02dfd05229312404aaef8bc9317b4ff8750 # requires other pervasive fixes to apply, not essential
9de2b9286a6dd16966959b3cb34fc2ddfd39213e # SoC:mediatek: Reverted in stable
aff6657f5243db77e50838072b841cb6fa26375a # Soc:mediatek: reverting the above
c7a75d07827a1f33d566e18e6098379cc2a0c2b2 # pci:xgene: caused a regression (bsc#1195352)
83dbf898a2d45289be875deb580e93050ba67529 # pci:msi: caused a regression (bsc#1196403)
51e50fbd3efc6064c30ed73a5e009018b36e290a # build warning in !CONFIG_CGROUPS
f3cb4a2de5410147b53e53416a3af0ffe26b5f4e # not applicable
2f293651eca3eacaeb56747dede31edace7329d2 # 32bit live patching is not supported
00b55eaf45549ce26424224d069a091c7e5d8bac # not needed for CONFIG_VMAP_STACK=y
cb8fac6d2727f79f211e745b16c9abbf4d8be652 # cosmetic
aa6f8dcbab473f3a3c7454b74caa46d36cdc5d13 # swiotlb: caused a regression, reverted by below (bsc#1197460)
bddac7c1e02ba47f0570e494c9289acea3062cc1 # swiotlb: reverting the above (bsc#1197460)
81dedaf10c20959bdf5624f9783f408df26ba7a4 # Just code cleanup
dabe729dddca550446e9cc118c96d1f91703345b # Only code & comment cleanup
057178cf518e699695a4b614a7a08c350b1fdcfd # Only comment fix
538f4f022a4612f969d5324ee227403c9f8b1d72 # Only adds comments
1241ebeca3f94b417751cb3ff62454cefdac75bc # Needs also 8306a5f56305 ("iomap: Add iomap_invalidate_folio") we don't have
460a79e18842caca6fa0c415de4a3ac1e671ac50 # not a real bug, mostly refactoring
91b96f0008a2d66d76b525556e4818f5a4a089e4 # not applicable: drm/i915: Drop all references to DRM IRQ midlayer
3d135db510240fefd79da46181493d3e3b415f6b # changes the layout of attributes in sysfs by design
4e13f6706d5aee1a6b835a44f6cf4971a921dcb8 # applied to perf userspace package
ffab487052054162b3b6c9c6005777ec6cfcea05 # applied to perf userspace package
31ded1535e3182778a1d0e5c32711f55da3bc512 # applied to perf userspace package
69560e366fc4d5fca7bebb0e44edbfafc8bcaf05 # applied to perf userspace package
ccb17caecfbd542f49a2a79ae088136ba8bfb794 # applied to perf userspace package
c6d8df01064333dcf140eda996abdb60a60e24b3 # applied to perf userspace package
bc21e74d4775f883ae1f542c1f1dc7205b15d925 # applied to perf userspace package
b2b1aa73ade982c175ac926a1fd34e76ad628b94 # applied to perf userspace package
d0a0a511493d269514fcbd852481cdca32c95350 # applied to perf userspace package
3cf6a32f3f2a45944dd5be5c6ac4deb46bcd3bee # applied to perf userspace package
f034fc50d3c7d9385c20d505ab4cf56b8fd18ac7 # applied to perf userspace package
aeee9dc53ce405d2161f9915f553114e94e5b677 # applied to perf userspace package
ee995101fde67f85a3cd4c74f4f92fc4592e726b # dangerous. This vitally depends on a patch we don't have and need
e7f7c99ba911f56bc338845c1cd72954ba591707 # not a real bug, sensitive path, bsc#1195344
c923a8e7edb010da67424077cbf1a6f1396ebd2e # no current bug, intrusive, bsc#1199628
aa748949b4e665f473bc5abdc5f66029cb5f5522 # not a bug, a performance issue, a preparatory patch is needed
14362a2541797cf9df0e86fb12dcd7950baf566e # Prerequisite for e730558adffb
54f0bad6686cdc50a3f4c5f7c4252c5018511459 # net: sungem_phy: fix code indentation
ffc95a46d677adb5f49f01789db9d8c3ae0af5e2 # CONFIG_SLAB not set in config
6a2d90ba027adba528509ffa27097cffd3879257 # rectifies behavior of a deprecated operation
11192d9c124d58d66449b163ed0d2cdff03761a1 # unnecessary optimization, see bsc#1201608
fd25a9e0e23b995fd0ba5e2f00a1099452cbc3cf # unnecessary optimization, see bsc#1201608
5b3be698a872c490dbed524f3e2463701ab21339 # unnecessary optimization, see bsc#1201608
83810f84ecf11dfc5a9414a8b762c3501b328185 # regression reported at https://bugzilla.kernel.org/show_bug.cgi?id=216243
1e2c3ef0496e72ba9001da5fd1b7ed56ccb30597 # cleanup, not a bug fix
43d35ccc36dad52377dd349b2e3ea803b72c3906 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
313c7e57035125cb7533b53ddd0bc7aa562b433c # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
10b1881a97be240126891cb384bd3bc1869f52d8 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
d72458071150b802940204950d0d462ea3c913b1 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
a8e84a5da18e6d786540aa4ceb6f969d5f1a441d # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
19401a9441236cfbbbeb1bef4ef4c8668db45dfc # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
d616a0246da88d811f9f4c3aa83003c05efd3af0 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
48e8adde8d1c586c799dab123fc1ebc8b8db620f # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
b093de145bc8769c6e9207947afad9efe102f4f6 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
49fe36e1c02cb06f66689c888e4e767c31cd259d # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
c79442cc5a38e46597bc647128c8f1de62d80020 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
9bf5ed9a4e623583f15202d99f4521bc39050f61 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
2a56314798e0227cf51e3d1d184a419dc07bc173 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
f37019b6bfe2e13cc536af0e6a42ed62005392ae # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
c2dc46932d117a1505f589ad1db3095aa6789058 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
bc22628591e5913e67edb3c2a89b97849e30a8f8 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
de9a01bc95a9e5e36d0659521bb04579053d8566 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
7f611274a3d1657a67b3fa8cd0cec1dee00e02b4 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
4a850a0079ce601c0c4016f4edb7d618e811ed7d # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
71b21f5f8970a87f034138454ebeff0608d24875 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
c01b723a56ce18ae66ff18c5803942badc15fbcd # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
ae86bf5c2a8d81418eadf1c31dd9253b609e3093 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
348f08de55b149e41a05111d1a713c4484e5a426 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
55d2d046b23b9bcb907f6b3e38e52113d55085eb # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
93b884f8d82f08c7af542703a724cc23cd2d5bfc # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
b087a381d7386ec95803222d0d9b1ac499550713 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
27a0963f9cea5be3c68281f07fe82cdf712ef333 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
5e154dfb4f9995096aa6d342df75040ae802c17e # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
2236a3243ff8291e97c70097dd11a0fdb8904380 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
f0438155273f057fec9818bc9d1b782ba35cf6a1 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
d04e84b9817c652002f0ee9b42059d41493e9118 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
ab8bce9da6102c575c473c053672547589bc4c59 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
bf4067e8a19eae67c45659a956c361d59251ba57 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
a59396b1c11823c69c31621198c04def17f3a869 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
60797a21dd8360a99ba797f8ca587087c07bb54c # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
6ebc16e206aa82ddb0450c907865c55bcb7c0f43 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
e2263f0bf7443a200a5c1c418baefd92f1674600 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
eab521aebcdeb1c801009503e3a7f8989e3c6b36 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
b2aa4f80693b7841e5ac4eadbd2d8cec56b10a51 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
4fb27190879b82e48ce89a56e9d6c04437dbc065 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
f20ae5074dfb38f23b0c07c62bdf8e7254a0acf8 # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
c5e58c4545a69677d078b4c813b5d10d3481be9c # ALSA: not applicable for SLE15-SP4, to be unblocked on later SPs
9c85a9bae267f6b5e5e374d0d023bbbe9db096d3 # selftest:vm: reverted in stable below
0791309aa0eb2d39c116ff95bab120e53b0c8f94 # selftest:vm: reverting the above
18d609daa546c919fd36b62a7b510c18de4b4af8 # selftest:vm: reverted in stable below
cfd3a9be0ac423be41afcc7a07d708056bf097a8 # selftest:vm: reverting the above
504627ee4cf4a2d42cba7ce156d423299c06a618 # net: wwan: already applied
d8d83d8ab0a453e17e68b3a3bed1f940c34b8646 # lib/crypto: blake2s: breakes KABI
14c174633f349cb41ea90c2c0aaddac157012f74 # tracepoints removal cleanup, not a bug
d41b60359ffb24a39c93ea1f4bffaafd651118c3 # Documentation fix
5102bb1c9f82857a3164af9d7ab7ad628cb783ed # not relevant for our configs
ec2444530612a886b406e2830d7f314d1a07d4bb # not relevant for our configs
dc0075ba7f387fe4c48a8c674b11ab6f374a6acc # ACPI: PM: causing a regression
39d332de8edb1a9076d90d34ec032c098597b5e5 # ACPI: PM: reverting the above in stable tree
94da81e2fc4285db373fe9a1eb012c2ee205b110 # batman-adv: bogus pickup by stable, reverted
0cac1c84e1ccdd71924c644f83e24f5ef47d6f7c # batman-adv: reverting the above in stable tree
d7c4c9e075f8cc6d88d277bc24e5d99297f03c06 # ax25: we haven't backported dev_*_track()
7b960c967f2aa01ab8f45c5a0bd78e754cffdeee # usbnet:smsc95xx: reverted in stable below
7ae43647f499509aeba22c761e2345eee26e4cd0 # usbnet:smsc95xx: reverting the above in stable-5.15
1ce8b37241ed291af56f7a49bbdbf20c08728e88 # usbnet:smsc95xx: reverted in stable below
6ee82524b0aa6433944db7a3999b9e122eb4d48f # usbnet:smsc95xx: reverting the above in stable-5.15
a6785bd7d83c9e73c6a6aa33d30a071460074728 # there is no a76053707dbf ("dev_ioctl: split out ndo_eth_ioctl")
a52ed4866d2b90dd5e4ae9dabd453f3ed8fa3cbc # mwifiex: reverted in the stable patch below
5f8954e099b8ae96e7de1bb95950e00c85bedd40 # mwifiex: reverting the above
06781a5026350cde699d2d10c9914a25c1524f45 # mtd: reverted by below stable commit
c80b15105a08dceffcbb0381f85696b46bce0d1b # mtd: reverting the above in stable
bdc120a2bcd834e571ce4115aaddf71ab34495de # net: ieee802154: ca8210: already applied
f323896fe6fa8fa55ed37cb8b804fa97ead641c3 # requires many changes no present in our code base
d9a434fa0c12ed5f7afe1e9dd30003ab5d059b85 # code to be patched not even present in our code base
25deecb21c18ee29e3be8ac6177b2a9504c33d2d # build fix selecting option we also switch on anyway
2e3df523256cb9836de8441e9c791a796759bb3c # needed only by 1366992e16bddd5e2d9a561687f367f9f802e2e4
28be5743c6306b3070012c00ca2ff2bff5c02258 # cleanup, not a bug fix
953503751a426413ea8aee2299ae3ee971b70d9b # reverts commit 6f5c672d17f583b081e283927f5040f726c54598, which was re-applied later
1dbd11ca75fe664d3e54607547771d021f531f59 # removal of unused function, would break KABI
ad2c302bc6049c56c85cc2b64a0b4bd8e7ffdc56 # kernel-doc warning
e9b6013a7ce31535b04b02ba99babefe8a8599fa # documentation
ea768b2ffec6cc9c3e17c37ef75d0539b8f89ff5 # already applied
b1190d5175acb2c9feea69871737274eb6f462ff # comment spelling fix
8fe4ce5836e932f5766317cb651c1ff2a4cd0506 # changes Scsi_Host, difficult to mitigate the kABI changes
00da0cb385d05a89226e150a102eb49d8abb0359 # documentation
df5b035b5683d6a25f077af889fb88e09827f8bc # we don't build CONFIG_SMP=n kernels
a157802359f7451ed8046b2b6dbaca187797e062 # not relevant in our configurations
2618a0dae09ef37728dab89ff60418cbe25ae6bd # silences the warning, ignore
e151db8ecfb019b7da31d076130a794574c89f6f # was reverted
1d258758cf06a0734482989911d184dd5837ed4e # this is the revert of the above
4ef87d8f10aa375604b98c4e555f671d11e4111f # Duplicate of d47255d3f87338164762ac56df1f28d751e27246: drm/amdgpu: Fix resource leak on probe error path
30ea703a38ef76ca119673cd8bdd05c6e068e2ac # not needed - a -Wmissing-prototypes fix
255584b138343d4a28c6d25bd82d04b09460d672 # clk:ti: reverted in 5.15 stable below
f7b16f51753a845b08e977184fb0b76b145ae0ba # clk:ti: reverting the above in 5.15.y
4734afb0d5ed3e56494ca6f28e51bafafef4c6aa # dma:idxd: already fixed by 12e45e89556d
b48b89f9c189d24eb5e2b4a0ac067da5a24ee86d # touches hundreds of files, no functional change, too invasive
3de360c3fdb34fbdbaf6da3af94367d3fded95d3 # kABI break for no reason
c530a3c716b963625e43aa915e0de6b4d1ce8ad9 # PSI unused, see bsc#1204751
5ec9c514d4a0e1749781c4c61485f9a69c212716 # already applied
d351c90ce248601ce34fbc5ac817e3362b441b55 # already applied
fdabc3f10e774ddc86ba715b9bc0c861d7e0834c # ASoC:wm8997: reverted in below
68ce83e3bb26feba0fcdd59667fde942b3a600a1 # ASoC:wm8997: revering the above
6ab646c985b529a32bf162de48d2d4a8bb7c9b64 # ASoC:wm5110: reverted in below
7d4e966f4cd73ff69bf06934e8e14a33fb7ef447 # ASoC:wm5110: reverting the above
96e4abbd35adb5582573c463ccc554a644ac2434 # ASoC:wm5102: reverted in below
de71d7567e358effd06dfc3e2a154b25f1331c10 # ASoC:wm5102: reverting the above
3092adcef3ffd2ef59634998297ca8358461ebce # requires infrastructure not present: too invasive
a251c17aa558d8e3128a528af5cf8b9d7caae4fd # SCSI tree-wide: too invasive
6f81fdded0d024c7d4084d434764f30bca1cd6b1 # 8250_mtk: reverted in below
f0136f65285bcfb7e8f90d1013723076a35acd51 # 8250_mtk: reverting the above
39e0f991a62ed5efabd20711a7b6e7da92603170 # designed to break kABI
bd0687c18e635b63233dc87f38058cd728802ab4 # xsk: Do not sleep in poll() when need_wakeup set, reverted in below
0706a78f31c4217ca144f630063ec9561a21548d # reverting the above
7198bfc2017644c6b92d2ecef9b8b8e0363bb5fd # Reverting patch was not applied
e030759a1ddcbf61d42b6e996bfeb675e0032d8b # other depended patche breaks KABI
55749769fe608fa3f4a075e42e89d237c8e37637 # Xen guests under KVM not supported
fcb732d8f8cf6084f8480015ad41d25fb023a4dd # Xen guests under KVM not supported
6e4d56db30a5feb83ba233a68841ba79483e7731 # needs extensive intrusive prerequisites in TypeC
ee8348496c77e3737d0a6cda307a521f2cff954f # no ppc 32s support
4f1d038b5ea1b45d8265a5407712f975b600bb94 # no ppc 4xx support
bba496656a73fc1d1330b49c7f82843836e9feb1 # no ppc 32bit support
0d375d610fa96524e2ee2b46830a46a7bfa92a9f # no ppc fsl support
d37823c3528e5e0705fc7746bcbc2afffb619259 # no ppc 32s support
9bb162fa26ed76031ed0e7dbc77ccea0bf977758 # no ppc 32s support
5ebb74749202a25da4b3cc2eb15470225a05527c # no ppc fsl support
cb7356986db020c96f37532042fdae6706e81df7 # no pc3 support
2863dd2db23e0407f6c50b8ba5c0e55abef894f1 # no ppc 32bit support
fcee96924ba1596ca80a6770b2567ca546f9a482 # no ppc fsl support
20a9689b3607456d92c6fb764501f6a95950b098 # no microwatt support
0c551abfa004ce154d487d91777bf221c808a64f # no ppc fsl support
9be013b2a9ecb29b5168e4b9db0e48ed53acf37c # no ppc 32bit support
fd20b60aea6a37788f2f761af405b41c6c34473b # no mgcoge support
def435c04ee984a5f9ed2711b2bfe946936c6a21 # no ppc fsl support
456c3005102b18cce6662b1915c6efffe7744dcc # no microwatt support
016ff72bd2090903715c0f9422a44afbb966f4ee # no ppc 32bit support
37b9345ce7f4ab17538ea62def6f6d430f091355 # no e500 support
f5aafbc2af51931668799a9c5080c8e35cbb571f # deprecate libbpf's bpf_program__get_prog_info_linear() causing build to fail
6d4eb36d65979ad48f4b05c3309e0c74f04e5ac6 # already applied
4894edacfa93d7046bec4fc61fc402ac6a2ac9e8 # reported in error. SP4 does not have dc8b338f3bcd9be35a24d14104a2a28144232633 introducing the bug
80019f1138324b6f35ae728b4f25eeb08899b452 # N/A as 5d5b74aa9c76 ("fuse: allow sharing existing sb") isn't backported
8514e6b1f40319e31ac4aa3fbf606796786366c9 # bsc#1202341: Introduces regression in display output: drm/vc4: hvs: Reset muxes at probe time
5aff4dfdb4ae2741cfff759d917f597f2c7f70aa # cleanup, not a bug fix
da9366c627ef459a1ceb6e5535648683e2adbdb2 # not applicable because we lack 9b9a80677fd80bd531cb05bfe205a40a51955939
e0e0747de0ea3dd87cdbb0393311e17471a9baf1 # causes breakage (bsc#1206098)
6a97cee39d8f2ed4d6e35a09a302dae1d566db36 # removes a feature and bug strikes on module removal
710ffe671e014d5ccbcff225130a178b088ef090 # (electric) power optimization we're not interested in
87d76b5f1d8eeb49efa16e2018e188864cbb9401 # lowering the number of possible request can be seen as a regression
8531aa1659f7278d4f2ec7408cc000eaa8d85217 # misattributed, patch this fixes has not been taken
e92ab4eda516a5bfd96c087282ebe9521deba4f4 # requires commits/kABIs not present
27548088ac628109f70eb0b1eb521d035844dba8 # requires commits not present
0c3812c347bfb0dc213556a195e79850c55702f5 # misattribute. Introduced in 172da89ed0eaf9d9348f5decb86ad04c624b39d1, not present in SP4
6020f480004a80cdad4ae5ee180a231c4f65595b # misattribute. Introduced in 4ce186665e7c3e9edde648dfb373ca0d213fb312
0a0a2760b04814428800d48281a447a7522470ad # misattributed. Introduced in e81e7f9a0eb9536d5976acf5d95290338032a198
b57b08e6f431348363adffa5b6643fe3ec9dc7fe # misattributed. Introduced in e81e7f9a0eb9536d5976acf5d95290338032a198
c033a38a81bc539d6c0db8c5387e0b14d819a0cf # misattributed. Introduced in 8c89f7b3d3f2880c57b0bc96c72ccd98fe354399
803abfd8dda540b94ea3c754a70cba69d3825995 # not applicable
3c20bd3af535d64771b193bb4dd41ed662c464ce # fix for 64dc7f6958ef ("tracing/boot: Show correct histogram error command") and its prereqs which were not taken
6954e415264eeb5ee6be0d22d789ad12c995ee64 # rework, not a bug fix
85125597419aec3aa7b8f3b8713e415f997796f2 # new functionality, not a bug fix
1c7fab70df085d866a3765955f397ca2b4025b15 # new functionality, not a bug fix
364df53c081d93fcfd6b91085ff2650c7f17b3c7 # new functionality, not a bug fix
2df3041ba3be950376e8c25a8f6da22f7fcc765c # new functionality, not a bug fix
33cba42985c8144eef78d618fc1e51aaa074b169 # new functionality, not a bug fix
c1f166d1f7eef212096a98b22f5acf92f9af353d # new functionality, not a bug fix
154827f8e53d8c492b3fb0cb757fbcadb5d516b5 # fix for 8993665abcce ("tracing/boot: Support multiple handlers for per-event histogram") which was not taken
7249921d94ff64f67b733eca0b68853a62032b3d # fix for 1d18538e6a09 ("tracing: Have dynamic events have a ref counter") which was not taken
2673c60ee67e71f2ebe34386e62d348f71edee47 # fix for 7491e2c44278 ("tracing: Add a probe that attaches to trace events") which was not taken
02333de90e5945e2fe7fc75b15b4eb9aee187f0a # fix for 7491e2c44278 ("tracing: Add a probe that attaches to trace events") which was not taken
f04dec93466a0481763f3b56cdadf8076e28bfbf # fix for 7491e2c44278 ("tracing: Add a probe that attaches to trace events") which was not taken
6a832ec3d680b3a4f4fad5752672827d71bae501 # fix for 7491e2c44278 ("tracing: Add a probe that attaches to trace events") which was not taken
cecf8e128ec69149fe53c9a7bafa505a4bee25d9 # fix for 7491e2c44278 ("tracing: Add a probe that attaches to trace events") which was not taken
94eedf3dded5fb472ce97bfaf3ac1c6c29c35d26 # fix for 7491e2c44278 ("tracing: Add a probe that attaches to trace events") which was not taken
d5f30a7da8ea8e6450250275cec5670cee3c4264 # fix for 7491e2c44278 ("tracing: Add a probe that attaches to trace events") which was not taken
64fdcbcc064966bbf261bb455876dffa58858d32 # ppc 32bit
58ec7f06b74e0d6e76c4110afce367c8b5f0837d # ppc be
0c32903197ce9f7119aee75a6bcaa4b49e0cd21a # removes stuff not compiled anyway
91926d8b7e71aaf5f84f0cf208fc5a8b7a761050 # ppc Cell
c7acee3d2f128a38b68fb7af85dbbd91bfd0b4ad # ppc 32bit
18db466a9a306406dab3b134014d9f6ed642471c # ppc 32bit
446cda1b21d9a6b3697fe399c6a3a00ff4a285f5 # ppc 32bit
dd8de84b57b02ba9c1fe530a6d916c0853f136bd # ppc booke
be640317a1d0b9cf42fedb2debc2887a7cfa38de # gcc12, kasan
8e1278444446fc97778a5e5c99bca1ce0bbc5ec9 # ppc 32bit
3e8635fb2e072672cbc650989ffedf8300ad67fb # kasan
a1b29ba2f2c171b9bea73be993bfdf0a62d37d15 # kasan
3def164a5cedad9117859dd4610cae2cc59cb6d2 # cleanup only
bb82c574691daf8f7fa9a160264d15c5804cb769 # ppc 32bit
d799769188529abc6cbf035a10087a51f7832b6b # ppc unaligned relocations not needed so far
1a76e520ee1831a81dabf8a9a58c6453f700026e # ppc booke
f222ab83df92acf72691a2021e1f0d99880dcdf1 # ppc 32bit
252745240ba0ae774d2f80c5e185ed59fbc4fb41 # ppc 32bit compat
aebd1fb45c622e9a2b06fb70665d084d3a8d6c78 # cleanup only
a4ac0d249a5db80e79d573db9e4ad29354b643a8 # only for PROFILING=n
5499802b2284331788a440585869590f1bd63f7f # ppc 32bit
a85c728cb5e12216c19ae5878980c2cbbbf8616d # ppc 32bit
bedf03416913d88c796288f9dca109a53608c745 # prerequisites unclear
0fe1e96fef0a5c53b4c0d1500d356f3906000f81 # only for unsupported architectures
8667d0d64dd1f84fd41b5897fd87fa9113ae05e3 # not needed - features always enabled
8219d31effa7be5dbc7ff915d7970672e028c701 # not needed - features always enabled
f4b39e88b42d13366b831270306326b5c20971ca # fixes 0fe1e96fef0a5c53b4c0d1500d356f3906000f81
8d84fca4375e3c35dadc16b8c7eee6821b2a575c # fixes e084728393a58e7fdafeee2e6b20e0faff09b557
e084728393a58e7fdafeee2e6b20e0faff09b557 # fixed by 8d84fca4375e3c35dadc16b8c7eee6821b2a575c
ac790d09885d36143076e7e02825c541e8eee899 # fixes ffa0b64e3be58519ae472ea29a1a1ad681e32f48
ffa0b64e3be58519ae472ea29a1a1ad681e32f48 # fixed by ac790d09885d36143076e7e02825c541e8eee899
cc5095747edfb054ca2068d01af20be3fcc3634f # we are carrying a more complete fix for pages without buffers
4efd9f0d120c55b08852ee5605dbb02a77089a5d # just a cleanup
4978c659e7b5c1926cdb4b556e4ca1fd2de8ad42 # just a cleanup
51ae846cff568c8c29921b1b28eb2dfbcd4ac12d # triggers many lockdep complaints and solution not decided
b24e77ef1c6d4dbf42749ad4903c97539cc9755a # behavioral change on corrupted filesystem
077d0c2c78df6f7260cdd015a991327efa44d8ad # causes performance regression which needs extensive fixes
4fca50d440cc5d4dc570ad5484cc0b70b381bc2a # performance fix for 077d0c2c78
1940265ede6683f6317cba0d428ce6505eaca944 # performance fix for 077d0c2c78
613c5a85898d1cd44e68f28d65eccf64a8ace9cf # performance fix for 077d0c2c78
a9f2a2931d0e197ab28c6007966053fdababd53f # performance fix for 077d0c2c78
83e80a6e3543f37f74c8e48a5f305b054b65ce2a # performance fix for 077d0c2c78
318cdc822c63b6e2befcfdc2088378ae6fa18def # Just additional sanity checks
78742d4d056df7d2fad241c90185d281bf924844 # Typo fix
89481b5fa8c0640e62ba84c6020cee895f7ac643 # Just clarifying error message
dd5532a4994bfda0386eb2286ec00758cee08444 # Cosmetic fix of quota sync
9d2c7203ffdb846399b82b0660563c89e918c751 # for CONFIG_PARAVIRT=n
8121b8f947be0033f567619be204639a50cad298 # merely a cleanup
6ab80d88f82e84e331e79ca4b7e2ca2fe63c8c2f # a comment update
4a7ba45b1a435e7097ca0f79a847d0949d0eb088 # dup of fbf8321238bac04368f57af572e05a9c01347a0b (already present)
4f0712ccec09c071e221242a2db9a6779a55a949 # hexagon is unsupported
ab4ababdf77ccc56c7301c751dff49c79709c51c # h8300 is unsupported
751971af2e3615dc5bd12674080bc795505fefeb # csky is unsupported
dbecf9b8b8ce580f4e11afed9d61e8aa294cddd2 # ia64 is unsupported
b9684a71fca793213378dd410cd11675d973eaa1 # break ABI from include/linux/blkdev.h
8d12ec10292877751ee4463b11a63bd850bc09b5 # doesn't have get_virtio_blk_vq()
f829230dd51974c1f4478900ed30bb77ba530b40 # break KABI on struct opal_dev
1a581b72169968f4154b5793828f3bc28b258b35 # missing other depended changes
813e693023ba10da9e75067780f8378465bf27cc # patching code doesn't exist
d36a9ea5e7766961e753ee38d4c331bbe6ef659b # patching code doesn't exist
9243fc4cd28c8bdddd7fe0abd5bbec3c4fdf5052 # break KABI on struct blk_independent_access_range
dc89997264de565999a1cb55db3f295d3a8e457b # code logic changed, doesn't applicable
337366e02b370d2800110fbc99940f6ddddcbdfa # doesn't fix anything
ecaed3b9deea9ff3e7d98b9ee8722c7d78de5d97 # Keep current implementation. Removing it creates huge kABI break. It will be easier to take new version when it is ready.
abc25bbcb55c08183d30ee79a308aeef16b62dcb # Don't fix crash, just makes it pretty. Also missing prerequisite patches.
2ac7069ad7647cd1d9ca5b08765a1e116e13cdc4 # Change in defconfig, these are not used
e1ab4182ca113f9a14e3aefc15cf7652b8446991 # LLVM configuration check
e8f24c58d1b69ecf410a673c22f546dc732bb879 # Same as 0cdfbaebe1bf39f1902cd5a324cb2ae8305faa81
15420269b02a63ed8c1841905d8b8b2403246004 # 2df4c9a741a0b (ARM: 9112/1: uaccess: add __{get,put}_kernel_nofault) is missing. Nothing to fix.
533bec143a4c32f7b2014a159d0f5376226e5b4d # Prerequisite patch is missing b2371587fe0c02657db89b67b72efc581bd3f7a0
1c40169b35ad58906814d53a517ac92db3d20d5f # Missing prerequisite patch 6501330f9f5e45a00622dee69a4a005d5943172d
ab1489017aa7a9f02e24bee73cf9ec8079cd3909 # No such node blsp2_uart1: serial@f995d000
a02875c4cbd6f3d2f33d70cc158a19ef02d4b84f # Prerequisite patch is missing: f0bbf17958e84 (ARM: at91: pm: add self-refresh support for sama7g5)
7a94b83a7dc551607b6c4400df29151e6a951f07 # Prerequisite patch is missing: d2d4716d8384 ("ARM: at91: pm: save ddr phy calibration data to securam"
cef8cdc0d0e7c701fe4dcfba4ed3fd25d28a6020 # Prerequisite patch is missing: f0bbf17958e84 (ARM: at91: pm: add self-refresh support for sama7g5)
340a982825f76f1cff0daa605970fe47321b5ee7 # Fix for 32 bit no MMU configuration, which causes kABI break
a4e03921c1bb118e6718e0a3b0322a2c13ed172b # Fixes warning for Clang in no MMU case
ecec4b20d29c3d6922dafe7d2555254a454272d2 # misattributed. Bug introduced only in a6d45ea063f0a9272f62925c8150439af5640e74
9e624651859214fb2c4e442b059eba0aefcd0801 # already fixed by 74e7e1efdad45580cc3839f2a155174cf158f9b5
9db89b41117024f80b38b15954017fb293133364 # unnecessary, see bsc#1207328
8b05aa26336113c4cea25f1c333ee8cd4fc212a6 # unnecessary, see bsc#1207328
9288188438d85e22c23cfd6657ee8a801babc83c # requires rewriting half the driver
2cca486cad4bf51da57cdad150697476a702ab69 # cosmetic, not a fix
e591b298d7ecb851e200f65946e3d53fe78a3c4f # only purpose breaks kabi
b5e7b59c3480f355910f9d2c6ece5857922a5e54 # breaks kabi and unnecessary
6e7f90d163afa8fc2efd6ae318e7c20156a5621f # fix for bug we don't have
d19a7af73b5ecaac8168712d18be72b9db166768 # fix for bug we don't have
64158668ac8b31626a8ce48db4cad08496eb8340 # have fix in different form
c265de257f558a05c1859ee9e3fed04883b9ec0e # have fix in different form
da48f267f90d9dc9f930fd9a67753643657b404f # not obviously safe, not really necessary
9fd5a04d8efcbf511286dd36c46fd70a645b167d # cosmetic fix that breaks kABI
3b90954419d4c05651de9cce6d7632bcf6977678 # false positive from stable. Bug introduced in e9e7870f90e3587b712e05db2ded947a3f617119
0f8f8030038ae37c32a233186caab2c381396784 # Same as ecaed3b9deea9ff3e7d98b9ee8722c7d78de5d97, see above
c88c5e461939a06ae769a01649d5c6b5a156f883 # Can't find file to patch
d2a14b54989e9ccea8401895fdfbc213bd1f56af # CONFIG_PCIE_RCAR_HOST=n
4793895f597d42eb54a0f54711b61263b6a8dd03 # CONFIG_PCI_MT7621=n
904b10fb189cc15376e9bfce1ef0282e68b0b004 # CONFIG_PCIE_RCAR_HOST=n
9a4556dad7bd0a6b8339cb72e169f5c76f2af6f1 # 934337080c6c not present
19098934f910b4d47cb30251dd39ffa57bef9523 # CONFIG_PCI_MT7621=n
825da4e9cec68713fbb02dc6f71fe1bf65fe8050 # c7a75d07827a not present
214e0d8fe4a813ae6ffd62bc2dfe7544c20914f4 # 87e8657ba99c not present
fbe6183998546f8896ee0b620ece86deff5a2fd1 # 8d48bf8206f7 not present
2f5b3514c33fecad4003ce0f22ca9691492d310b # 8d48bf8206f7 not present
aec158242b87a43d83322e99bc71ab4428e5ab79 # fix for bug we don't have
1197eb5906a5464dbaea24cac296dfc38499cc00 # fix for bug we don't have
18ebd35b61b4693a0ddc270b6d4f18def232e770 # fix for bug we don't have
304791255a2dc1c9be7e7c8a6cbdb31b6847b0e5 # fix for bug we don't have
93fd565919cf897adf7e1da81cace1a46e4db7f4 # duplicate of 811d581194f7412eda97acc03d17fc77824b561f
b3c839bd8a07d303bc59a900d55dd35c7826562c # feature, not fix
2863643fb8b92291a7e97ba46e342f1163595fa8 # broken, this entry guards c16bdeb5a3
c16bdeb5a39ffa3f32b32f812831a2092d2a3061 # we don't have breaker 2863643fb8b9
9df918698408fd914493aba0b7858fef50eba63a # refactoring only
9360d035a579d95d1e76c471061b9065b18a0eb1 # unnecessary, see bsc#1207328
671c11f0619e5ccb380bcf0f062f69ba95fc974a # performance optimization
b860b9346e2d5667fbae2cefc571bdb6ce665b53 # a cleanup for de5012b41e5c ("s390/ftrace: implement hotpatching") which was not taken
e26ef3af964acfea311403126acee8c56c89e26b # cleanup designed to break kABI
6338bb05c15f88e2f4beae296ef389224837758c # cleanup designed to break kABI
91d088a0304941b88c915cc800617ff4068cdd39 # cleanup designed to break kABI
b77dbc86d60459b42ab375e4e23172e7245f2854 # can break user land
83dde7498fefeb920b1def317421262317d178e5 # cleanup designed to break kABI
cba6bbf501be2ff15f4cd05ac2aeb24eee6f5cc2 # i915 revert in 5.15.y, already fixed
8b023accc8df70e72f7704d29fead7ca914d6837 # Cleanup which break kABI
1f828223b7991a228bc2aef837b78737946d44b2 # broken, this guards 9b3016154c91
9b3016154c913b2e7ec5ae5c9a42eb9e732d86aa # performance optimization, we don't have 1f828223b799
96e51ccf1af33e82f429a0d6baebba29c6448d0f # broken, this guards dbb16df6443c
dbb16df6443c59e8a1ef21c2272fcf387d600ddf # we don't have 96e51ccf1af33e8
c91bdc9358992856721ff77887202a7e80b7ab22 # rare memory footprint optimization
5fe392ff9d1f7254a1fbb3f72d9893088e4d23eb # clang
aaeed6ecc1253ce1463fa1aca0b70a4ccbc9fa75 # clang
aa8e73eed7d3084c18dd16d195748661c7e881b5 # 930ab34d906d not present
dae2d28832968751f7731336b560a4a84a197b76 # removal of documentation only
26d98b9cc04238871ec24b015b280ebca050bf87 # documentation update of a little used driver
432d7f52825ccdd6b1003d77ab7a33a8ebb0a80d # cleanup of build system. our stuff builds
662f11d55ffd02933e1bd275d732b97eddccf870 # cleanup of documentation
b8ac29b40183a6038919768b5d189c9bd91ce9b4 # breaks kABI, also not critical
21e96a2035db43fc72f7023c4577a63ca606de86 # cleanup
4e8ca13440b4b84873da44871f8824a12381d16b # not applicable
23df39fc6a36183af5e6e4f47523f1ad2cdc1d30 # clang
11195bf5a355a5ef048e690f12b90b70b2c42a86 # cosmetic
ca6c21327c6af02b7eec31ce4b9a740a18c6c13f # breaks KABI
bb88f9695460bec25aa30ba9072595025cf6c8af # fix for blacklisted ca6c2132
517e6a301f34613bff24a8e35b5455884f2d83d8 # depends on blacklisted ca6c2132
ad53db4acb415976761d7302f5b02e97f2bd097e # "fixes" references commit not in tree
b168098912926236bbeebaf7795eb7aab76d2b45 # depends on bd275681 which I don't want to take
1cd5f059d956e6f614ba6666ecdbcf95db05d5f5 # x86_32
d39268ad24c0fd0665d0c5cf55a7c1a0ebf94766 # 6035152d8eeb not present
334865b2915c33080624e0d06f1c3e917036472c # LTO
643d95aac59a060c2730975988aedc387f0f9f44 # lookup_address_in_mm() is needed
280abe14b6e0a38de9cc86fe6a019523aadd8f70 # 8d400913c231 not present
4969e223b109754c2340a26bba9b1cf44f0cba9b # 1ce849c75534 not present
b0b592cf08367719e1d1ef07c9f136e8c17f7ec3 # kmemleak
b91c0922bf1ed15b67a6faa404bc64e3ed532ec2 # 522e92743b35 not present
781c64bfcb735960717d1cb45428047ff6a5030c # no supervisor states
adb8213014b25c7f1d75d5b219becaadcd695efb # minor protection tuning, (safe) semantics (inlined) API change
118901ad1f25d2334255b3d50512fa20591531cd # clang harmless warning fix
d99a55a94a0db8eda4a336a6f21730b844b8d2d2 # duplicate of 118901ad1f25
eee87853794187f6adbe19533ed79c8b44b36a91 # corner case, wait until threaded v2 cpuset is more stable/cleaner
42a11bf5c5436e91b040aeb04063be1710bb9f9c # corner case, wait until threaded v2 cpuset is more stable/cleaner
ab76e7206b672b2e8818cb121a04506956d6b223 # zns target code needs be upated first
b648ab487f31bc4c38941bc770ea97fe394304bb # we don't have the relevant code
0db213ea8eed5534a5169e807f28103cbc9d23df # later reverted for causing regressions
2a587b9ad052e7e92e508aea90c1e2ae433c1908 # ARCH_ASPEED=n
332924973725e8cdcc783c175f68cf7e162cb9e5 # we don't care about i386
db886979683a8360ced9b24ab1125ad0c4d2cf76 # we already have this commit 
77515ebaf01920e2db49e04672ef669a7c2907f2 # cleanup designed to break kABI
707f0c290f2b0a16c0222bb3272079cfe5af831d # build fix irrelevant in our configs
4f6c131c3c31b9f68470ebd01320d5403d8719bb # cleanup designed to break kABI
c0518b21fba5351c8544a18c1bdf20b73088d5d9 # cleanup designed to break kABI
4ba0b8187d98cb4c5e33c0e98895ac5dcb86af83 # depends on dd123e62bdedcd3a486e48e883ec63138ec2c14c, which introduces a new driver
f81fead027ecbb525c29d681eb95a222e76306a3 # correction in a comment only
c798304470cab88723d895726d17fcb96472e0e9 # fixes code not present in mpi3mr driver
9dba4d24cbb5524dd39ab1e08886373b17f07ff2 # breaks KABI
d43b020b0f82c088ef8ff3196ef00575a97d200e # bug introduced by 4831967640916 not present
838d6d3461db0fdbf33fc5f8a69c27b50b4a46da # breaks KABI
e3ec8e0f5711d73f7e5d5c3cffdf4fad4f1487b9 # s390 kABI breakage
53ae7230918154d1f4281d7aa3aae9650436eadf # hardly relevant LLVM test fix
9de209c7d584d6e06ad92f120d83d4f27c200497 # according to the commit message it does not fix a bug
f09354ffd84eef3c88efa8ba6df05efe50cfd16a # just a message improvement
dc306186a130c6d9feb0aabc1c71b8ed1674a3bf # does not fix an actual bug
dc2ab23b992c9d5dab93b9bf01b10b10465e537e # does not fix an actual bug
9097fc793f74ef9c677f8c4aed0c24f6f07f0133 # s390 kABI breakage
ed0192bc644f3553d64a5cb461bdd0b1fbae3fdf # does not fix an actual bug
03cab65a07e083b6c1010fbc8f9b817e9aca75d9 # clang builds
659c0ce1cb9efc7f58d380ca4bb2a51ae9e30553 # keep logging unnecessary capability use (while we don't enforce LSM by default)
c0f2df49cf2471289d5aabf16f50ac26eb268f7d # CONFIG_SHRINKER_DEBUG build error
92c08a84b53e5dd1f2150e870db2ae9e5a5459e1 # needs support for function wakeup which would scramble kABI
4e8ef34e36f2839ef8c8da521ab7035956436818 # needs support for function wakeup which would scramble kABI
46f5dd7439e35ae63cdf04d7967152936c8a511e # driver not supported: fbdev: omapfb: panel-tpo-td043mtea1: fix error code in probe()
80b2624094c8d369a3c6eab515e8f1564d2e5db2 # we don't ship bogus nvme id check
d5ceb4d1c50786d21de3d4b06c3f43109ec56dd8 # we don't ship bogus nvme id check
8d6e38f636ac063e8062a21e7616f7d9bf0df5d8 # we don't ship bogus nvme id check
9630d80655bfe7e62e4aff2889dc4eae7ceeb887 # we don't ship bogus nvme id check
74391b3e69855e7dd65a9cef36baf5fc1345affd # we don't ship bogus nvme id check
d9372794717f44b6e746d8fbab66763b6d753e71 # internal rename. Not a fix
ae4c81644e9105d9f7f713bb0d444737bb6a0cf1 # not a fix. breaks kABI
caa84d95c78f35168847e2ab861a3a7f87033d36 # not a fix. breaks kABI
12d5796d55f9fd9e4b621003127c99e176665064 # not a bugfix: Revert "fbcon: don't lose the console font across generic->chip driver switch"
aca7c13d3bee81a968337a5515411409ae9d095d # driver not supported: parisc: fbdev/stifb: Align graphics memory size to 4MB
cd53860edd5e66f2faaf1bfbaef81d4be9109c82 # driver not supported: fbdev: da8xx-fb: add missing regulator_disable() in fb_probe
dce49449e04ff150838a31386ee65917beb9ebb5 # performance enhancment for a minor driver that would require a kABI fixup
b93c2a68f3d9dc98ec30dcb342ae47c1c8d09d18 # feature that would require a kABI fixup
41e456400212803704e82691716e1d7b0865114a # build system fix specific to mips
6e9b8992b122cb12688bd259fc99e67d1be234eb # just moving files around
03f5eb300ad1241f854269a3e521b119189a4493 # cleanup not a fix
7ed012969bbcdbd7aef5778a061681e6cbc4b402 # for compiler we don't use
7a8aa39d44564703620d937bb54cdea2d003657f # specific to a minor SoC driver in a config we don't use
f7e5b9bfa6c8820407b64eabc1f29c9a87e8993d # optimization designed to break kABI
dcce50e6cc4d86a63dc0a9a6ee7d4f948ccd53a1 # for Clang only
bbd2e05fad3e692ff2495895975bd0fce02bdbae # build fix only
a3be19b91ea7121d388084e8c07f5b1b982eb40c # breaks kabi, not worth it
bde971a83bbff78561458ded236605a365411b87 # Fixes Clang build error
893d4d9c62ecb32bad7843fc31ec9eb740600758 # cleanup, dead reference won't break anything
5e354747b2c91f64544b97760d38e2d3280307b2 # cleanup, dead reference won't break anything
e4f74400308cb8abde5fdc9cad609c2aba32110c # kABI breakage, removed exported symbol
b89ddf4cca43f1269093942cf5c4e457fd45c335 # Depends on heavy rework of arch/arm64/mm/extable.c
60115fa54ad7b913b7cb5844e6b7ffeb842d55f2 # We don't have KSAN on. Breaks kABI too.
6769a0b7ee0c3b31e1b22c3fadff2bfb642de23f # media/dvb-core: causing a regression (bsc#1205758)
3899d94e3831ee07ea6821c032dc297aec80586a # drbd git-fix, but drbd in kernel not supported
b8b23fbe93b34e595a7b0f31b4ed22400c47ec07 # No file to patch.
0649728123cf6a5518e154b4e1735fc85ea4f55c # we don't ship bogus nvme id check
a3a9d63dcd15535e7fdf4c7c1b32bfaed762973a # we don't ship bogus nvme id check
1616d6c3717bae9041a4240d381ec56ccdaafedc # we don't ship bogus nvme id check
1743e5f6000901a11f4e1cd741bfa9136f3ec9b1 # refactoring decoupling of gendisk missing
8b202ee218395319aec1ef44f72043e1fbaccdd6 # gcc warnings for newer version of the compiler
5dbc4cb4667457b0c53bcd7bff11500b3c362975 # cleanup commit
63678eecec57fc51b778be3da35a397931287170 # gcc 12 issue
c58e28afb11f5cd3c7f8a27b3abb045d848467ac # auth patch refresh already contains this fix
3bbef91bdd2180c67407285ba160b023eb4d5306 # Just unused variable warning fix
1e9d62d252812575ded7c620d8fc67c32ff06c16 # Small performance improvement for xattr inodes
01e4ca29451760b9ac10b4cdc231c52150842643 # Theoretical issue with unused flag
5354b2af34064a4579be8bc0e2f15a7b70f14b5f # Handles situation when bdev is corrupted while being mounted
463808f237cf73e98a1a45ff7460c2406a150a0b # Handles situation when bdev is corrupted while being mounted
4f04351888a83e595571de672e0a4a8b74f4fb31 # Handles situation when bdev is corrupted while being mounted
2220eaf90992c11d888fe771055d4de330385f01 # Handles situation when bdev is corrupted while being mounted
dea9d8f7643fab07bf89a1155f1f94f37d096a5e # The problem is real, we don't want to just silence the warning
e730558adffb88a52e562db089e969ee9510184a # Subtle changes in fanotify behavior
b87c7cdf2bed4928b899e1ce91ef0d147017ba45 # We don't have 1e9d62d252812
b74196af372f7cb4902179009265fe63ac81824f # changes fadump shared data endianess
d9e5c3e9e75162f845880535957b7fd0b4637d23 # breaks kABI, no functional change
39f49684036d24af800ff194c33c7b2653c591d7 # Unsupported architecture
fe663df7825811358531dc2e8a52d9eaa5e3515e # PPC64 always defined
e7299f961fe5e4496db0bfaa9e819f5e97f3846b # Unsupported architecture
fd8589dce8107e2ce62e92f76089654462dd67b4 # clang warning
23a3b8d5a2365653fd9bc5a9454d1e7f4facbf85 # breaks kABI in an unfixable manner
1b2c92a1cb2469d8c0079dbf496ab86e22e1cb7c # We don't have ad1a48301f65
1c024241d018cf9fc17aa8d95c3fe77d671d7142 # optimzation, not fix
ce8d78616a6b637d1b763eb18e32045687a84305 # don't issue warning for multipath=N bsc#1213311
122deabfe1428bffe95e2bf364ff8a5059bdf089 # reverted in 7d01cb27f6aebc54efbe28d8961a973b8f795b13
0daf5cb217a9ca8ae91b8f966ddae322699fb71d # cleanup not a fix
0ea9fc15b1d7d6636d429e74ffe3f86bf2f2f7d6 # cleanup not a fix
6f363f5aa845561f7ea496d8b1175e3204470486 # race triggerable only by global root
3d2af77e31ade05ff7ccc3658c3635ec1bea0979 # blkio is only for root with systemd, not worth proactive fix now
9ec272c586b07d1abf73438524bd12b1df9c5f9b # no need for restrictive perms, write fails anyways
3b8abb3239530c423c0b97e42af7f7e856e1ee96 # theoretical race, see bsc#1212984
983084b2672c593959e3148d6a17c8b920797dde # cleanup, not a fix
b26a124cbfa80f42bfc4e63e1d5643ca98159d66 # new functionality, not a bug fix
00cf3d672a9dd409418647e9f98784c339c3ff63 # new functionality, not a bug fix
f7e60032c6618dfd643c7210d5cba2789e2de2e2 # cfg80211: caused a regression (bsc#1213757)
3e54ed8247c94c8bdf370bd872bd9dfe72b1b12b # cfg80211: caused a regression (bsc#1213757)
1b0fc0345f2852ffe54fb9ae0e12e2ee69ad6a20 # needless doc patch and we don't have the prerequisite
101bd907b4244a726980ee67f95ed9cafab6ff7a # rtsx_pci: may cause a regression on NVMe (bsc#1214397,bsc#1214428)
9a6bb30a8830bb868b09629f0b9ad5d2b5fbb2f9 # tool we do not use
b6c9dbf04f24e6bba91246abf55d1e0a13f5062a # cleanup, not bugfix. in usused code
e2f08207c558bc0bc8abaa557cdb29bad776ac7b # breaks kABI
f233673cd32a048f2eed69e56b61174c33fb740b # not used in our build process
efa90c11f62e6b7252fb75efe2787056872a627c # for Clang
272ceeaea355214b301530e262a0df8600bfca95 # cleanup breaking kABI
bfdf4e6208051ed7165b2e92035b4bf11f43eb63 # cleanup breaking kABI
31cb1304ad8bd27b7d2abd8669fb887fb47d8eaf # cleanup breaking kABI
339e61565f81a6534afdc18fd854b2e2628bf5db # seriesly changes kabi too much to mitigate
60c5fd2e8f3c42a5abc565ba9876ead1da5ad2b7 # git-fix removes an API not used, but might as well leave it
9011e49d54dcc7653ebb8a1e05b5badb5ecfa9f9 # Not really fixing an actual bug
339e61565f81a6534afdc18fd854b2e2628bf5db # git-fix changes kabi too much, can't mitigate
60c5fd2e8f3c42a5abc565ba9876ead1da5ad2b7 # git-fix removes unused code but breaks kabi, so keep it
95e7ebc6823170256a8ce19fad87912805bfa001 # cleanup designed to break kABI
d4a5c59a955bba96b273ec1a5885bada24c56979 # cleanup designed to break kABI
ef73dcaa31217c79adc548bf9045afb40ac75b82 # book3e not supported
8d88382b7436551a9ebb78475c546b670790cbf6 # PARISC not enabled: parisc/agp: Annotate parisc agp init functions with __init
d703797380c540bbeac03f104ebcfc364eaf47cc # PARISC not enabled: parisc: Flush gatt writes and adjust gatt mask in parisc_agp_mask_memory()
5ae3716cfdcd286268133867f67d0803847acefc # Patched code does not exist: video/aperture: Only remove sysfb on the default vga pci device
5c38052680f56b6ae766517c737af420f83ee5f5 # Keep reverted patch instead: Revert "fbcon: Use kzalloc() in fbcon_prepare_logo()"
a153f254e5cdf8fa3a1df90a6ffed3063fede154 # required prereq patch not backported
b439eb8ab578557263815ba8581d02c1b730e348 # only valid with other patch which is missing
187916e6ed9d0c3b3abc27429f7a5f8c936bd1f0 # amdgpu: causing a log spam (bsc#1215523)
aee9d30b9744d677509ef790f30f3a24c7841c3d # we don't have call thunks
3af5ae22030cb59fab4fba35f5a2b62f47e14df9 # commit is incorrect and is being reverted upstream
69562eb0bd3e6bb8e522a7b254334e0fb30dff0c # changes not well defined behavior, possibility of user visible regression
559089e0a93d44280ec3ab478830af319c56dbe3 # kABI breakage
98dfdd9ee93995a408192dbbf3dd219ba23e3738 # build fix irrelevant to our configs
6c24849f5515e4966d94fa5279bdff4acf2e9489 # prereq of c0f78fd5edcf29b2822ac165f9248a6c165e8554
ad3a557daf6915296a43ef97a3e9c48e076c9dd8 # prereq of c0f78fd5edcf29b2822ac165f9248a6c165e8554
c0f78fd5edcf29b2822ac165f9248a6c165e8554 # optimization only
82b90b6c5b38e457c7081d50dff11ecbafc1e61a # optimization if not refactoring
f2d3155e2a6bac44d16f04415a321e8707d895c6 # too many changes in between
f655badf2a8fc028433d9583bf86a6b473721f09 # without precision tracking of BPF subprogs (commit be2ef8161572 ("bpf: allow precision tracking for programs with subprogs") this isn't needed
e4a38402c36e42df28eb1a5394be87e6571fb48a # KABI hazard, only backport in response to a customer bug to justify the complexity
d55ebae3f3122b07689cc4c34043114e09ce904c # Cosmetic change for !SMP configurations
cff9b2332ab762b7e0586c793c431a8f2ea4db04 # Applies only to RCU tiny configurations
0a8589055936d8feb56477123a8373ac634018fa # changes kabi: adds field to scsi_device
62ec2092095b678ff89ce4ba51c2938cd1e8e630 # changes kabi: changes scsi_host_lookup
dc6e0818bc9a0336d9accf3ea35d146d72aa7a18 # dubious optimization
d243b34459cea30cfe5f3a9b2feb44e7daff9938 # PREEMPT_RT specific
2ef269ef1ac006acf974793d975539244d77b28f # see bsc#1217136
e769cb20c5b7c74513b88d1aed482309bcaece71 # Duplicate of 8d75f7b4a3dfd5714a5dc87cfdaa27bd2d14aa48: platform/x86: intel-uncore-freq: Prevent driver loading in guests
f0d751973f739feb3742d4e5f4c0914e8b84e7c7 # referenced fixes commit isn't backported completly
347284984f415e52590373253c6943bbdc806ebf # theoretical error case
c31fea2f8e2a72c817f318016bbc327095175a9f # disk_live() doesn't exist
7db922bae3abdf0a1db81ef7228cc0b996a0c1e3 # patching code doesn't exist
7d5fff8982a2199d49ec067818af7d84d4f95ca0 # patching code doesn't exist
3ce94ce5d05ae89190a23f6187f64d8f4b2d3782 # Break kabi and other depending patches missing
7deac114be5fb25a4e865212ed0feaf5f85f2a28 # The above fixing patch is not in
4934b6401a812f9fe368e7d2d091cd1d120ea262 # The fixing patch is not in
23be9f68f933adee8163b8efc9c6bff71410cc7c # Cosmetic change
aaf67de78807c59c35bafb5003d4fb457c764800 # too intrusive, not worth the risk without a good reason
9aaa7eb018661b2da221362d9bacb096bd596f52 # N/A, and it's just a smatch static warning
7a09c1269702db8eccb6f718da2b00173e1e0034 # changes only logging, not a bug fix
bdb19d01026a5cccfa437be8adcf2df472c5889e # cleanup, not a fix
c7ca9757bda35ff9ce27ab42f2cb8b84d983e6ad # Unnecessary noise, AUTH is enabled
d8b90d600aff181936457f032d116dbd8534db06 # depends on refactoring patches we don't ship
23441536b63677cb2ed9b1637d8ca70315e44bd0 # we don't ship the tls code
4a46ace5ac621c0f84b3910bc3c93acf6c93963b # drm/bridge: reverted in stable
293ada7b058e536d9d53d0d8840c6ba8c2f718e4 # drm/bridge: reverted in stable
15fe53be46eaf4f6339cd433972ecc90513e3076 # drm/bridge: reverted in stable
8795e182b02dc87e343c79e73af6b8b7f9c5e635 # pci/portdrv: reverted in stable
e63a57303599b17290cd8bc48e6f20b24289a8bc # cleanup optimization only, blk-throttle offlining is idempotent
c98c18270be115678f4295b10a5af5dcc9c4efa0 # non-fix on its own, prereq of 88c56cfeaec4642aee8aac58b38d5708c6aae0d3
4b2d631236931550f2ab0abc9a666958853ae846 # tools/testing/memblock (that we don't have backported) build fix
6e44bd6d34d659c44cd8e7fc925c8a97f49b3c33 # later reverted, replaced by 658aafc8139c which we have
0cbcc92917c5de80f15c24d033566539ad696892 # dubious fix which papers over an issue
0a584655ef89541dae4d48d2c523b1480ae80284 # PCI/vmd: caused a regression (bsc#1218005)
b9069728a70c23dad00684eb994a3f5295f127cf # documentation fix
146a15b873353f8ac28dc281c139ff611a3c4848 # For LLVM
b09d7f8fd50f6e93cbadd8d27fde178f745b42a1 # breaks kABI, and requires previous kaBI-breaking changes
4fbc3a52cd4d14de3793f4b2c721d7306ea84cf9 # Breaks kabi
ec51fbd1b8a2bca2948dede99c14ec63dc57ff6b # huge kABI issues
95a4c1d617b92cdc4522297741b56e8f6cd01a1e # huge kABI issues
c775cbf62ed4911e4f0f23880f01815753123690 # ASoC:atmel: reverted in stable below
2a2495b6a32d500d151c3cc0ffcf7c49dac36eda # ASoC:atmel: reverting the above
72d00e560d10665e6139c9431956a87ded6e9880 # clk:imx:pll14xx: reverted in stable
310bca649b30c033b9e33d0c1e722fdb211083b5 # clk:imx:pll14xx: reverting above
244226035a1f9b2b6c326e55ae5188fab4f428cb #  CONFIG_UCLAMP_TASK is not set
b759caa1d9f667b94727b2ad12589cbc4ce13a82 #  CONFIG_UCLAMP_TASK is not set
c56ab1b3506ba0e7a872509964b100912bde165d #  CONFIG_UCLAMP_TASK is not set
d81304bc6193554014d4372a01debdf65e1e9a4d #  CONFIG_UCLAMP_TASK is not set
6b00a40147653c8ea748e8f4396510f252763364 #  CONFIG_UCLAMP_TASK is not set
73feb8d5fa3b755bb51077c0aabfb6aa556fd498 # not a bug fix, a prereq for 3640bf8584f4 ("ftrace: Add support to resolve module symbols in ftrace_lookup_symbols") which was not taken
1147dd0503564fa0e03489a039f9e0c748a03db4 # nvme io_uring passthru is disabled
c2dffda1d8f7511505bbbf16ba282f2079b30089 # CONFIG_NET is always set
2b9c3eb32a699acdd4784d6b93743271b4970899 # input/mouse/bcm5974: causes a regression on MacBook touchpad alone (bsc#1220030)
387d828adffcf1eb949f3141079c479793c59aac # Too invasive
a3afbf5cc887fc3401f012fe629810998ed61859 # usb/gadget/udc/core: later reverted
f5ca233e2e66dc1c249bf07eefa37e34a6c9346a # requires additional fix bb32500fb9b7 ("tracing: Have trace_event_file have ref counters") which breaks kABI, not worth it
e5c624f027ac74f97e97c8f36c69228ac9f1102d # requires additional fix bb32500fb9b7 ("tracing: Have trace_event_file have ref counters") which breaks kABI, not worth it
1cc111b9cddc71ce161cd388f11f0e9048edffdb # requires additional fix bb32500fb9b7 ("tracing: Have trace_event_file have ref counters") which breaks kABI, not worth it
bed9e27baf52a09b7ba2a3714f1e24e17ced386d # introduces new regression
55a48ad2db64737f7ffc0407634218cc6e4c513b # fixing patch was not picked
ad39c08186f8a0f221337985036ba86731d6aafe # fixing patch was not picked
fa2bbff7b0b4e211fec5e5686ef96350690597b5 # break KABI
8761b9b580d53162cca7868385069c0d4354c9e0 # cleanup designed to break kABI
687fe7dfb736b03ab820d172ea5dbfc1ec447135 # cleanup designed to break kABI
162aadaa0df8217b0cc49d919dd00022fef65e78 # No file to patch
008820524844326ffb3123cebceba1960c0ad0dc # No file to patch
f19e5bb91d53264d7dac5d845a4825afadf72440 # No file to patch
285e76fc049c4d32c772eea9460a7ef28a193802 # cleanup, not a fix
d77e745613680c54708470402e2b623dcd769681 # feature breaking kABI
02d6fdecb9c38de19065f6bed8d5214556fd061d # feature breaking kABI
6ef281daf020592c219fa91780abc381c6c20db5 # cleanup, not a fix
a37beefbde8802a4eab2545fee1b1780a03f2aa0 # unneeded helpers
061cbfab09fb35898f2907d42f936cf9ae271d93 # a feature
17cf8661ee0f065c08152e611a568dd1fb0285f1 # fixes 061cbfab09fb actually
1e560864159d002b453da42bd2c13a1805515a20 # fixes 9f4f3dfad8cf actually
d59b3515ab021e010fdc58a8f445ea62dd2f7f4c # too complex, not likely to be needed
75fd6485cccef269ac9eb3b71cf56753341195ef # usb/gadget: taken mistakenly, reverted later
ed17aa92dc56b6d8883e4b7a8f1c6fbf5ed6cd29 # incomplete fix that got reverted
8c5c2a4898e3d6bad86e29d471e023c8a19ba799 # revert of above
eef2c0217e02b6c7ed5b10b82ea944127145e113 #  No file to patch
e35f56bb03304abc92c928b641af41ca372966bb # a feature
956578e3d397e00d6254dc7b5194d28587f98518 # fixes e35f56bb03 above
d9b3ce8769e371554a669f262bbc61c02a40efcc # mainly performance optimization
c7ac8231ace9b07306d0299969e42073b189c70a # prereq of f7ec1cd5cc7ef3ad964b677ba82b8b77f1c93009
13b7bc60b5353371460a203df6c38ccd38ad7a3a # prereq of f7ec1cd5cc7ef3ad964b677ba82b8b77f1c93009
daa694e4137571b4ebec330f9a9b4d54aa8b8089 # prereq of f7ec1cd5cc7ef3ad964b677ba82b8b77f1c93009
f7ec1cd5cc7ef3ad964b677ba82b8b77f1c93009 # performance optimization, see bsc#1222436
b377c66ae3509ccea596512d6afb4777711c4870 # we don't have annotate_noendbr
a307e2abfc22880a3026bc2f2a997402b7c2d833 # typo fix
a909d629ae77b97b6288bc3cfe68560454bf79c6 # cleanup designed to break kABI
0522b9a1653048440da5f21747f21e498b9220d1 # relevant only on specific systems and wrecks kABI
74622f0a81d0c2bcfc39f9192b788124e8c7f0af # relevant only on specific systems and wrecks kABI
2996e9fc00c378987c18ecbafe5624581b18c0d6 # cleanup designed to break kABI
e96fddb32931d007db12b1fce9b5e8e4c080401b # bsc#1222324 CVE-2024-26662: not affected: drm/amd/display: Fix 'panel_cntl' could be null in 'dcn21_set_backlight_level()'
4f32504a2f85a7b40fe149436881381f48e9c0c0 # bsc#1222358 CVE-2024-26672: not affected: drm/amdgpu: Fix variable 'mca_funcs' dereferenced before NULL check in 'amdgpu_mca_smu_get_mca_entry()'
32f5f73b79ffdef215e2e1bcb6ad74387c0f925c # We don't have FRED
993bf0f4c393b3667830918f9247438a8f6fdb5b # bug introduced by 83e80a6e3543f ("ext4: use buckets for cr 1 block scan instead of rbtree") in 6.0
246f80a0b17f8f582b2c0996db02998239057c65 # unsupported arch, see CVE-2023-52629
79ae56fc475869d636071f66d9e4ef2a3819eee6 # not an actual fix