Re: [linux-next:master] BUILD REGRESSION 124cfbcd6d185d4f50be02d5f5afe61578916773

2024-05-21 Thread Björn Töpel
kernel test robot writes: > tree/branch: > https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > branch HEAD: 124cfbcd6d185d4f50be02d5f5afe61578916773 Add linux-next > specific files for 20240521 [...] > Error/Warning ids grouped by kconfigs: > > gcc_recent_errors [..

Re: [PATCH 11/19] net/xdp: set FOLL_PIN via pin_user_pages()

2019-11-02 Thread Björn Töpel
On 2019-10-30 23:49, John Hubbard wrote: Convert net/xdp to use the new pin_longterm_pages() call, which sets FOLL_PIN. Setting FOLL_PIN is now required for code that requires tracking of pinned pages. Signed-off-by: John Hubbard Acked-by: Björn Töpel --- net/xdp/xdp_umem.c | 4 ++-- 1