lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 2 Oct 2021 11:23:26 +0200 From: Geert Uytterhoeven <geert@...ux-m68k.org> To: Yury Norov <yury.norov@...il.com> Cc: Stephen Rothwell <sfr@...b.auug.org.au>, Andrew Morton <akpm@...ux-foundation.org>, Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, Linux MM <linux-mm@...ck.org>, Linux-Arch <linux-arch@...r.kernel.org>, "open list:KERNEL SELFTEST FRAMEWORK" <linux-kselftest@...r.kernel.org>, Linux MMC List <linux-mmc@...r.kernel.org>, linux-perf-users@...r.kernel.org, KVM list <kvm@...r.kernel.org>, "James E.J. Bottomley" <James.Bottomley@...senpartnership.com>, Alexander Lobakin <alobakin@...me>, Alexander Shishkin <alexander.shishkin@...ux.intel.com>, Alexey Klimov <aklimov@...hat.com>, Andrea Merello <andrea.merello@...il.com>, Andy Shevchenko <andriy.shevchenko@...ux.intel.com>, Arnaldo Carvalho de Melo <acme@...hat.com>, Arnd Bergmann <arnd@...db.de>, Ben Gardon <bgardon@...gle.com>, Benjamin Herrenschmidt <benh@...nel.crashing.org>, Brian Cain <bcain@...eaurora.org>, Catalin Marinas <catalin.marinas@....com>, Christoph Lameter <cl@...ux.com>, Daniel Bristot de Oliveira <bristot@...hat.com>, David Hildenbrand <david@...hat.com>, Dennis Zhou <dennis@...nel.org>, Heiko Carstens <hca@...ux.ibm.com>, Ian Rogers <irogers@...gle.com>, Ingo Molnar <mingo@...hat.com>, Jaegeuk Kim <jaegeuk@...nel.org>, Jakub Kicinski <kuba@...nel.org>, Jiri Olsa <jolsa@...hat.com>, Joe Perches <joe@...ches.com>, Jonas Bonn <jonas@...thpole.se>, Leo Yan <leo.yan@...aro.org>, Mark Rutland <mark.rutland@....com>, Namhyung Kim <namhyung@...nel.org>, Palmer Dabbelt <palmer@...belt.com>, Paolo Bonzini <pbonzini@...hat.com>, Peter Xu <peterx@...hat.com>, Peter Zijlstra <peterz@...radead.org>, Petr Mladek <pmladek@...e.com>, Rasmus Villemoes <linux@...musvillemoes.dk>, Rich Felker <dalias@...c.org>, Samuel Mendoza-Jonas <sam@...dozajonas.com>, Sean Christopherson <seanjc@...gle.com>, Sergey Senozhatsky <senozhatsky@...omium.org>, Shuah Khan <shuah@...nel.org>, Stefan Kristiansson <stefan.kristiansson@...nalahti.fi>, Steven Rostedt <rostedt@...dmis.org>, Tejun Heo <tj@...nel.org>, Thomas Bogendoerfer <tsbogend@...ha.franken.de>, Ulf Hansson <ulf.hansson@...aro.org>, Will Deacon <will@...nel.org>, Wolfram Sang <wsa+renesas@...g-engineering.com>, Yoshinori Sato <ysato@...rs.sourceforge.jp> Subject: Re: [PATCH 03/16] include: move find.h from asm_generic to linux Hi Yuri, Thanks for your patch! On Fri, Oct 1, 2021 at 8:12 PM Yury Norov <yury.norov@...il.com> wrote: > find_bit API and bitmap API are closely related, but inclusion paths > are different - include/asm-generic and include/linux, correspondingly. > In the past it made a lot of troubles due to circular dependencies > and/or undefined symbols. Fix this by moving find.h under include/linux. .. and including it from include/linux/bitmap.h, like the other helper includes? > Signed-off-by: Yury Norov <yury.norov@...il.com> > Tested-by: Wolfram Sang <wsa+renesas@...g-engineering.com> > arch/m68k/include/asm/bitops.h | 2 -- Acked-by: Geert Uytterhoeven <geert@...ux-m68k.org> > --- a/include/linux/bitmap.h > +++ b/include/linux/bitmap.h > @@ -6,6 +6,7 @@ > > #include <linux/align.h> > #include <linux/bitops.h> > +#include <linux/find.h> > #include <linux/limits.h> > #include <linux/string.h> > #include <linux/types.h> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@...ux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
Powered by blists - more mailing lists