forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Manual adapted the following patches: generic/hack-5.15/221-module_exports.patch octeontx/patches-5.15/0004-PCI-add-quirk-for-Gateworks-PLX-PEX860x-switch-with-.patch Signed-off-by: Hauke Mehrtens <[email protected]>
- Loading branch information
Showing
26 changed files
with
40 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
LINUX_VERSION-5.15 = .153 | ||
LINUX_KERNEL_HASH-5.15.153 = d7ddb1e144a88773b56a5b4a71baea0b241f3996d446be45290537c6997c84bc | ||
LINUX_VERSION-5.15 = .155 | ||
LINUX_KERNEL_HASH-5.15.155 = c85859b86d2e6d1fc91ca1be8b44f24a9b5bb9f86869b04a8665a3a6559126e4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -552,7 +552,7 @@ Signed-off-by: Andrew Morton <[email protected]> | |
--- a/kernel/bounds.c | ||
+++ b/kernel/bounds.c | ||
@@ -22,6 +22,11 @@ int main(void) | ||
DEFINE(NR_CPUS_BITS, ilog2(CONFIG_NR_CPUS)); | ||
DEFINE(NR_CPUS_BITS, bits_per(CONFIG_NR_CPUS)); | ||
#endif | ||
DEFINE(SPINLOCK_SIZE, sizeof(spinlock_t)); | ||
+#ifdef CONFIG_LRU_GEN | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1251,7 +1251,7 @@ Signed-off-by: Andrew Morton <[email protected]> | |
get_scan_count(lruvec, sc, nr); | ||
|
||
/* Record the original scan target for proportional adjustments later */ | ||
@@ -3372,6 +4142,9 @@ static void snapshot_refaults(struct mem | ||
@@ -3375,6 +4145,9 @@ static void snapshot_refaults(struct mem | ||
struct lruvec *target_lruvec; | ||
unsigned long refaults; | ||
|
||
|
@@ -1261,7 +1261,7 @@ Signed-off-by: Andrew Morton <[email protected]> | |
target_lruvec = mem_cgroup_lruvec(target_memcg, pgdat); | ||
refaults = lruvec_page_state(target_lruvec, WORKINGSET_ACTIVATE_ANON); | ||
target_lruvec->refaults[0] = refaults; | ||
@@ -3736,12 +4509,16 @@ unsigned long try_to_free_mem_cgroup_pag | ||
@@ -3739,12 +4512,16 @@ unsigned long try_to_free_mem_cgroup_pag | ||
} | ||
#endif | ||
|
||
|
@@ -1280,7 +1280,7 @@ Signed-off-by: Andrew Morton <[email protected]> | |
if (!can_age_anon_pages(pgdat, sc)) | ||
return; | ||
|
||
@@ -4058,12 +4835,11 @@ restart: | ||
@@ -4061,12 +4838,11 @@ restart: | ||
sc.may_swap = !nr_boost_reclaim; | ||
|
||
/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -149,15 +149,15 @@ Signed-off-by: Andrew Morton <[email protected]> | |
|
||
--- a/fs/exec.c | ||
+++ b/fs/exec.c | ||
@@ -1013,6 +1013,7 @@ static int exec_mmap(struct mm_struct *m | ||
@@ -1014,6 +1014,7 @@ static int exec_mmap(struct mm_struct *m | ||
active_mm = tsk->active_mm; | ||
tsk->active_mm = mm; | ||
tsk->mm = mm; | ||
+ lru_gen_add_mm(mm); | ||
/* | ||
* This prevents preemption while active_mm is being loaded and | ||
* it and mm are being updated, which could cause problems for | ||
@@ -1028,6 +1029,7 @@ static int exec_mmap(struct mm_struct *m | ||
@@ -1029,6 +1030,7 @@ static int exec_mmap(struct mm_struct *m | ||
tsk->mm->vmacache_seqnum = 0; | ||
vmacache_flush(tsk); | ||
task_unlock(tsk); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,15 +31,15 @@ Signed-off-by: Andrew Morton <[email protected]> | |
|
||
--- a/fs/exec.c | ||
+++ b/fs/exec.c | ||
@@ -1013,7 +1013,6 @@ static int exec_mmap(struct mm_struct *m | ||
@@ -1014,7 +1014,6 @@ static int exec_mmap(struct mm_struct *m | ||
active_mm = tsk->active_mm; | ||
tsk->active_mm = mm; | ||
tsk->mm = mm; | ||
- lru_gen_add_mm(mm); | ||
/* | ||
* This prevents preemption while active_mm is being loaded and | ||
* it and mm are being updated, which could cause problems for | ||
@@ -1028,6 +1027,7 @@ static int exec_mmap(struct mm_struct *m | ||
@@ -1029,6 +1028,7 @@ static int exec_mmap(struct mm_struct *m | ||
local_irq_enable(); | ||
tsk->mm->vmacache_seqnum = 0; | ||
vmacache_flush(tsk); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -354,7 +354,7 @@ Signed-off-by: Andrew Morton <[email protected]> | |
static void mem_cgroup_css_free(struct cgroup_subsys_state *css) | ||
--- a/mm/page_alloc.c | ||
+++ b/mm/page_alloc.c | ||
@@ -7661,6 +7661,7 @@ static void __init free_area_init_node(i | ||
@@ -7663,6 +7663,7 @@ static void __init free_area_init_node(i | ||
pgdat_set_deferred_range(pgdat); | ||
|
||
free_area_init_core(pgdat); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ Signed-off-by: Jakub Kicinski <[email protected]> | |
|
||
--- a/MAINTAINERS | ||
+++ b/MAINTAINERS | ||
@@ -11783,6 +11783,14 @@ L: [email protected] | ||
@@ -11790,6 +11790,14 @@ L: [email protected] | ||
S: Maintained | ||
F: drivers/net/ethernet/mediatek/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ Signed-off-by: David S. Miller <[email protected]> | |
|
||
--- a/MAINTAINERS | ||
+++ b/MAINTAINERS | ||
@@ -11895,6 +11895,7 @@ M: Landen Chao <[email protected] | ||
@@ -11902,6 +11902,7 @@ M: Landen Chao <[email protected] | ||
M: DENG Qingfang <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ Signed-off-by: David S. Miller <[email protected]> | |
|
||
--- a/MAINTAINERS | ||
+++ b/MAINTAINERS | ||
@@ -11893,9 +11893,11 @@ MEDIATEK SWITCH DRIVER | ||
@@ -11900,9 +11900,11 @@ MEDIATEK SWITCH DRIVER | ||
M: Sean Wang <[email protected]> | ||
M: Landen Chao <[email protected]> | ||
M: DENG Qingfang <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ Signed-off-by: David S. Miller <[email protected]> | |
|
||
--- a/MAINTAINERS | ||
+++ b/MAINTAINERS | ||
@@ -12694,6 +12694,7 @@ F: include/uapi/linux/meye.h | ||
@@ -12701,6 +12701,7 @@ F: include/uapi/linux/meye.h | ||
|
||
MOTORCOMM PHY DRIVER | ||
M: Peter Geis <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ Signed-off-by: Greg Kroah-Hartman <[email protected]> | |
|
||
--- a/MAINTAINERS | ||
+++ b/MAINTAINERS | ||
@@ -17959,6 +17959,11 @@ L: [email protected] | ||
@@ -17966,6 +17966,11 @@ L: [email protected] | ||
S: Maintained | ||
F: drivers/net/ethernet/dlink/sundance.c | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ Signed-off-by: Greg Kroah-Hartman <[email protected]> | |
|
||
--- a/MAINTAINERS | ||
+++ b/MAINTAINERS | ||
@@ -12358,6 +12358,14 @@ S: Supported | ||
@@ -12365,6 +12365,14 @@ S: Supported | ||
F: Documentation/devicetree/bindings/mtd/atmel-nand.txt | ||
F: drivers/mtd/nand/raw/atmel/* | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -132,7 +132,7 @@ Signed-off-by: Greg Kroah-Hartman <[email protected]> | |
imx_ocotp_nvmem_config.priv = priv; | ||
--- a/drivers/nvmem/meson-efuse.c | ||
+++ b/drivers/nvmem/meson-efuse.c | ||
@@ -93,6 +93,7 @@ static int meson_efuse_probe(struct plat | ||
@@ -74,6 +74,7 @@ static int meson_efuse_probe(struct plat | ||
|
||
econfig->dev = dev; | ||
econfig->name = dev_name(dev); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,8 +27,8 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
+#define SYMTAB_DISCARD_GPL | ||
+#endif | ||
+ | ||
/* Align . to a 8 byte boundary equals to maximum function alignment. */ | ||
#define ALIGN_FUNCTION() . = ALIGN(8) | ||
/* Align . function alignment. */ | ||
#define ALIGN_FUNCTION() . = ALIGN(CONFIG_FUNCTION_ALIGNMENT) | ||
|
||
@@ -485,14 +495,14 @@ | ||
/* Kernel symbol table: Normal symbols */ \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
|
||
--- a/fs/locks.c | ||
+++ b/fs/locks.c | ||
@@ -2953,6 +2953,8 @@ static const struct seq_operations locks | ||
@@ -3008,6 +3008,8 @@ static const struct seq_operations locks | ||
|
||
static int __init proc_locks_init(void) | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ Signed-off-by: Rafał Miłecki <[email protected]> | |
|
||
--- a/drivers/base/core.c | ||
+++ b/drivers/base/core.c | ||
@@ -1562,7 +1562,7 @@ static void device_links_purge(struct de | ||
@@ -1577,7 +1577,7 @@ static void device_links_purge(struct de | ||
#define FW_DEVLINK_FLAGS_RPM (FW_DEVLINK_FLAGS_ON | \ | ||
DL_FLAG_PM_RUNTIME) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ Signed-off-by: Tobias Wolf <[email protected]> | |
|
||
--- a/mm/page_alloc.c | ||
+++ b/mm/page_alloc.c | ||
@@ -7620,7 +7620,7 @@ static void __init alloc_node_mem_map(st | ||
@@ -7622,7 +7622,7 @@ static void __init alloc_node_mem_map(st | ||
if (pgdat == NODE_DATA(0)) { | ||
mem_map = NODE_DATA(0)->node_mem_map; | ||
if (page_to_pfn(mem_map) != pgdat->node_start_pfn) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
for (i = sizeof(struct ipt_entry); | ||
i < e->target_offset; | ||
i += m->u.match_size) { | ||
@@ -1222,12 +1259,15 @@ compat_copy_entry_to_user(struct ipt_ent | ||
@@ -1224,12 +1261,15 @@ compat_copy_entry_to_user(struct ipt_ent | ||
compat_uint_t origsize; | ||
const struct xt_entry_match *ematch; | ||
int ret = 0; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ Signed-off-by: Felix Fietkau <[email protected]> | |
|
||
--- a/net/netfilter/nf_tables_api.c | ||
+++ b/net/netfilter/nf_tables_api.c | ||
@@ -7770,7 +7770,7 @@ static int nft_register_flowtable_net_ho | ||
@@ -7803,7 +7803,7 @@ static int nft_register_flowtable_net_ho | ||
err = flowtable->data.type->setup(&flowtable->data, | ||
hook->ops.dev, | ||
FLOW_BLOCK_BIND); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ Signed-off-by: Alexander Duyck <[email protected]> | |
|
||
--- a/net/core/skbuff.c | ||
+++ b/net/core/skbuff.c | ||
@@ -4359,6 +4359,15 @@ int skb_gro_receive(struct sk_buff *p, s | ||
@@ -4360,6 +4360,15 @@ int skb_gro_receive(struct sk_buff *p, s | ||
if (unlikely(p->len + len >= 65536 || NAPI_GRO_CB(skb)->flush)) | ||
return -E2BIG; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,15 +25,15 @@ Signed-off-by: Gabor Juhos <[email protected]> | |
|
||
--- a/drivers/pci/quirks.c | ||
+++ b/drivers/pci/quirks.c | ||
@@ -206,6 +206,7 @@ static void quirk_mmio_always_on(struct | ||
@@ -207,6 +207,7 @@ static void quirk_mmio_always_on(struct | ||
DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_ANY_ID, PCI_ANY_ID, | ||
PCI_CLASS_BRIDGE_HOST, 8, quirk_mmio_always_on); | ||
|
||
+#ifndef CONFIG_PCI_DISABLE_COMMON_QUIRKS | ||
/* | ||
* The Mellanox Tavor device gives false positive parity errors. Disable | ||
* parity error reporting. | ||
@@ -3368,6 +3369,8 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_I | ||
@@ -3369,6 +3370,8 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_I | ||
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x65f9, quirk_intel_mc_errata); | ||
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x65fa, quirk_intel_mc_errata); | ||
|
||
|
@@ -42,7 +42,7 @@ Signed-off-by: Gabor Juhos <[email protected]> | |
/* | ||
* Ivytown NTB BAR sizes are misreported by the hardware due to an erratum. | ||
* To work around this, query the size it should be configured to by the | ||
@@ -3393,6 +3396,8 @@ static void quirk_intel_ntb(struct pci_d | ||
@@ -3394,6 +3397,8 @@ static void quirk_intel_ntb(struct pci_d | ||
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x0e08, quirk_intel_ntb); | ||
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0x0e0d, quirk_intel_ntb); | ||
|
||
|
@@ -51,7 +51,7 @@ Signed-off-by: Gabor Juhos <[email protected]> | |
/* | ||
* Some BIOS implementations leave the Intel GPU interrupts enabled, even | ||
* though no one is handling them (e.g., if the i915 driver is never | ||
@@ -3431,6 +3436,8 @@ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_IN | ||
@@ -3432,6 +3437,8 @@ DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_IN | ||
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x010a, disable_igfx_irq); | ||
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, 0x0152, disable_igfx_irq); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5524,7 +5524,7 @@ Signed-off-by: John Crispin <[email protected]> | |
(transaction layer end-to-end CRC checking). | ||
--- a/include/linux/pci.h | ||
+++ b/include/linux/pci.h | ||
@@ -1482,6 +1482,8 @@ void pci_walk_bus(struct pci_bus *top, i | ||
@@ -1483,6 +1483,8 @@ void pci_walk_bus(struct pci_bus *top, i | ||
void *userdata); | ||
int pci_cfg_space_size(struct pci_dev *dev); | ||
unsigned char pci_bus_max_busnr(struct pci_bus *bus); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,18 +14,18 @@ Signed-off-by: Tim Harvey <[email protected]> | |
|
||
--- a/drivers/pci/quirks.c | ||
+++ b/drivers/pci/quirks.c | ||
@@ -25,6 +25,7 @@ | ||
@@ -26,6 +26,7 @@ | ||
#include <linux/ktime.h> | ||
#include <linux/mm.h> | ||
#include <linux/nvme.h> | ||
+#include <linux/of.h> | ||
#include <linux/platform_data/x86/apple.h> | ||
#include <linux/pm_runtime.h> | ||
#include <linux/suspend.h> | ||
@@ -5900,3 +5901,34 @@ static void nvidia_ion_ahci_fixup(struct | ||
pdev->dev_flags |= PCI_DEV_FLAGS_HAS_MSI_MASKING; | ||
} | ||
DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_NVIDIA, 0x0ab8, nvidia_ion_ahci_fixup); | ||
@@ -6000,3 +6001,34 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_I | ||
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0xa73f, dpc_log_size); | ||
DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL, 0xa76e, dpc_log_size); | ||
#endif | ||
+ | ||
+#ifdef CONFIG_PCI_HOST_THUNDER_PEM | ||
+/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ Signed-off-by: Guenter Roeck <[email protected]> | |
|
||
--- a/MAINTAINERS | ||
+++ b/MAINTAINERS | ||
@@ -15896,6 +15896,13 @@ S: Maintained | ||
@@ -15903,6 +15903,13 @@ S: Maintained | ||
F: include/sound/rt*.h | ||
F: sound/soc/codecs/rt* | ||
|
||
|