+++ /dev/null
-From 57110014247dc19c0f81fa0e77e4ff321af434e3 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 25 Nov 2021 18:33:16 -0800
-Subject: hv: utils: add PTP_1588_CLOCK to Kconfig to fix build
-
-From: Randy Dunlap <rdunlap@infradead.org>
-
-[ Upstream commit 1dc2f2b81a6a9895da59f3915760f6c0c3074492 ]
-
-The hyperv utilities use PTP clock interfaces and should depend a
-a kconfig symbol such that they will be built as a loadable module or
-builtin so that linker errors do not happen.
-
-Prevents these build errors:
-
-ld: drivers/hv/hv_util.o: in function `hv_timesync_deinit':
-hv_util.c:(.text+0x37d): undefined reference to `ptp_clock_unregister'
-ld: drivers/hv/hv_util.o: in function `hv_timesync_init':
-hv_util.c:(.text+0x738): undefined reference to `ptp_clock_register'
-
-Fixes: 3716a49a81ba ("hv_utils: implement Hyper-V PTP source")
-Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
-Reported-by: kernel test robot <lkp@intel.com>
-Cc: Arnd Bergmann <arnd@arndb.de>
-Cc: "K. Y. Srinivasan" <kys@microsoft.com>
-Cc: Haiyang Zhang <haiyangz@microsoft.com>
-Cc: Stephen Hemminger <sthemmin@microsoft.com>
-Cc: Wei Liu <wei.liu@kernel.org>
-Cc: Dexuan Cui <decui@microsoft.com>
-Cc: linux-hyperv@vger.kernel.org
-Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Reviewed-by: Michael Kelley <mikelley@microsoft.com>
-Link: https://lore.kernel.org/r/20211126023316.25184-1-rdunlap@infradead.org
-Signed-off-by: Wei Liu <wei.liu@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/hv/Kconfig | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig
-index 247a62604d1f6..23ad80dbe7af0 100644
---- a/drivers/hv/Kconfig
-+++ b/drivers/hv/Kconfig
-@@ -14,6 +14,7 @@ config HYPERV_TSCPAGE
- config HYPERV_UTILS
- tristate "Microsoft Hyper-V Utilities driver"
- depends on HYPERV && CONNECTOR && NLS
-+ depends on PTP_1588_CLOCK_OPTIONAL
- help
- Select this option to enable the Hyper-V Utilities.
-
---
-2.33.0
-
nfsd-fix-use-after-free-due-to-delegation-race.patch
x86-make-arch_use_memremap_prot-a-generic-kconfig-symbol.patch
x86-sme-explicitly-map-new-efi-memmap-table-as-encrypted.patch
-hv-utils-add-ptp_1588_clock-to-kconfig-to-fix-build.patch
arm-socfpga-dts-fix-qspi-node-compatible.patch
dmaengine-st_fdma-fix-module_alias.patch
soc-tegra-fuse-fix-bitwise-vs.-logical-or-warning.patch
+++ /dev/null
-From 8f6ccf5edd6ba7ba7d68cf818ede46fde49a0752 Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 25 Nov 2021 18:33:16 -0800
-Subject: hv: utils: add PTP_1588_CLOCK to Kconfig to fix build
-
-From: Randy Dunlap <rdunlap@infradead.org>
-
-[ Upstream commit 1dc2f2b81a6a9895da59f3915760f6c0c3074492 ]
-
-The hyperv utilities use PTP clock interfaces and should depend a
-a kconfig symbol such that they will be built as a loadable module or
-builtin so that linker errors do not happen.
-
-Prevents these build errors:
-
-ld: drivers/hv/hv_util.o: in function `hv_timesync_deinit':
-hv_util.c:(.text+0x37d): undefined reference to `ptp_clock_unregister'
-ld: drivers/hv/hv_util.o: in function `hv_timesync_init':
-hv_util.c:(.text+0x738): undefined reference to `ptp_clock_register'
-
-Fixes: 3716a49a81ba ("hv_utils: implement Hyper-V PTP source")
-Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
-Reported-by: kernel test robot <lkp@intel.com>
-Cc: Arnd Bergmann <arnd@arndb.de>
-Cc: "K. Y. Srinivasan" <kys@microsoft.com>
-Cc: Haiyang Zhang <haiyangz@microsoft.com>
-Cc: Stephen Hemminger <sthemmin@microsoft.com>
-Cc: Wei Liu <wei.liu@kernel.org>
-Cc: Dexuan Cui <decui@microsoft.com>
-Cc: linux-hyperv@vger.kernel.org
-Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Reviewed-by: Michael Kelley <mikelley@microsoft.com>
-Link: https://lore.kernel.org/r/20211126023316.25184-1-rdunlap@infradead.org
-Signed-off-by: Wei Liu <wei.liu@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/hv/Kconfig | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig
-index 1c1a2514d6f31..b1c93441900ad 100644
---- a/drivers/hv/Kconfig
-+++ b/drivers/hv/Kconfig
-@@ -16,6 +16,7 @@ config HYPERV_TSCPAGE
- config HYPERV_UTILS
- tristate "Microsoft Hyper-V Utilities driver"
- depends on HYPERV && CONNECTOR && NLS
-+ depends on PTP_1588_CLOCK_OPTIONAL
- help
- Select this option to enable the Hyper-V Utilities.
-
---
-2.33.0
-
x86-make-arch_use_memremap_prot-a-generic-kconfig-symbol.patch
x86-sme-explicitly-map-new-efi-memmap-table-as-encrypted.patch
mac80211-track-only-qos-data-frames-for-admission-co.patch
-hv-utils-add-ptp_1588_clock-to-kconfig-to-fix-build.patch
arm-socfpga-dts-fix-qspi-node-compatible.patch
sch_cake-do-not-call-cake_destroy-from-cake_init.patch
dmaengine-st_fdma-fix-module_alias.patch
+++ /dev/null
-From 6f2eb39d91898382c1367659805a14f28a5dbc8a Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 25 Nov 2021 18:33:16 -0800
-Subject: hv: utils: add PTP_1588_CLOCK to Kconfig to fix build
-
-From: Randy Dunlap <rdunlap@infradead.org>
-
-[ Upstream commit 1dc2f2b81a6a9895da59f3915760f6c0c3074492 ]
-
-The hyperv utilities use PTP clock interfaces and should depend a
-a kconfig symbol such that they will be built as a loadable module or
-builtin so that linker errors do not happen.
-
-Prevents these build errors:
-
-ld: drivers/hv/hv_util.o: in function `hv_timesync_deinit':
-hv_util.c:(.text+0x37d): undefined reference to `ptp_clock_unregister'
-ld: drivers/hv/hv_util.o: in function `hv_timesync_init':
-hv_util.c:(.text+0x738): undefined reference to `ptp_clock_register'
-
-Fixes: 3716a49a81ba ("hv_utils: implement Hyper-V PTP source")
-Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
-Reported-by: kernel test robot <lkp@intel.com>
-Cc: Arnd Bergmann <arnd@arndb.de>
-Cc: "K. Y. Srinivasan" <kys@microsoft.com>
-Cc: Haiyang Zhang <haiyangz@microsoft.com>
-Cc: Stephen Hemminger <sthemmin@microsoft.com>
-Cc: Wei Liu <wei.liu@kernel.org>
-Cc: Dexuan Cui <decui@microsoft.com>
-Cc: linux-hyperv@vger.kernel.org
-Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Reviewed-by: Michael Kelley <mikelley@microsoft.com>
-Link: https://lore.kernel.org/r/20211126023316.25184-1-rdunlap@infradead.org
-Signed-off-by: Wei Liu <wei.liu@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/hv/Kconfig | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig
-index 79e5356a737a2..210e532ac277f 100644
---- a/drivers/hv/Kconfig
-+++ b/drivers/hv/Kconfig
-@@ -17,6 +17,7 @@ config HYPERV_TIMER
- config HYPERV_UTILS
- tristate "Microsoft Hyper-V Utilities driver"
- depends on HYPERV && CONNECTOR && NLS
-+ depends on PTP_1588_CLOCK_OPTIONAL
- help
- Select this option to enable the Hyper-V Utilities.
-
---
-2.33.0
-
arm64-dts-rockchip-fix-rk3399-leez-p710-vcc3v3-lan-s.patch
arm64-dts-rockchip-fix-audio-supply-for-rock-pi-4.patch
mac80211-track-only-qos-data-frames-for-admission-co.patch
-hv-utils-add-ptp_1588_clock-to-kconfig-to-fix-build.patch
tee-amdtee-fix-an-is_err-vs-null-bug.patch
ceph-fix-duplicate-increment-of-opened_inodes-metric.patch
ceph-initialize-pathlen-variable-in-reconnect_caps_c.patch
+++ /dev/null
-From 9354a3f51e6e222dbdbe38f4e006d8b986185b1b Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 25 Nov 2021 18:33:16 -0800
-Subject: hv: utils: add PTP_1588_CLOCK to Kconfig to fix build
-
-From: Randy Dunlap <rdunlap@infradead.org>
-
-[ Upstream commit 1dc2f2b81a6a9895da59f3915760f6c0c3074492 ]
-
-The hyperv utilities use PTP clock interfaces and should depend a
-a kconfig symbol such that they will be built as a loadable module or
-builtin so that linker errors do not happen.
-
-Prevents these build errors:
-
-ld: drivers/hv/hv_util.o: in function `hv_timesync_deinit':
-hv_util.c:(.text+0x37d): undefined reference to `ptp_clock_unregister'
-ld: drivers/hv/hv_util.o: in function `hv_timesync_init':
-hv_util.c:(.text+0x738): undefined reference to `ptp_clock_register'
-
-Fixes: 3716a49a81ba ("hv_utils: implement Hyper-V PTP source")
-Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
-Reported-by: kernel test robot <lkp@intel.com>
-Cc: Arnd Bergmann <arnd@arndb.de>
-Cc: "K. Y. Srinivasan" <kys@microsoft.com>
-Cc: Haiyang Zhang <haiyangz@microsoft.com>
-Cc: Stephen Hemminger <sthemmin@microsoft.com>
-Cc: Wei Liu <wei.liu@kernel.org>
-Cc: Dexuan Cui <decui@microsoft.com>
-Cc: linux-hyperv@vger.kernel.org
-Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Reviewed-by: Michael Kelley <mikelley@microsoft.com>
-Link: https://lore.kernel.org/r/20211126023316.25184-1-rdunlap@infradead.org
-Signed-off-by: Wei Liu <wei.liu@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/hv/Kconfig | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig
-index d1123ceb38f3f..9a074cbdef78c 100644
---- a/drivers/hv/Kconfig
-+++ b/drivers/hv/Kconfig
-@@ -18,6 +18,7 @@ config HYPERV_TIMER
- config HYPERV_UTILS
- tristate "Microsoft Hyper-V Utilities driver"
- depends on HYPERV && CONNECTOR && NLS
-+ depends on PTP_1588_CLOCK_OPTIONAL
- help
- Select this option to enable the Hyper-V Utilities.
-
---
-2.33.0
-
dmaengine-idxd-add-halt-interrupt-support.patch
dmaengine-idxd-fix-calling-wq-quiesce-inside-spinloc.patch
mac80211-track-only-qos-data-frames-for-admission-co.patch
-hv-utils-add-ptp_1588_clock-to-kconfig-to-fix-build.patch
tee-amdtee-fix-an-is_err-vs-null-bug.patch
ceph-fix-duplicate-increment-of-opened_inodes-metric.patch
ceph-initialize-pathlen-variable-in-reconnect_caps_c.patch
+++ /dev/null
-From 9e7c0684af28d3f2e16e2b6d9b235a97653f896e Mon Sep 17 00:00:00 2001
-From: Sasha Levin <sashal@kernel.org>
-Date: Thu, 25 Nov 2021 18:33:16 -0800
-Subject: hv: utils: add PTP_1588_CLOCK to Kconfig to fix build
-
-From: Randy Dunlap <rdunlap@infradead.org>
-
-[ Upstream commit 1dc2f2b81a6a9895da59f3915760f6c0c3074492 ]
-
-The hyperv utilities use PTP clock interfaces and should depend a
-a kconfig symbol such that they will be built as a loadable module or
-builtin so that linker errors do not happen.
-
-Prevents these build errors:
-
-ld: drivers/hv/hv_util.o: in function `hv_timesync_deinit':
-hv_util.c:(.text+0x37d): undefined reference to `ptp_clock_unregister'
-ld: drivers/hv/hv_util.o: in function `hv_timesync_init':
-hv_util.c:(.text+0x738): undefined reference to `ptp_clock_register'
-
-Fixes: 3716a49a81ba ("hv_utils: implement Hyper-V PTP source")
-Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
-Reported-by: kernel test robot <lkp@intel.com>
-Cc: Arnd Bergmann <arnd@arndb.de>
-Cc: "K. Y. Srinivasan" <kys@microsoft.com>
-Cc: Haiyang Zhang <haiyangz@microsoft.com>
-Cc: Stephen Hemminger <sthemmin@microsoft.com>
-Cc: Wei Liu <wei.liu@kernel.org>
-Cc: Dexuan Cui <decui@microsoft.com>
-Cc: linux-hyperv@vger.kernel.org
-Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-Reviewed-by: Michael Kelley <mikelley@microsoft.com>
-Link: https://lore.kernel.org/r/20211126023316.25184-1-rdunlap@infradead.org
-Signed-off-by: Wei Liu <wei.liu@kernel.org>
-Signed-off-by: Sasha Levin <sashal@kernel.org>
----
- drivers/hv/Kconfig | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig
-index 79e5356a737a2..210e532ac277f 100644
---- a/drivers/hv/Kconfig
-+++ b/drivers/hv/Kconfig
-@@ -17,6 +17,7 @@ config HYPERV_TIMER
- config HYPERV_UTILS
- tristate "Microsoft Hyper-V Utilities driver"
- depends on HYPERV && CONNECTOR && NLS
-+ depends on PTP_1588_CLOCK_OPTIONAL
- help
- Select this option to enable the Hyper-V Utilities.
-
---
-2.33.0
-
arm64-dts-rockchip-fix-rk3399-leez-p710-vcc3v3-lan-s.patch
arm64-dts-rockchip-fix-audio-supply-for-rock-pi-4.patch
mac80211-track-only-qos-data-frames-for-admission-co.patch
-hv-utils-add-ptp_1588_clock-to-kconfig-to-fix-build.patch
arm-socfpga-dts-fix-qspi-node-compatible.patch
clk-don-t-parent-clks-until-the-parent-is-fully-regi.patch
selftests-net-correct-ping6-expected-rc-from-2-to-1.patch