All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-26 18:44:40 to 2021-08-26 19:50:03 UTC [more...]

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

[kees:for-next/overflow 27/30] ./usr/include/rdma/rdma_user_rxe.h:134:24: error: unknown type name 'u8'
 2021-08-26 19:48 UTC  (2+ messages)

[v1 0/2] drm/panel: boe-tv101wum-nl6: Support enabling a 3.3V rail
 2021-08-26 19:48 UTC  (3+ messages)
` [v2 "

[PATCH v2 00/12] iwlwifi: updates intended for v5.15 2021-08-20 v2
 2021-08-26 19:47 UTC  (13+ messages)
` [PATCH v2 01/12] iwlwifi: mvm: add support for range request command version 13
` [PATCH v2 02/12] iwlwifi: mvm: add support for responder config command version 9
` [PATCH v2 03/12] iwlwifi: move get pnvm file name to a separate function
` [PATCH v2 04/12] iwlwifi: mvm: introduce iwl_stored_beacon_notif_v3
` [PATCH v2 05/12] iwlwifi: mvm: support broadcast TWT alone
` [PATCH v2 06/12] iwlwifi: mvm: Fix scan channel flags settings
` [PATCH v2 07/12] iwlwifi: mvm: don't use FW key ID in beacon protection
` [PATCH v2 08/12] iwlwifi: export DHC framework and add first public entry, twt_setup
` [PATCH v2 09/12] iwlwifi: mvm: add fixed_rate debugfs entry to public DHC
` [PATCH v2 10/12] iwlwifi: Add support for getting rf id with blank otp
` [PATCH v2 11/12] iwlwifi: Add support for more BZ HWs
` [PATCH v2 12/12] iwlwifi: Start scratch debug register for Bz family

cxgb3: error when removing driver module
 2021-08-26 19:47 UTC 

stable-rc/queue/4.14 baseline: 150 runs, 3 regressions (v4.14.244-63-g95e0cf61b8df)
 2021-08-26 19:47 UTC 

[PATCH] net: don't unconditionally copy_from_user a struct ifreq for socket ioctls
 2021-08-26 19:46 UTC  (7+ messages)

[PULL 00/37] target-arm queue
 2021-08-26 19:44 UTC  (2+ messages)

[PATCH v2] net: don't unconditionally copy_from_user a struct ifreq for socket ioctls
 2021-08-26 19:46 UTC 

[PATCH] sunrpc: Avoid a KASAN slab-out-of-bounds bug in xdr_set_page_base()
 2021-08-26 19:44 UTC  (4+ messages)

[Intel-gfx] [PATCH 0/5] drm/i915/fdi: refactor some fdi code out of intel_display.c
 2021-08-26 19:44 UTC  (11+ messages)
` [Intel-gfx] [PATCH 1/5] drm/i915/fdi: move intel_update_fdi_pll_freq to intel_fdi.c
` [Intel-gfx] [PATCH 2/5] drm/i915/fdi: move fdi bc bifurcation functions "
` [Intel-gfx] [PATCH 3/5] drm/i915/fdi: move more FDI stuff to FDI link train hooks
` [Intel-gfx] [PATCH 4/5] drm/i915/fdi: move fdi mphy reset and programming to intel_fdi.c
` [Intel-gfx] [PATCH 5/5] drm/i915/fdi: convert BUG()'s to MISSING_CASE()

post-receive: pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
 2021-08-26 19:44 UTC 

[PATCH] tty: serial: uartlite: Use constants in early_uartlite_putc
 2021-08-26 19:43 UTC 

[PATCH bpf-next v4 00/27] x86/ftrace/bpf: Add batch support for direct/tracing attach
 2021-08-26 19:39 UTC  (28+ messages)
` [PATCH bpf-next v4 01/27] x86/ftrace: Remove extra orig rax move
` [PATCH bpf-next v4 02/27] x86/ftrace: Remove fault protection code in prepare_ftrace_return
` [PATCH bpf-next v4 03/27] x86/ftrace: Make function graph use ftrace directly
` [PATCH bpf-next v4 04/27] tracing: Add trampoline/graph selftest
` [PATCH bpf-next v4 05/27] ftrace: Add ftrace_add_rec_direct function
` [PATCH bpf-next v4 06/27] ftrace: Add multi direct register/unregister interface
` [PATCH bpf-next v4 07/27] ftrace: Add multi direct modify interface
` [PATCH bpf-next v4 08/27] ftrace/samples: Add multi direct interface test module
` [PATCH bpf-next v4 09/27] bpf: Add support to load multi func tracing program
` [PATCH bpf-next v4 10/27] bpf: Add struct bpf_tramp_node layer
` [PATCH bpf-next v4 11/27] bpf: Factor out bpf_trampoline_init function
` [PATCH bpf-next v4 12/27] bpf: Factor out __bpf_trampoline_lookup function
` [PATCH bpf-next v4 13/27] bpf: Factor out __bpf_trampoline_put function
` [PATCH bpf-next v4 14/27] bpf: Change bpf_trampoline_get to return error pointer
` [PATCH bpf-next v4 15/27] bpf, x64: Allow to use caller address from stack
` [PATCH bpf-next v4 16/27] bpf: Add bpf_trampoline_multi_get/put functions
` [PATCH bpf-next v4 17/27] bpf: Add multi trampoline attach support
` [PATCH bpf-next v4 18/27] bpf, x64: Store properly return value for trampoline with multi func programs
` [PATCH bpf-next v4 19/27] bpf: Attach multi trampoline with ftrace_ops
` [PATCH bpf-next v4 20/27] libbpf: Add btf__find_by_glob_kind function
` [PATCH bpf-next v4 21/27] libbpf: Add support to link multi func tracing program
` [PATCH bpf-next v4 22/27] selftests/bpf: Add fentry multi func test
` [PATCH bpf-next v4 23/27] selftests/bpf: Add fexit "
` [PATCH bpf-next v4 24/27] selftests/bpf: Add fentry/fexit "
` [PATCH bpf-next v4 25/27] selftests/bpf: Add mixed "
` [PATCH bpf-next v4 26/27] selftests/bpf: Add attach "
` [PATCH bpf-next v4 27/27] selftests/bpf: Add ret_mod "

[PATCH] PCI: hv: Fix a bug on removing child devices on the bus
 2021-08-26 19:41 UTC  (7+ messages)

imx8mm memory env in U-Boot
 2021-08-26 19:41 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/4] drm/dp: add some defines and prep for DP 2.0
 2021-08-26 19:41 UTC  (6+ messages)
` [Intel-gfx] [PATCH 2/4] drm/dp: use more of the extended receiver cap

[PATCH b4] Reorder headers for `git imap-send` compatibility
 2021-08-26 19:40 UTC  (2+ messages)

[PATCH] regulator: core: resolve supply voltage deferral silently
 2021-08-26 19:40 UTC 

Concurrent BPF_PROG_TEST_RUN for XDP contend on dispatcher mutex
 2021-08-26 19:39 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2021-08-26 19:40 UTC 

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2021-08-26 19:40 UTC 

[PATCH] MAINTAINERS: Add dri-devel for component.[hc]
 2021-08-26 19:39 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2021-08-26 19:39 UTC 

[Buildroot] csky 8xx toolchain issue
 2021-08-26 19:39 UTC 

Regression in v5.14-rc1: f2165627319f btrfs: compression: don't try to compress if we don't have enough pages
 2021-08-26 19:36 UTC  (3+ messages)

[PATCH 0/8] reexport lock fixes v3
 2021-08-26 19:38 UTC  (3+ messages)

[PATCH] sched: Fix get_push_task() vs migrate_disable()
 2021-08-26 19:38 UTC  (3+ messages)

[PATCH net-next 00/13] Add Factorisation code to support Gigabit Ethernet driver
 2021-08-26 19:37 UTC  (16+ messages)
` [PATCH net-next 04/13] ravb: Add ptp_cfg_active to struct ravb_hw_info
` [PATCH net-next 06/13] ravb: Factorise ravb_ring_format function

[PATCH 0/2] make: install stripped Git
 2021-08-26 19:36 UTC  (3+ messages)
` [PATCH 2/2] make: delete strip target

[Buildroot] [PATCH v3 1/1] toolchain: handle toolchains with multiple ld*.so.* files
 2021-08-26 19:34 UTC 

[PATCH v4 0/6] Rx mode support for Cadence DPHY
 2021-08-26 19:34 UTC  (11+ messages)
` [PATCH v4 1/6] phy: cdns-dphy: Prepare for Rx support
` [PATCH v4 2/6] phy: cdns-dphy: Add "

post-receive: pub/scm/linux/kernel/git/cel/linux
 2021-08-26 19:34 UTC 

NFS server regression in kernel 5.13 (tested w/ 5.13.9)
 2021-08-26 19:34 UTC  (20+ messages)

[PATCH] block/mq-deadline: Speed up the dispatch of low-priority requests
 2021-08-26 19:32 UTC  (6+ messages)

[PATCH net-next v3] tcp: enable mid stream window clamp
 2021-08-26 19:32 UTC  (3+ messages)

[RFC PATCH] send-email: allow fixing the cover letter subject
 2021-08-26 19:31 UTC  (6+ messages)

[PATCH v5 0/3] PCI: Add a quirk to enable SVA for HiSilicon chip
 2021-08-26 19:30 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/helgaas/pci
 2021-08-26 19:29 UTC 

[PATCH v2 0/4] KVM: Various fixes and improvements around kicking vCPUs
 2021-08-26 19:27 UTC  (8+ messages)
` [PATCH v2 4/4] KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect()

[xen-4.12-testing test] 164489: tolerable FAIL - PUSHED
 2021-08-26 19:25 UTC 

[PATCH v2] tty: serial: uartlite: Use read_poll_timeout for a polling loop
 2021-08-26 19:25 UTC 

[RFC PATCH 0/2] ASoC: soc-pcm: fix trigger race conditions with shared BE
 2021-08-26 19:24 UTC  (5+ messages)
` [RFC PATCH 1/2] ASoC: soc-pcm: protect BE dailink state changes in trigger

post-receive: pub/scm/linux/kernel/git/jolsa/perf
 2021-08-26 19:24 UTC 

[PATCH bpf-next] selftests/bpf: reduce more flakyness in sockmap_listen
 2021-08-26 19:23 UTC  (6+ messages)

[PATCH] nfs-utils: add install-dep for installing all dependencies
 2021-08-26 19:22 UTC  (2+ messages)

[PATCH v3 0/4] tty: serial: uartlite: Disable changing fixed parameters
 2021-08-26 19:21 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: serial: uartlite: Convert to json-schema
` [PATCH v3 2/4] dt-bindings: serial: uartlite: Add properties for synthesis-time parameters
` [PATCH v3 3/4] sh: j2: Update uartlite binding with data and parity properties
` [PATCH v3 4/4] tty: serial: uartlite: Prevent changing fixed parameters

[PATCH 0/4 v2] nfs-utils: A series of memory fixes
 2021-08-26 19:21 UTC  (2+ messages)

[Intel-gfx] [PATCH 00/27] Clean up GuC CI failures, simplify locking, and kernel DOC
 2021-08-26 19:21 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Clean up GuC CI failures, simplify locking, and kernel DOC (rev7)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH] test-lib-functions: avoid non POSIX ERE in test_dir_is_empty()
 2021-08-26 19:21 UTC  (4+ messages)

CIFS version 1/2 negotiate ?
 2021-08-26 19:18 UTC  (3+ messages)

[PATCH net-next v3 0/3] bnxt: add rx discards stats for oom and netpool
 2021-08-26 19:18 UTC  (4+ messages)
` [PATCH net-next v3 2/3] bnxt: count packets discarded because of netpoll

Cil block inheritance
 2021-08-26 19:25 UTC  (5+ messages)

[PATCH v6 0/4] Re-implement prserv on top of asyncrpc
 2021-08-26 19:17 UTC  (4+ messages)
` [PATCH v6 3/4] prserv: Replace XML RPC with modern asyncrpc implementation
  ` [bitbake-devel] "

[PATCH v2] clk: qcom: gcc-sdm660: Replace usage of parent_names
 2021-08-26 19:16 UTC  (3+ messages)

[GIT PULL] nfsd bugfix for 5.14
 2021-08-26 19:17 UTC 

[PATCH RESEND] branch: allow deleting dangling branches with --force
 2021-08-26 19:12 UTC  (4+ messages)
` [PATCH v2] "

[patch V3 0/8] extensible prctl task isolation interface and vmstat sync
 2021-08-26 19:15 UTC  (5+ messages)
` [patch V3 2/8] add prctl task isolation prctl docs and samples

[RFC PATCH v2 0/9] Add LSM access controls and auditing to io_uring
 2021-08-26 19:14 UTC  (7+ messages)

[PATCH, RFC] um: remove set_fs
 2021-08-26 19:15 UTC  (7+ messages)

[PATCH v2 0/3] Revert "usb: gadget: u_audio: add real feedback implementation"
 2021-08-26 18:57 UTC  (4+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] Revert "usb: gadget: f_uac2: add adaptive sync support for capture"
` [PATCH v2 3/3] Revert "usb: gadget: f_uac2/u_audio: add feedback endpoint support"

stable-rc/queue/5.10 baseline: 189 runs, 7 regressions (v5.10.60-94-g36cbc97d5d99)
 2021-08-26 19:14 UTC 

stable-rc/queue/4.4 baseline: 111 runs, 10 regressions (v4.4.281-31-gd9f436687abd)
 2021-08-26 19:13 UTC 

[PATCH v3 0/2] staging: r8188eu: Use new usb_control_msg_recv/send()
 2021-08-26 19:12 UTC  (5+ messages)
` [PATCH v3 1/2] staging: r8188eu: Use usb_control_msg_recv/send() in usbctrl_vendorreq()

[PATCH v5 3/3] PCI: Set dma-can-stall for HiSilicon chips
 2021-08-26 19:12 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/stunnel: bump to version 5.60
 2021-08-26 19:11 UTC 

[PATCH] Implement PKCS#11 opaque keys support through OpenSSL pkcs11 engine
 2021-08-26 19:11 UTC  (2+ messages)

pm/testing sleep: 4 runs, 3 regressions (v5.14-rc7-64-g2a7254aa7491)
 2021-08-26 19:11 UTC 

[GIT PULL] Networking for 5.14-rc8
 2021-08-26 19:10 UTC 

[PATCH] checkout: make delayed checkout respect --quiet and --no-progress
 2021-08-26 19:10 UTC  (2+ messages)
` [PATCH v2] "

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2021-08-26 19:09 UTC 

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2021-08-26 19:09 UTC 

[RFC 0/3] perf/x86: Rework RDPMC access handling
 2021-08-26 19:09 UTC  (6+ messages)
` [RFC 2/3] perf/x86: Control RDPMC access from .enable() hook

[RFT PATCH] x86/pat: Fix set_mce_nospec() for pmem
 2021-08-26 19:08 UTC  (2+ messages)

stable-rc/queue/4.19 baseline: 163 runs, 7 regressions (v4.19.204-83-g8c193742738f)
 2021-08-26 19:07 UTC 

[PATCH v1 0/7] ARM: prepare and add colibri imx6ull 1gb (emmc) support
 2021-08-26 19:03 UTC  (4+ messages)
` [PATCH v1 2/7] ARM: imx_v6_v7_defconfig: enable fb

[PATCH v2] PCI: pciehp: Quirk to ignore spurious DLLSC when off
 2021-08-26 19:05 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2021-08-26 19:04 UTC 

post-receive: pub/scm/linux/kernel/git/bpf/bpf-next
 2021-08-26 19:04 UTC 

v5.14 RXE driver broken?
 2021-08-26 19:03 UTC  (4+ messages)

[PATCH v2 0/3] dump-guest-memory: Add blocker for migration
 2021-08-26 18:58 UTC  (4+ messages)
` [PATCH v2 1/3] migration: Make migration blocker work for snapshots too
` [PATCH v2 2/3] migration: Add migrate_add_blocker_internal()
` [PATCH v2 3/3] dump-guest-memory: Block live migration

FAILED: Patch "mmc: sdhci-msm: Update the software timeout value for sdhc" failed to apply to 5.4-stable tree
 2021-08-26 19:02 UTC  (4+ messages)
    ` (no subject)

drivers/memstick/host/r592.c:83:9: sparse: sparse: incorrect type in assignment (different base types)
 2021-08-26 18:59 UTC  (2+ messages)

[PATCH] rtnl: Add neighbor discovery utilities
 2021-08-26 19:00 UTC  (2+ messages)

[PATCH v2] x86/build: remove stale cc-option checks
 2021-08-26 18:58 UTC  (5+ messages)
` [tip: x86/build] x86/build: Remove "
      ` [PATCH] x86/build: Refresh stale cc-option check for stack alignment

[PATCH 0/7] PCI/VPD: Final extensions and cleanups
 2021-08-26 18:58 UTC  (8+ messages)
` [PATCH 1/7] PCI/VPD: Stop exporting pci_vpd_find_tag()
` [PATCH 2/7] PCI/VPD: Stop exporting pci_vpd_find_info_keyword()
` [PATCH 3/7] PCI/VPD: Include post-processing in pci_vpd_find_tag()
` [PATCH 4/7] PCI/VPD: Add pci_vpd_find_id_string()
` [PATCH 5/7] cxgb4: Use pci_vpd_find_id_string() to find VPD id string
` [PATCH 6/7] PCI/VPD: Clean up public VPD defines and inline functions
` [PATCH 7/7] PCI/VPD: Use unaligned access helpers

[PATCH] mfd: intel_pmt: Only compile on x86
 2021-08-26 18:57 UTC  (3+ messages)

[PATCH RESEND 2/2] clk: qcom: Add Global Clock Controller driver for MSM8953
 2021-08-26 18:56 UTC  (2+ messages)

pm/testing baseline: 88 runs, 4 regressions (v5.14-rc7-64-g2a7254aa7491)
 2021-08-26 18:56 UTC 

[GIT PULL] arm64 fix for 5.14
 2021-08-26 18:52 UTC  (3+ messages)

[PATCH v2 1/2] powerpc/bug: Remove specific powerpc BUG_ON() and WARN_ON() on PPC32
 2021-08-26 18:54 UTC  (6+ messages)
` [PATCH v2 2/2] powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm goto

[PATCH RESEND 1/2] dt-bindings: clock: add Qualcomm MSM8953 GCC driver bindings
 2021-08-26 18:54 UTC  (2+ messages)

[GIT PULL] Ceph fixes for 5.14-rc8
 2021-08-26 18:52 UTC  (2+ messages)

[GIT PULL] Btrfs fix for 5.14-rc
 2021-08-26 18:52 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2021-08-26 18:52 UTC 

[PATCH v1] dt-bindings for Cadence UFS host controller
 2021-08-26 18:51 UTC  (2+ messages)
` [PATCH v1] dt-bindings: ufshc: cdns: convert bindings "

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2021-08-26 18:51 UTC 

KVM/arm64: Guest ABI changes do not appear rollback-safe
 2021-08-26 18:49 UTC  (10+ messages)

post-receive: pub/scm/linux/kernel/git/konrad/swiotlb
 2021-08-26 18:51 UTC 

post-receive: pub/scm/linux/kernel/git/netdev/net
 2021-08-26 18:50 UTC 

post-receive: pub/scm/linux/kernel/git/sashal/linux-stable
 2021-08-26 18:50 UTC 

[PATCH] perf bpf: Fix memory leak during synthesis
 2021-08-26 18:49 UTC  (3+ messages)

[PATCH 00/22] multi-pack reachability bitmaps
 2021-08-26 18:49 UTC  (6+ messages)
` [PATCH v4 00/25] "

[PATCH v2] perf bpf: Fix memory leaks relating to BTF
 2021-08-26 18:48 UTC 

[BUG - BISECTED] display not detected anymore
 2021-08-26 18:45 UTC  (6+ messages)
  ` [Intel-gfx] "

[PATCH v2 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-08-26 18:42 UTC  (6+ messages)
` [PATCH v2 4/5] KVM: selftests: Add a test for KVM_RUN+rseq to detect task migration bugs


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.