All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-06 21:05:36 to 2021-02-07 01:12:47 UTC [more...]

[PATCH bpf-next v2 0/5] bpf: allow variable-offset stack access
 2021-02-07  1:11 UTC  (7+ messages)
` [PATCH bpf-next v2 1/5] "
` [PATCH bpf-next v2 5/5] selftest/bpf: add test for var-offset "

[PATCH bpf-next v3 0/4] allow variable-offset stack acces
 2021-02-07  1:10 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] bpf: allow variable-offset stack access
` [PATCH bpf-next v3 2/4] selftest/bpf: adjust expected verifier errors
` [PATCH bpf-next v3 3/4] selftest/bpf: verifier tests for var-off access
` [PATCH bpf-next v3 4/4] selftest/bpf: add test for var-offset stack access

[PATCH 00/11] target: fix cmd plugging and completion
 2021-02-07  1:06 UTC  (3+ messages)
` [PATCH 08/11] target iblock: add backend plug/unplug callouts

[PATCH v2 0/4] KVM: x86/pmu: Guest Architectural LBR Enabling
 2021-02-07  1:02 UTC  (7+ messages)
` [PATCH v2 4/4] KVM: x86: Expose Architectural LBR CPUID and its XSAVES bit

[PATCH] net/vmw_vsock: fix NULL pointer dereference
 2021-02-07  0:57 UTC  (3+ messages)

[PATCH net-next] net/packet: Improve the comment about LL header visibility criteria
 2021-02-07  0:57 UTC  (3+ messages)

[PATCH] perf record: Fix continue profiling after draining the buffer
 2021-02-07  0:56 UTC  (4+ messages)

[PATCH] net/vmw_vsock: improve locking in vsock_connect_timeout()
 2021-02-07  0:56 UTC  (3+ messages)

devtool question/issue
 2021-02-07  0:57 UTC  (2+ messages)

[PATCH v2 1/2] net: usb: qmi_wwan: support ZTE P685M modem
 2021-02-07  0:54 UTC  (2+ messages)
` [PATCH v3] usb: serial: option: update interface mapping for ZTE P685M

net/xfrm/xfrm_output.c:506:5: warning: stack frame size of 2128 bytes in function 'xfrm_output_resume'
 2021-02-07  0:53 UTC  (2+ messages)

[Bug 304636] Re: -hda FAT:. limited to 504MBytes
 2021-02-07  0:33 UTC 

[PATCH v4 0/3] Preventing job distribution to isolated CPUs
 2021-02-07  0:43 UTC  (13+ messages)
` [Patch v4 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs

[PATCH net-next] net: dsa: allow port mirroring towards foreign interfaces
 2021-02-07  0:43 UTC  (6+ messages)

[Intel-gfx] [CI 1/4] drm/i915: Move submit_request to i915_sched_engine
 2021-02-07  0:40 UTC  (7+ messages)
` [Intel-gfx] [CI 2/4] drm/i915: Move finding the current active request to the scheduler
` [Intel-gfx] [CI 3/4] drm/i915: Show execlists queues when dumping state
` [Intel-gfx] [CI 4/4] drm/i915: Wrap i915_request_use_semaphores()
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/4] drm/i915: Move submit_request to i915_sched_engine
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✗ Fi.CI.IGT: failure "

[Bug 1861946] [NEW] qemu-4.2.0 qemu-system-i386 not receive scancode 86 of spanish keyboard (ascii chars '<' & '>')
 2021-02-07  0:15 UTC  (2+ messages)
` [Bug 1861946] "

[PATCH v2 1/2] perf util: Change intlist int to unsigned long
 2021-02-07  0:19 UTC  (4+ messages)
` [PATCH v2 2/2] perf script: Support filtering by hex address

[PATCH net-next v2 00/11][pull request] 100GbE Intel Wired LAN Driver Updates 2021-02-05
 2021-02-07  0:20 UTC  (2+ messages)

[PATCH v1] fix patman --limit-cc option
 2021-02-07  0:17 UTC  (3+ messages)

[PATCH v2 1/1] sandbox: host bind must close file descriptor
 2021-02-07  0:17 UTC  (3+ messages)

[PATCH v2 00/33] dm: Add dtoc implementation of device instantiation (part D)
 2021-02-07  0:17 UTC  (67+ messages)
` [PATCH v2 01/33] bootstage: Fix dependency for BOOTSTAGE_RECORD_COUNT
` [PATCH v2 02/33] dtoc: Scan drivers for available information
` [PATCH v2 03/33] dtoc: Save scan information across test runs
` [PATCH v2 04/33] dtoc: Ignore unwanted files when scanning for drivers
` [PATCH v2 05/33] dtoc: Collect priv/plat struct info from drivers
` [PATCH v2 06/33] dtoc: Support scanning of uclasses
` [PATCH v2 07/33] dtoc: Support scanning of structs in header files
` [PATCH v2 08/33] dtoc: Move test files into a test/ directory
` [PATCH v2 09/33] dtoc: Rename sandbox_i2c_test and sandbox_pmic_test
` [PATCH v2 10/33] dtoc: Add some extra properties to nodes
` [PATCH v2 11/33] dtoc: Make use of node properties
` [PATCH v2 12/33] dtoc: Process nodes to set up required properties
` [PATCH v2 13/33] dtoc: Track nodes which are actually used
` [PATCH v2 14/33] dtoc: Support tracking the phase of U-Boot
` [PATCH v2 15/33] Makefile: Pass the U-Boot phase to dtoc
` [PATCH v2 16/33] dtoc: Support headers needed for drivers
` [PATCH v2 17/33] dtoc: Process driver aliases along with drivers
` [PATCH v2 18/33] dtoc: Warn of duplicate drivers
` [PATCH v2 19/33] dtoc: Read aliases for uclasses
` [PATCH v2 20/33] dtoc: Detect drivers only at the start of start of line
` [PATCH v2 21/33] dtoc: Assign a sequence number to each node
` [PATCH v2 22/33] dtoc: Set up the uclasses that are used
` [PATCH v2 23/33] dtoc: Support processing the root node
` [PATCH v2 24/33] dtoc: Add an option for device instantiation
` [PATCH v2 25/33] dm: of-platadata: Add "
` [PATCH v2 26/33] dtoc: Add support for decl file
` [PATCH v2 27/33] dtoc: Don't generate platform data with instantiation
` [PATCH v2 28/33] sandbox: Make sandbox,emul more conventional
` [PATCH v2 29/33] sandbox: i2c: Rename driver names to work with of-platdata
` [PATCH v2 30/33] dtoc: Tidy up the list of supported phandle properties
` [PATCH v2 31/33] dtoc: Generate a summary in the dt-plat.c file
` [PATCH v2 32/33] dtoc: Generate uclass devices
` [PATCH v2 33/33] dtoc: Generate device instances

[PATCH 1/2] lib: Fix BINMAN_FDT dependency
 2021-02-07  0:16 UTC  (6+ messages)
` [PATCH 2/2] dts: Fix OF_LIVE dependency

[PATCH] serial: ns16550: Correct the base address type
 2021-02-07  0:16 UTC  (3+ messages)

[PATCH] serial: ns16550: Handle zero <clock-frequency> value
 2021-02-07  0:16 UTC  (6+ messages)

[PATCH 1/2] dm: core: Fix allocation of empty of-platdata
 2021-02-07  0:16 UTC  (4+ messages)
` [PATCH 2/2] dm: core: Add DM_DEVICE_REMOVE condition to all exit paths

[PATCH] staging: emxx_udc: Fix incorrectly defined global
 2021-02-07  0:00 UTC 

[meta-virtualization]: dunfell docker run issues
 2021-02-07  0:01 UTC  (2+ messages)
` [yocto] "

[PATCH net-next 1/7] netfilter: ctnetlink: remove get_ct indirection
 2021-02-07  0:00 UTC  (2+ messages)

[Bug 1914849] [NEW] mprotect fails after MacOS 11.2 on arm mac
 2021-02-06 23:44 UTC  (2+ messages)
` [Bug 1914849] "

[PATCH net-next v2 0/4] add HSR offloading support for DSA switches
 2021-02-06 23:53 UTC  (5+ messages)
` [PATCH net-next v2 3/4] net: dsa: add support for offloading HSR
` [PATCH net-next v2 4/4] net: dsa: xrs700x: add HSR offloading support

[PATCH v4 0/9] fastboot: Add better support for specifying partitions
 2021-02-06 23:49 UTC  (6+ messages)
` [PATCH v4 8/9] fastboot: Allow u-boot-style partitions

[RESEND PATCH net-next 0/4] add HSR offloading support for DSA switches
 2021-02-06 23:43 UTC  (7+ messages)
` [RESEND PATCH net-next 1/4] net: hsr: generate supervision frame without HSR tag

[PATCH v8 net-next 00/15] net: mvpp2: Add TX Flow Control support
 2021-02-06 23:40 UTC  (3+ messages)
` [PATCH v8 net-next 02/15] dts: marvell: add CM3 SRAM memory to cp11x ethernet device tree

[PATCH v16 02/12] of: Add a common kexec FDT setup function
 2021-02-06 23:38 UTC  (2+ messages)

[GIT PULL] cifs fixes
 2021-02-06 23:33 UTC  (2+ messages)

[RESEND v4 0/6] misc: Add Add Synopsys DesignWare xData IP driver
 2021-02-06 23:31 UTC  (3+ messages)
` [RESEND v4 4/6] Documentation: misc-devices: Add Documentation for dw-xdata-pcie driver

proposal: move Linux userspace USB gadget projects to linux-usb GitHub organisation?
 2021-02-06 23:28 UTC  (5+ messages)

[net-next v2] tcp: Explicitly mark reserved field in tcp_zerocopy_receive args
 2021-02-06 23:28 UTC  (2+ messages)

[PATCH 4.19 00/17] 4.19.174-rc1 review
 2021-02-06 23:25 UTC  (3+ messages)
` [PATCH 4.19 16/17] kthread: Extract KTHREAD_IS_PER_CPU

[PATCH] Platform: OLPC: Constify static struct regulator_ops
 2021-02-06 23:21 UTC 

stable-rc/queue/5.10 baseline: 183 runs, 3 regressions (v5.10.13-57-g1231f5f0cde54)
 2021-02-06 23:21 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-5.11-7 tag
 2021-02-06 23:21 UTC  (3+ messages)

[git pull] Input updates for v5.11-rc6
 2021-02-06 23:21 UTC  (2+ messages)

[GIT PULL] USB driver fixes for 5.11-rc7
 2021-02-06 23:21 UTC  (2+ messages)

[GIT PULL] RISC-V Fixes for 5.11-rc7
 2021-02-06 23:21 UTC  (3+ messages)

[PATCH net V1 0/1] Fix XDP bug in ENA driver
 2021-02-06 23:20 UTC  (2+ messages)

[PATCH net-next] r8169: don't try to disable interrupts if NAPI is scheduled already
 2021-02-06 23:20 UTC  (2+ messages)

[gatesgargh 00/10] patch review Feb 06
 2021-02-06 23:18 UTC  (24+ messages)
` [bitbake-devel] "
` [gatesgargh 01/10] xterm: install xterm and uxterm desktop files
` [gatesgargh 02/10] xterm: provide virtual/x-terminal-emulator
` [gatesgargh 03/10] xmlsec1: Fix configure QA error caused by host lookup path
` [gatesgargh 04/10] iscsi-initiator-utils: upgrade 2.1.2 -> 2.1.3
` [gatesgargh 05/10] sip3: simplify recipe
` [gatesgargh 06/10] flatbuffers: whitelist CVE-2020-35864
` [gatesgargh 07/10] giflib: apply patch for CVE-2019-15133 and set CVE_PRODUCT
` [gatesgargh 08/10] zram: fix sourcing of zram parameters
` [gatesgargh 09/10] openldap: upgrade 2.4.51 -> 2.4.56
` [gatesgargh 10/10] openldap: upgrade 2.4.56 -> 2.4.57

Backport changes for _PYTHON_SYSCONFIGDATA_NAME to Gatesgarth and Dunfell
 2021-02-06 23:15 UTC  (4+ messages)
` [bitbake-devel] "

[PATCHv2 1/3] common: SCP03 control (enable and provision of keys)
 2021-02-06 23:11 UTC  (3+ messages)
` [PATCHv2 2/3] cmd: SCP03: enable and provision command
` [PATCHv2 3/3] drivers: tee: sandbox: secure channel protocol control

[PATCH/RFC] media: Add ISP entity function
 2021-02-06 23:06 UTC 

[PATCH 1/3] common: SCP03 control (enable and provision of keys)
 2021-02-06 23:05 UTC  (4+ messages)
` [PATCH] drivers: tee: sandbox: secure channel protocol control
` [PATCH 2/3] cmd: SCP03: enable and provision command
` [PATCH 3/3] drivers: tee: sandbox: secure channel protocol control

[meta-python][PATCH] python3-aws-iot-device-sdk-python: update to 1.4.9
 2021-02-06 23:04 UTC 

[meta-python][PATCH] python3-flask-socketio: update to 4.3.1
 2021-02-06 23:04 UTC 

[meta-python][PATCH] python3-greenstalk: update to 2.0.0
 2021-02-06 23:04 UTC 

[meta-python][PATCH] python3-twitter: update to 3.10.0
 2021-02-06 23:04 UTC 

[PATCH RESEND v3 net-next 00/12] LAG offload for Ocelot DSA switches
 2021-02-06 23:00 UTC  (2+ messages)

[PATCH] ASoC: fsl: constify static snd_soc_dai_ops structs
 2021-02-06 22:58 UTC  (2+ messages)

[PATCH net-next v2 0/7] net: ipa: a mix of small improvements
 2021-02-06 22:58 UTC  (2+ messages)

stable-rc/queue/4.19 baseline: 161 runs, 6 regressions (v4.19.173-17-g8c0cf936c02d)
 2021-02-06 22:58 UTC 

[PATCH 0/3] Optimization batch 7: use file basenames to guide rename detection
 2021-02-06 22:52 UTC  (4+ messages)
` [PATCH 1/3] diffcore-rename: compute basenames of all source and dest candidates
` [PATCH 2/3] diffcore-rename: complete find_basename_matches()
` [PATCH 3/3] diffcore-rename: guide inexact rename detection based on basenames

[PATCH v3 net-next 0/4] Automatically manage DSA master interface state
 2021-02-06 22:50 UTC  (2+ messages)

[GIT PULL] io_uring fixes for 5.11-rc7
 2021-02-06 22:46 UTC  (2+ messages)

[GIT PULL] SCSI fixes for 5.11-rc6
 2021-02-06 22:46 UTC  (2+ messages)

[GIT PULL] Block fixes for 5.11-rc7
 2021-02-06 22:46 UTC  (2+ messages)

stable-rc/queue/5.4 baseline: 177 runs, 6 regressions (v5.4.95-32-g0acd3152d6df8)
 2021-02-06 22:42 UTC 

alsamixer: use background color instead of COLOR_BLACK
 2021-02-06 22:41 UTC 

[MPTCP] [PATCH net-next 0/2] mptcp: Misc. updates for tests & lock annotation
 2021-02-06 22:40 UTC  (2+ messages)
`  "

[PATCH V2 net-next 0/6] net: hns3: updates for -nex
 2021-02-06 22:40 UTC  (2+ messages)

[PATCH net-next v2 0/3] dpaa2: add 1000base-X support
 2021-02-06 22:40 UTC  (2+ messages)

[MPTCP] Re: [PATCH net-next 0/2] mptcp: Misc. updates for tests & lock annotation
 2021-02-06 22:40 UTC 

[PATCHv3 00/24] perf tools: Add daemon command
 2021-02-06 22:35 UTC  (6+ messages)
  ` [PATCH 06/24] perf daemon: Add config file support

[PATCH 0/3] Fix some seq_file users that were recently broken
 2021-02-06 22:29 UTC  (3+ messages)

stable-rc/queue/4.9 baseline: 118 runs, 6 regressions (v4.9.256-18-ga090e9994044)
 2021-02-06 22:24 UTC 

[meta-networking][PATCH] nghttp2: update to 1.43.0
 2021-02-06 22:22 UTC 

DM3730 Suspend-Resume with 5.11-rc6
 2021-02-06 22:20 UTC  (2+ messages)

stable-rc/linux-4.9.y baseline: 118 runs, 8 regressions (v4.9.256-19-g7f357603171e0)
 2021-02-06 22:13 UTC 

[meta-networking][PATCH] ipset: update to 7.10
 2021-02-06 22:12 UTC 

[meta-networking][PATCH] kronosnet: update 1.20
 2021-02-06 22:10 UTC 

fs/cifs/inode.c:2882:1: warning: stack frame size of 2096 bytes in function 'cifs_setattr'
 2021-02-06 22:08 UTC  (2+ messages)

[PATCH] memory: ti-emif-pm: Drop of_match_ptr from of_device_id table
 2021-02-06 22:08 UTC  (2+ messages)

[meta-networking][PATCH] atftp: update to 0.7.4
 2021-02-06 22:06 UTC 

[Buildroot] [PATCH 1/1] package/iputils: update path for tftpd
 2021-02-06 22:01 UTC  (2+ messages)

[Buildroot] [git commit] package/iputils: update path for tftpd
 2021-02-06 22:00 UTC 

[Intel-gfx] [CI 1/4] drm/i915: Move submit_request to i915_sched_engine
 2021-02-06 21:57 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [CI,1/4] "

stable-rc/linux-4.4.y baseline: 103 runs, 11 regressions (v4.4.256-16-g285cba60e2a1)
 2021-02-06 21:50 UTC 

[PATCH net 0/2] bridge: mrp: Fix br_mrp_port_switchdev_set_state
 2021-02-06 21:47 UTC  (6+ messages)
` [Bridge] "
` [PATCH net 1/2] bridge: mrp: Fix the usage of br_mrp_port_switchdev_set_state
  ` [Bridge] "
` [PATCH net 2/2] switchdev: mrp: Remove SWITCHDEV_ATTR_ID_MRP_PORT_STAT
  ` [Bridge] "

[meta-networking][PATCH] adcli: update to 0.9.0
 2021-02-06 21:50 UTC 

stable-rc/queue/4.4 baseline: 103 runs, 11 regressions (v4.4.256-15-g67babfd8e22f8)
 2021-02-06 21:45 UTC 

[meta-networking][PATCH] cannelloni: update to 1.0.0
 2021-02-06 21:43 UTC 

[PATCH v3] event: Prevent bitbake from executing event handler for wrong multiconfig target
 2021-02-06 21:40 UTC 

[PATCH v4 00/11] tpm: Support using TPM1 and TPM2 from a single API
 2021-02-06 21:23 UTC  (12+ messages)
` [PATCH v4 01/11] tpm: Don't include cr50 in TPL/SPL
` [PATCH v4 02/11] tpm: Use logging in the uclass
` [PATCH v4 03/11] tpm: Add debugging of request in tpm_sendrecv_command()
` [PATCH v4 04/11] tpm: Add an API that can support v1.2 and v2
` [PATCH v4 05/11] tpm: Switch TPMv1 over to use the new API
` [PATCH v4 06/11] tpm: Add a basic API implementation for TPMv2
` [PATCH v4 07/11] tpm: Reduce duplication in a few functions
` [PATCH v4 08/11] tpm: Add an implementation of define_space
` [PATCH v4 09/11] tpm: Add TPM2 support for read/write values
` [PATCH v4 10/11] tpm: Add TPM2 support for write_lock
` [PATCH v4 11/11] tpm: Allow disabling platform hierarchy with TPM2

[PATCH] printk: Userspace format enumeration support
 2021-02-06 21:21 UTC  (5+ messages)

[PATCH] media: usbtv: constify static structs
 2021-02-06 21:21 UTC 

[PATCH v2] scsi_debug: add new defer_type for mq_poll
 2021-02-06 21:14 UTC 

stable-rc/queue/4.14 baseline: 138 runs, 8 regressions (v4.14.219-15-g8b9453943a205)
 2021-02-06 21:14 UTC 

[PATCH 0/2] secilc/docs: add syntax highlighting for cil examples
 2021-02-06 21:05 UTC  (4+ messages)
` [PATCH v2 1/3] secilc/docs: use fenced code blocks "
` [PATCH v2 2/3] secilc/docs: add syntax highlighting for secil
` [PATCH v2 3/3] secilc/docs: add custom color theme


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.