All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kuan-Wei Chiu <visitorckw@gmail.com>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: linux-kernel@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	Randy Dunlap <rdunlap@infradead.org>
Subject: Re: [PATCH v1 0/3] lib: polynomial: Move to math/ and clean up
Date: Sat, 28 Feb 2026 00:27:39 +0800	[thread overview]
Message-ID: <aaHF-5dILAxe8h0m@google.com> (raw)
In-Reply-To: <20260227074957.1144321-1-andriy.shevchenko@linux.intel.com>

On Fri, Feb 27, 2026 at 08:47:57AM +0100, Andy Shevchenko wrote:
> While removing Baikal SoC and platform code pieces I found that this
> code belongs to lib/math/ rather than generic lib/. Hence the move and
> followed up cleanups.
> 
> No functional changes intended.
> 
> Andy Shevchenko (3):
>   lib: polynomial: Move to math/ subfolder
>   lib: math: polynomial: Don't use 'proxy' headers
>   lib: math: polynomial: Remove link to non-exist file and fix spelling

With the #include <math.h> added in patch #2
for the series:

Reviewed-by: Kuan-Wei Chiu <visitorckw@gmail.com>

Regards,
Kuan-Wei

> 
>  lib/Kconfig                 |  3 ---
>  lib/Makefile                |  2 --
>  lib/math/Kconfig            |  3 +++
>  lib/math/Makefile           |  1 +
>  lib/{ => math}/polynomial.c | 20 ++++++++------------
>  5 files changed, 12 insertions(+), 17 deletions(-)
>  rename lib/{ => math}/polynomial.c (90%)
> 
> -- 
> 2.50.1
> 
> 

      parent reply	other threads:[~2026-02-27 16:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-27  7:47 [PATCH v1 0/3] lib: polynomial: Move to math/ and clean up Andy Shevchenko
2026-02-27  7:47 ` [PATCH v1 1/3] lib: polynomial: Move to math/ subfolder Andy Shevchenko
2026-02-27  7:47 ` [PATCH v1 2/3] lib: math: polynomial: Don't use 'proxy' headers Andy Shevchenko
2026-02-27 16:13   ` Kuan-Wei Chiu
2026-02-27 16:18     ` Andy Shevchenko
2026-02-27  7:48 ` [PATCH v1 3/3] lib: math: polynomial: Remove link to non-exist file and fix spelling Andy Shevchenko
2026-02-27 21:18   ` Randy Dunlap
2026-02-27 16:27 ` Kuan-Wei Chiu [this message]

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=aaHF-5dILAxe8h0m@google.com \
    --to=visitorckw@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@infradead.org \
    /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.