All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: devel@linuxdriverproject.org, linux-kernel@vger.kernel.org,
	sjenning@linux.vnet.ibm.com, rcj@linux.vnet.ibm.com
Subject: Re: [PATCH] Compile bug-fixes to zcache (v4).
Date: Fri, 15 Feb 2013 10:17:06 -0800	[thread overview]
Message-ID: <20130215181706.GA11261@kroah.com> (raw)
In-Reply-To: <1360950824-11032-1-git-send-email-konrad.wilk@oracle.com>

On Fri, Feb 15, 2013 at 12:53:40PM -0500, Konrad Rzeszutek Wilk wrote:
> > Then why not just redo that one patch, and send it to me, and then
> > rebase all of the other patches on top of it?  That way I can accept the
> > "fix the complier warnings" patch now, and the rest can wait.
> > 
> > thanks,
> > 
> > greg k-h
> 
> Hey Greg,
> 
> Please see these four patches which fix compile warnings.
> 
> They are also available at
>  git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm.git stable/for-greg-3.9
> 
> if you prefer doing a git pull. The branch and this patchset are all
> based on git commit 0bcc0429bdb9f7cca3b7ab1f905b0d47031c03e0
> "staging: zcache: add TODO file"

Sorry, I don't do git pulls for staging drivers.

> Please pull or git am as you see fit.

All now applied, thanks.

greg k-h

  parent reply	other threads:[~2013-02-15 18:17 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <<1360811106-2679-1-git-send-email-konrad.wilk@oracle.com>
2013-02-14 16:56 ` [PATCH] Various cleanups/fixes to zcache (v3) Dan Magenheimer
2013-02-14 16:59   ` Greg KH
2013-02-14 17:02     ` Dan Magenheimer
2013-02-14 17:29       ` Greg KH
2013-02-14 22:57         ` Konrad Rzeszutek Wilk
2013-02-15 17:53         ` [PATCH] Compile bug-fixes to zcache (v4) Konrad Rzeszutek Wilk
2013-02-15 17:53           ` [PATCH 1/4] zcache: Fix compile warnings due to usage of debugfs_create_size_t Konrad Rzeszutek Wilk
2013-02-15 17:53           ` [PATCH 2/4] ramster: " Konrad Rzeszutek Wilk
2013-02-15 17:53           ` [PATCH 3/4] zbud: " Konrad Rzeszutek Wilk
2013-02-15 17:53           ` [PATCH 4/4] zcache/zbud: Fix __init mismatch Konrad Rzeszutek Wilk
2013-02-15 18:17           ` Greg KH [this message]
2013-02-15 18:48             ` [PATCH] Compile bug-fixes to zcache (v4) Konrad Rzeszutek Wilk
2013-02-15 18:53               ` Greg KH
2013-02-14  3:04 [PATCH] Various cleanups/fixes to zcache (v3) Konrad Rzeszutek Wilk
2013-02-14  3:04 ` [PATCH 01/16] zcache: s/int/bool/ on the various options Konrad Rzeszutek Wilk
2013-02-14  3:04 ` [PATCH 02/16] zcache: Provide accessory functions for counter increase Konrad Rzeszutek Wilk
2013-02-14  3:04 ` [PATCH 03/16] zcache: Provide accessory functions for counter decrease Konrad Rzeszutek Wilk
2013-02-14  3:04 ` [PATCH 04/16] zcache: The last of the atomic reads has now an accessory function Konrad Rzeszutek Wilk
2013-02-14  3:04 ` [PATCH 05/16] zcache: Fix compile warnings due to usage of debugfs_create_size_t Konrad Rzeszutek Wilk
2013-02-14  3:04 ` [PATCH 06/16] zcache: Make the debug code use pr_debug Konrad Rzeszutek Wilk
2013-02-14  3:04 ` [PATCH 07/16] zcache: Move debugfs code out of zcache-main.c file Konrad Rzeszutek Wilk
2013-02-14  3:04 ` [PATCH 08/16] zcache/debug: Use an array to initialize/use debugfs attributes Konrad Rzeszutek Wilk
2013-02-14  3:04 ` [PATCH 09/16] zcache: Move the last of the debugfs counters out Konrad Rzeszutek Wilk
2013-02-14  3:05 ` [PATCH 10/16] zcache: Module license is defined twice Konrad Rzeszutek Wilk
2013-02-14  3:05 ` [PATCH 11/16] zcache/debug: Coalesce all debug under CONFIG_ZCACHE_DEBUG Konrad Rzeszutek Wilk
2013-02-14  3:05 ` [PATCH 12/16] zcache/zbud: Fix compiler warnings Konrad Rzeszutek Wilk
2013-02-14  3:05 ` [PATCH 13/16] zcache/zbud: Add incremental accessory counters Konrad Rzeszutek Wilk
2013-02-14  3:05 ` [PATCH 14/16] zcache/zbud: Provide the accessory functions for counter decrease Konrad Rzeszutek Wilk
2013-02-14  3:05 ` [PATCH 15/16] ramster: Fix compile warnings due to usage of debugfs_create_size_t Konrad Rzeszutek Wilk
2013-02-14  3:05 ` [PATCH 16/16] zcache/zbud: Fix __init mismatch Konrad Rzeszutek Wilk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130215181706.GA11261@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=devel@linuxdriverproject.org \
    --cc=konrad.wilk@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rcj@linux.vnet.ibm.com \
    --cc=sjenning@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.