public inbox for dtrace@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 1/2] Remove reference to missing dt_prov_rawfbt.c file
@ 2026-01-16 18:55 eugene.loh
  2026-01-16 19:21 ` Kris Van Hees
  0 siblings, 1 reply; 3+ messages in thread
From: eugene.loh @ 2026-01-16 18:55 UTC (permalink / raw)
  To: dtrace, dtrace-devel

From: Eugene Loh <eugene.loh@oracle.com>

In commit 0b7c5a6327 ("fbt, rawfbt: consolidate code to avoid duplication"),
the file dt_prov_rawfbt.c was removed.  Remove the remaining reference
to this file.

Signed-off-by: Eugene Loh <eugene.loh@oracle.com>
---
 libdtrace/Build | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libdtrace/Build b/libdtrace/Build
index 90613e9d7..3a6c04664 100644
--- a/libdtrace/Build
+++ b/libdtrace/Build
@@ -1,5 +1,5 @@
 # Oracle Linux DTrace.
-# Copyright (c) 2011, 2025, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2026, Oracle and/or its affiliates. All rights reserved.
 # Licensed under the Universal Permissive License v 1.0 as shown at
 # http://oss.oracle.com/licenses/upl.
 
@@ -115,7 +115,6 @@ dt_prov_ip.c_CFLAGS := -Wno-pedantic
 dt_prov_lockstat.c_CFLAGS := -Wno-pedantic
 dt_prov_proc.c_CFLAGS := -Wno-pedantic
 dt_prov_profile.c_CFLAGS := -Wno-pedantic
-dt_prov_rawfbt.c_CFLAGS := -Wno-pedantic
 dt_prov_rawtp.c_CFLAGS := -Wno-pedantic
 dt_prov_sched.c_CFLAGS := -Wno-pedantic
 dt_prov_sdt.c_CFLAGS := -Wno-pedantic
-- 
2.47.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] Remove reference to missing dt_prov_rawfbt.c file
  2026-01-16 18:55 [PATCH 1/2] Remove reference to missing dt_prov_rawfbt.c file eugene.loh
@ 2026-01-16 19:21 ` Kris Van Hees
  2026-01-16 19:31   ` Eugene Loh
  0 siblings, 1 reply; 3+ messages in thread
From: Kris Van Hees @ 2026-01-16 19:21 UTC (permalink / raw)
  To: eugene.loh; +Cc: dtrace, dtrace-devel

Maybe change the one-line description to not refer to a missing file because
that seems to imply that it ought to be there.  Perhaps phrase it as:

	Remove obsolete reference to dt_prov_rawfbt.c

-or-

	Remove reference to dt_prov_rawfbt.c which no longer exists

On Fri, Jan 16, 2026 at 01:55:05PM -0500, eugene.loh@oracle.com wrote:
> From: Eugene Loh <eugene.loh@oracle.com>
> 
> In commit 0b7c5a6327 ("fbt, rawfbt: consolidate code to avoid duplication"),
> the file dt_prov_rawfbt.c was removed.  Remove the remaining reference
> to this file.
> 
> Signed-off-by: Eugene Loh <eugene.loh@oracle.com>
> ---
>  libdtrace/Build | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/libdtrace/Build b/libdtrace/Build
> index 90613e9d7..3a6c04664 100644
> --- a/libdtrace/Build
> +++ b/libdtrace/Build
> @@ -1,5 +1,5 @@
>  # Oracle Linux DTrace.
> -# Copyright (c) 2011, 2025, Oracle and/or its affiliates. All rights reserved.
> +# Copyright (c) 2011, 2026, Oracle and/or its affiliates. All rights reserved.
>  # Licensed under the Universal Permissive License v 1.0 as shown at
>  # http://oss.oracle.com/licenses/upl.
>  
> @@ -115,7 +115,6 @@ dt_prov_ip.c_CFLAGS := -Wno-pedantic
>  dt_prov_lockstat.c_CFLAGS := -Wno-pedantic
>  dt_prov_proc.c_CFLAGS := -Wno-pedantic
>  dt_prov_profile.c_CFLAGS := -Wno-pedantic
> -dt_prov_rawfbt.c_CFLAGS := -Wno-pedantic
>  dt_prov_rawtp.c_CFLAGS := -Wno-pedantic
>  dt_prov_sched.c_CFLAGS := -Wno-pedantic
>  dt_prov_sdt.c_CFLAGS := -Wno-pedantic
> -- 
> 2.47.3
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] Remove reference to missing dt_prov_rawfbt.c file
  2026-01-16 19:21 ` Kris Van Hees
@ 2026-01-16 19:31   ` Eugene Loh
  0 siblings, 0 replies; 3+ messages in thread
From: Eugene Loh @ 2026-01-16 19:31 UTC (permalink / raw)
  To: Kris Van Hees; +Cc: dtrace, dtrace-devel

Okay.  I'll post a different patch to replace this one... just the 
one-line subject change.

On 1/16/26 14:21, Kris Van Hees wrote:
> Maybe change the one-line description to not refer to a missing file because
> that seems to imply that it ought to be there.  Perhaps phrase it as:
>
> 	Remove obsolete reference to dt_prov_rawfbt.c
>
> -or-
>
> 	Remove reference to dt_prov_rawfbt.c which no longer exists
>
> On Fri, Jan 16, 2026 at 01:55:05PM -0500, eugene.loh@oracle.com wrote:
>> From: Eugene Loh <eugene.loh@oracle.com>
>>
>> In commit 0b7c5a6327 ("fbt, rawfbt: consolidate code to avoid duplication"),
>> the file dt_prov_rawfbt.c was removed.  Remove the remaining reference
>> to this file.
>>
>> Signed-off-by: Eugene Loh <eugene.loh@oracle.com>
>> ---
>>   libdtrace/Build | 3 +--
>>   1 file changed, 1 insertion(+), 2 deletions(-)
>>
>> diff --git a/libdtrace/Build b/libdtrace/Build
>> index 90613e9d7..3a6c04664 100644
>> --- a/libdtrace/Build
>> +++ b/libdtrace/Build
>> @@ -1,5 +1,5 @@
>>   # Oracle Linux DTrace.
>> -# Copyright (c) 2011, 2025, Oracle and/or its affiliates. All rights reserved.
>> +# Copyright (c) 2011, 2026, Oracle and/or its affiliates. All rights reserved.
>>   # Licensed under the Universal Permissive License v 1.0 as shown at
>>   # http://oss.oracle.com/licenses/upl.
>>   
>> @@ -115,7 +115,6 @@ dt_prov_ip.c_CFLAGS := -Wno-pedantic
>>   dt_prov_lockstat.c_CFLAGS := -Wno-pedantic
>>   dt_prov_proc.c_CFLAGS := -Wno-pedantic
>>   dt_prov_profile.c_CFLAGS := -Wno-pedantic
>> -dt_prov_rawfbt.c_CFLAGS := -Wno-pedantic
>>   dt_prov_rawtp.c_CFLAGS := -Wno-pedantic
>>   dt_prov_sched.c_CFLAGS := -Wno-pedantic
>>   dt_prov_sdt.c_CFLAGS := -Wno-pedantic
>> -- 
>> 2.47.3
>>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-01-16 19:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-16 18:55 [PATCH 1/2] Remove reference to missing dt_prov_rawfbt.c file eugene.loh
2026-01-16 19:21 ` Kris Van Hees
2026-01-16 19:31   ` Eugene Loh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox