Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package smatch for openSUSE:Factory checked 
in at 2023-06-16 16:54:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/smatch (Old)
 and      /work/SRC/openSUSE:Factory/.smatch.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "smatch"

Fri Jun 16 16:54:02 2023 rev:11 rq:1093222 version:1.73+20230517

Changes:
--------
--- /work/SRC/openSUSE:Factory/smatch/smatch.changes    2022-05-10 
15:12:28.051610665 +0200
+++ /work/SRC/openSUSE:Factory/.smatch.new.15902/smatch.changes 2023-06-16 
16:54:54.189727509 +0200
@@ -1,0 +2,21 @@
+Thu Jun 15 07:05:18 UTC 2023 - jsl...@suse.cz
+
+- Update to version 1.73+20230517:
+  * checking_for_null_instead_of_err_ptr: use smatch_kernel_err_ptr.c
+  * kernel_err_ptr: hack around for_each_gpio_desc_with_flag()
+  * scripts/generisize.pl: generisize function names
+  * kernel.unreachable.turn_off: add some kunit stuff
+  * preempt_info: add __bit_spin_unlock()
+  * check_list/err_ptr: register the err_ptr code
+  * debug/units: hook in the __smatch_units() code
+  * validation/sm_err_ptr: make IS_ERR() an inline function
+  * dereference: find more cross function dereferences
+  * err_ptr_deref: re-write the check
+  * kernel_err_ptr: track error pointers in the database
+  * kernel.no_return_funcs: update to the latest linux-next functions
+  * kernel.no_return_funcs: add kunit_do_failed_assertion()
+  * comparison: store modified comparisons
+  * units: move checks to check_ file and hide under the --spammy option
+  * and much more
+
+-------------------------------------------------------------------

Old:
----
  smatch-1.72+20220506.obscpio

New:
----
  smatch-1.73+20230517.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ smatch.spec ++++++
--- /var/tmp/diff_new_pack.xaHkfg/_old  2023-06-16 16:54:55.161733290 +0200
+++ /var/tmp/diff_new_pack.xaHkfg/_new  2023-06-16 16:54:55.165733313 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package smatch
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           smatch
-Version:        1.72+20220506
+Version:        1.73+20230517
 Release:        0
 Summary:        Static analysis tool for C
 License:        GPL-2.0-only

++++++ Makefile-allow-CFLAGS-to-be-redefined.patch ++++++
--- /var/tmp/diff_new_pack.xaHkfg/_old  2023-06-16 16:54:55.189733456 +0200
+++ /var/tmp/diff_new_pack.xaHkfg/_new  2023-06-16 16:54:55.189733456 +0200
@@ -12,11 +12,11 @@
  1 file changed, 3 insertions(+), 3 deletions(-)
 
 diff --git a/Makefile b/Makefile
-index 47742573..a8c6284b 100644
+index 37143d0f..d0b109f5 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -342,7 +342,7 @@ SMATCH_OBJS += smatch_unknown_value.o
- SMATCH_OBJS += smatch_untracked_param.o
+@@ -352,7 +352,7 @@ SMATCH_OBJS += smatch_untracked_param.o
+ SMATCH_OBJS += smatch_untracked_var.o
  SMATCH_OBJS += smatch_var_sym.o
  
 -CFLAGS+=-D__CHECKNAME__='"$(subst .c,,$(notdir $<))"'
@@ -24,7 +24,7 @@
  
  SMATCH_CHECKS=$(shell ls check_*.c | sed -e 's/\.c/.o/')
  SMATCH_DATA=smatch_data/kernel.allocation_funcs \
-@@ -379,7 +379,7 @@ check_list_local.h:
+@@ -395,7 +395,7 @@ check_list_local.h:
        touch check_list_local.h
  
  smatch.o: smatch.c $(LIB_H) smatch.h check_list.h check_list_local.h
@@ -33,7 +33,7 @@
  
  $(SMATCH_OBJS) $(SMATCH_CHECKS): smatch.h smatch_slist.h smatch_extra.h \
        smatch_constants.h avl.h
-@@ -398,7 +398,7 @@ libsparse.a: $(LIB_OBJS)
+@@ -414,7 +414,7 @@ libsparse.a: $(LIB_OBJS)
        $(Q)$(AR) rcs $@ $^
  
  
@@ -43,6 +43,6 @@
        @echo "  CC      $@"
        $(Q)$(CC) $(cflags) -c -o $@ $<
 -- 
-2.34.1
+2.35.3
 
 

++++++ Makefile-use-CFLAGS-when-linking.patch ++++++
--- /var/tmp/diff_new_pack.xaHkfg/_old  2023-06-16 16:54:55.197733504 +0200
+++ /var/tmp/diff_new_pack.xaHkfg/_new  2023-06-16 16:54:55.201733527 +0200
@@ -12,19 +12,19 @@
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/Makefile b/Makefile
-index a8c6284b..c1e042e5 100644
+index d0b109f5..be678e7c 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -373,7 +373,7 @@ SMATCH_SCRIPTS=smatch_scripts/add_gfp_to_allocations.sh \
+@@ -383,7 +383,7 @@ SMATCH_SCRIPTS=smatch_scripts/add_gfp_to_allocations.sh \
  SMATCH_LDFLAGS := -lsqlite3  -lssl -lcrypto -lm
  
  smatch: smatch.o $(SMATCH_OBJS) $(SMATCH_CHECKS) $(LIBS)
 -      $(Q)$(LD) -o $@ $< $(SMATCH_OBJS) $(SMATCH_CHECKS) $(LIBS) 
$(SMATCH_LDFLAGS)
 +      $(Q)$(LD) $(CFLAGS) -o $@ $< $(SMATCH_OBJS) $(SMATCH_CHECKS) $(LIBS) 
$(SMATCH_LDFLAGS)
  
- check_list_local.h:
-       touch check_list_local.h
+ smatch_data/db/sm_hash: sm_hash.o $(SMATCH_OBJS)
+       $(Q)$(LD) -o smatch_data/db/sm_hash sm_hash.o smatch_hash.o 
$(SMATCH_LDFLAGS)
 -- 
-2.34.1
+2.35.3
 
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.xaHkfg/_old  2023-06-16 16:54:55.229733694 +0200
+++ /var/tmp/diff_new_pack.xaHkfg/_new  2023-06-16 16:54:55.233733718 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">git://repo.or.cz/smatch.git</param>
-              <param 
name="changesrevision">486d484cedf0fef0738568f5c18bf46fac9b9075</param></service></servicedata>
+              <param 
name="changesrevision">475c3cec5392ddd0a09804a95af8f2b1f3f42140</param></service></servicedata>
 (No newline at EOF)
 

++++++ smatch-1.72+20220506.obscpio -> smatch-1.73+20230517.obscpio ++++++
/work/SRC/openSUSE:Factory/smatch/smatch-1.72+20220506.obscpio 
/work/SRC/openSUSE:Factory/.smatch.new.15902/smatch-1.73+20230517.obscpio 
differ: char 48, line 1

++++++ smatch.obsinfo ++++++
--- /var/tmp/diff_new_pack.xaHkfg/_old  2023-06-16 16:54:55.269733932 +0200
+++ /var/tmp/diff_new_pack.xaHkfg/_new  2023-06-16 16:54:55.273733956 +0200
@@ -1,5 +1,5 @@
 name: smatch
-version: 1.72+20220506
-mtime: 1651844350
-commit: 486d484cedf0fef0738568f5c18bf46fac9b9075
+version: 1.73+20230517
+mtime: 1684307736
+commit: 475c3cec5392ddd0a09804a95af8f2b1f3f42140
 

Reply via email to