All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-19 20:21:56 to 2021-04-19 20:50:58 UTC [more...]

[PATCH AUTOSEL 4.4 1/7] ARM: dts: Fix swapped mmc order for omap3
 2021-04-19 20:46 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 6/7] ia64: fix discontig.c section mismatches

[PATCH AUTOSEL 4.9 1/8] HID: alps: fix error return code in alps_input_configured()
 2021-04-19 20:45 UTC  (4+ messages)
` [PATCH AUTOSEL 4.9 3/8] s390/entry: save the caller of psw_idle
` [PATCH AUTOSEL 4.9 4/8] xen-netback: Check for hotplug-status existence before watching
` [PATCH AUTOSEL 4.9 7/8] ia64: fix discontig.c section mismatches

[PATCH AUTOSEL 4.14 01/11] HID: alps: fix error return code in alps_input_configured()
 2021-04-19 20:45 UTC  (12+ messages)
` [PATCH AUTOSEL 4.14 02/11] HID: wacom: Assign boolean values to a bool variable
` [PATCH AUTOSEL 4.14 03/11] ARM: dts: Fix swapped mmc order for omap3
` [PATCH AUTOSEL 4.14 04/11] net: geneve: check skb is large enough for IPv4/IPv6 header
` [PATCH AUTOSEL 4.14 05/11] s390/entry: save the caller of psw_idle
` [PATCH AUTOSEL 4.14 06/11] xen-netback: Check for hotplug-status existence before watching
` [PATCH AUTOSEL 4.14 07/11] cavium/liquidio: Fix duplicate argument
` [PATCH AUTOSEL 4.14 08/11] i2c: mv64xxx: Fix random system lock caused by runtime PM
` [PATCH AUTOSEL 4.14 09/11] ia64: fix discontig.c section mismatches
` [PATCH AUTOSEL 4.14 10/11] ia64: tools: remove duplicate definition of ia64_mf() on ia64
` [PATCH AUTOSEL 4.14 11/11] readdir: make sure to verify directory entry for legacy interfaces too

[PATCH AUTOSEL 4.19 01/12] HID: google: add don USB id
 2021-04-19 20:45 UTC  (13+ messages)
` [PATCH AUTOSEL 4.19 02/12] HID: alps: fix error return code in alps_input_configured()
` [PATCH AUTOSEL 4.19 03/12] HID: wacom: Assign boolean values to a bool variable
` [PATCH AUTOSEL 4.19 04/12] ARM: dts: Fix swapped mmc order for omap3
` [PATCH AUTOSEL 4.19 05/12] net: geneve: check skb is large enough for IPv4/IPv6 header
` [PATCH AUTOSEL 4.19 06/12] s390/entry: save the caller of psw_idle
` [PATCH AUTOSEL 4.19 07/12] xen-netback: Check for hotplug-status existence before watching
` [PATCH AUTOSEL 4.19 08/12] cavium/liquidio: Fix duplicate argument
` [PATCH AUTOSEL 4.19 09/12] i2c: mv64xxx: Fix random system lock caused by runtime PM
` [PATCH AUTOSEL 4.19 10/12] ia64: fix discontig.c section mismatches
` [PATCH AUTOSEL 4.19 11/12] ia64: tools: remove duplicate definition of ia64_mf() on ia64
` [PATCH AUTOSEL 4.19 12/12] readdir: make sure to verify directory entry for legacy interfaces too

git checkout behaviour when only ctime of file changes
 2021-04-19 20:47 UTC  (2+ messages)

[PATCH net] ibmvnic: Allow device probe if the device is not ready at boot
 2021-04-19 20:46 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 01/14] HID: google: add don USB id
 2021-04-19 20:44 UTC  (15+ messages)
` [PATCH AUTOSEL 5.4 02/14] HID: alps: fix error return code in alps_input_configured()
` [PATCH AUTOSEL 5.4 03/14] HID: wacom: Assign boolean values to a bool variable
` [PATCH AUTOSEL 5.4 04/14] ARM: dts: Fix swapped mmc order for omap3
` [PATCH AUTOSEL 5.4 05/14] net: geneve: check skb is large enough for IPv4/IPv6 header
` [PATCH AUTOSEL 5.4 06/14] s390/entry: save the caller of psw_idle
` [PATCH AUTOSEL 5.4 07/14] xen-netback: Check for hotplug-status existence before watching
` [PATCH AUTOSEL 5.4 08/14] cavium/liquidio: Fix duplicate argument
` [PATCH AUTOSEL 5.4 09/14] i2c: mv64xxx: Fix random system lock caused by runtime PM
` [PATCH AUTOSEL 5.4 10/14] csky: change a Kconfig symbol name to fix e1000 build error
` [PATCH AUTOSEL 5.4 11/14] ia64: fix discontig.c section mismatches
` [PATCH AUTOSEL 5.4 12/14] ia64: tools: remove duplicate definition of ia64_mf() on ia64
` [PATCH AUTOSEL 5.4 13/14] gcov: clang: fix clang-11+ build
` [PATCH AUTOSEL 5.4 14/14] readdir: make sure to verify directory entry for legacy interfaces too

[PATCH v5 00/31] target/arm: enforce alignment
 2021-04-19 20:22 UTC  (17+ messages)
` [PATCH v5 01/31] target/arm: Fix decode of align in VLDST_single
` [PATCH v5 02/31] target/arm: Rename TBFLAG_A32, SCTLR_B
` [PATCH v5 03/31] target/arm: Rename TBFLAG_ANY, PSTATE_SS
` [PATCH v5 04/31] target/arm: Add wrapper macros for accessing tbflags
` [PATCH v5 05/31] target/arm: Introduce CPUARMTBFlags
` [PATCH v5 06/31] target/arm: Move mode specific TB flags to tb->cs_base
` [PATCH v5 09/31] target/arm: Move TBFLAG_ANY bits to the bottom
` [PATCH v5 11/31] target/arm: Adjust gen_aa32_{ld, st}_i32 for align+endianness
` [PATCH v5 13/31] target/arm: Fix SCTLR_B test for TCGv_i64 load/store
` [PATCH v5 14/31] target/arm: Adjust gen_aa32_{ld, st}_i64 for align+endianness
` [PATCH v5 15/31] target/arm: Enforce word alignment for LDRD/STRD
` [PATCH v5 17/31] target/arm: Enforce alignment for LDM/STM
` [PATCH v5 19/31] target/arm: Enforce alignment for SRS
` [PATCH v5 20/31] target/arm: Enforce alignment for VLDM/VSTM
` [PATCH v5 21/31] target/arm: Enforce alignment for VLDR/VSTR
` [PATCH v5 22/31] target/arm: Enforce alignment for VLDn (all lanes)

[PATCH AUTOSEL 5.10 01/21] HID: google: add don USB id
 2021-04-19 20:44 UTC  (26+ messages)
` [PATCH AUTOSEL 5.10 02/21] HID: alps: fix error return code in alps_input_configured()
` [PATCH AUTOSEL 5.10 03/21] HID cp2112: fix support for multiple gpiochips
` [PATCH AUTOSEL 5.10 04/21] HID: wacom: Assign boolean values to a bool variable
` [PATCH AUTOSEL 5.10 05/21] soc: qcom: geni: shield geni_icc_get() for ACPI boot
` [PATCH AUTOSEL 5.10 06/21] dmaengine: xilinx: dpdma: Fix descriptor issuing on video group
` [PATCH AUTOSEL 5.10 07/21] dmaengine: xilinx: dpdma: Fix race condition in done IRQ
` [PATCH AUTOSEL 5.10 08/21] ARM: dts: Fix swapped mmc order for omap3
` [PATCH AUTOSEL 5.10 09/21] net: geneve: check skb is large enough for IPv4/IPv6 header
` [PATCH AUTOSEL 5.10 10/21] dmaengine: tegra20: Fix runtime PM imbalance on error
` [PATCH AUTOSEL 5.10 11/21] s390/entry: save the caller of psw_idle
` [PATCH AUTOSEL 5.10 12/21] arm64: kprobes: Restore local irqflag if kprobes is cancelled
` [PATCH AUTOSEL 5.10 13/21] xen-netback: Check for hotplug-status existence before watching
` [PATCH AUTOSEL 5.10 14/21] cavium/liquidio: Fix duplicate argument
` [PATCH AUTOSEL 5.10 15/21] i2c: mv64xxx: Fix random system lock caused by runtime PM
` [PATCH AUTOSEL 5.10 16/21] kasan: fix hwasan build for gcc
` [PATCH AUTOSEL 5.10 17/21] csky: change a Kconfig symbol name to fix e1000 build error
` [PATCH AUTOSEL 5.10 18/21] ia64: fix discontig.c section mismatches
` [PATCH AUTOSEL 5.10 19/21] ia64: tools: remove duplicate definition of ia64_mf() on ia64
` [PATCH AUTOSEL 5.10 20/21] gcov: clang: fix clang-11+ build
` [PATCH AUTOSEL 5.10 21/21] readdir: make sure to verify directory entry for legacy interfaces too

[Cocci] [PATCH] Coccinelle: drop context *s
 2021-04-19 19:58 UTC  (2+ messages)
`  "

[PATCH] releases: update to include 3.3
 2021-04-19 20:47 UTC 

[Cluster-devel] [PATCH v2 0/8] gfs2-utils: Import linux/gfs2_ondisk.h
 2021-04-19 20:47 UTC  (4+ messages)
` [Cluster-devel] [PATCH 1/8] "

[PATCH AUTOSEL 5.11 01/23] HID: google: add don USB id
 2021-04-19 20:43 UTC  (28+ messages)
` [PATCH AUTOSEL 5.11 02/23] HID: asus: Add support for 2021 ASUS N-Key keyboard
` [PATCH AUTOSEL 5.11 03/23] HID: alps: fix error return code in alps_input_configured()
` [PATCH AUTOSEL 5.11 04/23] HID cp2112: fix support for multiple gpiochips
` [PATCH AUTOSEL 5.11 05/23] HID: wacom: Assign boolean values to a bool variable
` [PATCH AUTOSEL 5.11 06/23] soc: qcom: geni: shield geni_icc_get() for ACPI boot
` [PATCH AUTOSEL 5.11 07/23] dmaengine: xilinx: dpdma: Fix descriptor issuing on video group
` [PATCH AUTOSEL 5.11 08/23] dmaengine: xilinx: dpdma: Fix race condition in done IRQ
` [PATCH AUTOSEL 5.11 09/23] ARM: dts: Fix swapped mmc order for omap3
` [PATCH AUTOSEL 5.11 10/23] m68k: fix flatmem memory model setup
` [PATCH AUTOSEL 5.11 11/23] net: geneve: check skb is large enough for IPv4/IPv6 header
` [PATCH AUTOSEL 5.11 12/23] dmaengine: tegra20: Fix runtime PM imbalance on error
` [PATCH AUTOSEL 5.11 13/23] s390/entry: save the caller of psw_idle
` [PATCH AUTOSEL 5.11 14/23] arm64: kprobes: Restore local irqflag if kprobes is cancelled
` [PATCH AUTOSEL 5.11 15/23] xen-netback: Check for hotplug-status existence before watching
` [PATCH AUTOSEL 5.11 16/23] cavium/liquidio: Fix duplicate argument
` [PATCH AUTOSEL 5.11 17/23] i2c: mv64xxx: Fix random system lock caused by runtime PM
` [PATCH AUTOSEL 5.11 18/23] kasan: fix hwasan build for gcc
` [PATCH AUTOSEL 5.11 19/23] csky: change a Kconfig symbol name to fix e1000 build error
` [PATCH AUTOSEL 5.11 20/23] ia64: fix discontig.c section mismatches
` [PATCH AUTOSEL 5.11 21/23] ia64: tools: remove duplicate definition of ia64_mf() on ia64
` [PATCH AUTOSEL 5.11 22/23] gcov: clang: fix clang-11+ build
` [PATCH AUTOSEL 5.11 23/23] readdir: make sure to verify directory entry for legacy interfaces too

[PATCH v3] qapi: introduce 'query-cpu-model-cpuid' action
 2021-04-19 20:23 UTC  (6+ messages)

[meta-gplv2] [PATCH] conf/distro: Add removal of btrfs-tools from util-linux ptest depends
 2021-04-19 20:46 UTC 

[PATCH v2 1/3] btrfs-tools: Update to 5.11.1
 2021-04-19 20:46 UTC  (3+ messages)
` [OE-core] "

[Buildroot] [git commit] package/luarocks: bump to version 3.7.0
 2021-04-19 20:45 UTC 

[Buildroot] [PATCH 1/1] package/luv: bump to version 1.40.0-0
 2021-04-19 20:45 UTC  (2+ messages)

[PATCH 00/14] hw(/block/)nvme: spring cleaning
 2021-04-19 19:28 UTC  (6+ messages)
` [PATCH 04/14] hw/block/nvme: consolidate header files
` [PATCH 06/14] hw/block/nvme: remove non-shared defines from header file
` [PATCH 09/14] hw/block/nvme: add metadata offset helper
` [PATCH 11/14] hw/block/nvme: remove num_namespaces member
` [PATCH 13/14] hw/block/nvme: move zoned constraints checks

[Buildroot] [git commit] package/luv: bump to version 1.40.0-0
 2021-04-19 20:45 UTC 

[Buildroot] [PATCH 1/1] DEVELOPERS: Add myself for postgis
 2021-04-19 20:44 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/domoticz: drop first patch
 2021-04-19 20:44 UTC  (5+ messages)
` [Buildroot] [PATCH 2/2] package/domoticz: drop boost date-time dependency

[Buildroot] [git commit] DEVELOPERS: add Maxim Kochetkov for postgis
 2021-04-19 20:44 UTC 

[PATCH 1/4] scripts/oe-debuginfod: correct several issues
 2021-04-19 20:42 UTC  (3+ messages)
` [PATCH 3/4] default-distrovars.inc: add debuginfod to default DISTRO_FEATURES
    ` [OE-core] "

Poll for call
 2021-04-19 20:42 UTC  (2+ messages)

[PATCH][v2] dax: Fix missed wakeup during dax entry invalidation
 2021-04-19 20:42 UTC  (8+ messages)
  ` [Virtio-fs] "

[PATCH 1/5] nfsd: ensure new clients break delegations
 2021-04-19 20:42 UTC  (5+ messages)
` [PATCH 2/5] nfsd: hash nfs4_files by inode number

include/linux/compiler_types.h:326:38: error: call to '__compiletime_assert_544' declared with attribute error: BUILD_BUG_ON failed: sizeof(struct abort_entry_24xx) != 64
 2021-04-19 20:41 UTC  (2+ messages)

DEL_INTERFACE and CMD_SET_CQM failed; Could not register frame watch type 00d0: -95
 2021-04-19 20:41 UTC  (2+ messages)

[PATCH] spidev: Add Micron SPI NOR Authenta device compatible
 2021-04-19 20:40 UTC 

[dpdk-dev] [PATCH] config/arm: add support for Marvell CN10K
 2021-04-19 20:39 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH] perf/x86/intel/uncore: Remove uncore extra PCI dev HSWEP_PCI_PCU_3
 2021-04-19 20:38 UTC  (2+ messages)

[Buildroot] [PATCH v2, 1/1] package/oniguruma: bump to version 6.9.7.1
 2021-04-19 20:39 UTC  (2+ messages)

next/master build: 229 builds: 5 failed, 224 passed, 13 errors, 526 warnings (next-20210419)
 2021-04-19 20:39 UTC 

[PATCH] sched/isolation: don't do unbounded chomp on bootarg string
 2021-04-19 20:38 UTC  (2+ messages)

[PATCH 00/18] Prepare tests for reftable backend
 2021-04-19 20:38 UTC  (3+ messages)
` [PATCH 04/18] t1401-symbolic-ref: avoid direct filesystem access

[xlnx:release-2020.2.2_k26 207/241] drivers/pinctrl/core.c:1273:6: warning: 'ret' may be used uninitialized in this function
 2021-04-19 20:35 UTC  (2+ messages)

[PATCH v4 0/4] perf util: bpf perf improvements
 2021-04-19 20:36 UTC  (5+ messages)
` [PATCH v4 1/4] perf util: move bpf_perf definitions to a libperf header
` [PATCH v4 2/4] perf bpf: check perf_attr_map is compatible with the perf binary
` [PATCH v4 3/4] perf-stat: introduce config stat.bpf-counter-events
` [PATCH v4 4/4] perf-stat: introduce ':b' modifier

[dpdk-dev] [PATCH] eal/windows: fix build warnings in MinGW
 2021-04-19 20:33 UTC  (7+ messages)
      ` [dpdk-dev] [dpdk-ci] "

[PATCH v2] um: Fix stack pointer alignment
 2021-04-19 20:36 UTC  (3+ messages)

[PATCH 00/13] [RFC] Rust support
 2021-04-19 20:35 UTC  (6+ messages)

[xtf test] 161294: all pass - PUSHED
 2021-04-19 20:35 UTC 

[Buildroot] [git commit] package/oniguruma: bump to version 6.9.7.1
 2021-04-19 20:35 UTC 

[Buildroot] [PATCH] package/libnss: bump version to 3.64
 2021-04-19 20:35 UTC  (2+ messages)

RFC: Moving git-gui development to GitHub
 2021-04-19 20:33 UTC  (7+ messages)
          ` Pain points in PRs [was: Re: RFC: Moving git-gui development to GitHub]

[PATCH 3/4] mce/copyin: fix to not SIGBUS when copying from user hits poison
 2021-04-19 20:32 UTC 

✅ PASS: Test report for kernel 5.11.16-rc1 (stable, f34f787f)
 2021-04-19 20:35 UTC 

[Buildroot] [PATCH 1/5] package/freescale-imx/imx-vpu-hantro: bump version to 1.21.0
 2021-04-19 20:35 UTC  (5+ messages)
` [Buildroot] [PATCH 2/5] package/freescale-imx/firmware-imx: bump version to 8.11
` [Buildroot] [PATCH 5/5] package/freescale-imx/imx-seco: bump to version 3.7.5

[Buildroot] [git commit] package/libnss: bump version to 3.64
 2021-04-19 20:34 UTC 

[PATCH mptcp-next 0/3] Squash to "selftests: mptcp: add a test case for MSG_PEEK"
 2021-04-19 20:33 UTC  (4+ messages)
` [PATCH mptcp-next 1/3] selftests: mptcp: use 2 different 'peek' modes
` [PATCH mptcp-next 2/3] selftests: mptcp: same NS for Peek tests in IPv6
` [PATCH mptcp-next 3/3] selftests: mptcp: avoid non-const global variables

[PATCH] drm/amdkfd: svm ranges creation for unregistered memory
 2021-04-19 20:34 UTC  (2+ messages)

[PATCH RFC] migration: warn about non-migratable configurations unless '--no-migration' was specified
 2021-04-19 19:32 UTC  (10+ messages)

[Buildroot] [git commit] package/domoticz: drop boost date-time dependency
 2021-04-19 20:33 UTC 

[Buildroot] [git commit] package/domoticz: drop first patch
 2021-04-19 20:33 UTC 

[Buildroot] [Bug 13721] New: c-stack.c:55:26: error: missing binary operator before token "("
 2021-04-19 20:31 UTC  (2+ messages)
` [Buildroot] [Bug 13721] "

[PATCH v3 00/30] target/mips: Re-org to allow KVM-only builds
 2021-04-19 19:31 UTC  (3+ messages)
` [PATCH v3 09/30] target/mips: Merge do_translate_address into cpu_mips_translate_address

[meta-oe][PATCH] v4l-utils: fix reproducibility
 2021-04-19 20:28 UTC 

[PATCH v3 0/4] perf util: bpf perf improvements
 2021-04-19 20:27 UTC  (6+ messages)
` [PATCH v3 3/4] perf-stat: introduce config stat.bpf-counter-events

[Buildroot] [PATCH] package/libgpiod: bump to version 1.6.3
 2021-04-19 20:27 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/meson: bump version to 0.57.2
 2021-04-19 20:27 UTC  (2+ messages)

[Buildroot] [git commit] package/libgpiod: bump to version 1.6.3
 2021-04-19 20:26 UTC 

[Buildroot] [git commit] package/meson: bump version to 0.57.2
 2021-04-19 20:26 UTC 

[Buildroot] [git commit] package/grpc: bump to version 1.37.0
 2021-04-19 20:26 UTC 

[Buildroot] [PATCH] package/grpc: bump to version 1.37.0
 2021-04-19 20:26 UTC  (2+ messages)

no SELinux common criteria?
 2021-04-19 20:25 UTC  (2+ messages)

[PATCH v2] usb: dwc3: core: Do core softreset when switch mode
 2021-04-19 20:24 UTC  (10+ messages)
` [PATCH v3] "

[PATCH 0/2] sched/fair: (The return of) misfit task load-balance tweaks
 2021-04-19 20:23 UTC  (7+ messages)
` [PATCH 2/2] sched/fair: Relax task_hot() for misfit tasks

[Buildroot] [git commit] package/libcurl: bump version to 7.76.1
 2021-04-19 20:23 UTC 

[Buildroot] [PATCH 1/1] package/libcurl: bump version to 7.76.1
 2021-04-19 20:23 UTC  (2+ messages)

[PATCH 0/8] Tests: introduce custom jobs
 2021-04-19 19:35 UTC  (3+ messages)
` [PATCH 7/8] tests/acceptance/migration.py: cancel test on s390x


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.