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 Received: from picard.linux.it (picard.linux.it [213.254.12.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D8AD2EE14D0 for ; Thu, 7 Sep 2023 08:48:38 +0000 (UTC) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id B22203CB8D4 for ; Thu, 7 Sep 2023 10:48:36 +0200 (CEST) Received: from in-5.smtp.seeweb.it (in-5.smtp.seeweb.it [IPv6:2001:4b78:1:20::5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by picard.linux.it (Postfix) with ESMTPS id 83D573C9274 for ; Thu, 7 Sep 2023 10:48:26 +0200 (CEST) Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by in-5.smtp.seeweb.it (Postfix) with ESMTPS id 68D35600736 for ; Thu, 7 Sep 2023 10:48:24 +0200 (CEST) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id CD1F42185D for ; Thu, 7 Sep 2023 08:48:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1694076503; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=833N7nPyPm+vM/0rqm5FCg/zEBdxDsiNQb4h/i+91C4=; b=nYT8NzTGkbGsffhgw6HxwdQHj/5NGa1i7Iq20z6qfaaDQ14KNAWL1s6nvs6XWZ+E56t21S YsUua3CNgGE+aUQDZ4LZT7Myjt6jOngI2n70v3fE9xkYUYa79YHz1CqZtQa0t1SMiXsd5w yuMh0cIa27CcdZQ5ydSSMP0tHpMj0rY= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1694076503; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=833N7nPyPm+vM/0rqm5FCg/zEBdxDsiNQb4h/i+91C4=; b=piBoMcn6pB1CRIEVLKSnrSeAjhbam+qLH+/87kf0kuP0dzSf4SYykSzJyI+zxPLdL47YlJ LFcCcVH34ugEeKDw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 6AAB9138FA for ; Thu, 7 Sep 2023 08:48:23 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id +E80D1eO+WShIwAAMHmgww (envelope-from ) for ; Thu, 07 Sep 2023 08:48:23 +0000 From: Avinesh Kumar To: ltp@lists.linux.it Date: Thu, 7 Sep 2023 14:18:19 +0530 Message-ID: <20230907084821.32624-1-akumar@suse.de> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 1.0.1 at in-5.smtp.seeweb.it X-Virus-Status: Clean Subject: [LTP] [PATCH] syscalls/paging: Remove empty directory X-BeenThere: ltp@lists.linux.it X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Test Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-bounces+ltp=archiver.kernel.org@lists.linux.it Sender: "ltp" This seems to hold madvise test initially which were moved to different directory. Should be safe to get rid of this. Signed-off-by: Avinesh Kumar --- testcases/kernel/syscalls/paging/Makefile | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 testcases/kernel/syscalls/paging/Makefile diff --git a/testcases/kernel/syscalls/paging/Makefile b/testcases/kernel/syscalls/paging/Makefile deleted file mode 100644 index 044619fb8..000000000 --- a/testcases/kernel/syscalls/paging/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-or-later -# Copyright (c) International Business Machines Corp., 2001 - -top_srcdir ?= ../../../.. - -include $(top_srcdir)/include/mk/testcases.mk - -include $(top_srcdir)/include/mk/generic_leaf_target.mk -- 2.42.0 -- Mailing list info: https://lists.linux.it/listinfo/ltp