Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1648636

[PATCH 0/5] MIPS-kernel: Adjustments for some function implementations

From SF Markus Elfring <elfring@users.sourceforge.net>
Newsgroups linux.kernel
Subject [PATCH 0/5] MIPS-kernel: Adjustments for some function implementations
Date 2017-05-23 23:00 +0200
Message-ID <tKp4m-7w-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Markus Elfring <elfring@users.sourceforge.net>
Date: Tue, 23 May 2017 22:40:04 +0200

A few update suggestions were taken into account
from static source code analysis.

Markus Elfring (5):
  Delete an error message for a failed memory allocation in cps_pm_online_cpu()
  Delete error messages for failed memory allocations in cps_prepare_cpus()
  Delete an error message for a failed memory allocation in vpe_open()
  Improve a size determination in two functions
  Adjust 13 checks for null pointers

 arch/mips/kernel/pm-cps.c  |  5 ++---
 arch/mips/kernel/smp-cps.c |  9 ++-------
 arch/mips/kernel/vpe.c     | 37 +++++++++++++++++--------------------
 3 files changed, 21 insertions(+), 30 deletions(-)

-- 
2.13.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/5] MIPS-kernel: Adjustments for some function  implementations SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-23 23:00 +0200
  [PATCH 2/5] MIPS: smp-cps: Delete error messages for failed memory  allocations in cps_prepare_cpus() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-23 23:00 +0200
  [PATCH 3/5] MIPS: VPE: Delete an error message for a failed memory  allocation in vpe_open() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-23 23:00 +0200
  [PATCH 5/5] MIPS: VPE: Adjust 13 checks for null pointers SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-23 23:00 +0200
  [PATCH 4/5] MIPS: VPE: Improve a size determination in two functions SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-23 23:00 +0200
  [PATCH 1/5] MIPS: pm-cps: Delete an error message for a failed memory  allocation in cps_pm_online_cpu() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-23 23:00 +0200
  Re: [PATCH 0/5] MIPS-kernel: Adjustments for some function  implementations Joe Perches <joe@perches.com> - 2017-05-23 23:20 +0200

csiph-web