Hello community,

here is the log from the commit of package kdump for openSUSE:Factory checked 
in at 2014-09-10 17:01:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdump (Old)
 and      /work/SRC/openSUSE:Factory/.kdump.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdump"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdump/kdump.changes      2014-09-08 
21:29:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdump.new/kdump.changes 2014-09-10 
17:01:20.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Sep  9 06:08:44 UTC 2014 - ptesa...@suse.cz
+
+- kdump-count-const-slabs.patch: Add missing addition.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kdump-count-const-slabs.patch ++++++
--- /var/tmp/diff_new_pack.ZMDdJa/_old  2014-09-10 17:01:22.000000000 +0200
+++ /var/tmp/diff_new_pack.ZMDdJa/_new  2014-09-10 17:01:22.000000000 +0200
@@ -4,6 +4,7 @@
 References: bnc#879460
 Patch-mainline: v0.8.16
 Git-commit: 3a7c9b3a02893ab9ac39e23cae5ead9e42716927
+Git-commit: 8c0a42e80a89100addc09d584253f1c8accde500
 
 Some slabs do not depend on available memory or system utilization.
 Their size can be taken directly from the running kernel.
@@ -15,8 +16,8 @@
 Signed-off-by: Petr Tesarik <ptesa...@suse.cz>
 
 ---
- kdumptool/calibrate.cc |  213 
+++++++++++++++++++++++++++++++++++++++++++++++++
- 1 file changed, 213 insertions(+)
+ kdumptool/calibrate.cc |  215 
+++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 215 insertions(+)
 
 --- a/kdumptool/calibrate.cc
 +++ b/kdumptool/calibrate.cc
@@ -222,7 +223,7 @@
  //{{{ Calibrate 
----------------------------------------------------------------
  
  // 
-----------------------------------------------------------------------------
-@@ -498,6 +693,24 @@ void Calibrate::execute()
+@@ -498,6 +693,26 @@ void Calibrate::execute()
            required += DEF_FRAMEBUFFER_KB;
        }
  
@@ -236,6 +237,8 @@
 +                  it->first.startsWith("ftrace_") ) {
 +                  unsigned long slabsize = it->second->numSlabs() *
 +                      it->second->pagesPerSlab() * pagesize / 1024;
++                  required += slabsize;
++
 +                  Debug::debug()->dbg("Adding %ld KiB for %s slab cache",
 +                                      slabsize, it->second->name().c_str());
 +              }

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to