public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] lib: polynomial: Move to math/ and clean up
@ 2026-02-27  7:47 Andy Shevchenko
  2026-02-27  7:47 ` [PATCH v1 1/3] lib: polynomial: Move to math/ subfolder Andy Shevchenko
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Andy Shevchenko @ 2026-02-27  7:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, Randy Dunlap, Andy Shevchenko

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

 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


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-02-27 21:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH v1 0/3] lib: polynomial: Move to math/ and clean up Kuan-Wei Chiu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox