From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D7447C2D0EA for ; Thu, 9 Apr 2020 09:13:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A4BC920CC7 for ; Thu, 9 Apr 2020 09:13:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586423609; bh=aKSM79BkmxP5Uhkn0jXZmlAGRE85asa04JTnqLZ24V4=; h=Date:From:To:Cc:Subject:List-ID:From; b=UVWyM/YUOQuYtCPnTzElbSyt+5CJGu09gES6So14A2kAeUj2wO/13UAtE3y0ULM2k 2DxwUfZE5pmYSIp6t6t7MQ1XRlk+/d82SfFLymjtc/RbfXCnN3o0slPs9JW9/jT713 acYvKxBLlkmMdbIoZjJXZGzMYqP/zPQemqrdBo7g= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726627AbgDIJN1 (ORCPT ); Thu, 9 Apr 2020 05:13:27 -0400 Received: from mail.kernel.org ([198.145.29.99]:39834 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725783AbgDIJN1 (ORCPT ); Thu, 9 Apr 2020 05:13:27 -0400 Received: from linux-8ccs (p3EE2C7AC.dip0.t-ipconnect.de [62.226.199.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id AEB1A20A8B; Thu, 9 Apr 2020 09:13:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586423607; bh=aKSM79BkmxP5Uhkn0jXZmlAGRE85asa04JTnqLZ24V4=; h=Date:From:To:Cc:Subject:From; b=XMFAzdOjxs+WiA+TYbEFQU7Y4Peb0unmh8Uost7iKEpwIQzhqTh9NZb5DQedX1nuL GlnK3DjCCw+WCEtK1qstSarl6rDqf8qS88wSJa2zq9se7wtYB2yIZOyQ5HqyjBLFtj G1/qVuWN72/kKO0vDQEZQsMq5Z3G50/72qL+/kKE= Date: Thu, 9 Apr 2020 11:13:23 +0200 From: Jessica Yu To: Linus Torvalds Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] Modules updates for v5.7 Message-ID: <20200409091323.GC26619@linux-8ccs> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline X-OS: Linux linux-8ccs 4.12.14-lp150.12.61-default x86_64 User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull below to receive modules updates for the 5.7 merge window. Only a small cleanup this time around. Thanks, Jessica --- The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux.git tags/modules-for-v5.7 for you to fetch changes up to 0f74226649fb2875a91b68f3750f55220aa73425: kernel: module: Replace zero-length array with flexible-array member (2020-02-17 21:40:55 +0100) ---------------------------------------------------------------- Modules updates for v5.7 Summary of modules changes for the 5.7 merge window: - Trivial zero-length array to flexible-array cleanup Signed-off-by: Jessica Yu ---------------------------------------------------------------- Gustavo A. R. Silva (1): kernel: module: Replace zero-length array with flexible-array member kernel/module.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)