Message ID | 20241017063125.3080347-1-ruanjinjie@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | drm/tests: Fix some memory leaks | expand |
Hi, On Thu, Oct 17, 2024 at 02:31:21PM GMT, Jinjie Ruan wrote: > Fix some memory leaks in drm tests. > > Changes in v3: > - Adjust drm/drm_edid.h header to drm_kunit_helpers.c. > - Drop the "helper" in the helper name. > - s/fllowing/following/ > - Add Acked-by. This creates build failures since drm_display_mode were const before, and can't anymore. Maxime
On 2024/10/18 15:55, Maxime Ripard wrote: > Hi, > > On Thu, Oct 17, 2024 at 02:31:21PM GMT, Jinjie Ruan wrote: >> Fix some memory leaks in drm tests. >> >> Changes in v3: >> - Adjust drm/drm_edid.h header to drm_kunit_helpers.c. >> - Drop the "helper" in the helper name. >> - s/fllowing/following/ >> - Add Acked-by. > > This creates build failures since drm_display_mode were const before, > and can't anymore. Let me fix it, thank you! > > Maxime
On 2024/10/18 15:55, Maxime Ripard wrote: > Hi, > > On Thu, Oct 17, 2024 at 02:31:21PM GMT, Jinjie Ruan wrote: >> Fix some memory leaks in drm tests. >> >> Changes in v3: >> - Adjust drm/drm_edid.h header to drm_kunit_helpers.c. >> - Drop the "helper" in the helper name. >> - s/fllowing/following/ >> - Add Acked-by. > > This creates build failures since drm_display_mode were const before, > and can't anymore. It seems it came from bellowing v1, and this v3 has not reported the issue yet. https://lore.kernel.org/all/202410180830.oitxTsOv-lkp@intel.com/ > > Maxime
On 2024/10/18 16:12, Jinjie Ruan wrote: > > > On 2024/10/18 15:55, Maxime Ripard wrote: >> Hi, >> >> On Thu, Oct 17, 2024 at 02:31:21PM GMT, Jinjie Ruan wrote: >>> Fix some memory leaks in drm tests. >>> >>> Changes in v3: >>> - Adjust drm/drm_edid.h header to drm_kunit_helpers.c. >>> - Drop the "helper" in the helper name. >>> - s/fllowing/following/ >>> - Add Acked-by. >> >> This creates build failures since drm_display_mode were const before, >> and can't anymore. > > It seems it came from bellowing v1, and this v3 has not reported the > issue yet. > > https://lore.kernel.org/all/202410180830.oitxTsOv-lkp@intel.com/ Hi, Maxime, Should this series send again? The issue seems not related to this version. > >> >> Maxime > >
On Wed, Oct 23, 2024 at 09:35:59AM +0800, Jinjie Ruan wrote: > > > On 2024/10/18 16:12, Jinjie Ruan wrote: > > > > > > On 2024/10/18 15:55, Maxime Ripard wrote: > >> Hi, > >> > >> On Thu, Oct 17, 2024 at 02:31:21PM GMT, Jinjie Ruan wrote: > >>> Fix some memory leaks in drm tests. > >>> > >>> Changes in v3: > >>> - Adjust drm/drm_edid.h header to drm_kunit_helpers.c. > >>> - Drop the "helper" in the helper name. > >>> - s/fllowing/following/ > >>> - Add Acked-by. > >> > >> This creates build failures since drm_display_mode were const before, > >> and can't anymore. > > > > It seems it came from bellowing v1, and this v3 has not reported the > > issue yet. > > > > https://lore.kernel.org/all/202410180830.oitxTsOv-lkp@intel.com/ > > Hi, Maxime, > > Should this series send again? The issue seems not related to this version. As far as I know, the issues reported still apply there, so yes Maxime
On 2024/10/25 22:33, Maxime Ripard wrote: > On Wed, Oct 23, 2024 at 09:35:59AM +0800, Jinjie Ruan wrote: >> >> >> On 2024/10/18 16:12, Jinjie Ruan wrote: >>> >>> >>> On 2024/10/18 15:55, Maxime Ripard wrote: >>>> Hi, >>>> >>>> On Thu, Oct 17, 2024 at 02:31:21PM GMT, Jinjie Ruan wrote: >>>>> Fix some memory leaks in drm tests. >>>>> >>>>> Changes in v3: >>>>> - Adjust drm/drm_edid.h header to drm_kunit_helpers.c. >>>>> - Drop the "helper" in the helper name. >>>>> - s/fllowing/following/ >>>>> - Add Acked-by. >>>> >>>> This creates build failures since drm_display_mode were const before, >>>> and can't anymore. >>> >>> It seems it came from bellowing v1, and this v3 has not reported the >>> issue yet. >>> >>> https://lore.kernel.org/all/202410180830.oitxTsOv-lkp@intel.com/ >> >> Hi, Maxime, >> >> Should this series send again? The issue seems not related to this version. > > As far as I know, the issues reported still apply there, so yes Hi, Maxime, I make this version code with "C=2", there is no these build failures. > > Maxime
On Sat, Oct 26, 2024 at 10:02:51AM +0800, Jinjie Ruan wrote: > > > On 2024/10/25 22:33, Maxime Ripard wrote: > > On Wed, Oct 23, 2024 at 09:35:59AM +0800, Jinjie Ruan wrote: > >> > >> > >> On 2024/10/18 16:12, Jinjie Ruan wrote: > >>> > >>> > >>> On 2024/10/18 15:55, Maxime Ripard wrote: > >>>> Hi, > >>>> > >>>> On Thu, Oct 17, 2024 at 02:31:21PM GMT, Jinjie Ruan wrote: > >>>>> Fix some memory leaks in drm tests. > >>>>> > >>>>> Changes in v3: > >>>>> - Adjust drm/drm_edid.h header to drm_kunit_helpers.c. > >>>>> - Drop the "helper" in the helper name. > >>>>> - s/fllowing/following/ > >>>>> - Add Acked-by. > >>>> > >>>> This creates build failures since drm_display_mode were const before, > >>>> and can't anymore. > >>> > >>> It seems it came from bellowing v1, and this v3 has not reported the > >>> issue yet. > >>> > >>> https://lore.kernel.org/all/202410180830.oitxTsOv-lkp@intel.com/ > >> > >> Hi, Maxime, > >> > >> Should this series send again? The issue seems not related to this version. > > > > As far as I know, the issues reported still apply there, so yes > > I make this version code with "C=2", there is no these build failures. Sorry, you're right. I still have a comment on the first patch Maxime