All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-01-08 09:33:08 to 2022-01-08 12:32:27 UTC [more...]

[PATCH] drm/i915: Discard large BIOS framebuffers causing display corruption
 2022-01-08 10:26 UTC  (3+ messages)
` [Intel-gfx] "

[Buildroot] [git commit] busybox: background udhcpc by default if no lease is obtained
 2022-01-08 12:32 UTC 

❌ FAIL: Test report for kernel 5.16.0-rc8 (mainline.kernel.org-clang, 24556728)
 2022-01-08 12:30 UTC 

[Buildroot] [PATCH] busybox: background udhcpc by default if no lease is obtained
 2022-01-08 12:30 UTC  (2+ messages)

[PATCH v5 0/6] unpack large blobs in stream
 2022-01-08 12:28 UTC  (5+ messages)
` [PATCH v8 1/6] unpack-objects: low memory footprint for get_data() in dry_run mode
` [PATCH v8 2/6] object-file.c: refactor write_loose_object() to several steps

[ammarfaizi2-block:google/android/kernel/common/android12-5.10-m2107 1249/8698] arch/mips/include/asm/page.h:12:10: fatal error: spaces.h: No such file or directory
 2022-01-08 12:25 UTC  (2+ messages)

powerpc64-linux-ld: arch/powerpc/net/bpf_jit_comp64.o:undefined reference to `powerpc_security_features'
 2022-01-08 12:25 UTC  (2+ messages)

[paulmck-rcu:dev.2022.01.04a 52/55] kernel/stop_machine.c:207:6: warning: variable 't' set but not used
 2022-01-08 12:25 UTC  (2+ messages)

Contiguous Memory Allocator (CMA)
 2022-01-08 12:22 UTC  (2+ messages)

[PATCH 0000/2297] [ANNOUNCE, RFC] "Fast Kernel Headers" Tree -v1: Eliminate the Linux kernel's "Dependency Hell"
 2022-01-08 12:17 UTC  (15+ messages)
            ` [PATCH] headers/deps: Add header dependencies to .c files: <linux/ptrace_api.h>
            ` [PATCH] FIX: headers/deps: uapi/headers: Create usr/include/uapi symbolic link
            ` [PATCH] x86/bitops: Remove unused __sw_hweight64() assembly implementation

[xen-unstable test] 167634: tolerable FAIL
 2022-01-08 12:14 UTC 

[frank-w-bpi-r2-4.14:5.16-r2pro 63/82] drivers/net/dsa/rtl8367s_mdio.c:1992 rtl8367s_vlan_config() warn: inconsistent indenting
 2022-01-08 12:15 UTC 

[PATCH] spi: qcom: geni: Simplify DMA setting
 2022-01-08 12:07 UTC 

[linux-next:master 10650/11475] drivers/net/can/janz-ican3.c:1303 ican3_get_echo_skb() error: uninitialized symbol 'dlc'
 2022-01-08 12:05 UTC 

[PATCH v6 00/23] QEMU RISC-V AIA support
 2022-01-08 12:03 UTC  (9+ messages)
` [PATCH v6 15/23] target/riscv: Implement AIA IMSIC interface CSRs
` [PATCH v6 18/23] hw/intc: Add RISC-V AIA APLIC device emulation

[PATCH] USB: serial: ch341: Add support for GW Instek USB2.0-Serial devices
 2022-01-08 12:00 UTC  (3+ messages)
` [PATCH v2 0/1] "
  ` [PATCH v2 1/1] "

[PATCH v2 0/2] mm: Fix kernel BUG in __check_heap_object() on PowerPC64
 2022-01-08 11:58 UTC  (3+ messages)
` [PATCH v2 1/2] powerpc: Fix virt_addr_valid() check

[Buildroot] [PATCH v3 1/1] package/systemd: add support for creating journal catalog DB
 2022-01-08 11:55 UTC  (2+ messages)

[PATCH v21 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2022-01-08 11:53 UTC  (24+ messages)
` [PATCH v21 bpf-next 01/23] net: skbuff: add size metadata to skb_shared_info for xdp
` [PATCH v21 bpf-next 02/23] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v21 bpf-next 03/23] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v21 bpf-next 04/23] net: mvneta: simplify mvneta_swbm_add_rx_fragment management
` [PATCH v21 bpf-next 05/23] net: xdp: add xdp_update_skb_shared_info utility routine
` [PATCH v21 bpf-next 06/23] net: marvell: rely on "
` [PATCH v21 bpf-next 07/23] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v21 bpf-next 08/23] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v21 bpf-next 09/23] bpf: introduce BPF_F_XDP_MB flag in prog_flags loading the ebpf program
` [PATCH v21 bpf-next 10/23] net: mvneta: enable jumbo frames if the loaded XDP program support mb
` [PATCH v21 bpf-next 11/23] bpf: introduce bpf_xdp_get_buff_len helper
` [PATCH v21 bpf-next 12/23] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v21 bpf-next 13/23] bpf: add multi-buffer support to xdp copy helpers
` [PATCH v21 bpf-next 14/23] bpf: move user_size out of bpf_test_init
` [PATCH v21 bpf-next 15/23] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v21 bpf-next 16/23] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [PATCH v21 bpf-next 17/23] bpf: selftests: update xdp_adjust_tail selftest to include multi-buffer
` [PATCH v21 bpf-next 18/23] libbpf: Add SEC name for xdp_mb programs
` [PATCH v21 bpf-next 19/23] bpf: generalise tail call map compatibility check
` [PATCH v21 bpf-next 20/23] net: xdp: introduce bpf_xdp_pointer utility routine
` [PATCH v21 bpf-next 21/23] bpf: selftests: introduce bpf_xdp_{load,store}_bytes selftest
` [PATCH v21 bpf-next 22/23] bpf: selftests: add CPUMAP/DEVMAP selftests for xdp multi-buff
` [PATCH v21 bpf-next 23/23] xdp: disable XDP_REDIRECT "

[PATCH] fix 5.15 init regression for Intel Bluetooth
 2022-01-08 11:53 UTC  (3+ messages)

[PATCH v2 0/9] ARM: mstar: cpupll
 2022-01-08 11:49 UTC  (5+ messages)
` [PATCH v2 2/9] clk: mstar: msc313 cpupll clk driver

make-rc: A parallel (as in make(1)) alternative to sysv-rc
 2022-01-08 11:43 UTC  (2+ messages)

[linux-next:master 10693/11475] drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c:4765:55: sparse: sparse: incorrect type in argument 3 (different base types)
 2022-01-08 11:44 UTC  (2+ messages)

[Bug Report] Desktop monitor sleep regression
 2022-01-08 11:44 UTC  (7+ messages)
        ` [Bug Report] Desktop monitor sleep regression #forregzbot

RDMA/mlx5: Regression since v5.15-rc5: Kernel panic when called ib_dereg_mr
 2022-01-08 11:41 UTC  (3+ messages)
  ` RDMA/mlx5: Regression since v5.15-rc5: Kernel panic when called ib_dereg_mr #forregzbot

[PATCH v5 08/69] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
 2022-01-07 21:54 UTC  (2+ messages)

[RFC PATCH v3 00/11] KVM: arm64: Add support for hypercall services selection
 2022-01-08  0:04 UTC  (5+ messages)
` [RFC PATCH v3 01/11] KVM: Capture VM start

[PATCH] eeprom: at25: Restore missing allocation
 2022-01-08 11:36 UTC  (2+ messages)

[Intel-wired-lan] [tnguy-next-queue:master] BUILD SUCCESS c25af830ab2608ef1dd5e4dada702ce1437ea8e7
 2022-01-08 11:35 UTC 

[PATCH v8 0/3] mmc: Add LiteSDCard mmc driver
 2022-01-08 11:29 UTC  (6+ messages)
` [PATCH v8 3/3] mmc: Add driver for LiteX's LiteSDCard interface

[linux-next:master 10529/11475] arch/mips/include/asm/local.h: asm/asm.h is included more than once
 2022-01-08 11:24 UTC  (4+ messages)
` [RFC PATCH linux-next] MIPS: fix duplicated inclusion

[intel-lts:5.10/preempt-rt 10992/20574] drivers/media/i2c/ti960-des.c:129:5: warning: no previous prototype for function 'bus_switch'
 2022-01-08 11:24 UTC 

linux-next: much more building going on
 2022-01-08 11:22 UTC  (5+ messages)

[Buildroot] [PATCH/next 1/1] package/rhash: fix activation of gettext
 2022-01-08 11:22 UTC  (2+ messages)

[GIT PULL] power-supply fixes for 5.16
 2022-01-08 11:22 UTC 

[Buildroot] [git commit] package/rhash: fix activation of gettext
 2022-01-08 11:21 UTC 

[Buildroot] [PATCH] package/scons: explicitly specify host Python 3
 2022-01-08 11:20 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/1] package/systemd: invoke systemd-tmpfilesd on final image
 2022-01-08 11:20 UTC  (2+ messages)

[PATCH] staging: pi433: move get version func to where all other functions are
 2022-01-08 11:19 UTC  (5+ messages)
` [PATCH v2] "

[Bug 215001] Regression in 5.15, Firmware-initialized graphics console selects FB_VGA16, screen corruption
 2022-01-08 11:16 UTC 

[PATCH 0/3] docs/zh_CN: add active_mm and balance translation
 2022-01-08 11:15 UTC  (9+ messages)
` [PATCH 2/3] docs_zh_CN: add active_mm translation
` [PATCH 3/3] docs/zh_CN: add balance translation

[ovmf test] 167636: all pass - PUSHED
 2022-01-08 11:14 UTC 

[PATCH] PCI / thunderbolt: Add quirk to handle incorrect Supported Link Speeds
 2022-01-08 11:13 UTC  (3+ messages)

[PATCH v2 00/18] user creatable pnv-phb3/pnv-phb4 devices
 2022-01-08 11:11 UTC  (5+ messages)
` [PATCH v2 17/18] ppc/pnv: Introduce user creatable pnv-phb4 devices

[PATCH 0/4] irqchip/meson-gpio: Add support for Meson-S4 SoC
 2022-01-08 11:06 UTC  (13+ messages)
` [PATCH 2/4] irqchip/meson-gpio: support more than 8 channels gpio irq line
` [PATCH 3/4] irqchip/meson-gpio: add select trigger type callback
` [PATCH 4/4] irqchip/meson-gpio: Add support for meson s4 SoCs

[Buildroot] [PATCH 1/1] package/systemd: Allow extra config options
 2022-01-08 11:04 UTC  (2+ messages)

[Buildroot] [git commit] package/scons: bring back Python interpreter call in SCONS variable
 2022-01-08 11:04 UTC 

[Buildroot] [git commit] package/{gpsd, benejson}: drop host-python3 dependency
 2022-01-08 11:04 UTC 

[Buildroot] [git commit] package/scons: explicitly specify host Python 3
 2022-01-08 11:04 UTC 

[PATCH 1/2] cgroup: add cpu.stat_percpu
 2022-01-08 11:03 UTC  (3+ messages)

[libvirt test] 167637: regressions - FAIL
 2022-01-08 11:02 UTC 

[RFC] mempool: modify flush threshold
 2022-01-08 11:00 UTC  (3+ messages)

[Buildroot] [PATH v2 1/1] docs/manual: add qemu defconfigs gitlab test
 2022-01-08 10:56 UTC  (3+ messages)

[PATCH v3] docs: ABI: fixed formatting in configfs-usb-gadget-uac2
 2022-01-08 10:56 UTC 

[PATCH 0/1] Async-signal safety in signal handlers
 2022-01-08 10:54 UTC  (4+ messages)
` [PATCH 1/1] fetch: fix deadlock when cleaning up lockfiles in async signals

[Buildroot] [git commit] package/libcap: bump version to 2.62
 2022-01-08 10:49 UTC 

[Buildroot] [git commit] package/libcurl: bump version to 7.81.0
 2022-01-08 10:47 UTC 

[Buildroot] [PATCH 1/1] package/libcap: bump version to 2.62
 2022-01-08 10:53 UTC  (2+ messages)

[Buildroot] [PATCH v2,1/1] package/file: fix build with gcc 4.8
 2022-01-08 10:51 UTC  (2+ messages)
` [Buildroot] [PATCH v2, 1/1] "

[Buildroot] [PATCH v2 1/2] package/python-pybind: fix upgrade to version 2.6.1
 2022-01-08 10:49 UTC  (10+ messages)
    ` [Buildroot] [PATCH v2 1/3] package/python-pybind: fix upgrade to 2.6.1
      ` [Buildroot] [PATCH v2 3/3] support/testing: add test for python-pybind

[Buildroot] [PATCH 1/1] package/libcurl: bump version to 7.81.0
 2022-01-08 10:48 UTC  (2+ messages)

include/uapi/linux/sysinfo.h:23:10: error: array is too large (18446744073709551608 elements)
 2022-01-08 10:43 UTC  (2+ messages)

[Buildroot] [git commit] package/freetype: bump version to 2.11.1
 2022-01-08 10:39 UTC 

[Buildroot] [PATCH 1/1] package/freetype: bump version to 2.11.1
 2022-01-08 10:40 UTC  (2+ messages)

[PATCH 1/9] Add a target to check example programs
 2022-01-08 10:30 UTC  (9+ messages)
` [PATCH 6/9] newlocale.3: Use LC_GLOBAL_LOCALE, not ..._HANDLE
` [PATCH 9/9] malloc_info.3: Use intptr_t to store pointers

[tj-cgroup:for-5.17] BUILD SUCCESS d4296faebd337e5f76c0fddb815de33d2b0ad118
 2022-01-08 10:34 UTC 

[tj-cgroup:for-next] BUILD SUCCESS 12ab2b5c8a0e7cb0af8e70593b8eb80c3e588986
 2022-01-08 10:34 UTC 

[PATCH V1 net-next 10/10] net: ena: Extract recurring driver reset code into a function
 2022-01-08 10:33 UTC  (3+ messages)

drivers/media/v4l2-core/v4l2-ioctl.c:303:28: warning: taking address of packed member 'pixelformat' of class or structure 'v4l2_pix_format_mplane' may result in an unaligned pointer value
 2022-01-08 10:33 UTC  (2+ messages)

[PATCH] tools/lib/lockdep: drop liblockdep
 2022-01-08 10:05 UTC  (3+ messages)

[Buildroot] package/aravis: new package
 2022-01-08 10:31 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/mpd: bump version to 0.23.5
 2022-01-08 10:26 UTC 

[linux-next:master 8287/11475] drivers/platform/x86/thinkpad_acpi.c:9600:9: error: implicit declaration of function 'power_supply_charge_behaviour_show'
 2022-01-08 10:24 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/waf: bump version to 2.0.23
 2022-01-08 10:07 UTC 

[PATCH 0/2] add i2c support for mt8186
 2022-01-08  9:54 UTC  (9+ messages)
` [PATCH 1/2] dt-bindings: i2c: update bindings for MT8186 SoC
` [PATCH 2/2] i2c: mediatek: Add i2c compatible for Mediatek MT8186

[Buildroot] [PATCH 1/1] package/alsa-lib: build with versioned symbols
 2022-01-08 10:04 UTC  (3+ messages)
` [Buildroot] [PATCH v2 1/1] package/alsa-lib: disable versioned symbols only when unsupported

[Buildroot] [PATCH 1/1] package/libsoundtouch: bump version to 2.3.1
 2022-01-08 10:03 UTC 

[Buildroot] [git commit] package/matchbox-fakekey: bump to version 0.3
 2022-01-08 10:02 UTC 

[Buildroot] [git commit] package/matchbox-lib: bump to version 1.12
 2022-01-08 10:01 UTC 

[Buildroot] [PATCH 1/2] package/matchbox-lib: bump to version 1.12
 2022-01-08 10:03 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/matchbox-fakekey: bump to version 0.3

[linux-next:master 10692/11475] drivers/net/ethernet/hisilicon/hns3/hns3_common/hclge_comm_rss.c:199:6: sparse: void extern [addressable] [toplevel] hclge_comm_get_rss_indir_tbl( ... )
 2022-01-08 10:02 UTC 

[Buildroot] [git commit] package/systemd: bump to version 250.1
 2022-01-08  9:59 UTC 

[PATCH v3] pinctrl: baytrail: Clear direct_irq_en flag on broken configs
 2022-01-08  9:59 UTC  (2+ messages)
  ` [PATCH] "

[Buildroot] [PATCH] package/systemd: bump to version 250.1
 2022-01-08  9:59 UTC  (2+ messages)

[PATCH] soc: qcom: aoss: Fix missing put_device call in qmp_get
 2022-01-08  9:59 UTC 

[Buildroot] [git commit] package/alsa-lib: disable versioned symbols only when unsupported
 2022-01-08  9:58 UTC 

[Buildroot] [PATCH 1/1] package/e2fsprogs: bump version to 1.46.5
 2022-01-08  9:58 UTC  (2+ messages)

[Buildroot] [git commit] package/e2fsprogs: bump version to 1.46.5
 2022-01-08  9:55 UTC 

[xenomai-images][PATCH v4 0/8] Update CI and kconfig for next and stable/3.2.x
 2022-01-08  9:56 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/libldns: bump version to 1.8.1
 2022-01-08  9:54 UTC 

[Buildroot] [git commit] package/xfsprogs: bump to version 5.14.2
 2022-01-08  9:51 UTC 

[Buildroot] [PATCH 1/1] package/xfsprogs: bump to version 5.14.2
 2022-01-08  9:54 UTC  (2+ messages)

[PATCH] iio: adc: rzg2l_adc: Fix typo
 2022-01-08  9:53 UTC  (2+ messages)

[mingo-tip:sched/headers 2047/2372] kernel/up.c:14:5: warning: no previous prototype for 'smp_call_function_single'
 2022-01-08  9:52 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libfribidi: bump version to 1.0.11
 2022-01-08  9:50 UTC 

[Buildroot] [git commit] package/exfatprogs: bump version to 1.1.3
 2022-01-08  9:49 UTC 

[Buildroot] [git commit] package/mtools: bump version to 4.0.36
 2022-01-08  9:48 UTC 

[Buildroot] [git commit] package/unrar: bump version to 6.1.3
 2022-01-08  9:47 UTC 

[Buildroot] [git commit] package/pngquant: bump version to 2.17.0
 2022-01-08  9:47 UTC 

[Buildroot] [PATCH 1/1] package/exfatprogs: bump version to 1.1.3
 2022-01-08  9:49 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/mtools: bump version to 4.0.36
 2022-01-08  9:49 UTC  (2+ messages)

[RFC PATCH v4 00/30] Add LoongArch softmmu support
 2022-01-08  9:14 UTC  (14+ messages)
` [RFC PATCH v4 05/30] target/loongarch: Add constant timer support
` [RFC PATCH v4 12/30] target/loongarch: Add timer related instructions support
` [RFC PATCH v4 14/30] hw/pci-host: Add ls7a1000 PCIe Host bridge support for Loongson3 Platform
` [RFC PATCH v4 15/30] hw/loongarch: Add support loongson3-ls7a machine type
` [RFC PATCH v4 18/30] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)
` [RFC PATCH v4 20/30] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)
` [RFC PATCH v4 21/30] hw/loongarch: Add irq hierarchy for the system
` [RFC PATCH v4 22/30] Enable common virtio pci support for LoongArch
` [RFC PATCH v4 24/30] hw/loongarch: Add LoongArch ls7a rtc device support
` [RFC PATCH v4 25/30] hw/loongarch: Add default bios startup support
` [RFC PATCH v4 26/30] hw/loongarch: Add -kernel and -initrd options support
` [RFC PATCH v4 28/30] hw/loongarch: Add LoongArch acpi support
` [RFC PATCH v4 29/30] hw/loongarch: Add fdt support

[Buildroot] [PATCH 1/1] package/pngquant: bump version to 2.17.0
 2022-01-08  9:47 UTC  (2+ messages)

[RFC PATCH v3 00/27] Add LoongArch softmmu support
 2022-01-08  9:44 UTC  (6+ messages)
` [RFC PATCH v3 18/27] hw/intc: Add LoongArch ls7a interrupt controller support(PCH-PIC)

[Buildroot] [PATCH 1/1] package/unrar: bump version to 6.1.3
 2022-01-08  9:47 UTC  (2+ messages)

[Buildroot] [git commit] package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.63
 2022-01-08  9:45 UTC 

[Buildroot] [PATCH 1/1] package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.63
 2022-01-08  9:45 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/icu: bump version to 70-1
 2022-01-08  9:39 UTC 

[PATCH v4 00/12] tcg/mips: Unaligned access and other cleanup
 2022-01-08  9:20 UTC  (3+ messages)
` [PATCH v4 05/12] tcg/mips: Unify TCG_GUEST_BASE_REG tests

[dpdk-dev] [RFC] mempool: implement index-based per core cache
 2022-01-08  9:37 UTC  (7+ messages)
` [PATCH 0/1] "

[PATCH] arm64: atomics: Dereference matching size
 2022-01-08  9:31 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.