All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-26 20:37:58 to 2021-02-26 21:50:03 UTC [more...]

post-receive: pub/scm/linux/kernel/git/axboe/linux-block
 2021-02-26 21:50 UTC 

[PATCH bpf-next v4 0/2] Optimize bpf_redirect_map()/xdp_do_redirect()
 2021-02-26 21:48 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] bpf, xdp: make bpf_redirect_map() a map operation

[ANNOUNCEMENT] Yocto Project 3.1.6 (Dunfell 23.0.6) is Released
 2021-02-26 21:49 UTC 

[PATCH] ASoC: rt1015p: add acpi device id for rt1015p
 2021-02-26 21:48 UTC  (2+ messages)

[Buildroot] [PATCH] package/libxcrypt: fix legal info
 2021-02-26 21:48 UTC  (2+ messages)

[PATCH 0/3] Load keys from TPM2 NV Index on IMA keyring
 2021-02-26 21:47 UTC  (7+ messages)
` [PATCH 2/3] integrity: Allow specifying flags in integrity_load_cert
` [PATCH 3/3] integrity: Load keys from TPM NV onto IMA keyring

[PATCH] iommu/amd: Fix event counter availability check
 2021-02-26 21:44 UTC  (6+ messages)

[Buildroot] [git commit] package/libxcrypt: fix legal info
 2021-02-26 21:44 UTC 

[Buildroot] [git commit branch/next] package/libxcrypt: fix legal info
 2021-02-26 21:44 UTC 

[PATCH 1/3] systemd-container: sort RRECOMMENDS alphabetically
 2021-02-26 21:44 UTC  (3+ messages)
` [OE-core] "

[Buildroot] [PATCH] package/readline: disable bracketed paste by default
 2021-02-26 21:43 UTC  (2+ messages)

[PATCH] Bluetooth: Fix for L2CAP/LE/CFC/BV-15-C
 2021-02-26 21:42 UTC  (3+ messages)

[Buildroot] [git commit] package/readline: disable bracketed paste by default
 2021-02-26 21:42 UTC 

[ndctl PATCH] Expose ndctl_bus_nfit_translate_spa as a public function
 2021-02-26 21:41 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: Add support for OnePlus 5/5T
 2021-02-26 21:41 UTC  (2+ messages)

[kas:kvm-unmapped-memfd-secret 207/305] mm/zswap.c:991 zswap_writeback_entry() error: uninitialized symbol 'tmp'
 2021-02-26 21:41 UTC 

[Bug 211971] New: Incorrect fix by e2fsck for blocks_count corruption
 2021-02-26 21:39 UTC 

[PATCH] iwlwifi: mvm: add terminate entry for dmi_system_id tables
 2021-02-26 21:37 UTC  (3+ messages)

[PATCH] sound/usb generate midi streaming substream names from jack names
 2021-02-26 21:36 UTC  (7+ messages)
` [PATCH 1/2] use usb headers rather than define structs locally
` [PATCH 2/2] midi streaming substream names from jack names A number of devices have named substreams which are hard to remember / decypher from <device> MIDI n names. Eg. Korg puts a pass through on one substream and iConnectivity devices name the connections

[PATCH ipsec 0/2] vti(6): fix ipv4 pmtu check to honor ip header df
 2021-02-26 21:35 UTC  (3+ messages)
` [PATCH ipsec 1/2] vti: "
` [PATCH ipsec 2/2] vti6: "

[PATCH net] net: fix race between napi kthread mode and busy poll
 2021-02-26 21:35 UTC  (14+ messages)

stable-rc/queue/5.4 baseline: 100 runs, 1 regressions (v5.4.101-2-gdbf277cedc872)
 2021-02-26 21:34 UTC 

[PATCH] drm/amd/pm: bump Navi1x driver if version and related data structures V2
 2021-02-26 21:34 UTC  (2+ messages)

KASAN: use-after-free Read in __cpuhp_state_remove_instance
 2021-02-26 21:33 UTC  (2+ messages)

[PATCH BlueZ v2] monitor: Add option to set fallback width
 2021-02-26 21:32 UTC  (2+ messages)
` [BlueZ,v2] "

[PATCH BlueZ v3] monitor: Add option to set fallback width
 2021-02-26 21:32 UTC  (2+ messages)
` [BlueZ,v3] "

[PATCH v2 bpf] bpf: Account for BPF_FETCH in insn_has_def32()
 2021-02-26 21:31 UTC 

[PATCH 1/3] net: mscc: ocelot: select NET_DEVLINK
 2021-02-26 21:31 UTC  (3+ messages)
` [PATCH 2/3] net: dsa: tag_ocelot_8021q: fix driver dependency

[PATCH 5/7] ap: Refactor IP address selection
 2021-02-26 21:31 UTC  (4+ messages)

[PATCH v2 bpf-next] selftests/bpf: Copy extras in out-of-srctree builds
 2021-02-26 21:30 UTC  (2+ messages)

[PATCH/v3] bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETH
 2021-02-26 21:29 UTC  (3+ messages)

[PATCH bpf-next v5 00/12] bpf: add bpf_for_each_map_elem() helper
 2021-02-26 21:29 UTC  (14+ messages)
` [PATCH bpf-next v5 01/12] bpf: factor out visit_func_call_insn() in check_cfg()
` [PATCH bpf-next v5 02/12] bpf: factor out verbose_invalid_scalar()
` [PATCH bpf-next v5 03/12] bpf: refactor check_func_call() to allow callback function
` [PATCH bpf-next v5 04/12] bpf: change return value of verifier function add_subprog()
` [PATCH bpf-next v5 05/12] bpf: add bpf_for_each_map_elem() helper
` [PATCH bpf-next v5 06/12] bpf: add hashtab support for "
` [PATCH bpf-next v5 07/12] bpf: add arraymap "
` [PATCH bpf-next v5 08/12] libbpf: move function is_ldimm64() earlier in libbpf.c
` [PATCH bpf-next v5 09/12] libbpf: support subprog address relocation
` [PATCH bpf-next v5 10/12] bpftool: print subprog address properly
` [PATCH bpf-next v5 11/12] selftests/bpf: add hashmap test for bpf_for_each_map_elem() helper
` [PATCH bpf-next v5 12/12] selftests/bpf: add arraymap "

[PATCH] drm/amd/display/dc/dce/dmub_psr: Remove unnecessary conversion to bool
 2021-02-26 21:29 UTC  (4+ messages)

drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c:1467 hclge_dbg_dump_mac_list() warn: potential spectre issue 'hdev->vport' (local cap)
 2021-02-26 21:30 UTC 

[PATCH] swiotlb: swiotlb_tbl_map_single() kernel BUG in iommu-helper.h:30
 2021-02-26 21:28 UTC  (7+ messages)

[PATCH] drm/amd/pm/swsmu: Remove unnecessary conversion to bool
 2021-02-26 21:28 UTC  (4+ messages)

[PATCH 00/20] Sparse Index: Design, Format, Tests
 2021-02-26 21:28 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2021-02-26 21:29 UTC 

[PATCH v2 00/31] qapi/qom: QAPIfy --object and object-add
 2021-02-26 21:27 UTC  (17+ messages)
` [PATCH v2 17/31] qapi/qom: Add ObjectOptions for input-*
` [PATCH v2 18/31] qapi/qom: Add ObjectOptions for x-remote-object
` [PATCH v2 19/31] qapi/qom: QAPIfy object-add
` [PATCH v2 20/31] qom: Make "object" QemuOptsList optional
` [PATCH v2 21/31] qemu-storage-daemon: Implement --object with qmp_object_add()
` [PATCH v2 22/31] qom: Remove user_creatable_add_dict()
` [PATCH v2 23/31] qom: Factor out user_creatable_process_cmdline()
` [PATCH v2 24/31] qemu-io: Use user_creatable_process_cmdline() for --object

[PATCH v2 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-02-26 21:27 UTC  (13+ messages)
` Question about the "EXPERIMENTAL" tag for dax in XFS
  ` [Ocfs2-devel] "

stable-rc/queue/4.19 baseline: 76 runs, 1 regressions (v4.19.177-17-g4bcba42cabea)
 2021-02-26 21:27 UTC 

post-receive: pub/scm/linux/kernel/git/konrad/swiotlb
 2021-02-26 21:27 UTC 

[PATCH v8] vfs: fix copy_file_range regression in cross-fs copies
 2021-02-26 21:26 UTC  (9+ messages)
` [PATCH] copy_file_range.2: Kernel v5.12 updates

vhost reply_ack negotiation (a.k.a differences in vhost-user behaviour with libvhost-user and vhost-user-backend.rs)
 2021-02-26 21:25 UTC  (5+ messages)

bisected kernel crash on sparc64 with stress-ng
 2021-02-26 21:26 UTC  (2+ messages)

[PATCH] net: always use icmp{,v6}_ndo_send from ndo_start_xmit
 2021-02-26 21:25 UTC  (2+ messages)

[PATCH V3 XRT Alveo 00/18] XRT Alveo driver overview
 2021-02-26 21:23 UTC  (4+ messages)
` [PATCH V3 XRT Alveo 03/18] fpga: xrt: xclbin file helper functions

[PATCH v1 00/12] Driver of Intel(R) Gaussian & Neural Accelerator
 2021-02-26 21:22 UTC  (5+ messages)
` [PATCH v1 01/12] gna: add driver module

[PATCH net] net: Fix gro aggregation for udp encaps with zero csum
 2021-02-26 21:22 UTC 

Bluez 5.56 segfaulting while A2DP
 2021-02-26 21:22 UTC  (2+ messages)

[PATCH 2/2] tracing: Add a verifier to check string pointers for trace events
 2021-02-26 21:22 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Propagate error code of the command to vmtest.sh
 2021-02-26 21:20 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2021-02-26 21:20 UTC 

ld.lld: error: main.c:(.text+0x3CE): relocation R_RISCV_ALIGN requires unimplemented linker relaxation; recompile with -mno-relax
 2021-02-26 21:20 UTC 

post-receive: pub/scm/linux/kernel/git/xiang/linux
 2021-02-26 21:20 UTC 

[Intel-wired-lan] [PATCH net 01/13] ice: Fix allowing VF to request more/less queues via virtchnl
 2021-02-26 21:19 UTC  (13+ messages)
` [Intel-wired-lan] [PATCH net 02/13] ice: Fix VFR issues for AVF drivers that expect ATQLEN cleared
` [Intel-wired-lan] [PATCH net 03/13] ice: Continue probe on link/PHY errors
` [Intel-wired-lan] [PATCH net 04/13] ice: Fix VF true promiscuous mode
` [Intel-wired-lan] [PATCH net 05/13] ice: Increase control queue timeout
` [Intel-wired-lan] [PATCH net 06/13] ice: Recognize 860 as iSCSI port in CEE mode
` [Intel-wired-lan] [PATCH net 07/13] ice: prevent ice_open and ice_stop during reset
` [Intel-wired-lan] [PATCH net 08/13] ice: fix memory allocation call
` [Intel-wired-lan] [PATCH net 09/13] ice: remove DCBNL_DEVRESET bit from PF state
` [Intel-wired-lan] [PATCH net 10/13] ice: Fix for dereference of NULL pointer
` [Intel-wired-lan] [PATCH net 11/13] ice: Use port number instead of PF ID for WoL
` [Intel-wired-lan] [PATCH net 12/13] ice: handle the VF VSI rebuild failure
` [Intel-wired-lan] [PATCH net 13/13] ice: Cleanup fltr list in case of allocation issues

post-receive: pub/scm/linux/kernel/git/xiang/linux
 2021-02-26 21:19 UTC 

[PATCH v1] Little fix that missed the merge window
 2021-02-26 21:16 UTC  (5+ messages)
` [PATCH] cxl: Make loop variable be 'i' instead of 'j'
    ` [PATCH v2] "

[Bug 201753] AMD-Vi: Unable to write to IOMMU perf counter
 2021-02-26 21:17 UTC 

[ardb:arm64-ro-page-tables-pkvm 2/18] include/linux/pgtable.h:65:29: error: redefinition of 'p4d_index'
 2021-02-26 21:18 UTC 

[PATCH v2 0/3] Add lockdep_assert_not_held()
 2021-02-26 21:16 UTC  (6+ messages)
` [PATCH v2 1/3] lockdep: add lockdep_assert_not_held()

[PATCH] ASoC: Intel: boards: sof-wm8804: add check for PLL setting
 2021-02-26 20:54 UTC  (2+ messages)

stable-rc/queue/4.9 build: 197 builds: 0 failed, 197 passed, 4 warnings (v4.9.258-9-g51127c744cca7)
 2021-02-26 21:16 UTC 

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2021-02-26 21:17 UTC 

[PATCH v2] mhi: Fix invalid error returning in mhi_queue
 2021-02-26 21:15 UTC  (2+ messages)

Sealevel Systems 7202 PCI Serial Card
 2021-02-26 21:09 UTC 

[PATCH] kunit: tool: Fix a python tuple typing error
 2021-02-26 21:15 UTC  (2+ messages)

[PATCH] [RFC] arm64: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 2021-02-26 21:13 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_vrr: Extend to cover full VRR range
 2021-02-26 21:18 UTC  (2+ messages)

[PATCH 00/41] SDM630/636/660/Nile&Ganges DT feature enablement
 2021-02-26 21:09 UTC  (7+ messages)
` [PATCH 20/41] arm64: dts: qcom: sdm630: Add Adreno 508 GPU configuration
` [PATCH 25/41] arm64: dts: qcom: sdm660: Make the DTS an overlay on top of 630
` [PATCH 26/41] arm64: dts: qcom: Add device tree for SDM636

[PATCH v3 0/9] Add HANTRO G2/HEVC decoder support for IMX8MQ
 2021-02-26 21:08 UTC  (7+ messages)
` [PATCH v3 5/9] media: hantro: Introduce G2/HEVC decoder

[PATCH bpf-next] selftests/bpf: add a verifier scale test with unknown bounded loop
 2021-02-26 21:08 UTC  (2+ messages)

[PATCH] drm/msm/dp: Restore aux retry tuning logic
 2021-02-26 21:08 UTC  (2+ messages)

possible deadlock in sk_clone_lock
 2021-02-26 21:08 UTC 

[igt-dev] [PATCH i-g-t 1/2] tests/kms_vrr: Optimize to read vrr debugfs
 2021-02-26 21:14 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2021-02-26 21:08 UTC 

[PATCH] kunit: fix checkpatch warning
 2021-02-26 21:05 UTC  (2+ messages)

[PATCH 0/3] kernel/smp.c: add more CSD lock debugging
 2021-02-26 21:05 UTC  (5+ messages)
` [PATCH 3/3] kernel/smp: add more data to "

[PATCH v4] Add support for the OnePlus 6 and 6T
 2021-02-26 21:03 UTC  (4+ messages)
` [PATCH v4 2/2] dt-bindings: Document bindings for new SDM845 devices

[PATCH] sched: Optimize __calc_delta
 2021-02-26 21:03 UTC  (2+ messages)

✅ PASS: Test report for kernel 5.11.2 (stable)
 2021-02-26 21:02 UTC 

[PATCH] ecryptfs: add rename flag support
 2021-02-26 21:01 UTC 

[PATCH] ecryptfs: fix kernel panic with null dev_name
 2021-02-26 21:00 UTC 

AMDGPU unable to resume from suspend in kernel 5.11
 2021-02-26 20:50 UTC 

[PATCH] xen: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mapped
 2021-02-26 21:01 UTC  (5+ messages)

[PATCH 0/2] gpio: regression fixes
 2021-02-26 20:59 UTC  (3+ messages)
` [PATCH 2/2] gpio: fix gpio-device list corruption

[PATCH] arm64: vmlinux.lds.S: keep .entry.tramp.text section
 2021-02-26 20:59 UTC  (3+ messages)

[QUESTION] Tracking HEAD changes?
 2021-02-26 20:58 UTC  (8+ messages)

[PATCH] kunit: tool: Disable PAGE_POISONING under --alltests
 2021-02-26 20:57 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2021-02-26 20:58 UTC 

USB-C bug: port fails to initialize after an unplug/plug
 2021-02-26 20:56 UTC 

[PATCH bpf-next v2 0/5] PROG_TEST_RUN support for sk_lookup programs
 2021-02-26 20:55 UTC  (2+ messages)

partial clone: promisor fetch during push (pack-objects)
 2021-02-26 20:54 UTC  (2+ messages)

[PATCH BlueZ] monitor: Add option to set fallback width
 2021-02-26 20:53 UTC  (4+ messages)

[PATCH] arm64: rk3399: Add support NanoPi R4s
 2021-02-26 20:54 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2021-02-26 20:53 UTC 

[PATCH] Fix zero_user_segments() with start > end
 2021-02-26 20:51 UTC  (2+ messages)

[PATCH] xen/arm: Ensure the vCPU context is seen before clearing the _VPF_down
 2021-02-26 20:51 UTC 

[PATCH v2] block: Add bio_max_segs
 2021-02-26 20:50 UTC  (3+ messages)

[PATCH v3 00/12] Simple IPC Mechanism
 2021-02-26 20:50 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/12] pkt-line: eliminate the need for static buffer in packet_write_gently()

[PATCH] ARM: ep93xx: don't use clang IAS for crunch
 2021-02-26 20:47 UTC  (5+ messages)

stable-rc/queue/5.10 build: 196 builds: 0 failed, 196 passed, 13 warnings (v5.10.19-1-gd1c42444d513)
 2021-02-26 20:48 UTC 

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2021-02-26 20:48 UTC 

stable-rc/queue/4.14 baseline: 60 runs, 2 regressions (v4.14.222-8-g03edb35f0ec4a)
 2021-02-26 20:47 UTC 

[PATCH] perf vendor events: Remove 'type' field from mapfiles
 2021-02-26 20:45 UTC  (4+ messages)

Pathspec does not accept / does not warn for specific pathspecs
 2021-02-26 20:44 UTC 

[obsolete] linux-next-rejects.patch removed from -mm tree
 2021-02-26 20:43 UTC 

Enum relocations against zero values
 2021-02-26 20:43 UTC  (3+ messages)

[PATCH] [PATCH] drm/amdgpu: Verify bo size can fit framebuffer size
 2021-02-26 20:36 UTC 

[PATCH] [PATCH] drm/amdgpu: Verify bo size can fit framebuffer size
 2021-02-26 20:34 UTC 

[PATCH for-4.15 0/3] firmware: fix build on Alpine
 2021-02-26 20:36 UTC  (3+ messages)
` [PATCH for-4.15 2/3] firmware: provide a stand alone set of headers

[PATCH 1/2] mm: Guard a use of node_reclaim_distance with CONFIFG_NUMA
 2021-02-26 20:37 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.