2021-04-23 13:10:33

by Bhaskar Chowdhury

[permalink] [raw]
Subject: [PATCH 0/3] Removed oprofile stale entries

This patch series trying to clean out remaing debris of removed
functionality.Kindly see the commit : 24880bef417f(oprofile-removal)

Cc:[email protected]
Cc:[email protected]
Cc:[email protected]
Cc:[email protected]
Cc:[email protected]
Cc:[email protected]
Cc:[email protected]
Cc:[email protected]
Cc:[email protected]
Cc:[email protected]

Bhaskar Chowdhury (3):
Removed the oprofiled version option
oprofiled version output line removed from the list
Enlisted oprofile version line removed

Documentation/process/changes.rst | 1 -
Documentation/translations/it_IT/process/changes.rst | 1 -
scripts/ver_linux | 1 -
3 files changed, 3 deletions(-)

--
2.26.3


2021-04-23 13:10:51

by Bhaskar Chowdhury

[permalink] [raw]
Subject: [PATCH 3/3] Enlisted oprofile version line removed

Enlisted oprofile version line removed.

Signed-off-by: Bhaskar Chowdhury <[email protected]>
---
Documentation/translations/it_IT/process/changes.rst | 1 -
1 file changed, 1 deletion(-)

diff --git a/Documentation/translations/it_IT/process/changes.rst b/Documentation/translations/it_IT/process/changes.rst
index cc883f8d96c4..87d081889bfc 100644
--- a/Documentation/translations/it_IT/process/changes.rst
+++ b/Documentation/translations/it_IT/process/changes.rst
@@ -51,7 +51,6 @@ quota-tools 3.09 quota -V
PPP 2.4.0 pppd --version
nfs-utils 1.0.5 showmount --version
procps 3.2.0 ps --version
-oprofile 0.9 oprofiled --version
udev 081 udevd --version
grub 0.93 grub --version || grub-install --version
mcelog 0.6 mcelog --version
--
2.26.3

2021-04-23 13:12:08

by Bhaskar Chowdhury

[permalink] [raw]
Subject: [PATCH 2/3] oprofiled version output line removed from the list

Oprofiled version output line removed from the list.

Signed-off-by: Bhaskar Chowdhury <[email protected]>
---
Documentation/process/changes.rst | 1 -
1 file changed, 1 deletion(-)

diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst
index dac17711dc11..d3a8557b66a1 100644
--- a/Documentation/process/changes.rst
+++ b/Documentation/process/changes.rst
@@ -48,7 +48,6 @@ quota-tools 3.09 quota -V
PPP 2.4.0 pppd --version
nfs-utils 1.0.5 showmount --version
procps 3.2.0 ps --version
-oprofile 0.9 oprofiled --version
udev 081 udevd --version
grub 0.93 grub --version || grub-install --version
mcelog 0.6 mcelog --version
--
2.26.3

2021-04-23 13:12:08

by Bhaskar Chowdhury

[permalink] [raw]
Subject: [PATCH 1/3] Removed the oprofiled version option

Removed the oprofiled version option

Signed-off-by: Bhaskar Chowdhury <[email protected]>
---
scripts/ver_linux | 1 -
1 file changed, 1 deletion(-)

diff --git a/scripts/ver_linux b/scripts/ver_linux
index a92acc703f9b..1a8ee4ff0e32 100755
--- a/scripts/ver_linux
+++ b/scripts/ver_linux
@@ -47,7 +47,6 @@ BEGIN {
printversion("Net-tools", version("ifconfig --version"))
printversion("Kbd", version("loadkeys -V"))
printversion("Console-tools", version("loadkeys -V"))
- printversion("Oprofile", version("oprofiled --version"))
printversion("Sh-utils", version("expr --v"))
printversion("Udev", version("udevadm --version"))
printversion("Wireless-tools", version("iwconfig --version"))
--
2.26.3

2021-05-03 23:01:35

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH 0/3] Removed oprofile stale entries

Bhaskar Chowdhury <[email protected]> writes:

> This patch series trying to clean out remaing debris of removed
> functionality.Kindly see the commit : 24880bef417f(oprofile-removal)
>
> Bhaskar Chowdhury (3):
> Removed the oprofiled version option
> oprofiled version output line removed from the list
> Enlisted oprofile version line removed
>
> Documentation/process/changes.rst | 1 -
> Documentation/translations/it_IT/process/changes.rst | 1 -
> scripts/ver_linux | 1 -
> 3 files changed, 3 deletions(-)

I've applied the set, thanks.

jon