From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1h6E24-0007uH-89 for mharc-grub-devel@gnu.org; Tue, 19 Mar 2019 08:39:52 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41239) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h6E1y-0007rq-LW for grub-devel@gnu.org; Tue, 19 Mar 2019 08:39:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h6E1y-0007Jy-0p for grub-devel@gnu.org; Tue, 19 Mar 2019 08:39:46 -0400 Received: from aserp2130.oracle.com ([141.146.126.79]:32778) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h6E1x-0007Hv-Ha for grub-devel@gnu.org; Tue, 19 Mar 2019 08:39:45 -0400 Received: from pps.filterd (aserp2130.oracle.com [127.0.0.1]) by aserp2130.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x2JCY76m156046; Tue, 19 Mar 2019 12:39:43 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : cc : subject : date : message-id : in-reply-to : references; s=corp-2018-07-02; bh=wHylEBq87L4OKbO3YbctdbLACsvFDyBcnzLgff5JNlI=; b=xTcdyGi5MkmC/jSZVo4UQ+hw+rb7bFhzEsuWdy3+n1+irvnKo31XbUF/uZVmMrfTbDoe 7xs22KDl+DBpiv0NCEyINFZWWkWLwQBbepjDLpjA9UJbjVPoilmhlldOUp0fxjyNGkWC N71vSZ2XiBdIoBjEcZJV3KItB5rUKkfLuYAQd1hEDuGdU/rnklRx0fF6SZAbn1tahs9Z SlwxdmxNL0spPyL6Lv+bwoQd965j3cU368el1g3pk68/chwADlyvnFOTmBJk7xypHbbB YYENRY5zLRuGhfo4Q56Fe/EcJWZ7Xhct1PLIqeNUGYWAy3jaV5ON42Qc39cdkvYzHQFw 2g== Received: from aserv0022.oracle.com (aserv0022.oracle.com [141.146.126.234]) by aserp2130.oracle.com with ESMTP id 2r8pnemjbc-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 19 Mar 2019 12:39:43 +0000 Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by aserv0022.oracle.com (8.14.4/8.14.4) with ESMTP id x2JCdgL4007417 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 19 Mar 2019 12:39:42 GMT Received: from abhmp0009.oracle.com (abhmp0009.oracle.com [141.146.116.15]) by aserv0121.oracle.com (8.14.4/8.13.8) with ESMTP id x2JCdgPr032639; Tue, 19 Mar 2019 12:39:42 GMT Received: from tomti.i.net-space.pl (/10.175.211.126) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 19 Mar 2019 05:39:42 -0700 From: Daniel Kiper To: grub-devel@gnu.org Cc: alexander.burmashev@oracle.com, eric.snowberg@oracle.com, leif.lindholm@linaro.org, phcoder@gmail.com, ross.philipson@oracle.com Subject: [PATCH 3/5] verifiers: MIPS fallout cleanup Date: Tue, 19 Mar 2019 13:39:16 +0100 Message-Id: <20190319123918.19267-4-daniel.kiper@oracle.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20190319123918.19267-1-daniel.kiper@oracle.com> References: <20190319123918.19267-1-daniel.kiper@oracle.com> X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=9199 signatures=668685 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=1 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1903190093 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 141.146.126.79 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Mar 2019 12:39:47 -0000 MIPS fallout cleanup after commit 4d4a8c96e (verifiers: Add possibility to verify kernel and modules command lines). Signed-off-by: Daniel Kiper --- grub-core/loader/mips/linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grub-core/loader/mips/linux.c b/grub-core/loader/mips/linux.c index e256c440f..7b723bf18 100644 --- a/grub-core/loader/mips/linux.c +++ b/grub-core/loader/mips/linux.c @@ -314,7 +314,7 @@ grub_cmd_linux (grub_command_t cmd __attribute__ ((unused)), grub_memcpy (params, LINUX_IMAGE, sizeof (LINUX_IMAGE)); grub_create_loader_cmdline (argc, argv, params + sizeof (LINUX_IMAGE) - 1, - size); + size, GRUB_VERIFY_KERNEL_CMDLINE); #else linux_argv = extra; argv_off = (grub_uint8_t *) linux_argv - (grub_uint8_t *) playground; -- 2.11.0