1
0
mirror of https://github.com/linux-msm/qrtr.git synced 2024-09-19 22:00:48 +00:00
Userspace reference for net/qrtr in the Linux kernel
Go to file
Dylan Van Assche ef44ad10f2
Some checks failed
CodeQL / Analyze (cpp) (push) Failing after 3m27s
Builds / Build (i386, gcc, debian:stable, i686-linux-gnu, x86, /usr/lib/i386-linux-gnu/pkgconfig, i386) (push) Failing after 13s
Builds / Build (armhf, arm-linux-gnueabihf-gcc, debian:testing, arm-linux-gnueabihf, arm, /usr/lib/arm-linux-gnueabihf/pkgconfig, cross-compile) (push) Failing after 16s
Builds / Build (i386, gcc, debian:bookworm, i686-linux-gnu, x86, /usr/lib/i386-linux-gnu/pkgconfig, i386) (push) Failing after 18s
Builds / Build (s390x, s390x-linux-gnu-gcc, debian:stable, s390x-linux-gnu, s390x, /usr/lib/s390x-linux-gnu/pkgconfig, cross-compile) (push) Failing after 3s
Builds / Build (x86-64, clang, debian:bookworm, , x86-64, , ) (push) Failing after 3s
Builds / Build (x86-64, clang, fedora:39, , x86-64, , ) (push) Failing after 4s
Builds / Build (x86-64, clang, debian:bullseye, , x86-64, , ) (push) Failing after 10s
Builds / Build (x86-64, clang, debian:testing, , x86-64, , ) (push) Failing after 5s
Builds / Build (x86-64, clang, archlinux:latest, , x86-64, , ) (push) Failing after 2s
Builds / Build (x86-64, clang, fedora:37, , x86-64, , ) (push) Failing after 5s
Builds / Build (x86-64, clang, fedora:38, , x86-64, , ) (push) Failing after 5s
Builds / Build (x86-64, clang, debian:stable, , x86-64, , ) (push) Failing after 6s
Builds / Build (x86-64, clang, fedora:latest, , x86-64, , ) (push) Failing after 4s
Builds / Build (x86-64, clang, ubuntu:focal, , x86-64, , ) (push) Failing after 4s
Builds / Build (x86-64, gcc, alpine:edge, x86-64, true) (push) Failing after 4s
Builds / Build (x86-64, gcc, archlinux:latest, , x86-64, , ) (push) Failing after 2s
Builds / Build (x86-64, gcc, alpine:latest, x86-64, true) (push) Failing after 6s
Builds / Build (x86-64, gcc, debian:bookworm, , x86-64, , ) (push) Failing after 4s
Builds / Build (x86-64, gcc, debian:bullseye, , x86-64, , ) (push) Failing after 4s
Builds / Build (x86-64, gcc, debian:stable, , x86-64, , ) (push) Failing after 4s
Builds / Build (x86-64, gcc, debian:testing, , x86-64, , ) (push) Failing after 4s
Builds / Build (arm64, aarch64-linux-gnu-gcc, debian:stable, aarch64-linux-gnu, aarch64, /usr/lib/aarch64-linux-gnu/pkgconfig, cross-compile) (push) Failing after 21s
Builds / Build (arm64, aarch64-linux-gnu-gcc, debian:testing, aarch64-linux-gnu, aarch64, /usr/lib/aarch64-linux-gnu/pkgconfig, cross-compile) (push) Failing after 20s
Builds / Build (i386, gcc, debian:testing, i686-linux-gnu, x86, /usr/lib/i386-linux-gnu/pkgconfig, i386) (push) Failing after 13s
Builds / Build (ppc64el, powerpc64le-linux-gnu-gcc, debian:stable, powerpc64le-linux-gnu, ppc64, /usr/lib/powerpc64le-linux-gnu/pkgconfig, cross-compile) (push) Failing after 12s
Builds / Build (armhf, arm-linux-gnueabihf-gcc, debian:stable, arm-linux-gnueabihf, arm, /usr/lib/arm-linux-gnueabihf/pkgconfig, cross-compile) (push) Failing after 18s
Builds / Build (ppc64el, powerpc64le-linux-gnu-gcc, debian:testing, powerpc64le-linux-gnu, ppc64, /usr/lib/powerpc64le-linux-gnu/pkgconfig, cross-compile) (push) Failing after 4s
Builds / Build (s390x, s390x-linux-gnu-gcc, debian:testing, s390x-linux-gnu, s390x, /usr/lib/s390x-linux-gnu/pkgconfig, cross-compile) (push) Failing after 4s
Builds / Build (x86-64, clang, ubuntu:jammy, , x86-64, , ) (push) Failing after 4s
Builds / Build (x86-64, clang, ubuntu:lunar, , x86-64, , ) (push) Failing after 4s
Builds / Build (x86-64, gcc, fedora:37, , x86-64, , ) (push) Failing after 4s
Builds / Build (x86-64, gcc, fedora:38, , x86-64, , ) (push) Failing after 4s
Builds / Build (x86-64, gcc, fedora:39, , x86-64, , ) (push) Failing after 4s
Builds / Build (x86-64, gcc, fedora:latest, , x86-64, , ) (push) Failing after 4s
Builds / Build (x86-64, gcc, ubuntu:focal, , x86-64, , ) (push) Failing after 4s
Builds / Build (x86-64, gcc, ubuntu:jammy, , x86-64, , ) (push) Failing after 4s
Builds / Build (x86-64, gcc, ubuntu:lunar, , x86-64, , ) (push) Failing after 4s
qrtr.py: adding missing buffer size arg to recvfrom
qrtr_recvfrom needs to know the size of the buffer, add this missing argument.
2024-08-21 17:51:52 +02:00
.github/workflows Add github CI (yanked from cdba) 2024-04-09 19:31:56 +02:00
ci Add github CI (yanked from cdba) 2024-04-09 19:31:56 +02:00
include treewide: meson 2024-04-09 13:14:34 +02:00
lib treewide: Include libqrtr.h as a global header 2024-05-21 11:10:11 +02:00
src treewide: Include libqrtr.h as a global header 2024-05-21 11:10:11 +02:00
.gitignore qrtr-cfg: Add to .gitignore 2017-03-27 23:22:15 -07:00
Android.bp Android: Disable "treat warnings as errors". 2020-09-28 10:21:36 -05:00
LICENSE Initial commit 2015-12-04 13:23:53 -08:00
meson_options.txt meson.build: Make building qrtr-ns opt-in 2024-04-09 20:08:09 +02:00
meson.build lib: meson.build: restore libqrtr SONAME 2024-04-30 23:51:42 +02:00
qrtr-ns.service.in treewide: meson 2024-04-09 13:14:34 +02:00
qrtr.py qrtr.py: adding missing buffer size arg to recvfrom 2024-08-21 17:51:52 +02:00