[PATCH 1/1] net/core: work around section mismatch warning for ptp_classifier

2019-04-15 Thread Gerald Schaefer
may be emitted into an anonymous .data section thats lack the __init annotation. So work around it by using assignments instead. Signed-off-by: Ard Biesheuvel Signed-off-by: Gerald Schaefer --- net/core/ptp_classifier.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a

[PATCH 0/1] net/core: work around section mismatch warning for ptp_classifier

2019-04-15 Thread Gerald Schaefer
While preparing KASLR for s390, I stumbled over a section mismatch warning after enabling -fPIE compiler option: WARNING: vmlinux.o(.data+0x31070): Section mismatch in reference from the variable print_fmt_kfree_skb to the variable .init.data:ptp_filter.51760 I found a patch that would address thi

Re: [PATCH 19/44] s390: implement ->mapping_error

2017-06-08 Thread Gerald Schaefer
f-by: Christoph Hellwig Acked-by: Gerald Schaefer