+++ /dev/null
-From c22549a00f0614ed49b1a7f0d7a7f1e10d111661 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 20 Apr 2020 10:02:19 -0700
-Subject: Input: i8042 - add ThinkPad S230u to i8042 nomux list
-
-From: Kevin Locke <kevin@kevinlocke.name>
-
-[ Upstream commit 18931506465a762ffd3f4803d36a18d336a67da9 ]
-
-On the Lenovo ThinkPad Twist S230u (3347-4HU) with BIOS version
-"GDETC1WW (1.81 ) 06/27/2019", whether booted in UEFI or Legacy/CSM mode
-the keyboard, Synaptics TouchPad, and TrackPoint either do not function
-or stop functioning a few minutes after boot. This problem has been
-noted before, perhaps only occurring on BIOS 1.57 and
-later.[1][2][3][4][5]
-
-This model does not have an external PS/2 port, so mux does not appear
-to be useful.
-
-Odds of a BIOS fix appear to be low: 1.57 was released over 6 years ago
-and although the [BIOS changelog] notes "Fixed an issue of UEFI
-touchpad/trackpoint/keyboard/touchscreen" in 1.58, it appears to be
-insufficient.
-
-Adding 33474HU to the nomux list avoids the issue on my system.
-
-[1]: https://bugs.launchpad.net/bugs/1210748
-[2]: https://bbs.archlinux.org/viewtopic.php?pid=1360425
-[3]: https://forums.linuxmint.com/viewtopic.php?f=46&t=41200
-[4]: https://forums.linuxmint.com/viewtopic.php?f=49&t=157115
-[5]: https://forums.lenovo.com/topic/findpost/27/1337119
-[BIOS changelog]: https://download.lenovo.com/pccbbs/mobiles/gduj33uc.txt
-
-Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
-Cc: stable@vger.kernel.org
-Link: https://lore.kernel.org/r/feb8a8339a67025dab3850e6377eb6f3a0e782ba.1587400635.git.kevin@kevinlocke.name
-Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/input/serio/i8042-x86ia64io.h | 7 +++++++
- 1 file changed, 7 insertions(+)
-
-diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
-index 0d0f977a2f39..8bf38eded1ef 100644
---- a/drivers/input/serio/i8042-x86ia64io.h
-+++ b/drivers/input/serio/i8042-x86ia64io.h
-@@ -545,6 +545,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
- DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5738"),
- },
- },
-+ {
-+ /* Lenovo ThinkPad Twist S230u */
-+ .matches = {
-+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
-+ DMI_MATCH(DMI_PRODUCT_NAME, "33474HU"),
-+ },
-+ },
- { }
- };
-
---
-2.25.1
-
cifs-fix-null-pointer-check-in-cifs_read.patch
samples-bpf-fix-build-error.patch
input-usbtouchscreen-add-support-for-bonxeon-tp.patch
-input-i8042-add-thinkpad-s230u-to-i8042-nomux-list.patch
input-evdev-call-input_flush_device-on-release-not-f.patch
input-xpad-add-custom-init-packet-for-xbox-one-s-con.patch
input-dlink-dir685-touchkeys-fix-a-typo-in-driver-na.patch
esp6-get-the-right-proto-for-transport-mode-in-esp6_gso_encap.patch
qlcnic-fix-missing-release-in-qlcnic_83xx_interrupt_test.patch
bonding-fix-reference-count-leak-in-bond_sysfs_slave_add.patch
-revert-input-i8042-add-thinkpad-s230u-to-i8042-nomux-list.patch
netfilter-nf_conntrack_pptp-fix-compilation-warning-with-w-1-build.patch
mm-vmalloc.c-don-t-dereference-possible-null-pointer-in-__vunmap.patch
sc16is7xx-move-label-err_spi-to-correct-section.patch
+++ /dev/null
-From 775e655beff957b41051db31179def211cac7523 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 20 Apr 2020 10:02:19 -0700
-Subject: Input: i8042 - add ThinkPad S230u to i8042 nomux list
-
-From: Kevin Locke <kevin@kevinlocke.name>
-
-[ Upstream commit 18931506465a762ffd3f4803d36a18d336a67da9 ]
-
-On the Lenovo ThinkPad Twist S230u (3347-4HU) with BIOS version
-"GDETC1WW (1.81 ) 06/27/2019", whether booted in UEFI or Legacy/CSM mode
-the keyboard, Synaptics TouchPad, and TrackPoint either do not function
-or stop functioning a few minutes after boot. This problem has been
-noted before, perhaps only occurring on BIOS 1.57 and
-later.[1][2][3][4][5]
-
-This model does not have an external PS/2 port, so mux does not appear
-to be useful.
-
-Odds of a BIOS fix appear to be low: 1.57 was released over 6 years ago
-and although the [BIOS changelog] notes "Fixed an issue of UEFI
-touchpad/trackpoint/keyboard/touchscreen" in 1.58, it appears to be
-insufficient.
-
-Adding 33474HU to the nomux list avoids the issue on my system.
-
-[1]: https://bugs.launchpad.net/bugs/1210748
-[2]: https://bbs.archlinux.org/viewtopic.php?pid=1360425
-[3]: https://forums.linuxmint.com/viewtopic.php?f=46&t=41200
-[4]: https://forums.linuxmint.com/viewtopic.php?f=49&t=157115
-[5]: https://forums.lenovo.com/topic/findpost/27/1337119
-[BIOS changelog]: https://download.lenovo.com/pccbbs/mobiles/gduj33uc.txt
-
-Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
-Cc: stable@vger.kernel.org
-Link: https://lore.kernel.org/r/feb8a8339a67025dab3850e6377eb6f3a0e782ba.1587400635.git.kevin@kevinlocke.name
-Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/input/serio/i8042-x86ia64io.h | 7 +++++++
- 1 file changed, 7 insertions(+)
-
-diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
-index 0d0f977a2f39..8bf38eded1ef 100644
---- a/drivers/input/serio/i8042-x86ia64io.h
-+++ b/drivers/input/serio/i8042-x86ia64io.h
-@@ -545,6 +545,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
- DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5738"),
- },
- },
-+ {
-+ /* Lenovo ThinkPad Twist S230u */
-+ .matches = {
-+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
-+ DMI_MATCH(DMI_PRODUCT_NAME, "33474HU"),
-+ },
-+ },
- { }
- };
-
---
-2.25.1
-
cifs-fix-null-pointer-check-in-cifs_read.patch
samples-bpf-fix-build-error.patch
input-usbtouchscreen-add-support-for-bonxeon-tp.patch
-input-i8042-add-thinkpad-s230u-to-i8042-nomux-list.patch
input-evdev-call-input_flush_device-on-release-not-f.patch
input-xpad-add-custom-init-packet-for-xbox-one-s-con.patch
input-dlink-dir685-touchkeys-fix-a-typo-in-driver-na.patch
qlcnic-fix-missing-release-in-qlcnic_83xx_interrupt_test.patch
crypto-chelsio-chtls-properly-set-tp-lsndtime.patch
bonding-fix-reference-count-leak-in-bond_sysfs_slave_add.patch
-revert-input-i8042-add-thinkpad-s230u-to-i8042-nomux-list.patch
netfilter-nf_conntrack_pptp-fix-compilation-warning-with-w-1-build.patch
mm-vmalloc.c-don-t-dereference-possible-null-pointer-in-__vunmap.patch
+++ /dev/null
-From ce9dbb27f4296df193c88edc56db979956fb35c1 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 20 Apr 2020 10:02:19 -0700
-Subject: Input: i8042 - add ThinkPad S230u to i8042 nomux list
-
-From: Kevin Locke <kevin@kevinlocke.name>
-
-[ Upstream commit 18931506465a762ffd3f4803d36a18d336a67da9 ]
-
-On the Lenovo ThinkPad Twist S230u (3347-4HU) with BIOS version
-"GDETC1WW (1.81 ) 06/27/2019", whether booted in UEFI or Legacy/CSM mode
-the keyboard, Synaptics TouchPad, and TrackPoint either do not function
-or stop functioning a few minutes after boot. This problem has been
-noted before, perhaps only occurring on BIOS 1.57 and
-later.[1][2][3][4][5]
-
-This model does not have an external PS/2 port, so mux does not appear
-to be useful.
-
-Odds of a BIOS fix appear to be low: 1.57 was released over 6 years ago
-and although the [BIOS changelog] notes "Fixed an issue of UEFI
-touchpad/trackpoint/keyboard/touchscreen" in 1.58, it appears to be
-insufficient.
-
-Adding 33474HU to the nomux list avoids the issue on my system.
-
-[1]: https://bugs.launchpad.net/bugs/1210748
-[2]: https://bbs.archlinux.org/viewtopic.php?pid=1360425
-[3]: https://forums.linuxmint.com/viewtopic.php?f=46&t=41200
-[4]: https://forums.linuxmint.com/viewtopic.php?f=49&t=157115
-[5]: https://forums.lenovo.com/topic/findpost/27/1337119
-[BIOS changelog]: https://download.lenovo.com/pccbbs/mobiles/gduj33uc.txt
-
-Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
-Cc: stable@vger.kernel.org
-Link: https://lore.kernel.org/r/feb8a8339a67025dab3850e6377eb6f3a0e782ba.1587400635.git.kevin@kevinlocke.name
-Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/input/serio/i8042-x86ia64io.h | 7 +++++++
- 1 file changed, 7 insertions(+)
-
-diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
-index a4e76084a2af..42330024da2f 100644
---- a/drivers/input/serio/i8042-x86ia64io.h
-+++ b/drivers/input/serio/i8042-x86ia64io.h
-@@ -545,6 +545,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
- DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5738"),
- },
- },
-+ {
-+ /* Lenovo ThinkPad Twist S230u */
-+ .matches = {
-+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
-+ DMI_MATCH(DMI_PRODUCT_NAME, "33474HU"),
-+ },
-+ },
- { }
- };
-
---
-2.25.1
-
usb-gadget-legacy-fix-redundant-initialization-warni.patch
cifs-fix-null-pointer-check-in-cifs_read.patch
input-usbtouchscreen-add-support-for-bonxeon-tp.patch
-input-i8042-add-thinkpad-s230u-to-i8042-nomux-list.patch
input-evdev-call-input_flush_device-on-release-not-f.patch
input-xpad-add-custom-init-packet-for-xbox-one-s-con.patch
input-i8042-add-thinkpad-s230u-to-i8042-reset-list.patch
netfilter-nf_conntrack_pptp-prevent-buffer-overflows-in-debug-code.patch
qlcnic-fix-missing-release-in-qlcnic_83xx_interrupt_test.patch
bonding-fix-reference-count-leak-in-bond_sysfs_slave_add.patch
-revert-input-i8042-add-thinkpad-s230u-to-i8042-nomux-list.patch
netfilter-nf_conntrack_pptp-fix-compilation-warning-with-w-1-build.patch
mm-remove-vm_bug_on-pageslab-from-page_mapcount.patch
drm-fb-helper-use-proper-plane-mask-for-fb-cleanup.patch
+++ /dev/null
-From 121488cdb86dcb1bbafc354572785f4c2ca31b3d Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 20 Apr 2020 10:02:19 -0700
-Subject: Input: i8042 - add ThinkPad S230u to i8042 nomux list
-
-From: Kevin Locke <kevin@kevinlocke.name>
-
-[ Upstream commit 18931506465a762ffd3f4803d36a18d336a67da9 ]
-
-On the Lenovo ThinkPad Twist S230u (3347-4HU) with BIOS version
-"GDETC1WW (1.81 ) 06/27/2019", whether booted in UEFI or Legacy/CSM mode
-the keyboard, Synaptics TouchPad, and TrackPoint either do not function
-or stop functioning a few minutes after boot. This problem has been
-noted before, perhaps only occurring on BIOS 1.57 and
-later.[1][2][3][4][5]
-
-This model does not have an external PS/2 port, so mux does not appear
-to be useful.
-
-Odds of a BIOS fix appear to be low: 1.57 was released over 6 years ago
-and although the [BIOS changelog] notes "Fixed an issue of UEFI
-touchpad/trackpoint/keyboard/touchscreen" in 1.58, it appears to be
-insufficient.
-
-Adding 33474HU to the nomux list avoids the issue on my system.
-
-[1]: https://bugs.launchpad.net/bugs/1210748
-[2]: https://bbs.archlinux.org/viewtopic.php?pid=1360425
-[3]: https://forums.linuxmint.com/viewtopic.php?f=46&t=41200
-[4]: https://forums.linuxmint.com/viewtopic.php?f=49&t=157115
-[5]: https://forums.lenovo.com/topic/findpost/27/1337119
-[BIOS changelog]: https://download.lenovo.com/pccbbs/mobiles/gduj33uc.txt
-
-Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
-Cc: stable@vger.kernel.org
-Link: https://lore.kernel.org/r/feb8a8339a67025dab3850e6377eb6f3a0e782ba.1587400635.git.kevin@kevinlocke.name
-Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/input/serio/i8042-x86ia64io.h | 7 +++++++
- 1 file changed, 7 insertions(+)
-
-diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
-index a4e76084a2af..42330024da2f 100644
---- a/drivers/input/serio/i8042-x86ia64io.h
-+++ b/drivers/input/serio/i8042-x86ia64io.h
-@@ -545,6 +545,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
- DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5738"),
- },
- },
-+ {
-+ /* Lenovo ThinkPad Twist S230u */
-+ .matches = {
-+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
-+ DMI_MATCH(DMI_PRODUCT_NAME, "33474HU"),
-+ },
-+ },
- { }
- };
-
---
-2.25.1
-
usb-gadget-legacy-fix-redundant-initialization-warni.patch
cifs-fix-null-pointer-check-in-cifs_read.patch
input-usbtouchscreen-add-support-for-bonxeon-tp.patch
-input-i8042-add-thinkpad-s230u-to-i8042-nomux-list.patch
input-evdev-call-input_flush_device-on-release-not-f.patch
input-xpad-add-custom-init-packet-for-xbox-one-s-con.patch
input-i8042-add-thinkpad-s230u-to-i8042-reset-list.patch
netfilter-nf_conntrack_pptp-prevent-buffer-overflows-in-debug-code.patch
qlcnic-fix-missing-release-in-qlcnic_83xx_interrupt_test.patch
bonding-fix-reference-count-leak-in-bond_sysfs_slave_add.patch
-revert-input-i8042-add-thinkpad-s230u-to-i8042-nomux-list.patch
netfilter-nf_conntrack_pptp-fix-compilation-warning-with-w-1-build.patch
genirq-generic_pending-do-not-lose-pending-affinity-update.patch
net-rtnl_configure_link-fix-dev-flags-changes-arg-to-__dev_notify_flags.patch
+++ /dev/null
-From 2243e4f1fc4ab6a572a94b2133d86137ee63c68d Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 20 Apr 2020 10:02:19 -0700
-Subject: Input: i8042 - add ThinkPad S230u to i8042 nomux list
-
-From: Kevin Locke <kevin@kevinlocke.name>
-
-[ Upstream commit 18931506465a762ffd3f4803d36a18d336a67da9 ]
-
-On the Lenovo ThinkPad Twist S230u (3347-4HU) with BIOS version
-"GDETC1WW (1.81 ) 06/27/2019", whether booted in UEFI or Legacy/CSM mode
-the keyboard, Synaptics TouchPad, and TrackPoint either do not function
-or stop functioning a few minutes after boot. This problem has been
-noted before, perhaps only occurring on BIOS 1.57 and
-later.[1][2][3][4][5]
-
-This model does not have an external PS/2 port, so mux does not appear
-to be useful.
-
-Odds of a BIOS fix appear to be low: 1.57 was released over 6 years ago
-and although the [BIOS changelog] notes "Fixed an issue of UEFI
-touchpad/trackpoint/keyboard/touchscreen" in 1.58, it appears to be
-insufficient.
-
-Adding 33474HU to the nomux list avoids the issue on my system.
-
-[1]: https://bugs.launchpad.net/bugs/1210748
-[2]: https://bbs.archlinux.org/viewtopic.php?pid=1360425
-[3]: https://forums.linuxmint.com/viewtopic.php?f=46&t=41200
-[4]: https://forums.linuxmint.com/viewtopic.php?f=49&t=157115
-[5]: https://forums.lenovo.com/topic/findpost/27/1337119
-[BIOS changelog]: https://download.lenovo.com/pccbbs/mobiles/gduj33uc.txt
-
-Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
-Cc: stable@vger.kernel.org
-Link: https://lore.kernel.org/r/feb8a8339a67025dab3850e6377eb6f3a0e782ba.1587400635.git.kevin@kevinlocke.name
-Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/input/serio/i8042-x86ia64io.h | 7 +++++++
- 1 file changed, 7 insertions(+)
-
-diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
-index 08e919dbeb5d..5bbc9152731d 100644
---- a/drivers/input/serio/i8042-x86ia64io.h
-+++ b/drivers/input/serio/i8042-x86ia64io.h
-@@ -541,6 +541,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
- DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5738"),
- },
- },
-+ {
-+ /* Lenovo ThinkPad Twist S230u */
-+ .matches = {
-+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
-+ DMI_MATCH(DMI_PRODUCT_NAME, "33474HU"),
-+ },
-+ },
- { }
- };
-
---
-2.25.1
-
samples-bpf-fix-build-error.patch
drivers-net-hamradio-fix-suspicious-rcu-usage-warnin.patch
input-usbtouchscreen-add-support-for-bonxeon-tp.patch
-input-i8042-add-thinkpad-s230u-to-i8042-nomux-list.patch
input-evdev-call-input_flush_device-on-release-not-f.patch
input-xpad-add-custom-init-packet-for-xbox-one-s-con.patch
input-dlink-dir685-touchkeys-fix-a-typo-in-driver-na.patch
ipv4-nexthop-version-of-fib_info_nh_uses_dev.patch
net-dsa-declare-lockless-tx-feature-for-slave-ports.patch
bonding-fix-reference-count-leak-in-bond_sysfs_slave_add.patch
-revert-input-i8042-add-thinkpad-s230u-to-i8042-nomux-list.patch
netfilter-conntrack-comparison-of-unsigned-in-cthelper-confirmation.patch
netfilter-conntrack-pass-value-of-ctinfo-to-__nf_conntrack_update.patch
netfilter-nf_conntrack_pptp-fix-compilation-warning-with-w-1-build.patch
+++ /dev/null
-From 69f7eb7cb74c30cd5fab202ebef0e1fbd93448fd Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Mon, 20 Apr 2020 10:02:19 -0700
-Subject: Input: i8042 - add ThinkPad S230u to i8042 nomux list
-
-From: Kevin Locke <kevin@kevinlocke.name>
-
-[ Upstream commit 18931506465a762ffd3f4803d36a18d336a67da9 ]
-
-On the Lenovo ThinkPad Twist S230u (3347-4HU) with BIOS version
-"GDETC1WW (1.81 ) 06/27/2019", whether booted in UEFI or Legacy/CSM mode
-the keyboard, Synaptics TouchPad, and TrackPoint either do not function
-or stop functioning a few minutes after boot. This problem has been
-noted before, perhaps only occurring on BIOS 1.57 and
-later.[1][2][3][4][5]
-
-This model does not have an external PS/2 port, so mux does not appear
-to be useful.
-
-Odds of a BIOS fix appear to be low: 1.57 was released over 6 years ago
-and although the [BIOS changelog] notes "Fixed an issue of UEFI
-touchpad/trackpoint/keyboard/touchscreen" in 1.58, it appears to be
-insufficient.
-
-Adding 33474HU to the nomux list avoids the issue on my system.
-
-[1]: https://bugs.launchpad.net/bugs/1210748
-[2]: https://bbs.archlinux.org/viewtopic.php?pid=1360425
-[3]: https://forums.linuxmint.com/viewtopic.php?f=46&t=41200
-[4]: https://forums.linuxmint.com/viewtopic.php?f=49&t=157115
-[5]: https://forums.lenovo.com/topic/findpost/27/1337119
-[BIOS changelog]: https://download.lenovo.com/pccbbs/mobiles/gduj33uc.txt
-
-Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
-Cc: stable@vger.kernel.org
-Link: https://lore.kernel.org/r/feb8a8339a67025dab3850e6377eb6f3a0e782ba.1587400635.git.kevin@kevinlocke.name
-Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/input/serio/i8042-x86ia64io.h | 7 +++++++
- 1 file changed, 7 insertions(+)
-
-diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
-index 08e919dbeb5d..5bbc9152731d 100644
---- a/drivers/input/serio/i8042-x86ia64io.h
-+++ b/drivers/input/serio/i8042-x86ia64io.h
-@@ -541,6 +541,13 @@ static const struct dmi_system_id __initconst i8042_dmi_nomux_table[] = {
- DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5738"),
- },
- },
-+ {
-+ /* Lenovo ThinkPad Twist S230u */
-+ .matches = {
-+ DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
-+ DMI_MATCH(DMI_PRODUCT_NAME, "33474HU"),
-+ },
-+ },
- { }
- };
-
---
-2.25.1
-
samples-bpf-fix-build-error.patch
drivers-net-hamradio-fix-suspicious-rcu-usage-warnin.patch
input-usbtouchscreen-add-support-for-bonxeon-tp.patch
-input-i8042-add-thinkpad-s230u-to-i8042-nomux-list.patch
input-evdev-call-input_flush_device-on-release-not-f.patch
input-xpad-add-custom-init-packet-for-xbox-one-s-con.patch
input-dlink-dir685-touchkeys-fix-a-typo-in-driver-na.patch
net-dsa-declare-lockless-tx-feature-for-slave-ports.patch
bonding-fix-reference-count-leak-in-bond_sysfs_slave_add.patch
powerpc-bpf-enable-bpf_probe_read-str-on-powerpc-again.patch
-revert-input-i8042-add-thinkpad-s230u-to-i8042-nomux-list.patch
netfilter-conntrack-comparison-of-unsigned-in-cthelper-confirmation.patch
netfilter-conntrack-pass-value-of-ctinfo-to-__nf_conntrack_update.patch
netfilter-nf_conntrack_pptp-fix-compilation-warning-with-w-1-build.patch