Re: jump_label: move 'asm goto' support test to Kconfig

2019-01-02 Thread Sedat Dilek
fig Git pulls were latest commits. Tested-by: Sedat Dilek [ x86 with LLVM/Clang v7 and v8 (snapshot) ] Thanks. Regards, - Sedat -

Re: Build/boot problem with 7b4537199a4a (Re: [PATCH v6 02/10] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS)

2022-08-20 Thread Sedat Dilek
On Sat, Aug 20, 2022 at 12:04 PM Christophe Leroy wrote: > > Hi, > > Le 13/05/2022 à 13:39, Masahiro Yamada a écrit : > > include/{linux,asm-generic}/export.h defines a weak symbol, __crc_* > > as a placeholder. > > > > Genksyms writes the version CRCs into the linker script, which will be > > use

Re: [PATCH v2 07/14] powerpc/vdso: Improve linker flags

2023-01-12 Thread Sedat Dilek
On Thu, Jan 12, 2023 at 4:06 AM Nathan Chancellor wrote: > > When clang's -Qunused-arguments is dropped from KBUILD_CPPFLAGS, there > are several warnings in the PowerPC vDSO: > > clang-16: error: -Wl,-soname=linux-vdso32.so.1: 'linker' input unused > [-Werror,-Wunused-command-line-argument] >

Re: [PATCH v2 07/14] powerpc/vdso: Improve linker flags

2023-01-12 Thread Sedat Dilek
On Thu, Jan 12, 2023 at 7:21 PM Nathan Chancellor wrote: > > Hi Sedat, > > On Thu, Jan 12, 2023 at 07:02:30PM +0100, Sedat Dilek wrote: > > On Thu, Jan 12, 2023 at 4:06 AM Nathan Chancellor wrote: > > > > > > When clang's -Qunused-arguments is drop

Re: ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)

2023-01-14 Thread Sedat Dilek
On Sat, Jan 14, 2023 at 12:43 AM Ard Biesheuvel wrote: > > On Fri, 13 Jan 2023 at 22:06, John Paul Adrian Glaubitz > wrote: > > > > Hello Ard! > > > > > Can I take that as an ack on [0]? The EFI subsystem has evolved > > > substantially over the years, and there is really no way to do any > > > I

Re: ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)

2023-01-14 Thread Sedat Dilek
[ ... ] > Best is to ask the Debian release-team or (if there exist) maintainers > or responsibles for the IA64 port - which is an ***unofficial*** port. > Here we go: https://lists.debian.org/debian-ia64/ Posting address: debian-i...@lists.debian.org Found via

Re: ia64 removal (was: Re: lockref scalability on x86-64 vs cpu_relax)

2023-01-15 Thread Sedat Dilek
On Sun, Jan 15, 2023 at 1:27 AM Matthew Wilcox wrote: > > On Sat, Jan 14, 2023 at 12:28:30PM +0100, Sedat Dilek wrote: > > [ ... ] > > > > > Best is to ask the Debian release-team or (if there exist) maintainers > > > or responsibles for the IA64 port

Re: [PATCH] powerpc: Handle .text.{hot,unlikely}.* in linker script

2021-01-04 Thread Sedat Dilek
On Mon, Jan 4, 2021 at 9:49 PM Nathan Chancellor wrote: > > Commit eff8728fe698 ("vmlinux.lds.h: Add PGO and AutoFDO input > sections") added ".text.unlikely.*" and ".text.hot.*" due to an LLVM > change [1]. > > After another LLVM change [2], these sections are seen in some PowerPC > builds, where

Re: [PATCH] mm: Fix pud_alloc_track()

2020-06-04 Thread Sedat Dilek
On Thu, Jun 4, 2020 at 6:49 PM Mike Rapoport wrote: > > On Thu, Jun 04, 2020 at 09:44:46AM +0200, Joerg Roedel wrote: > > From: Joerg Roedel > > > > The pud_alloc_track() needs to do different checks based on whether > > __ARCH_HAS_5LEVEL_HACK is defined, like it already does in > > pud_alloc().