Path: csiph.com!news.mixmin.net!aioe.org!news.servidellagleba.it!bofh.it!news.nic.it!robomod From: Kees Cook Newsgroups: linux.kernel Subject: [GIT PULL] gcc-plugin updates for v4.12-rc4 Date: Thu, 01 Jun 2017 22:30:02 +0200 Message-ID: Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:mime-version:content-disposition; bh=s5Q/DCm4lKxeoclZWAaPgCQp5sauqDxIRPRX2cuEXSE=; b=NlThr7JIMLJbAxcdG+x27kPN1ZkbD0xVmXfHB0XaP/KO3ixjtC1knPs+1+hU/lzAlQ VBIN0MFqH97QtmW4AciT8IFPSO0Reyr2ypYutmKmIAFSbwJ8qhJODmERZz3tvyscYjLw f5CerJ++yaoA72IVcjEpMTh7bvTKRikwYdKO0= X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition; bh=s5Q/DCm4lKxeoclZWAaPgCQp5sauqDxIRPRX2cuEXSE=; b=U5GtNWlBvjU7fsKhTvo59p0ZXmDZobMagUeM3rbz8sGy82eGDtmWKvPekwvkC9u1k1 xCTyd9n+Az6PPAdeeND95Lvxeb4k3TEUee2lyHjHslJSOGlmFdUDpTdy+LOnzos7/Qew YsyhlQaIaK8Wk0Qw+Kk6qmZEfBVcKpzI27fkeLn6QhGWhTSfWGL5DEFH4KtUgYDFflRh zLtPAaa0AkSsv2z6Ns6V/HzTWI7nMBd4rSYY48DJLwM8+2ckgtokCx9LHecpT4I5xi0T NpxF+k53EySMR6lInIoEf2QS7CFFMDL43cJlaTVpJ9yG/CHXkDIAKC6B4GOMhtO2smzf 3rvw== X-Gm-Message-State: AODbwcBa9sgpFgSNdAdNfKR/s+36nWr8jqPbUwFRouWo3wPex2a/wJvp jZr80n+qHsYu2JbU X-Received: by 10.84.194.34 with SMTP id g31mr60307851pld.89.1496348734760; Thu, 01 Jun 2017 13:25:34 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: robomod@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robomod@news.nic.it Lines: 53 Organization: linux.* mail to news gateway X-Original-Cc: linux-kernel@vger.kernel.org, Christoph Hellwig , Trond Myklebust X-Original-Date: Thu, 1 Jun 2017 13:25:33 -0700 X-Original-Message-ID: <20170601202533.GA124695@beast> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: csiph.com linux.kernel:1655733 Hi, Christoph Hellwig recommended that I send these fixes now, rather than waiting for the v4.13 merge window. These are all initializer and cast fixes needed for the future randstruct plugin that haven't been picked up by the respective maintainers. If this is agreeable, please pull these gcc-plugins updates for v4.12-rc4. Thanks! -Kees The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d: Linux 4.12-rc2 (2017-05-21 19:30:23 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/gcc-plugins-v4.12-rc4 for you to fetch changes up to 243dd05d39aa14fac2ffde75cc66dee3270896f8: mtk-vcodec: Use designated initializers (2017-05-28 10:23:02 -0700) ---------------------------------------------------------------- Use designated initializers for mtk-vcodec, powerplay, amdgpu, and sgi-xp. Use ERR_CAST() to avoid cross-structure cast in ocf2, ntfs, and NFS. ---------------------------------------------------------------- Kees Cook (7): NFS: Use ERR_CAST() to avoid cross-structure cast ntfs: Use ERR_CAST() to avoid cross-structure cast ocfs2: Use ERR_CAST() to avoid cross-structure cast sgi-xp: Use designated initializers drm/amdgpu: Use designated initializers drm/amd/powerplay: Use designated initializers mtk-vcodec: Use designated initializers drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c | 10 +++--- .../gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c | 20 ++++++------ .../media/platform/mtk-vcodec/vdec/vdec_h264_if.c | 8 ++--- .../media/platform/mtk-vcodec/vdec/vdec_vp8_if.c | 8 ++--- .../media/platform/mtk-vcodec/vdec/vdec_vp9_if.c | 8 ++--- drivers/misc/sgi-xp/xp.h | 12 +++++++- drivers/misc/sgi-xp/xp_main.c | 36 +++++----------------- fs/nfs/namespace.c | 2 +- fs/ntfs/namei.c | 2 +- fs/ocfs2/export.c | 2 +- 10 files changed, 48 insertions(+), 60 deletions(-) -- Kees Cook Pixel Security