All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-01 15:52:36 to 2021-11-01 16:58:08 UTC [more...]

[PATCH 1/2] meta: Add explict branch to git SRC_URIs
 2021-11-01 16:58 UTC  (3+ messages)
` [OE-core] "

[PATCH 0/3] block: keep quiesce & unquiesce balanced for scsi/dm
 2021-11-01 16:56 UTC  (4+ messages)
` [PATCH 3/3] dm: don't stop request queue after the dm device is suspended
  ` [dm-devel] "

[PATCH v6 00/10] Restructure the rpmsg_char driver and introduce rpmsg_ctrl driver
 2021-11-01 16:57 UTC  (5+ messages)
` [PATCH v6 01/10] rpmsg: char: Export eptdev create an destroy functions
` [PATCH v6 02/10] rpmsg: create the rpmsg class in core instead of in rpmsg char

[PATCH] Clocksource: Avoid misjudgment of clocksource
 2021-11-01 16:57 UTC  (11+ messages)

[PATCH 0/1] Enable inter server to server copies on a export
 2021-11-01 16:55 UTC  (9+ messages)

[PATCH net-next] net: phy: microchip_t1: add lan87xx_config_rgmii_delay for lan87xx phy
 2021-11-01 16:56 UTC 

[PATCH 1/1] max96712: Select VIDEO_V4L2
 2021-11-01 16:55 UTC  (3+ messages)

[dpdk-dev] [PATCH] buildtools: fix build with meson 0.60
 2021-11-01 16:54 UTC  (4+ messages)

[PATCH] tags: add a space regex to DECLARE_BITMAP
 2021-11-01 16:53 UTC  (2+ messages)

[dpdk-dev] [Bug 875] meson build fails on POWER9 with gcc 4.8.5
 2021-11-01 16:53 UTC 

[PATCH v2] Bluetooth: hci_sync: Fix missing static warnings
 2021-11-01 16:52 UTC 

[PATCH 00/13] Support UXL filed in xstatus
 2021-11-01 16:49 UTC  (14+ messages)
` [PATCH 05/13] target/riscv: Calculate address according to ol
` [PATCH 10/13] target/riscv: Adjust scalar reg in vector with ol
` [PATCH 11/13] target/riscv: Switch context in exception return
` [PATCH 12/13] target/riscv: Don't save pc when "

[PATCH] cgroup: bpf: Move wrapper for __cgroup_bpf_*() to kernel/bpf/cgroup.c
 2021-11-01 16:50 UTC  (2+ messages)

[GIT PULL] io_uring updates for 5.16-rc1
 2021-11-01 16:49 UTC  (2+ messages)

amdgpu hang on picasso
 2021-11-01 16:49 UTC  (2+ messages)

[PATCH] cgroup: Fix rootcg cpu.stat guest double counting
 2021-11-01 16:48 UTC  (3+ messages)

stable-rc/linux-4.9.y build: 187 builds: 3 failed, 184 passed, 2 errors, 34 warnings (v4.9.288-21-gd353d4ac36c7)
 2021-11-01 16:47 UTC 

[PATCH 1/1] staging: vchiq: Replace global state with per device state
 2021-11-01 16:45 UTC  (7+ messages)

pseudo dying with path mismatch
 2021-11-01 16:47 UTC 

[PATCH v2] usb: core: reduce power-on-good delay time of root hub
 2021-11-01 16:46 UTC  (3+ messages)

[GIT PULL] Btrfs updates for 5.16
 2021-11-01 16:45 UTC 

[Intel-gfx] [PATCH] drm/i915/dsc: Fix the usage of uncompressed bpp
 2021-11-01 16:45 UTC  (5+ messages)

[GIT PULL] seccomp updates for v5.16-rc1
 2021-11-01 16:44 UTC 

[PATCH V3 0/3] livepatch: cleanup kpl_patch kobject release
 2021-11-01 16:44 UTC  (2+ messages)

[PATCH] Bluetooth: hci_sync: Fix missing static warnings
 2021-11-01 16:43 UTC 

[PATCH v2] staging: r8188eu: Use kzalloc() with GFP_ATOMIC in atomic context
 2021-11-01 16:43 UTC  (5+ messages)

bug: usb: gadget: FSL_UDC_CORE Corrupted request list leads to unrecoverable loop
 2021-11-01 16:42 UTC  (2+ messages)

[PATCH net-next 0/4] net: mana: some misc patches
 2021-11-01 16:41 UTC  (6+ messages)
` [PATCH net-next 4/4] net: mana: Support hibernation and kexec

[PATCH v3 1/4] arm64: dts: sc7180: Include gpio.h in edp bridge dts
 2021-11-01 16:39 UTC  (5+ messages)
` [PATCH v3 2/4] arm64: dts: sc7180: Specify "data-lanes" for DSI host output

[PATCH 2/2] drm: Remove CONFIG_DRM_KMS_CMA_HELPER option
 2021-11-01 15:59 UTC  (4+ messages)

[PATCH v9 0/5] USB DWC3 host wake up support from system suspend
 2021-11-01 16:39 UTC  (6+ messages)
` [PATCH v9 3/5] usb: dwc3: qcom: Add helper functions to enable,disable wake irqs
` [PATCH v9 4/5] usb: dwc3: qcom: Change the IRQ flag for DP/DM hs phy irq

[GIT PULL] Block driver updates for 5.16-rc1
 2021-11-01 16:36 UTC  (3+ messages)

[PATCH v5] drm/i915: Introduce refcounted sg-tables
 2021-11-01 16:40 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH v2] tcp: Initial support for RFC5925 auth option
 2021-11-01 16:35 UTC  (26+ messages)
` [PATCH v2 01/25] tcp: authopt: Initial support and key management
` [PATCH v2 02/25] docs: Add user documentation for tcp_authopt
` [PATCH v2 03/25] selftests: Initial tcp_authopt test module
` [PATCH v2 04/25] selftests: tcp_authopt: Initial sockopt manipulation
` [PATCH v2 05/25] tcp: authopt: Add crypto initialization
` [PATCH v2 06/25] tcp: authopt: Compute packet signatures
` [PATCH v2 07/25] tcp: Use BIT() for OPTION_* constants
` [PATCH v2 08/25] tcp: authopt: Hook into tcp core
` [PATCH v2 09/25] tcp: authopt: Disable via sysctl by default
` [PATCH v2 10/25] selftests: tcp_authopt: Test key address binding
` [PATCH v2 11/25] tcp: authopt: Implement Sequence Number Extension
` [PATCH v2 12/25] tcp: ipv6: Add AO signing for tcp_v6_send_response
` [PATCH v2 13/25] tcp: authopt: Add support for signing skb-less replies
` [PATCH v2 14/25] tcp: ipv4: Add AO signing for "
` [PATCH v2 15/25] selftests: tcp_authopt: Implement SNE in python
` [PATCH v2 16/25] selftests: tcp_authopt: Add scapy-based packet signing code
` [PATCH v2 17/25] selftests: tcp_authopt: Add packet-level tests
` [PATCH v2 18/25] selftests: tcp_authopt: Initial sne test
` [PATCH v2 19/25] tcp: authopt: Add key selection controls
` [PATCH v2 20/25] selftests: tcp_authopt: Add tests for rollover
` [PATCH v2 21/25] tcp: authopt: Add initial l3index support
` [PATCH v2 22/25] selftests: tcp_authopt: Initial tests for l3mdev handling
` [PATCH v2 23/25] selftests: nettest: Rename md5_prefix to key_addr_prefix
` [PATCH v2 24/25] selftests: nettest: Initial tcp_authopt support
` [PATCH v2 25/25] selftests: net/fcnal: "

[igt-dev] [PATCH] tests/kms_cursor_legacy: igt_require_pipe_crc for flip_vs_cursor_crc
 2021-11-01 16:37 UTC 

[PATCH v3] firmware: arm_scmi: Free mailbox channels if probe fails
 2021-11-01 16:35 UTC  (6+ messages)

[PATCH 3/3] RISC-V: Add kexec_file support
 2021-11-01 16:36 UTC  (2+ messages)

[GIT PULL] overflow updates for v5.16-rc1
 2021-11-01 16:35 UTC 

stable-rc/linux-4.14.y build: 195 builds: 3 failed, 192 passed, 2 errors, 32 warnings (v4.14.253-26-g64fad352ab39)
 2021-11-01 16:35 UTC 

Re:[PATCH v9] tty: Fix the keyboard led light display problem
 2021-11-01 16:35 UTC  (3+ messages)
` [PATCH "

stable-rc/linux-4.4.y build: 186 builds: 5 failed, 181 passed, 6 errors, 35 warnings (v4.4.290-18-gd0c0f8a764f8)
 2021-11-01 16:34 UTC 

[GIT PULL] m68k updates for v5.16
 2021-11-01 13:00 UTC 

Build regressions/improvements in v5.15
 2021-11-01 12:26 UTC 

[PATCH v6 00/66] user-only: Cleanup SIGSEGV and SIGBUS handling
 2021-11-01 16:32 UTC  (10+ messages)
` [PATCH v6 13/66] linux-user/host/s390: Populate host_signal.h
` [PATCH v6 23/66] target/arm: Implement arm_cpu_record_sigsegv
` [PATCH v6 29/66] target/microblaze: Make mb_cpu_tlb_fill sysemu only
` [PATCH v6 45/66] target/arm: Implement arm_cpu_record_sigbus

[PATCH bpf-next] bpf: add missing map_delete_elem method to bloom filter map
 2021-11-01 16:32 UTC  (3+ messages)

[PATCH] fs: remove fget_many and fput_many interface
 2021-11-01 16:31 UTC  (2+ messages)

[PATCH 0/4] Add SEV_INIT_EX support
 2021-11-01 16:31 UTC  (10+ messages)
` [PATCH 1/4] crypto: ccp - Fix SEV_INIT error logging on init
` [PATCH 2/4] crypto: ccp - Move SEV_INIT retry for corrupted data
` [PATCH 3/4] crypto: ccp - Refactor out sev_fw_alloc()
` [PATCH 4/4] crypto: ccp - Add SEV_INIT_EX support

add kbuild-all to lore?
 2021-11-01 16:31 UTC  (2+ messages)

stable-rc/queue/4.4 build: 185 builds: 5 failed, 180 passed, 6 errors, 35 warnings (v4.4.290-17-g9811d3c205c6)
 2021-11-01 16:31 UTC 

[dpdk-dev] [PATCH] bpf: fix convert API can be undefined
 2021-11-01 16:15 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 0/2] few bpf library fixes
  ` [dpdk-dev] [PATCH v2 1/2] bpf: fix doxygen comments
  ` [dpdk-dev] [PATCH v2 2/2] bpf: fix convert API can be undefined

[PATCH] PCI: Marvell: Update PCIe fixup
 2021-11-01 16:27 UTC  (3+ messages)

futher decouple DAX from block devices
 2021-11-01 16:28 UTC  (36+ messages)
` [PATCH 01/11] dm: make the DAX support dependend on CONFIG_FS_DAX
      ` [dm-devel] "
` [PATCH 03/11] dax: simplify the dax_device <-> gendisk association
  ` [dm-devel] "
` [PATCH 07/11] dax: remove dax_capable
    ` [dm-devel] "
` [PATCH 08/11] dm-linear: add a linear_dax_pgoff helper
    ` [dm-devel] "
` [PATCH 09/11] dm-log-writes: add a log_writes_dax_pgoff helper
    ` [dm-devel] "
` [PATCH 10/11] dm-stripe: add a stripe_dax_pgoff helper
    ` [dm-devel] "

[PATCH] spi: imx: Respect delay_us
 2021-11-01 16:27 UTC  (3+ messages)

[PATCH v2 0/6] nSVM optional features
 2021-11-01 16:26 UTC  (4+ messages)
` [PATCH v2 1/6] KVM: x86: SVM: add module param to control LBR virtualization

[PATCH v2 2/2] ASoC: codec: tlv320adc3xxx: New codec driver
 2021-11-01 16:10 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/4] Remove some qdev_get_machine() calls from CONFIG_USER_ONLY
 2021-11-01 16:24 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/4] machine: Move gpio code to hw/core/gpio.c

[PATCH 1/2] dt-bindings: reset: Add generic GPIO reset binding
 2021-11-01 16:24 UTC  (5+ messages)

[PATCHv3] zynqmp: restore the jtag interface
 2021-11-01 16:23 UTC  (3+ messages)

[PATCH RESEND] ALSA: hda/realtek: Add quirk for Clevo PC70HS
 2021-11-01 16:21 UTC 

[PATCH bpf-next 00/14] libbpf: add unified bpf_prog_load() low-level API
 2021-11-01 16:22 UTC  (5+ messages)
` [PATCH bpf-next 02/14] libbpf: add bpf() syscall wrapper into public API

[PATCH v4] i2c: qcom-geni: Add support for GPI DMA
 2021-11-01 16:23 UTC  (2+ messages)

[dpdk-dev] [PATCH] app/test: fix mempool test failure on FreeBSD
 2021-11-01 16:21 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 0/3] Mempool fixes for FreeBSD
  ` [dpdk-dev] [PATCH v2 1/3] eal/freebsd: fix IOVA mode selection

net/ceph/decode.c:164:38: warning: taking address of packed member 'in_addr' of class or structure 'ceph_entity_addr' may result in an unaligned pointer value
 2021-11-01 16:20 UTC  (2+ messages)

[GIT PULL] hardening updates for v5.16-rc1
 2021-11-01 16:20 UTC 

[net-next] net: phy: microchip_t1: add lan87xx_config_rgmii_delay for lan87xx phy
 2021-11-01 16:21 UTC 

[PATCH bpf-next v2 0/4] Various RISC-V BPF improvements
 2021-11-01 16:20 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: fix strobemeta selftest regression
 2021-11-01 16:20 UTC  (2+ messages)

[PATHC bpf v6 1/3] skmsg: lose offset info in sk_psock_skb_ingress
 2021-11-01 16:20 UTC  (2+ messages)

Linux 5.15
 2021-11-01 16:19 UTC  (10+ messages)
` Thorsten is tracking regression again and could need a little help (was: Re: Linux 5.15)

[PATCH v2] target/i386: Use assert() to sanity-check b1 in SSE decode
 2021-11-01 16:18 UTC  (4+ messages)

[PATCH v3 0/6] KVM: my debug patch queue
 2021-11-01 16:19 UTC  (5+ messages)
` [PATCH v3 6/6] KVM: selftests: test KVM_GUESTDBG_BLOCKIRQ

[Intel-gfx] [PATCH 0/7] drm/i915/adlp/fb: Remove CCS FB stride restrictions
 2021-11-01 16:18 UTC  (2+ messages)

[PATCH][meta-python] python3-imgtool: add recipe
 2021-11-01 16:18 UTC 

[GIT PULL] cpu-to-thread_info update for v5.16-rc1
 2021-11-01 16:12 UTC 

[PATCH v2 for-6.2] target/arm: Advertise MVE to gdb when present
 2021-11-01 16:08 UTC 

[PATCH v2 00/12] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2021-11-01 16:10 UTC  (5+ messages)
` [PATCH v2 01/12] kexec: Allow architecture code to opt-out at runtime

(no subject)
 2021-11-01 16:10 UTC  (3+ messages)
` [PATCH] video: fbdev: add HP Visualize FX driver

[PATCH] dt-bindings: pci: rcar-pci-ep: Document r8a7795
 2021-11-01 16:08 UTC  (2+ messages)

[dpdk-dev] [RFC PATCH v1 0/5] add new API for wait until scheme
 2021-11-01 16:05 UTC  (4+ messages)
` [dpdk-dev] [PATCH v9 0/5] add new helper for wait scheme
  ` [dpdk-dev] [PATCH v9 5/5] distributor: use wait until scheme

gitlab-ci: clang-user job failed with run-tcg-tests-sh4-linux-user
 2021-11-01 16:07 UTC  (2+ messages)

[PATCH v2] hw/rtc/pl031: Send RTC_CHANGE QMP event
 2021-11-01 16:04 UTC  (3+ messages)

[PATCH v7 00/11] extend task comm from 16 to 24
 2021-11-01 16:06 UTC  (5+ messages)

Possible reward for fuzzer bug fixes? Secure Open Source Rewards Program
 2021-11-01 16:01 UTC  (3+ messages)

[xen-unstable-smoke test] 165971: tolerable all pass - PUSHED
 2021-11-01 16:03 UTC 

[PATCH v7 00/20] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-11-01 16:01 UTC  (5+ messages)
` [PATCH v7 03/20] dt-bindings: mediatek: add ethdr definition "

Fwd: Surface Go VCM type (was: Need to pass acpi_enforce_resources=lax on the Surface Go (version1))
 2021-11-01 16:02 UTC  (4+ messages)

[PATCH] dt-bindings: pwm: tpu: Add R-Car M3-W+ device tree bindings
 2021-11-01 16:00 UTC  (2+ messages)

Crash generating a thanks
 2021-11-01 16:00 UTC  (2+ messages)

[PATCH v4 00/22] monitor: explicitly permit QMP commands to be added for all use cases
 2021-11-01 15:58 UTC  (7+ messages)
` [PATCH v4 02/22] monitor: make hmp_handle_error return a boolean
` [PATCH v4 22/22] qapi: introduce x-query-opcount QMP command

[PATCH v3 0/7] Add uringop support
 2021-11-01 15:58 UTC  (5+ messages)
` [PATCH v3 2/7] add support for the uring filter list

[dpdk-dev] [PATCH v3 0/6] Flow entites behavior on port restart
 2021-11-01 15:56 UTC  (5+ messages)
` [dpdk-dev] [PATCH v4 "
  ` [dpdk-dev] [PATCH v4 1/6] ethdev: add capability to keep flow rules on restart

[PATCH v2 0/6] rSTify contribution-related wiki pages
 2021-11-01 14:56 UTC  (2+ messages)

[PATCH] fsstress: improve error message on check_cwd() error
 2021-11-01 15:55 UTC 

next/master build: 230 builds: 25 failed, 205 passed, 449 errors, 236 warnings (next-20211101)
 2021-11-01 15:55 UTC 

next/master build: 230 builds: 25 failed, 205 passed, 449 errors, 236 warnings (next-20211101)
 2021-11-01 15:55 UTC 

[Buildroot] [PATCH 1/1] package/chipsec: new package
 2021-11-01 15:55 UTC  (4+ messages)

[RFC][PATCH v4 1/2] trace: Add trace any kernel object
 2021-11-01 15:55 UTC  (3+ messages)

[GIT PULL] parisc architecture fixes for kernel v5.16-rc1
 2021-11-01 15:53 UTC 


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.