From patchwork Tue Sep 18 06:55:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ohad Ben-Cohen X-Patchwork-Id: 184626 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 57CDE2C0081 for ; Tue, 18 Sep 2012 16:59:05 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TDrj4-0003PF-6u; Tue, 18 Sep 2012 06:56:06 +0000 Received: from mail-vc0-f177.google.com ([209.85.220.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TDrj0-0003Oy-Qo for linux-arm-kernel@lists.infradead.org; Tue, 18 Sep 2012 06:56:03 +0000 Received: by vcqp16 with SMTP id p16so1878856vcq.36 for ; Mon, 17 Sep 2012 23:56:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:from:date:message-id:subject:to:cc :content-type:x-gm-message-state; bh=n2N2pWJsn+9leq9Ebkq3QjcRTGdPglXUG+BLKDG+rmM=; b=JCTF+71N949Ir6vug7Xptp8I0rgXVqTugDyBim1BkYoiXDPCeYhmXGM8z33Uf5NZH1 C27f0p40piyEEmn9o3vMTAs73QUVSwuf23UPNNOagQepEwyygBmyeHzb+01Ob4p3XFdC rZGb4owxnvdo7unOV8Dbm5p9r/p0//ZqbBHC3XJQHzJJUX7wGfUokIAw/eQuA5fAbThS arJ78d5yzbfXsNWfCQmPraacfReFZShW/s+BxdSq0SBKkli2FUWM9ov/yyzM057aN5rV cu6l6sbaY+vsU+FrjEqaIjENxY9IjnM5bZlQ8S80LO/C4XS014+/+yeozFWmWUyZsPV3 4VYA== Received: by 10.52.19.109 with SMTP id d13mr4653974vde.27.1347951360811; Mon, 17 Sep 2012 23:56:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.161.233 with HTTP; Mon, 17 Sep 2012 23:55:40 -0700 (PDT) X-Originating-IP: [46.116.118.250] From: Ohad Ben-Cohen Date: Tue, 18 Sep 2012 09:55:40 +0300 Message-ID: Subject: [GIT PULL] hwspinlock: a single fix for 3.6 To: Linus Torvalds X-Gm-Message-State: ALoCoQndRRvGrFEtlV9K9kdonfuB0osrJ24r63VAh0O6bf2MtLBE0ZRfIG9ZcebW46+EcOR7oaJB X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.220.177 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Wei Yongjun , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi Linus, The following changes since commit 55d512e245bc7699a8800e23df1a24195dd08217: Linux 3.6-rc5 (2012-09-08 16:43:45 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock.git tags/hwspinlock-3.6-fix for you to fetch changes up to e352614cd3e7a5f7af7cff894a3b5a705181de21: hwspinlock/core: move the dereference below the NULL test (2012-09-10 13:19:25 +0300) ---------------------------------------------------------------- A single hwspinlock fix by Wei Yongjun, which prevents potential NULL dereferences. ---------------------------------------------------------------- Wei Yongjun (1): hwspinlock/core: move the dereference below the NULL test drivers/hwspinlock/hwspinlock_core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)