summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2013-04-23 15:39:03 -0400
committerDavid S. Miller <davem@davemloft.net>2013-04-23 15:39:03 -0400
commit3dec2246c2ff11beb24ca1950f074b2bcbc85953 (patch)
tree1241f84a112d11d82d9a921daa8bd4034a8bd0d8 /tools/perf/scripts/python
parentc002090cfaad91859ae25bb7ee24dac8ec1f3188 (diff)
downloadkernel-3dec2246c2ff11beb24ca1950f074b2bcbc85953.tar.gz
netlink: Fix build with mmap disabled.
net/netlink/diag.c: In function 'sk_diag_put_rings_cfg': net/netlink/diag.c:28:17: error: 'struct netlink_sock' has no member named 'pg_vec_lock' net/netlink/diag.c:29:29: error: 'struct netlink_sock' has no member named 'rx_ring' net/netlink/diag.c:31:30: error: 'struct netlink_sock' has no member named 'tx_ring' net/netlink/diag.c:33:19: error: 'struct netlink_sock' has no member named 'pg_vec_lock' Reported-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
r>2023-04-23kbuild: add srcdeb-pkg targetMasahiro Yamada 2023-04-23kbuild: use proper prefix for tarballs to fix rpm-pkg build errorMasahiro Yamada 2023-04-16kbuild: do not create intermediate *.tar for tar packagesMasahiro Yamada 2023-04-16kbuild: do not create intermediate *.tar for source tarballsMasahiro Yamada 2023-04-16kbuild: merge cmd_archive_linux and cmd_archive_perfMasahiro Yamada 2023-04-11kbuild: give up untracked files for source package buildsMasahiro Yamada 2023-03-16kbuild: use git-archive for source package creationMasahiro Yamada 2023-03-16kbuild: rpm-pkg: move source components to rpmbuild/SOURCESMasahiro Yamada 2023-02-26kbuild: tar-pkg: use tar rules in scripts/Makefile.packageMasahiro Yamada 2023-02-26kbuild: make perf-tar*-src-pkg work without relying on gitMasahiro Yamada 2023-02-26kbuild: deb-pkg: switch over to source format 3.0 (quilt)Masahiro Yamada 2023-02-26kbuild: deb-pkg: make .orig tarball a hard link if possibleMasahiro Yamada 2023-02-26kbuild: deb-pkg: hide KDEB_SOURCENAME from MakefileMasahiro Yamada 2023-02-26kbuild: srcrpm-pkg: create source package without cleaningMasahiro Yamada 2023-02-26kbuild: rpm-pkg: build binary packages from source rpmMasahiro Yamada 2023-02-26kbuild: deb-pkg: create source package without cleaningMasahiro Yamada 2023-02-05kbuild: deb-pkg: add --source-option=-sPMasahiro Yamada 2023-01-30kbuild: do not put .scmversion into the source tarballMasahiro Yamada 2022-12-30kbuild: add a missing line for help messageJun ASAKA 2022-12-19Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds 2022-11-24scripts: add rust in scripts/Makefile.packageParan Lee 2022-11-24kbuild: add ability to make source rpm buildable using kojiIvan Vecera 2022-09-29kbuild: hard-code KBUILD_ALLDIRS in scripts/Makefile.packageMasahiro Yamada 2022-07-27kbuild: rpm-pkg: pass 'linux' to --target option of rpmbuildMasahiro Yamada 2021-10-12kbuild: Add make tarzst-pkg build optionPaweł Jasiak 2021-04-25kbuild: deb-pkg: change the source package name to linux-upstreamMasahiro Yamada 2020-06-11kbuild: fix broken builds because of GZIP,BZIP2,LZOP variablesDenis Efremov 2020-06-06kbuild: add variables for compression toolsDenis Efremov 2019-11-11kbuild: Add make dir-pkg build optionMatteo Croce 2019-11-11kbuild: Wrap long "make help" text linesGeert Uytterhoeven