linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexey Skidanov <alexey.skidanov@intel.com>
To: sbates@raithlin.com, danielmentz@google.com,
	mathieu.desnoyers@efficios.co
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Laura Abbott <labbott@redhat.com>
Subject: lib/genalloc
Date: Thu, 1 Nov 2018 18:43:53 +0200	[thread overview]
Message-ID: <a170cf65-6884-3592-1de9-4c235888cc8a@intel.com> (raw)

Hi,

I use gen_pool_first_fit_align() as pool allocation algorithm allocating
buffers with requested alignment. But if a chunk base address is not
aligned to the requested alignment(from some reason), the returned
address is not aligned too.

The reason is the allocation algorithm works on bitmap, omitting the
base address. Is this behavior by design?

Thanks,
Alexey

             reply	other threads:[~2018-11-01 16:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-01 16:43 Alexey Skidanov [this message]
2018-11-01 16:48 ` lib/genalloc Stephen  Bates
2018-11-01 17:08   ` lib/genalloc Alexey Skidanov
2018-11-02 19:17     ` lib/genalloc Daniel Mentz
2018-11-02 20:56       ` lib/genalloc Alexey Skidanov
2018-11-02 21:16         ` lib/genalloc Daniel Mentz
2018-11-02 22:18           ` lib/genalloc Alexey Skidanov

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=a170cf65-6884-3592-1de9-4c235888cc8a@intel.com \
    --to=alexey.skidanov@intel.com \
    --cc=danielmentz@google.com \
    --cc=labbott@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mathieu.desnoyers@efficios.co \
    --cc=sbates@raithlin.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).