From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 177A9457A1; Mon, 12 Aug 2024 17:04:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DE32F402BB; Mon, 12 Aug 2024 17:04:33 +0200 (CEST) Received: from mail-qv1-f100.google.com (mail-qv1-f100.google.com [209.85.219.100]) by mails.dpdk.org (Postfix) with ESMTP id 6262A4014F for ; Mon, 12 Aug 2024 17:04:32 +0200 (CEST) Received: by mail-qv1-f100.google.com with SMTP id 6a1803df08f44-6b7b28442f9so51602536d6.3 for ; Mon, 12 Aug 2024 08:04:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1723475071; x=1724079871; darn=dpdk.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=Os3m2XFD8ssh+hKj2s6o+nDODcSNeW77kPGkwoyfZVo=; b=dM4pwOcEQ52CDNHSsF96O0ja51lG22kCxOFdSsdxD77odb00a5sT1RelbvxdAGN/9x 74/l24P1sP5rtPTW0RCXBewQ0IisKHLphR3EnDo2aTX/20x9W4Uo8xeID31trqqNDCGO DFZ8g52nP28Y4yAYgsmyiiNWpwJP2ps/tGAYo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1723475071; x=1724079871; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=Os3m2XFD8ssh+hKj2s6o+nDODcSNeW77kPGkwoyfZVo=; b=FkM8NWNq+PF5N+yMxpO2hxz8yW2zgZFR2F7Lfekx7vNhN+JJhN1nn/hMp/CrVut0rg KDTHP/WDd3u9oC8CaRwm/0PS2XI77VxeK8T3D5riGlSW/Zz/0DeXtPI3jRJVpqLK+0bG RzxZ3H97/nS43ytUwsYbWGOzppYqEfKxyRd4DjCHcg+bub57gs3+YBKchIlTUaG7nxf2 pXug17a2zDV9+dH1Im/8CKF3jPe9SEO+XynS61k9HM7ypwURWELGFn1L6SW5SDe/C8jl OfDTvRl3xuF3ELVfUBU+SI76VFlZubzu8GQMCC9Kz6CrCSPiiIyQbXiY7Y6IpfaCzWYL 9USw== X-Gm-Message-State: AOJu0YwRQP2+WVU+DrfxFlqFYfjVssT6dQQpRyiCw6R2ANADbgkec8tP uGpDtMA55xd6tJzbEb6eolfYCJZ1zBXR/mKPGexZlahtxv5/t9hYCkLkG9uZU4oeenvyymr97ET PSm9D2ItGvoiluLgiZG2MfzXu1+sEHylxMLohg09lvqY32fpA X-Google-Smtp-Source: AGHT+IHuH2Cfj8QER2N1teNHOOmi7CucOmjeEffRvn8uVGCUPE7NF3pXPN0QjQQrDMeFtEhVh5lLeqCaYVXR X-Received: by 2002:a05:6214:3197:b0:6b5:9439:f048 with SMTP id 6a1803df08f44-6bf4f7f1891mr4407296d6.19.1723475071395; Mon, 12 Aug 2024 08:04:31 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [2606:4100:3880:1234::84]) by smtp-relay.gmail.com with ESMTPS id 6a1803df08f44-6bd82e68db4sm2113376d6.58.2024.08.12.08.04.31 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 12 Aug 2024 08:04:31 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Received: from iol.unh.edu (unknown [IPv6:2606:4100:3880:1257::1083]) by postal.iol.unh.edu (Postfix) with ESMTP id 84246605C380; Mon, 12 Aug 2024 11:04:30 -0400 (EDT) From: jspewock@iol.unh.edu To: probb@iol.unh.edu, Honnappa.Nagarahalli@arm.com, npratte@iol.unh.edu, juraj.linkes@pantheon.tech, wathsala.vithanage@arm.com, yoan.picchi@foss.arm.com, thomas@monjalon.net, paul.szczepanek@arm.com, Luca.Vizzarro@arm.com, alex.chapman@arm.com Cc: dev@dpdk.org, Jeremy Spewock Subject: [PATCH v1 0/1] dts: fix hugepage mounting Date: Mon, 12 Aug 2024 11:04:20 -0400 Message-ID: <20240812150421.31226-1-jspewock@iol.unh.edu> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org From: Jeremy Spewock Currently in the DTS framework there are some commands used for remounting hugepages that require super-user privileges but do not use them, causing them to throw errors whenever they are run as a non-root user. This patches fixes these problems by simply adding a flag that enables admin privileges for the commands that are missing them. Jeremy Spewock (1): dts: add admin privileges to hugepage mounting dts/framework/testbed_model/linux_session.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- 2.45.2