All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-17 19:20:39 to 2021-11-17 20:31:34 UTC [more...]

[PATCH v3 0/8] Add MAX77714 PMIC minimal driver (RTC and watchdog only)
 2021-11-17 20:31 UTC  (5+ messages)
` [PATCH v3 2/8] rtc: max77686: rename day-of-month defines
` [PATCH v3 3/8] rtc: max77686: remove unused code to read in 12-hour mode

kernel/futex/waitwake.c:281 futex_wake_op() warn: bitwise AND condition is false here
 2021-11-17 20:31 UTC 

[PATCH] PCI: apple: Reset the port for 100ms on probe
 2021-11-17 20:28 UTC  (5+ messages)

drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c:1148:33: warning: variable 'priv' set but not used
 2021-11-17 20:29 UTC  (2+ messages)

[Buildroot] Running script after init
 2021-11-17 20:29 UTC  (4+ messages)

[PATCH 5.10 000/569] 5.10.80-rc4 review
 2021-11-17 20:29 UTC  (2+ messages)

meeting notes Nov 17, 2021
 2021-11-17 20:29 UTC 

[igt-dev] [PATCH i-g-t] tests/i915/gem_exec_capture: Minor fix of bug in code
 2021-11-17 20:29 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[Buildroot] [PATCH] package/libabseil-cpp: bump to version 20211102.0
 2021-11-17 20:28 UTC 

[PATCH v2] Fix typo in comment
 2021-11-17 20:26 UTC  (2+ messages)

[PATCH] Bluetooth: btusb: Add support for TP-Link UB500 Adapter
 2021-11-17 20:27 UTC  (7+ messages)

[Intel-gfx] [PATCH] drm/i915/display/dg2: Introduce CD clock squashing table
 2021-11-17 20:27 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "

[PATCH] ext4: drop an always true check
 2021-11-17 20:26 UTC  (2+ messages)

[PATCH dwarves 0/4] btf: support btf_type_tag attribute
 2021-11-17 20:22 UTC  (5+ messages)
` [PATCH dwarves 1/4] libbpf: sync with latest libbpf repo
` [PATCH dwarves 2/4] dutil: move DW_TAG_LLVM_annotation definition to dutil.h
` [PATCH dwarves 3/4] dwarf_loader: support btf_type_tag attribute
` [PATCH dwarves 4/4] btf_encoder: "

[PATCHv5 1/3] optee: updae optee-os.inc to support external TAs
 2021-11-17 20:24 UTC  (4+ messages)
` [PATCHv5 2/3] add optee-ftpm
  ` [meta-arm] "

[kvalo-ath:ath-qca] BUILD SUCCESS 971c0a92ad5b47843d6ec3b725d9e0dde7892399
 2021-11-17 20:22 UTC 

[kvalo-ath:master] BUILD SUCCESS 63ec871bc50a306aac550e2d85f697ca2d5f5deb
 2021-11-17 20:22 UTC 

[kvalo-ath:ath-next] BUILD SUCCESS 64bc3aa02ae78b1fcb1b850e0eb1f0622002bfaa
 2021-11-17 20:22 UTC 

[PATCH] Fix typo in comment
 2021-11-17 20:23 UTC  (3+ messages)

[song-md:md-next] BUILD SUCCESS 673db576e886bb476aea3e82e1978fa6cb8bd368
 2021-11-17 20:22 UTC 

[song-md:md-fixes] BUILD SUCCESS 78a7fb15ebd7b8557a87ebcf02c81018fb7566f7
 2021-11-17 20:22 UTC 

stable-rc/queue/5.10 baseline: 151 runs, 2 regressions (v5.10.79-569-g7cba82f768816)
 2021-11-17 20:22 UTC 

[PATCH v12 00/17] btrfs: add ioctls and send/receive support for reading/writing compressed data
 2021-11-17 20:19 UTC  (28+ messages)
` [PATCH v12 01/17] fs: export rw_verify_area()
` [PATCH v12 02/17] fs: export variant of generic_write_checks without iov_iter
` [PATCH v12 03/17] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH v12 04/17] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH v12 05/17] btrfs: support different disk extent size for delalloc
` [PATCH v12 06/17] btrfs: clean up cow_file_range_inline()
` [PATCH v12 07/17] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH v12 08/17] btrfs: add definitions + documentation for encoded I/O ioctls
` [PATCH v12 09/17] btrfs: add BTRFS_IOC_ENCODED_READ
` [PATCH v12 10/17] btrfs: add BTRFS_IOC_ENCODED_WRITE
` [PATCH v12 11/17] btrfs: send: remove unused send_ctx::{total,cmd}_send_size
` [PATCH v12 12/17] btrfs: send: fix maximum command numbering
` [PATCH v12 13/17] btrfs: add send stream v2 definitions
` [PATCH v12 14/17] btrfs: send: write larger chunks when using stream v2
` [PATCH v12 15/17] btrfs: send: allocate send buffer with alloc_page() and vmap() for v2
` [PATCH v12 16/17] btrfs: send: send compressed extents with encoded writes
` [PATCH v12 17/17] btrfs: send: enable support for stream v2 and compressed writes
` [PATCH v12 01/10] btrfs-progs: receive: support v2 send stream larger tlv_len
` [PATCH v12 02/10] btrfs-progs: receive: dynamically allocate sctx->read_buf
` [PATCH v12 03/10] btrfs-progs: receive: support v2 send stream DATA tlv format
` [PATCH v12 04/10] btrfs-progs: receive: add send stream v2 cmds and attrs to send.h
` [PATCH v12 05/10] btrfs-progs: receive: process encoded_write commands
` [PATCH v12 06/10] btrfs-progs: receive: encoded_write fallback to explicit decode and write
` [PATCH v12 07/10] btrfs-progs: receive: process fallocate commands
` [PATCH v12 08/10] btrfs-progs: receive: process setflags ioctl commands
` [PATCH v12 09/10] btrfs-progs: send: stream v2 ioctl flags
` [PATCH v12 10/10] btrfs-progs: receive: add tests for basic encoded_write send/receive

[PATCH v2] bus: mhi: Fix race while handling SYS_ERR at power up
 2021-11-17 20:20 UTC  (4+ messages)

[Buildroot] [Bug 14356] New: cronstamp jobs are not performed with bumped version of dcron
 2021-11-17 20:20 UTC  (2+ messages)
` [Buildroot] [Bug 14356] "

[PATCH 0/2] Generate temporary files using a CSPRNG
 2021-11-17 20:19 UTC  (12+ messages)
` [PATCH 1/2] wrapper: add a helper to generate numbers from "

[PATCH v5 00/16] Add CAAM driver model support
 2021-11-17 20:19 UTC  (6+ messages)
` [PATCH v5 01/16] crypto/fsl: Add support for CAAM Job ring driver model
    ` [EXT] "

Linux 5.16-rc1
 2021-11-17 20:18 UTC  (6+ messages)

[PATCH] docs: Minor updates on the powernv documentation
 2021-11-17 20:16 UTC 

[RFC] How to fix eventpoll rwlock based priority inversion on PREEMPT_RT?
 2021-11-17 20:11 UTC  (2+ messages)

[PATCH v7] hugetlb: Add hugetlb.*.numa_stat file
 2021-11-17 20:18 UTC  (2+ messages)

[PATCH] docs: Introducing pseries documentation
 2021-11-17 20:14 UTC 

[RFC -next 0/2] refcount: add tracking infrastructure
 2021-11-17 20:16 UTC  (5+ messages)
` [RFC -next 1/2] lib: add reference counting infrastructure
` [RFC -next 2/2] net: add dev_hold_track() and dev_put_track() helpers

stable-rc/queue/5.10 build: 183 builds: 3 failed, 180 passed, 4 errors, 13 warnings (v5.10.79-569-g878c6aeb961b)
 2021-11-17 20:12 UTC 

[mptcp:export] BUILD SUCCESS 98fb1b1ee27f9173f03e2787422ad1045b988a96
 2021-11-17 20:11 UTC 

[PATCH v2 0/3] Fix stack usage on parisc & improve code size bloat
 2021-11-17 20:14 UTC  (4+ messages)
` [PATCH v2 1/3] lib: zstd: Fix unused variable warning
` [PATCH v2 2/3] lib: zstd: Don't inline functions in zstd_opt.c
` [PATCH v2 3/3] lib: zstd: Don't add -O3 to cflags

[PATCH 03/12] crypto/ffdhe: Finite Field DH Ephemeral Parameters
 2021-11-17 20:04 UTC  (3+ messages)
` [RFC PATCH] crypto/ffdhe: ffdhe2048_g[] can be static

[PATCH] drm/panel-edp: modify Kconfig to prevent build error
 2021-11-17 20:04 UTC  (4+ messages)

arch/arm/kernel/module-plts.c:65 get_module_plt() warn: we never enter this loop
 2021-11-17 20:04 UTC 

[PATCH v10 0/5] Add Xilinx AMS Driver
 2021-11-17 20:03 UTC  (3+ messages)
` [PATCH v10 3/5] iio: adc: Add Xilinx AMS driver

[RFC PATCH 0/5] Firmware Upload Framework
 2021-11-17 20:02 UTC  (10+ messages)
` [RFC PATCH 1/5] firmware: Create firmware upload framework
` [RFC PATCH 2/5] firmware: upload: Enable firmware uploads

stable-rc/queue/4.4 build: 182 builds: 5 failed, 177 passed, 6 errors, 35 warnings (v4.4.292-113-g6228095756d3)
 2021-11-17 20:02 UTC 

[PATCH 0/2] kvm: x86: Fix PMU virtualization for some basic events
 2021-11-17 20:01 UTC  (6+ messages)
` [PATCH 1/2] KVM: x86: Update vPMCs when retiring instructions

Failing QEMU iotests
 2021-11-17 19:59 UTC  (4+ messages)

drivers/media/i2c/ccs/ccs-core.c:2073:0: warning: syntax error [syntaxError]
 2021-11-17 20:01 UTC 

[igt-dev] [PATCH i-g-t v3 1/1] tests/gem_blits: Add no-reloc capability
 2021-11-17 20:00 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for series starting with [i-g-t,v3,1/1] "

[PATCH] x86/paravirt: Fix build PARAVIRT_XXL=y without XEN_PV
 2021-11-17 19:57 UTC  (7+ messages)

[PATCH net-next 1/1] net: add missing include in include/net/gro.h
 2021-11-17 19:57 UTC  (2+ messages)

[dpdk-dev] [dpdk-announce] release candidate 21.11-rc2
 2021-11-17 19:56 UTC  (2+ messages)

[PATCH v13 1/3] grep: refactor next_match() and match_one_pattern() for external use
 2021-11-17 19:56 UTC  (10+ messages)
` [PATCH v13 3/3] grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data

[PATCH] staging: greybus: Add missing rwsem around snd_ctl_remove() calls
 2021-11-17 19:56 UTC  (2+ messages)
` [greybus-dev] "

[Intel-gfx] [PATCH v2 1/6] drm/i915: move the pre_pin earlier
 2021-11-17 19:53 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v2,1/6] "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[PATCH v1] hw/i386/amd_iommu: clean up broken event logging
 2021-11-17 19:19 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t] igt_core: Fix docs for SLOW_QUICK
 2021-11-17 19:51 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[PATCH v4] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
 2021-11-17 19:50 UTC  (7+ messages)

[PATCH 0/8] systemd: allow building for nativesdk
 2021-11-17 19:50 UTC  (10+ messages)
` [OE-core] "

[RFC PATCH 0/3] Introduce configurable ring buffer page size
 2021-11-17 19:50 UTC  (3+ messages)
` [PATCH 3/3] [WiP] trace: Set new size of the ring buffer page

[PATCH v6] mm: Add PM_THP_MAPPED to /proc/pid/pagemap
 2021-11-17 19:48 UTC 

❌ FAIL: Test report for kernel 5.16.0-rc1 (mainline.kernel.org-clang, ee1703cd)
 2021-11-17 19:48 UTC 

[PATCH v1 00/12] drm/rockchip: RK356x VOP2 support
 2021-11-17 19:45 UTC  (6+ messages)
` [PATCH 12/12] drm: rockchip: Add VOP2 driver

[PATCH v2] ASoC: sunxi: sun4i-spdif: Implement IEC958 control
 2021-11-17 19:44 UTC  (3+ messages)

[PATCH 0/6] rcu/nocb: Last prep work before cpuset interface
 2021-11-17 19:46 UTC  (5+ messages)
` [PATCH 4/6] rcu/nocb: Create nocb kthreads on all CPUs as long as the "rcu_nocb=" is passed
` [PATCH 5/6] rcu/nocb: Allow empty "rcu_nocbs" kernel parameter

[PATCH v2 00/13] Eliminate drive_get_next()
 2021-11-17 19:45 UTC  (3+ messages)
` [PATCH v2 01/13] hw/sd/ssi-sd: Do not create SD card within controller's realize

stable-rc/linux-5.10.y build: 165 builds: 3 failed, 162 passed, 4 errors, 13 warnings (v5.10.79-570-g087abd07310fe)
 2021-11-17 19:44 UTC 

stable-rc/queue/4.19 baseline: 137 runs, 1 regressions (v4.19.217-250-gcb36871725fe)
 2021-11-17 19:44 UTC 

[PATCH 01/36] ovmf: submit patch upstream
 2021-11-17 19:43 UTC  (6+ messages)
` [PATCH 22/36] elfutils: update 0.185 -> 0.186

[PATCH bpf-next 1/2] libbpf: accommodate DWARF/compiler bug with duplicated structs
 2021-11-17 19:42 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add btf_dedup case with duplicated structs within CU

Build regressions/improvements in v5.16-rc1
 2021-11-17 19:39 UTC  (11+ messages)

[PATCHSET 0/4] Add support for list issue
 2021-11-17 19:41 UTC  (3+ messages)
` [PATCH 4/4] nvme: add support for mq_ops->queue_rqs()

drivers/infiniband/core/cm.c:1314:21: sparse: sparse: cast from restricted __be32
 2021-11-17 19:41 UTC  (2+ messages)

[RFC PATCH] plugins/meson.build: fix linker issue with weird paths
 2021-11-17 19:39 UTC  (2+ messages)
` [RFC PATCH] plugins/meson.build: fix linker issue with weird paths (for v6.2?)

[tip:x86/core 1/1] arch/x86/um/../lib/csum-partial_64.c:98:12: error: implicit declaration of function 'load_unaligned_zeropad'
 2021-11-17 19:40 UTC  (4+ messages)

[RFC PATCH 0/1] mm/slub: endless "No data" printing for alloc/free_traces attribute
 2021-11-17 19:39 UTC  (2+ messages)
` [RFC PATCH 1/1] mm/slub: fix "

r8188eu and cfg80211
 2021-11-17 19:39 UTC  (2+ messages)

drivers/target/target_core_spc.c:44:18: sparse: sparse: incorrect type in assignment (different address spaces)
 2021-11-17 19:38 UTC  (2+ messages)

[PATCH v2] hugetlb, userfaultfd: Fix reservation restore on userfaultfd error
 2021-11-17 19:38 UTC 

Redfish implementation does not supply SoftwareId
 2021-11-17 19:36 UTC  (2+ messages)

[PATCH 0/2] drm: Support input-boosted panel self-refresh exit
 2021-11-17 19:36 UTC  (5+ messages)
` [PATCH 2/2] drm/self_refresh: Disable self-refresh on input events

[PATCH net-next] neigh: introduce __neigh_confirm() for __ipv{4, 6}_confirm_neigh
 2021-11-17 19:34 UTC  (2+ messages)

[PATCH v2 1/1] tpm: clear state post probing
 2021-11-17 19:34 UTC  (10+ messages)

[PATCH 0/8] media: atomisp: sync the remaining code with Aero firmware
 2021-11-17 19:34 UTC  (18+ messages)
` [PATCH 1/8] media: atomisp: atomisp_cmd: make it more compatible with firmware
` [PATCH 2/8] media: atomisp: get rid of set pipe version custom ctrl
` [PATCH 3/8] media: atomisp: simplify binary.c
` [PATCH 4/8] media: atomisp: binary.c: drop logic incompatible with firmware
` [PATCH 5/8] media: atomisp: pipe_binarydesc: "
` [PATCH 6/8] media: atomisp: frame.c: drop a now-unused function
` [PATCH 7/8] media: atomisp: add YUVPP at __atomisp_get_pipe() logic
` [PATCH 8/8] media: atomisp: cleanup qbuf logic

[PATCH] ARM: socfpga: Fix crash with CONFIG_FORTIRY_SOURCE
 2021-11-17 19:32 UTC  (2+ messages)

drivers/scsi/scsi_scan.c:100:6: sparse: sparse: symbol 'scsi_scan_type' was not declared. Should it be static?
 2021-11-17 19:32 UTC  (2+ messages)

[PATCH 0/3] virtio-net: Only enable userland vq if using tap backend
 2021-11-17 19:28 UTC  (4+ messages)
` [PATCH 1/3] virtio-net: Fix indentation
` [PATCH 2/3] virtio-net: Only enable userland vq if using tap backend
` [PATCH 3/3] virtio-net: Fix log message

[f2fs-dev] [PATCH 1/6] f2fs: rework write preallocations
 2021-11-17 19:32 UTC  (8+ messages)
` [f2fs-dev] [PATCH 2/6] f2fs: do not expose unwritten blocks to user by DIO

[PATCH v3 00/12] KVM: x86/xen: Add in-kernel Xen event channel delivery
 2021-11-17 19:30 UTC  (7+ messages)
` [PATCH v3 08/12] KVM: Propagate vcpu explicitly to mark_page_dirty_in_slot()

[BlueZ PATCH v5 1/6] doc: Introduce the Adv Monitor Device Found/Lost events
 2021-11-17 19:32 UTC  (2+ messages)
` [BlueZ,v5,1/6] "

arch/x86/kernel/signal.c:936:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-11-17 19:30 UTC  (2+ messages)

release candidate 21.11-rc3
 2021-11-17 19:30 UTC 

[PATCH v9 0/5] Add Xilinx AMS Driver
 2021-11-17 19:28 UTC  (9+ messages)
` [PATCH v9 5/5] MAINTAINERS: Add maintainer for xilinx-ams

Inclusion request for mainline commit d3c4b6f64ad356c0d9ddbcf73fa471e6a841cc5c
 2021-11-17 19:27 UTC 

[RFC net-next 0/2] explicit netdev refs
 2021-11-17 19:27 UTC  (5+ messages)
` [RFC net-next 1/2] net: add netdev_refs debug

[PATCH v5] driver: spi: add bcm iproc qspi support
 2021-11-17 19:27 UTC 

stable-rc/queue/4.9 build: 185 builds: 3 failed, 182 passed, 2 errors, 37 warnings (v4.9.290-158-g1c9ba0d60284)
 2021-11-17 19:26 UTC 

[PATCH] clocksource/drivers/arm_arch_timer: Force inlining of erratum_set_next_event_generic()
 2021-11-17 19:24 UTC  (3+ messages)

[PATCH] arch: x86: use swap()
 2021-11-17 19:26 UTC 

[PATCH v2] PM: runtime: avoid priority inversion on PREEMPT_RT
 2021-11-17 19:25 UTC  (3+ messages)

[PATCH v2] vfio: Fix memory leak of hostwin
 2021-11-17 19:19 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.