lists.linaro.org
Sign In
Sign Up
Sign In
Sign Up
Manage this list
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2025
January
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
January
2020
December
November
October
September
August
July
June
May
April
March
February
January
2019
December
November
October
September
August
July
June
May
April
March
February
January
2018
December
November
October
September
August
July
June
May
April
March
February
January
2017
December
November
List overview
Download
Linux-stable-mirror
November 2018
----- 2025 -----
January 2025
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
----- 2020 -----
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
----- 2019 -----
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
----- 2018 -----
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
----- 2017 -----
December 2017
November 2017
linux-stable-mirror@lists.linaro.org
368 participants
1172 discussions
Start a n
N
ew thread
Re: [alsa-devel] [PATCH 2/2] ALSA: sparc: Fix invalid snd_free_pages() at error path
by Takashi Sakamoto
On Fri, Nov 23, 2018 at 06:19:56PM +0100, Takashi Iwai wrote: > Some spurious calls of snd_free_pages() have been overlooked and > remain in the error paths of sparc cs4231 driver code. Since > runtime->dma_area is managed by the PCM core helper, we shouldn't > release manually. > > Drop the superfluous calls. > > Cc: <stable(a)vger.kernel.org> > Signed-off-by: Takashi Iwai <tiwai(a)suse.de> > --- > sound/sparc/cs4231.c | 8 ++------ > 1 file changed, 2 insertions(+), 6 deletions(-) > > diff --git a/sound/sparc/cs4231.c b/sound/sparc/cs4231.c > index e73c962590eb..079063d8038d 100644 > --- a/sound/sparc/cs4231.c > +++ b/sound/sparc/cs4231.c > @@ -1146,10 +1146,8 @@ static int snd_cs4231_playback_open(struct snd_pcm_substream *substream) > runtime->hw = snd_cs4231_playback; > > err = snd_cs4231_open(chip, CS4231_MODE_PLAY); > - if (err < 0) { > - snd_free_pages(runtime->dma_area, runtime->dma_bytes); > + if (err < 0) > return err; > - } > chip->playback_substream = substream; > chip->p_periods_sent = 0; > snd_pcm_set_sync(substream); > @@ -1167,10 +1165,8 @@ static int snd_cs4231_capture_open(struct snd_pcm_substream *substream) > runtime->hw = snd_cs4231_capture; > > err = snd_cs4231_open(chip, CS4231_MODE_RECORD); > - if (err < 0) { > - snd_free_pages(runtime->dma_area, runtime->dma_bytes); > + if (err < 0) > return err; > - } > chip->capture_substream = substream; > chip->c_periods_sent = 0; > snd_pcm_set_sync(substream); > -- > 2.19.1 Reviewed-by: Takashi Sakamoto <o-takashi(a)sakamocchi.jp> Regards Takashi Sakamoto > _______________________________________________ > Alsa-devel mailing list > Alsa-devel(a)alsa-project.org >
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
6 years, 1 month
1
0
0
0
stable/linux-4.9.y build: 193 builds: 4 failed, 189 passed (v4.9.140)
by kernelci.org bot
stable/linux-4.9.y build: 193 builds: 4 failed, 189 passed (v4.9.140) Full Build Summary:
https://kernelci.org/build/stable/branch/linux-4.9.y/kernel/v4.9.140/
Tree: stable Branch: linux-4.9.y Git Describe: v4.9.140 Git Commit: e186413178a3d6a4d5c92ef5bced2e0b589a4649 Git URL:
http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
Built: 5 unique architectures Build Failures Detected: arc: gcc version 7.1.1 20170710 (ARCv2 ISA Linux uClibc toolchain 2017.09) allnoconfig: FAIL tinyconfig: FAIL zebu_hs_defconfig: FAIL zebu_hs_smp_defconfig: FAIL --- For more info write to <info(a)kernelci.org>
6 years, 1 month
1
0
0
0
stable-rc/linux-4.9.y build: 117 builds: 4 failed, 113 passed (v4.9.140)
by kernelci.org bot
stable-rc/linux-4.9.y build: 117 builds: 4 failed, 113 passed (v4.9.140) Full Build Summary:
https://kernelci.org/build/stable-rc/branch/linux-4.9.y/kernel/v4.9.140/
Tree: stable-rc Branch: linux-4.9.y Git Describe: v4.9.140 Git Commit: e186413178a3d6a4d5c92ef5bced2e0b589a4649 Git URL:
http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
Built: 3 unique architectures Build Failures Detected: arc: gcc version 7.1.1 20170710 (ARCv2 ISA Linux uClibc toolchain 2017.09) allnoconfig: FAIL tinyconfig: FAIL zebu_hs_defconfig: FAIL zebu_hs_smp_defconfig: FAIL --- For more info write to <info(a)kernelci.org>
6 years, 1 month
1
0
0
0
v4.19.4 build: 0 failures 4 warnings (v4.19.4)
by Build bot for Mark Brown
Tree/Branch: v4.19.4 Git describe: v4.19.4 Commit: 98a661ea85 Linux 4.19.4 Build Time: 124 min 20 sec Passed: 11 / 11 (100.00 %) Failed: 0 / 11 ( 0.00 %) Errors: 0 Warnings: 4 Section Mismatches: 0 ------------------------------------------------------------------------------- defconfigs with issues (other than build errors): 1 warnings 0 mismatches : x86_64-allmodconfig 1 warnings 0 mismatches : arm64-allmodconfig 1 warnings 0 mismatches : arm-allmodconfig 1 warnings 0 mismatches : arm-multi_v5_defconfig 1 warnings 0 mismatches : x86_64-defconfig ------------------------------------------------------------------------------- Warnings Summary: 4 2 ../drivers/gpu/drm/i915/i915_gem_gtt.c:1771:41: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] 1 ../drivers/staging/erofs/unzip_vle.c:186:29: warning: array subscript is above array bounds [-Warray-bounds] 1 ../drivers/isdn/hardware/eicon/message.c:5985:1: warning: the frame size of 2064 bytes is larger than 2048 bytes [-Wframe-larger-than=] 1 ../drivers/i2c/busses/i2c-aspeed.c:567:1: warning: label 'out' defined but not used [-Wunused-label] =============================================================================== Detailed per-defconfig build reports below: ------------------------------------------------------------------------------- x86_64-allmodconfig : PASS, 0 errors, 1 warnings, 0 section mismatches Warnings: ../drivers/gpu/drm/i915/i915_gem_gtt.c:1771:41: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] ------------------------------------------------------------------------------- arm64-allmodconfig : PASS, 0 errors, 1 warnings, 0 section mismatches Warnings: ../drivers/isdn/hardware/eicon/message.c:5985:1: warning: the frame size of 2064 bytes is larger than 2048 bytes [-Wframe-larger-than=] ------------------------------------------------------------------------------- arm-allmodconfig : PASS, 0 errors, 1 warnings, 0 section mismatches Warnings: ../drivers/staging/erofs/unzip_vle.c:186:29: warning: array subscript is above array bounds [-Warray-bounds] ------------------------------------------------------------------------------- arm-multi_v5_defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches Warnings: ../drivers/i2c/busses/i2c-aspeed.c:567:1: warning: label 'out' defined but not used [-Wunused-label] ------------------------------------------------------------------------------- x86_64-defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches Warnings: ../drivers/gpu/drm/i915/i915_gem_gtt.c:1771:41: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] ------------------------------------------------------------------------------- Passed with no errors, warnings or mismatches: arm64-allnoconfig arm-multi_v7_defconfig arm-allnoconfig x86_64-allnoconfig arm-multi_v4t_defconfig arm64-defconfig
6 years, 1 month
1
0
0
0
[PATCH] test_kmod: fix rmmod double free
by Luis Chamberlain
We double free the misc device string twice on rmmod, fix this. Without this we cannot remove the module without crashing. Cc: <stable(a)vger.kernel.org> # for v4.12 and up Reported-by: Randy Dunlap <rdunlap(a)infradead.org> Signed-off-by: Luis Chamberlain <mcgrof(a)kernel.org> --- lib/test_kmod.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/test_kmod.c b/lib/test_kmod.c index e3ddd836491f..d82d022111e0 100644 --- a/lib/test_kmod.c +++ b/lib/test_kmod.c @@ -1214,7 +1214,6 @@ void unregister_test_dev_kmod(struct kmod_test_device *test_dev) dev_info(test_dev->dev, "removing interface\n"); misc_deregister(&test_dev->misc_dev); - kfree(&test_dev->misc_dev.name); mutex_unlock(&test_dev->config_mutex); mutex_unlock(&test_dev->trigger_mutex); -- 2.19.1
6 years, 1 month
1
0
0
0
stable/linux-4.14.y build: 197 builds: 2 failed, 195 passed (v4.14.83)
by kernelci.org bot
stable/linux-4.14.y build: 197 builds: 2 failed, 195 passed (v4.14.83) Full Build Summary:
https://kernelci.org/build/stable/branch/linux-4.14.y/kernel/v4.14.83/
Tree: stable Branch: linux-4.14.y Git Describe: v4.14.83 Git Commit: 1d4bd2e4e1d26c5384d52ca4a1953cb0cfc934f1 Git URL:
http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
Built: 5 unique architectures Build Failures Detected: arc: gcc version 7.1.1 20170710 (ARCv2 ISA Linux uClibc toolchain 2017.09) allnoconfig: FAIL tinyconfig: FAIL --- For more info write to <info(a)kernelci.org>
6 years, 1 month
1
0
0
0
stable-rc/linux-4.14.y build: 197 builds: 2 failed, 195 passed (v4.14.83)
by kernelci.org bot
stable-rc/linux-4.14.y build: 197 builds: 2 failed, 195 passed (v4.14.83) Full Build Summary:
https://kernelci.org/build/stable-rc/branch/linux-4.14.y/kernel/v4.14.83/
Tree: stable-rc Branch: linux-4.14.y Git Describe: v4.14.83 Git Commit: 1d4bd2e4e1d26c5384d52ca4a1953cb0cfc934f1 Git URL:
http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
Built: 5 unique architectures Build Failures Detected: arc: gcc version 7.1.1 20170710 (ARCv2 ISA Linux uClibc toolchain 2017.09) allnoconfig: FAIL tinyconfig: FAIL --- For more info write to <info(a)kernelci.org>
6 years, 1 month
1
0
0
0
stable-rc/linux-4.19.y build: 202 builds: 2 failed, 200 passed (v4.19.4)
by kernelci.org bot
stable-rc/linux-4.19.y build: 202 builds: 2 failed, 200 passed (v4.19.4) Full Build Summary:
https://kernelci.org/build/stable-rc/branch/linux-4.19.y/kernel/v4.19.4/
Tree: stable-rc Branch: linux-4.19.y Git Describe: v4.19.4 Git Commit: 98a661ea85a8b46aa3e4bff1d900e289011e2d2a Git URL:
http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
Built: 6 unique architectures Build Failures Detected: arc: gcc version 7.1.1 20170710 (ARCv2 ISA Linux uClibc toolchain 2017.09) allnoconfig: FAIL tinyconfig: FAIL --- For more info write to <info(a)kernelci.org>
6 years, 1 month
1
0
0
0
stable/linux-4.9.y build: 193 builds: 4 failed, 189 passed (v4.9.139)
by kernelci.org bot
stable/linux-4.9.y build: 193 builds: 4 failed, 189 passed (v4.9.139) Full Build Summary:
https://kernelci.org/build/stable/branch/linux-4.9.y/kernel/v4.9.139/
Tree: stable Branch: linux-4.9.y Git Describe: v4.9.139 Git Commit: 44caf8b34625267f5b7227391551a4064e5fa0f7 Git URL:
http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
Built: 5 unique architectures Build Failures Detected: arc: gcc version 7.1.1 20170710 (ARCv2 ISA Linux uClibc toolchain 2017.09) allnoconfig: FAIL tinyconfig: FAIL zebu_hs_defconfig: FAIL zebu_hs_smp_defconfig: FAIL --- For more info write to <info(a)kernelci.org>
6 years, 1 month
1
0
0
0
stable-rc/linux-4.9.y build: 193 builds: 4 failed, 189 passed (v4.9.139)
by kernelci.org bot
stable-rc/linux-4.9.y build: 193 builds: 4 failed, 189 passed (v4.9.139) Full Build Summary:
https://kernelci.org/build/stable-rc/branch/linux-4.9.y/kernel/v4.9.139/
Tree: stable-rc Branch: linux-4.9.y Git Describe: v4.9.139 Git Commit: 44caf8b34625267f5b7227391551a4064e5fa0f7 Git URL:
http://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git
Built: 5 unique architectures Build Failures Detected: arc: gcc version 7.1.1 20170710 (ARCv2 ISA Linux uClibc toolchain 2017.09) allnoconfig: FAIL tinyconfig: FAIL zebu_hs_defconfig: FAIL zebu_hs_smp_defconfig: FAIL --- For more info write to <info(a)kernelci.org>
6 years, 1 month
1
0
0
0
← Newer
1
...
33
34
35
36
37
38
39
...
118
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
Results per page:
10
25
50
100
200