[PATCH AUTOSEL 4.4 05/10] ASoC: sgtl5000: set DAP_AVC_CTRL register to correct default value on probe

2021-03-25 Thread Sasha Levin
: Benjamin Rood Reviewed-by: Fabio Estevam Link: https://lore.kernel.org/r/20210219183308.GA2117@ubuntu-dev Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/sgtl5000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/sgtl5000.c b/sound/

[PATCH AUTOSEL 4.4 04/10] ASoC: rt5651: Fix dac- and adc- vol-tlv values being off by a factor of 10

2021-03-25 Thread Sasha Levin
or of 10") which made the exact same change to the rt5670 codec driver. Signed-off-by: Hans de Goede Link: https://lore.kernel.org/r/20210226143817.84287-3-hdego...@redhat.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/rt5651.c | 4 ++-- 1 file changed, 2

[PATCH AUTOSEL 4.4 02/10] rpc: fix NULL dereference on kmalloc failure

2021-03-25 Thread Sasha Levin
acle.com/T/#t Signed-off-by: Chuck Lever Signed-off-by: Sasha Levin --- net/sunrpc/auth_gss/svcauth_gss.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/net/sunrpc/auth_gss/svcauth_gss.c b/net/sunrpc/auth_gss/svcauth_gss.c index 91263d6a103b..bb8b0ef5de82 100

[PATCH AUTOSEL 4.4 03/10] ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by a factor of 10

2021-03-25 Thread Sasha Levin
or of 10") which made the exact same change to the rt5670 codec driver. Signed-off-by: Hans de Goede Link: https://lore.kernel.org/r/20210226143817.84287-2-hdego...@redhat.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/rt5640.c | 4 ++-- 1 file changed, 2

[PATCH AUTOSEL 4.4 01/10] ext4: fix bh ref count on error paths

2021-03-25 Thread Sasha Levin
odore Ts'o Signed-off-by: Sasha Levin --- fs/ext4/inode.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 881601691bd4..336e5c8f423e 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -1825,13 +1825,13 @@

[PATCH AUTOSEL 4.9 13/13] ext4: do not iput inode under running transaction in ext4_rename()

2021-03-25 Thread Sasha Levin
on before final iput(). Signed-off-by: zhangyi (F) Link: https://lore.kernel.org/r/20210303131703.330415-2-yi.zh...@huawei.com Signed-off-by: Theodore Ts'o Signed-off-by: Sasha Levin --- fs/ext4/namei.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git

[PATCH AUTOSEL 4.9 10/13] staging: comedi: cb_pcidas: fix request_irq() warn

2021-03-25 Thread Sasha Levin
15195914.4801-1-ztong0...@gmail.com Signed-off-by: Greg Kroah-Hartman Signed-off-by: Sasha Levin --- drivers/staging/comedi/drivers/cb_pcidas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/cb_pcidas.c b/drivers/staging/comedi/drivers/cb

[PATCH AUTOSEL 4.9 12/13] ASoC: rt5659: Update MCLK rate in set_sysclk()

2021-03-25 Thread Sasha Levin
the driver. Suggested-by: Mark Brown Suggested-by: Michael Walle Signed-off-by: Sameer Pujar Link: https://lore.kernel.org/r/1615829492-8972-3-git-send-email-spu...@nvidia.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/rt5659.c | 5 + 1 file changed, 5

[PATCH AUTOSEL 4.9 11/13] staging: comedi: cb_pcidas64: fix request_irq() warn

2021-03-25 Thread Sasha Levin
4.4692-1-ztong0...@gmail.com Signed-off-by: Greg Kroah-Hartman Signed-off-by: Sasha Levin --- drivers/staging/comedi/drivers/cb_pcidas64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/cb_pcidas64.c b/drivers/staging/comedi/drivers/cb_p

[PATCH AUTOSEL 4.9 09/13] scsi: qla2xxx: Fix broken #endif placement

2021-03-25 Thread Sasha Levin
: Alexey Dobriyan Signed-off-by: Martin K. Petersen Signed-off-by: Sasha Levin --- drivers/scsi/qla2xxx/qla_target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/qla2xxx/qla_target.h b/drivers/scsi/qla2xxx/qla_target.h index 07ea4fcf4f88..983ec09da650 100644

[PATCH AUTOSEL 4.9 06/13] powerpc: Force inlining of cpu_has_feature() to avoid build failure

2021-03-25 Thread Sasha Levin
Force inlining of mmu_has_feature to fix build failure"), for inlining of cpu_has_feature(). Signed-off-by: Christophe Leroy Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/b231dfa040ce4cc37f702f5c3a595fdeabfe0462.1615378209.git.christophe.le...@csgroup.eu Signed-off-by: S

[PATCH AUTOSEL 4.9 05/13] ASoC: sgtl5000: set DAP_AVC_CTRL register to correct default value on probe

2021-03-25 Thread Sasha Levin
: Benjamin Rood Reviewed-by: Fabio Estevam Link: https://lore.kernel.org/r/20210219183308.GA2117@ubuntu-dev Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/sgtl5000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/sgtl5000.c b/sound/

[PATCH AUTOSEL 4.9 07/13] vhost: Fix vhost_vq_reset()

2021-03-25 Thread Sasha Levin
at.com Signed-off-by: Michael S. Tsirkin Signed-off-by: Sasha Levin --- drivers/vhost/vhost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index b14e62f11075..d2431afeda84 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/v

[PATCH AUTOSEL 4.9 08/13] scsi: st: Fix a use after free in st_open()

2021-03-25 Thread Sasha Levin
g/r/20210311064636.10522-1-lyl2...@mail.ustc.edu.cn Acked-by: Kai Mäkisara Signed-off-by: Lv Yunlong Signed-off-by: Martin K. Petersen Signed-off-by: Sasha Levin --- drivers/scsi/st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/st.c b/drivers/scsi/st.c in

[PATCH AUTOSEL 4.9 03/13] ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by a factor of 10

2021-03-25 Thread Sasha Levin
or of 10") which made the exact same change to the rt5670 codec driver. Signed-off-by: Hans de Goede Link: https://lore.kernel.org/r/20210226143817.84287-2-hdego...@redhat.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/rt5640.c | 4 ++-- 1 file changed, 2

[PATCH AUTOSEL 4.9 01/13] ext4: fix bh ref count on error paths

2021-03-25 Thread Sasha Levin
odore Ts'o Signed-off-by: Sasha Levin --- fs/ext4/inode.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index ccce89de6d7e..7e41f7ccbfb5 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -1979,13 +1979,13 @@

[PATCH AUTOSEL 4.9 02/13] rpc: fix NULL dereference on kmalloc failure

2021-03-25 Thread Sasha Levin
acle.com/T/#t Signed-off-by: Chuck Lever Signed-off-by: Sasha Levin --- net/sunrpc/auth_gss/svcauth_gss.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/net/sunrpc/auth_gss/svcauth_gss.c b/net/sunrpc/auth_gss/svcauth_gss.c index fd897d900d12..85ad23d9a8a9 100

[PATCH AUTOSEL 4.9 04/13] ASoC: rt5651: Fix dac- and adc- vol-tlv values being off by a factor of 10

2021-03-25 Thread Sasha Levin
or of 10") which made the exact same change to the rt5670 codec driver. Signed-off-by: Hans de Goede Link: https://lore.kernel.org/r/20210226143817.84287-3-hdego...@redhat.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/rt5651.c | 4 ++-- 1 file changed, 2

[PATCH AUTOSEL 4.14 16/16] ext4: do not iput inode under running transaction in ext4_rename()

2021-03-25 Thread Sasha Levin
on before final iput(). Signed-off-by: zhangyi (F) Link: https://lore.kernel.org/r/20210303131703.330415-2-yi.zh...@huawei.com Signed-off-by: Theodore Ts'o Signed-off-by: Sasha Levin --- fs/ext4/namei.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git

[PATCH AUTOSEL 4.14 15/16] ASoC: rt5659: Update MCLK rate in set_sysclk()

2021-03-25 Thread Sasha Levin
the driver. Suggested-by: Mark Brown Suggested-by: Michael Walle Signed-off-by: Sameer Pujar Link: https://lore.kernel.org/r/1615829492-8972-3-git-send-email-spu...@nvidia.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/rt5659.c | 5 + 1 file changed, 5

[PATCH AUTOSEL 4.14 13/16] staging: comedi: cb_pcidas: fix request_irq() warn

2021-03-25 Thread Sasha Levin
15195914.4801-1-ztong0...@gmail.com Signed-off-by: Greg Kroah-Hartman Signed-off-by: Sasha Levin --- drivers/staging/comedi/drivers/cb_pcidas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/cb_pcidas.c b/drivers/staging/comedi/drivers/cb

[PATCH AUTOSEL 4.14 14/16] staging: comedi: cb_pcidas64: fix request_irq() warn

2021-03-25 Thread Sasha Levin
4.4692-1-ztong0...@gmail.com Signed-off-by: Greg Kroah-Hartman Signed-off-by: Sasha Levin --- drivers/staging/comedi/drivers/cb_pcidas64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/cb_pcidas64.c b/drivers/staging/comedi/drivers/cb_p

[PATCH AUTOSEL 4.14 12/16] scsi: qla2xxx: Fix broken #endif placement

2021-03-25 Thread Sasha Levin
: Alexey Dobriyan Signed-off-by: Martin K. Petersen Signed-off-by: Sasha Levin --- drivers/scsi/qla2xxx/qla_target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/qla2xxx/qla_target.h b/drivers/scsi/qla2xxx/qla_target.h index 511a31b359c7..f51293540a61 100644

[PATCH AUTOSEL 4.14 09/16] powerpc: Force inlining of cpu_has_feature() to avoid build failure

2021-03-25 Thread Sasha Levin
Force inlining of mmu_has_feature to fix build failure"), for inlining of cpu_has_feature(). Signed-off-by: Christophe Leroy Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/b231dfa040ce4cc37f702f5c3a595fdeabfe0462.1615378209.git.christophe.le...@csgroup.eu Signed-off-by: S

[PATCH AUTOSEL 4.14 10/16] vhost: Fix vhost_vq_reset()

2021-03-25 Thread Sasha Levin
at.com Signed-off-by: Michael S. Tsirkin Signed-off-by: Sasha Levin --- drivers/vhost/vhost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index 3d7bea15c57b..4b5590f4e98b 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/v

[PATCH AUTOSEL 4.14 11/16] scsi: st: Fix a use after free in st_open()

2021-03-25 Thread Sasha Levin
g/r/20210311064636.10522-1-lyl2...@mail.ustc.edu.cn Acked-by: Kai Mäkisara Signed-off-by: Lv Yunlong Signed-off-by: Martin K. Petersen Signed-off-by: Sasha Levin --- drivers/scsi/st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/st.c b/drivers/scsi/st.c in

[PATCH AUTOSEL 4.14 08/16] ASoC: cs42l42: Always wait at least 3ms after reset

2021-03-25 Thread Sasha Levin
/20210305173442.195740-6-tanur...@opensource.cirrus.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/cs42l42.c | 3 ++- sound/soc/codecs/cs42l42.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sound/soc/codecs/cs42l42.c b/sound/soc/codecs/cs42l42.c index

[PATCH AUTOSEL 4.14 01/16] ext4: fix bh ref count on error paths

2021-03-25 Thread Sasha Levin
odore Ts'o Signed-off-by: Sasha Levin --- fs/ext4/inode.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index eb635eab304e..435a62d65e27 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -2072,13 +2072,13 @@

[PATCH AUTOSEL 4.14 05/16] ASoC: sgtl5000: set DAP_AVC_CTRL register to correct default value on probe

2021-03-25 Thread Sasha Levin
: Benjamin Rood Reviewed-by: Fabio Estevam Link: https://lore.kernel.org/r/20210219183308.GA2117@ubuntu-dev Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/sgtl5000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/sgtl5000.c b/sound/

[PATCH AUTOSEL 4.14 04/16] ASoC: rt5651: Fix dac- and adc- vol-tlv values being off by a factor of 10

2021-03-25 Thread Sasha Levin
or of 10") which made the exact same change to the rt5670 codec driver. Signed-off-by: Hans de Goede Link: https://lore.kernel.org/r/20210226143817.84287-3-hdego...@redhat.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/rt5651.c | 4 ++-- 1 file changed, 2

[PATCH AUTOSEL 4.14 07/16] ASoC: cs42l42: Fix mixer volume control

2021-03-25 Thread Sasha Levin
: Sasha Levin --- sound/soc/codecs/cs42l42.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs/cs42l42.c b/sound/soc/codecs/cs42l42.c index a2324a0e72ee..ec322fda3c18 100644 --- a/sound/soc/codecs/cs42l42.c +++ b/sound/soc/codecs/cs42l42.c @@ -405,7 +405,7

[PATCH AUTOSEL 4.14 06/16] ASoC: es8316: Simplify adc_pga_gain_tlv table

2021-03-25 Thread Sasha Levin
ccept the table, where as before this change alsa-lib saw the "ADC PGA Gain" control as a control without a dB scale. Signed-off-by: Hans de Goede Link: https://lore.kernel.org/r/20210228160441.241110-1-hdego...@redhat.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- s

[PATCH AUTOSEL 4.19 20/20] ext4: do not iput inode under running transaction in ext4_rename()

2021-03-25 Thread Sasha Levin
on before final iput(). Signed-off-by: zhangyi (F) Link: https://lore.kernel.org/r/20210303131703.330415-2-yi.zh...@huawei.com Signed-off-by: Theodore Ts'o Signed-off-by: Sasha Levin --- fs/ext4/namei.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git

[PATCH AUTOSEL 4.19 19/20] locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling

2021-03-25 Thread Sasha Levin
s://lore.kernel.org/r/20210316153119.13802-2-long...@redhat.com Signed-off-by: Sasha Levin --- kernel/locking/mutex.c | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/kernel/locking/mutex.c b/kernel/locking/mutex.c index 3f8a35104285..b3da782cdfb

[PATCH AUTOSEL 4.14 03/16] ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by a factor of 10

2021-03-25 Thread Sasha Levin
or of 10") which made the exact same change to the rt5670 codec driver. Signed-off-by: Hans de Goede Link: https://lore.kernel.org/r/20210226143817.84287-2-hdego...@redhat.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/rt5640.c | 4 ++-- 1 file changed, 2

[PATCH AUTOSEL 4.19 17/20] ASoC: rt5659: Update MCLK rate in set_sysclk()

2021-03-25 Thread Sasha Levin
the driver. Suggested-by: Mark Brown Suggested-by: Michael Walle Signed-off-by: Sameer Pujar Link: https://lore.kernel.org/r/1615829492-8972-3-git-send-email-spu...@nvidia.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/rt5659.c | 5 + 1 file changed, 5

[PATCH AUTOSEL 4.14 02/16] rpc: fix NULL dereference on kmalloc failure

2021-03-25 Thread Sasha Levin
acle.com/T/#t Signed-off-by: Chuck Lever Signed-off-by: Sasha Levin --- net/sunrpc/auth_gss/svcauth_gss.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/net/sunrpc/auth_gss/svcauth_gss.c b/net/sunrpc/auth_gss/svcauth_gss.c index 03043d5221e9..27dfd85830d8 100

[PATCH AUTOSEL 4.19 18/20] thermal/core: Add NULL pointer check before using cooling device stats

2021-03-25 Thread Sasha Levin
Signed-off-by: Daniel Lezcano Link: https://lore.kernel.org/r/1607367181-24589-1-git-send-email-man...@codeaurora.org Signed-off-by: Sasha Levin --- drivers/thermal/thermal_sysfs.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/thermal/thermal_sysfs.c b/drivers/thermal

[PATCH AUTOSEL 4.19 15/20] staging: comedi: cb_pcidas: fix request_irq() warn

2021-03-25 Thread Sasha Levin
15195914.4801-1-ztong0...@gmail.com Signed-off-by: Greg Kroah-Hartman Signed-off-by: Sasha Levin --- drivers/staging/comedi/drivers/cb_pcidas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/cb_pcidas.c b/drivers/staging/comedi/drivers/cb

[PATCH AUTOSEL 4.19 14/20] scsi: qla2xxx: Fix broken #endif placement

2021-03-25 Thread Sasha Levin
: Alexey Dobriyan Signed-off-by: Martin K. Petersen Signed-off-by: Sasha Levin --- drivers/scsi/qla2xxx/qla_target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/qla2xxx/qla_target.h b/drivers/scsi/qla2xxx/qla_target.h index 199d3ba1916d..67a74720c02c 100644

[PATCH AUTOSEL 4.19 16/20] staging: comedi: cb_pcidas64: fix request_irq() warn

2021-03-25 Thread Sasha Levin
4.4692-1-ztong0...@gmail.com Signed-off-by: Greg Kroah-Hartman Signed-off-by: Sasha Levin --- drivers/staging/comedi/drivers/cb_pcidas64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/cb_pcidas64.c b/drivers/staging/comedi/drivers/cb_p

[PATCH AUTOSEL 4.19 12/20] vhost: Fix vhost_vq_reset()

2021-03-25 Thread Sasha Levin
at.com Signed-off-by: Michael S. Tsirkin Signed-off-by: Sasha Levin --- drivers/vhost/vhost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index 98b6eb902df9..732327756ee1 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/v

[PATCH AUTOSEL 4.19 13/20] scsi: st: Fix a use after free in st_open()

2021-03-25 Thread Sasha Levin
g/r/20210311064636.10522-1-lyl2...@mail.ustc.edu.cn Acked-by: Kai Mäkisara Signed-off-by: Lv Yunlong Signed-off-by: Martin K. Petersen Signed-off-by: Sasha Levin --- drivers/scsi/st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/st.c b/drivers/scsi/st.c in

[PATCH AUTOSEL 4.19 10/20] ASoC: cs42l42: Always wait at least 3ms after reset

2021-03-25 Thread Sasha Levin
/20210305173442.195740-6-tanur...@opensource.cirrus.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/cs42l42.c | 3 ++- sound/soc/codecs/cs42l42.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sound/soc/codecs/cs42l42.c b/sound/soc/codecs/cs42l42.c index

[PATCH AUTOSEL 4.19 06/20] ASoC: es8316: Simplify adc_pga_gain_tlv table

2021-03-25 Thread Sasha Levin
ccept the table, where as before this change alsa-lib saw the "ADC PGA Gain" control as a control without a dB scale. Signed-off-by: Hans de Goede Link: https://lore.kernel.org/r/20210228160441.241110-1-hdego...@redhat.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- s

[PATCH AUTOSEL 4.19 09/20] ASoC: cs42l42: Fix mixer volume control

2021-03-25 Thread Sasha Levin
: Sasha Levin --- sound/soc/codecs/cs42l42.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs/cs42l42.c b/sound/soc/codecs/cs42l42.c index a5bd9cff7085..a8ba518ba043 100644 --- a/sound/soc/codecs/cs42l42.c +++ b/sound/soc/codecs/cs42l42.c @@ -405,7 +405,7

[PATCH AUTOSEL 4.19 11/20] powerpc: Force inlining of cpu_has_feature() to avoid build failure

2021-03-25 Thread Sasha Levin
Force inlining of mmu_has_feature to fix build failure"), for inlining of cpu_has_feature(). Signed-off-by: Christophe Leroy Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/b231dfa040ce4cc37f702f5c3a595fdeabfe0462.1615378209.git.christophe.le...@csgroup.eu Signed-off-by: S

[PATCH AUTOSEL 4.19 07/20] ASoC: cs42l42: Fix Bitclock polarity inversion

2021-03-25 Thread Sasha Levin
://lore.kernel.org/r/20210305173442.195740-2-tanur...@opensource.cirrus.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/cs42l42.c | 20 sound/soc/codecs/cs42l42.h | 11 ++- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/sound/soc

[PATCH AUTOSEL 4.19 08/20] ASoC: cs42l42: Fix channel width support

2021-03-25 Thread Sasha Levin
...@opensource.cirrus.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/cs42l42.c | 47 ++ sound/soc/codecs/cs42l42.h | 1 - 2 files changed, 22 insertions(+), 26 deletions(-) diff --git a/sound/soc/codecs/cs42l42.c b/sound/soc/codecs/cs42l42.c index

[PATCH AUTOSEL 4.19 02/20] rpc: fix NULL dereference on kmalloc failure

2021-03-25 Thread Sasha Levin
acle.com/T/#t Signed-off-by: Chuck Lever Signed-off-by: Sasha Levin --- net/sunrpc/auth_gss/svcauth_gss.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/net/sunrpc/auth_gss/svcauth_gss.c b/net/sunrpc/auth_gss/svcauth_gss.c index ab086081be9c..a85d78d2bdb7 100

[PATCH AUTOSEL 4.19 03/20] ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by a factor of 10

2021-03-25 Thread Sasha Levin
or of 10") which made the exact same change to the rt5670 codec driver. Signed-off-by: Hans de Goede Link: https://lore.kernel.org/r/20210226143817.84287-2-hdego...@redhat.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/rt5640.c | 4 ++-- 1 file changed, 2

[PATCH AUTOSEL 4.19 04/20] ASoC: rt5651: Fix dac- and adc- vol-tlv values being off by a factor of 10

2021-03-25 Thread Sasha Levin
or of 10") which made the exact same change to the rt5670 codec driver. Signed-off-by: Hans de Goede Link: https://lore.kernel.org/r/20210226143817.84287-3-hdego...@redhat.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/rt5651.c | 4 ++-- 1 file changed, 2

[PATCH AUTOSEL 5.4 22/24] thermal/core: Add NULL pointer check before using cooling device stats

2021-03-25 Thread Sasha Levin
Signed-off-by: Daniel Lezcano Link: https://lore.kernel.org/r/1607367181-24589-1-git-send-email-man...@codeaurora.org Signed-off-by: Sasha Levin --- drivers/thermal/thermal_sysfs.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/thermal/thermal_sysfs.c b/drivers/thermal

[PATCH AUTOSEL 4.19 05/20] ASoC: sgtl5000: set DAP_AVC_CTRL register to correct default value on probe

2021-03-25 Thread Sasha Levin
: Benjamin Rood Reviewed-by: Fabio Estevam Link: https://lore.kernel.org/r/20210219183308.GA2117@ubuntu-dev Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/sgtl5000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/sgtl5000.c b/sound/

[PATCH AUTOSEL 5.4 23/24] locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling

2021-03-25 Thread Sasha Levin
s://lore.kernel.org/r/20210316153119.13802-2-long...@redhat.com Signed-off-by: Sasha Levin --- kernel/locking/mutex.c | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/kernel/locking/mutex.c b/kernel/locking/mutex.c index 468a9b8422e3..07a9f9f46e0

[PATCH AUTOSEL 5.4 24/24] ext4: do not iput inode under running transaction in ext4_rename()

2021-03-25 Thread Sasha Levin
on before final iput(). Signed-off-by: zhangyi (F) Link: https://lore.kernel.org/r/20210303131703.330415-2-yi.zh...@huawei.com Signed-off-by: Theodore Ts'o Signed-off-by: Sasha Levin --- fs/ext4/namei.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git

[PATCH AUTOSEL 4.19 01/20] ext4: fix bh ref count on error paths

2021-03-25 Thread Sasha Levin
odore Ts'o Signed-off-by: Sasha Levin --- fs/ext4/inode.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 296ffe92e250..2fb8f9c687d7 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -2072,13 +2072,13 @@

[PATCH AUTOSEL 5.4 21/24] ASoC: rt5659: Update MCLK rate in set_sysclk()

2021-03-25 Thread Sasha Levin
the driver. Suggested-by: Mark Brown Suggested-by: Michael Walle Signed-off-by: Sameer Pujar Link: https://lore.kernel.org/r/1615829492-8972-3-git-send-email-spu...@nvidia.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/rt5659.c | 5 + 1 file changed, 5

[PATCH AUTOSEL 5.4 19/24] staging: comedi: cb_pcidas: fix request_irq() warn

2021-03-25 Thread Sasha Levin
15195914.4801-1-ztong0...@gmail.com Signed-off-by: Greg Kroah-Hartman Signed-off-by: Sasha Levin --- drivers/staging/comedi/drivers/cb_pcidas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/cb_pcidas.c b/drivers/staging/comedi/drivers/cb

[PATCH AUTOSEL 5.4 20/24] staging: comedi: cb_pcidas64: fix request_irq() warn

2021-03-25 Thread Sasha Levin
4.4692-1-ztong0...@gmail.com Signed-off-by: Greg Kroah-Hartman Signed-off-by: Sasha Levin --- drivers/staging/comedi/drivers/cb_pcidas64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/cb_pcidas64.c b/drivers/staging/comedi/drivers/cb_p

[PATCH AUTOSEL 5.4 14/24] NFSD: fix error handling in NFSv4.0 callbacks

2021-03-25 Thread Sasha Levin
-off-by: Olga Kornievskaia Signed-off-by: Chuck Lever Tested-by: Benjamin Coddington Link: https://lore.kernel.org/linux-nfs/fb84e90a-1a03-48b3-8bf7-d9d10ac2c...@oracle.com/T/#t Signed-off-by: Sasha Levin --- fs/nfsd/nfs4callback.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/nfsd

[PATCH AUTOSEL 5.4 09/24] ASoC: es8316: Simplify adc_pga_gain_tlv table

2021-03-25 Thread Sasha Levin
ccept the table, where as before this change alsa-lib saw the "ADC PGA Gain" control as a control without a dB scale. Signed-off-by: Hans de Goede Link: https://lore.kernel.org/r/20210228160441.241110-1-hdego...@redhat.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- s

[PATCH AUTOSEL 5.4 17/24] scsi: st: Fix a use after free in st_open()

2021-03-25 Thread Sasha Levin
g/r/20210311064636.10522-1-lyl2...@mail.ustc.edu.cn Acked-by: Kai Mäkisara Signed-off-by: Lv Yunlong Signed-off-by: Martin K. Petersen Signed-off-by: Sasha Levin --- drivers/scsi/st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/st.c b/drivers/scsi/st.c in

[PATCH AUTOSEL 5.4 16/24] vhost: Fix vhost_vq_reset()

2021-03-25 Thread Sasha Levin
at.com Signed-off-by: Michael S. Tsirkin Signed-off-by: Sasha Levin --- drivers/vhost/vhost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index 57ab79fbcee9..a279ecacbf60 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/v

[PATCH AUTOSEL 5.4 18/24] scsi: qla2xxx: Fix broken #endif placement

2021-03-25 Thread Sasha Levin
: Alexey Dobriyan Signed-off-by: Martin K. Petersen Signed-off-by: Sasha Levin --- drivers/scsi/qla2xxx/qla_target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/qla2xxx/qla_target.h b/drivers/scsi/qla2xxx/qla_target.h index d006f0a97b8c..2236751a3a56 100644

[PATCH AUTOSEL 5.4 15/24] powerpc: Force inlining of cpu_has_feature() to avoid build failure

2021-03-25 Thread Sasha Levin
Force inlining of mmu_has_feature to fix build failure"), for inlining of cpu_has_feature(). Signed-off-by: Christophe Leroy Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/b231dfa040ce4cc37f702f5c3a595fdeabfe0462.1615378209.git.christophe.le...@csgroup.eu Signed-off-by: S

[PATCH AUTOSEL 5.4 11/24] ASoC: cs42l42: Fix channel width support

2021-03-25 Thread Sasha Levin
...@opensource.cirrus.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/cs42l42.c | 47 ++ sound/soc/codecs/cs42l42.h | 1 - 2 files changed, 22 insertions(+), 26 deletions(-) diff --git a/sound/soc/codecs/cs42l42.c b/sound/soc/codecs/cs42l42.c index

[PATCH AUTOSEL 5.4 13/24] ASoC: cs42l42: Always wait at least 3ms after reset

2021-03-25 Thread Sasha Levin
/20210305173442.195740-6-tanur...@opensource.cirrus.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/cs42l42.c | 3 ++- sound/soc/codecs/cs42l42.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sound/soc/codecs/cs42l42.c b/sound/soc/codecs/cs42l42.c index

[PATCH AUTOSEL 5.4 10/24] ASoC: cs42l42: Fix Bitclock polarity inversion

2021-03-25 Thread Sasha Levin
://lore.kernel.org/r/20210305173442.195740-2-tanur...@opensource.cirrus.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/cs42l42.c | 20 sound/soc/codecs/cs42l42.h | 11 ++- 2 files changed, 14 insertions(+), 17 deletions(-) diff --git a/sound/soc

[PATCH AUTOSEL 5.4 07/24] ASoC: rt5651: Fix dac- and adc- vol-tlv values being off by a factor of 10

2021-03-25 Thread Sasha Levin
or of 10") which made the exact same change to the rt5670 codec driver. Signed-off-by: Hans de Goede Link: https://lore.kernel.org/r/20210226143817.84287-3-hdego...@redhat.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/rt5651.c | 4 ++-- 1 file changed, 2

[PATCH AUTOSEL 5.4 06/24] ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by a factor of 10

2021-03-25 Thread Sasha Levin
or of 10") which made the exact same change to the rt5670 codec driver. Signed-off-by: Hans de Goede Link: https://lore.kernel.org/r/20210226143817.84287-2-hdego...@redhat.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/rt5640.c | 4 ++-- 1 file changed, 2

[PATCH AUTOSEL 5.4 08/24] ASoC: sgtl5000: set DAP_AVC_CTRL register to correct default value on probe

2021-03-25 Thread Sasha Levin
: Benjamin Rood Reviewed-by: Fabio Estevam Link: https://lore.kernel.org/r/20210219183308.GA2117@ubuntu-dev Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/sgtl5000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/sgtl5000.c b/sound/

[PATCH AUTOSEL 5.4 12/24] ASoC: cs42l42: Fix mixer volume control

2021-03-25 Thread Sasha Levin
: Sasha Levin --- sound/soc/codecs/cs42l42.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs/cs42l42.c b/sound/soc/codecs/cs42l42.c index 26ca5acf0136..95930018a1a4 100644 --- a/sound/soc/codecs/cs42l42.c +++ b/sound/soc/codecs/cs42l42.c @@ -401,7 +401,7

[PATCH AUTOSEL 5.4 05/24] iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activate

2021-03-25 Thread Sasha Levin
d5b7e30] c000bbe4 system_call+0x5c/0x70 Exception: c01 (System Call) at 77d208d8 Signed-off-by: Ritesh Harjani [djwong: rework the comment to provide more details] Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig Signed-off-by: S

[PATCH AUTOSEL 5.4 03/24] fs: nfsd: fix kconfig dependency warning for NFSD_V4

2021-03-25 Thread Sasha Levin
use NFSD_V4 selects CRYPTO_MD5 and CRYPTO_SHA256, without depending on or selecting CRYPTO, despite those config options being subordinate to CRYPTO. Signed-off-by: Julian Braha Signed-off-by: Chuck Lever Signed-off-by: Sasha Levin --- fs/nfsd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff

[PATCH AUTOSEL 5.4 04/24] rpc: fix NULL dereference on kmalloc failure

2021-03-25 Thread Sasha Levin
acle.com/T/#t Signed-off-by: Chuck Lever Signed-off-by: Sasha Levin --- net/sunrpc/auth_gss/svcauth_gss.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/net/sunrpc/auth_gss/svcauth_gss.c b/net/sunrpc/auth_gss/svcauth_gss.c index cf4d6d7e7282..d5470c7fe879 100

[PATCH AUTOSEL 5.4 02/24] ext4: fix bh ref count on error paths

2021-03-25 Thread Sasha Levin
odore Ts'o Signed-off-by: Sasha Levin --- fs/ext4/inode.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c index 539d95bd364d..7e3eef597655 100644 --- a/fs/ext4/inode.c +++ b/fs/ext4/inode.c @@ -2076,13 +2076,13 @@

[PATCH AUTOSEL 5.10 39/39] io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG_WAITALL

2021-03-25 Thread Sasha Levin
ow about the implicit truncation to MAX_RW_COUNT, which we don't detect. cc: net...@vger.kernel.org Link: https://lore.kernel.org/r/c4e1a4cc0d905314f4d5dc567e65a7b09621aab3.1615908477.git.me...@samba.org Signed-off-by: Stefan Metzmacher Signed-off-by: Jens Axboe Signed-off-

[PATCH AUTOSEL 5.10 38/39] signal: don't allow STOP on PF_IO_WORKER threads

2021-03-25 Thread Sasha Levin
c W. Biederman" Signed-off-by: Sasha Levin --- kernel/signal.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kernel/signal.c b/kernel/signal.c index 18ed1f853439..1d901a789812 100644 --- a/kernel/signal.c +++ b/kernel/signal.c @@ -288,7 +288,8 @@ bool task_set_jobc

[PATCH AUTOSEL 5.4 01/24] ext4: shrink race window in ext4_should_retry_alloc()

2021-03-25 Thread Sasha Levin
ned-off-by: Eric Whitney Link: https://lore.kernel.org/r/20210218151132.19678-1-enwli...@gmail.com Signed-off-by: Theodore Ts'o Signed-off-by: Sasha Levin --- fs/ext4/balloc.c | 38 ++ fs/ext4/ext4.h | 1 + fs/ext4/super.c | 5 + fs/ext4/sysfs.c

[PATCH AUTOSEL 5.10 37/39] signal: don't allow sending any signals to PF_IO_WORKER threads

2021-03-25 Thread Sasha Levin
reads, but it's really a compatability thing that we need not care about for the IO threads. Reported-by: Stefan Metzmacher Signed-off-by: Jens Axboe Signed-off-by: Sasha Levin --- kernel/signal.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kernel/signal.c b/kernel/signal.c ind

[PATCH AUTOSEL 5.10 36/39] ext4: do not iput inode under running transaction in ext4_rename()

2021-03-25 Thread Sasha Levin
on before final iput(). Signed-off-by: zhangyi (F) Link: https://lore.kernel.org/r/20210303131703.330415-2-yi.zh...@huawei.com Signed-off-by: Theodore Ts'o Signed-off-by: Sasha Levin --- fs/ext4/namei.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git

[PATCH AUTOSEL 5.10 33/39] nvmet-tcp: fix kmap leak when data digest in use

2021-03-25 Thread Sasha Levin
From: Elad Grupi [ Upstream commit bac04454ef9fada009f0572576837548b190bf94 ] When data digest is enabled we should unmap pdu iovec before handling the data digest pdu. Signed-off-by: Elad Grupi Reviewed-by: Sagi Grimberg Signed-off-by: Christoph Hellwig Signed-off-by: Sasha Levin

[PATCH AUTOSEL 5.10 32/39] locking/ww_mutex: Fix acquire/release imbalance in ww_acquire_init()/ww_acquire_fini()

2021-03-25 Thread Sasha Levin
ALLOC. Signed-off-by: Waiman Long Signed-off-by: Ingo Molnar Link: https://lore.kernel.org/r/20210316153119.13802-3-long...@redhat.com Signed-off-by: Sasha Levin --- include/linux/ww_mutex.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/linux/ww_mutex.h b/in

[PATCH AUTOSEL 5.10 34/39] io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() calls

2021-03-25 Thread Sasha Levin
Signed-off-by: Jens Axboe Signed-off-by: Sasha Levin --- fs/io_uring.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/io_uring.c b/fs/io_uring.c index 8f57fd328df6..38a394c6260d 100644 --- a/fs/io_uring.c +++ b/fs/io_uring.c @@ -4410,7 +4410,7 @@ static int io_sendmsg

[PATCH AUTOSEL 5.10 29/39] ASoC: rt711: add snd_soc_component remove callback

2021-03-25 Thread Sasha Levin
Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/rt711.c | 8 1 file changed, 8 insertions(+) diff --git a/sound/soc/codecs/rt711.c b/sound/soc/codecs/rt711.c index a9b1b4180c47..93d86f7558e0 100644 --- a/sound/soc/codecs/rt711.c +++ b/sound/soc/codecs/rt711.c @@ -895,6 +895,13

[PATCH AUTOSEL 5.10 35/39] static_call: Align static_call_is_init() patching condition

2021-03-25 Thread Sasha Levin
: https://lkml.kernel.org/r/20210318113610.636651...@infradead.org Signed-off-by: Sasha Levin --- kernel/static_call.c | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/kernel/static_call.c b/kernel/static_call.c index 84565c2a41b8..781ff0fd031d 100644 --- a/kernel

[PATCH AUTOSEL 5.10 27/39] staging: comedi: cb_pcidas64: fix request_irq() warn

2021-03-25 Thread Sasha Levin
4.4692-1-ztong0...@gmail.com Signed-off-by: Greg Kroah-Hartman Signed-off-by: Sasha Levin --- drivers/staging/comedi/drivers/cb_pcidas64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/cb_pcidas64.c b/drivers/staging/comedi/drivers/cb_p

[PATCH AUTOSEL 5.10 30/39] thermal/core: Add NULL pointer check before using cooling device stats

2021-03-25 Thread Sasha Levin
Signed-off-by: Daniel Lezcano Link: https://lore.kernel.org/r/1607367181-24589-1-git-send-email-man...@codeaurora.org Signed-off-by: Sasha Levin --- drivers/thermal/thermal_sysfs.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/thermal/thermal_sysfs.c b/drivers/thermal

[PATCH AUTOSEL 5.10 31/39] locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling

2021-03-25 Thread Sasha Levin
s://lore.kernel.org/r/20210316153119.13802-2-long...@redhat.com Signed-off-by: Sasha Levin --- kernel/locking/mutex.c | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/kernel/locking/mutex.c b/kernel/locking/mutex.c index 5352ce50a97e..2c25b830203

[PATCH AUTOSEL 5.10 24/39] scsi: st: Fix a use after free in st_open()

2021-03-25 Thread Sasha Levin
g/r/20210311064636.10522-1-lyl2...@mail.ustc.edu.cn Acked-by: Kai Mäkisara Signed-off-by: Lv Yunlong Signed-off-by: Martin K. Petersen Signed-off-by: Sasha Levin --- drivers/scsi/st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/st.c b/drivers/scsi/st.c in

[PATCH AUTOSEL 5.10 28/39] ASoC: rt5659: Update MCLK rate in set_sysclk()

2021-03-25 Thread Sasha Levin
the driver. Suggested-by: Mark Brown Suggested-by: Michael Walle Signed-off-by: Sameer Pujar Link: https://lore.kernel.org/r/1615829492-8972-3-git-send-email-spu...@nvidia.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/rt5659.c | 5 + 1 file changed, 5

[PATCH AUTOSEL 5.10 25/39] scsi: qla2xxx: Fix broken #endif placement

2021-03-25 Thread Sasha Levin
: Alexey Dobriyan Signed-off-by: Martin K. Petersen Signed-off-by: Sasha Levin --- drivers/scsi/qla2xxx/qla_target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/qla2xxx/qla_target.h b/drivers/scsi/qla2xxx/qla_target.h index 1cff7c69d448..1e94586c7eb2 100644

[PATCH AUTOSEL 5.10 23/39] io_uring: fix ->flags races by linked timeouts

2021-03-25 Thread Sasha Levin
executed concurrently. Just remove req_set_fail_links(prev) from io_link_timeout_fn(), io_async_find_and_cancel() and functions down the line take care of setting the fail bit. Signed-off-by: Pavel Begunkov Signed-off-by: Jens Axboe Signed-off-by: Sasha Levin --- fs/io_uring.c | 1 - 1 file changed, 1

[PATCH AUTOSEL 5.10 22/39] vhost: Fix vhost_vq_reset()

2021-03-25 Thread Sasha Levin
at.com Signed-off-by: Michael S. Tsirkin Signed-off-by: Sasha Levin --- drivers/vhost/vhost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c index a262e12c6dc2..5ccb0705beae 100644 --- a/drivers/vhost/vhost.c +++ b/drivers/vhost/v

[PATCH AUTOSEL 5.10 20/39] kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing

2021-03-25 Thread Sasha Levin
-by: Linus Torvalds Signed-off-by: Jens Axboe Signed-off-by: Sasha Levin --- kernel/freezer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/freezer.c b/kernel/freezer.c index dc520f01f99d..1a2d57d1327c 100644 --- a/kernel/freezer.c +++ b/kernel/freezer.c @@ -134,7 +134

[PATCH AUTOSEL 5.10 19/39] NFSD: fix error handling in NFSv4.0 callbacks

2021-03-25 Thread Sasha Levin
-off-by: Olga Kornievskaia Signed-off-by: Chuck Lever Tested-by: Benjamin Coddington Link: https://lore.kernel.org/linux-nfs/fb84e90a-1a03-48b3-8bf7-d9d10ac2c...@oracle.com/T/#t Signed-off-by: Sasha Levin --- fs/nfsd/nfs4callback.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/nfsd

[PATCH AUTOSEL 5.10 17/39] ASoC: cs42l42: Fix mixer volume control

2021-03-25 Thread Sasha Levin
: Sasha Levin --- sound/soc/codecs/cs42l42.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs/cs42l42.c b/sound/soc/codecs/cs42l42.c index 4f9ad9547929..d5078ce79fad 100644 --- a/sound/soc/codecs/cs42l42.c +++ b/sound/soc/codecs/cs42l42.c @@ -401,7 +401,7

[PATCH AUTOSEL 5.10 26/39] staging: comedi: cb_pcidas: fix request_irq() warn

2021-03-25 Thread Sasha Levin
15195914.4801-1-ztong0...@gmail.com Signed-off-by: Greg Kroah-Hartman Signed-off-by: Sasha Levin --- drivers/staging/comedi/drivers/cb_pcidas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/cb_pcidas.c b/drivers/staging/comedi/drivers/cb

[PATCH AUTOSEL 5.10 18/39] ASoC: cs42l42: Always wait at least 3ms after reset

2021-03-25 Thread Sasha Levin
/20210305173442.195740-6-tanur...@opensource.cirrus.com Signed-off-by: Mark Brown Signed-off-by: Sasha Levin --- sound/soc/codecs/cs42l42.c | 3 ++- sound/soc/codecs/cs42l42.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sound/soc/codecs/cs42l42.c b/sound/soc/codecs/cs42l42.c index

<    3   4   5   6   7   8   9   10   11   12   >