mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-31 11:11:49 +00:00
5268 lines
170 KiB
Diff
5268 lines
170 KiB
Diff
diff --git a/Makefile b/Makefile
|
|
index 4cb68164b79ee..a3686247e10e9 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -1,7 +1,7 @@
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
VERSION = 5
|
|
PATCHLEVEL = 4
|
|
-SUBLEVEL = 65
|
|
+SUBLEVEL = 66
|
|
EXTRAVERSION =
|
|
NAME = Kleptomaniac Octopus
|
|
|
|
diff --git a/arch/arc/boot/dts/hsdk.dts b/arch/arc/boot/dts/hsdk.dts
|
|
index 9acbeba832c0b..dcaa44e408ace 100644
|
|
--- a/arch/arc/boot/dts/hsdk.dts
|
|
+++ b/arch/arc/boot/dts/hsdk.dts
|
|
@@ -88,6 +88,8 @@
|
|
|
|
arcpct: pct {
|
|
compatible = "snps,archs-pct";
|
|
+ interrupt-parent = <&cpu_intc>;
|
|
+ interrupts = <20>;
|
|
};
|
|
|
|
/* TIMER0 with interrupt for clockevent */
|
|
@@ -208,7 +210,7 @@
|
|
reg = <0x8000 0x2000>;
|
|
interrupts = <10>;
|
|
interrupt-names = "macirq";
|
|
- phy-mode = "rgmii";
|
|
+ phy-mode = "rgmii-id";
|
|
snps,pbl = <32>;
|
|
snps,multicast-filter-bins = <256>;
|
|
clocks = <&gmacclk>;
|
|
@@ -226,7 +228,7 @@
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
compatible = "snps,dwmac-mdio";
|
|
- phy0: ethernet-phy@0 {
|
|
+ phy0: ethernet-phy@0 { /* Micrel KSZ9031 */
|
|
reg = <0>;
|
|
};
|
|
};
|
|
diff --git a/arch/arc/plat-eznps/include/plat/ctop.h b/arch/arc/plat-eznps/include/plat/ctop.h
|
|
index a4a61531c7fb9..77712c5ffe848 100644
|
|
--- a/arch/arc/plat-eznps/include/plat/ctop.h
|
|
+++ b/arch/arc/plat-eznps/include/plat/ctop.h
|
|
@@ -33,7 +33,6 @@
|
|
#define CTOP_AUX_DPC (CTOP_AUX_BASE + 0x02C)
|
|
#define CTOP_AUX_LPC (CTOP_AUX_BASE + 0x030)
|
|
#define CTOP_AUX_EFLAGS (CTOP_AUX_BASE + 0x080)
|
|
-#define CTOP_AUX_IACK (CTOP_AUX_BASE + 0x088)
|
|
#define CTOP_AUX_GPA1 (CTOP_AUX_BASE + 0x08C)
|
|
#define CTOP_AUX_UDMC (CTOP_AUX_BASE + 0x300)
|
|
|
|
diff --git a/arch/arm/boot/dts/bcm-hr2.dtsi b/arch/arm/boot/dts/bcm-hr2.dtsi
|
|
index e35398cc60a06..dd71ab08136be 100644
|
|
--- a/arch/arm/boot/dts/bcm-hr2.dtsi
|
|
+++ b/arch/arm/boot/dts/bcm-hr2.dtsi
|
|
@@ -217,7 +217,7 @@
|
|
};
|
|
|
|
qspi: spi@27200 {
|
|
- compatible = "brcm,spi-bcm-qspi", "brcm,spi-nsp-qspi";
|
|
+ compatible = "brcm,spi-nsp-qspi", "brcm,spi-bcm-qspi";
|
|
reg = <0x027200 0x184>,
|
|
<0x027000 0x124>,
|
|
<0x11c408 0x004>,
|
|
diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi
|
|
index 418e6b97cb2ec..8615d89fa4690 100644
|
|
--- a/arch/arm/boot/dts/bcm-nsp.dtsi
|
|
+++ b/arch/arm/boot/dts/bcm-nsp.dtsi
|
|
@@ -282,7 +282,7 @@
|
|
};
|
|
|
|
qspi: spi@27200 {
|
|
- compatible = "brcm,spi-bcm-qspi", "brcm,spi-nsp-qspi";
|
|
+ compatible = "brcm,spi-nsp-qspi", "brcm,spi-bcm-qspi";
|
|
reg = <0x027200 0x184>,
|
|
<0x027000 0x124>,
|
|
<0x11c408 0x004>,
|
|
diff --git a/arch/arm/boot/dts/bcm5301x.dtsi b/arch/arm/boot/dts/bcm5301x.dtsi
|
|
index 2d9b4dd058307..0016720ce5300 100644
|
|
--- a/arch/arm/boot/dts/bcm5301x.dtsi
|
|
+++ b/arch/arm/boot/dts/bcm5301x.dtsi
|
|
@@ -488,7 +488,7 @@
|
|
};
|
|
|
|
spi@18029200 {
|
|
- compatible = "brcm,spi-bcm-qspi", "brcm,spi-nsp-qspi";
|
|
+ compatible = "brcm,spi-nsp-qspi", "brcm,spi-bcm-qspi";
|
|
reg = <0x18029200 0x184>,
|
|
<0x18029000 0x124>,
|
|
<0x1811b408 0x004>,
|
|
diff --git a/arch/arm/boot/dts/imx7ulp.dtsi b/arch/arm/boot/dts/imx7ulp.dtsi
|
|
index 3dac6898cdc57..0108b63df77d3 100644
|
|
--- a/arch/arm/boot/dts/imx7ulp.dtsi
|
|
+++ b/arch/arm/boot/dts/imx7ulp.dtsi
|
|
@@ -397,7 +397,7 @@
|
|
clocks = <&pcc2 IMX7ULP_CLK_RGPIO2P1>,
|
|
<&pcc3 IMX7ULP_CLK_PCTLC>;
|
|
clock-names = "gpio", "port";
|
|
- gpio-ranges = <&iomuxc1 0 0 32>;
|
|
+ gpio-ranges = <&iomuxc1 0 0 20>;
|
|
};
|
|
|
|
gpio_ptd: gpio@40af0000 {
|
|
@@ -411,7 +411,7 @@
|
|
clocks = <&pcc2 IMX7ULP_CLK_RGPIO2P1>,
|
|
<&pcc3 IMX7ULP_CLK_PCTLD>;
|
|
clock-names = "gpio", "port";
|
|
- gpio-ranges = <&iomuxc1 0 32 32>;
|
|
+ gpio-ranges = <&iomuxc1 0 32 12>;
|
|
};
|
|
|
|
gpio_pte: gpio@40b00000 {
|
|
@@ -425,7 +425,7 @@
|
|
clocks = <&pcc2 IMX7ULP_CLK_RGPIO2P1>,
|
|
<&pcc3 IMX7ULP_CLK_PCTLE>;
|
|
clock-names = "gpio", "port";
|
|
- gpio-ranges = <&iomuxc1 0 64 32>;
|
|
+ gpio-ranges = <&iomuxc1 0 64 16>;
|
|
};
|
|
|
|
gpio_ptf: gpio@40b10000 {
|
|
@@ -439,7 +439,7 @@
|
|
clocks = <&pcc2 IMX7ULP_CLK_RGPIO2P1>,
|
|
<&pcc3 IMX7ULP_CLK_PCTLF>;
|
|
clock-names = "gpio", "port";
|
|
- gpio-ranges = <&iomuxc1 0 96 32>;
|
|
+ gpio-ranges = <&iomuxc1 0 96 20>;
|
|
};
|
|
};
|
|
|
|
diff --git a/arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi b/arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi
|
|
index 100396f6c2feb..395e05f10d36c 100644
|
|
--- a/arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi
|
|
+++ b/arch/arm/boot/dts/logicpd-som-lv-baseboard.dtsi
|
|
@@ -51,6 +51,8 @@
|
|
|
|
&mcbsp2 {
|
|
status = "okay";
|
|
+ pinctrl-names = "default";
|
|
+ pinctrl-0 = <&mcbsp2_pins>;
|
|
};
|
|
|
|
&charger {
|
|
@@ -102,35 +104,18 @@
|
|
regulator-max-microvolt = <3300000>;
|
|
};
|
|
|
|
- lcd0: display@0 {
|
|
- compatible = "panel-dpi";
|
|
- label = "28";
|
|
- status = "okay";
|
|
- /* default-on; */
|
|
+ lcd0: display {
|
|
+ /* This isn't the exact LCD, but the timings meet spec */
|
|
+ compatible = "logicpd,type28";
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&lcd_enable_pin>;
|
|
- enable-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>; /* gpio155, lcd INI */
|
|
+ backlight = <&bl>;
|
|
+ enable-gpios = <&gpio5 27 GPIO_ACTIVE_HIGH>;
|
|
port {
|
|
lcd_in: endpoint {
|
|
remote-endpoint = <&dpi_out>;
|
|
};
|
|
};
|
|
-
|
|
- panel-timing {
|
|
- clock-frequency = <9000000>;
|
|
- hactive = <480>;
|
|
- vactive = <272>;
|
|
- hfront-porch = <3>;
|
|
- hback-porch = <2>;
|
|
- hsync-len = <42>;
|
|
- vback-porch = <3>;
|
|
- vfront-porch = <2>;
|
|
- vsync-len = <11>;
|
|
- hsync-active = <1>;
|
|
- vsync-active = <1>;
|
|
- de-active = <1>;
|
|
- pixelclk-active = <0>;
|
|
- };
|
|
};
|
|
|
|
bl: backlight {
|
|
diff --git a/arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi b/arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi
|
|
index 449cc7616da63..e7a8f8addb6e0 100644
|
|
--- a/arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi
|
|
+++ b/arch/arm/boot/dts/logicpd-torpedo-baseboard.dtsi
|
|
@@ -80,6 +80,8 @@
|
|
};
|
|
|
|
&mcbsp2 {
|
|
+ pinctrl-names = "default";
|
|
+ pinctrl-0 = <&mcbsp2_pins>;
|
|
status = "okay";
|
|
};
|
|
|
|
diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi
|
|
index 5a8e58b663420..c62fcca7b4263 100644
|
|
--- a/arch/arm/boot/dts/ls1021a.dtsi
|
|
+++ b/arch/arm/boot/dts/ls1021a.dtsi
|
|
@@ -181,7 +181,7 @@
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
reg = <0x0 0x1550000 0x0 0x10000>,
|
|
- <0x0 0x40000000 0x0 0x40000000>;
|
|
+ <0x0 0x40000000 0x0 0x20000000>;
|
|
reg-names = "QuadSPI", "QuadSPI-memory";
|
|
interrupts = <GIC_SPI 131 IRQ_TYPE_LEVEL_HIGH>;
|
|
clock-names = "qspi_en", "qspi";
|
|
diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi
|
|
index 906bfb580e9e7..f261a33440710 100644
|
|
--- a/arch/arm/boot/dts/socfpga_arria10.dtsi
|
|
+++ b/arch/arm/boot/dts/socfpga_arria10.dtsi
|
|
@@ -819,7 +819,7 @@
|
|
timer3: timer3@ffd00100 {
|
|
compatible = "snps,dw-apb-timer";
|
|
interrupts = <0 118 IRQ_TYPE_LEVEL_HIGH>;
|
|
- reg = <0xffd01000 0x100>;
|
|
+ reg = <0xffd00100 0x100>;
|
|
clocks = <&l4_sys_free_clk>;
|
|
clock-names = "timer";
|
|
resets = <&rst L4SYSTIMER1_RESET>;
|
|
diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi
|
|
index 028e0ec30e0c0..fa248066d9d9b 100644
|
|
--- a/arch/arm/boot/dts/vfxxx.dtsi
|
|
+++ b/arch/arm/boot/dts/vfxxx.dtsi
|
|
@@ -495,7 +495,7 @@
|
|
};
|
|
|
|
ocotp: ocotp@400a5000 {
|
|
- compatible = "fsl,vf610-ocotp";
|
|
+ compatible = "fsl,vf610-ocotp", "syscon";
|
|
reg = <0x400a5000 0x1000>;
|
|
clocks = <&clks VF610_CLK_OCOTP>;
|
|
};
|
|
diff --git a/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi b/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi
|
|
index 15f7b0ed38369..39802066232e1 100644
|
|
--- a/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi
|
|
+++ b/arch/arm64/boot/dts/broadcom/northstar2/ns2.dtsi
|
|
@@ -745,7 +745,7 @@
|
|
};
|
|
|
|
qspi: spi@66470200 {
|
|
- compatible = "brcm,spi-bcm-qspi", "brcm,spi-ns2-qspi";
|
|
+ compatible = "brcm,spi-ns2-qspi", "brcm,spi-bcm-qspi";
|
|
reg = <0x66470200 0x184>,
|
|
<0x66470000 0x124>,
|
|
<0x67017408 0x004>,
|
|
diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
|
|
index 55a3d1c4bdf04..bc8540f879654 100644
|
|
--- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
|
|
+++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
|
|
@@ -349,7 +349,7 @@
|
|
tmu: tmu@30260000 {
|
|
compatible = "fsl,imx8mq-tmu";
|
|
reg = <0x30260000 0x10000>;
|
|
- interrupt = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupts = <GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
|
|
clocks = <&clk IMX8MQ_CLK_TMU_ROOT>;
|
|
little-endian;
|
|
fsl,tmu-range = <0xb0000 0xa0026 0x80048 0x70061>;
|
|
diff --git a/arch/arm64/kernel/module-plts.c b/arch/arm64/kernel/module-plts.c
|
|
index b182442b87a32..426018ebb7007 100644
|
|
--- a/arch/arm64/kernel/module-plts.c
|
|
+++ b/arch/arm64/kernel/module-plts.c
|
|
@@ -270,8 +270,7 @@ int module_frob_arch_sections(Elf_Ehdr *ehdr, Elf_Shdr *sechdrs,
|
|
mod->arch.core.plt_shndx = i;
|
|
else if (!strcmp(secstrings + sechdrs[i].sh_name, ".init.plt"))
|
|
mod->arch.init.plt_shndx = i;
|
|
- else if (IS_ENABLED(CONFIG_DYNAMIC_FTRACE) &&
|
|
- !strcmp(secstrings + sechdrs[i].sh_name,
|
|
+ else if (!strcmp(secstrings + sechdrs[i].sh_name,
|
|
".text.ftrace_trampoline"))
|
|
tramp = sechdrs + i;
|
|
else if (sechdrs[i].sh_type == SHT_SYMTAB)
|
|
diff --git a/arch/powerpc/configs/pasemi_defconfig b/arch/powerpc/configs/pasemi_defconfig
|
|
index 08b7f4cef2434..ddf5e97877e2b 100644
|
|
--- a/arch/powerpc/configs/pasemi_defconfig
|
|
+++ b/arch/powerpc/configs/pasemi_defconfig
|
|
@@ -109,7 +109,6 @@ CONFIG_FB_NVIDIA=y
|
|
CONFIG_FB_NVIDIA_I2C=y
|
|
CONFIG_FB_RADEON=y
|
|
# CONFIG_LCD_CLASS_DEVICE is not set
|
|
-CONFIG_VGACON_SOFT_SCROLLBACK=y
|
|
CONFIG_LOGO=y
|
|
CONFIG_SOUND=y
|
|
CONFIG_SND=y
|
|
diff --git a/arch/powerpc/configs/ppc6xx_defconfig b/arch/powerpc/configs/ppc6xx_defconfig
|
|
index 1372a1a7517ad..682d68f39c2b5 100644
|
|
--- a/arch/powerpc/configs/ppc6xx_defconfig
|
|
+++ b/arch/powerpc/configs/ppc6xx_defconfig
|
|
@@ -777,7 +777,6 @@ CONFIG_FB_TRIDENT=m
|
|
CONFIG_FB_SM501=m
|
|
CONFIG_FB_IBM_GXT4500=y
|
|
CONFIG_LCD_PLATFORM=m
|
|
-CONFIG_VGACON_SOFT_SCROLLBACK=y
|
|
CONFIG_FRAMEBUFFER_CONSOLE=y
|
|
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
|
|
CONFIG_LOGO=y
|
|
diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig
|
|
index 18806b4fb26a9..088709089e9b8 100644
|
|
--- a/arch/x86/configs/i386_defconfig
|
|
+++ b/arch/x86/configs/i386_defconfig
|
|
@@ -204,7 +204,6 @@ CONFIG_FB_MODE_HELPERS=y
|
|
CONFIG_FB_TILEBLITTING=y
|
|
CONFIG_FB_EFI=y
|
|
# CONFIG_LCD_CLASS_DEVICE is not set
|
|
-CONFIG_VGACON_SOFT_SCROLLBACK=y
|
|
CONFIG_LOGO=y
|
|
# CONFIG_LOGO_LINUX_MONO is not set
|
|
# CONFIG_LOGO_LINUX_VGA16 is not set
|
|
diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig
|
|
index 3087c5e351e7e..8092d7baf8b50 100644
|
|
--- a/arch/x86/configs/x86_64_defconfig
|
|
+++ b/arch/x86/configs/x86_64_defconfig
|
|
@@ -200,7 +200,6 @@ CONFIG_FB_MODE_HELPERS=y
|
|
CONFIG_FB_TILEBLITTING=y
|
|
CONFIG_FB_EFI=y
|
|
# CONFIG_LCD_CLASS_DEVICE is not set
|
|
-CONFIG_VGACON_SOFT_SCROLLBACK=y
|
|
CONFIG_LOGO=y
|
|
# CONFIG_LOGO_LINUX_MONO is not set
|
|
# CONFIG_LOGO_LINUX_VGA16 is not set
|
|
diff --git a/arch/x86/kvm/vmx/vmx.c b/arch/x86/kvm/vmx/vmx.c
|
|
index 3be65495aeb8a..a1e62dda56074 100644
|
|
--- a/arch/x86/kvm/vmx/vmx.c
|
|
+++ b/arch/x86/kvm/vmx/vmx.c
|
|
@@ -5895,6 +5895,7 @@ static int vmx_handle_exit(struct kvm_vcpu *vcpu)
|
|
(exit_reason != EXIT_REASON_EXCEPTION_NMI &&
|
|
exit_reason != EXIT_REASON_EPT_VIOLATION &&
|
|
exit_reason != EXIT_REASON_PML_FULL &&
|
|
+ exit_reason != EXIT_REASON_APIC_ACCESS &&
|
|
exit_reason != EXIT_REASON_TASK_SWITCH)) {
|
|
vcpu->run->exit_reason = KVM_EXIT_INTERNAL_ERROR;
|
|
vcpu->run->internal.suberror = KVM_INTERNAL_ERROR_DELIVERY_EV;
|
|
diff --git a/block/bio.c b/block/bio.c
|
|
index 87505a93bcff6..f07739300dfe3 100644
|
|
--- a/block/bio.c
|
|
+++ b/block/bio.c
|
|
@@ -807,8 +807,10 @@ bool __bio_try_merge_page(struct bio *bio, struct page *page,
|
|
struct bio_vec *bv = &bio->bi_io_vec[bio->bi_vcnt - 1];
|
|
|
|
if (page_is_mergeable(bv, page, len, off, same_page)) {
|
|
- if (bio->bi_iter.bi_size > UINT_MAX - len)
|
|
+ if (bio->bi_iter.bi_size > UINT_MAX - len) {
|
|
+ *same_page = false;
|
|
return false;
|
|
+ }
|
|
bv->bv_len += len;
|
|
bio->bi_iter.bi_size += len;
|
|
return true;
|
|
diff --git a/drivers/atm/firestream.c b/drivers/atm/firestream.c
|
|
index d287837ed7555..5acb459856752 100644
|
|
--- a/drivers/atm/firestream.c
|
|
+++ b/drivers/atm/firestream.c
|
|
@@ -998,6 +998,7 @@ static int fs_open(struct atm_vcc *atm_vcc)
|
|
error = make_rate (pcr, r, &tmc0, NULL);
|
|
if (error) {
|
|
kfree(tc);
|
|
+ kfree(vcc);
|
|
return error;
|
|
}
|
|
}
|
|
diff --git a/drivers/block/rbd.c b/drivers/block/rbd.c
|
|
index 274beda31c356..bf2f0373a3b2f 100644
|
|
--- a/drivers/block/rbd.c
|
|
+++ b/drivers/block/rbd.c
|
|
@@ -5280,6 +5280,9 @@ static ssize_t rbd_config_info_show(struct device *dev,
|
|
{
|
|
struct rbd_device *rbd_dev = dev_to_rbd_dev(dev);
|
|
|
|
+ if (!capable(CAP_SYS_ADMIN))
|
|
+ return -EPERM;
|
|
+
|
|
return sprintf(buf, "%s\n", rbd_dev->config_info);
|
|
}
|
|
|
|
@@ -5391,6 +5394,9 @@ static ssize_t rbd_image_refresh(struct device *dev,
|
|
struct rbd_device *rbd_dev = dev_to_rbd_dev(dev);
|
|
int ret;
|
|
|
|
+ if (!capable(CAP_SYS_ADMIN))
|
|
+ return -EPERM;
|
|
+
|
|
ret = rbd_dev_refresh(rbd_dev);
|
|
if (ret)
|
|
return ret;
|
|
@@ -7059,6 +7065,9 @@ static ssize_t do_rbd_add(struct bus_type *bus,
|
|
struct rbd_client *rbdc;
|
|
int rc;
|
|
|
|
+ if (!capable(CAP_SYS_ADMIN))
|
|
+ return -EPERM;
|
|
+
|
|
if (!try_module_get(THIS_MODULE))
|
|
return -ENODEV;
|
|
|
|
@@ -7208,6 +7217,9 @@ static ssize_t do_rbd_remove(struct bus_type *bus,
|
|
bool force = false;
|
|
int ret;
|
|
|
|
+ if (!capable(CAP_SYS_ADMIN))
|
|
+ return -EPERM;
|
|
+
|
|
dev_id = -1;
|
|
opt_buf[0] = '\0';
|
|
sscanf(buf, "%d %5s", &dev_id, opt_buf);
|
|
diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
|
|
index 927eb3fd23660..b9ca89dc75c7d 100644
|
|
--- a/drivers/cpufreq/intel_pstate.c
|
|
+++ b/drivers/cpufreq/intel_pstate.c
|
|
@@ -762,7 +762,7 @@ static void intel_pstate_get_hwp_max(unsigned int cpu, int *phy_max,
|
|
|
|
rdmsrl_on_cpu(cpu, MSR_HWP_CAPABILITIES, &cap);
|
|
WRITE_ONCE(all_cpu_data[cpu]->hwp_cap_cached, cap);
|
|
- if (global.no_turbo)
|
|
+ if (global.no_turbo || global.turbo_disabled)
|
|
*current_max = HWP_GUARANTEED_PERF(cap);
|
|
else
|
|
*current_max = HWP_HIGHEST_PERF(cap);
|
|
@@ -2533,9 +2533,15 @@ static int intel_pstate_update_status(const char *buf, size_t size)
|
|
{
|
|
int ret;
|
|
|
|
- if (size == 3 && !strncmp(buf, "off", size))
|
|
- return intel_pstate_driver ?
|
|
- intel_pstate_unregister_driver() : -EINVAL;
|
|
+ if (size == 3 && !strncmp(buf, "off", size)) {
|
|
+ if (!intel_pstate_driver)
|
|
+ return -EINVAL;
|
|
+
|
|
+ if (hwp_active)
|
|
+ return -EBUSY;
|
|
+
|
|
+ return intel_pstate_unregister_driver();
|
|
+ }
|
|
|
|
if (size == 6 && !strncmp(buf, "active", size)) {
|
|
if (intel_pstate_driver) {
|
|
diff --git a/drivers/dma/acpi-dma.c b/drivers/dma/acpi-dma.c
|
|
index 8a05db3343d39..dcbcb712de6e8 100644
|
|
--- a/drivers/dma/acpi-dma.c
|
|
+++ b/drivers/dma/acpi-dma.c
|
|
@@ -135,11 +135,13 @@ static void acpi_dma_parse_csrt(struct acpi_device *adev, struct acpi_dma *adma)
|
|
if (ret < 0) {
|
|
dev_warn(&adev->dev,
|
|
"error in parsing resource group\n");
|
|
- return;
|
|
+ break;
|
|
}
|
|
|
|
grp = (struct acpi_csrt_group *)((void *)grp + grp->length);
|
|
}
|
|
+
|
|
+ acpi_put_table((struct acpi_table_header *)csrt);
|
|
}
|
|
|
|
/**
|
|
diff --git a/drivers/dma/dma-jz4780.c b/drivers/dma/dma-jz4780.c
|
|
index bf95f1d551c51..0ecb724b394f5 100644
|
|
--- a/drivers/dma/dma-jz4780.c
|
|
+++ b/drivers/dma/dma-jz4780.c
|
|
@@ -885,24 +885,11 @@ static int jz4780_dma_probe(struct platform_device *pdev)
|
|
return -EINVAL;
|
|
}
|
|
|
|
- ret = platform_get_irq(pdev, 0);
|
|
- if (ret < 0)
|
|
- return ret;
|
|
-
|
|
- jzdma->irq = ret;
|
|
-
|
|
- ret = request_irq(jzdma->irq, jz4780_dma_irq_handler, 0, dev_name(dev),
|
|
- jzdma);
|
|
- if (ret) {
|
|
- dev_err(dev, "failed to request IRQ %u!\n", jzdma->irq);
|
|
- return ret;
|
|
- }
|
|
-
|
|
jzdma->clk = devm_clk_get(dev, NULL);
|
|
if (IS_ERR(jzdma->clk)) {
|
|
dev_err(dev, "failed to get clock\n");
|
|
ret = PTR_ERR(jzdma->clk);
|
|
- goto err_free_irq;
|
|
+ return ret;
|
|
}
|
|
|
|
clk_prepare_enable(jzdma->clk);
|
|
@@ -955,10 +942,23 @@ static int jz4780_dma_probe(struct platform_device *pdev)
|
|
jzchan->vchan.desc_free = jz4780_dma_desc_free;
|
|
}
|
|
|
|
+ ret = platform_get_irq(pdev, 0);
|
|
+ if (ret < 0)
|
|
+ goto err_disable_clk;
|
|
+
|
|
+ jzdma->irq = ret;
|
|
+
|
|
+ ret = request_irq(jzdma->irq, jz4780_dma_irq_handler, 0, dev_name(dev),
|
|
+ jzdma);
|
|
+ if (ret) {
|
|
+ dev_err(dev, "failed to request IRQ %u!\n", jzdma->irq);
|
|
+ goto err_disable_clk;
|
|
+ }
|
|
+
|
|
ret = dmaenginem_async_device_register(dd);
|
|
if (ret) {
|
|
dev_err(dev, "failed to register device\n");
|
|
- goto err_disable_clk;
|
|
+ goto err_free_irq;
|
|
}
|
|
|
|
/* Register with OF DMA helpers. */
|
|
@@ -966,17 +966,17 @@ static int jz4780_dma_probe(struct platform_device *pdev)
|
|
jzdma);
|
|
if (ret) {
|
|
dev_err(dev, "failed to register OF DMA controller\n");
|
|
- goto err_disable_clk;
|
|
+ goto err_free_irq;
|
|
}
|
|
|
|
dev_info(dev, "JZ4780 DMA controller initialised\n");
|
|
return 0;
|
|
|
|
-err_disable_clk:
|
|
- clk_disable_unprepare(jzdma->clk);
|
|
-
|
|
err_free_irq:
|
|
free_irq(jzdma->irq, jzdma);
|
|
+
|
|
+err_disable_clk:
|
|
+ clk_disable_unprepare(jzdma->clk);
|
|
return ret;
|
|
}
|
|
|
|
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
|
|
index e6da53e9c3f46..3a2a1dc9a786a 100644
|
|
--- a/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
|
|
+++ b/drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c
|
|
@@ -3575,7 +3575,8 @@ static int smu7_read_sensor(struct pp_hwmgr *hwmgr, int idx,
|
|
case AMDGPU_PP_SENSOR_GPU_POWER:
|
|
return smu7_get_gpu_power(hwmgr, (uint32_t *)value);
|
|
case AMDGPU_PP_SENSOR_VDDGFX:
|
|
- if ((data->vr_config & 0xff) == 0x2)
|
|
+ if ((data->vr_config & VRCONF_VDDGFX_MASK) ==
|
|
+ (VR_SVI2_PLANE_2 << VRCONF_VDDGFX_SHIFT))
|
|
val_vid = PHM_READ_INDIRECT_FIELD(hwmgr->device,
|
|
CGS_IND_REG__SMC, PWR_SVI2_STATUS, PLANE2_VID);
|
|
else
|
|
diff --git a/drivers/gpu/drm/i915/gvt/cmd_parser.c b/drivers/gpu/drm/i915/gvt/cmd_parser.c
|
|
index fc29a3705354c..56cd14cacf5e7 100644
|
|
--- a/drivers/gpu/drm/i915/gvt/cmd_parser.c
|
|
+++ b/drivers/gpu/drm/i915/gvt/cmd_parser.c
|
|
@@ -963,18 +963,6 @@ static int cmd_handler_lri(struct parser_exec_state *s)
|
|
int i, ret = 0;
|
|
int cmd_len = cmd_length(s);
|
|
struct intel_gvt *gvt = s->vgpu->gvt;
|
|
- u32 valid_len = CMD_LEN(1);
|
|
-
|
|
- /*
|
|
- * Official intel docs are somewhat sloppy , check the definition of
|
|
- * MI_LOAD_REGISTER_IMM.
|
|
- */
|
|
- #define MAX_VALID_LEN 127
|
|
- if ((cmd_len < valid_len) || (cmd_len > MAX_VALID_LEN)) {
|
|
- gvt_err("len is not valid: len=%u valid_len=%u\n",
|
|
- cmd_len, valid_len);
|
|
- return -EFAULT;
|
|
- }
|
|
|
|
for (i = 1; i < cmd_len; i += 2) {
|
|
if (IS_BROADWELL(gvt->dev_priv) && s->ring_id != RCS0) {
|
|
diff --git a/drivers/gpu/drm/msm/adreno/a2xx_gpu.c b/drivers/gpu/drm/msm/adreno/a2xx_gpu.c
|
|
index 1f83bc18d5008..80f3b1da9fc26 100644
|
|
--- a/drivers/gpu/drm/msm/adreno/a2xx_gpu.c
|
|
+++ b/drivers/gpu/drm/msm/adreno/a2xx_gpu.c
|
|
@@ -164,6 +164,11 @@ static int a2xx_hw_init(struct msm_gpu *gpu)
|
|
if (ret)
|
|
return ret;
|
|
|
|
+ gpu_write(gpu, REG_AXXX_CP_RB_CNTL,
|
|
+ MSM_GPU_RB_CNTL_DEFAULT | AXXX_CP_RB_CNTL_NO_UPDATE);
|
|
+
|
|
+ gpu_write(gpu, REG_AXXX_CP_RB_BASE, lower_32_bits(gpu->rb[0]->iova));
|
|
+
|
|
/* NOTE: PM4/micro-engine firmware registers look to be the same
|
|
* for a2xx and a3xx.. we could possibly push that part down to
|
|
* adreno_gpu base class. Or push both PM4 and PFP but
|
|
diff --git a/drivers/gpu/drm/msm/adreno/a3xx_gpu.c b/drivers/gpu/drm/msm/adreno/a3xx_gpu.c
|
|
index 5f7e98028eaf4..eeba2deeca1e8 100644
|
|
--- a/drivers/gpu/drm/msm/adreno/a3xx_gpu.c
|
|
+++ b/drivers/gpu/drm/msm/adreno/a3xx_gpu.c
|
|
@@ -215,6 +215,16 @@ static int a3xx_hw_init(struct msm_gpu *gpu)
|
|
if (ret)
|
|
return ret;
|
|
|
|
+ /*
|
|
+ * Use the default ringbuffer size and block size but disable the RPTR
|
|
+ * shadow
|
|
+ */
|
|
+ gpu_write(gpu, REG_AXXX_CP_RB_CNTL,
|
|
+ MSM_GPU_RB_CNTL_DEFAULT | AXXX_CP_RB_CNTL_NO_UPDATE);
|
|
+
|
|
+ /* Set the ringbuffer address */
|
|
+ gpu_write(gpu, REG_AXXX_CP_RB_BASE, lower_32_bits(gpu->rb[0]->iova));
|
|
+
|
|
/* setup access protection: */
|
|
gpu_write(gpu, REG_A3XX_CP_PROTECT_CTRL, 0x00000007);
|
|
|
|
diff --git a/drivers/gpu/drm/msm/adreno/a4xx_gpu.c b/drivers/gpu/drm/msm/adreno/a4xx_gpu.c
|
|
index ab2b752566d81..05cfa81d4c540 100644
|
|
--- a/drivers/gpu/drm/msm/adreno/a4xx_gpu.c
|
|
+++ b/drivers/gpu/drm/msm/adreno/a4xx_gpu.c
|
|
@@ -265,6 +265,16 @@ static int a4xx_hw_init(struct msm_gpu *gpu)
|
|
if (ret)
|
|
return ret;
|
|
|
|
+ /*
|
|
+ * Use the default ringbuffer size and block size but disable the RPTR
|
|
+ * shadow
|
|
+ */
|
|
+ gpu_write(gpu, REG_A4XX_CP_RB_CNTL,
|
|
+ MSM_GPU_RB_CNTL_DEFAULT | AXXX_CP_RB_CNTL_NO_UPDATE);
|
|
+
|
|
+ /* Set the ringbuffer address */
|
|
+ gpu_write(gpu, REG_A4XX_CP_RB_BASE, lower_32_bits(gpu->rb[0]->iova));
|
|
+
|
|
/* Load PM4: */
|
|
ptr = (uint32_t *)(adreno_gpu->fw[ADRENO_FW_PM4]->data);
|
|
len = adreno_gpu->fw[ADRENO_FW_PM4]->size / 4;
|
|
diff --git a/drivers/gpu/drm/msm/adreno/a5xx_gpu.c b/drivers/gpu/drm/msm/adreno/a5xx_gpu.c
|
|
index 7829247de60e0..24b55103bfe00 100644
|
|
--- a/drivers/gpu/drm/msm/adreno/a5xx_gpu.c
|
|
+++ b/drivers/gpu/drm/msm/adreno/a5xx_gpu.c
|
|
@@ -677,14 +677,21 @@ static int a5xx_hw_init(struct msm_gpu *gpu)
|
|
if (ret)
|
|
return ret;
|
|
|
|
- a5xx_preempt_hw_init(gpu);
|
|
-
|
|
a5xx_gpmu_ucode_init(gpu);
|
|
|
|
ret = a5xx_ucode_init(gpu);
|
|
if (ret)
|
|
return ret;
|
|
|
|
+ /* Set the ringbuffer address */
|
|
+ gpu_write64(gpu, REG_A5XX_CP_RB_BASE, REG_A5XX_CP_RB_BASE_HI,
|
|
+ gpu->rb[0]->iova);
|
|
+
|
|
+ gpu_write(gpu, REG_A5XX_CP_RB_CNTL,
|
|
+ MSM_GPU_RB_CNTL_DEFAULT | AXXX_CP_RB_CNTL_NO_UPDATE);
|
|
+
|
|
+ a5xx_preempt_hw_init(gpu);
|
|
+
|
|
/* Disable the interrupts through the initial bringup stage */
|
|
gpu_write(gpu, REG_A5XX_RBBM_INT_0_MASK, A5XX_INT_MASK);
|
|
|
|
@@ -1451,7 +1458,8 @@ struct msm_gpu *a5xx_gpu_init(struct drm_device *dev)
|
|
|
|
check_speed_bin(&pdev->dev);
|
|
|
|
- ret = adreno_gpu_init(dev, pdev, adreno_gpu, &funcs, 4);
|
|
+ /* Restricting nr_rings to 1 to temporarily disable preemption */
|
|
+ ret = adreno_gpu_init(dev, pdev, adreno_gpu, &funcs, 1);
|
|
if (ret) {
|
|
a5xx_destroy(&(a5xx_gpu->base.base));
|
|
return ERR_PTR(ret);
|
|
diff --git a/drivers/gpu/drm/msm/adreno/a6xx_gpu.c b/drivers/gpu/drm/msm/adreno/a6xx_gpu.c
|
|
index be68d4e6551c2..ab75f0309d4b6 100644
|
|
--- a/drivers/gpu/drm/msm/adreno/a6xx_gpu.c
|
|
+++ b/drivers/gpu/drm/msm/adreno/a6xx_gpu.c
|
|
@@ -512,6 +512,13 @@ static int a6xx_hw_init(struct msm_gpu *gpu)
|
|
if (ret)
|
|
goto out;
|
|
|
|
+ /* Set the ringbuffer address */
|
|
+ gpu_write64(gpu, REG_A6XX_CP_RB_BASE, REG_A6XX_CP_RB_BASE_HI,
|
|
+ gpu->rb[0]->iova);
|
|
+
|
|
+ gpu_write(gpu, REG_A6XX_CP_RB_CNTL,
|
|
+ MSM_GPU_RB_CNTL_DEFAULT | AXXX_CP_RB_CNTL_NO_UPDATE);
|
|
+
|
|
/* Always come up on rb 0 */
|
|
a6xx_gpu->cur_ring = gpu->rb[0];
|
|
|
|
diff --git a/drivers/gpu/drm/msm/adreno/adreno_gpu.c b/drivers/gpu/drm/msm/adreno/adreno_gpu.c
|
|
index 053da39da1cc0..3802ad38c519c 100644
|
|
--- a/drivers/gpu/drm/msm/adreno/adreno_gpu.c
|
|
+++ b/drivers/gpu/drm/msm/adreno/adreno_gpu.c
|
|
@@ -354,26 +354,6 @@ int adreno_hw_init(struct msm_gpu *gpu)
|
|
ring->memptrs->rptr = 0;
|
|
}
|
|
|
|
- /*
|
|
- * Setup REG_CP_RB_CNTL. The same value is used across targets (with
|
|
- * the excpetion of A430 that disables the RPTR shadow) - the cacluation
|
|
- * for the ringbuffer size and block size is moved to msm_gpu.h for the
|
|
- * pre-processor to deal with and the A430 variant is ORed in here
|
|
- */
|
|
- adreno_gpu_write(adreno_gpu, REG_ADRENO_CP_RB_CNTL,
|
|
- MSM_GPU_RB_CNTL_DEFAULT |
|
|
- (adreno_is_a430(adreno_gpu) ? AXXX_CP_RB_CNTL_NO_UPDATE : 0));
|
|
-
|
|
- /* Setup ringbuffer address - use ringbuffer[0] for GPU init */
|
|
- adreno_gpu_write64(adreno_gpu, REG_ADRENO_CP_RB_BASE,
|
|
- REG_ADRENO_CP_RB_BASE_HI, gpu->rb[0]->iova);
|
|
-
|
|
- if (!adreno_is_a430(adreno_gpu)) {
|
|
- adreno_gpu_write64(adreno_gpu, REG_ADRENO_CP_RB_RPTR_ADDR,
|
|
- REG_ADRENO_CP_RB_RPTR_ADDR_HI,
|
|
- rbmemptr(gpu->rb[0], rptr));
|
|
- }
|
|
-
|
|
return 0;
|
|
}
|
|
|
|
@@ -381,11 +361,8 @@ int adreno_hw_init(struct msm_gpu *gpu)
|
|
static uint32_t get_rptr(struct adreno_gpu *adreno_gpu,
|
|
struct msm_ringbuffer *ring)
|
|
{
|
|
- if (adreno_is_a430(adreno_gpu))
|
|
- return ring->memptrs->rptr = adreno_gpu_read(
|
|
- adreno_gpu, REG_ADRENO_CP_RB_RPTR);
|
|
- else
|
|
- return ring->memptrs->rptr;
|
|
+ return ring->memptrs->rptr = adreno_gpu_read(
|
|
+ adreno_gpu, REG_ADRENO_CP_RB_RPTR);
|
|
}
|
|
|
|
struct msm_ringbuffer *adreno_active_ring(struct msm_gpu *gpu)
|
|
diff --git a/drivers/gpu/drm/msm/msm_ringbuffer.c b/drivers/gpu/drm/msm/msm_ringbuffer.c
|
|
index e397c44cc0112..39ecb5a18431e 100644
|
|
--- a/drivers/gpu/drm/msm/msm_ringbuffer.c
|
|
+++ b/drivers/gpu/drm/msm/msm_ringbuffer.c
|
|
@@ -27,7 +27,8 @@ struct msm_ringbuffer *msm_ringbuffer_new(struct msm_gpu *gpu, int id,
|
|
ring->id = id;
|
|
|
|
ring->start = msm_gem_kernel_new(gpu->dev, MSM_GPU_RINGBUFFER_SZ,
|
|
- MSM_BO_WC, gpu->aspace, &ring->bo, &ring->iova);
|
|
+ MSM_BO_WC | MSM_BO_GPU_READONLY, gpu->aspace, &ring->bo,
|
|
+ &ring->iova);
|
|
|
|
if (IS_ERR(ring->start)) {
|
|
ret = PTR_ERR(ring->start);
|
|
diff --git a/drivers/gpu/drm/sun4i/sun4i_backend.c b/drivers/gpu/drm/sun4i/sun4i_backend.c
|
|
index 4e29f4fe4a05e..99f081ccc15de 100644
|
|
--- a/drivers/gpu/drm/sun4i/sun4i_backend.c
|
|
+++ b/drivers/gpu/drm/sun4i/sun4i_backend.c
|
|
@@ -589,8 +589,7 @@ static int sun4i_backend_atomic_check(struct sunxi_engine *engine,
|
|
|
|
/* We can't have an alpha plane at the lowest position */
|
|
if (!backend->quirks->supports_lowest_plane_alpha &&
|
|
- (plane_states[0]->fb->format->has_alpha ||
|
|
- (plane_states[0]->alpha != DRM_BLEND_ALPHA_OPAQUE)))
|
|
+ (plane_states[0]->alpha != DRM_BLEND_ALPHA_OPAQUE))
|
|
return -EINVAL;
|
|
|
|
for (i = 1; i < num_planes; i++) {
|
|
@@ -986,7 +985,6 @@ static const struct sun4i_backend_quirks sun6i_backend_quirks = {
|
|
|
|
static const struct sun4i_backend_quirks sun7i_backend_quirks = {
|
|
.needs_output_muxing = true,
|
|
- .supports_lowest_plane_alpha = true,
|
|
};
|
|
|
|
static const struct sun4i_backend_quirks sun8i_a33_backend_quirks = {
|
|
diff --git a/drivers/gpu/drm/sun4i/sun4i_tcon.c b/drivers/gpu/drm/sun4i/sun4i_tcon.c
|
|
index 0f7eafedfe8f5..ae7ae432aa4ab 100644
|
|
--- a/drivers/gpu/drm/sun4i/sun4i_tcon.c
|
|
+++ b/drivers/gpu/drm/sun4i/sun4i_tcon.c
|
|
@@ -1409,14 +1409,18 @@ static int sun8i_r40_tcon_tv_set_mux(struct sun4i_tcon *tcon,
|
|
if (IS_ENABLED(CONFIG_DRM_SUN8I_TCON_TOP) &&
|
|
encoder->encoder_type == DRM_MODE_ENCODER_TMDS) {
|
|
ret = sun8i_tcon_top_set_hdmi_src(&pdev->dev, id);
|
|
- if (ret)
|
|
+ if (ret) {
|
|
+ put_device(&pdev->dev);
|
|
return ret;
|
|
+ }
|
|
}
|
|
|
|
if (IS_ENABLED(CONFIG_DRM_SUN8I_TCON_TOP)) {
|
|
ret = sun8i_tcon_top_de_config(&pdev->dev, tcon->id, id);
|
|
- if (ret)
|
|
+ if (ret) {
|
|
+ put_device(&pdev->dev);
|
|
return ret;
|
|
+ }
|
|
}
|
|
|
|
return 0;
|
|
diff --git a/drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c b/drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
|
|
index 4f944ace665d5..f2b288037b909 100644
|
|
--- a/drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
|
|
+++ b/drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
|
|
@@ -867,7 +867,7 @@ static int sun6i_dsi_dcs_write_long(struct sun6i_dsi *dsi,
|
|
regmap_write(dsi->regs, SUN6I_DSI_CMD_TX_REG(0),
|
|
sun6i_dsi_dcs_build_pkt_hdr(dsi, msg));
|
|
|
|
- bounce = kzalloc(msg->tx_len + sizeof(crc), GFP_KERNEL);
|
|
+ bounce = kzalloc(ALIGN(msg->tx_len + sizeof(crc), 4), GFP_KERNEL);
|
|
if (!bounce)
|
|
return -ENOMEM;
|
|
|
|
@@ -878,7 +878,7 @@ static int sun6i_dsi_dcs_write_long(struct sun6i_dsi *dsi,
|
|
memcpy((u8 *)bounce + msg->tx_len, &crc, sizeof(crc));
|
|
len += sizeof(crc);
|
|
|
|
- regmap_bulk_write(dsi->regs, SUN6I_DSI_CMD_TX_REG(1), bounce, len);
|
|
+ regmap_bulk_write(dsi->regs, SUN6I_DSI_CMD_TX_REG(1), bounce, DIV_ROUND_UP(len, 4));
|
|
regmap_write(dsi->regs, SUN6I_DSI_CMD_CTL_REG, len + 4 - 1);
|
|
kfree(bounce);
|
|
|
|
diff --git a/drivers/gpu/drm/tve200/tve200_display.c b/drivers/gpu/drm/tve200/tve200_display.c
|
|
index d733bbc4ac0e5..17ff24d999d18 100644
|
|
--- a/drivers/gpu/drm/tve200/tve200_display.c
|
|
+++ b/drivers/gpu/drm/tve200/tve200_display.c
|
|
@@ -14,6 +14,7 @@
|
|
#include <linux/version.h>
|
|
#include <linux/dma-buf.h>
|
|
#include <linux/of_graph.h>
|
|
+#include <linux/delay.h>
|
|
|
|
#include <drm/drm_fb_cma_helper.h>
|
|
#include <drm/drm_fourcc.h>
|
|
@@ -130,9 +131,25 @@ static void tve200_display_enable(struct drm_simple_display_pipe *pipe,
|
|
struct drm_connector *connector = priv->connector;
|
|
u32 format = fb->format->format;
|
|
u32 ctrl1 = 0;
|
|
+ int retries;
|
|
|
|
clk_prepare_enable(priv->clk);
|
|
|
|
+ /* Reset the TVE200 and wait for it to come back online */
|
|
+ writel(TVE200_CTRL_4_RESET, priv->regs + TVE200_CTRL_4);
|
|
+ for (retries = 0; retries < 5; retries++) {
|
|
+ usleep_range(30000, 50000);
|
|
+ if (readl(priv->regs + TVE200_CTRL_4) & TVE200_CTRL_4_RESET)
|
|
+ continue;
|
|
+ else
|
|
+ break;
|
|
+ }
|
|
+ if (retries == 5 &&
|
|
+ readl(priv->regs + TVE200_CTRL_4) & TVE200_CTRL_4_RESET) {
|
|
+ dev_err(drm->dev, "can't get hardware out of reset\n");
|
|
+ return;
|
|
+ }
|
|
+
|
|
/* Function 1 */
|
|
ctrl1 |= TVE200_CTRL_CSMODE;
|
|
/* Interlace mode for CCIR656: parameterize? */
|
|
@@ -230,8 +247,9 @@ static void tve200_display_disable(struct drm_simple_display_pipe *pipe)
|
|
|
|
drm_crtc_vblank_off(crtc);
|
|
|
|
- /* Disable and Power Down */
|
|
+ /* Disable put into reset and Power Down */
|
|
writel(0, priv->regs + TVE200_CTRL);
|
|
+ writel(TVE200_CTRL_4_RESET, priv->regs + TVE200_CTRL_4);
|
|
|
|
clk_disable_unprepare(priv->clk);
|
|
}
|
|
@@ -279,6 +297,8 @@ static int tve200_display_enable_vblank(struct drm_simple_display_pipe *pipe)
|
|
struct drm_device *drm = crtc->dev;
|
|
struct tve200_drm_dev_private *priv = drm->dev_private;
|
|
|
|
+ /* Clear any IRQs and enable */
|
|
+ writel(0xFF, priv->regs + TVE200_INT_CLR);
|
|
writel(TVE200_INT_V_STATUS, priv->regs + TVE200_INT_EN);
|
|
return 0;
|
|
}
|
|
diff --git a/drivers/hid/hid-elan.c b/drivers/hid/hid-elan.c
|
|
index 45c4f888b7c4e..dae193749d443 100644
|
|
--- a/drivers/hid/hid-elan.c
|
|
+++ b/drivers/hid/hid-elan.c
|
|
@@ -188,6 +188,7 @@ static int elan_input_configured(struct hid_device *hdev, struct hid_input *hi)
|
|
ret = input_mt_init_slots(input, ELAN_MAX_FINGERS, INPUT_MT_POINTER);
|
|
if (ret) {
|
|
hid_err(hdev, "Failed to init elan MT slots: %d\n", ret);
|
|
+ input_free_device(input);
|
|
return ret;
|
|
}
|
|
|
|
@@ -198,6 +199,7 @@ static int elan_input_configured(struct hid_device *hdev, struct hid_input *hi)
|
|
if (ret) {
|
|
hid_err(hdev, "Failed to register elan input device: %d\n",
|
|
ret);
|
|
+ input_mt_destroy_slots(input);
|
|
input_free_device(input);
|
|
return ret;
|
|
}
|
|
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h
|
|
index fbc93d8dda5ed..e03a4d794240c 100644
|
|
--- a/drivers/hid/hid-ids.h
|
|
+++ b/drivers/hid/hid-ids.h
|
|
@@ -846,6 +846,7 @@
|
|
#define USB_DEVICE_ID_MS_POWER_COVER 0x07da
|
|
#define USB_DEVICE_ID_MS_XBOX_ONE_S_CONTROLLER 0x02fd
|
|
#define USB_DEVICE_ID_MS_PIXART_MOUSE 0x00cb
|
|
+#define USB_DEVICE_ID_8BITDO_SN30_PRO_PLUS 0x02e0
|
|
|
|
#define USB_VENDOR_ID_MOJO 0x8282
|
|
#define USB_DEVICE_ID_RETRO_ADAPTER 0x3201
|
|
@@ -1011,6 +1012,8 @@
|
|
#define USB_DEVICE_ID_SAITEK_RAT9 0x0cfa
|
|
#define USB_DEVICE_ID_SAITEK_MMO7 0x0cd0
|
|
#define USB_DEVICE_ID_SAITEK_X52 0x075c
|
|
+#define USB_DEVICE_ID_SAITEK_X52_2 0x0255
|
|
+#define USB_DEVICE_ID_SAITEK_X52_PRO 0x0762
|
|
|
|
#define USB_VENDOR_ID_SAMSUNG 0x0419
|
|
#define USB_DEVICE_ID_SAMSUNG_IR_REMOTE 0x0001
|
|
diff --git a/drivers/hid/hid-microsoft.c b/drivers/hid/hid-microsoft.c
|
|
index 2d8b589201a4e..8cb1ca1936e42 100644
|
|
--- a/drivers/hid/hid-microsoft.c
|
|
+++ b/drivers/hid/hid-microsoft.c
|
|
@@ -451,6 +451,8 @@ static const struct hid_device_id ms_devices[] = {
|
|
.driver_data = MS_SURFACE_DIAL },
|
|
{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_MS_XBOX_ONE_S_CONTROLLER),
|
|
.driver_data = MS_QUIRK_FF },
|
|
+ { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_MICROSOFT, USB_DEVICE_ID_8BITDO_SN30_PRO_PLUS),
|
|
+ .driver_data = MS_QUIRK_FF },
|
|
{ }
|
|
};
|
|
MODULE_DEVICE_TABLE(hid, ms_devices);
|
|
diff --git a/drivers/hid/hid-quirks.c b/drivers/hid/hid-quirks.c
|
|
index 8a739ec50cc00..0440e2f6e8a3c 100644
|
|
--- a/drivers/hid/hid-quirks.c
|
|
+++ b/drivers/hid/hid-quirks.c
|
|
@@ -150,6 +150,8 @@ static const struct hid_device_id hid_quirks[] = {
|
|
{ HID_USB_DEVICE(USB_VENDOR_ID_RETROUSB, USB_DEVICE_ID_RETROUSB_SNES_RETROPORT), HID_QUIRK_INCREMENT_USAGE_ON_DUPLICATE },
|
|
{ HID_USB_DEVICE(USB_VENDOR_ID_SAITEK, USB_DEVICE_ID_SAITEK_RUMBLEPAD), HID_QUIRK_BADPAD },
|
|
{ HID_USB_DEVICE(USB_VENDOR_ID_SAITEK, USB_DEVICE_ID_SAITEK_X52), HID_QUIRK_INCREMENT_USAGE_ON_DUPLICATE },
|
|
+ { HID_USB_DEVICE(USB_VENDOR_ID_SAITEK, USB_DEVICE_ID_SAITEK_X52_2), HID_QUIRK_INCREMENT_USAGE_ON_DUPLICATE },
|
|
+ { HID_USB_DEVICE(USB_VENDOR_ID_SAITEK, USB_DEVICE_ID_SAITEK_X52_PRO), HID_QUIRK_INCREMENT_USAGE_ON_DUPLICATE },
|
|
{ HID_USB_DEVICE(USB_VENDOR_ID_SEMICO, USB_DEVICE_ID_SEMICO_USB_KEYKOARD2), HID_QUIRK_NO_INIT_REPORTS },
|
|
{ HID_USB_DEVICE(USB_VENDOR_ID_SEMICO, USB_DEVICE_ID_SEMICO_USB_KEYKOARD), HID_QUIRK_NO_INIT_REPORTS },
|
|
{ HID_USB_DEVICE(USB_VENDOR_ID_SENNHEISER, USB_DEVICE_ID_SENNHEISER_BTD500USB), HID_QUIRK_NOGET },
|
|
diff --git a/drivers/iio/accel/bmc150-accel-core.c b/drivers/iio/accel/bmc150-accel-core.c
|
|
index 121b4e89f038c..bcdf25f32e220 100644
|
|
--- a/drivers/iio/accel/bmc150-accel-core.c
|
|
+++ b/drivers/iio/accel/bmc150-accel-core.c
|
|
@@ -189,6 +189,14 @@ struct bmc150_accel_data {
|
|
struct mutex mutex;
|
|
u8 fifo_mode, watermark;
|
|
s16 buffer[8];
|
|
+ /*
|
|
+ * Ensure there is sufficient space and correct alignment for
|
|
+ * the timestamp if enabled
|
|
+ */
|
|
+ struct {
|
|
+ __le16 channels[3];
|
|
+ s64 ts __aligned(8);
|
|
+ } scan;
|
|
u8 bw_bits;
|
|
u32 slope_dur;
|
|
u32 slope_thres;
|
|
@@ -922,15 +930,16 @@ static int __bmc150_accel_fifo_flush(struct iio_dev *indio_dev,
|
|
* now.
|
|
*/
|
|
for (i = 0; i < count; i++) {
|
|
- u16 sample[8];
|
|
int j, bit;
|
|
|
|
j = 0;
|
|
for_each_set_bit(bit, indio_dev->active_scan_mask,
|
|
indio_dev->masklength)
|
|
- memcpy(&sample[j++], &buffer[i * 3 + bit], 2);
|
|
+ memcpy(&data->scan.channels[j++], &buffer[i * 3 + bit],
|
|
+ sizeof(data->scan.channels[0]));
|
|
|
|
- iio_push_to_buffers_with_timestamp(indio_dev, sample, tstamp);
|
|
+ iio_push_to_buffers_with_timestamp(indio_dev, &data->scan,
|
|
+ tstamp);
|
|
|
|
tstamp += sample_period;
|
|
}
|
|
diff --git a/drivers/iio/accel/kxsd9.c b/drivers/iio/accel/kxsd9.c
|
|
index 0b876b2dc5bd4..76429e2a6fb8f 100644
|
|
--- a/drivers/iio/accel/kxsd9.c
|
|
+++ b/drivers/iio/accel/kxsd9.c
|
|
@@ -209,14 +209,20 @@ static irqreturn_t kxsd9_trigger_handler(int irq, void *p)
|
|
const struct iio_poll_func *pf = p;
|
|
struct iio_dev *indio_dev = pf->indio_dev;
|
|
struct kxsd9_state *st = iio_priv(indio_dev);
|
|
+ /*
|
|
+ * Ensure correct positioning and alignment of timestamp.
|
|
+ * No need to zero initialize as all elements written.
|
|
+ */
|
|
+ struct {
|
|
+ __be16 chan[4];
|
|
+ s64 ts __aligned(8);
|
|
+ } hw_values;
|
|
int ret;
|
|
- /* 4 * 16bit values AND timestamp */
|
|
- __be16 hw_values[8];
|
|
|
|
ret = regmap_bulk_read(st->map,
|
|
KXSD9_REG_X,
|
|
- &hw_values,
|
|
- 8);
|
|
+ hw_values.chan,
|
|
+ sizeof(hw_values.chan));
|
|
if (ret) {
|
|
dev_err(st->dev,
|
|
"error reading data\n");
|
|
@@ -224,7 +230,7 @@ static irqreturn_t kxsd9_trigger_handler(int irq, void *p)
|
|
}
|
|
|
|
iio_push_to_buffers_with_timestamp(indio_dev,
|
|
- hw_values,
|
|
+ &hw_values,
|
|
iio_get_time_ns(indio_dev));
|
|
iio_trigger_notify_done(indio_dev->trig);
|
|
|
|
diff --git a/drivers/iio/accel/mma7455_core.c b/drivers/iio/accel/mma7455_core.c
|
|
index 8b5a6aff9bf4b..70ec3490bdb85 100644
|
|
--- a/drivers/iio/accel/mma7455_core.c
|
|
+++ b/drivers/iio/accel/mma7455_core.c
|
|
@@ -52,6 +52,14 @@
|
|
|
|
struct mma7455_data {
|
|
struct regmap *regmap;
|
|
+ /*
|
|
+ * Used to reorganize data. Will ensure correct alignment of
|
|
+ * the timestamp if present
|
|
+ */
|
|
+ struct {
|
|
+ __le16 channels[3];
|
|
+ s64 ts __aligned(8);
|
|
+ } scan;
|
|
};
|
|
|
|
static int mma7455_drdy(struct mma7455_data *mma7455)
|
|
@@ -82,19 +90,19 @@ static irqreturn_t mma7455_trigger_handler(int irq, void *p)
|
|
struct iio_poll_func *pf = p;
|
|
struct iio_dev *indio_dev = pf->indio_dev;
|
|
struct mma7455_data *mma7455 = iio_priv(indio_dev);
|
|
- u8 buf[16]; /* 3 x 16-bit channels + padding + ts */
|
|
int ret;
|
|
|
|
ret = mma7455_drdy(mma7455);
|
|
if (ret)
|
|
goto done;
|
|
|
|
- ret = regmap_bulk_read(mma7455->regmap, MMA7455_REG_XOUTL, buf,
|
|
- sizeof(__le16) * 3);
|
|
+ ret = regmap_bulk_read(mma7455->regmap, MMA7455_REG_XOUTL,
|
|
+ mma7455->scan.channels,
|
|
+ sizeof(mma7455->scan.channels));
|
|
if (ret)
|
|
goto done;
|
|
|
|
- iio_push_to_buffers_with_timestamp(indio_dev, buf,
|
|
+ iio_push_to_buffers_with_timestamp(indio_dev, &mma7455->scan,
|
|
iio_get_time_ns(indio_dev));
|
|
|
|
done:
|
|
diff --git a/drivers/iio/accel/mma8452.c b/drivers/iio/accel/mma8452.c
|
|
index 813bca7cfc3ed..85d453b3f5ec1 100644
|
|
--- a/drivers/iio/accel/mma8452.c
|
|
+++ b/drivers/iio/accel/mma8452.c
|
|
@@ -110,6 +110,12 @@ struct mma8452_data {
|
|
int sleep_val;
|
|
struct regulator *vdd_reg;
|
|
struct regulator *vddio_reg;
|
|
+
|
|
+ /* Ensure correct alignment of time stamp when present */
|
|
+ struct {
|
|
+ __be16 channels[3];
|
|
+ s64 ts __aligned(8);
|
|
+ } buffer;
|
|
};
|
|
|
|
/**
|
|
@@ -1091,14 +1097,13 @@ static irqreturn_t mma8452_trigger_handler(int irq, void *p)
|
|
struct iio_poll_func *pf = p;
|
|
struct iio_dev *indio_dev = pf->indio_dev;
|
|
struct mma8452_data *data = iio_priv(indio_dev);
|
|
- u8 buffer[16]; /* 3 16-bit channels + padding + ts */
|
|
int ret;
|
|
|
|
- ret = mma8452_read(data, (__be16 *)buffer);
|
|
+ ret = mma8452_read(data, data->buffer.channels);
|
|
if (ret < 0)
|
|
goto done;
|
|
|
|
- iio_push_to_buffers_with_timestamp(indio_dev, buffer,
|
|
+ iio_push_to_buffers_with_timestamp(indio_dev, &data->buffer,
|
|
iio_get_time_ns(indio_dev));
|
|
|
|
done:
|
|
diff --git a/drivers/iio/adc/ina2xx-adc.c b/drivers/iio/adc/ina2xx-adc.c
|
|
index bdd7cba6f6b0b..d3e9ec00ef959 100644
|
|
--- a/drivers/iio/adc/ina2xx-adc.c
|
|
+++ b/drivers/iio/adc/ina2xx-adc.c
|
|
@@ -146,6 +146,11 @@ struct ina2xx_chip_info {
|
|
int range_vbus; /* Bus voltage maximum in V */
|
|
int pga_gain_vshunt; /* Shunt voltage PGA gain */
|
|
bool allow_async_readout;
|
|
+ /* data buffer needs space for channel data and timestamp */
|
|
+ struct {
|
|
+ u16 chan[4];
|
|
+ u64 ts __aligned(8);
|
|
+ } scan;
|
|
};
|
|
|
|
static const struct ina2xx_config ina2xx_config[] = {
|
|
@@ -738,8 +743,6 @@ static int ina2xx_conversion_ready(struct iio_dev *indio_dev)
|
|
static int ina2xx_work_buffer(struct iio_dev *indio_dev)
|
|
{
|
|
struct ina2xx_chip_info *chip = iio_priv(indio_dev);
|
|
- /* data buffer needs space for channel data and timestap */
|
|
- unsigned short data[4 + sizeof(s64)/sizeof(short)];
|
|
int bit, ret, i = 0;
|
|
s64 time;
|
|
|
|
@@ -758,10 +761,10 @@ static int ina2xx_work_buffer(struct iio_dev *indio_dev)
|
|
if (ret < 0)
|
|
return ret;
|
|
|
|
- data[i++] = val;
|
|
+ chip->scan.chan[i++] = val;
|
|
}
|
|
|
|
- iio_push_to_buffers_with_timestamp(indio_dev, data, time);
|
|
+ iio_push_to_buffers_with_timestamp(indio_dev, &chip->scan, time);
|
|
|
|
return 0;
|
|
};
|
|
diff --git a/drivers/iio/adc/max1118.c b/drivers/iio/adc/max1118.c
|
|
index 3b6f3b9a6c5ba..a1b66f92e1bff 100644
|
|
--- a/drivers/iio/adc/max1118.c
|
|
+++ b/drivers/iio/adc/max1118.c
|
|
@@ -35,6 +35,11 @@ struct max1118 {
|
|
struct spi_device *spi;
|
|
struct mutex lock;
|
|
struct regulator *reg;
|
|
+ /* Ensure natural alignment of buffer elements */
|
|
+ struct {
|
|
+ u8 channels[2];
|
|
+ s64 ts __aligned(8);
|
|
+ } scan;
|
|
|
|
u8 data ____cacheline_aligned;
|
|
};
|
|
@@ -159,7 +164,6 @@ static irqreturn_t max1118_trigger_handler(int irq, void *p)
|
|
struct iio_poll_func *pf = p;
|
|
struct iio_dev *indio_dev = pf->indio_dev;
|
|
struct max1118 *adc = iio_priv(indio_dev);
|
|
- u8 data[16] = { }; /* 2x 8-bit ADC data + padding + 8 bytes timestamp */
|
|
int scan_index;
|
|
int i = 0;
|
|
|
|
@@ -177,10 +181,10 @@ static irqreturn_t max1118_trigger_handler(int irq, void *p)
|
|
goto out;
|
|
}
|
|
|
|
- data[i] = ret;
|
|
+ adc->scan.channels[i] = ret;
|
|
i++;
|
|
}
|
|
- iio_push_to_buffers_with_timestamp(indio_dev, data,
|
|
+ iio_push_to_buffers_with_timestamp(indio_dev, &adc->scan,
|
|
iio_get_time_ns(indio_dev));
|
|
out:
|
|
mutex_unlock(&adc->lock);
|
|
diff --git a/drivers/iio/adc/mcp3422.c b/drivers/iio/adc/mcp3422.c
|
|
index ea24d7c58b127..8ae4cf1351579 100644
|
|
--- a/drivers/iio/adc/mcp3422.c
|
|
+++ b/drivers/iio/adc/mcp3422.c
|
|
@@ -95,16 +95,12 @@ static int mcp3422_update_config(struct mcp3422 *adc, u8 newconfig)
|
|
{
|
|
int ret;
|
|
|
|
- mutex_lock(&adc->lock);
|
|
-
|
|
ret = i2c_master_send(adc->i2c, &newconfig, 1);
|
|
if (ret > 0) {
|
|
adc->config = newconfig;
|
|
ret = 0;
|
|
}
|
|
|
|
- mutex_unlock(&adc->lock);
|
|
-
|
|
return ret;
|
|
}
|
|
|
|
@@ -137,6 +133,8 @@ static int mcp3422_read_channel(struct mcp3422 *adc,
|
|
u8 config;
|
|
u8 req_channel = channel->channel;
|
|
|
|
+ mutex_lock(&adc->lock);
|
|
+
|
|
if (req_channel != MCP3422_CHANNEL(adc->config)) {
|
|
config = adc->config;
|
|
config &= ~MCP3422_CHANNEL_MASK;
|
|
@@ -144,12 +142,18 @@ static int mcp3422_read_channel(struct mcp3422 *adc,
|
|
config &= ~MCP3422_PGA_MASK;
|
|
config |= MCP3422_PGA_VALUE(adc->pga[req_channel]);
|
|
ret = mcp3422_update_config(adc, config);
|
|
- if (ret < 0)
|
|
+ if (ret < 0) {
|
|
+ mutex_unlock(&adc->lock);
|
|
return ret;
|
|
+ }
|
|
msleep(mcp3422_read_times[MCP3422_SAMPLE_RATE(adc->config)]);
|
|
}
|
|
|
|
- return mcp3422_read(adc, value, &config);
|
|
+ ret = mcp3422_read(adc, value, &config);
|
|
+
|
|
+ mutex_unlock(&adc->lock);
|
|
+
|
|
+ return ret;
|
|
}
|
|
|
|
static int mcp3422_read_raw(struct iio_dev *iio,
|
|
diff --git a/drivers/iio/adc/ti-adc081c.c b/drivers/iio/adc/ti-adc081c.c
|
|
index 0235863ff77b0..cc8cbffe2b7b5 100644
|
|
--- a/drivers/iio/adc/ti-adc081c.c
|
|
+++ b/drivers/iio/adc/ti-adc081c.c
|
|
@@ -33,6 +33,12 @@ struct adc081c {
|
|
|
|
/* 8, 10 or 12 */
|
|
int bits;
|
|
+
|
|
+ /* Ensure natural alignment of buffer elements */
|
|
+ struct {
|
|
+ u16 channel;
|
|
+ s64 ts __aligned(8);
|
|
+ } scan;
|
|
};
|
|
|
|
#define REG_CONV_RES 0x00
|
|
@@ -128,14 +134,13 @@ static irqreturn_t adc081c_trigger_handler(int irq, void *p)
|
|
struct iio_poll_func *pf = p;
|
|
struct iio_dev *indio_dev = pf->indio_dev;
|
|
struct adc081c *data = iio_priv(indio_dev);
|
|
- u16 buf[8]; /* 2 bytes data + 6 bytes padding + 8 bytes timestamp */
|
|
int ret;
|
|
|
|
ret = i2c_smbus_read_word_swapped(data->i2c, REG_CONV_RES);
|
|
if (ret < 0)
|
|
goto out;
|
|
- buf[0] = ret;
|
|
- iio_push_to_buffers_with_timestamp(indio_dev, buf,
|
|
+ data->scan.channel = ret;
|
|
+ iio_push_to_buffers_with_timestamp(indio_dev, &data->scan,
|
|
iio_get_time_ns(indio_dev));
|
|
out:
|
|
iio_trigger_notify_done(indio_dev->trig);
|
|
diff --git a/drivers/iio/adc/ti-adc084s021.c b/drivers/iio/adc/ti-adc084s021.c
|
|
index bdedf456ee05d..fc053216d282c 100644
|
|
--- a/drivers/iio/adc/ti-adc084s021.c
|
|
+++ b/drivers/iio/adc/ti-adc084s021.c
|
|
@@ -25,6 +25,11 @@ struct adc084s021 {
|
|
struct spi_transfer spi_trans;
|
|
struct regulator *reg;
|
|
struct mutex lock;
|
|
+ /* Buffer used to align data */
|
|
+ struct {
|
|
+ __be16 channels[4];
|
|
+ s64 ts __aligned(8);
|
|
+ } scan;
|
|
/*
|
|
* DMA (thus cache coherency maintenance) requires the
|
|
* transfer buffers to live in their own cache line.
|
|
@@ -140,14 +145,13 @@ static irqreturn_t adc084s021_buffer_trigger_handler(int irq, void *pollfunc)
|
|
struct iio_poll_func *pf = pollfunc;
|
|
struct iio_dev *indio_dev = pf->indio_dev;
|
|
struct adc084s021 *adc = iio_priv(indio_dev);
|
|
- __be16 data[8] = {0}; /* 4 * 16-bit words of data + 8 bytes timestamp */
|
|
|
|
mutex_lock(&adc->lock);
|
|
|
|
- if (adc084s021_adc_conversion(adc, &data) < 0)
|
|
+ if (adc084s021_adc_conversion(adc, adc->scan.channels) < 0)
|
|
dev_err(&adc->spi->dev, "Failed to read data\n");
|
|
|
|
- iio_push_to_buffers_with_timestamp(indio_dev, data,
|
|
+ iio_push_to_buffers_with_timestamp(indio_dev, &adc->scan,
|
|
iio_get_time_ns(indio_dev));
|
|
mutex_unlock(&adc->lock);
|
|
iio_trigger_notify_done(indio_dev->trig);
|
|
diff --git a/drivers/iio/adc/ti-ads1015.c b/drivers/iio/adc/ti-ads1015.c
|
|
index a550b132cfb73..871690a476610 100644
|
|
--- a/drivers/iio/adc/ti-ads1015.c
|
|
+++ b/drivers/iio/adc/ti-ads1015.c
|
|
@@ -309,6 +309,7 @@ static const struct iio_chan_spec ads1115_channels[] = {
|
|
IIO_CHAN_SOFT_TIMESTAMP(ADS1015_TIMESTAMP),
|
|
};
|
|
|
|
+#ifdef CONFIG_PM
|
|
static int ads1015_set_power_state(struct ads1015_data *data, bool on)
|
|
{
|
|
int ret;
|
|
@@ -326,6 +327,15 @@ static int ads1015_set_power_state(struct ads1015_data *data, bool on)
|
|
return ret < 0 ? ret : 0;
|
|
}
|
|
|
|
+#else /* !CONFIG_PM */
|
|
+
|
|
+static int ads1015_set_power_state(struct ads1015_data *data, bool on)
|
|
+{
|
|
+ return 0;
|
|
+}
|
|
+
|
|
+#endif /* !CONFIG_PM */
|
|
+
|
|
static
|
|
int ads1015_get_adc_result(struct ads1015_data *data, int chan, int *val)
|
|
{
|
|
diff --git a/drivers/iio/chemical/ccs811.c b/drivers/iio/chemical/ccs811.c
|
|
index 2ebdfc35bcda6..7bf4e9a16a6ae 100644
|
|
--- a/drivers/iio/chemical/ccs811.c
|
|
+++ b/drivers/iio/chemical/ccs811.c
|
|
@@ -75,6 +75,11 @@ struct ccs811_data {
|
|
struct ccs811_reading buffer;
|
|
struct iio_trigger *drdy_trig;
|
|
bool drdy_trig_on;
|
|
+ /* Ensures correct alignment of timestamp if present */
|
|
+ struct {
|
|
+ s16 channels[2];
|
|
+ s64 ts __aligned(8);
|
|
+ } scan;
|
|
};
|
|
|
|
static const struct iio_chan_spec ccs811_channels[] = {
|
|
@@ -306,17 +311,17 @@ static irqreturn_t ccs811_trigger_handler(int irq, void *p)
|
|
struct iio_dev *indio_dev = pf->indio_dev;
|
|
struct ccs811_data *data = iio_priv(indio_dev);
|
|
struct i2c_client *client = data->client;
|
|
- s16 buf[8]; /* s16 eCO2 + s16 TVOC + padding + 8 byte timestamp */
|
|
int ret;
|
|
|
|
- ret = i2c_smbus_read_i2c_block_data(client, CCS811_ALG_RESULT_DATA, 4,
|
|
- (u8 *)&buf);
|
|
+ ret = i2c_smbus_read_i2c_block_data(client, CCS811_ALG_RESULT_DATA,
|
|
+ sizeof(data->scan.channels),
|
|
+ (u8 *)data->scan.channels);
|
|
if (ret != 4) {
|
|
dev_err(&client->dev, "cannot read sensor data\n");
|
|
goto err;
|
|
}
|
|
|
|
- iio_push_to_buffers_with_timestamp(indio_dev, buf,
|
|
+ iio_push_to_buffers_with_timestamp(indio_dev, &data->scan,
|
|
iio_get_time_ns(indio_dev));
|
|
|
|
err:
|
|
diff --git a/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c b/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c
|
|
index d2609e6feda4d..b4f394f058636 100644
|
|
--- a/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c
|
|
+++ b/drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c
|
|
@@ -57,10 +57,13 @@ static void get_default_min_max_freq(enum motionsensor_type type,
|
|
{
|
|
switch (type) {
|
|
case MOTIONSENSE_TYPE_ACCEL:
|
|
- case MOTIONSENSE_TYPE_GYRO:
|
|
*min_freq = 12500;
|
|
*max_freq = 100000;
|
|
break;
|
|
+ case MOTIONSENSE_TYPE_GYRO:
|
|
+ *min_freq = 25000;
|
|
+ *max_freq = 100000;
|
|
+ break;
|
|
case MOTIONSENSE_TYPE_MAG:
|
|
*min_freq = 5000;
|
|
*max_freq = 25000;
|
|
diff --git a/drivers/iio/light/ltr501.c b/drivers/iio/light/ltr501.c
|
|
index 71f99d2a22c1d..ceddb6a3b61bb 100644
|
|
--- a/drivers/iio/light/ltr501.c
|
|
+++ b/drivers/iio/light/ltr501.c
|
|
@@ -1242,13 +1242,16 @@ static irqreturn_t ltr501_trigger_handler(int irq, void *p)
|
|
struct iio_poll_func *pf = p;
|
|
struct iio_dev *indio_dev = pf->indio_dev;
|
|
struct ltr501_data *data = iio_priv(indio_dev);
|
|
- u16 buf[8];
|
|
+ struct {
|
|
+ u16 channels[3];
|
|
+ s64 ts __aligned(8);
|
|
+ } scan;
|
|
__le16 als_buf[2];
|
|
u8 mask = 0;
|
|
int j = 0;
|
|
int ret, psdata;
|
|
|
|
- memset(buf, 0, sizeof(buf));
|
|
+ memset(&scan, 0, sizeof(scan));
|
|
|
|
/* figure out which data needs to be ready */
|
|
if (test_bit(0, indio_dev->active_scan_mask) ||
|
|
@@ -1267,9 +1270,9 @@ static irqreturn_t ltr501_trigger_handler(int irq, void *p)
|
|
if (ret < 0)
|
|
return ret;
|
|
if (test_bit(0, indio_dev->active_scan_mask))
|
|
- buf[j++] = le16_to_cpu(als_buf[1]);
|
|
+ scan.channels[j++] = le16_to_cpu(als_buf[1]);
|
|
if (test_bit(1, indio_dev->active_scan_mask))
|
|
- buf[j++] = le16_to_cpu(als_buf[0]);
|
|
+ scan.channels[j++] = le16_to_cpu(als_buf[0]);
|
|
}
|
|
|
|
if (mask & LTR501_STATUS_PS_RDY) {
|
|
@@ -1277,10 +1280,10 @@ static irqreturn_t ltr501_trigger_handler(int irq, void *p)
|
|
&psdata, 2);
|
|
if (ret < 0)
|
|
goto done;
|
|
- buf[j++] = psdata & LTR501_PS_DATA_MASK;
|
|
+ scan.channels[j++] = psdata & LTR501_PS_DATA_MASK;
|
|
}
|
|
|
|
- iio_push_to_buffers_with_timestamp(indio_dev, buf,
|
|
+ iio_push_to_buffers_with_timestamp(indio_dev, &scan,
|
|
iio_get_time_ns(indio_dev));
|
|
|
|
done:
|
|
diff --git a/drivers/iio/light/max44000.c b/drivers/iio/light/max44000.c
|
|
index d6d8007ba430a..8cc619de2c3ae 100644
|
|
--- a/drivers/iio/light/max44000.c
|
|
+++ b/drivers/iio/light/max44000.c
|
|
@@ -75,6 +75,11 @@
|
|
struct max44000_data {
|
|
struct mutex lock;
|
|
struct regmap *regmap;
|
|
+ /* Ensure naturally aligned timestamp */
|
|
+ struct {
|
|
+ u16 channels[2];
|
|
+ s64 ts __aligned(8);
|
|
+ } scan;
|
|
};
|
|
|
|
/* Default scale is set to the minimum of 0.03125 or 1 / (1 << 5) lux */
|
|
@@ -488,7 +493,6 @@ static irqreturn_t max44000_trigger_handler(int irq, void *p)
|
|
struct iio_poll_func *pf = p;
|
|
struct iio_dev *indio_dev = pf->indio_dev;
|
|
struct max44000_data *data = iio_priv(indio_dev);
|
|
- u16 buf[8]; /* 2x u16 + padding + 8 bytes timestamp */
|
|
int index = 0;
|
|
unsigned int regval;
|
|
int ret;
|
|
@@ -498,17 +502,17 @@ static irqreturn_t max44000_trigger_handler(int irq, void *p)
|
|
ret = max44000_read_alsval(data);
|
|
if (ret < 0)
|
|
goto out_unlock;
|
|
- buf[index++] = ret;
|
|
+ data->scan.channels[index++] = ret;
|
|
}
|
|
if (test_bit(MAX44000_SCAN_INDEX_PRX, indio_dev->active_scan_mask)) {
|
|
ret = regmap_read(data->regmap, MAX44000_REG_PRX_DATA, ®val);
|
|
if (ret < 0)
|
|
goto out_unlock;
|
|
- buf[index] = regval;
|
|
+ data->scan.channels[index] = regval;
|
|
}
|
|
mutex_unlock(&data->lock);
|
|
|
|
- iio_push_to_buffers_with_timestamp(indio_dev, buf,
|
|
+ iio_push_to_buffers_with_timestamp(indio_dev, &data->scan,
|
|
iio_get_time_ns(indio_dev));
|
|
iio_trigger_notify_done(indio_dev->trig);
|
|
return IRQ_HANDLED;
|
|
diff --git a/drivers/iio/magnetometer/ak8975.c b/drivers/iio/magnetometer/ak8975.c
|
|
index 893bec5a0312b..82af903a765b2 100644
|
|
--- a/drivers/iio/magnetometer/ak8975.c
|
|
+++ b/drivers/iio/magnetometer/ak8975.c
|
|
@@ -368,6 +368,12 @@ struct ak8975_data {
|
|
struct iio_mount_matrix orientation;
|
|
struct regulator *vdd;
|
|
struct regulator *vid;
|
|
+
|
|
+ /* Ensure natural alignment of timestamp */
|
|
+ struct {
|
|
+ s16 channels[3];
|
|
+ s64 ts __aligned(8);
|
|
+ } scan;
|
|
};
|
|
|
|
/* Enable attached power regulator if any. */
|
|
@@ -805,7 +811,6 @@ static void ak8975_fill_buffer(struct iio_dev *indio_dev)
|
|
const struct i2c_client *client = data->client;
|
|
const struct ak_def *def = data->def;
|
|
int ret;
|
|
- s16 buff[8]; /* 3 x 16 bits axis values + 1 aligned 64 bits timestamp */
|
|
__le16 fval[3];
|
|
|
|
mutex_lock(&data->lock);
|
|
@@ -828,12 +833,13 @@ static void ak8975_fill_buffer(struct iio_dev *indio_dev)
|
|
mutex_unlock(&data->lock);
|
|
|
|
/* Clamp to valid range. */
|
|
- buff[0] = clamp_t(s16, le16_to_cpu(fval[0]), -def->range, def->range);
|
|
- buff[1] = clamp_t(s16, le16_to_cpu(fval[1]), -def->range, def->range);
|
|
- buff[2] = clamp_t(s16, le16_to_cpu(fval[2]), -def->range, def->range);
|
|
+ data->scan.channels[0] = clamp_t(s16, le16_to_cpu(fval[0]), -def->range, def->range);
|
|
+ data->scan.channels[1] = clamp_t(s16, le16_to_cpu(fval[1]), -def->range, def->range);
|
|
+ data->scan.channels[2] = clamp_t(s16, le16_to_cpu(fval[2]), -def->range, def->range);
|
|
|
|
- iio_push_to_buffers_with_timestamp(indio_dev, buff,
|
|
+ iio_push_to_buffers_with_timestamp(indio_dev, &data->scan,
|
|
iio_get_time_ns(indio_dev));
|
|
+
|
|
return;
|
|
|
|
unlock:
|
|
diff --git a/drivers/iio/proximity/mb1232.c b/drivers/iio/proximity/mb1232.c
|
|
index 166b3e6d7db89..5254b1fbccfdc 100644
|
|
--- a/drivers/iio/proximity/mb1232.c
|
|
+++ b/drivers/iio/proximity/mb1232.c
|
|
@@ -40,6 +40,11 @@ struct mb1232_data {
|
|
*/
|
|
struct completion ranging;
|
|
int irqnr;
|
|
+ /* Ensure correct alignment of data to push to IIO buffer */
|
|
+ struct {
|
|
+ s16 distance;
|
|
+ s64 ts __aligned(8);
|
|
+ } scan;
|
|
};
|
|
|
|
static irqreturn_t mb1232_handle_irq(int irq, void *dev_id)
|
|
@@ -113,17 +118,13 @@ static irqreturn_t mb1232_trigger_handler(int irq, void *p)
|
|
struct iio_poll_func *pf = p;
|
|
struct iio_dev *indio_dev = pf->indio_dev;
|
|
struct mb1232_data *data = iio_priv(indio_dev);
|
|
- /*
|
|
- * triggered buffer
|
|
- * 16-bit channel + 48-bit padding + 64-bit timestamp
|
|
- */
|
|
- s16 buffer[8] = { 0 };
|
|
|
|
- buffer[0] = mb1232_read_distance(data);
|
|
- if (buffer[0] < 0)
|
|
+ data->scan.distance = mb1232_read_distance(data);
|
|
+ if (data->scan.distance < 0)
|
|
goto err;
|
|
|
|
- iio_push_to_buffers_with_timestamp(indio_dev, buffer, pf->timestamp);
|
|
+ iio_push_to_buffers_with_timestamp(indio_dev, &data->scan,
|
|
+ pf->timestamp);
|
|
|
|
err:
|
|
iio_trigger_notify_done(indio_dev->trig);
|
|
diff --git a/drivers/infiniband/core/verbs.c b/drivers/infiniband/core/verbs.c
|
|
index d4815f29cfd24..5d896f6b2b617 100644
|
|
--- a/drivers/infiniband/core/verbs.c
|
|
+++ b/drivers/infiniband/core/verbs.c
|
|
@@ -1749,7 +1749,7 @@ int ib_get_eth_speed(struct ib_device *dev, u8 port_num, u8 *speed, u8 *width)
|
|
|
|
dev_put(netdev);
|
|
|
|
- if (!rc) {
|
|
+ if (!rc && lksettings.base.speed != (u32)SPEED_UNKNOWN) {
|
|
netdev_speed = lksettings.base.speed;
|
|
} else {
|
|
netdev_speed = SPEED_1000;
|
|
diff --git a/drivers/infiniband/hw/bnxt_re/ib_verbs.c b/drivers/infiniband/hw/bnxt_re/ib_verbs.c
|
|
index ebc3e3d4a6e2a..3b05c0640338f 100644
|
|
--- a/drivers/infiniband/hw/bnxt_re/ib_verbs.c
|
|
+++ b/drivers/infiniband/hw/bnxt_re/ib_verbs.c
|
|
@@ -2973,6 +2973,19 @@ static void bnxt_re_process_res_rawqp1_wc(struct ib_wc *wc,
|
|
wc->wc_flags |= IB_WC_GRH;
|
|
}
|
|
|
|
+static bool bnxt_re_check_if_vlan_valid(struct bnxt_re_dev *rdev,
|
|
+ u16 vlan_id)
|
|
+{
|
|
+ /*
|
|
+ * Check if the vlan is configured in the host. If not configured, it
|
|
+ * can be a transparent VLAN. So dont report the vlan id.
|
|
+ */
|
|
+ if (!__vlan_find_dev_deep_rcu(rdev->netdev,
|
|
+ htons(ETH_P_8021Q), vlan_id))
|
|
+ return false;
|
|
+ return true;
|
|
+}
|
|
+
|
|
static bool bnxt_re_is_vlan_pkt(struct bnxt_qplib_cqe *orig_cqe,
|
|
u16 *vid, u8 *sl)
|
|
{
|
|
@@ -3041,9 +3054,11 @@ static void bnxt_re_process_res_shadow_qp_wc(struct bnxt_re_qp *qp,
|
|
wc->src_qp = orig_cqe->src_qp;
|
|
memcpy(wc->smac, orig_cqe->smac, ETH_ALEN);
|
|
if (bnxt_re_is_vlan_pkt(orig_cqe, &vlan_id, &sl)) {
|
|
- wc->vlan_id = vlan_id;
|
|
- wc->sl = sl;
|
|
- wc->wc_flags |= IB_WC_WITH_VLAN;
|
|
+ if (bnxt_re_check_if_vlan_valid(rdev, vlan_id)) {
|
|
+ wc->vlan_id = vlan_id;
|
|
+ wc->sl = sl;
|
|
+ wc->wc_flags |= IB_WC_WITH_VLAN;
|
|
+ }
|
|
}
|
|
wc->port_num = 1;
|
|
wc->vendor_err = orig_cqe->status;
|
|
diff --git a/drivers/infiniband/hw/mlx4/main.c b/drivers/infiniband/hw/mlx4/main.c
|
|
index 61a1b0bdede05..b8274c6fc43e7 100644
|
|
--- a/drivers/infiniband/hw/mlx4/main.c
|
|
+++ b/drivers/infiniband/hw/mlx4/main.c
|
|
@@ -781,7 +781,8 @@ static int eth_link_query_port(struct ib_device *ibdev, u8 port,
|
|
props->ip_gids = true;
|
|
props->gid_tbl_len = mdev->dev->caps.gid_table_len[port];
|
|
props->max_msg_sz = mdev->dev->caps.max_msg_sz;
|
|
- props->pkey_tbl_len = 1;
|
|
+ if (mdev->dev->caps.pkey_table_len[port])
|
|
+ props->pkey_tbl_len = 1;
|
|
props->max_mtu = IB_MTU_4096;
|
|
props->max_vl_num = 2;
|
|
props->state = IB_PORT_DOWN;
|
|
diff --git a/drivers/infiniband/sw/rxe/rxe.c b/drivers/infiniband/sw/rxe/rxe.c
|
|
index a8c11b5e1e943..70c4ea438664d 100644
|
|
--- a/drivers/infiniband/sw/rxe/rxe.c
|
|
+++ b/drivers/infiniband/sw/rxe/rxe.c
|
|
@@ -48,6 +48,8 @@ static void rxe_cleanup_ports(struct rxe_dev *rxe)
|
|
|
|
}
|
|
|
|
+bool rxe_initialized;
|
|
+
|
|
/* free resources for a rxe device all objects created for this device must
|
|
* have been destroyed
|
|
*/
|
|
@@ -157,9 +159,6 @@ static int rxe_init_ports(struct rxe_dev *rxe)
|
|
|
|
rxe_init_port_param(port);
|
|
|
|
- if (!port->attr.pkey_tbl_len || !port->attr.gid_tbl_len)
|
|
- return -EINVAL;
|
|
-
|
|
port->pkey_tbl = kcalloc(port->attr.pkey_tbl_len,
|
|
sizeof(*port->pkey_tbl), GFP_KERNEL);
|
|
|
|
@@ -358,6 +357,7 @@ static int __init rxe_module_init(void)
|
|
return err;
|
|
|
|
rdma_link_register(&rxe_link_ops);
|
|
+ rxe_initialized = true;
|
|
pr_info("loaded\n");
|
|
return 0;
|
|
}
|
|
@@ -369,6 +369,7 @@ static void __exit rxe_module_exit(void)
|
|
rxe_net_exit();
|
|
rxe_cache_exit();
|
|
|
|
+ rxe_initialized = false;
|
|
pr_info("unloaded\n");
|
|
}
|
|
|
|
diff --git a/drivers/infiniband/sw/rxe/rxe.h b/drivers/infiniband/sw/rxe/rxe.h
|
|
index fb07eed9e4028..cae1b0a24c850 100644
|
|
--- a/drivers/infiniband/sw/rxe/rxe.h
|
|
+++ b/drivers/infiniband/sw/rxe/rxe.h
|
|
@@ -67,6 +67,8 @@
|
|
|
|
#define RXE_ROCE_V2_SPORT (0xc000)
|
|
|
|
+extern bool rxe_initialized;
|
|
+
|
|
static inline u32 rxe_crc32(struct rxe_dev *rxe,
|
|
u32 crc, void *next, size_t len)
|
|
{
|
|
diff --git a/drivers/infiniband/sw/rxe/rxe_mr.c b/drivers/infiniband/sw/rxe/rxe_mr.c
|
|
index ea6a819b71675..ffbc50341a55a 100644
|
|
--- a/drivers/infiniband/sw/rxe/rxe_mr.c
|
|
+++ b/drivers/infiniband/sw/rxe/rxe_mr.c
|
|
@@ -207,6 +207,7 @@ int rxe_mem_init_user(struct rxe_pd *pd, u64 start,
|
|
vaddr = page_address(sg_page_iter_page(&sg_iter));
|
|
if (!vaddr) {
|
|
pr_warn("null vaddr\n");
|
|
+ ib_umem_release(umem);
|
|
err = -ENOMEM;
|
|
goto err1;
|
|
}
|
|
diff --git a/drivers/infiniband/sw/rxe/rxe_sysfs.c b/drivers/infiniband/sw/rxe/rxe_sysfs.c
|
|
index ccda5f5a3bc0a..2af31d421bfc3 100644
|
|
--- a/drivers/infiniband/sw/rxe/rxe_sysfs.c
|
|
+++ b/drivers/infiniband/sw/rxe/rxe_sysfs.c
|
|
@@ -61,6 +61,11 @@ static int rxe_param_set_add(const char *val, const struct kernel_param *kp)
|
|
struct net_device *ndev;
|
|
struct rxe_dev *exists;
|
|
|
|
+ if (!rxe_initialized) {
|
|
+ pr_err("Module parameters are not supported, use rdma link add or rxe_cfg\n");
|
|
+ return -EAGAIN;
|
|
+ }
|
|
+
|
|
len = sanitize_arg(val, intf, sizeof(intf));
|
|
if (!len) {
|
|
pr_err("add: invalid interface name\n");
|
|
diff --git a/drivers/infiniband/sw/rxe/rxe_verbs.c b/drivers/infiniband/sw/rxe/rxe_verbs.c
|
|
index 71358b0b8910c..d1fe57ac87f56 100644
|
|
--- a/drivers/infiniband/sw/rxe/rxe_verbs.c
|
|
+++ b/drivers/infiniband/sw/rxe/rxe_verbs.c
|
|
@@ -1078,7 +1078,7 @@ static ssize_t parent_show(struct device *device,
|
|
struct rxe_dev *rxe =
|
|
rdma_device_to_drv_device(device, struct rxe_dev, ib_dev);
|
|
|
|
- return snprintf(buf, 16, "%s\n", rxe_parent_name(rxe, 1));
|
|
+ return scnprintf(buf, PAGE_SIZE, "%s\n", rxe_parent_name(rxe, 1));
|
|
}
|
|
|
|
static DEVICE_ATTR_RO(parent);
|
|
diff --git a/drivers/infiniband/ulp/isert/ib_isert.c b/drivers/infiniband/ulp/isert/ib_isert.c
|
|
index a1a035270cabf..71268d61d2b8a 100644
|
|
--- a/drivers/infiniband/ulp/isert/ib_isert.c
|
|
+++ b/drivers/infiniband/ulp/isert/ib_isert.c
|
|
@@ -182,15 +182,15 @@ isert_alloc_rx_descriptors(struct isert_conn *isert_conn)
|
|
rx_desc = isert_conn->rx_descs;
|
|
|
|
for (i = 0; i < ISERT_QP_MAX_RECV_DTOS; i++, rx_desc++) {
|
|
- dma_addr = ib_dma_map_single(ib_dev, (void *)rx_desc,
|
|
- ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE);
|
|
+ dma_addr = ib_dma_map_single(ib_dev, rx_desc->buf,
|
|
+ ISER_RX_SIZE, DMA_FROM_DEVICE);
|
|
if (ib_dma_mapping_error(ib_dev, dma_addr))
|
|
goto dma_map_fail;
|
|
|
|
rx_desc->dma_addr = dma_addr;
|
|
|
|
rx_sg = &rx_desc->rx_sg;
|
|
- rx_sg->addr = rx_desc->dma_addr;
|
|
+ rx_sg->addr = rx_desc->dma_addr + isert_get_hdr_offset(rx_desc);
|
|
rx_sg->length = ISER_RX_PAYLOAD_SIZE;
|
|
rx_sg->lkey = device->pd->local_dma_lkey;
|
|
rx_desc->rx_cqe.done = isert_recv_done;
|
|
@@ -202,7 +202,7 @@ dma_map_fail:
|
|
rx_desc = isert_conn->rx_descs;
|
|
for (j = 0; j < i; j++, rx_desc++) {
|
|
ib_dma_unmap_single(ib_dev, rx_desc->dma_addr,
|
|
- ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE);
|
|
+ ISER_RX_SIZE, DMA_FROM_DEVICE);
|
|
}
|
|
kfree(isert_conn->rx_descs);
|
|
isert_conn->rx_descs = NULL;
|
|
@@ -223,7 +223,7 @@ isert_free_rx_descriptors(struct isert_conn *isert_conn)
|
|
rx_desc = isert_conn->rx_descs;
|
|
for (i = 0; i < ISERT_QP_MAX_RECV_DTOS; i++, rx_desc++) {
|
|
ib_dma_unmap_single(ib_dev, rx_desc->dma_addr,
|
|
- ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE);
|
|
+ ISER_RX_SIZE, DMA_FROM_DEVICE);
|
|
}
|
|
|
|
kfree(isert_conn->rx_descs);
|
|
@@ -408,10 +408,9 @@ isert_free_login_buf(struct isert_conn *isert_conn)
|
|
ISER_RX_PAYLOAD_SIZE, DMA_TO_DEVICE);
|
|
kfree(isert_conn->login_rsp_buf);
|
|
|
|
- ib_dma_unmap_single(ib_dev, isert_conn->login_req_dma,
|
|
- ISER_RX_PAYLOAD_SIZE,
|
|
- DMA_FROM_DEVICE);
|
|
- kfree(isert_conn->login_req_buf);
|
|
+ ib_dma_unmap_single(ib_dev, isert_conn->login_desc->dma_addr,
|
|
+ ISER_RX_SIZE, DMA_FROM_DEVICE);
|
|
+ kfree(isert_conn->login_desc);
|
|
}
|
|
|
|
static int
|
|
@@ -420,25 +419,25 @@ isert_alloc_login_buf(struct isert_conn *isert_conn,
|
|
{
|
|
int ret;
|
|
|
|
- isert_conn->login_req_buf = kzalloc(sizeof(*isert_conn->login_req_buf),
|
|
+ isert_conn->login_desc = kzalloc(sizeof(*isert_conn->login_desc),
|
|
GFP_KERNEL);
|
|
- if (!isert_conn->login_req_buf)
|
|
+ if (!isert_conn->login_desc)
|
|
return -ENOMEM;
|
|
|
|
- isert_conn->login_req_dma = ib_dma_map_single(ib_dev,
|
|
- isert_conn->login_req_buf,
|
|
- ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE);
|
|
- ret = ib_dma_mapping_error(ib_dev, isert_conn->login_req_dma);
|
|
+ isert_conn->login_desc->dma_addr = ib_dma_map_single(ib_dev,
|
|
+ isert_conn->login_desc->buf,
|
|
+ ISER_RX_SIZE, DMA_FROM_DEVICE);
|
|
+ ret = ib_dma_mapping_error(ib_dev, isert_conn->login_desc->dma_addr);
|
|
if (ret) {
|
|
- isert_err("login_req_dma mapping error: %d\n", ret);
|
|
- isert_conn->login_req_dma = 0;
|
|
- goto out_free_login_req_buf;
|
|
+ isert_err("login_desc dma mapping error: %d\n", ret);
|
|
+ isert_conn->login_desc->dma_addr = 0;
|
|
+ goto out_free_login_desc;
|
|
}
|
|
|
|
isert_conn->login_rsp_buf = kzalloc(ISER_RX_PAYLOAD_SIZE, GFP_KERNEL);
|
|
if (!isert_conn->login_rsp_buf) {
|
|
ret = -ENOMEM;
|
|
- goto out_unmap_login_req_buf;
|
|
+ goto out_unmap_login_desc;
|
|
}
|
|
|
|
isert_conn->login_rsp_dma = ib_dma_map_single(ib_dev,
|
|
@@ -455,11 +454,11 @@ isert_alloc_login_buf(struct isert_conn *isert_conn,
|
|
|
|
out_free_login_rsp_buf:
|
|
kfree(isert_conn->login_rsp_buf);
|
|
-out_unmap_login_req_buf:
|
|
- ib_dma_unmap_single(ib_dev, isert_conn->login_req_dma,
|
|
- ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE);
|
|
-out_free_login_req_buf:
|
|
- kfree(isert_conn->login_req_buf);
|
|
+out_unmap_login_desc:
|
|
+ ib_dma_unmap_single(ib_dev, isert_conn->login_desc->dma_addr,
|
|
+ ISER_RX_SIZE, DMA_FROM_DEVICE);
|
|
+out_free_login_desc:
|
|
+ kfree(isert_conn->login_desc);
|
|
return ret;
|
|
}
|
|
|
|
@@ -578,7 +577,7 @@ isert_connect_release(struct isert_conn *isert_conn)
|
|
ib_destroy_qp(isert_conn->qp);
|
|
}
|
|
|
|
- if (isert_conn->login_req_buf)
|
|
+ if (isert_conn->login_desc)
|
|
isert_free_login_buf(isert_conn);
|
|
|
|
isert_device_put(device);
|
|
@@ -964,17 +963,18 @@ isert_login_post_recv(struct isert_conn *isert_conn)
|
|
int ret;
|
|
|
|
memset(&sge, 0, sizeof(struct ib_sge));
|
|
- sge.addr = isert_conn->login_req_dma;
|
|
+ sge.addr = isert_conn->login_desc->dma_addr +
|
|
+ isert_get_hdr_offset(isert_conn->login_desc);
|
|
sge.length = ISER_RX_PAYLOAD_SIZE;
|
|
sge.lkey = isert_conn->device->pd->local_dma_lkey;
|
|
|
|
isert_dbg("Setup sge: addr: %llx length: %d 0x%08x\n",
|
|
sge.addr, sge.length, sge.lkey);
|
|
|
|
- isert_conn->login_req_buf->rx_cqe.done = isert_login_recv_done;
|
|
+ isert_conn->login_desc->rx_cqe.done = isert_login_recv_done;
|
|
|
|
memset(&rx_wr, 0, sizeof(struct ib_recv_wr));
|
|
- rx_wr.wr_cqe = &isert_conn->login_req_buf->rx_cqe;
|
|
+ rx_wr.wr_cqe = &isert_conn->login_desc->rx_cqe;
|
|
rx_wr.sg_list = &sge;
|
|
rx_wr.num_sge = 1;
|
|
|
|
@@ -1051,7 +1051,7 @@ post_send:
|
|
static void
|
|
isert_rx_login_req(struct isert_conn *isert_conn)
|
|
{
|
|
- struct iser_rx_desc *rx_desc = isert_conn->login_req_buf;
|
|
+ struct iser_rx_desc *rx_desc = isert_conn->login_desc;
|
|
int rx_buflen = isert_conn->login_req_len;
|
|
struct iscsi_conn *conn = isert_conn->conn;
|
|
struct iscsi_login *login = conn->conn_login;
|
|
@@ -1063,7 +1063,7 @@ isert_rx_login_req(struct isert_conn *isert_conn)
|
|
|
|
if (login->first_request) {
|
|
struct iscsi_login_req *login_req =
|
|
- (struct iscsi_login_req *)&rx_desc->iscsi_header;
|
|
+ (struct iscsi_login_req *)isert_get_iscsi_hdr(rx_desc);
|
|
/*
|
|
* Setup the initial iscsi_login values from the leading
|
|
* login request PDU.
|
|
@@ -1082,13 +1082,13 @@ isert_rx_login_req(struct isert_conn *isert_conn)
|
|
login->tsih = be16_to_cpu(login_req->tsih);
|
|
}
|
|
|
|
- memcpy(&login->req[0], (void *)&rx_desc->iscsi_header, ISCSI_HDR_LEN);
|
|
+ memcpy(&login->req[0], isert_get_iscsi_hdr(rx_desc), ISCSI_HDR_LEN);
|
|
|
|
size = min(rx_buflen, MAX_KEY_VALUE_PAIRS);
|
|
isert_dbg("Using login payload size: %d, rx_buflen: %d "
|
|
"MAX_KEY_VALUE_PAIRS: %d\n", size, rx_buflen,
|
|
MAX_KEY_VALUE_PAIRS);
|
|
- memcpy(login->req_buf, &rx_desc->data[0], size);
|
|
+ memcpy(login->req_buf, isert_get_data(rx_desc), size);
|
|
|
|
if (login->first_request) {
|
|
complete(&isert_conn->login_comp);
|
|
@@ -1153,14 +1153,15 @@ isert_handle_scsi_cmd(struct isert_conn *isert_conn,
|
|
if (imm_data_len != data_len) {
|
|
sg_nents = max(1UL, DIV_ROUND_UP(imm_data_len, PAGE_SIZE));
|
|
sg_copy_from_buffer(cmd->se_cmd.t_data_sg, sg_nents,
|
|
- &rx_desc->data[0], imm_data_len);
|
|
+ isert_get_data(rx_desc), imm_data_len);
|
|
isert_dbg("Copy Immediate sg_nents: %u imm_data_len: %d\n",
|
|
sg_nents, imm_data_len);
|
|
} else {
|
|
sg_init_table(&isert_cmd->sg, 1);
|
|
cmd->se_cmd.t_data_sg = &isert_cmd->sg;
|
|
cmd->se_cmd.t_data_nents = 1;
|
|
- sg_set_buf(&isert_cmd->sg, &rx_desc->data[0], imm_data_len);
|
|
+ sg_set_buf(&isert_cmd->sg, isert_get_data(rx_desc),
|
|
+ imm_data_len);
|
|
isert_dbg("Transfer Immediate imm_data_len: %d\n",
|
|
imm_data_len);
|
|
}
|
|
@@ -1229,9 +1230,9 @@ isert_handle_iscsi_dataout(struct isert_conn *isert_conn,
|
|
}
|
|
isert_dbg("Copying DataOut: sg_start: %p, sg_off: %u "
|
|
"sg_nents: %u from %p %u\n", sg_start, sg_off,
|
|
- sg_nents, &rx_desc->data[0], unsol_data_len);
|
|
+ sg_nents, isert_get_data(rx_desc), unsol_data_len);
|
|
|
|
- sg_copy_from_buffer(sg_start, sg_nents, &rx_desc->data[0],
|
|
+ sg_copy_from_buffer(sg_start, sg_nents, isert_get_data(rx_desc),
|
|
unsol_data_len);
|
|
|
|
rc = iscsit_check_dataout_payload(cmd, hdr, false);
|
|
@@ -1290,7 +1291,7 @@ isert_handle_text_cmd(struct isert_conn *isert_conn, struct isert_cmd *isert_cmd
|
|
}
|
|
cmd->text_in_ptr = text_in;
|
|
|
|
- memcpy(cmd->text_in_ptr, &rx_desc->data[0], payload_length);
|
|
+ memcpy(cmd->text_in_ptr, isert_get_data(rx_desc), payload_length);
|
|
|
|
return iscsit_process_text_cmd(conn, cmd, hdr);
|
|
}
|
|
@@ -1300,7 +1301,7 @@ isert_rx_opcode(struct isert_conn *isert_conn, struct iser_rx_desc *rx_desc,
|
|
uint32_t read_stag, uint64_t read_va,
|
|
uint32_t write_stag, uint64_t write_va)
|
|
{
|
|
- struct iscsi_hdr *hdr = &rx_desc->iscsi_header;
|
|
+ struct iscsi_hdr *hdr = isert_get_iscsi_hdr(rx_desc);
|
|
struct iscsi_conn *conn = isert_conn->conn;
|
|
struct iscsi_cmd *cmd;
|
|
struct isert_cmd *isert_cmd;
|
|
@@ -1398,8 +1399,8 @@ isert_recv_done(struct ib_cq *cq, struct ib_wc *wc)
|
|
struct isert_conn *isert_conn = wc->qp->qp_context;
|
|
struct ib_device *ib_dev = isert_conn->cm_id->device;
|
|
struct iser_rx_desc *rx_desc = cqe_to_rx_desc(wc->wr_cqe);
|
|
- struct iscsi_hdr *hdr = &rx_desc->iscsi_header;
|
|
- struct iser_ctrl *iser_ctrl = &rx_desc->iser_header;
|
|
+ struct iscsi_hdr *hdr = isert_get_iscsi_hdr(rx_desc);
|
|
+ struct iser_ctrl *iser_ctrl = isert_get_iser_hdr(rx_desc);
|
|
uint64_t read_va = 0, write_va = 0;
|
|
uint32_t read_stag = 0, write_stag = 0;
|
|
|
|
@@ -1413,7 +1414,7 @@ isert_recv_done(struct ib_cq *cq, struct ib_wc *wc)
|
|
rx_desc->in_use = true;
|
|
|
|
ib_dma_sync_single_for_cpu(ib_dev, rx_desc->dma_addr,
|
|
- ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE);
|
|
+ ISER_RX_SIZE, DMA_FROM_DEVICE);
|
|
|
|
isert_dbg("DMA: 0x%llx, iSCSI opcode: 0x%02x, ITT: 0x%08x, flags: 0x%02x dlen: %d\n",
|
|
rx_desc->dma_addr, hdr->opcode, hdr->itt, hdr->flags,
|
|
@@ -1448,7 +1449,7 @@ isert_recv_done(struct ib_cq *cq, struct ib_wc *wc)
|
|
read_stag, read_va, write_stag, write_va);
|
|
|
|
ib_dma_sync_single_for_device(ib_dev, rx_desc->dma_addr,
|
|
- ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE);
|
|
+ ISER_RX_SIZE, DMA_FROM_DEVICE);
|
|
}
|
|
|
|
static void
|
|
@@ -1462,8 +1463,8 @@ isert_login_recv_done(struct ib_cq *cq, struct ib_wc *wc)
|
|
return;
|
|
}
|
|
|
|
- ib_dma_sync_single_for_cpu(ib_dev, isert_conn->login_req_dma,
|
|
- ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE);
|
|
+ ib_dma_sync_single_for_cpu(ib_dev, isert_conn->login_desc->dma_addr,
|
|
+ ISER_RX_SIZE, DMA_FROM_DEVICE);
|
|
|
|
isert_conn->login_req_len = wc->byte_len - ISER_HEADERS_LEN;
|
|
|
|
@@ -1478,8 +1479,8 @@ isert_login_recv_done(struct ib_cq *cq, struct ib_wc *wc)
|
|
complete(&isert_conn->login_req_comp);
|
|
mutex_unlock(&isert_conn->mutex);
|
|
|
|
- ib_dma_sync_single_for_device(ib_dev, isert_conn->login_req_dma,
|
|
- ISER_RX_PAYLOAD_SIZE, DMA_FROM_DEVICE);
|
|
+ ib_dma_sync_single_for_device(ib_dev, isert_conn->login_desc->dma_addr,
|
|
+ ISER_RX_SIZE, DMA_FROM_DEVICE);
|
|
}
|
|
|
|
static void
|
|
diff --git a/drivers/infiniband/ulp/isert/ib_isert.h b/drivers/infiniband/ulp/isert/ib_isert.h
|
|
index 3b296bac4f603..d267a6d60d87d 100644
|
|
--- a/drivers/infiniband/ulp/isert/ib_isert.h
|
|
+++ b/drivers/infiniband/ulp/isert/ib_isert.h
|
|
@@ -59,9 +59,11 @@
|
|
ISERT_MAX_TX_MISC_PDUS + \
|
|
ISERT_MAX_RX_MISC_PDUS)
|
|
|
|
-#define ISER_RX_PAD_SIZE (ISCSI_DEF_MAX_RECV_SEG_LEN + 4096 - \
|
|
- (ISER_RX_PAYLOAD_SIZE + sizeof(u64) + sizeof(struct ib_sge) + \
|
|
- sizeof(struct ib_cqe) + sizeof(bool)))
|
|
+/*
|
|
+ * RX size is default of 8k plus headers, but data needs to align to
|
|
+ * 512 boundary, so use 1024 to have the extra space for alignment.
|
|
+ */
|
|
+#define ISER_RX_SIZE (ISCSI_DEF_MAX_RECV_SEG_LEN + 1024)
|
|
|
|
#define ISCSI_ISER_SG_TABLESIZE 256
|
|
|
|
@@ -80,21 +82,41 @@ enum iser_conn_state {
|
|
};
|
|
|
|
struct iser_rx_desc {
|
|
- struct iser_ctrl iser_header;
|
|
- struct iscsi_hdr iscsi_header;
|
|
- char data[ISCSI_DEF_MAX_RECV_SEG_LEN];
|
|
+ char buf[ISER_RX_SIZE];
|
|
u64 dma_addr;
|
|
struct ib_sge rx_sg;
|
|
struct ib_cqe rx_cqe;
|
|
bool in_use;
|
|
- char pad[ISER_RX_PAD_SIZE];
|
|
-} __packed;
|
|
+};
|
|
|
|
static inline struct iser_rx_desc *cqe_to_rx_desc(struct ib_cqe *cqe)
|
|
{
|
|
return container_of(cqe, struct iser_rx_desc, rx_cqe);
|
|
}
|
|
|
|
+static void *isert_get_iser_hdr(struct iser_rx_desc *desc)
|
|
+{
|
|
+ return PTR_ALIGN(desc->buf + ISER_HEADERS_LEN, 512) - ISER_HEADERS_LEN;
|
|
+}
|
|
+
|
|
+static size_t isert_get_hdr_offset(struct iser_rx_desc *desc)
|
|
+{
|
|
+ return isert_get_iser_hdr(desc) - (void *)desc->buf;
|
|
+}
|
|
+
|
|
+static void *isert_get_iscsi_hdr(struct iser_rx_desc *desc)
|
|
+{
|
|
+ return isert_get_iser_hdr(desc) + sizeof(struct iser_ctrl);
|
|
+}
|
|
+
|
|
+static void *isert_get_data(struct iser_rx_desc *desc)
|
|
+{
|
|
+ void *data = isert_get_iser_hdr(desc) + ISER_HEADERS_LEN;
|
|
+
|
|
+ WARN_ON((uintptr_t)data & 511);
|
|
+ return data;
|
|
+}
|
|
+
|
|
struct iser_tx_desc {
|
|
struct iser_ctrl iser_header;
|
|
struct iscsi_hdr iscsi_header;
|
|
@@ -141,9 +163,8 @@ struct isert_conn {
|
|
u32 responder_resources;
|
|
u32 initiator_depth;
|
|
bool pi_support;
|
|
- struct iser_rx_desc *login_req_buf;
|
|
+ struct iser_rx_desc *login_desc;
|
|
char *login_rsp_buf;
|
|
- u64 login_req_dma;
|
|
int login_req_len;
|
|
u64 login_rsp_dma;
|
|
struct iser_rx_desc *rx_descs;
|
|
diff --git a/drivers/iommu/amd_iommu_v2.c b/drivers/iommu/amd_iommu_v2.c
|
|
index d6d85debd01b0..05f3d93cf480c 100644
|
|
--- a/drivers/iommu/amd_iommu_v2.c
|
|
+++ b/drivers/iommu/amd_iommu_v2.c
|
|
@@ -741,6 +741,13 @@ int amd_iommu_init_device(struct pci_dev *pdev, int pasids)
|
|
|
|
might_sleep();
|
|
|
|
+ /*
|
|
+ * When memory encryption is active the device is likely not in a
|
|
+ * direct-mapped domain. Forbid using IOMMUv2 functionality for now.
|
|
+ */
|
|
+ if (mem_encrypt_active())
|
|
+ return -ENODEV;
|
|
+
|
|
if (!amd_iommu_v2_supported())
|
|
return -ENODEV;
|
|
|
|
diff --git a/drivers/mmc/core/sdio_ops.c b/drivers/mmc/core/sdio_ops.c
|
|
index 93d346c01110d..4c229dd2b6e54 100644
|
|
--- a/drivers/mmc/core/sdio_ops.c
|
|
+++ b/drivers/mmc/core/sdio_ops.c
|
|
@@ -121,6 +121,7 @@ int mmc_io_rw_extended(struct mmc_card *card, int write, unsigned fn,
|
|
struct sg_table sgtable;
|
|
unsigned int nents, left_size, i;
|
|
unsigned int seg_size = card->host->max_seg_size;
|
|
+ int err;
|
|
|
|
WARN_ON(blksz == 0);
|
|
|
|
@@ -170,28 +171,32 @@ int mmc_io_rw_extended(struct mmc_card *card, int write, unsigned fn,
|
|
|
|
mmc_set_data_timeout(&data, card);
|
|
|
|
- mmc_wait_for_req(card->host, &mrq);
|
|
+ mmc_pre_req(card->host, &mrq);
|
|
|
|
- if (nents > 1)
|
|
- sg_free_table(&sgtable);
|
|
+ mmc_wait_for_req(card->host, &mrq);
|
|
|
|
if (cmd.error)
|
|
- return cmd.error;
|
|
- if (data.error)
|
|
- return data.error;
|
|
-
|
|
- if (mmc_host_is_spi(card->host)) {
|
|
+ err = cmd.error;
|
|
+ else if (data.error)
|
|
+ err = data.error;
|
|
+ else if (mmc_host_is_spi(card->host))
|
|
/* host driver already reported errors */
|
|
- } else {
|
|
- if (cmd.resp[0] & R5_ERROR)
|
|
- return -EIO;
|
|
- if (cmd.resp[0] & R5_FUNCTION_NUMBER)
|
|
- return -EINVAL;
|
|
- if (cmd.resp[0] & R5_OUT_OF_RANGE)
|
|
- return -ERANGE;
|
|
- }
|
|
+ err = 0;
|
|
+ else if (cmd.resp[0] & R5_ERROR)
|
|
+ err = -EIO;
|
|
+ else if (cmd.resp[0] & R5_FUNCTION_NUMBER)
|
|
+ err = -EINVAL;
|
|
+ else if (cmd.resp[0] & R5_OUT_OF_RANGE)
|
|
+ err = -ERANGE;
|
|
+ else
|
|
+ err = 0;
|
|
|
|
- return 0;
|
|
+ mmc_post_req(card->host, &mrq, err);
|
|
+
|
|
+ if (nents > 1)
|
|
+ sg_free_table(&sgtable);
|
|
+
|
|
+ return err;
|
|
}
|
|
|
|
int sdio_reset(struct mmc_host *host)
|
|
diff --git a/drivers/mmc/host/sdhci-acpi.c b/drivers/mmc/host/sdhci-acpi.c
|
|
index 5581a5c86fce3..b2d924c5e82ee 100644
|
|
--- a/drivers/mmc/host/sdhci-acpi.c
|
|
+++ b/drivers/mmc/host/sdhci-acpi.c
|
|
@@ -547,12 +547,18 @@ static int amd_select_drive_strength(struct mmc_card *card,
|
|
return MMC_SET_DRIVER_TYPE_A;
|
|
}
|
|
|
|
-static void sdhci_acpi_amd_hs400_dll(struct sdhci_host *host)
|
|
+static void sdhci_acpi_amd_hs400_dll(struct sdhci_host *host, bool enable)
|
|
{
|
|
+ struct sdhci_acpi_host *acpi_host = sdhci_priv(host);
|
|
+ struct amd_sdhci_host *amd_host = sdhci_acpi_priv(acpi_host);
|
|
+
|
|
/* AMD Platform requires dll setting */
|
|
sdhci_writel(host, 0x40003210, SDHCI_AMD_RESET_DLL_REGISTER);
|
|
usleep_range(10, 20);
|
|
- sdhci_writel(host, 0x40033210, SDHCI_AMD_RESET_DLL_REGISTER);
|
|
+ if (enable)
|
|
+ sdhci_writel(host, 0x40033210, SDHCI_AMD_RESET_DLL_REGISTER);
|
|
+
|
|
+ amd_host->dll_enabled = enable;
|
|
}
|
|
|
|
/*
|
|
@@ -592,10 +598,8 @@ static void amd_set_ios(struct mmc_host *mmc, struct mmc_ios *ios)
|
|
|
|
/* DLL is only required for HS400 */
|
|
if (host->timing == MMC_TIMING_MMC_HS400 &&
|
|
- !amd_host->dll_enabled) {
|
|
- sdhci_acpi_amd_hs400_dll(host);
|
|
- amd_host->dll_enabled = true;
|
|
- }
|
|
+ !amd_host->dll_enabled)
|
|
+ sdhci_acpi_amd_hs400_dll(host, true);
|
|
}
|
|
}
|
|
|
|
@@ -616,10 +620,23 @@ static int amd_sdhci_execute_tuning(struct mmc_host *mmc, u32 opcode)
|
|
return err;
|
|
}
|
|
|
|
+static void amd_sdhci_reset(struct sdhci_host *host, u8 mask)
|
|
+{
|
|
+ struct sdhci_acpi_host *acpi_host = sdhci_priv(host);
|
|
+ struct amd_sdhci_host *amd_host = sdhci_acpi_priv(acpi_host);
|
|
+
|
|
+ if (mask & SDHCI_RESET_ALL) {
|
|
+ amd_host->tuned_clock = false;
|
|
+ sdhci_acpi_amd_hs400_dll(host, false);
|
|
+ }
|
|
+
|
|
+ sdhci_reset(host, mask);
|
|
+}
|
|
+
|
|
static const struct sdhci_ops sdhci_acpi_ops_amd = {
|
|
.set_clock = sdhci_set_clock,
|
|
.set_bus_width = sdhci_set_bus_width,
|
|
- .reset = sdhci_reset,
|
|
+ .reset = amd_sdhci_reset,
|
|
.set_uhs_signaling = sdhci_set_uhs_signaling,
|
|
};
|
|
|
|
diff --git a/drivers/mmc/host/sdhci-msm.c b/drivers/mmc/host/sdhci-msm.c
|
|
index 84cffdef264b7..8bed81cf03adc 100644
|
|
--- a/drivers/mmc/host/sdhci-msm.c
|
|
+++ b/drivers/mmc/host/sdhci-msm.c
|
|
@@ -1096,7 +1096,7 @@ static void sdhci_msm_set_cdr(struct sdhci_host *host, bool enable)
|
|
static int sdhci_msm_execute_tuning(struct mmc_host *mmc, u32 opcode)
|
|
{
|
|
struct sdhci_host *host = mmc_priv(mmc);
|
|
- int tuning_seq_cnt = 3;
|
|
+ int tuning_seq_cnt = 10;
|
|
u8 phase, tuned_phases[16], tuned_phase_cnt = 0;
|
|
int rc;
|
|
struct mmc_ios ios = host->mmc->ios;
|
|
@@ -1152,6 +1152,22 @@ retry:
|
|
} while (++phase < ARRAY_SIZE(tuned_phases));
|
|
|
|
if (tuned_phase_cnt) {
|
|
+ if (tuned_phase_cnt == ARRAY_SIZE(tuned_phases)) {
|
|
+ /*
|
|
+ * All phases valid is _almost_ as bad as no phases
|
|
+ * valid. Probably all phases are not really reliable
|
|
+ * but we didn't detect where the unreliable place is.
|
|
+ * That means we'll essentially be guessing and hoping
|
|
+ * we get a good phase. Better to try a few times.
|
|
+ */
|
|
+ dev_dbg(mmc_dev(mmc), "%s: All phases valid; try again\n",
|
|
+ mmc_hostname(mmc));
|
|
+ if (--tuning_seq_cnt) {
|
|
+ tuned_phase_cnt = 0;
|
|
+ goto retry;
|
|
+ }
|
|
+ }
|
|
+
|
|
rc = msm_find_most_appropriate_phase(host, tuned_phases,
|
|
tuned_phase_cnt);
|
|
if (rc < 0)
|
|
diff --git a/drivers/mmc/host/sdhci-of-esdhc.c b/drivers/mmc/host/sdhci-of-esdhc.c
|
|
index fd1251ec84711..66ad46d0ba88b 100644
|
|
--- a/drivers/mmc/host/sdhci-of-esdhc.c
|
|
+++ b/drivers/mmc/host/sdhci-of-esdhc.c
|
|
@@ -81,6 +81,7 @@ struct sdhci_esdhc {
|
|
bool quirk_tuning_erratum_type2;
|
|
bool quirk_ignore_data_inhibit;
|
|
bool quirk_delay_before_data_reset;
|
|
+ bool quirk_trans_complete_erratum;
|
|
bool in_sw_tuning;
|
|
unsigned int peripheral_clock;
|
|
const struct esdhc_clk_fixup *clk_fixup;
|
|
@@ -1082,10 +1083,11 @@ static void esdhc_set_uhs_signaling(struct sdhci_host *host,
|
|
|
|
static u32 esdhc_irq(struct sdhci_host *host, u32 intmask)
|
|
{
|
|
+ struct sdhci_pltfm_host *pltfm_host = sdhci_priv(host);
|
|
+ struct sdhci_esdhc *esdhc = sdhci_pltfm_priv(pltfm_host);
|
|
u32 command;
|
|
|
|
- if (of_find_compatible_node(NULL, NULL,
|
|
- "fsl,p2020-esdhc")) {
|
|
+ if (esdhc->quirk_trans_complete_erratum) {
|
|
command = SDHCI_GET_CMD(sdhci_readw(host,
|
|
SDHCI_COMMAND));
|
|
if (command == MMC_WRITE_MULTIPLE_BLOCK &&
|
|
@@ -1239,8 +1241,10 @@ static void esdhc_init(struct platform_device *pdev, struct sdhci_host *host)
|
|
esdhc->clk_fixup = match->data;
|
|
np = pdev->dev.of_node;
|
|
|
|
- if (of_device_is_compatible(np, "fsl,p2020-esdhc"))
|
|
+ if (of_device_is_compatible(np, "fsl,p2020-esdhc")) {
|
|
esdhc->quirk_delay_before_data_reset = true;
|
|
+ esdhc->quirk_trans_complete_erratum = true;
|
|
+ }
|
|
|
|
clk = of_clk_get(np, 0);
|
|
if (!IS_ERR(clk)) {
|
|
diff --git a/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c b/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
|
|
index a8ce6ca0f5081..92af7204711c8 100644
|
|
--- a/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
|
|
+++ b/drivers/net/ethernet/hisilicon/hns3/hns3_enet.c
|
|
@@ -21,6 +21,7 @@
|
|
#include <net/pkt_cls.h>
|
|
#include <net/tcp.h>
|
|
#include <net/vxlan.h>
|
|
+#include <net/geneve.h>
|
|
|
|
#include "hnae3.h"
|
|
#include "hns3_enet.h"
|
|
@@ -795,7 +796,7 @@ static int hns3_get_l4_protocol(struct sk_buff *skb, u8 *ol4_proto,
|
|
* and it is udp packet, which has a dest port as the IANA assigned.
|
|
* the hardware is expected to do the checksum offload, but the
|
|
* hardware will not do the checksum offload when udp dest port is
|
|
- * 4789.
|
|
+ * 4789 or 6081.
|
|
*/
|
|
static bool hns3_tunnel_csum_bug(struct sk_buff *skb)
|
|
{
|
|
@@ -804,7 +805,8 @@ static bool hns3_tunnel_csum_bug(struct sk_buff *skb)
|
|
l4.hdr = skb_transport_header(skb);
|
|
|
|
if (!(!skb->encapsulation &&
|
|
- l4.udp->dest == htons(IANA_VXLAN_UDP_PORT)))
|
|
+ (l4.udp->dest == htons(IANA_VXLAN_UDP_PORT) ||
|
|
+ l4.udp->dest == htons(GENEVE_UDP_PORT))))
|
|
return false;
|
|
|
|
skb_checksum_help(skb);
|
|
diff --git a/drivers/net/wan/hdlc_cisco.c b/drivers/net/wan/hdlc_cisco.c
|
|
index a030f5aa6b951..cc33441af4691 100644
|
|
--- a/drivers/net/wan/hdlc_cisco.c
|
|
+++ b/drivers/net/wan/hdlc_cisco.c
|
|
@@ -370,6 +370,7 @@ static int cisco_ioctl(struct net_device *dev, struct ifreq *ifr)
|
|
memcpy(&state(hdlc)->settings, &new_settings, size);
|
|
spin_lock_init(&state(hdlc)->lock);
|
|
dev->header_ops = &cisco_header_ops;
|
|
+ dev->hard_header_len = sizeof(struct hdlc_header);
|
|
dev->type = ARPHRD_CISCO;
|
|
call_netdevice_notifiers(NETDEV_POST_TYPE_CHANGE, dev);
|
|
netif_dormant_on(dev);
|
|
diff --git a/drivers/net/wan/lapbether.c b/drivers/net/wan/lapbether.c
|
|
index 996eb9c55b39a..2cff914aada55 100644
|
|
--- a/drivers/net/wan/lapbether.c
|
|
+++ b/drivers/net/wan/lapbether.c
|
|
@@ -210,6 +210,8 @@ static void lapbeth_data_transmit(struct net_device *ndev, struct sk_buff *skb)
|
|
|
|
skb->dev = dev = lapbeth->ethdev;
|
|
|
|
+ skb_reset_network_header(skb);
|
|
+
|
|
dev_hard_header(skb, dev, ETH_P_DEC, bcast_addr, NULL, 0);
|
|
|
|
dev_queue_xmit(skb);
|
|
@@ -340,6 +342,7 @@ static int lapbeth_new_device(struct net_device *dev)
|
|
*/
|
|
ndev->needed_headroom = -1 + 3 + 2 + dev->hard_header_len
|
|
+ dev->needed_headroom;
|
|
+ ndev->needed_tailroom = dev->needed_tailroom;
|
|
|
|
lapbeth = netdev_priv(ndev);
|
|
lapbeth->axdev = ndev;
|
|
diff --git a/drivers/nfc/st95hf/core.c b/drivers/nfc/st95hf/core.c
|
|
index 9642971e89cea..4578547659839 100644
|
|
--- a/drivers/nfc/st95hf/core.c
|
|
+++ b/drivers/nfc/st95hf/core.c
|
|
@@ -966,7 +966,7 @@ static int st95hf_in_send_cmd(struct nfc_digital_dev *ddev,
|
|
rc = down_killable(&stcontext->exchange_lock);
|
|
if (rc) {
|
|
WARN(1, "Semaphore is not found up in st95hf_in_send_cmd\n");
|
|
- return rc;
|
|
+ goto free_skb_resp;
|
|
}
|
|
|
|
rc = st95hf_spi_send(&stcontext->spicontext, skb->data,
|
|
diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c
|
|
index 3cb017fa3a790..2d2673d360ff2 100644
|
|
--- a/drivers/nvme/host/core.c
|
|
+++ b/drivers/nvme/host/core.c
|
|
@@ -4148,7 +4148,7 @@ void nvme_unfreeze(struct nvme_ctrl *ctrl)
|
|
}
|
|
EXPORT_SYMBOL_GPL(nvme_unfreeze);
|
|
|
|
-void nvme_wait_freeze_timeout(struct nvme_ctrl *ctrl, long timeout)
|
|
+int nvme_wait_freeze_timeout(struct nvme_ctrl *ctrl, long timeout)
|
|
{
|
|
struct nvme_ns *ns;
|
|
|
|
@@ -4159,6 +4159,7 @@ void nvme_wait_freeze_timeout(struct nvme_ctrl *ctrl, long timeout)
|
|
break;
|
|
}
|
|
up_read(&ctrl->namespaces_rwsem);
|
|
+ return timeout;
|
|
}
|
|
EXPORT_SYMBOL_GPL(nvme_wait_freeze_timeout);
|
|
|
|
diff --git a/drivers/nvme/host/fabrics.c b/drivers/nvme/host/fabrics.c
|
|
index 74b8818ac9a1e..3bb71f177dfda 100644
|
|
--- a/drivers/nvme/host/fabrics.c
|
|
+++ b/drivers/nvme/host/fabrics.c
|
|
@@ -565,10 +565,14 @@ bool __nvmf_check_ready(struct nvme_ctrl *ctrl, struct request *rq,
|
|
struct nvme_request *req = nvme_req(rq);
|
|
|
|
/*
|
|
- * If we are in some state of setup or teardown only allow
|
|
- * internally generated commands.
|
|
+ * currently we have a problem sending passthru commands
|
|
+ * on the admin_q if the controller is not LIVE because we can't
|
|
+ * make sure that they are going out after the admin connect,
|
|
+ * controller enable and/or other commands in the initialization
|
|
+ * sequence. until the controller will be LIVE, fail with
|
|
+ * BLK_STS_RESOURCE so that they will be rescheduled.
|
|
*/
|
|
- if (!blk_rq_is_passthrough(rq) || (req->flags & NVME_REQ_USERCMD))
|
|
+ if (rq->q == ctrl->admin_q && (req->flags & NVME_REQ_USERCMD))
|
|
return false;
|
|
|
|
/*
|
|
@@ -576,9 +580,8 @@ bool __nvmf_check_ready(struct nvme_ctrl *ctrl, struct request *rq,
|
|
* which is require to set the queue live in the appropinquate states.
|
|
*/
|
|
switch (ctrl->state) {
|
|
- case NVME_CTRL_NEW:
|
|
case NVME_CTRL_CONNECTING:
|
|
- if (nvme_is_fabrics(req->cmd) &&
|
|
+ if (blk_rq_is_passthrough(rq) && nvme_is_fabrics(req->cmd) &&
|
|
req->cmd->fabrics.fctype == nvme_fabrics_type_connect)
|
|
return true;
|
|
break;
|
|
diff --git a/drivers/nvme/host/nvme.h b/drivers/nvme/host/nvme.h
|
|
index 056953bd8bd81..2bd9f7c3084f2 100644
|
|
--- a/drivers/nvme/host/nvme.h
|
|
+++ b/drivers/nvme/host/nvme.h
|
|
@@ -485,7 +485,7 @@ void nvme_kill_queues(struct nvme_ctrl *ctrl);
|
|
void nvme_sync_queues(struct nvme_ctrl *ctrl);
|
|
void nvme_unfreeze(struct nvme_ctrl *ctrl);
|
|
void nvme_wait_freeze(struct nvme_ctrl *ctrl);
|
|
-void nvme_wait_freeze_timeout(struct nvme_ctrl *ctrl, long timeout);
|
|
+int nvme_wait_freeze_timeout(struct nvme_ctrl *ctrl, long timeout);
|
|
void nvme_start_freeze(struct nvme_ctrl *ctrl);
|
|
|
|
#define NVME_QID_ANY -1
|
|
diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
|
|
index 100da11ce98cb..a91433bdf5de4 100644
|
|
--- a/drivers/nvme/host/pci.c
|
|
+++ b/drivers/nvme/host/pci.c
|
|
@@ -1274,8 +1274,8 @@ static enum blk_eh_timer_return nvme_timeout(struct request *req, bool reserved)
|
|
dev_warn_ratelimited(dev->ctrl.device,
|
|
"I/O %d QID %d timeout, disable controller\n",
|
|
req->tag, nvmeq->qid);
|
|
- nvme_dev_disable(dev, true);
|
|
nvme_req(req)->flags |= NVME_REQ_CANCELLED;
|
|
+ nvme_dev_disable(dev, true);
|
|
return BLK_EH_DONE;
|
|
case NVME_CTRL_RESETTING:
|
|
return BLK_EH_RESET_TIMER;
|
|
@@ -1292,10 +1292,10 @@ static enum blk_eh_timer_return nvme_timeout(struct request *req, bool reserved)
|
|
dev_warn(dev->ctrl.device,
|
|
"I/O %d QID %d timeout, reset controller\n",
|
|
req->tag, nvmeq->qid);
|
|
+ nvme_req(req)->flags |= NVME_REQ_CANCELLED;
|
|
nvme_dev_disable(dev, false);
|
|
nvme_reset_ctrl(&dev->ctrl);
|
|
|
|
- nvme_req(req)->flags |= NVME_REQ_CANCELLED;
|
|
return BLK_EH_DONE;
|
|
}
|
|
|
|
diff --git a/drivers/nvme/host/rdma.c b/drivers/nvme/host/rdma.c
|
|
index d0336545e1fe0..f0847f2bb117b 100644
|
|
--- a/drivers/nvme/host/rdma.c
|
|
+++ b/drivers/nvme/host/rdma.c
|
|
@@ -110,6 +110,7 @@ struct nvme_rdma_ctrl {
|
|
struct sockaddr_storage src_addr;
|
|
|
|
struct nvme_ctrl ctrl;
|
|
+ struct mutex teardown_lock;
|
|
bool use_inline_data;
|
|
u32 io_queues[HCTX_MAX_TYPES];
|
|
};
|
|
@@ -898,7 +899,15 @@ static int nvme_rdma_configure_io_queues(struct nvme_rdma_ctrl *ctrl, bool new)
|
|
|
|
if (!new) {
|
|
nvme_start_queues(&ctrl->ctrl);
|
|
- nvme_wait_freeze(&ctrl->ctrl);
|
|
+ if (!nvme_wait_freeze_timeout(&ctrl->ctrl, NVME_IO_TIMEOUT)) {
|
|
+ /*
|
|
+ * If we timed out waiting for freeze we are likely to
|
|
+ * be stuck. Fail the controller initialization just
|
|
+ * to be safe.
|
|
+ */
|
|
+ ret = -ENODEV;
|
|
+ goto out_wait_freeze_timed_out;
|
|
+ }
|
|
blk_mq_update_nr_hw_queues(ctrl->ctrl.tagset,
|
|
ctrl->ctrl.queue_count - 1);
|
|
nvme_unfreeze(&ctrl->ctrl);
|
|
@@ -906,6 +915,9 @@ static int nvme_rdma_configure_io_queues(struct nvme_rdma_ctrl *ctrl, bool new)
|
|
|
|
return 0;
|
|
|
|
+out_wait_freeze_timed_out:
|
|
+ nvme_stop_queues(&ctrl->ctrl);
|
|
+ nvme_rdma_stop_io_queues(ctrl);
|
|
out_cleanup_connect_q:
|
|
if (new)
|
|
blk_cleanup_queue(ctrl->ctrl.connect_q);
|
|
@@ -920,6 +932,7 @@ out_free_io_queues:
|
|
static void nvme_rdma_teardown_admin_queue(struct nvme_rdma_ctrl *ctrl,
|
|
bool remove)
|
|
{
|
|
+ mutex_lock(&ctrl->teardown_lock);
|
|
blk_mq_quiesce_queue(ctrl->ctrl.admin_q);
|
|
nvme_rdma_stop_queue(&ctrl->queues[0]);
|
|
if (ctrl->ctrl.admin_tagset) {
|
|
@@ -930,11 +943,13 @@ static void nvme_rdma_teardown_admin_queue(struct nvme_rdma_ctrl *ctrl,
|
|
if (remove)
|
|
blk_mq_unquiesce_queue(ctrl->ctrl.admin_q);
|
|
nvme_rdma_destroy_admin_queue(ctrl, remove);
|
|
+ mutex_unlock(&ctrl->teardown_lock);
|
|
}
|
|
|
|
static void nvme_rdma_teardown_io_queues(struct nvme_rdma_ctrl *ctrl,
|
|
bool remove)
|
|
{
|
|
+ mutex_lock(&ctrl->teardown_lock);
|
|
if (ctrl->ctrl.queue_count > 1) {
|
|
nvme_start_freeze(&ctrl->ctrl);
|
|
nvme_stop_queues(&ctrl->ctrl);
|
|
@@ -948,6 +963,7 @@ static void nvme_rdma_teardown_io_queues(struct nvme_rdma_ctrl *ctrl,
|
|
nvme_start_queues(&ctrl->ctrl);
|
|
nvme_rdma_destroy_io_queues(ctrl, remove);
|
|
}
|
|
+ mutex_unlock(&ctrl->teardown_lock);
|
|
}
|
|
|
|
static void nvme_rdma_free_ctrl(struct nvme_ctrl *nctrl)
|
|
@@ -1096,6 +1112,7 @@ static void nvme_rdma_error_recovery(struct nvme_rdma_ctrl *ctrl)
|
|
if (!nvme_change_ctrl_state(&ctrl->ctrl, NVME_CTRL_RESETTING))
|
|
return;
|
|
|
|
+ dev_warn(ctrl->ctrl.device, "starting error recovery\n");
|
|
queue_work(nvme_reset_wq, &ctrl->err_work);
|
|
}
|
|
|
|
@@ -1699,6 +1716,22 @@ static int nvme_rdma_cm_handler(struct rdma_cm_id *cm_id,
|
|
return 0;
|
|
}
|
|
|
|
+static void nvme_rdma_complete_timed_out(struct request *rq)
|
|
+{
|
|
+ struct nvme_rdma_request *req = blk_mq_rq_to_pdu(rq);
|
|
+ struct nvme_rdma_queue *queue = req->queue;
|
|
+ struct nvme_rdma_ctrl *ctrl = queue->ctrl;
|
|
+
|
|
+ /* fence other contexts that may complete the command */
|
|
+ mutex_lock(&ctrl->teardown_lock);
|
|
+ nvme_rdma_stop_queue(queue);
|
|
+ if (!blk_mq_request_completed(rq)) {
|
|
+ nvme_req(rq)->status = NVME_SC_HOST_ABORTED_CMD;
|
|
+ blk_mq_complete_request(rq);
|
|
+ }
|
|
+ mutex_unlock(&ctrl->teardown_lock);
|
|
+}
|
|
+
|
|
static enum blk_eh_timer_return
|
|
nvme_rdma_timeout(struct request *rq, bool reserved)
|
|
{
|
|
@@ -1709,29 +1742,29 @@ nvme_rdma_timeout(struct request *rq, bool reserved)
|
|
dev_warn(ctrl->ctrl.device, "I/O %d QID %d timeout\n",
|
|
rq->tag, nvme_rdma_queue_idx(queue));
|
|
|
|
- /*
|
|
- * Restart the timer if a controller reset is already scheduled. Any
|
|
- * timed out commands would be handled before entering the connecting
|
|
- * state.
|
|
- */
|
|
- if (ctrl->ctrl.state == NVME_CTRL_RESETTING)
|
|
- return BLK_EH_RESET_TIMER;
|
|
-
|
|
if (ctrl->ctrl.state != NVME_CTRL_LIVE) {
|
|
/*
|
|
- * Teardown immediately if controller times out while starting
|
|
- * or we are already started error recovery. all outstanding
|
|
- * requests are completed on shutdown, so we return BLK_EH_DONE.
|
|
+ * If we are resetting, connecting or deleting we should
|
|
+ * complete immediately because we may block controller
|
|
+ * teardown or setup sequence
|
|
+ * - ctrl disable/shutdown fabrics requests
|
|
+ * - connect requests
|
|
+ * - initialization admin requests
|
|
+ * - I/O requests that entered after unquiescing and
|
|
+ * the controller stopped responding
|
|
+ *
|
|
+ * All other requests should be cancelled by the error
|
|
+ * recovery work, so it's fine that we fail it here.
|
|
*/
|
|
- flush_work(&ctrl->err_work);
|
|
- nvme_rdma_teardown_io_queues(ctrl, false);
|
|
- nvme_rdma_teardown_admin_queue(ctrl, false);
|
|
+ nvme_rdma_complete_timed_out(rq);
|
|
return BLK_EH_DONE;
|
|
}
|
|
|
|
- dev_warn(ctrl->ctrl.device, "starting error recovery\n");
|
|
+ /*
|
|
+ * LIVE state should trigger the normal error recovery which will
|
|
+ * handle completing this request.
|
|
+ */
|
|
nvme_rdma_error_recovery(ctrl);
|
|
-
|
|
return BLK_EH_RESET_TIMER;
|
|
}
|
|
|
|
@@ -1988,6 +2021,7 @@ static struct nvme_ctrl *nvme_rdma_create_ctrl(struct device *dev,
|
|
return ERR_PTR(-ENOMEM);
|
|
ctrl->ctrl.opts = opts;
|
|
INIT_LIST_HEAD(&ctrl->list);
|
|
+ mutex_init(&ctrl->teardown_lock);
|
|
|
|
if (!(opts->mask & NVMF_OPT_TRSVCID)) {
|
|
opts->trsvcid =
|
|
diff --git a/drivers/nvme/host/tcp.c b/drivers/nvme/host/tcp.c
|
|
index 0166ff0e4738e..9b81763b44d99 100644
|
|
--- a/drivers/nvme/host/tcp.c
|
|
+++ b/drivers/nvme/host/tcp.c
|
|
@@ -110,6 +110,7 @@ struct nvme_tcp_ctrl {
|
|
struct sockaddr_storage src_addr;
|
|
struct nvme_ctrl ctrl;
|
|
|
|
+ struct mutex teardown_lock;
|
|
struct work_struct err_work;
|
|
struct delayed_work connect_work;
|
|
struct nvme_tcp_request async_req;
|
|
@@ -420,6 +421,7 @@ static void nvme_tcp_error_recovery(struct nvme_ctrl *ctrl)
|
|
if (!nvme_change_ctrl_state(ctrl, NVME_CTRL_RESETTING))
|
|
return;
|
|
|
|
+ dev_warn(ctrl->device, "starting error recovery\n");
|
|
queue_work(nvme_reset_wq, &to_tcp_ctrl(ctrl)->err_work);
|
|
}
|
|
|
|
@@ -1438,7 +1440,6 @@ static void nvme_tcp_stop_queue(struct nvme_ctrl *nctrl, int qid)
|
|
|
|
if (!test_and_clear_bit(NVME_TCP_Q_LIVE, &queue->flags))
|
|
return;
|
|
-
|
|
__nvme_tcp_stop_queue(queue);
|
|
}
|
|
|
|
@@ -1692,7 +1693,15 @@ static int nvme_tcp_configure_io_queues(struct nvme_ctrl *ctrl, bool new)
|
|
|
|
if (!new) {
|
|
nvme_start_queues(ctrl);
|
|
- nvme_wait_freeze(ctrl);
|
|
+ if (!nvme_wait_freeze_timeout(ctrl, NVME_IO_TIMEOUT)) {
|
|
+ /*
|
|
+ * If we timed out waiting for freeze we are likely to
|
|
+ * be stuck. Fail the controller initialization just
|
|
+ * to be safe.
|
|
+ */
|
|
+ ret = -ENODEV;
|
|
+ goto out_wait_freeze_timed_out;
|
|
+ }
|
|
blk_mq_update_nr_hw_queues(ctrl->tagset,
|
|
ctrl->queue_count - 1);
|
|
nvme_unfreeze(ctrl);
|
|
@@ -1700,6 +1709,9 @@ static int nvme_tcp_configure_io_queues(struct nvme_ctrl *ctrl, bool new)
|
|
|
|
return 0;
|
|
|
|
+out_wait_freeze_timed_out:
|
|
+ nvme_stop_queues(ctrl);
|
|
+ nvme_tcp_stop_io_queues(ctrl);
|
|
out_cleanup_connect_q:
|
|
if (new)
|
|
blk_cleanup_queue(ctrl->connect_q);
|
|
@@ -1785,6 +1797,7 @@ out_free_queue:
|
|
static void nvme_tcp_teardown_admin_queue(struct nvme_ctrl *ctrl,
|
|
bool remove)
|
|
{
|
|
+ mutex_lock(&to_tcp_ctrl(ctrl)->teardown_lock);
|
|
blk_mq_quiesce_queue(ctrl->admin_q);
|
|
nvme_tcp_stop_queue(ctrl, 0);
|
|
if (ctrl->admin_tagset) {
|
|
@@ -1795,13 +1808,16 @@ static void nvme_tcp_teardown_admin_queue(struct nvme_ctrl *ctrl,
|
|
if (remove)
|
|
blk_mq_unquiesce_queue(ctrl->admin_q);
|
|
nvme_tcp_destroy_admin_queue(ctrl, remove);
|
|
+ mutex_unlock(&to_tcp_ctrl(ctrl)->teardown_lock);
|
|
}
|
|
|
|
static void nvme_tcp_teardown_io_queues(struct nvme_ctrl *ctrl,
|
|
bool remove)
|
|
{
|
|
+ mutex_lock(&to_tcp_ctrl(ctrl)->teardown_lock);
|
|
if (ctrl->queue_count <= 1)
|
|
- return;
|
|
+ goto out;
|
|
+ blk_mq_quiesce_queue(ctrl->admin_q);
|
|
nvme_start_freeze(ctrl);
|
|
nvme_stop_queues(ctrl);
|
|
nvme_tcp_stop_io_queues(ctrl);
|
|
@@ -1813,6 +1829,8 @@ static void nvme_tcp_teardown_io_queues(struct nvme_ctrl *ctrl,
|
|
if (remove)
|
|
nvme_start_queues(ctrl);
|
|
nvme_tcp_destroy_io_queues(ctrl, remove);
|
|
+out:
|
|
+ mutex_unlock(&to_tcp_ctrl(ctrl)->teardown_lock);
|
|
}
|
|
|
|
static void nvme_tcp_reconnect_or_remove(struct nvme_ctrl *ctrl)
|
|
@@ -2051,40 +2069,55 @@ static void nvme_tcp_submit_async_event(struct nvme_ctrl *arg)
|
|
nvme_tcp_queue_request(&ctrl->async_req);
|
|
}
|
|
|
|
+static void nvme_tcp_complete_timed_out(struct request *rq)
|
|
+{
|
|
+ struct nvme_tcp_request *req = blk_mq_rq_to_pdu(rq);
|
|
+ struct nvme_ctrl *ctrl = &req->queue->ctrl->ctrl;
|
|
+
|
|
+ /* fence other contexts that may complete the command */
|
|
+ mutex_lock(&to_tcp_ctrl(ctrl)->teardown_lock);
|
|
+ nvme_tcp_stop_queue(ctrl, nvme_tcp_queue_id(req->queue));
|
|
+ if (!blk_mq_request_completed(rq)) {
|
|
+ nvme_req(rq)->status = NVME_SC_HOST_ABORTED_CMD;
|
|
+ blk_mq_complete_request(rq);
|
|
+ }
|
|
+ mutex_unlock(&to_tcp_ctrl(ctrl)->teardown_lock);
|
|
+}
|
|
+
|
|
static enum blk_eh_timer_return
|
|
nvme_tcp_timeout(struct request *rq, bool reserved)
|
|
{
|
|
struct nvme_tcp_request *req = blk_mq_rq_to_pdu(rq);
|
|
- struct nvme_tcp_ctrl *ctrl = req->queue->ctrl;
|
|
+ struct nvme_ctrl *ctrl = &req->queue->ctrl->ctrl;
|
|
struct nvme_tcp_cmd_pdu *pdu = req->pdu;
|
|
|
|
- /*
|
|
- * Restart the timer if a controller reset is already scheduled. Any
|
|
- * timed out commands would be handled before entering the connecting
|
|
- * state.
|
|
- */
|
|
- if (ctrl->ctrl.state == NVME_CTRL_RESETTING)
|
|
- return BLK_EH_RESET_TIMER;
|
|
-
|
|
- dev_warn(ctrl->ctrl.device,
|
|
+ dev_warn(ctrl->device,
|
|
"queue %d: timeout request %#x type %d\n",
|
|
nvme_tcp_queue_id(req->queue), rq->tag, pdu->hdr.type);
|
|
|
|
- if (ctrl->ctrl.state != NVME_CTRL_LIVE) {
|
|
+ if (ctrl->state != NVME_CTRL_LIVE) {
|
|
/*
|
|
- * Teardown immediately if controller times out while starting
|
|
- * or we are already started error recovery. all outstanding
|
|
- * requests are completed on shutdown, so we return BLK_EH_DONE.
|
|
+ * If we are resetting, connecting or deleting we should
|
|
+ * complete immediately because we may block controller
|
|
+ * teardown or setup sequence
|
|
+ * - ctrl disable/shutdown fabrics requests
|
|
+ * - connect requests
|
|
+ * - initialization admin requests
|
|
+ * - I/O requests that entered after unquiescing and
|
|
+ * the controller stopped responding
|
|
+ *
|
|
+ * All other requests should be cancelled by the error
|
|
+ * recovery work, so it's fine that we fail it here.
|
|
*/
|
|
- flush_work(&ctrl->err_work);
|
|
- nvme_tcp_teardown_io_queues(&ctrl->ctrl, false);
|
|
- nvme_tcp_teardown_admin_queue(&ctrl->ctrl, false);
|
|
+ nvme_tcp_complete_timed_out(rq);
|
|
return BLK_EH_DONE;
|
|
}
|
|
|
|
- dev_warn(ctrl->ctrl.device, "starting error recovery\n");
|
|
- nvme_tcp_error_recovery(&ctrl->ctrl);
|
|
-
|
|
+ /*
|
|
+ * LIVE state should trigger the normal error recovery which will
|
|
+ * handle completing this request.
|
|
+ */
|
|
+ nvme_tcp_error_recovery(ctrl);
|
|
return BLK_EH_RESET_TIMER;
|
|
}
|
|
|
|
@@ -2311,6 +2344,7 @@ static struct nvme_ctrl *nvme_tcp_create_ctrl(struct device *dev,
|
|
nvme_tcp_reconnect_ctrl_work);
|
|
INIT_WORK(&ctrl->err_work, nvme_tcp_error_recovery_work);
|
|
INIT_WORK(&ctrl->ctrl.reset_work, nvme_reset_ctrl_work);
|
|
+ mutex_init(&ctrl->teardown_lock);
|
|
|
|
if (!(opts->mask & NVMF_OPT_TRSVCID)) {
|
|
opts->trsvcid =
|
|
diff --git a/drivers/nvme/target/tcp.c b/drivers/nvme/target/tcp.c
|
|
index 22014e76d7714..e31823f19a0fa 100644
|
|
--- a/drivers/nvme/target/tcp.c
|
|
+++ b/drivers/nvme/target/tcp.c
|
|
@@ -150,6 +150,11 @@ static void nvmet_tcp_finish_cmd(struct nvmet_tcp_cmd *cmd);
|
|
static inline u16 nvmet_tcp_cmd_tag(struct nvmet_tcp_queue *queue,
|
|
struct nvmet_tcp_cmd *cmd)
|
|
{
|
|
+ if (unlikely(!queue->nr_cmds)) {
|
|
+ /* We didn't allocate cmds yet, send 0xffff */
|
|
+ return USHRT_MAX;
|
|
+ }
|
|
+
|
|
return cmd - queue->cmds;
|
|
}
|
|
|
|
@@ -847,7 +852,10 @@ static int nvmet_tcp_handle_h2c_data_pdu(struct nvmet_tcp_queue *queue)
|
|
struct nvme_tcp_data_pdu *data = &queue->pdu.data;
|
|
struct nvmet_tcp_cmd *cmd;
|
|
|
|
- cmd = &queue->cmds[data->ttag];
|
|
+ if (likely(queue->nr_cmds))
|
|
+ cmd = &queue->cmds[data->ttag];
|
|
+ else
|
|
+ cmd = &queue->connect;
|
|
|
|
if (le32_to_cpu(data->data_offset) != cmd->rbytes_done) {
|
|
pr_err("ttag %u unexpected data offset %u (expected %u)\n",
|
|
diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.c b/drivers/phy/qualcomm/phy-qcom-qmp.c
|
|
index 27dd20a7fe131..5ddbf9a1f328b 100644
|
|
--- a/drivers/phy/qualcomm/phy-qcom-qmp.c
|
|
+++ b/drivers/phy/qualcomm/phy-qcom-qmp.c
|
|
@@ -402,8 +402,8 @@ static const struct qmp_phy_init_tbl ipq8074_pcie_serdes_tbl[] = {
|
|
QMP_PHY_INIT_CFG(QSERDES_COM_BG_TRIM, 0xf),
|
|
QMP_PHY_INIT_CFG(QSERDES_COM_LOCK_CMP_EN, 0x1),
|
|
QMP_PHY_INIT_CFG(QSERDES_COM_VCO_TUNE_MAP, 0x0),
|
|
- QMP_PHY_INIT_CFG(QSERDES_COM_VCO_TUNE_TIMER1, 0x1f),
|
|
- QMP_PHY_INIT_CFG(QSERDES_COM_VCO_TUNE_TIMER2, 0x3f),
|
|
+ QMP_PHY_INIT_CFG(QSERDES_COM_VCO_TUNE_TIMER1, 0xff),
|
|
+ QMP_PHY_INIT_CFG(QSERDES_COM_VCO_TUNE_TIMER2, 0x1f),
|
|
QMP_PHY_INIT_CFG(QSERDES_COM_CMN_CONFIG, 0x6),
|
|
QMP_PHY_INIT_CFG(QSERDES_COM_PLL_IVCO, 0xf),
|
|
QMP_PHY_INIT_CFG(QSERDES_COM_HSCLK_SEL, 0x0),
|
|
@@ -429,7 +429,6 @@ static const struct qmp_phy_init_tbl ipq8074_pcie_serdes_tbl[] = {
|
|
QMP_PHY_INIT_CFG(QSERDES_COM_INTEGLOOP_GAIN1_MODE0, 0x0),
|
|
QMP_PHY_INIT_CFG(QSERDES_COM_INTEGLOOP_GAIN0_MODE0, 0x80),
|
|
QMP_PHY_INIT_CFG(QSERDES_COM_BIAS_EN_CTRL_BY_PSM, 0x1),
|
|
- QMP_PHY_INIT_CFG(QSERDES_COM_VCO_TUNE_CTRL, 0xa),
|
|
QMP_PHY_INIT_CFG(QSERDES_COM_SSC_EN_CENTER, 0x1),
|
|
QMP_PHY_INIT_CFG(QSERDES_COM_SSC_PER1, 0x31),
|
|
QMP_PHY_INIT_CFG(QSERDES_COM_SSC_PER2, 0x1),
|
|
@@ -438,7 +437,6 @@ static const struct qmp_phy_init_tbl ipq8074_pcie_serdes_tbl[] = {
|
|
QMP_PHY_INIT_CFG(QSERDES_COM_SSC_STEP_SIZE1, 0x2f),
|
|
QMP_PHY_INIT_CFG(QSERDES_COM_SSC_STEP_SIZE2, 0x19),
|
|
QMP_PHY_INIT_CFG(QSERDES_COM_CLK_EP_DIV, 0x19),
|
|
- QMP_PHY_INIT_CFG(QSERDES_RX_SIGDET_CNTRL, 0x7),
|
|
};
|
|
|
|
static const struct qmp_phy_init_tbl ipq8074_pcie_tx_tbl[] = {
|
|
@@ -446,6 +444,8 @@ static const struct qmp_phy_init_tbl ipq8074_pcie_tx_tbl[] = {
|
|
QMP_PHY_INIT_CFG(QSERDES_TX_LANE_MODE, 0x6),
|
|
QMP_PHY_INIT_CFG(QSERDES_TX_RES_CODE_LANE_OFFSET, 0x2),
|
|
QMP_PHY_INIT_CFG(QSERDES_TX_RCV_DETECT_LVL_2, 0x12),
|
|
+ QMP_PHY_INIT_CFG(QSERDES_TX_EMP_POST1_LVL, 0x36),
|
|
+ QMP_PHY_INIT_CFG(QSERDES_TX_SLEW_CNTL, 0x0a),
|
|
};
|
|
|
|
static const struct qmp_phy_init_tbl ipq8074_pcie_rx_tbl[] = {
|
|
@@ -456,7 +456,6 @@ static const struct qmp_phy_init_tbl ipq8074_pcie_rx_tbl[] = {
|
|
QMP_PHY_INIT_CFG(QSERDES_RX_RX_EQU_ADAPTOR_CNTRL4, 0xdb),
|
|
QMP_PHY_INIT_CFG(QSERDES_RX_UCDR_SO_SATURATION_AND_ENABLE, 0x4b),
|
|
QMP_PHY_INIT_CFG(QSERDES_RX_UCDR_SO_GAIN, 0x4),
|
|
- QMP_PHY_INIT_CFG(QSERDES_RX_UCDR_SO_GAIN_HALF, 0x4),
|
|
};
|
|
|
|
static const struct qmp_phy_init_tbl ipq8074_pcie_pcs_tbl[] = {
|
|
@@ -1107,6 +1106,9 @@ static const struct qmp_phy_cfg msm8996_usb3phy_cfg = {
|
|
.pwrdn_ctrl = SW_PWRDN,
|
|
};
|
|
|
|
+static const char * const ipq8074_pciephy_clk_l[] = {
|
|
+ "aux", "cfg_ahb",
|
|
+};
|
|
/* list of resets */
|
|
static const char * const ipq8074_pciephy_reset_l[] = {
|
|
"phy", "common",
|
|
@@ -1124,8 +1126,8 @@ static const struct qmp_phy_cfg ipq8074_pciephy_cfg = {
|
|
.rx_tbl_num = ARRAY_SIZE(ipq8074_pcie_rx_tbl),
|
|
.pcs_tbl = ipq8074_pcie_pcs_tbl,
|
|
.pcs_tbl_num = ARRAY_SIZE(ipq8074_pcie_pcs_tbl),
|
|
- .clk_list = NULL,
|
|
- .num_clks = 0,
|
|
+ .clk_list = ipq8074_pciephy_clk_l,
|
|
+ .num_clks = ARRAY_SIZE(ipq8074_pciephy_clk_l),
|
|
.reset_list = ipq8074_pciephy_reset_l,
|
|
.num_resets = ARRAY_SIZE(ipq8074_pciephy_reset_l),
|
|
.vreg_list = NULL,
|
|
diff --git a/drivers/phy/qualcomm/phy-qcom-qmp.h b/drivers/phy/qualcomm/phy-qcom-qmp.h
|
|
index 335ea5d7ef400..f6b1e6359b8ca 100644
|
|
--- a/drivers/phy/qualcomm/phy-qcom-qmp.h
|
|
+++ b/drivers/phy/qualcomm/phy-qcom-qmp.h
|
|
@@ -77,6 +77,8 @@
|
|
#define QSERDES_COM_CORECLK_DIV_MODE1 0x1bc
|
|
|
|
/* Only for QMP V2 PHY - TX registers */
|
|
+#define QSERDES_TX_EMP_POST1_LVL 0x018
|
|
+#define QSERDES_TX_SLEW_CNTL 0x040
|
|
#define QSERDES_TX_RES_CODE_LANE_OFFSET 0x054
|
|
#define QSERDES_TX_DEBUG_BUS_SEL 0x064
|
|
#define QSERDES_TX_HIGHZ_TRANSCEIVEREN_BIAS_DRVR_EN 0x068
|
|
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c
|
|
index a17aebe0aa7a7..55fc80de5ef16 100644
|
|
--- a/drivers/regulator/core.c
|
|
+++ b/drivers/regulator/core.c
|
|
@@ -235,8 +235,8 @@ static bool regulator_supply_is_couple(struct regulator_dev *rdev)
|
|
static void regulator_unlock_recursive(struct regulator_dev *rdev,
|
|
unsigned int n_coupled)
|
|
{
|
|
- struct regulator_dev *c_rdev;
|
|
- int i;
|
|
+ struct regulator_dev *c_rdev, *supply_rdev;
|
|
+ int i, supply_n_coupled;
|
|
|
|
for (i = n_coupled; i > 0; i--) {
|
|
c_rdev = rdev->coupling_desc.coupled_rdevs[i - 1];
|
|
@@ -244,10 +244,13 @@ static void regulator_unlock_recursive(struct regulator_dev *rdev,
|
|
if (!c_rdev)
|
|
continue;
|
|
|
|
- if (c_rdev->supply && !regulator_supply_is_couple(c_rdev))
|
|
- regulator_unlock_recursive(
|
|
- c_rdev->supply->rdev,
|
|
- c_rdev->coupling_desc.n_coupled);
|
|
+ if (c_rdev->supply && !regulator_supply_is_couple(c_rdev)) {
|
|
+ supply_rdev = c_rdev->supply->rdev;
|
|
+ supply_n_coupled = supply_rdev->coupling_desc.n_coupled;
|
|
+
|
|
+ regulator_unlock_recursive(supply_rdev,
|
|
+ supply_n_coupled);
|
|
+ }
|
|
|
|
regulator_unlock(c_rdev);
|
|
}
|
|
@@ -1456,7 +1459,7 @@ static int set_consumer_device_supply(struct regulator_dev *rdev,
|
|
const char *consumer_dev_name,
|
|
const char *supply)
|
|
{
|
|
- struct regulator_map *node;
|
|
+ struct regulator_map *node, *new_node;
|
|
int has_dev;
|
|
|
|
if (supply == NULL)
|
|
@@ -1467,6 +1470,22 @@ static int set_consumer_device_supply(struct regulator_dev *rdev,
|
|
else
|
|
has_dev = 0;
|
|
|
|
+ new_node = kzalloc(sizeof(struct regulator_map), GFP_KERNEL);
|
|
+ if (new_node == NULL)
|
|
+ return -ENOMEM;
|
|
+
|
|
+ new_node->regulator = rdev;
|
|
+ new_node->supply = supply;
|
|
+
|
|
+ if (has_dev) {
|
|
+ new_node->dev_name = kstrdup(consumer_dev_name, GFP_KERNEL);
|
|
+ if (new_node->dev_name == NULL) {
|
|
+ kfree(new_node);
|
|
+ return -ENOMEM;
|
|
+ }
|
|
+ }
|
|
+
|
|
+ mutex_lock(®ulator_list_mutex);
|
|
list_for_each_entry(node, ®ulator_map_list, list) {
|
|
if (node->dev_name && consumer_dev_name) {
|
|
if (strcmp(node->dev_name, consumer_dev_name) != 0)
|
|
@@ -1484,26 +1503,19 @@ static int set_consumer_device_supply(struct regulator_dev *rdev,
|
|
node->regulator->desc->name,
|
|
supply,
|
|
dev_name(&rdev->dev), rdev_get_name(rdev));
|
|
- return -EBUSY;
|
|
+ goto fail;
|
|
}
|
|
|
|
- node = kzalloc(sizeof(struct regulator_map), GFP_KERNEL);
|
|
- if (node == NULL)
|
|
- return -ENOMEM;
|
|
-
|
|
- node->regulator = rdev;
|
|
- node->supply = supply;
|
|
-
|
|
- if (has_dev) {
|
|
- node->dev_name = kstrdup(consumer_dev_name, GFP_KERNEL);
|
|
- if (node->dev_name == NULL) {
|
|
- kfree(node);
|
|
- return -ENOMEM;
|
|
- }
|
|
- }
|
|
+ list_add(&new_node->list, ®ulator_map_list);
|
|
+ mutex_unlock(®ulator_list_mutex);
|
|
|
|
- list_add(&node->list, ®ulator_map_list);
|
|
return 0;
|
|
+
|
|
+fail:
|
|
+ mutex_unlock(®ulator_list_mutex);
|
|
+ kfree(new_node->dev_name);
|
|
+ kfree(new_node);
|
|
+ return -EBUSY;
|
|
}
|
|
|
|
static void unset_regulator_supplies(struct regulator_dev *rdev)
|
|
@@ -1575,44 +1587,53 @@ static struct regulator *create_regulator(struct regulator_dev *rdev,
|
|
const char *supply_name)
|
|
{
|
|
struct regulator *regulator;
|
|
- char buf[REG_STR_SIZE];
|
|
- int err, size;
|
|
+ int err;
|
|
+
|
|
+ if (dev) {
|
|
+ char buf[REG_STR_SIZE];
|
|
+ int size;
|
|
+
|
|
+ size = snprintf(buf, REG_STR_SIZE, "%s-%s",
|
|
+ dev->kobj.name, supply_name);
|
|
+ if (size >= REG_STR_SIZE)
|
|
+ return NULL;
|
|
+
|
|
+ supply_name = kstrdup(buf, GFP_KERNEL);
|
|
+ if (supply_name == NULL)
|
|
+ return NULL;
|
|
+ } else {
|
|
+ supply_name = kstrdup_const(supply_name, GFP_KERNEL);
|
|
+ if (supply_name == NULL)
|
|
+ return NULL;
|
|
+ }
|
|
|
|
regulator = kzalloc(sizeof(*regulator), GFP_KERNEL);
|
|
- if (regulator == NULL)
|
|
+ if (regulator == NULL) {
|
|
+ kfree(supply_name);
|
|
return NULL;
|
|
+ }
|
|
|
|
- regulator_lock(rdev);
|
|
regulator->rdev = rdev;
|
|
+ regulator->supply_name = supply_name;
|
|
+
|
|
+ regulator_lock(rdev);
|
|
list_add(®ulator->list, &rdev->consumer_list);
|
|
+ regulator_unlock(rdev);
|
|
|
|
if (dev) {
|
|
regulator->dev = dev;
|
|
|
|
/* Add a link to the device sysfs entry */
|
|
- size = snprintf(buf, REG_STR_SIZE, "%s-%s",
|
|
- dev->kobj.name, supply_name);
|
|
- if (size >= REG_STR_SIZE)
|
|
- goto overflow_err;
|
|
-
|
|
- regulator->supply_name = kstrdup(buf, GFP_KERNEL);
|
|
- if (regulator->supply_name == NULL)
|
|
- goto overflow_err;
|
|
-
|
|
err = sysfs_create_link_nowarn(&rdev->dev.kobj, &dev->kobj,
|
|
- buf);
|
|
+ supply_name);
|
|
if (err) {
|
|
rdev_dbg(rdev, "could not add device link %s err %d\n",
|
|
dev->kobj.name, err);
|
|
/* non-fatal */
|
|
}
|
|
- } else {
|
|
- regulator->supply_name = kstrdup_const(supply_name, GFP_KERNEL);
|
|
- if (regulator->supply_name == NULL)
|
|
- goto overflow_err;
|
|
}
|
|
|
|
- regulator->debugfs = debugfs_create_dir(regulator->supply_name,
|
|
+ regulator->debugfs = debugfs_create_dir(supply_name,
|
|
rdev->debugfs);
|
|
if (!regulator->debugfs) {
|
|
rdev_dbg(rdev, "Failed to create debugfs directory\n");
|
|
@@ -1637,13 +1658,7 @@ static struct regulator *create_regulator(struct regulator_dev *rdev,
|
|
_regulator_is_enabled(rdev))
|
|
regulator->always_on = true;
|
|
|
|
- regulator_unlock(rdev);
|
|
return regulator;
|
|
-overflow_err:
|
|
- list_del(®ulator->list);
|
|
- kfree(regulator);
|
|
- regulator_unlock(rdev);
|
|
- return NULL;
|
|
}
|
|
|
|
static int _regulator_get_enable_time(struct regulator_dev *rdev)
|
|
@@ -2217,10 +2232,13 @@ EXPORT_SYMBOL_GPL(regulator_bulk_unregister_supply_alias);
|
|
static int regulator_ena_gpio_request(struct regulator_dev *rdev,
|
|
const struct regulator_config *config)
|
|
{
|
|
- struct regulator_enable_gpio *pin;
|
|
+ struct regulator_enable_gpio *pin, *new_pin;
|
|
struct gpio_desc *gpiod;
|
|
|
|
gpiod = config->ena_gpiod;
|
|
+ new_pin = kzalloc(sizeof(*new_pin), GFP_KERNEL);
|
|
+
|
|
+ mutex_lock(®ulator_list_mutex);
|
|
|
|
list_for_each_entry(pin, ®ulator_ena_gpio_list, list) {
|
|
if (pin->gpiod == gpiod) {
|
|
@@ -2229,9 +2247,13 @@ static int regulator_ena_gpio_request(struct regulator_dev *rdev,
|
|
}
|
|
}
|
|
|
|
- pin = kzalloc(sizeof(struct regulator_enable_gpio), GFP_KERNEL);
|
|
- if (pin == NULL)
|
|
+ if (new_pin == NULL) {
|
|
+ mutex_unlock(®ulator_list_mutex);
|
|
return -ENOMEM;
|
|
+ }
|
|
+
|
|
+ pin = new_pin;
|
|
+ new_pin = NULL;
|
|
|
|
pin->gpiod = gpiod;
|
|
list_add(&pin->list, ®ulator_ena_gpio_list);
|
|
@@ -2239,6 +2261,10 @@ static int regulator_ena_gpio_request(struct regulator_dev *rdev,
|
|
update_ena_gpio_to_rdev:
|
|
pin->request_count++;
|
|
rdev->ena_pin = pin;
|
|
+
|
|
+ mutex_unlock(®ulator_list_mutex);
|
|
+ kfree(new_pin);
|
|
+
|
|
return 0;
|
|
}
|
|
|
|
@@ -4857,13 +4883,9 @@ static void regulator_resolve_coupling(struct regulator_dev *rdev)
|
|
return;
|
|
}
|
|
|
|
- regulator_lock(c_rdev);
|
|
-
|
|
c_desc->coupled_rdevs[i] = c_rdev;
|
|
c_desc->n_resolved++;
|
|
|
|
- regulator_unlock(c_rdev);
|
|
-
|
|
regulator_resolve_coupling(c_rdev);
|
|
}
|
|
}
|
|
@@ -4948,7 +4970,10 @@ static int regulator_init_coupling(struct regulator_dev *rdev)
|
|
if (!of_check_coupling_data(rdev))
|
|
return -EPERM;
|
|
|
|
+ mutex_lock(®ulator_list_mutex);
|
|
rdev->coupling_desc.coupler = regulator_find_coupler(rdev);
|
|
+ mutex_unlock(®ulator_list_mutex);
|
|
+
|
|
if (IS_ERR(rdev->coupling_desc.coupler)) {
|
|
err = PTR_ERR(rdev->coupling_desc.coupler);
|
|
rdev_err(rdev, "failed to get coupler: %d\n", err);
|
|
@@ -5043,6 +5068,7 @@ regulator_register(const struct regulator_desc *regulator_desc,
|
|
ret = -ENOMEM;
|
|
goto rinse;
|
|
}
|
|
+ device_initialize(&rdev->dev);
|
|
|
|
/*
|
|
* Duplicate the config so the driver could override it after
|
|
@@ -5050,9 +5076,8 @@ regulator_register(const struct regulator_desc *regulator_desc,
|
|
*/
|
|
config = kmemdup(cfg, sizeof(*cfg), GFP_KERNEL);
|
|
if (config == NULL) {
|
|
- kfree(rdev);
|
|
ret = -ENOMEM;
|
|
- goto rinse;
|
|
+ goto clean;
|
|
}
|
|
|
|
init_data = regulator_of_get_init_data(dev, regulator_desc, config,
|
|
@@ -5064,10 +5089,8 @@ regulator_register(const struct regulator_desc *regulator_desc,
|
|
* from a gpio extender or something else.
|
|
*/
|
|
if (PTR_ERR(init_data) == -EPROBE_DEFER) {
|
|
- kfree(config);
|
|
- kfree(rdev);
|
|
ret = -EPROBE_DEFER;
|
|
- goto rinse;
|
|
+ goto clean;
|
|
}
|
|
|
|
/*
|
|
@@ -5108,9 +5131,7 @@ regulator_register(const struct regulator_desc *regulator_desc,
|
|
}
|
|
|
|
if (config->ena_gpiod) {
|
|
- mutex_lock(®ulator_list_mutex);
|
|
ret = regulator_ena_gpio_request(rdev, config);
|
|
- mutex_unlock(®ulator_list_mutex);
|
|
if (ret != 0) {
|
|
rdev_err(rdev, "Failed to request enable GPIO: %d\n",
|
|
ret);
|
|
@@ -5122,7 +5143,6 @@ regulator_register(const struct regulator_desc *regulator_desc,
|
|
}
|
|
|
|
/* register with sysfs */
|
|
- device_initialize(&rdev->dev);
|
|
rdev->dev.class = ®ulator_class;
|
|
rdev->dev.parent = dev;
|
|
dev_set_name(&rdev->dev, "regulator.%lu",
|
|
@@ -5150,27 +5170,22 @@ regulator_register(const struct regulator_desc *regulator_desc,
|
|
if (ret < 0)
|
|
goto wash;
|
|
|
|
- mutex_lock(®ulator_list_mutex);
|
|
ret = regulator_init_coupling(rdev);
|
|
- mutex_unlock(®ulator_list_mutex);
|
|
if (ret < 0)
|
|
goto wash;
|
|
|
|
/* add consumers devices */
|
|
if (init_data) {
|
|
- mutex_lock(®ulator_list_mutex);
|
|
for (i = 0; i < init_data->num_consumer_supplies; i++) {
|
|
ret = set_consumer_device_supply(rdev,
|
|
init_data->consumer_supplies[i].dev_name,
|
|
init_data->consumer_supplies[i].supply);
|
|
if (ret < 0) {
|
|
- mutex_unlock(®ulator_list_mutex);
|
|
dev_err(dev, "Failed to set supply %s\n",
|
|
init_data->consumer_supplies[i].supply);
|
|
goto unset_supplies;
|
|
}
|
|
}
|
|
- mutex_unlock(®ulator_list_mutex);
|
|
}
|
|
|
|
if (!rdev->desc->ops->get_voltage &&
|
|
@@ -5205,13 +5220,11 @@ wash:
|
|
mutex_lock(®ulator_list_mutex);
|
|
regulator_ena_gpio_free(rdev);
|
|
mutex_unlock(®ulator_list_mutex);
|
|
- put_device(&rdev->dev);
|
|
- rdev = NULL;
|
|
clean:
|
|
if (dangling_of_gpiod)
|
|
gpiod_put(config->ena_gpiod);
|
|
- kfree(rdev);
|
|
kfree(config);
|
|
+ put_device(&rdev->dev);
|
|
rinse:
|
|
if (dangling_cfg_gpiod)
|
|
gpiod_put(cfg->ena_gpiod);
|
|
diff --git a/drivers/scsi/libsas/sas_ata.c b/drivers/scsi/libsas/sas_ata.c
|
|
index e9e00740f7ca6..dd755a56cf521 100644
|
|
--- a/drivers/scsi/libsas/sas_ata.c
|
|
+++ b/drivers/scsi/libsas/sas_ata.c
|
|
@@ -208,7 +208,10 @@ static unsigned int sas_ata_qc_issue(struct ata_queued_cmd *qc)
|
|
task->num_scatter = si;
|
|
}
|
|
|
|
- task->data_dir = qc->dma_dir;
|
|
+ if (qc->tf.protocol == ATA_PROT_NODATA)
|
|
+ task->data_dir = DMA_NONE;
|
|
+ else
|
|
+ task->data_dir = qc->dma_dir;
|
|
task->scatter = qc->sg;
|
|
task->ata_task.retry_count = 1;
|
|
task->task_state_flags = SAS_TASK_STATE_PENDING;
|
|
diff --git a/drivers/scsi/megaraid/megaraid_sas_fusion.c b/drivers/scsi/megaraid/megaraid_sas_fusion.c
|
|
index 5bcef9769740b..5dcd7b9b72ced 100644
|
|
--- a/drivers/scsi/megaraid/megaraid_sas_fusion.c
|
|
+++ b/drivers/scsi/megaraid/megaraid_sas_fusion.c
|
|
@@ -3738,7 +3738,7 @@ int megasas_irqpoll(struct irq_poll *irqpoll, int budget)
|
|
instance = irq_ctx->instance;
|
|
|
|
if (irq_ctx->irq_line_enable) {
|
|
- disable_irq(irq_ctx->os_irq);
|
|
+ disable_irq_nosync(irq_ctx->os_irq);
|
|
irq_ctx->irq_line_enable = false;
|
|
}
|
|
|
|
diff --git a/drivers/scsi/mpt3sas/mpt3sas_base.c b/drivers/scsi/mpt3sas/mpt3sas_base.c
|
|
index 7fd1d731555f9..b7e44634d0dc2 100644
|
|
--- a/drivers/scsi/mpt3sas/mpt3sas_base.c
|
|
+++ b/drivers/scsi/mpt3sas/mpt3sas_base.c
|
|
@@ -1632,7 +1632,7 @@ _base_irqpoll(struct irq_poll *irqpoll, int budget)
|
|
reply_q = container_of(irqpoll, struct adapter_reply_queue,
|
|
irqpoll);
|
|
if (reply_q->irq_line_enable) {
|
|
- disable_irq(reply_q->os_irq);
|
|
+ disable_irq_nosync(reply_q->os_irq);
|
|
reply_q->irq_line_enable = false;
|
|
}
|
|
num_entries = _base_process_reply_queue(reply_q);
|
|
diff --git a/drivers/soundwire/stream.c b/drivers/soundwire/stream.c
|
|
index e69f94a8c3a86..de7c57e17710a 100644
|
|
--- a/drivers/soundwire/stream.c
|
|
+++ b/drivers/soundwire/stream.c
|
|
@@ -702,6 +702,7 @@ error:
|
|
kfree(wbuf);
|
|
error_1:
|
|
kfree(wr_msg);
|
|
+ bus->defer_msg.msg = NULL;
|
|
return ret;
|
|
}
|
|
|
|
@@ -825,9 +826,10 @@ static int do_bank_switch(struct sdw_stream_runtime *stream)
|
|
error:
|
|
list_for_each_entry(m_rt, &stream->master_list, stream_node) {
|
|
bus = m_rt->bus;
|
|
-
|
|
- kfree(bus->defer_msg.msg->buf);
|
|
- kfree(bus->defer_msg.msg);
|
|
+ if (bus->defer_msg.msg) {
|
|
+ kfree(bus->defer_msg.msg->buf);
|
|
+ kfree(bus->defer_msg.msg);
|
|
+ }
|
|
}
|
|
|
|
msg_unlock:
|
|
diff --git a/drivers/spi/spi-stm32.c b/drivers/spi/spi-stm32.c
|
|
index 8146c2d91d307..9d8ceb63f7db1 100644
|
|
--- a/drivers/spi/spi-stm32.c
|
|
+++ b/drivers/spi/spi-stm32.c
|
|
@@ -931,7 +931,11 @@ static irqreturn_t stm32h7_spi_irq_thread(int irq, void *dev_id)
|
|
}
|
|
|
|
if (sr & STM32H7_SPI_SR_SUSP) {
|
|
- dev_warn(spi->dev, "Communication suspended\n");
|
|
+ static DEFINE_RATELIMIT_STATE(rs,
|
|
+ DEFAULT_RATELIMIT_INTERVAL * 10,
|
|
+ 1);
|
|
+ if (__ratelimit(&rs))
|
|
+ dev_dbg_ratelimited(spi->dev, "Communication suspended\n");
|
|
if (!spi->cur_usedma && (spi->rx_buf && (spi->rx_len > 0)))
|
|
stm32h7_spi_read_rxfifo(spi, false);
|
|
/*
|
|
@@ -2050,7 +2054,7 @@ static int stm32_spi_resume(struct device *dev)
|
|
}
|
|
|
|
ret = pm_runtime_get_sync(dev);
|
|
- if (ret) {
|
|
+ if (ret < 0) {
|
|
dev_err(dev, "Unable to power device:%d\n", ret);
|
|
return ret;
|
|
}
|
|
diff --git a/drivers/staging/greybus/audio_topology.c b/drivers/staging/greybus/audio_topology.c
|
|
index 4ac30accf226a..cc329b990e165 100644
|
|
--- a/drivers/staging/greybus/audio_topology.c
|
|
+++ b/drivers/staging/greybus/audio_topology.c
|
|
@@ -460,6 +460,15 @@ static int gbcodec_mixer_dapm_ctl_put(struct snd_kcontrol *kcontrol,
|
|
val = ucontrol->value.integer.value[0] & mask;
|
|
connect = !!val;
|
|
|
|
+ ret = gb_pm_runtime_get_sync(bundle);
|
|
+ if (ret)
|
|
+ return ret;
|
|
+
|
|
+ ret = gb_audio_gb_get_control(module->mgmt_connection, data->ctl_id,
|
|
+ GB_AUDIO_INVALID_INDEX, &gbvalue);
|
|
+ if (ret)
|
|
+ goto exit;
|
|
+
|
|
/* update ucontrol */
|
|
if (gbvalue.value.integer_value[0] != val) {
|
|
for (wi = 0; wi < wlist->num_widgets; wi++) {
|
|
@@ -473,25 +482,17 @@ static int gbcodec_mixer_dapm_ctl_put(struct snd_kcontrol *kcontrol,
|
|
gbvalue.value.integer_value[0] =
|
|
cpu_to_le32(ucontrol->value.integer.value[0]);
|
|
|
|
- ret = gb_pm_runtime_get_sync(bundle);
|
|
- if (ret)
|
|
- return ret;
|
|
-
|
|
ret = gb_audio_gb_set_control(module->mgmt_connection,
|
|
data->ctl_id,
|
|
GB_AUDIO_INVALID_INDEX, &gbvalue);
|
|
-
|
|
- gb_pm_runtime_put_autosuspend(bundle);
|
|
-
|
|
- if (ret) {
|
|
- dev_err_ratelimited(codec->dev,
|
|
- "%d:Error in %s for %s\n", ret,
|
|
- __func__, kcontrol->id.name);
|
|
- return ret;
|
|
- }
|
|
}
|
|
|
|
- return 0;
|
|
+exit:
|
|
+ gb_pm_runtime_put_autosuspend(bundle);
|
|
+ if (ret)
|
|
+ dev_err_ratelimited(codec_dev, "%d:Error in %s for %s\n", ret,
|
|
+ __func__, kcontrol->id.name);
|
|
+ return ret;
|
|
}
|
|
|
|
#define SOC_DAPM_MIXER_GB(xname, kcount, data) \
|
|
diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c b/drivers/staging/wlan-ng/hfa384x_usb.c
|
|
index e29c14e0ed498..ed4ff78dd02aa 100644
|
|
--- a/drivers/staging/wlan-ng/hfa384x_usb.c
|
|
+++ b/drivers/staging/wlan-ng/hfa384x_usb.c
|
|
@@ -526,13 +526,8 @@ static void hfa384x_usb_defer(struct work_struct *data)
|
|
*/
|
|
void hfa384x_create(struct hfa384x *hw, struct usb_device *usb)
|
|
{
|
|
- memset(hw, 0, sizeof(*hw));
|
|
hw->usb = usb;
|
|
|
|
- /* set up the endpoints */
|
|
- hw->endp_in = usb_rcvbulkpipe(usb, 1);
|
|
- hw->endp_out = usb_sndbulkpipe(usb, 2);
|
|
-
|
|
/* Set up the waitq */
|
|
init_waitqueue_head(&hw->cmdq);
|
|
|
|
diff --git a/drivers/staging/wlan-ng/prism2usb.c b/drivers/staging/wlan-ng/prism2usb.c
|
|
index 8d32b1603d10a..9eee72aff7233 100644
|
|
--- a/drivers/staging/wlan-ng/prism2usb.c
|
|
+++ b/drivers/staging/wlan-ng/prism2usb.c
|
|
@@ -61,23 +61,14 @@ static int prism2sta_probe_usb(struct usb_interface *interface,
|
|
const struct usb_device_id *id)
|
|
{
|
|
struct usb_device *dev;
|
|
- const struct usb_endpoint_descriptor *epd;
|
|
- const struct usb_host_interface *iface_desc = interface->cur_altsetting;
|
|
+ struct usb_endpoint_descriptor *bulk_in, *bulk_out;
|
|
+ struct usb_host_interface *iface_desc = interface->cur_altsetting;
|
|
struct wlandevice *wlandev = NULL;
|
|
struct hfa384x *hw = NULL;
|
|
int result = 0;
|
|
|
|
- if (iface_desc->desc.bNumEndpoints != 2) {
|
|
- result = -ENODEV;
|
|
- goto failed;
|
|
- }
|
|
-
|
|
- result = -EINVAL;
|
|
- epd = &iface_desc->endpoint[1].desc;
|
|
- if (!usb_endpoint_is_bulk_in(epd))
|
|
- goto failed;
|
|
- epd = &iface_desc->endpoint[2].desc;
|
|
- if (!usb_endpoint_is_bulk_out(epd))
|
|
+ result = usb_find_common_endpoints(iface_desc, &bulk_in, &bulk_out, NULL, NULL);
|
|
+ if (result)
|
|
goto failed;
|
|
|
|
dev = interface_to_usbdev(interface);
|
|
@@ -96,6 +87,8 @@ static int prism2sta_probe_usb(struct usb_interface *interface,
|
|
}
|
|
|
|
/* Initialize the hw data */
|
|
+ hw->endp_in = usb_rcvbulkpipe(dev, bulk_in->bEndpointAddress);
|
|
+ hw->endp_out = usb_sndbulkpipe(dev, bulk_out->bEndpointAddress);
|
|
hfa384x_create(hw, dev);
|
|
hw->wlandev = wlandev;
|
|
|
|
diff --git a/drivers/target/iscsi/iscsi_target.c b/drivers/target/iscsi/iscsi_target.c
|
|
index d1ce94c608a9f..bca183369ad8b 100644
|
|
--- a/drivers/target/iscsi/iscsi_target.c
|
|
+++ b/drivers/target/iscsi/iscsi_target.c
|
|
@@ -1386,14 +1386,27 @@ static u32 iscsit_do_crypto_hash_sg(
|
|
sg = cmd->first_data_sg;
|
|
page_off = cmd->first_data_sg_off;
|
|
|
|
+ if (data_length && page_off) {
|
|
+ struct scatterlist first_sg;
|
|
+ u32 len = min_t(u32, data_length, sg->length - page_off);
|
|
+
|
|
+ sg_init_table(&first_sg, 1);
|
|
+ sg_set_page(&first_sg, sg_page(sg), len, sg->offset + page_off);
|
|
+
|
|
+ ahash_request_set_crypt(hash, &first_sg, NULL, len);
|
|
+ crypto_ahash_update(hash);
|
|
+
|
|
+ data_length -= len;
|
|
+ sg = sg_next(sg);
|
|
+ }
|
|
+
|
|
while (data_length) {
|
|
- u32 cur_len = min_t(u32, data_length, (sg->length - page_off));
|
|
+ u32 cur_len = min_t(u32, data_length, sg->length);
|
|
|
|
ahash_request_set_crypt(hash, sg, NULL, cur_len);
|
|
crypto_ahash_update(hash);
|
|
|
|
data_length -= cur_len;
|
|
- page_off = 0;
|
|
/* iscsit_map_iovec has already checked for invalid sg pointers */
|
|
sg = sg_next(sg);
|
|
}
|
|
diff --git a/drivers/target/iscsi/iscsi_target_login.c b/drivers/target/iscsi/iscsi_target_login.c
|
|
index 731ee67fe914b..0cc5ea195273f 100644
|
|
--- a/drivers/target/iscsi/iscsi_target_login.c
|
|
+++ b/drivers/target/iscsi/iscsi_target_login.c
|
|
@@ -1172,7 +1172,7 @@ void iscsit_free_conn(struct iscsi_conn *conn)
|
|
}
|
|
|
|
void iscsi_target_login_sess_out(struct iscsi_conn *conn,
|
|
- struct iscsi_np *np, bool zero_tsih, bool new_sess)
|
|
+ bool zero_tsih, bool new_sess)
|
|
{
|
|
if (!new_sess)
|
|
goto old_sess_out;
|
|
@@ -1190,7 +1190,6 @@ void iscsi_target_login_sess_out(struct iscsi_conn *conn,
|
|
conn->sess = NULL;
|
|
|
|
old_sess_out:
|
|
- iscsi_stop_login_thread_timer(np);
|
|
/*
|
|
* If login negotiation fails check if the Time2Retain timer
|
|
* needs to be restarted.
|
|
@@ -1430,8 +1429,9 @@ static int __iscsi_target_login_thread(struct iscsi_np *np)
|
|
new_sess_out:
|
|
new_sess = true;
|
|
old_sess_out:
|
|
+ iscsi_stop_login_thread_timer(np);
|
|
tpg_np = conn->tpg_np;
|
|
- iscsi_target_login_sess_out(conn, np, zero_tsih, new_sess);
|
|
+ iscsi_target_login_sess_out(conn, zero_tsih, new_sess);
|
|
new_sess = false;
|
|
|
|
if (tpg) {
|
|
diff --git a/drivers/target/iscsi/iscsi_target_login.h b/drivers/target/iscsi/iscsi_target_login.h
|
|
index 3b8e3639ff5d0..fc95e6150253f 100644
|
|
--- a/drivers/target/iscsi/iscsi_target_login.h
|
|
+++ b/drivers/target/iscsi/iscsi_target_login.h
|
|
@@ -22,8 +22,7 @@ extern int iscsit_put_login_tx(struct iscsi_conn *, struct iscsi_login *, u32);
|
|
extern void iscsit_free_conn(struct iscsi_conn *);
|
|
extern int iscsit_start_kthreads(struct iscsi_conn *);
|
|
extern void iscsi_post_login_handler(struct iscsi_np *, struct iscsi_conn *, u8);
|
|
-extern void iscsi_target_login_sess_out(struct iscsi_conn *, struct iscsi_np *,
|
|
- bool, bool);
|
|
+extern void iscsi_target_login_sess_out(struct iscsi_conn *, bool, bool);
|
|
extern int iscsi_target_login_thread(void *);
|
|
extern void iscsi_handle_login_thread_timeout(struct timer_list *t);
|
|
|
|
diff --git a/drivers/target/iscsi/iscsi_target_nego.c b/drivers/target/iscsi/iscsi_target_nego.c
|
|
index 685d771b51d41..e32d93b927428 100644
|
|
--- a/drivers/target/iscsi/iscsi_target_nego.c
|
|
+++ b/drivers/target/iscsi/iscsi_target_nego.c
|
|
@@ -535,12 +535,11 @@ static bool iscsi_target_sk_check_and_clear(struct iscsi_conn *conn, unsigned in
|
|
|
|
static void iscsi_target_login_drop(struct iscsi_conn *conn, struct iscsi_login *login)
|
|
{
|
|
- struct iscsi_np *np = login->np;
|
|
bool zero_tsih = login->zero_tsih;
|
|
|
|
iscsi_remove_failed_auth_entry(conn);
|
|
iscsi_target_nego_release(conn);
|
|
- iscsi_target_login_sess_out(conn, np, zero_tsih, true);
|
|
+ iscsi_target_login_sess_out(conn, zero_tsih, true);
|
|
}
|
|
|
|
struct conn_timeout {
|
|
diff --git a/drivers/usb/core/message.c b/drivers/usb/core/message.c
|
|
index a1ac2f0723b0b..041c68ea329f4 100644
|
|
--- a/drivers/usb/core/message.c
|
|
+++ b/drivers/usb/core/message.c
|
|
@@ -1204,6 +1204,34 @@ void usb_disable_interface(struct usb_device *dev, struct usb_interface *intf,
|
|
}
|
|
}
|
|
|
|
+/*
|
|
+ * usb_disable_device_endpoints -- Disable all endpoints for a device
|
|
+ * @dev: the device whose endpoints are being disabled
|
|
+ * @skip_ep0: 0 to disable endpoint 0, 1 to skip it.
|
|
+ */
|
|
+static void usb_disable_device_endpoints(struct usb_device *dev, int skip_ep0)
|
|
+{
|
|
+ struct usb_hcd *hcd = bus_to_hcd(dev->bus);
|
|
+ int i;
|
|
+
|
|
+ if (hcd->driver->check_bandwidth) {
|
|
+ /* First pass: Cancel URBs, leave endpoint pointers intact. */
|
|
+ for (i = skip_ep0; i < 16; ++i) {
|
|
+ usb_disable_endpoint(dev, i, false);
|
|
+ usb_disable_endpoint(dev, i + USB_DIR_IN, false);
|
|
+ }
|
|
+ /* Remove endpoints from the host controller internal state */
|
|
+ mutex_lock(hcd->bandwidth_mutex);
|
|
+ usb_hcd_alloc_bandwidth(dev, NULL, NULL, NULL);
|
|
+ mutex_unlock(hcd->bandwidth_mutex);
|
|
+ }
|
|
+ /* Second pass: remove endpoint pointers */
|
|
+ for (i = skip_ep0; i < 16; ++i) {
|
|
+ usb_disable_endpoint(dev, i, true);
|
|
+ usb_disable_endpoint(dev, i + USB_DIR_IN, true);
|
|
+ }
|
|
+}
|
|
+
|
|
/**
|
|
* usb_disable_device - Disable all the endpoints for a USB device
|
|
* @dev: the device whose endpoints are being disabled
|
|
@@ -1217,7 +1245,6 @@ void usb_disable_interface(struct usb_device *dev, struct usb_interface *intf,
|
|
void usb_disable_device(struct usb_device *dev, int skip_ep0)
|
|
{
|
|
int i;
|
|
- struct usb_hcd *hcd = bus_to_hcd(dev->bus);
|
|
|
|
/* getting rid of interfaces will disconnect
|
|
* any drivers bound to them (a key side effect)
|
|
@@ -1263,22 +1290,8 @@ void usb_disable_device(struct usb_device *dev, int skip_ep0)
|
|
|
|
dev_dbg(&dev->dev, "%s nuking %s URBs\n", __func__,
|
|
skip_ep0 ? "non-ep0" : "all");
|
|
- if (hcd->driver->check_bandwidth) {
|
|
- /* First pass: Cancel URBs, leave endpoint pointers intact. */
|
|
- for (i = skip_ep0; i < 16; ++i) {
|
|
- usb_disable_endpoint(dev, i, false);
|
|
- usb_disable_endpoint(dev, i + USB_DIR_IN, false);
|
|
- }
|
|
- /* Remove endpoints from the host controller internal state */
|
|
- mutex_lock(hcd->bandwidth_mutex);
|
|
- usb_hcd_alloc_bandwidth(dev, NULL, NULL, NULL);
|
|
- mutex_unlock(hcd->bandwidth_mutex);
|
|
- /* Second pass: remove endpoint pointers */
|
|
- }
|
|
- for (i = skip_ep0; i < 16; ++i) {
|
|
- usb_disable_endpoint(dev, i, true);
|
|
- usb_disable_endpoint(dev, i + USB_DIR_IN, true);
|
|
- }
|
|
+
|
|
+ usb_disable_device_endpoints(dev, skip_ep0);
|
|
}
|
|
|
|
/**
|
|
@@ -1521,6 +1534,9 @@ EXPORT_SYMBOL_GPL(usb_set_interface);
|
|
* The caller must own the device lock.
|
|
*
|
|
* Return: Zero on success, else a negative error code.
|
|
+ *
|
|
+ * If this routine fails the device will probably be in an unusable state
|
|
+ * with endpoints disabled, and interfaces only partially enabled.
|
|
*/
|
|
int usb_reset_configuration(struct usb_device *dev)
|
|
{
|
|
@@ -1536,10 +1552,7 @@ int usb_reset_configuration(struct usb_device *dev)
|
|
* calls during probe() are fine
|
|
*/
|
|
|
|
- for (i = 1; i < 16; ++i) {
|
|
- usb_disable_endpoint(dev, i, true);
|
|
- usb_disable_endpoint(dev, i + USB_DIR_IN, true);
|
|
- }
|
|
+ usb_disable_device_endpoints(dev, 1); /* skip ep0*/
|
|
|
|
config = dev->actconfig;
|
|
retval = 0;
|
|
@@ -1552,34 +1565,10 @@ int usb_reset_configuration(struct usb_device *dev)
|
|
mutex_unlock(hcd->bandwidth_mutex);
|
|
return -ENOMEM;
|
|
}
|
|
- /* Make sure we have enough bandwidth for each alternate setting 0 */
|
|
- for (i = 0; i < config->desc.bNumInterfaces; i++) {
|
|
- struct usb_interface *intf = config->interface[i];
|
|
- struct usb_host_interface *alt;
|
|
|
|
- alt = usb_altnum_to_altsetting(intf, 0);
|
|
- if (!alt)
|
|
- alt = &intf->altsetting[0];
|
|
- if (alt != intf->cur_altsetting)
|
|
- retval = usb_hcd_alloc_bandwidth(dev, NULL,
|
|
- intf->cur_altsetting, alt);
|
|
- if (retval < 0)
|
|
- break;
|
|
- }
|
|
- /* If not, reinstate the old alternate settings */
|
|
+ /* xHCI adds all endpoints in usb_hcd_alloc_bandwidth */
|
|
+ retval = usb_hcd_alloc_bandwidth(dev, config, NULL, NULL);
|
|
if (retval < 0) {
|
|
-reset_old_alts:
|
|
- for (i--; i >= 0; i--) {
|
|
- struct usb_interface *intf = config->interface[i];
|
|
- struct usb_host_interface *alt;
|
|
-
|
|
- alt = usb_altnum_to_altsetting(intf, 0);
|
|
- if (!alt)
|
|
- alt = &intf->altsetting[0];
|
|
- if (alt != intf->cur_altsetting)
|
|
- usb_hcd_alloc_bandwidth(dev, NULL,
|
|
- alt, intf->cur_altsetting);
|
|
- }
|
|
usb_enable_lpm(dev);
|
|
mutex_unlock(hcd->bandwidth_mutex);
|
|
return retval;
|
|
@@ -1588,8 +1577,12 @@ reset_old_alts:
|
|
USB_REQ_SET_CONFIGURATION, 0,
|
|
config->desc.bConfigurationValue, 0,
|
|
NULL, 0, USB_CTRL_SET_TIMEOUT);
|
|
- if (retval < 0)
|
|
- goto reset_old_alts;
|
|
+ if (retval < 0) {
|
|
+ usb_hcd_alloc_bandwidth(dev, NULL, NULL, NULL);
|
|
+ usb_enable_lpm(dev);
|
|
+ mutex_unlock(hcd->bandwidth_mutex);
|
|
+ return retval;
|
|
+ }
|
|
mutex_unlock(hcd->bandwidth_mutex);
|
|
|
|
/* re-init hc/hcd interface/endpoint state */
|
|
diff --git a/drivers/usb/core/sysfs.c b/drivers/usb/core/sysfs.c
|
|
index f19694e69f5c3..2f594c88d9058 100644
|
|
--- a/drivers/usb/core/sysfs.c
|
|
+++ b/drivers/usb/core/sysfs.c
|
|
@@ -889,7 +889,11 @@ read_descriptors(struct file *filp, struct kobject *kobj,
|
|
size_t srclen, n;
|
|
int cfgno;
|
|
void *src;
|
|
+ int retval;
|
|
|
|
+ retval = usb_lock_device_interruptible(udev);
|
|
+ if (retval < 0)
|
|
+ return -EINTR;
|
|
/* The binary attribute begins with the device descriptor.
|
|
* Following that are the raw descriptor entries for all the
|
|
* configurations (config plus subsidiary descriptors).
|
|
@@ -914,6 +918,7 @@ read_descriptors(struct file *filp, struct kobject *kobj,
|
|
off -= srclen;
|
|
}
|
|
}
|
|
+ usb_unlock_device(udev);
|
|
return count - nleft;
|
|
}
|
|
|
|
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
|
|
index 33f1cca7eaa61..ae98fe94fe91e 100644
|
|
--- a/drivers/usb/serial/ftdi_sio.c
|
|
+++ b/drivers/usb/serial/ftdi_sio.c
|
|
@@ -713,6 +713,7 @@ static const struct usb_device_id id_table_combined[] = {
|
|
{ USB_DEVICE(XSENS_VID, XSENS_AWINDA_STATION_PID) },
|
|
{ USB_DEVICE(XSENS_VID, XSENS_CONVERTER_PID) },
|
|
{ USB_DEVICE(XSENS_VID, XSENS_MTDEVBOARD_PID) },
|
|
+ { USB_DEVICE(XSENS_VID, XSENS_MTIUSBCONVERTER_PID) },
|
|
{ USB_DEVICE(XSENS_VID, XSENS_MTW_PID) },
|
|
{ USB_DEVICE(FTDI_VID, FTDI_OMNI1509) },
|
|
{ USB_DEVICE(MOBILITY_VID, MOBILITY_USB_SERIAL_PID) },
|
|
diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h
|
|
index e8373528264c3..b5ca17a5967a0 100644
|
|
--- a/drivers/usb/serial/ftdi_sio_ids.h
|
|
+++ b/drivers/usb/serial/ftdi_sio_ids.h
|
|
@@ -160,6 +160,7 @@
|
|
#define XSENS_AWINDA_DONGLE_PID 0x0102
|
|
#define XSENS_MTW_PID 0x0200 /* Xsens MTw */
|
|
#define XSENS_MTDEVBOARD_PID 0x0300 /* Motion Tracker Development Board */
|
|
+#define XSENS_MTIUSBCONVERTER_PID 0x0301 /* MTi USB converter */
|
|
#define XSENS_CONVERTER_PID 0xD00D /* Xsens USB-serial converter */
|
|
|
|
/* Xsens devices using FTDI VID */
|
|
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c
|
|
index 9b7cee98ea607..f7a6ac05ac57a 100644
|
|
--- a/drivers/usb/serial/option.c
|
|
+++ b/drivers/usb/serial/option.c
|
|
@@ -1094,14 +1094,18 @@ static const struct usb_device_id option_ids[] = {
|
|
{ USB_DEVICE(QUALCOMM_VENDOR_ID, UBLOX_PRODUCT_R410M),
|
|
.driver_info = RSVD(1) | RSVD(3) },
|
|
/* Quectel products using Quectel vendor ID */
|
|
- { USB_DEVICE(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_EC21),
|
|
- .driver_info = RSVD(4) },
|
|
- { USB_DEVICE(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_EC25),
|
|
- .driver_info = RSVD(4) },
|
|
- { USB_DEVICE(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_EG95),
|
|
- .driver_info = RSVD(4) },
|
|
- { USB_DEVICE(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_BG96),
|
|
- .driver_info = RSVD(4) },
|
|
+ { USB_DEVICE_AND_INTERFACE_INFO(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_EC21, 0xff, 0xff, 0xff),
|
|
+ .driver_info = NUMEP2 },
|
|
+ { USB_DEVICE_AND_INTERFACE_INFO(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_EC21, 0xff, 0, 0) },
|
|
+ { USB_DEVICE_AND_INTERFACE_INFO(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_EC25, 0xff, 0xff, 0xff),
|
|
+ .driver_info = NUMEP2 },
|
|
+ { USB_DEVICE_AND_INTERFACE_INFO(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_EC25, 0xff, 0, 0) },
|
|
+ { USB_DEVICE_AND_INTERFACE_INFO(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_EG95, 0xff, 0xff, 0xff),
|
|
+ .driver_info = NUMEP2 },
|
|
+ { USB_DEVICE_AND_INTERFACE_INFO(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_EG95, 0xff, 0, 0) },
|
|
+ { USB_DEVICE_AND_INTERFACE_INFO(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_BG96, 0xff, 0xff, 0xff),
|
|
+ .driver_info = NUMEP2 },
|
|
+ { USB_DEVICE_AND_INTERFACE_INFO(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_BG96, 0xff, 0, 0) },
|
|
{ USB_DEVICE_AND_INTERFACE_INFO(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_EP06, 0xff, 0xff, 0xff),
|
|
.driver_info = RSVD(1) | RSVD(2) | RSVD(3) | RSVD(4) | NUMEP2 },
|
|
{ USB_DEVICE_AND_INTERFACE_INFO(QUECTEL_VENDOR_ID, QUECTEL_PRODUCT_EP06, 0xff, 0, 0) },
|
|
@@ -1819,6 +1823,8 @@ static const struct usb_device_id option_ids[] = {
|
|
{ USB_DEVICE_INTERFACE_CLASS(0x1e0e, 0x9003, 0xff) }, /* Simcom SIM7500/SIM7600 MBIM mode */
|
|
{ USB_DEVICE_INTERFACE_CLASS(0x1e0e, 0x9011, 0xff), /* Simcom SIM7500/SIM7600 RNDIS mode */
|
|
.driver_info = RSVD(7) },
|
|
+ { USB_DEVICE_INTERFACE_CLASS(0x1e0e, 0x9205, 0xff) }, /* Simcom SIM7070/SIM7080/SIM7090 AT+ECM mode */
|
|
+ { USB_DEVICE_INTERFACE_CLASS(0x1e0e, 0x9206, 0xff) }, /* Simcom SIM7070/SIM7080/SIM7090 AT-only mode */
|
|
{ USB_DEVICE(ALCATEL_VENDOR_ID, ALCATEL_PRODUCT_X060S_X200),
|
|
.driver_info = NCTRL(0) | NCTRL(1) | RSVD(4) },
|
|
{ USB_DEVICE(ALCATEL_VENDOR_ID, ALCATEL_PRODUCT_X220_X500D),
|
|
diff --git a/drivers/usb/typec/ucsi/ucsi_acpi.c b/drivers/usb/typec/ucsi/ucsi_acpi.c
|
|
index a18112a83faed..dda8bd39c9186 100644
|
|
--- a/drivers/usb/typec/ucsi/ucsi_acpi.c
|
|
+++ b/drivers/usb/typec/ucsi/ucsi_acpi.c
|
|
@@ -64,11 +64,15 @@ static void ucsi_acpi_notify(acpi_handle handle, u32 event, void *data)
|
|
|
|
static int ucsi_acpi_probe(struct platform_device *pdev)
|
|
{
|
|
+ struct acpi_device *adev = ACPI_COMPANION(&pdev->dev);
|
|
struct ucsi_acpi *ua;
|
|
struct resource *res;
|
|
acpi_status status;
|
|
int ret;
|
|
|
|
+ if (adev->dep_unmet)
|
|
+ return -EPROBE_DEFER;
|
|
+
|
|
ua = devm_kzalloc(&pdev->dev, sizeof(*ua), GFP_KERNEL);
|
|
if (!ua)
|
|
return -ENOMEM;
|
|
diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig
|
|
index c10e17fb9a9a9..3b432a18b5ab6 100644
|
|
--- a/drivers/video/console/Kconfig
|
|
+++ b/drivers/video/console/Kconfig
|
|
@@ -22,52 +22,6 @@ config VGA_CONSOLE
|
|
|
|
Say Y.
|
|
|
|
-config VGACON_SOFT_SCROLLBACK
|
|
- bool "Enable Scrollback Buffer in System RAM"
|
|
- depends on VGA_CONSOLE
|
|
- default n
|
|
- help
|
|
- The scrollback buffer of the standard VGA console is located in
|
|
- the VGA RAM. The size of this RAM is fixed and is quite small.
|
|
- If you require a larger scrollback buffer, this can be placed in
|
|
- System RAM which is dynamically allocated during initialization.
|
|
- Placing the scrollback buffer in System RAM will slightly slow
|
|
- down the console.
|
|
-
|
|
- If you want this feature, say 'Y' here and enter the amount of
|
|
- RAM to allocate for this buffer. If unsure, say 'N'.
|
|
-
|
|
-config VGACON_SOFT_SCROLLBACK_SIZE
|
|
- int "Scrollback Buffer Size (in KB)"
|
|
- depends on VGACON_SOFT_SCROLLBACK
|
|
- range 1 1024
|
|
- default "64"
|
|
- help
|
|
- Enter the amount of System RAM to allocate for scrollback
|
|
- buffers of VGA consoles. Each 64KB will give you approximately
|
|
- 16 80x25 screenfuls of scrollback buffer.
|
|
-
|
|
-config VGACON_SOFT_SCROLLBACK_PERSISTENT_ENABLE_BY_DEFAULT
|
|
- bool "Persistent Scrollback History for each console by default"
|
|
- depends on VGACON_SOFT_SCROLLBACK
|
|
- default n
|
|
- help
|
|
- Say Y here if the scrollback history should persist by default when
|
|
- switching between consoles. Otherwise, the scrollback history will be
|
|
- flushed each time the console is switched. This feature can also be
|
|
- enabled using the boot command line parameter
|
|
- 'vgacon.scrollback_persistent=1'.
|
|
-
|
|
- This feature might break your tool of choice to flush the scrollback
|
|
- buffer, e.g. clear(1) will work fine but Debian's clear_console(1)
|
|
- will be broken, which might cause security issues.
|
|
- You can use the escape sequence \e[3J instead if this feature is
|
|
- activated.
|
|
-
|
|
- Note that a buffer of VGACON_SOFT_SCROLLBACK_SIZE is taken for each
|
|
- created tty device.
|
|
- So if you use a RAM-constrained system, say N here.
|
|
-
|
|
config MDA_CONSOLE
|
|
depends on !M68K && !PARISC && ISA
|
|
tristate "MDA text console (dual-headed)"
|
|
diff --git a/drivers/video/console/vgacon.c b/drivers/video/console/vgacon.c
|
|
index e079b910feb24..55507df335bdd 100644
|
|
--- a/drivers/video/console/vgacon.c
|
|
+++ b/drivers/video/console/vgacon.c
|
|
@@ -165,214 +165,6 @@ static inline void vga_set_mem_top(struct vc_data *c)
|
|
write_vga(12, (c->vc_visible_origin - vga_vram_base) / 2);
|
|
}
|
|
|
|
-#ifdef CONFIG_VGACON_SOFT_SCROLLBACK
|
|
-/* software scrollback */
|
|
-struct vgacon_scrollback_info {
|
|
- void *data;
|
|
- int tail;
|
|
- int size;
|
|
- int rows;
|
|
- int cnt;
|
|
- int cur;
|
|
- int save;
|
|
- int restore;
|
|
-};
|
|
-
|
|
-static struct vgacon_scrollback_info *vgacon_scrollback_cur;
|
|
-static struct vgacon_scrollback_info vgacon_scrollbacks[MAX_NR_CONSOLES];
|
|
-static bool scrollback_persistent = \
|
|
- IS_ENABLED(CONFIG_VGACON_SOFT_SCROLLBACK_PERSISTENT_ENABLE_BY_DEFAULT);
|
|
-module_param_named(scrollback_persistent, scrollback_persistent, bool, 0000);
|
|
-MODULE_PARM_DESC(scrollback_persistent, "Enable persistent scrollback for all vga consoles");
|
|
-
|
|
-static void vgacon_scrollback_reset(int vc_num, size_t reset_size)
|
|
-{
|
|
- struct vgacon_scrollback_info *scrollback = &vgacon_scrollbacks[vc_num];
|
|
-
|
|
- if (scrollback->data && reset_size > 0)
|
|
- memset(scrollback->data, 0, reset_size);
|
|
-
|
|
- scrollback->cnt = 0;
|
|
- scrollback->tail = 0;
|
|
- scrollback->cur = 0;
|
|
-}
|
|
-
|
|
-static void vgacon_scrollback_init(int vc_num)
|
|
-{
|
|
- int pitch = vga_video_num_columns * 2;
|
|
- size_t size = CONFIG_VGACON_SOFT_SCROLLBACK_SIZE * 1024;
|
|
- int rows = size / pitch;
|
|
- void *data;
|
|
-
|
|
- data = kmalloc_array(CONFIG_VGACON_SOFT_SCROLLBACK_SIZE, 1024,
|
|
- GFP_NOWAIT);
|
|
-
|
|
- vgacon_scrollbacks[vc_num].data = data;
|
|
- vgacon_scrollback_cur = &vgacon_scrollbacks[vc_num];
|
|
-
|
|
- vgacon_scrollback_cur->rows = rows - 1;
|
|
- vgacon_scrollback_cur->size = rows * pitch;
|
|
-
|
|
- vgacon_scrollback_reset(vc_num, size);
|
|
-}
|
|
-
|
|
-static void vgacon_scrollback_switch(int vc_num)
|
|
-{
|
|
- if (!scrollback_persistent)
|
|
- vc_num = 0;
|
|
-
|
|
- if (!vgacon_scrollbacks[vc_num].data) {
|
|
- vgacon_scrollback_init(vc_num);
|
|
- } else {
|
|
- if (scrollback_persistent) {
|
|
- vgacon_scrollback_cur = &vgacon_scrollbacks[vc_num];
|
|
- } else {
|
|
- size_t size = CONFIG_VGACON_SOFT_SCROLLBACK_SIZE * 1024;
|
|
-
|
|
- vgacon_scrollback_reset(vc_num, size);
|
|
- }
|
|
- }
|
|
-}
|
|
-
|
|
-static void vgacon_scrollback_startup(void)
|
|
-{
|
|
- vgacon_scrollback_cur = &vgacon_scrollbacks[0];
|
|
- vgacon_scrollback_init(0);
|
|
-}
|
|
-
|
|
-static void vgacon_scrollback_update(struct vc_data *c, int t, int count)
|
|
-{
|
|
- void *p;
|
|
-
|
|
- if (!vgacon_scrollback_cur->data || !vgacon_scrollback_cur->size ||
|
|
- c->vc_num != fg_console)
|
|
- return;
|
|
-
|
|
- p = (void *) (c->vc_origin + t * c->vc_size_row);
|
|
-
|
|
- while (count--) {
|
|
- if ((vgacon_scrollback_cur->tail + c->vc_size_row) >
|
|
- vgacon_scrollback_cur->size)
|
|
- vgacon_scrollback_cur->tail = 0;
|
|
-
|
|
- scr_memcpyw(vgacon_scrollback_cur->data +
|
|
- vgacon_scrollback_cur->tail,
|
|
- p, c->vc_size_row);
|
|
-
|
|
- vgacon_scrollback_cur->cnt++;
|
|
- p += c->vc_size_row;
|
|
- vgacon_scrollback_cur->tail += c->vc_size_row;
|
|
-
|
|
- if (vgacon_scrollback_cur->tail >= vgacon_scrollback_cur->size)
|
|
- vgacon_scrollback_cur->tail = 0;
|
|
-
|
|
- if (vgacon_scrollback_cur->cnt > vgacon_scrollback_cur->rows)
|
|
- vgacon_scrollback_cur->cnt = vgacon_scrollback_cur->rows;
|
|
-
|
|
- vgacon_scrollback_cur->cur = vgacon_scrollback_cur->cnt;
|
|
- }
|
|
-}
|
|
-
|
|
-static void vgacon_restore_screen(struct vc_data *c)
|
|
-{
|
|
- c->vc_origin = c->vc_visible_origin;
|
|
- vgacon_scrollback_cur->save = 0;
|
|
-
|
|
- if (!vga_is_gfx && !vgacon_scrollback_cur->restore) {
|
|
- scr_memcpyw((u16 *) c->vc_origin, (u16 *) c->vc_screenbuf,
|
|
- c->vc_screenbuf_size > vga_vram_size ?
|
|
- vga_vram_size : c->vc_screenbuf_size);
|
|
- vgacon_scrollback_cur->restore = 1;
|
|
- vgacon_scrollback_cur->cur = vgacon_scrollback_cur->cnt;
|
|
- }
|
|
-}
|
|
-
|
|
-static void vgacon_scrolldelta(struct vc_data *c, int lines)
|
|
-{
|
|
- int start, end, count, soff;
|
|
-
|
|
- if (!lines) {
|
|
- vgacon_restore_screen(c);
|
|
- return;
|
|
- }
|
|
-
|
|
- if (!vgacon_scrollback_cur->data)
|
|
- return;
|
|
-
|
|
- if (!vgacon_scrollback_cur->save) {
|
|
- vgacon_cursor(c, CM_ERASE);
|
|
- vgacon_save_screen(c);
|
|
- c->vc_origin = (unsigned long)c->vc_screenbuf;
|
|
- vgacon_scrollback_cur->save = 1;
|
|
- }
|
|
-
|
|
- vgacon_scrollback_cur->restore = 0;
|
|
- start = vgacon_scrollback_cur->cur + lines;
|
|
- end = start + abs(lines);
|
|
-
|
|
- if (start < 0)
|
|
- start = 0;
|
|
-
|
|
- if (start > vgacon_scrollback_cur->cnt)
|
|
- start = vgacon_scrollback_cur->cnt;
|
|
-
|
|
- if (end < 0)
|
|
- end = 0;
|
|
-
|
|
- if (end > vgacon_scrollback_cur->cnt)
|
|
- end = vgacon_scrollback_cur->cnt;
|
|
-
|
|
- vgacon_scrollback_cur->cur = start;
|
|
- count = end - start;
|
|
- soff = vgacon_scrollback_cur->tail -
|
|
- ((vgacon_scrollback_cur->cnt - end) * c->vc_size_row);
|
|
- soff -= count * c->vc_size_row;
|
|
-
|
|
- if (soff < 0)
|
|
- soff += vgacon_scrollback_cur->size;
|
|
-
|
|
- count = vgacon_scrollback_cur->cnt - start;
|
|
-
|
|
- if (count > c->vc_rows)
|
|
- count = c->vc_rows;
|
|
-
|
|
- if (count) {
|
|
- int copysize;
|
|
-
|
|
- int diff = c->vc_rows - count;
|
|
- void *d = (void *) c->vc_visible_origin;
|
|
- void *s = (void *) c->vc_screenbuf;
|
|
-
|
|
- count *= c->vc_size_row;
|
|
- /* how much memory to end of buffer left? */
|
|
- copysize = min(count, vgacon_scrollback_cur->size - soff);
|
|
- scr_memcpyw(d, vgacon_scrollback_cur->data + soff, copysize);
|
|
- d += copysize;
|
|
- count -= copysize;
|
|
-
|
|
- if (count) {
|
|
- scr_memcpyw(d, vgacon_scrollback_cur->data, count);
|
|
- d += count;
|
|
- }
|
|
-
|
|
- if (diff)
|
|
- scr_memcpyw(d, s, diff * c->vc_size_row);
|
|
- } else
|
|
- vgacon_cursor(c, CM_MOVE);
|
|
-}
|
|
-
|
|
-static void vgacon_flush_scrollback(struct vc_data *c)
|
|
-{
|
|
- size_t size = CONFIG_VGACON_SOFT_SCROLLBACK_SIZE * 1024;
|
|
-
|
|
- vgacon_scrollback_reset(c->vc_num, size);
|
|
-}
|
|
-#else
|
|
-#define vgacon_scrollback_startup(...) do { } while (0)
|
|
-#define vgacon_scrollback_init(...) do { } while (0)
|
|
-#define vgacon_scrollback_update(...) do { } while (0)
|
|
-#define vgacon_scrollback_switch(...) do { } while (0)
|
|
-
|
|
static void vgacon_restore_screen(struct vc_data *c)
|
|
{
|
|
if (c->vc_origin != c->vc_visible_origin)
|
|
@@ -386,11 +178,6 @@ static void vgacon_scrolldelta(struct vc_data *c, int lines)
|
|
vga_set_mem_top(c);
|
|
}
|
|
|
|
-static void vgacon_flush_scrollback(struct vc_data *c)
|
|
-{
|
|
-}
|
|
-#endif /* CONFIG_VGACON_SOFT_SCROLLBACK */
|
|
-
|
|
static const char *vgacon_startup(void)
|
|
{
|
|
const char *display_desc = NULL;
|
|
@@ -573,10 +360,7 @@ static const char *vgacon_startup(void)
|
|
vgacon_xres = screen_info.orig_video_cols * VGA_FONTWIDTH;
|
|
vgacon_yres = vga_scan_lines;
|
|
|
|
- if (!vga_init_done) {
|
|
- vgacon_scrollback_startup();
|
|
- vga_init_done = true;
|
|
- }
|
|
+ vga_init_done = true;
|
|
|
|
return display_desc;
|
|
}
|
|
@@ -867,7 +651,6 @@ static int vgacon_switch(struct vc_data *c)
|
|
vgacon_doresize(c, c->vc_cols, c->vc_rows);
|
|
}
|
|
|
|
- vgacon_scrollback_switch(c->vc_num);
|
|
return 0; /* Redrawing not needed */
|
|
}
|
|
|
|
@@ -1384,7 +1167,6 @@ static bool vgacon_scroll(struct vc_data *c, unsigned int t, unsigned int b,
|
|
oldo = c->vc_origin;
|
|
delta = lines * c->vc_size_row;
|
|
if (dir == SM_UP) {
|
|
- vgacon_scrollback_update(c, t, lines);
|
|
if (c->vc_scr_end + delta >= vga_vram_end) {
|
|
scr_memcpyw((u16 *) vga_vram_base,
|
|
(u16 *) (oldo + delta),
|
|
@@ -1448,7 +1230,6 @@ const struct consw vga_con = {
|
|
.con_save_screen = vgacon_save_screen,
|
|
.con_build_attr = vgacon_build_attr,
|
|
.con_invert_region = vgacon_invert_region,
|
|
- .con_flush_scrollback = vgacon_flush_scrollback,
|
|
};
|
|
EXPORT_SYMBOL(vga_con);
|
|
|
|
diff --git a/drivers/video/fbdev/core/bitblit.c b/drivers/video/fbdev/core/bitblit.c
|
|
index 35ebeeccde4df..436365efae731 100644
|
|
--- a/drivers/video/fbdev/core/bitblit.c
|
|
+++ b/drivers/video/fbdev/core/bitblit.c
|
|
@@ -234,7 +234,7 @@ static void bit_clear_margins(struct vc_data *vc, struct fb_info *info,
|
|
}
|
|
|
|
static void bit_cursor(struct vc_data *vc, struct fb_info *info, int mode,
|
|
- int softback_lines, int fg, int bg)
|
|
+ int fg, int bg)
|
|
{
|
|
struct fb_cursor cursor;
|
|
struct fbcon_ops *ops = info->fbcon_par;
|
|
@@ -247,15 +247,6 @@ static void bit_cursor(struct vc_data *vc, struct fb_info *info, int mode,
|
|
|
|
cursor.set = 0;
|
|
|
|
- if (softback_lines) {
|
|
- if (y + softback_lines >= vc->vc_rows) {
|
|
- mode = CM_ERASE;
|
|
- ops->cursor_flash = 0;
|
|
- return;
|
|
- } else
|
|
- y += softback_lines;
|
|
- }
|
|
-
|
|
c = scr_readw((u16 *) vc->vc_pos);
|
|
attribute = get_attribute(info, c);
|
|
src = vc->vc_font.data + ((c & charmask) * (w * vc->vc_font.height));
|
|
diff --git a/drivers/video/fbdev/core/fbcon.c b/drivers/video/fbdev/core/fbcon.c
|
|
index 31f00d72f1493..8685d28dfdaaf 100644
|
|
--- a/drivers/video/fbdev/core/fbcon.c
|
|
+++ b/drivers/video/fbdev/core/fbcon.c
|
|
@@ -122,12 +122,6 @@ static int logo_lines;
|
|
/* logo_shown is an index to vc_cons when >= 0; otherwise follows FBCON_LOGO
|
|
enums. */
|
|
static int logo_shown = FBCON_LOGO_CANSHOW;
|
|
-/* Software scrollback */
|
|
-static int fbcon_softback_size = 32768;
|
|
-static unsigned long softback_buf, softback_curr;
|
|
-static unsigned long softback_in;
|
|
-static unsigned long softback_top, softback_end;
|
|
-static int softback_lines;
|
|
/* console mappings */
|
|
static int first_fb_vc;
|
|
static int last_fb_vc = MAX_NR_CONSOLES - 1;
|
|
@@ -167,8 +161,6 @@ static int margin_color;
|
|
|
|
static const struct consw fb_con;
|
|
|
|
-#define CM_SOFTBACK (8)
|
|
-
|
|
#define advance_row(p, delta) (unsigned short *)((unsigned long)(p) + (delta) * vc->vc_size_row)
|
|
|
|
static int fbcon_set_origin(struct vc_data *);
|
|
@@ -373,18 +365,6 @@ static int get_color(struct vc_data *vc, struct fb_info *info,
|
|
return color;
|
|
}
|
|
|
|
-static void fbcon_update_softback(struct vc_data *vc)
|
|
-{
|
|
- int l = fbcon_softback_size / vc->vc_size_row;
|
|
-
|
|
- if (l > 5)
|
|
- softback_end = softback_buf + l * vc->vc_size_row;
|
|
- else
|
|
- /* Smaller scrollback makes no sense, and 0 would screw
|
|
- the operation totally */
|
|
- softback_top = 0;
|
|
-}
|
|
-
|
|
static void fb_flashcursor(struct work_struct *work)
|
|
{
|
|
struct fb_info *info = container_of(work, struct fb_info, queue);
|
|
@@ -414,7 +394,7 @@ static void fb_flashcursor(struct work_struct *work)
|
|
c = scr_readw((u16 *) vc->vc_pos);
|
|
mode = (!ops->cursor_flash || ops->cursor_state.enable) ?
|
|
CM_ERASE : CM_DRAW;
|
|
- ops->cursor(vc, info, mode, softback_lines, get_color(vc, info, c, 1),
|
|
+ ops->cursor(vc, info, mode, get_color(vc, info, c, 1),
|
|
get_color(vc, info, c, 0));
|
|
console_unlock();
|
|
}
|
|
@@ -471,13 +451,7 @@ static int __init fb_console_setup(char *this_opt)
|
|
}
|
|
|
|
if (!strncmp(options, "scrollback:", 11)) {
|
|
- options += 11;
|
|
- if (*options) {
|
|
- fbcon_softback_size = simple_strtoul(options, &options, 0);
|
|
- if (*options == 'k' || *options == 'K') {
|
|
- fbcon_softback_size *= 1024;
|
|
- }
|
|
- }
|
|
+ pr_warn("Ignoring scrollback size option\n");
|
|
continue;
|
|
}
|
|
|
|
@@ -1016,31 +990,6 @@ static const char *fbcon_startup(void)
|
|
|
|
set_blitting_type(vc, info);
|
|
|
|
- if (info->fix.type != FB_TYPE_TEXT) {
|
|
- if (fbcon_softback_size) {
|
|
- if (!softback_buf) {
|
|
- softback_buf =
|
|
- (unsigned long)
|
|
- kvmalloc(fbcon_softback_size,
|
|
- GFP_KERNEL);
|
|
- if (!softback_buf) {
|
|
- fbcon_softback_size = 0;
|
|
- softback_top = 0;
|
|
- }
|
|
- }
|
|
- } else {
|
|
- if (softback_buf) {
|
|
- kvfree((void *) softback_buf);
|
|
- softback_buf = 0;
|
|
- softback_top = 0;
|
|
- }
|
|
- }
|
|
- if (softback_buf)
|
|
- softback_in = softback_top = softback_curr =
|
|
- softback_buf;
|
|
- softback_lines = 0;
|
|
- }
|
|
-
|
|
/* Setup default font */
|
|
if (!p->fontdata && !vc->vc_font.data) {
|
|
if (!fontname[0] || !(font = find_font(fontname)))
|
|
@@ -1214,9 +1163,6 @@ static void fbcon_init(struct vc_data *vc, int init)
|
|
if (logo)
|
|
fbcon_prepare_logo(vc, info, cols, rows, new_cols, new_rows);
|
|
|
|
- if (vc == svc && softback_buf)
|
|
- fbcon_update_softback(vc);
|
|
-
|
|
if (ops->rotate_font && ops->rotate_font(info, vc)) {
|
|
ops->rotate = FB_ROTATE_UR;
|
|
set_blitting_type(vc, info);
|
|
@@ -1379,7 +1325,6 @@ static void fbcon_cursor(struct vc_data *vc, int mode)
|
|
{
|
|
struct fb_info *info = registered_fb[con2fb_map[vc->vc_num]];
|
|
struct fbcon_ops *ops = info->fbcon_par;
|
|
- int y;
|
|
int c = scr_readw((u16 *) vc->vc_pos);
|
|
|
|
ops->cur_blink_jiffies = msecs_to_jiffies(vc->vc_cur_blink_ms);
|
|
@@ -1393,16 +1338,8 @@ static void fbcon_cursor(struct vc_data *vc, int mode)
|
|
fbcon_add_cursor_timer(info);
|
|
|
|
ops->cursor_flash = (mode == CM_ERASE) ? 0 : 1;
|
|
- if (mode & CM_SOFTBACK) {
|
|
- mode &= ~CM_SOFTBACK;
|
|
- y = softback_lines;
|
|
- } else {
|
|
- if (softback_lines)
|
|
- fbcon_set_origin(vc);
|
|
- y = 0;
|
|
- }
|
|
|
|
- ops->cursor(vc, info, mode, y, get_color(vc, info, c, 1),
|
|
+ ops->cursor(vc, info, mode, get_color(vc, info, c, 1),
|
|
get_color(vc, info, c, 0));
|
|
}
|
|
|
|
@@ -1473,8 +1410,6 @@ static void fbcon_set_disp(struct fb_info *info, struct fb_var_screeninfo *var,
|
|
|
|
if (con_is_visible(vc)) {
|
|
update_screen(vc);
|
|
- if (softback_buf)
|
|
- fbcon_update_softback(vc);
|
|
}
|
|
}
|
|
|
|
@@ -1612,99 +1547,6 @@ static __inline__ void ypan_down_redraw(struct vc_data *vc, int t, int count)
|
|
scrollback_current = 0;
|
|
}
|
|
|
|
-static void fbcon_redraw_softback(struct vc_data *vc, struct fbcon_display *p,
|
|
- long delta)
|
|
-{
|
|
- int count = vc->vc_rows;
|
|
- unsigned short *d, *s;
|
|
- unsigned long n;
|
|
- int line = 0;
|
|
-
|
|
- d = (u16 *) softback_curr;
|
|
- if (d == (u16 *) softback_in)
|
|
- d = (u16 *) vc->vc_origin;
|
|
- n = softback_curr + delta * vc->vc_size_row;
|
|
- softback_lines -= delta;
|
|
- if (delta < 0) {
|
|
- if (softback_curr < softback_top && n < softback_buf) {
|
|
- n += softback_end - softback_buf;
|
|
- if (n < softback_top) {
|
|
- softback_lines -=
|
|
- (softback_top - n) / vc->vc_size_row;
|
|
- n = softback_top;
|
|
- }
|
|
- } else if (softback_curr >= softback_top
|
|
- && n < softback_top) {
|
|
- softback_lines -=
|
|
- (softback_top - n) / vc->vc_size_row;
|
|
- n = softback_top;
|
|
- }
|
|
- } else {
|
|
- if (softback_curr > softback_in && n >= softback_end) {
|
|
- n += softback_buf - softback_end;
|
|
- if (n > softback_in) {
|
|
- n = softback_in;
|
|
- softback_lines = 0;
|
|
- }
|
|
- } else if (softback_curr <= softback_in && n > softback_in) {
|
|
- n = softback_in;
|
|
- softback_lines = 0;
|
|
- }
|
|
- }
|
|
- if (n == softback_curr)
|
|
- return;
|
|
- softback_curr = n;
|
|
- s = (u16 *) softback_curr;
|
|
- if (s == (u16 *) softback_in)
|
|
- s = (u16 *) vc->vc_origin;
|
|
- while (count--) {
|
|
- unsigned short *start;
|
|
- unsigned short *le;
|
|
- unsigned short c;
|
|
- int x = 0;
|
|
- unsigned short attr = 1;
|
|
-
|
|
- start = s;
|
|
- le = advance_row(s, 1);
|
|
- do {
|
|
- c = scr_readw(s);
|
|
- if (attr != (c & 0xff00)) {
|
|
- attr = c & 0xff00;
|
|
- if (s > start) {
|
|
- fbcon_putcs(vc, start, s - start,
|
|
- line, x);
|
|
- x += s - start;
|
|
- start = s;
|
|
- }
|
|
- }
|
|
- if (c == scr_readw(d)) {
|
|
- if (s > start) {
|
|
- fbcon_putcs(vc, start, s - start,
|
|
- line, x);
|
|
- x += s - start + 1;
|
|
- start = s + 1;
|
|
- } else {
|
|
- x++;
|
|
- start++;
|
|
- }
|
|
- }
|
|
- s++;
|
|
- d++;
|
|
- } while (s < le);
|
|
- if (s > start)
|
|
- fbcon_putcs(vc, start, s - start, line, x);
|
|
- line++;
|
|
- if (d == (u16 *) softback_end)
|
|
- d = (u16 *) softback_buf;
|
|
- if (d == (u16 *) softback_in)
|
|
- d = (u16 *) vc->vc_origin;
|
|
- if (s == (u16 *) softback_end)
|
|
- s = (u16 *) softback_buf;
|
|
- if (s == (u16 *) softback_in)
|
|
- s = (u16 *) vc->vc_origin;
|
|
- }
|
|
-}
|
|
-
|
|
static void fbcon_redraw_move(struct vc_data *vc, struct fbcon_display *p,
|
|
int line, int count, int dy)
|
|
{
|
|
@@ -1844,31 +1686,6 @@ static void fbcon_redraw(struct vc_data *vc, struct fbcon_display *p,
|
|
}
|
|
}
|
|
|
|
-static inline void fbcon_softback_note(struct vc_data *vc, int t,
|
|
- int count)
|
|
-{
|
|
- unsigned short *p;
|
|
-
|
|
- if (vc->vc_num != fg_console)
|
|
- return;
|
|
- p = (unsigned short *) (vc->vc_origin + t * vc->vc_size_row);
|
|
-
|
|
- while (count) {
|
|
- scr_memcpyw((u16 *) softback_in, p, vc->vc_size_row);
|
|
- count--;
|
|
- p = advance_row(p, 1);
|
|
- softback_in += vc->vc_size_row;
|
|
- if (softback_in == softback_end)
|
|
- softback_in = softback_buf;
|
|
- if (softback_in == softback_top) {
|
|
- softback_top += vc->vc_size_row;
|
|
- if (softback_top == softback_end)
|
|
- softback_top = softback_buf;
|
|
- }
|
|
- }
|
|
- softback_curr = softback_in;
|
|
-}
|
|
-
|
|
static bool fbcon_scroll(struct vc_data *vc, unsigned int t, unsigned int b,
|
|
enum con_scroll dir, unsigned int count)
|
|
{
|
|
@@ -1891,8 +1708,6 @@ static bool fbcon_scroll(struct vc_data *vc, unsigned int t, unsigned int b,
|
|
case SM_UP:
|
|
if (count > vc->vc_rows) /* Maximum realistic size */
|
|
count = vc->vc_rows;
|
|
- if (softback_top)
|
|
- fbcon_softback_note(vc, t, count);
|
|
if (logo_shown >= 0)
|
|
goto redraw_up;
|
|
switch (p->scrollmode) {
|
|
@@ -2263,14 +2078,6 @@ static int fbcon_switch(struct vc_data *vc)
|
|
info = registered_fb[con2fb_map[vc->vc_num]];
|
|
ops = info->fbcon_par;
|
|
|
|
- if (softback_top) {
|
|
- if (softback_lines)
|
|
- fbcon_set_origin(vc);
|
|
- softback_top = softback_curr = softback_in = softback_buf;
|
|
- softback_lines = 0;
|
|
- fbcon_update_softback(vc);
|
|
- }
|
|
-
|
|
if (logo_shown >= 0) {
|
|
struct vc_data *conp2 = vc_cons[logo_shown].d;
|
|
|
|
@@ -2593,9 +2400,6 @@ static int fbcon_do_set_font(struct vc_data *vc, int w, int h,
|
|
int cnt;
|
|
char *old_data = NULL;
|
|
|
|
- if (con_is_visible(vc) && softback_lines)
|
|
- fbcon_set_origin(vc);
|
|
-
|
|
resize = (w != vc->vc_font.width) || (h != vc->vc_font.height);
|
|
if (p->userfont)
|
|
old_data = vc->vc_font.data;
|
|
@@ -2621,8 +2425,6 @@ static int fbcon_do_set_font(struct vc_data *vc, int w, int h,
|
|
cols /= w;
|
|
rows /= h;
|
|
vc_resize(vc, cols, rows);
|
|
- if (con_is_visible(vc) && softback_buf)
|
|
- fbcon_update_softback(vc);
|
|
} else if (con_is_visible(vc)
|
|
&& vc->vc_mode == KD_TEXT) {
|
|
fbcon_clear_margins(vc, 0);
|
|
@@ -2781,19 +2583,7 @@ static void fbcon_set_palette(struct vc_data *vc, const unsigned char *table)
|
|
|
|
static u16 *fbcon_screen_pos(struct vc_data *vc, int offset)
|
|
{
|
|
- unsigned long p;
|
|
- int line;
|
|
-
|
|
- if (vc->vc_num != fg_console || !softback_lines)
|
|
- return (u16 *) (vc->vc_origin + offset);
|
|
- line = offset / vc->vc_size_row;
|
|
- if (line >= softback_lines)
|
|
- return (u16 *) (vc->vc_origin + offset -
|
|
- softback_lines * vc->vc_size_row);
|
|
- p = softback_curr + offset;
|
|
- if (p >= softback_end)
|
|
- p += softback_buf - softback_end;
|
|
- return (u16 *) p;
|
|
+ return (u16 *) (vc->vc_origin + offset);
|
|
}
|
|
|
|
static unsigned long fbcon_getxy(struct vc_data *vc, unsigned long pos,
|
|
@@ -2807,22 +2597,7 @@ static unsigned long fbcon_getxy(struct vc_data *vc, unsigned long pos,
|
|
|
|
x = offset % vc->vc_cols;
|
|
y = offset / vc->vc_cols;
|
|
- if (vc->vc_num == fg_console)
|
|
- y += softback_lines;
|
|
ret = pos + (vc->vc_cols - x) * 2;
|
|
- } else if (vc->vc_num == fg_console && softback_lines) {
|
|
- unsigned long offset = pos - softback_curr;
|
|
-
|
|
- if (pos < softback_curr)
|
|
- offset += softback_end - softback_buf;
|
|
- offset /= 2;
|
|
- x = offset % vc->vc_cols;
|
|
- y = offset / vc->vc_cols;
|
|
- ret = pos + (vc->vc_cols - x) * 2;
|
|
- if (ret == softback_end)
|
|
- ret = softback_buf;
|
|
- if (ret == softback_in)
|
|
- ret = vc->vc_origin;
|
|
} else {
|
|
/* Should not happen */
|
|
x = y = 0;
|
|
@@ -2850,106 +2625,11 @@ static void fbcon_invert_region(struct vc_data *vc, u16 * p, int cnt)
|
|
a = ((a) & 0x88ff) | (((a) & 0x7000) >> 4) |
|
|
(((a) & 0x0700) << 4);
|
|
scr_writew(a, p++);
|
|
- if (p == (u16 *) softback_end)
|
|
- p = (u16 *) softback_buf;
|
|
- if (p == (u16 *) softback_in)
|
|
- p = (u16 *) vc->vc_origin;
|
|
}
|
|
}
|
|
|
|
-static void fbcon_scrolldelta(struct vc_data *vc, int lines)
|
|
-{
|
|
- struct fb_info *info = registered_fb[con2fb_map[fg_console]];
|
|
- struct fbcon_ops *ops = info->fbcon_par;
|
|
- struct fbcon_display *disp = &fb_display[fg_console];
|
|
- int offset, limit, scrollback_old;
|
|
-
|
|
- if (softback_top) {
|
|
- if (vc->vc_num != fg_console)
|
|
- return;
|
|
- if (vc->vc_mode != KD_TEXT || !lines)
|
|
- return;
|
|
- if (logo_shown >= 0) {
|
|
- struct vc_data *conp2 = vc_cons[logo_shown].d;
|
|
-
|
|
- if (conp2->vc_top == logo_lines
|
|
- && conp2->vc_bottom == conp2->vc_rows)
|
|
- conp2->vc_top = 0;
|
|
- if (logo_shown == vc->vc_num) {
|
|
- unsigned long p, q;
|
|
- int i;
|
|
-
|
|
- p = softback_in;
|
|
- q = vc->vc_origin +
|
|
- logo_lines * vc->vc_size_row;
|
|
- for (i = 0; i < logo_lines; i++) {
|
|
- if (p == softback_top)
|
|
- break;
|
|
- if (p == softback_buf)
|
|
- p = softback_end;
|
|
- p -= vc->vc_size_row;
|
|
- q -= vc->vc_size_row;
|
|
- scr_memcpyw((u16 *) q, (u16 *) p,
|
|
- vc->vc_size_row);
|
|
- }
|
|
- softback_in = softback_curr = p;
|
|
- update_region(vc, vc->vc_origin,
|
|
- logo_lines * vc->vc_cols);
|
|
- }
|
|
- logo_shown = FBCON_LOGO_CANSHOW;
|
|
- }
|
|
- fbcon_cursor(vc, CM_ERASE | CM_SOFTBACK);
|
|
- fbcon_redraw_softback(vc, disp, lines);
|
|
- fbcon_cursor(vc, CM_DRAW | CM_SOFTBACK);
|
|
- return;
|
|
- }
|
|
-
|
|
- if (!scrollback_phys_max)
|
|
- return;
|
|
-
|
|
- scrollback_old = scrollback_current;
|
|
- scrollback_current -= lines;
|
|
- if (scrollback_current < 0)
|
|
- scrollback_current = 0;
|
|
- else if (scrollback_current > scrollback_max)
|
|
- scrollback_current = scrollback_max;
|
|
- if (scrollback_current == scrollback_old)
|
|
- return;
|
|
-
|
|
- if (fbcon_is_inactive(vc, info))
|
|
- return;
|
|
-
|
|
- fbcon_cursor(vc, CM_ERASE);
|
|
-
|
|
- offset = disp->yscroll - scrollback_current;
|
|
- limit = disp->vrows;
|
|
- switch (disp->scrollmode) {
|
|
- case SCROLL_WRAP_MOVE:
|
|
- info->var.vmode |= FB_VMODE_YWRAP;
|
|
- break;
|
|
- case SCROLL_PAN_MOVE:
|
|
- case SCROLL_PAN_REDRAW:
|
|
- limit -= vc->vc_rows;
|
|
- info->var.vmode &= ~FB_VMODE_YWRAP;
|
|
- break;
|
|
- }
|
|
- if (offset < 0)
|
|
- offset += limit;
|
|
- else if (offset >= limit)
|
|
- offset -= limit;
|
|
-
|
|
- ops->var.xoffset = 0;
|
|
- ops->var.yoffset = offset * vc->vc_font.height;
|
|
- ops->update_start(info);
|
|
-
|
|
- if (!scrollback_current)
|
|
- fbcon_cursor(vc, CM_DRAW);
|
|
-}
|
|
-
|
|
static int fbcon_set_origin(struct vc_data *vc)
|
|
{
|
|
- if (softback_lines)
|
|
- fbcon_scrolldelta(vc, softback_lines);
|
|
return 0;
|
|
}
|
|
|
|
@@ -3013,8 +2693,6 @@ static void fbcon_modechanged(struct fb_info *info)
|
|
|
|
fbcon_set_palette(vc, color_table);
|
|
update_screen(vc);
|
|
- if (softback_buf)
|
|
- fbcon_update_softback(vc);
|
|
}
|
|
}
|
|
|
|
@@ -3425,7 +3103,6 @@ static const struct consw fb_con = {
|
|
.con_font_default = fbcon_set_def_font,
|
|
.con_font_copy = fbcon_copy_font,
|
|
.con_set_palette = fbcon_set_palette,
|
|
- .con_scrolldelta = fbcon_scrolldelta,
|
|
.con_set_origin = fbcon_set_origin,
|
|
.con_invert_region = fbcon_invert_region,
|
|
.con_screen_pos = fbcon_screen_pos,
|
|
@@ -3660,9 +3337,6 @@ static void fbcon_exit(void)
|
|
}
|
|
#endif
|
|
|
|
- kvfree((void *)softback_buf);
|
|
- softback_buf = 0UL;
|
|
-
|
|
for_each_registered_fb(i) {
|
|
int pending = 0;
|
|
|
|
diff --git a/drivers/video/fbdev/core/fbcon.h b/drivers/video/fbdev/core/fbcon.h
|
|
index 20dea853765f5..78bb14c03643e 100644
|
|
--- a/drivers/video/fbdev/core/fbcon.h
|
|
+++ b/drivers/video/fbdev/core/fbcon.h
|
|
@@ -62,7 +62,7 @@ struct fbcon_ops {
|
|
void (*clear_margins)(struct vc_data *vc, struct fb_info *info,
|
|
int color, int bottom_only);
|
|
void (*cursor)(struct vc_data *vc, struct fb_info *info, int mode,
|
|
- int softback_lines, int fg, int bg);
|
|
+ int fg, int bg);
|
|
int (*update_start)(struct fb_info *info);
|
|
int (*rotate_font)(struct fb_info *info, struct vc_data *vc);
|
|
struct fb_var_screeninfo var; /* copy of the current fb_var_screeninfo */
|
|
diff --git a/drivers/video/fbdev/core/fbcon_ccw.c b/drivers/video/fbdev/core/fbcon_ccw.c
|
|
index 78f3a56214782..71ad6967a70ee 100644
|
|
--- a/drivers/video/fbdev/core/fbcon_ccw.c
|
|
+++ b/drivers/video/fbdev/core/fbcon_ccw.c
|
|
@@ -219,7 +219,7 @@ static void ccw_clear_margins(struct vc_data *vc, struct fb_info *info,
|
|
}
|
|
|
|
static void ccw_cursor(struct vc_data *vc, struct fb_info *info, int mode,
|
|
- int softback_lines, int fg, int bg)
|
|
+ int fg, int bg)
|
|
{
|
|
struct fb_cursor cursor;
|
|
struct fbcon_ops *ops = info->fbcon_par;
|
|
@@ -236,15 +236,6 @@ static void ccw_cursor(struct vc_data *vc, struct fb_info *info, int mode,
|
|
|
|
cursor.set = 0;
|
|
|
|
- if (softback_lines) {
|
|
- if (y + softback_lines >= vc->vc_rows) {
|
|
- mode = CM_ERASE;
|
|
- ops->cursor_flash = 0;
|
|
- return;
|
|
- } else
|
|
- y += softback_lines;
|
|
- }
|
|
-
|
|
c = scr_readw((u16 *) vc->vc_pos);
|
|
attribute = get_attribute(info, c);
|
|
src = ops->fontbuffer + ((c & charmask) * (w * vc->vc_font.width));
|
|
diff --git a/drivers/video/fbdev/core/fbcon_cw.c b/drivers/video/fbdev/core/fbcon_cw.c
|
|
index fd098ff17574b..31fe5dd651d44 100644
|
|
--- a/drivers/video/fbdev/core/fbcon_cw.c
|
|
+++ b/drivers/video/fbdev/core/fbcon_cw.c
|
|
@@ -202,7 +202,7 @@ static void cw_clear_margins(struct vc_data *vc, struct fb_info *info,
|
|
}
|
|
|
|
static void cw_cursor(struct vc_data *vc, struct fb_info *info, int mode,
|
|
- int softback_lines, int fg, int bg)
|
|
+ int fg, int bg)
|
|
{
|
|
struct fb_cursor cursor;
|
|
struct fbcon_ops *ops = info->fbcon_par;
|
|
@@ -219,15 +219,6 @@ static void cw_cursor(struct vc_data *vc, struct fb_info *info, int mode,
|
|
|
|
cursor.set = 0;
|
|
|
|
- if (softback_lines) {
|
|
- if (y + softback_lines >= vc->vc_rows) {
|
|
- mode = CM_ERASE;
|
|
- ops->cursor_flash = 0;
|
|
- return;
|
|
- } else
|
|
- y += softback_lines;
|
|
- }
|
|
-
|
|
c = scr_readw((u16 *) vc->vc_pos);
|
|
attribute = get_attribute(info, c);
|
|
src = ops->fontbuffer + ((c & charmask) * (w * vc->vc_font.width));
|
|
diff --git a/drivers/video/fbdev/core/fbcon_ud.c b/drivers/video/fbdev/core/fbcon_ud.c
|
|
index e165a3fad29ad..b2dd1370e39b2 100644
|
|
--- a/drivers/video/fbdev/core/fbcon_ud.c
|
|
+++ b/drivers/video/fbdev/core/fbcon_ud.c
|
|
@@ -249,7 +249,7 @@ static void ud_clear_margins(struct vc_data *vc, struct fb_info *info,
|
|
}
|
|
|
|
static void ud_cursor(struct vc_data *vc, struct fb_info *info, int mode,
|
|
- int softback_lines, int fg, int bg)
|
|
+ int fg, int bg)
|
|
{
|
|
struct fb_cursor cursor;
|
|
struct fbcon_ops *ops = info->fbcon_par;
|
|
@@ -267,15 +267,6 @@ static void ud_cursor(struct vc_data *vc, struct fb_info *info, int mode,
|
|
|
|
cursor.set = 0;
|
|
|
|
- if (softback_lines) {
|
|
- if (y + softback_lines >= vc->vc_rows) {
|
|
- mode = CM_ERASE;
|
|
- ops->cursor_flash = 0;
|
|
- return;
|
|
- } else
|
|
- y += softback_lines;
|
|
- }
|
|
-
|
|
c = scr_readw((u16 *) vc->vc_pos);
|
|
attribute = get_attribute(info, c);
|
|
src = ops->fontbuffer + ((c & charmask) * (w * vc->vc_font.height));
|
|
diff --git a/drivers/video/fbdev/core/tileblit.c b/drivers/video/fbdev/core/tileblit.c
|
|
index 93390312957ff..eb664dbf96f66 100644
|
|
--- a/drivers/video/fbdev/core/tileblit.c
|
|
+++ b/drivers/video/fbdev/core/tileblit.c
|
|
@@ -80,7 +80,7 @@ static void tile_clear_margins(struct vc_data *vc, struct fb_info *info,
|
|
}
|
|
|
|
static void tile_cursor(struct vc_data *vc, struct fb_info *info, int mode,
|
|
- int softback_lines, int fg, int bg)
|
|
+ int fg, int bg)
|
|
{
|
|
struct fb_tilecursor cursor;
|
|
int use_sw = (vc->vc_cursor_type & 0x10);
|
|
diff --git a/drivers/video/fbdev/vga16fb.c b/drivers/video/fbdev/vga16fb.c
|
|
index 2c6a576ed84c7..4b83109202b1c 100644
|
|
--- a/drivers/video/fbdev/vga16fb.c
|
|
+++ b/drivers/video/fbdev/vga16fb.c
|
|
@@ -1121,7 +1121,7 @@ static void vga_8planes_imageblit(struct fb_info *info, const struct fb_image *i
|
|
char oldop = setop(0);
|
|
char oldsr = setsr(0);
|
|
char oldmask = selectmask();
|
|
- const char *cdat = image->data;
|
|
+ const unsigned char *cdat = image->data;
|
|
u32 dx = image->dx;
|
|
char __iomem *where;
|
|
int y;
|
|
diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c
|
|
index 541497036cc24..31c1ed554d26d 100644
|
|
--- a/fs/btrfs/extent-tree.c
|
|
+++ b/fs/btrfs/extent-tree.c
|
|
@@ -402,12 +402,11 @@ int btrfs_get_extent_inline_ref_type(const struct extent_buffer *eb,
|
|
if (type == BTRFS_SHARED_BLOCK_REF_KEY) {
|
|
ASSERT(eb->fs_info);
|
|
/*
|
|
- * Every shared one has parent tree
|
|
- * block, which must be aligned to
|
|
- * nodesize.
|
|
+ * Every shared one has parent tree block,
|
|
+ * which must be aligned to sector size.
|
|
*/
|
|
if (offset &&
|
|
- IS_ALIGNED(offset, eb->fs_info->nodesize))
|
|
+ IS_ALIGNED(offset, eb->fs_info->sectorsize))
|
|
return type;
|
|
}
|
|
} else if (is_data == BTRFS_REF_TYPE_DATA) {
|
|
@@ -416,12 +415,11 @@ int btrfs_get_extent_inline_ref_type(const struct extent_buffer *eb,
|
|
if (type == BTRFS_SHARED_DATA_REF_KEY) {
|
|
ASSERT(eb->fs_info);
|
|
/*
|
|
- * Every shared one has parent tree
|
|
- * block, which must be aligned to
|
|
- * nodesize.
|
|
+ * Every shared one has parent tree block,
|
|
+ * which must be aligned to sector size.
|
|
*/
|
|
if (offset &&
|
|
- IS_ALIGNED(offset, eb->fs_info->nodesize))
|
|
+ IS_ALIGNED(offset, eb->fs_info->sectorsize))
|
|
return type;
|
|
}
|
|
} else {
|
|
@@ -431,8 +429,9 @@ int btrfs_get_extent_inline_ref_type(const struct extent_buffer *eb,
|
|
}
|
|
|
|
btrfs_print_leaf((struct extent_buffer *)eb);
|
|
- btrfs_err(eb->fs_info, "eb %llu invalid extent inline ref type %d",
|
|
- eb->start, type);
|
|
+ btrfs_err(eb->fs_info,
|
|
+ "eb %llu iref 0x%lx invalid extent inline ref type %d",
|
|
+ eb->start, (unsigned long)iref, type);
|
|
WARN_ON(1);
|
|
|
|
return BTRFS_REF_TYPE_INVALID;
|
|
diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c
|
|
index 775fd5975191b..63394b450afcc 100644
|
|
--- a/fs/btrfs/ioctl.c
|
|
+++ b/fs/btrfs/ioctl.c
|
|
@@ -2215,7 +2215,8 @@ static noinline int search_ioctl(struct inode *inode,
|
|
key.offset = sk->min_offset;
|
|
|
|
while (1) {
|
|
- ret = fault_in_pages_writeable(ubuf, *buf_size - sk_offset);
|
|
+ ret = fault_in_pages_writeable(ubuf + sk_offset,
|
|
+ *buf_size - sk_offset);
|
|
if (ret)
|
|
break;
|
|
|
|
diff --git a/fs/btrfs/print-tree.c b/fs/btrfs/print-tree.c
|
|
index 9cb50577d9823..f4edadf1067f2 100644
|
|
--- a/fs/btrfs/print-tree.c
|
|
+++ b/fs/btrfs/print-tree.c
|
|
@@ -95,9 +95,10 @@ static void print_extent_item(struct extent_buffer *eb, int slot, int type)
|
|
* offset is supposed to be a tree block which
|
|
* must be aligned to nodesize.
|
|
*/
|
|
- if (!IS_ALIGNED(offset, eb->fs_info->nodesize))
|
|
- pr_info("\t\t\t(parent %llu is NOT ALIGNED to nodesize %llu)\n",
|
|
- offset, (unsigned long long)eb->fs_info->nodesize);
|
|
+ if (!IS_ALIGNED(offset, eb->fs_info->sectorsize))
|
|
+ pr_info(
|
|
+ "\t\t\t(parent %llu not aligned to sectorsize %u)\n",
|
|
+ offset, eb->fs_info->sectorsize);
|
|
break;
|
|
case BTRFS_EXTENT_DATA_REF_KEY:
|
|
dref = (struct btrfs_extent_data_ref *)(&iref->offset);
|
|
@@ -112,8 +113,9 @@ static void print_extent_item(struct extent_buffer *eb, int slot, int type)
|
|
* must be aligned to nodesize.
|
|
*/
|
|
if (!IS_ALIGNED(offset, eb->fs_info->nodesize))
|
|
- pr_info("\t\t\t(parent %llu is NOT ALIGNED to nodesize %llu)\n",
|
|
- offset, (unsigned long long)eb->fs_info->nodesize);
|
|
+ pr_info(
|
|
+ "\t\t\t(parent %llu not aligned to sectorsize %u)\n",
|
|
+ offset, eb->fs_info->sectorsize);
|
|
break;
|
|
default:
|
|
pr_cont("(extent %llu has INVALID ref type %d)\n",
|
|
diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c
|
|
index 81be71fb569e1..4ecd6663dfb51 100644
|
|
--- a/fs/btrfs/volumes.c
|
|
+++ b/fs/btrfs/volumes.c
|
|
@@ -4,6 +4,7 @@
|
|
*/
|
|
|
|
#include <linux/sched.h>
|
|
+#include <linux/sched/mm.h>
|
|
#include <linux/bio.h>
|
|
#include <linux/slab.h>
|
|
#include <linux/buffer_head.h>
|
|
@@ -6708,8 +6709,17 @@ static struct btrfs_device *add_missing_dev(struct btrfs_fs_devices *fs_devices,
|
|
u64 devid, u8 *dev_uuid)
|
|
{
|
|
struct btrfs_device *device;
|
|
+ unsigned int nofs_flag;
|
|
|
|
+ /*
|
|
+ * We call this under the chunk_mutex, so we want to use NOFS for this
|
|
+ * allocation, however we don't want to change btrfs_alloc_device() to
|
|
+ * always do NOFS because we use it in a lot of other GFP_KERNEL safe
|
|
+ * places.
|
|
+ */
|
|
+ nofs_flag = memalloc_nofs_save();
|
|
device = btrfs_alloc_device(NULL, &devid, dev_uuid);
|
|
+ memalloc_nofs_restore(nofs_flag);
|
|
if (IS_ERR(device))
|
|
return device;
|
|
|
|
diff --git a/fs/debugfs/file.c b/fs/debugfs/file.c
|
|
index b43960794922d..943637298f650 100644
|
|
--- a/fs/debugfs/file.c
|
|
+++ b/fs/debugfs/file.c
|
|
@@ -176,7 +176,7 @@ static int open_proxy_open(struct inode *inode, struct file *filp)
|
|
goto out;
|
|
|
|
if (!fops_get(real_fops)) {
|
|
-#ifdef MODULE
|
|
+#ifdef CONFIG_MODULES
|
|
if (real_fops->owner &&
|
|
real_fops->owner->state == MODULE_STATE_GOING)
|
|
goto out;
|
|
@@ -311,7 +311,7 @@ static int full_proxy_open(struct inode *inode, struct file *filp)
|
|
goto out;
|
|
|
|
if (!fops_get(real_fops)) {
|
|
-#ifdef MODULE
|
|
+#ifdef CONFIG_MODULES
|
|
if (real_fops->owner &&
|
|
real_fops->owner->state == MODULE_STATE_GOING)
|
|
goto out;
|
|
diff --git a/fs/xfs/libxfs/xfs_attr_leaf.c b/fs/xfs/libxfs/xfs_attr_leaf.c
|
|
index fe277ee5ec7c4..5472ed3ce6943 100644
|
|
--- a/fs/xfs/libxfs/xfs_attr_leaf.c
|
|
+++ b/fs/xfs/libxfs/xfs_attr_leaf.c
|
|
@@ -583,8 +583,8 @@ xfs_attr_shortform_create(xfs_da_args_t *args)
|
|
ASSERT(ifp->if_flags & XFS_IFINLINE);
|
|
}
|
|
xfs_idata_realloc(dp, sizeof(*hdr), XFS_ATTR_FORK);
|
|
- hdr = (xfs_attr_sf_hdr_t *)ifp->if_u1.if_data;
|
|
- hdr->count = 0;
|
|
+ hdr = (struct xfs_attr_sf_hdr *)ifp->if_u1.if_data;
|
|
+ memset(hdr, 0, sizeof(*hdr));
|
|
hdr->totsize = cpu_to_be16(sizeof(*hdr));
|
|
xfs_trans_log_inode(args->trans, dp, XFS_ILOG_CORE | XFS_ILOG_ADATA);
|
|
}
|
|
diff --git a/fs/xfs/libxfs/xfs_ialloc.c b/fs/xfs/libxfs/xfs_ialloc.c
|
|
index 588d446130944..443cf33f66668 100644
|
|
--- a/fs/xfs/libxfs/xfs_ialloc.c
|
|
+++ b/fs/xfs/libxfs/xfs_ialloc.c
|
|
@@ -679,7 +679,7 @@ xfs_ialloc_ag_alloc(
|
|
args.minalignslop = igeo->cluster_align - 1;
|
|
|
|
/* Allow space for the inode btree to split. */
|
|
- args.minleft = igeo->inobt_maxlevels - 1;
|
|
+ args.minleft = igeo->inobt_maxlevels;
|
|
if ((error = xfs_alloc_vextent(&args)))
|
|
return error;
|
|
|
|
@@ -727,7 +727,7 @@ xfs_ialloc_ag_alloc(
|
|
/*
|
|
* Allow space for the inode btree to split.
|
|
*/
|
|
- args.minleft = igeo->inobt_maxlevels - 1;
|
|
+ args.minleft = igeo->inobt_maxlevels;
|
|
if ((error = xfs_alloc_vextent(&args)))
|
|
return error;
|
|
}
|
|
diff --git a/fs/xfs/libxfs/xfs_trans_space.h b/fs/xfs/libxfs/xfs_trans_space.h
|
|
index c6df01a2a1585..7ad3659c5d2a9 100644
|
|
--- a/fs/xfs/libxfs/xfs_trans_space.h
|
|
+++ b/fs/xfs/libxfs/xfs_trans_space.h
|
|
@@ -58,7 +58,7 @@
|
|
#define XFS_IALLOC_SPACE_RES(mp) \
|
|
(M_IGEO(mp)->ialloc_blks + \
|
|
((xfs_sb_version_hasfinobt(&mp->m_sb) ? 2 : 1) * \
|
|
- (M_IGEO(mp)->inobt_maxlevels - 1)))
|
|
+ M_IGEO(mp)->inobt_maxlevels))
|
|
|
|
/*
|
|
* Space reservation values for various transactions.
|
|
diff --git a/include/linux/netfilter/nf_conntrack_sctp.h b/include/linux/netfilter/nf_conntrack_sctp.h
|
|
index 9a33f171aa822..625f491b95de8 100644
|
|
--- a/include/linux/netfilter/nf_conntrack_sctp.h
|
|
+++ b/include/linux/netfilter/nf_conntrack_sctp.h
|
|
@@ -9,6 +9,8 @@ struct ip_ct_sctp {
|
|
enum sctp_conntrack state;
|
|
|
|
__be32 vtag[IP_CT_DIR_MAX];
|
|
+ u8 last_dir;
|
|
+ u8 flags;
|
|
};
|
|
|
|
#endif /* _NF_CONNTRACK_SCTP_H */
|
|
diff --git a/include/soc/nps/common.h b/include/soc/nps/common.h
|
|
index 9b1d43d671a3f..8c18dc6d3fde5 100644
|
|
--- a/include/soc/nps/common.h
|
|
+++ b/include/soc/nps/common.h
|
|
@@ -45,6 +45,12 @@
|
|
#define CTOP_INST_MOV2B_FLIP_R3_B1_B2_INST 0x5B60
|
|
#define CTOP_INST_MOV2B_FLIP_R3_B1_B2_LIMM 0x00010422
|
|
|
|
+#ifndef AUX_IENABLE
|
|
+#define AUX_IENABLE 0x40c
|
|
+#endif
|
|
+
|
|
+#define CTOP_AUX_IACK (0xFFFFF800 + 0x088)
|
|
+
|
|
#ifndef __ASSEMBLY__
|
|
|
|
/* In order to increase compilation test coverage */
|
|
diff --git a/kernel/gcov/gcc_4_7.c b/kernel/gcov/gcc_4_7.c
|
|
index ec37563674d62..60c7be5ff5c8c 100644
|
|
--- a/kernel/gcov/gcc_4_7.c
|
|
+++ b/kernel/gcov/gcc_4_7.c
|
|
@@ -19,7 +19,9 @@
|
|
#include <linux/vmalloc.h>
|
|
#include "gcov.h"
|
|
|
|
-#if (__GNUC__ >= 7)
|
|
+#if (__GNUC__ >= 10)
|
|
+#define GCOV_COUNTERS 8
|
|
+#elif (__GNUC__ >= 7)
|
|
#define GCOV_COUNTERS 9
|
|
#elif (__GNUC__ > 5) || (__GNUC__ == 5 && __GNUC_MINOR__ >= 1)
|
|
#define GCOV_COUNTERS 10
|
|
diff --git a/lib/kobject.c b/lib/kobject.c
|
|
index 386873bdd51c9..0c6d17503a113 100644
|
|
--- a/lib/kobject.c
|
|
+++ b/lib/kobject.c
|
|
@@ -630,8 +630,12 @@ static void __kobject_del(struct kobject *kobj)
|
|
*/
|
|
void kobject_del(struct kobject *kobj)
|
|
{
|
|
- struct kobject *parent = kobj->parent;
|
|
+ struct kobject *parent;
|
|
+
|
|
+ if (!kobj)
|
|
+ return;
|
|
|
|
+ parent = kobj->parent;
|
|
__kobject_del(kobj);
|
|
kobject_put(parent);
|
|
}
|
|
diff --git a/net/netfilter/nf_conntrack_proto_sctp.c b/net/netfilter/nf_conntrack_proto_sctp.c
|
|
index 4f897b14b6069..810cca24b3990 100644
|
|
--- a/net/netfilter/nf_conntrack_proto_sctp.c
|
|
+++ b/net/netfilter/nf_conntrack_proto_sctp.c
|
|
@@ -62,6 +62,8 @@ static const unsigned int sctp_timeouts[SCTP_CONNTRACK_MAX] = {
|
|
[SCTP_CONNTRACK_HEARTBEAT_ACKED] = 210 SECS,
|
|
};
|
|
|
|
+#define SCTP_FLAG_HEARTBEAT_VTAG_FAILED 1
|
|
+
|
|
#define sNO SCTP_CONNTRACK_NONE
|
|
#define sCL SCTP_CONNTRACK_CLOSED
|
|
#define sCW SCTP_CONNTRACK_COOKIE_WAIT
|
|
@@ -369,6 +371,7 @@ int nf_conntrack_sctp_packet(struct nf_conn *ct,
|
|
u_int32_t offset, count;
|
|
unsigned int *timeouts;
|
|
unsigned long map[256 / sizeof(unsigned long)] = { 0 };
|
|
+ bool ignore = false;
|
|
|
|
if (sctp_error(skb, dataoff, state))
|
|
return -NF_ACCEPT;
|
|
@@ -427,15 +430,39 @@ int nf_conntrack_sctp_packet(struct nf_conn *ct,
|
|
/* Sec 8.5.1 (D) */
|
|
if (sh->vtag != ct->proto.sctp.vtag[dir])
|
|
goto out_unlock;
|
|
- } else if (sch->type == SCTP_CID_HEARTBEAT ||
|
|
- sch->type == SCTP_CID_HEARTBEAT_ACK) {
|
|
+ } else if (sch->type == SCTP_CID_HEARTBEAT) {
|
|
+ if (ct->proto.sctp.vtag[dir] == 0) {
|
|
+ pr_debug("Setting %d vtag %x for dir %d\n", sch->type, sh->vtag, dir);
|
|
+ ct->proto.sctp.vtag[dir] = sh->vtag;
|
|
+ } else if (sh->vtag != ct->proto.sctp.vtag[dir]) {
|
|
+ if (test_bit(SCTP_CID_DATA, map) || ignore)
|
|
+ goto out_unlock;
|
|
+
|
|
+ ct->proto.sctp.flags |= SCTP_FLAG_HEARTBEAT_VTAG_FAILED;
|
|
+ ct->proto.sctp.last_dir = dir;
|
|
+ ignore = true;
|
|
+ continue;
|
|
+ } else if (ct->proto.sctp.flags & SCTP_FLAG_HEARTBEAT_VTAG_FAILED) {
|
|
+ ct->proto.sctp.flags &= ~SCTP_FLAG_HEARTBEAT_VTAG_FAILED;
|
|
+ }
|
|
+ } else if (sch->type == SCTP_CID_HEARTBEAT_ACK) {
|
|
if (ct->proto.sctp.vtag[dir] == 0) {
|
|
pr_debug("Setting vtag %x for dir %d\n",
|
|
sh->vtag, dir);
|
|
ct->proto.sctp.vtag[dir] = sh->vtag;
|
|
} else if (sh->vtag != ct->proto.sctp.vtag[dir]) {
|
|
- pr_debug("Verification tag check failed\n");
|
|
- goto out_unlock;
|
|
+ if (test_bit(SCTP_CID_DATA, map) || ignore)
|
|
+ goto out_unlock;
|
|
+
|
|
+ if ((ct->proto.sctp.flags & SCTP_FLAG_HEARTBEAT_VTAG_FAILED) == 0 ||
|
|
+ ct->proto.sctp.last_dir == dir)
|
|
+ goto out_unlock;
|
|
+
|
|
+ ct->proto.sctp.flags &= ~SCTP_FLAG_HEARTBEAT_VTAG_FAILED;
|
|
+ ct->proto.sctp.vtag[dir] = sh->vtag;
|
|
+ ct->proto.sctp.vtag[!dir] = 0;
|
|
+ } else if (ct->proto.sctp.flags & SCTP_FLAG_HEARTBEAT_VTAG_FAILED) {
|
|
+ ct->proto.sctp.flags &= ~SCTP_FLAG_HEARTBEAT_VTAG_FAILED;
|
|
}
|
|
}
|
|
|
|
@@ -470,6 +497,10 @@ int nf_conntrack_sctp_packet(struct nf_conn *ct,
|
|
}
|
|
spin_unlock_bh(&ct->lock);
|
|
|
|
+ /* allow but do not refresh timeout */
|
|
+ if (ignore)
|
|
+ return NF_ACCEPT;
|
|
+
|
|
timeouts = nf_ct_timeout_lookup(ct);
|
|
if (!timeouts)
|
|
timeouts = nf_sctp_pernet(nf_ct_net(ct))->timeouts;
|
|
diff --git a/net/wireless/util.c b/net/wireless/util.c
|
|
index 8481e9ac33da5..9abafd76ec50e 100644
|
|
--- a/net/wireless/util.c
|
|
+++ b/net/wireless/util.c
|
|
@@ -116,11 +116,13 @@ int ieee80211_frequency_to_channel(int freq)
|
|
return (freq - 2407) / 5;
|
|
else if (freq >= 4910 && freq <= 4980)
|
|
return (freq - 4000) / 5;
|
|
- else if (freq < 5945)
|
|
+ else if (freq < 5925)
|
|
return (freq - 5000) / 5;
|
|
+ else if (freq == 5935)
|
|
+ return 2;
|
|
else if (freq <= 45000) /* DMG band lower limit */
|
|
- /* see 802.11ax D4.1 27.3.22.2 */
|
|
- return (freq - 5940) / 5;
|
|
+ /* see 802.11ax D6.1 27.3.22.2 */
|
|
+ return (freq - 5950) / 5;
|
|
else if (freq >= 58320 && freq <= 70200)
|
|
return (freq - 56160) / 2160;
|
|
else
|
|
diff --git a/sound/hda/hdac_device.c b/sound/hda/hdac_device.c
|
|
index c946fd8beebca..b84e12f4f8046 100644
|
|
--- a/sound/hda/hdac_device.c
|
|
+++ b/sound/hda/hdac_device.c
|
|
@@ -127,6 +127,8 @@ EXPORT_SYMBOL_GPL(snd_hdac_device_init);
|
|
void snd_hdac_device_exit(struct hdac_device *codec)
|
|
{
|
|
pm_runtime_put_noidle(&codec->dev);
|
|
+ /* keep balance of runtime PM child_count in parent device */
|
|
+ pm_runtime_set_suspended(&codec->dev);
|
|
snd_hdac_bus_remove_device(codec->bus, codec);
|
|
kfree(codec->vendor_name);
|
|
kfree(codec->chip_name);
|
|
diff --git a/sound/pci/hda/hda_tegra.c b/sound/pci/hda/hda_tegra.c
|
|
index e5191584638ab..e378cb33c69df 100644
|
|
--- a/sound/pci/hda/hda_tegra.c
|
|
+++ b/sound/pci/hda/hda_tegra.c
|
|
@@ -169,6 +169,10 @@ static int __maybe_unused hda_tegra_runtime_suspend(struct device *dev)
|
|
struct hdac_bus *bus = azx_bus(chip);
|
|
|
|
if (chip && chip->running) {
|
|
+ /* enable controller wake up event */
|
|
+ azx_writew(chip, WAKEEN, azx_readw(chip, WAKEEN) |
|
|
+ STATESTS_INT_MASK);
|
|
+
|
|
azx_stop_chip(chip);
|
|
synchronize_irq(bus->irq);
|
|
azx_enter_link_reset(chip);
|
|
@@ -191,6 +195,9 @@ static int __maybe_unused hda_tegra_runtime_resume(struct device *dev)
|
|
if (chip && chip->running) {
|
|
hda_tegra_init(hda);
|
|
azx_init_chip(chip, 1);
|
|
+ /* disable controller wake up event*/
|
|
+ azx_writew(chip, WAKEEN, azx_readw(chip, WAKEEN) &
|
|
+ ~STATESTS_INT_MASK);
|
|
}
|
|
|
|
return 0;
|
|
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
|
|
index a13bad262598d..51798632d334c 100644
|
|
--- a/sound/pci/hda/patch_hdmi.c
|
|
+++ b/sound/pci/hda/patch_hdmi.c
|
|
@@ -3678,6 +3678,7 @@ static int tegra_hdmi_build_pcms(struct hda_codec *codec)
|
|
|
|
static int patch_tegra_hdmi(struct hda_codec *codec)
|
|
{
|
|
+ struct hdmi_spec *spec;
|
|
int err;
|
|
|
|
err = patch_generic_hdmi(codec);
|
|
@@ -3685,6 +3686,10 @@ static int patch_tegra_hdmi(struct hda_codec *codec)
|
|
return err;
|
|
|
|
codec->patch_ops.build_pcms = tegra_hdmi_build_pcms;
|
|
+ spec = codec->spec;
|
|
+ spec->chmap.ops.chmap_cea_alloc_validate_get_type =
|
|
+ nvhdmi_chmap_cea_alloc_validate_get_type;
|
|
+ spec->chmap.ops.chmap_validate = nvhdmi_chmap_validate;
|
|
|
|
return 0;
|
|
}
|
|
@@ -4200,6 +4205,7 @@ HDA_CODEC_ENTRY(0x8086280c, "Cannonlake HDMI", patch_i915_glk_hdmi),
|
|
HDA_CODEC_ENTRY(0x8086280d, "Geminilake HDMI", patch_i915_glk_hdmi),
|
|
HDA_CODEC_ENTRY(0x8086280f, "Icelake HDMI", patch_i915_icl_hdmi),
|
|
HDA_CODEC_ENTRY(0x80862812, "Tigerlake HDMI", patch_i915_tgl_hdmi),
|
|
+HDA_CODEC_ENTRY(0x80862816, "Rocketlake HDMI", patch_i915_tgl_hdmi),
|
|
HDA_CODEC_ENTRY(0x8086281a, "Jasperlake HDMI", patch_i915_icl_hdmi),
|
|
HDA_CODEC_ENTRY(0x80862880, "CedarTrail HDMI", patch_generic_hdmi),
|
|
HDA_CODEC_ENTRY(0x80862882, "Valleyview2 HDMI", patch_i915_byt_hdmi),
|
|
diff --git a/tools/testing/selftests/timers/Makefile b/tools/testing/selftests/timers/Makefile
|
|
index 7656c7ce79d90..0e73a16874c4c 100644
|
|
--- a/tools/testing/selftests/timers/Makefile
|
|
+++ b/tools/testing/selftests/timers/Makefile
|
|
@@ -13,6 +13,7 @@ DESTRUCTIVE_TESTS = alarmtimer-suspend valid-adjtimex adjtick change_skew \
|
|
|
|
TEST_GEN_PROGS_EXTENDED = $(DESTRUCTIVE_TESTS)
|
|
|
|
+TEST_FILES := settings
|
|
|
|
include ../lib.mk
|
|
|
|
diff --git a/tools/testing/selftests/timers/settings b/tools/testing/selftests/timers/settings
|
|
new file mode 100644
|
|
index 0000000000000..e7b9417537fbc
|
|
--- /dev/null
|
|
+++ b/tools/testing/selftests/timers/settings
|
|
@@ -0,0 +1 @@
|
|
+timeout=0
|
|
diff --git a/virt/kvm/arm/mmu.c b/virt/kvm/arm/mmu.c
|
|
index 7501ec8a46004..1e1c4f6a85c7d 100644
|
|
--- a/virt/kvm/arm/mmu.c
|
|
+++ b/virt/kvm/arm/mmu.c
|
|
@@ -1814,7 +1814,12 @@ static int user_mem_abort(struct kvm_vcpu *vcpu, phys_addr_t fault_ipa,
|
|
(fault_status == FSC_PERM &&
|
|
stage2_is_exec(kvm, fault_ipa, vma_pagesize));
|
|
|
|
- if (vma_pagesize == PUD_SIZE) {
|
|
+ /*
|
|
+ * If PUD_SIZE == PMD_SIZE, there is no real PUD level, and
|
|
+ * all we have is a 2-level page table. Trying to map a PUD in
|
|
+ * this case would be fatally wrong.
|
|
+ */
|
|
+ if (PUD_SIZE != PMD_SIZE && vma_pagesize == PUD_SIZE) {
|
|
pud_t new_pud = kvm_pfn_pud(pfn, mem_type);
|
|
|
|
new_pud = kvm_pud_mkhuge(new_pud);
|
|
diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c
|
|
index 278bdc53047e8..4eed7fd8db939 100644
|
|
--- a/virt/kvm/kvm_main.c
|
|
+++ b/virt/kvm/kvm_main.c
|
|
@@ -4010,7 +4010,7 @@ int kvm_io_bus_register_dev(struct kvm *kvm, enum kvm_bus bus_idx, gpa_t addr,
|
|
void kvm_io_bus_unregister_dev(struct kvm *kvm, enum kvm_bus bus_idx,
|
|
struct kvm_io_device *dev)
|
|
{
|
|
- int i;
|
|
+ int i, j;
|
|
struct kvm_io_bus *new_bus, *bus;
|
|
|
|
bus = kvm_get_bus(kvm, bus_idx);
|
|
@@ -4027,17 +4027,20 @@ void kvm_io_bus_unregister_dev(struct kvm *kvm, enum kvm_bus bus_idx,
|
|
|
|
new_bus = kmalloc(struct_size(bus, range, bus->dev_count - 1),
|
|
GFP_KERNEL_ACCOUNT);
|
|
- if (!new_bus) {
|
|
+ if (new_bus) {
|
|
+ memcpy(new_bus, bus, sizeof(*bus) + i * sizeof(struct kvm_io_range));
|
|
+ new_bus->dev_count--;
|
|
+ memcpy(new_bus->range + i, bus->range + i + 1,
|
|
+ (new_bus->dev_count - i) * sizeof(struct kvm_io_range));
|
|
+ } else {
|
|
pr_err("kvm: failed to shrink bus, removing it completely\n");
|
|
- goto broken;
|
|
+ for (j = 0; j < bus->dev_count; j++) {
|
|
+ if (j == i)
|
|
+ continue;
|
|
+ kvm_iodevice_destructor(bus->range[j].dev);
|
|
+ }
|
|
}
|
|
|
|
- memcpy(new_bus, bus, sizeof(*bus) + i * sizeof(struct kvm_io_range));
|
|
- new_bus->dev_count--;
|
|
- memcpy(new_bus->range + i, bus->range + i + 1,
|
|
- (new_bus->dev_count - i) * sizeof(struct kvm_io_range));
|
|
-
|
|
-broken:
|
|
rcu_assign_pointer(kvm->buses[bus_idx], new_bus);
|
|
synchronize_srcu_expedited(&kvm->srcu);
|
|
kfree(bus);
|