Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752400AbbGXLFt (ORCPT ); Fri, 24 Jul 2015 07:05:49 -0400 Received: from mailout1.samsung.com ([203.254.224.24]:34703 "EHLO mailout1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750734AbbGXLFp (ORCPT ); Fri, 24 Jul 2015 07:05:45 -0400 X-AuditID: cbfee61a-f79516d000006302-d2-55b21bf4551e From: Bartlomiej Zolnierkiewicz To: Krzysztof Kozlowski Cc: Kukjin Kim , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] Non-critical fixes for v4.3 Date: Fri, 24 Jul 2015 13:04:58 +0200 Message-id: <359442387.iGIak59Qte@amdc1976> User-Agent: KMail/4.13.3 (Linux/3.13.0-57-generic; KDE/4.13.3; x86_64; ; ) In-reply-to: <1437719695-22340-1-git-send-email-k.kozlowski@samsung.com> References: <1437719695-22340-1-git-send-email-k.kozlowski@samsung.com> MIME-version: 1.0 Content-transfer-encoding: 7Bit Content-type: text/plain; charset=us-ascii X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFjrNLMWRmVeSWpSXmKPExsVy+t9jAd0v0ptCDV7eMbV4/cLQov/xa2aL TY+vsVpc3jWHzWLG+X1MDqwem1Z1snlsXlLv0bdlFaPH501yASxRXDYpqTmZZalF+nYJXBlH L69jL2jgr3i37hRzA+MMni5GTg4JAROJ3Q3P2SBsMYkL99aD2UICixglzu8v6GLkArK/Mkps m/idHSTBJmAlMbF9FSOILSJgKHFw93YmkCJmgS5GiZPzl4J1CwsYSxzpXsMCYrMIqEo0bPrK CmLzCmhLfDo4EaxGVMBL4vuvBmYQm1PAQ+LAokaoze4SS6ZOYISoF5T4Mfke2BxmAXmJffun skLYWhLrdx5nmsAoMAtJ2SwkZbOQlC1gZF7FKJpakFxQnJSea6hXnJhbXJqXrpecn7uJERzE z6R2MK5ssDjEKMDBqMTDe2DSxlAh1sSy4srcQ4wSHMxKIrwMx4BCvCmJlVWpRfnxRaU5qcWH GKU5WJTEeU/m+4QKCaQnlqRmp6YWpBbBZJk4OKUaGAts2lzXf1lg23RBwbLBUOSrxN+rj17f YU1q3lmTOt/KmOPARd6/ld8VjzAc1f7Wmzi9/7PDWp/WioOsjxfFreC19Pc1KpC4nNh4f+2e 1QlnMz/JPPov0rx1yTfd/9uMLE5tK3HZPJ1nCl96iOaid/sXve/m9FtsXncyePKeCeVODvL7 zFT3qyuxFGckGmoxFxUnAgB7QQMjXgIAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2109 Lines: 63 Hi, On Friday, July 24, 2015 03:34:55 PM Krzysztof Kozlowski wrote: > Dear Kukjin, > > Previously you did not picked up the fix for cpufreq memory leak. > I am sending it again with respective acks from LKML. Also another > minor improvement in the set. > > Best regards, > Krzysztof > > > The following changes since commit 1c4c7159ed2468f3ac4ce5a7f08d79663d381a93: > > Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (2015-07-05 16:24:54 -0700) > > are available in the git repository at: > > > https://github.com/krzk/linux.git tags/samsung-fixes-non-critical-v4.3-2 > > for you to fetch changes up to 434213f727c12fab8657c8db3d23da4b0463365d: > > video: fbdev: s3c-fb: Constify platform_device_id (2015-07-24 15:17:32 +0900) > > ---------------------------------------------------------------- > Improvements for Exynos boards: > 1. Fix memory leak in cpufreq error path. > 2. Constify platform_device_id in video/fbdev/s3c-fb. > > ---------------------------------------------------------------- > Krzysztof Kozlowski (1): > video: fbdev: s3c-fb: Constify platform_device_id > > Shailendra Verma (1): > cpufreq: exynos: Fix for memory leak in case SOC name does not match I would suggest merging this fix in v4.2 not v4.3: - it is obvious and touches only error paths - (hopefully) in v4.3 the exynos-cpufreq driver will be completely replaced by using cpufreq-dt for Exynos platforms (thus there will be no benefits of having this fix in v4.3 but there will be potential risk of merge conflicts due to exynos-cpufreq driver removal) > drivers/cpufreq/exynos-cpufreq.c | 6 ++++-- > drivers/video/fbdev/s3c-fb.c | 2 +- > 2 files changed, 5 insertions(+), 3 deletions(-) Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/