All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-24 21:12:18 to 2022-08-24 22:40:52 UTC [more...]

RTT-PROBE: lore-subspace-rtt
 2022-08-24 22:40 UTC 

[RFC] bpf.2: Use standard types and attributes
 2022-08-24 22:40 UTC  (3+ messages)
` [PATCH v3] Many pages: Document fixed-width types with ISO C naming

[PATCH 00/11] accumulated dts updates for ls1043a
 2022-08-24 22:37 UTC  (20+ messages)
` [PATCH 01/11] arm64: dts: ls1043a: fix the wrong size of dcfg space
` [PATCH 02/11] arm64: dts: ls1043a: Enable usb3-lpm-capable for usb3 node
` [PATCH 03/11] arm64: dts: ls1043a: use pcie aer/pme interrupts
` [PATCH 04/11] arm64: dts: ls1043a: Add SCFG phandle for PCIe nodes
` [PATCH 05/11] arm64: dts: ls1043a: Add big-endian property "
` [PATCH 06/11] arm64: dts: ls1043a: add missing dma ranges property
` [PATCH 07/11] arm64: dts: ls1043a: make dma-coherent global to the SoC
` [PATCH 08/11] arm64: dts: ls1043a: add gpio based i2c recovery information
` [PATCH 09/11] arm64: dts: ls1043a: use a pseudo-bus to constrain usb and sata dma size

[PATCH 0/9] QOM'ify VT82xx devices
 2022-08-24 22:21 UTC  (9+ messages)
` [PATCH 1/9] hw/isa/vt82c686: QOM'ify Super I/O creation
` [PATCH 4/9] hw/isa/vt82c686: QOM'ify via-ide creation

[PATCH v4 00/31] drm/kms: Stop registering multiple /sys/class/backlight devs for a single display
 2022-08-24 22:39 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "

3: qa-Letter | Em
 2022-08-24 22:27 UTC 

3: qa-Letter | Em
 2022-08-24 22:27 UTC 

[PATCH bpf-next v2 0/6] bpf: Support struct argument for trampoline base progs
 2022-08-24 22:35 UTC  (7+ messages)
` [PATCH bpf-next v2 3/6] bpf: x86: Support in-register struct arguments

[PATCH v3 00/13] SMM emulation and interrupt shadow fixes
 2022-08-24 22:34 UTC  (13+ messages)
` [PATCH v3 04/13] KVM: x86: emulator: update the emulation mode after rsm
` [PATCH v3 05/13] KVM: x86: emulator: update the emulation mode after CR0 write
` [PATCH v3 07/13] KVM: x86: emulator/smm: add structs for KVM's smram layout
` [PATCH v3 08/13] KVM: x86: emulator/smm: use smram structs in the common code
` [PATCH v3 09/13] KVM: x86: emulator/smm: use smram struct for 32 bit smram load/restore
` [PATCH v3 10/13] KVM: x86: emulator/smm: use smram struct for 64 "

[PATCH v14 0/5] Improve PMU support
 2022-08-24 22:17 UTC  (6+ messages)
` [PATCH v14 1/5] target/riscv: Add sscofpmf extension support
` [PATCH v14 2/5] target/riscv: Simplify counter predicate function
` [PATCH v14 3/5] target/riscv: Add few cache related PMU events
` [PATCH v14 4/5] hw/riscv: virt: Add PMU DT node to the device tree
` [PATCH v14 5/5] target/riscv: Update the privilege field for sscofpmf CSRs

[PATCH net v1] mlxbf_gige: compute MDIO period based on i1clk
 2022-08-24 22:32 UTC 

[PATCH] drm: omapdrm: Improve check for contiguous buffers
 2022-08-24 22:32 UTC  (2+ messages)

[PATCH] Bluetooth: hci_event: Fix checking conn for le_conn_complete_evt
 2022-08-24 22:30 UTC  (2+ messages)

[PATCH bpf-next v6 0/4] Parameterize task iterators
 2022-08-24 22:30 UTC  (6+ messages)
` [PATCH bpf-next v6 1/4] bpf: "
` [PATCH bpf-next v6 4/4] selftests/bpf: Test parameterized task BPF iterators

[PATCH bpf-next 00/17] bpf: net: Remove duplicated code from bpf_getsockopt()
 2022-08-24 22:27 UTC  (18+ messages)
` [PATCH bpf-next 01/17] net: Change sock_getsockopt() to take the sk ptr instead of the sock ptr
` [PATCH bpf-next 02/17] bpf: net: Change sk_getsockopt() to take the sockptr_t argument
` [PATCH bpf-next 03/17] bpf: net: Avoid sk_getsockopt() taking sk lock when called from bpf
` [PATCH bpf-next 04/17] bpf: net: Change do_tcp_getsockopt() to take the sockptr_t argument
` [PATCH bpf-next 05/17] bpf: net: Avoid do_tcp_getsockopt() taking sk lock when called from bpf
` [PATCH bpf-next 06/17] bpf: net: Change do_ip_getsockopt() to take the sockptr_t argument
` [PATCH bpf-next 07/17] bpf: net: Avoid do_ip_getsockopt() taking sk lock when called from bpf
` [PATCH bpf-next 08/17] net: Remove unused flags argument from do_ipv6_getsockopt
` [PATCH bpf-next 09/17] net: Add a len argument to compat_ipv6_get_msfilter()
` [PATCH bpf-next 10/17] bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argument
` [PATCH bpf-next 11/17] bpf: net: Avoid do_ipv6_getsockopt() taking sk lock when called from bpf
` [PATCH bpf-next 12/17] bpf: Embed kernel CONFIG check into the if statement in bpf_getsockopt
` [PATCH bpf-next 13/17] bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()
` [PATCH bpf-next 14/17] bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()
` [PATCH bpf-next 15/17] bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()
` [PATCH bpf-next 16/17] bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()
` [PATCH bpf-next 17/17] selftest/bpf: Add test for bpf_getsockopt()

[PATCH] Bluetooth: move from strlcpy with unused retval to strscpy
 2022-08-24 22:30 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-08-24 22:30 UTC 

[kernel PATCH v3 0/1] Bluetooth: hci_sync: hold hdev->lock when cleanup hci_conn
 2022-08-24 22:30 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 0/3] Enable Pipewriteback
 2022-08-24 22:29 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Enable Pipewriteback (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH 1/5] t3416: set $EDITOR in subshell
 2022-08-24 22:28 UTC  (2+ messages)

[PATCH 0/5] rebase --keep-base: imply --reapply-cherry-picks and --no-fork-point
 2022-08-24 22:27 UTC  (2+ messages)

[PATCH v3 0/2] pinctrl: Add Cypress cy8c95x0
 2022-08-24 22:25 UTC  (5+ messages)
` [PATCH v3 1/2] dt-binding: pinctrl: Add cypress,cy8c95x0
` [PATCH v3 2/2] pinctrl: Add Cypress cy8c95x0 support

[ovmf test] 172759: regressions - FAIL
 2022-08-24 22:25 UTC 

[PATCH v10 0/3] Implement Sstc extension
 2022-08-24 22:13 UTC  (4+ messages)
` [PATCH v10 1/3] hw/intc: Move mtimer/mtimecmp to aclint
` [PATCH v10 2/3] target/riscv: Add stimecmp support
` [PATCH v10 3/3] target/riscv: Add vstimecmp support

[GIT PULL] DTS fixes for the Versatile family
 2022-08-24 22:22 UTC  (2+ messages)

[PATCH] dmaengine: idxd: Set workqueue state to disabled before trying to re-enable
 2022-08-24 22:21 UTC  (7+ messages)

[PATCH v5 00/12] x86: Support Key Locker
 2022-08-24 22:20 UTC  (4+ messages)
` [PATCH v5 07/12] x86/cpu/keylocker: Load an internal wrapping key at boot-time

RTT-PROBE: lore-subspace-rtt
 2022-08-24 22:20 UTC 

[PATCH 5/5] rebase --keep-base: imply --no-fork-point
 2022-08-24 22:18 UTC  (2+ messages)

[PATCH v3 0/4] DT fixes for pl022 for arm platforms
 2022-08-24 22:15 UTC  (9+ messages)
` [PATCH v3 1/4] ARM: dts: integratorap: Update spi node properties

[PATCH] sparc64: Fix the generic IO helpers
 2022-08-24 22:15 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] utils/genrandconfig: add mxs-bootlets custom handling
 2022-08-24 22:14 UTC 

[PATCH v2 ipsec 0/2] xfrm: Fix bugs in stacked XFRM-I tunnels
 2022-08-24 22:12 UTC  (3+ messages)
` [PATCH v2 ipsec 1/2] xfrm: Skip checking of already-verified secpath entries
` [PATCH v2 ipsec 2/2] xfrm: Ensure policy checked for nested ESP tunnels

[Intel-gfx] [PATCH v3 00/15] drm/i915: HuC loading for DG2
 2022-08-24 22:12 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: HuC loading for DG2 (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH v2 0/4] lib: optimize find_bit() functions
 2022-08-24 22:09 UTC  (10+ messages)
` [PATCH v2 2/3] lib/find_bit: create find_first_zero_bit_le()
` [PATCH v2 3/3] lib/find_bit: optimize find_next_bit() functions

[PATCH 0/3] built-in add -p: support diff-so-fancy better
 2022-08-24 22:11 UTC  (14+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] t3701: redefine what is "bogus" output of a diff filter
  ` [PATCH v2 2/4] add -p: gracefully ignore unparseable hunk headers in colored diffs
  ` [PATCH v2 3/4] add -p: handle `diff-so-fancy`'s hunk headers better
  ` [PATCH v2 4/4] add -p: ignore dirty submodules

[PATCH bpf-next v2 0/2] Add table of BPF program types to docs
 2022-08-24 22:10 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] Add subdir support to Documentation makefile
` [PATCH bpf-next v2 2/2] Add table of BPF program types to libbpf docs

RTT-PROBE: lore-subspace-rtt
 2022-08-24 22:10 UTC 

[PATCH 4/5] rebase --keep-base: imply --reapply-cherry-picks
 2022-08-24 22:09 UTC  (2+ messages)

Update bpf-helpers(7) man page
 2022-08-24 22:07 UTC  (13+ messages)

[Bug 216410] New: WARNING: inconsistent lock state, "inconsistent {IN-SOFTIRQ-W} -> {SOFTIRQ-ON-W} usage" at boot
 2022-08-24 22:06 UTC  (2+ messages)
` [Bug 216410] "

[PATCH RFC bpf-next 0/2] propagate nullness information for reg to reg comparisons
 2022-08-24 22:05 UTC  (4+ messages)
` [PATCH RFC bpf-next 1/2] bpf: "

[PATCH v3 0/4] bpf: Add user-space-publisher ringbuffer map type
 2022-08-24 22:03 UTC  (7+ messages)
` [PATCH v3 2/4] bpf: Add bpf_user_ringbuf_drain() helper
` [PATCH v3 3/4] bpf: Add libbpf logic for user-space ring buffer
` [PATCH v3 4/4] selftests/bpf: Add selftests validating the user ringbuf

[PATCH net 00/14] Netfilter fixes for net
 2022-08-24 22:03 UTC  (15+ messages)
` [PATCH net 01/14] netfilter: ebtables: reject blobs that don't provide all entry points
` [PATCH net 02/14] netfilter: conntrack: work around exceeded receive window
` [PATCH net 03/14] netfilter: nft_tproxy: restrict to prerouting hook
` [PATCH net 04/14] netfilter: nf_tables: disallow updates of implicit chain
` [PATCH net 05/14] netfilter: nf_tables: make table handle allocation per-netns friendly
` [PATCH net 06/14] netfilter: nft_payload: report ERANGE for too long offset and length
` [PATCH net 07/14] netfilter: nft_payload: do not truncate csum_offset and csum_type
` [PATCH net 08/14] netfilter: nf_tables: do not leave chain stats enabled on error
` [PATCH net 09/14] netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet families
` [PATCH net 10/14] netfilter: nft_tunnel: restrict it to netdev family
` [PATCH net 11/14] netfilter: nf_tables: disallow binding to already bound chain
` [PATCH net 12/14] netfilter: flowtable: add function to invoke garbage collection immediately
` [PATCH net 13/14] netfilter: flowtable: fix stuck flows on cleanup due to pending work
` [PATCH net 14/14] netfilter: nf_defrag_ipv6: allow nf_conntrack_frag6_high_thresh increases

[PATCH 3/5] rebase: factor out merge_base calculation
 2022-08-24 22:02 UTC  (2+ messages)

[GIT PULL] smb3 client fixes
 2022-08-24 22:02 UTC  (5+ messages)
` strlcpy() notes (was Re: [GIT PULL] smb3 client fixes)

[PATCH v2] vfio: Remove vfio_group dev_counter
 2022-08-24 22:02 UTC  (6+ messages)

[PATCH] arm64: dma: Drop cache invalidation from arch_dma_prep_coherent()
 2022-08-24 22:00 UTC  (2+ messages)

[PATCH v6 1/6] drm/ttm: Add new callbacks to ttm res mgr
 2022-08-24 22:01 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [v6,1/6] "

RTT-PROBE: lore-subspace-rtt
 2022-08-24 22:00 UTC 

[PATCH v2 0/7] xen/evtchn: implement static event channel signaling
 2022-08-24 21:59 UTC  (9+ messages)
` [PATCH v2 7/7] xen/arm: introduce new xen,enhanced property value

[PATCH RFC 0/2] coding-style.rst: document BUG() and WARN() rules
 2022-08-24 21:59 UTC  (4+ messages)
` [PATCH RFC 1/2] coding-style.rst: document BUG() and WARN() rules ("do not crash the kernel")

[RESEND PATCH 0/4] Add unit test module for AMD P-State driver
 2022-08-24 21:58 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/2] drm/i915/bios: Rethink LFP data pointer generation
 2022-08-24 21:55 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[LTP] [PATCH] API/cgroup: Add rdma controller
 2022-08-24 21:54 UTC 

[PATCH v3] drm/msm/dp: correct 1.62G link rate at dp_catalog_ctrl_config_msa()
 2022-08-24 21:53 UTC  (3+ messages)

[PATCH net v3 0/3] net: lantiq_xrx200: fix errors under memory pressure
 2022-08-24 21:54 UTC  (4+ messages)
` [PATCH net v3 1/3] net: lantiq_xrx200: confirm skb is allocated before using
` [PATCH net v3 2/3] net: lantiq_xrx200: fix lock under memory pressure
` [PATCH net v3 3/3] net: lantiq_xrx200: restore buffer if memory allocation failed

[PATCH wpan-next 00/20] net: ieee802154: Support scanning/beaconing
 2022-08-24 21:53 UTC  (13+ messages)
` [PATCH wpan-next 01/20] net: mac802154: Allow the creation of coordinator interfaces

[Buildroot] [PATCH 1/1] package/igh-ethercat: fix build without C++
 2022-08-24 21:53 UTC 

[PATCHSETS v2] v14 fsdax-rmap + v11 fsdax-reflink
 2022-08-24 21:52 UTC  (3+ messages)
` [PATCH v2 05/14] mm: Introduce mf_dax_kill_procs() for fsdax case

RTT-PROBE: lore-subspace-rtt
 2022-08-24 21:50 UTC 

[PATCH bpf-next,v4] bpf/scripts: assert helper enum value is aligned with comment order
 2022-08-24 21:50 UTC  (2+ messages)

taprio vs. wireless/mac80211
 2022-08-24 21:50 UTC 

[PATCH 4.9 00/98] 4.9.326-rc2 review
 2022-08-24 21:49 UTC  (2+ messages)

[PATCH] KVM: x86/emulator: Fix handing of POP SS to correctly set interruptibility
 2022-08-24 21:49 UTC  (7+ messages)
` [kvm-unit-tests PATCH] x86/emulator: Test POP-SS blocking

[BUG][5.20] refcount_t: underflow; use-after-free
 2022-08-24 21:44 UTC  (11+ messages)

[RFC PATCH 0/2] KVM: x86: Add a new attribute to control dynamic XSTATE components
 2022-08-24 21:42 UTC  (3+ messages)
` [RFC PATCH 1/2] KVM: x86: Add a new system attribute for dynamic XSTATE component

[axboe-block:io_uring-6.0 14/14] io_uring/net.c:1053:36: warning: variable 'addr' is uninitialized when used here
 2022-08-24 21:41 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-08-24 21:40 UTC 

[PATCH BlueZ v2] zsh: drop no more arguments message
 2022-08-24 21:40 UTC  (2+ messages)

[Bluez PATCH v2] adapter: Reset pending settings when receiving MGMT error
 2022-08-24 21:40 UTC  (2+ messages)

patch request for 5.15-stable to fix gcc-12 build
 2022-08-24 21:34 UTC 

[PATCH] idxd: avoid deadlock in process_misc_interrupts()
 2022-08-24 21:34 UTC  (8+ messages)
` [PATCH v2] dmaengine: "

[igt-dev] [PATCH i-g-t 00/23] Add DG2 OA test
 2022-08-24 21:34 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for Add DG2 OA test (rev4)

[PATCH ipsec-next 0/3] xfrm: support collect metadata mode for xfrm interfaces
 2022-08-24 21:33 UTC  (5+ messages)
` [PATCH ipsec-next 2/3] xfrm: interface: support collect metadata mode

Basic PCP/DEI-based queue classification
 2022-08-24 19:36 UTC  (8+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-08-24 21:30 UTC 

[PATCH net-next 0/2] ice: support FEC automatic disable
 2022-08-24 21:29 UTC  (4+ messages)
` [PATCH net-next 2/2] ice: add support for Auto FEC with FEC disabled via ETHTOOL_SFECPARAM

[Intel-gfx] [PATCH v2 00/21] Initial Meteorlake Support
 2022-08-24 21:26 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Initial Meteorlake Support (rev3)

[Intel-gfx] [PATCH 0/7] drm/i915: Add HWMON support
 2022-08-24 21:25 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915: Add HWMON support (rev4)

[PATCH 0/2] ext4: Fix performance regression with mballoc
 2022-08-24 21:24 UTC  (4+ messages)

ptrace() - Tracing the wrong thread after TID recycling
 2022-08-24 21:22 UTC 

[RFT PATCH] regulator: core: Require regulator drivers to check uV for get_optimum_mode()
 2022-08-24 21:24 UTC  (5+ messages)

[PATCH 5.10 000/157] 5.10.138-rc3 review
 2022-08-24 21:23 UTC  (2+ messages)

[RFT PATCH v2 1/2] regulator: core: Require regulator drivers to check uV for get_optimum_mode()
 2022-08-24 21:22 UTC  (2+ messages)
` [RFT PATCH v2 2/2] regulator: core: Don't err if allow-set-load but no allowed-modes

[RFC PATCH v1 0/4] Virtualize PCR for Container-IMA
 2022-08-24 21:22 UTC  (5+ messages)
` [RFC PATCH v1 1/4] ima: Introduce PCR virtualization for IMA namespace
` [RFC PATCH v1 2/4] ima: Use tpm_chip from init "
` [RFC PATCH v1 3/4] ima: Create vpcr file on securityfs
` [RFC PATCH v1 4/4] ima: Extend the real PCR12 with tempPCR value

RTT-PROBE: lore-subspace-rtt
 2022-08-24 21:20 UTC 

[dm-devel] [PATCH] multipath-tools: add more info for NetApp RDAC arrays
 2022-08-24 16:02 UTC  (3+ messages)

[PATCH v3 00/10] x86/resctrl: Support for AMD QoS new features and bug fix
 2022-08-24 21:16 UTC  (9+ messages)
` [PATCH v3 06/10] x86/resctrl: Introduce mon_configurable to detect Bandwidth Monitoring Event Configuration
` [PATCH v3 07/10] x86/resctrl: Add sysfs interface files to read/write event configuration
` [PATCH v3 08/10] x86/resctrl: Add the sysfs interface to read the "
` [PATCH v3 09/10] x86/resctrl: Add sysfs interface to write "

[PATCH 5.19 000/362] 5.19.4-rc2 review
 2022-08-24 21:14 UTC  (2+ messages)

[PATCH 0/1] Fix backlight control on Toshiba Satellite Z830
 2022-08-24 21:14 UTC  (3+ messages)
` [PATCH 1/1] ACPI: video: Add Toshiba Satellite/Portege Z830 quirk

[PATCH] promisor-remote: fix xcalloc() argument order
 2022-08-24 21:13 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v4 0/6] Add sanity check for interleave setup
 2022-08-24 21:13 UTC  (4+ messages)
` [PATCH v4 3/6] tools/testing/cxl: Add interleave check support to mock cxl port device

[PATCH v1 0/5] vhost-user-blk: dynamically resize config space based on features
 2022-08-24 21:11 UTC  (4+ messages)
` [PATCH v1 2/5] virtio-blk: move config space sizing code to virtio-blk-common


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.