All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-12 19:25:44 to 2020-10-12 20:26:24 UTC [more...]

[PATCH v21 00/23] LSM: Module stacking for AppArmor
 2020-10-12 20:19 UTC  (14+ messages)
  ` [PATCH v21 01/23] LSM: Infrastructure management of the sock security
  ` [PATCH v21 02/23] LSM: Create and manage the lsmblob data structure
  ` [PATCH v21 03/23] LSM: Use lsmblob in security_audit_rule_match
  ` [PATCH v21 04/23] LSM: Use lsmblob in security_kernel_act_as
  ` [PATCH v21 05/23] LSM: Use lsmblob in security_secctx_to_secid
  ` [PATCH v21 06/23] LSM: Use lsmblob in security_secid_to_secctx

Redfish: Supporting deprecated properties
 2020-10-12 20:24 UTC  (3+ messages)

[PATCH 1/2] pseudo: do not expand symlinks in /proc
 2020-10-12 20:25 UTC  (4+ messages)
` [PATCH 2/2] pseudo: Fix statx function usage
  ` [OE-core] "

[PATCH 0/4] spapr: Fix and cleanups for sPAPR CPU core
 2020-10-12 20:24 UTC  (3+ messages)
` [PATCH 4/4] spapr: Make spapr_cpu_core_unrealize() idempotent

[GIT PULL] RCU changes for v5.10
 2020-10-12 20:25 UTC  (2+ messages)

PCI, isolcpus, and irq affinity
 2020-10-12 20:24 UTC  (7+ messages)

[PATCH 0/2] Add Xen CpusAccel
 2020-10-12 20:23 UTC  (7+ messages)
` [PATCH 1/2] accel: move qtest CpusAccel functions to a common location
` [PATCH 2/2] accel: Add xen CpusAccel using dummy-cpu

[ANNOUNCE] libtraceevent.git
 2020-10-12 20:24 UTC  (6+ messages)

[drm-intel:drm-intel-next-queued 6/6] drivers/gpu/drm/i915/display/intel_psr.c:1187 intel_psr2_program_plane_sel_fetch() error: we previously assumed 'plane_state' could be null (see line 1181)
 2020-10-12 20:23 UTC 

[Buildroot] [git commit] package/zlib-ng: bump to version 1.9.9-b1
 2020-10-12 20:23 UTC 

[Buildroot] [git commit] package/zlib: update architectures for zlib-ng
 2020-10-12 20:23 UTC 

[Intel-gfx] [PATCH 1/3] drm/i915: Reorder hpd init vs. display resume
 2020-10-12 20:22 UTC  (7+ messages)
` [Intel-gfx] [PATCH 2/3] drm/i915: Do drm_mode_config_reset() after HPD init
` [Intel-gfx] [PATCH 3/3] drm/i915: Refactor .hpd_irq_setup() calls a bit
` [Intel-gfx] [PATCH v2 1/3] drm/i915: Reorder hpd init vs. display resume

[dpdk-dev] [RFC] ethdev: introduce Rx buffer split
 2020-10-12 20:22 UTC  (16+ messages)
` [dpdk-dev] [PATCH v3 1/9] "
` [dpdk-dev] [PATCH v4 0/9] "
  ` [dpdk-dev] [PATCH v4 1/9] "
  ` [dpdk-dev] [PATCH v4 2/9] app/testpmd: add multiple pools per core creation
  ` [dpdk-dev] [PATCH v4 3/9] app/testpmd: add buffer split offload configuration
  ` [dpdk-dev] [PATCH v4 4/9] app/testpmd: add rxpkts commands and parameters
  ` [dpdk-dev] [PATCH v4 5/9] app/testpmd: add extended Rx queue setup
  ` [dpdk-dev] [PATCH v4 6/9] net/mlx5: add extended Rx queue setup routine
  ` [dpdk-dev] [PATCH v4 7/9] net/mlx5: configure Rx queue to support split
  ` [dpdk-dev] [PATCH v4 8/9] net/mlx5: register multiple pool for Rx queue
  ` [dpdk-dev] [PATCH v4 9/9] net/mlx5: update Rx datapath to support split

✅ PASS: Test report for kernel 5.8.14 (stable-queue)
 2020-10-12 20:22 UTC 

[kvm-unit-tests PATCH] x86: VMX: Add a VMX-preemption timer expiration test
 2020-10-12 20:21 UTC  (10+ messages)

[PATCH 0/5] Fix x2apic enablement and allow up to 32768 CPUs without IR where supported
 2020-10-12 20:20 UTC  (18+ messages)
` [PATCH 1/5] x86/apic: Fix x2apic enablement without interrupt remapping
  ` [PATCH 5/5] x86/kvm: Add KVM_FEATURE_MSI_EXT_DEST_ID

[PATCH 0/1] Alias 'list'-subcommands to 'ls'
 2020-10-12 20:19 UTC  (3+ messages)
` [PATCH 1/1] subcommands: alias 'list'-subcommands to 'ls' where applicable docs: update docs with new alias

[PATCH 2/3] replace CURLOPT_FILE With CURLOPT_WRITEDATA
 2020-10-12 20:19 UTC  (5+ messages)
` [PATCH 3/3] http: automatically retry some requests
` [PATCH] remote-curl: add testing for intelligent retry for HTTP

[linux-next:master 10107/14813] drivers/crypto/stm32/stm32-crc32.c:147:12: sparse: sparse: context imbalance in 'burst_update' - wrong count at exit
 2020-10-12 20:18 UTC 

[Buildroot] [PATCH 1/2] package/sslh: drop C++ dependency
 2020-10-12 20:18 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/sslh: bump to version 1.21c

[PATCH v2 0/7] tracing: Synthetic event dynamic string fixes
 2020-10-12 20:18 UTC  (8+ messages)
` [PATCH v2 1/7] tracing: Don't show dynamic string internals in synthetic event description
` [PATCH v2 2/7] tracing: Move is_good_name() from trace_probe.h to trace.h
` [PATCH v2 3/7] tracing: Check that the synthetic event and field names are legal
` [PATCH v2 4/7] tracing: Add synthetic event error logging
` [PATCH v2 5/7] selftests/ftrace: Change synthetic event name for inter-event-combined test
` [PATCH v2 6/7] tracing: Handle synthetic event array field type checking correctly
` [PATCH v2 7/7] selftests/ftrace: Add test case for synthetic event syntax errors

[PATCH v2] encrypted-keys: Print more useful debug info if encryption algo is not available
 2020-10-12 20:18 UTC  (2+ messages)

merge window is open. bpf-next is still open
 2020-10-12 20:15 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH] lib: Convert test_printf.c to KUnit
 2020-10-12 20:13 UTC  (6+ messages)
        `  "

[PATCH] powerpc/features: Remove CPU_FTR_NODSISRALIGN
 2020-10-12 20:10 UTC  (4+ messages)

[renesas-devel:renesas-arm-dt-for-v5.11] BUILD SUCCESS 2e8cc12c636df269e22227014e4f9784403cb103
 2020-10-12 20:12 UTC 

[renesas-devel:master] BUILD SUCCESS 8b4fe437b94bb6be086be313056a1bf0c3ac3823
 2020-10-12 20:12 UTC 

[PATCH 1/2] ARM: dts: sun8i: h2+: Fix Orange Pi Zero device description
 2020-10-12 20:03 UTC  (6+ messages)
` [PATCH 2/2] dt-bindings: arm: sunxi: Fix Orange Pi Zero bindings

Using virtio-vhost-user or vhost-pci
 2020-10-12 19:22 UTC 

[PATCH] sequencer: fix gpg option passed to octopus merge
 2020-10-12 20:11 UTC  (9+ messages)

[igt-dev] [PATCH] tests/kms_dp_aux_dev: Handle AUX failures on disconnected MST connectors
 2020-10-12 20:11 UTC  (4+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "
` [igt-dev] ✓ Fi.CI.BAT: success "

[Buildroot] [PATCH v3 1/4] boot/uboot: add stm32 binary format
 2020-10-12 20:11 UTC  (4+ messages)
` [Buildroot] [PATCH v3 2/4] configs/stm32mp157*: use trusted configuration

[PATCH net-next 0/6] Support setting lanes via ethtool
 2020-10-12 20:08 UTC  (5+ messages)
` [PATCH net-next 1/6] ethtool: Extend link modes settings uAPI with lanes

stable-rc/linux-4.14.y baseline: 101 runs, 2 regressions (v4.14.200-69-gc6bda4c1748c)
 2020-10-12 20:06 UTC 

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-10-12 20:02 UTC  (32+ messages)
` [PATCH RFC PKS/PMEM 22/58] fs/f2fs: Utilize new kmap_thread()
                  ` [Cluster-devel] "
                  ` [Intel-wired-lan] "
                  ` [Intel-gfx] "
                  ` [f2fs-dev] "

[Linux-kernel-mentees] [PATCH] checkpatch: formatted email should have a whitespace separating address and comment
 2020-10-12 20:05 UTC  (4+ messages)

[PATCH v10 0/2] Add PWM support for Intel Keem Bay SoC
 2020-10-12 20:04 UTC  (4+ messages)
` [PATCH v10 1/2] pwm: Add PWM driver for Intel Keem Bay

[PATCH 0/2] diff: add -I<regex> that ignores matching changes
 2020-10-12 20:04 UTC  (8+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] merge-base, xdiff: zero out xpparam_t structures
  ` [PATCH v2 2/3] diff: add -I<regex> that ignores matching changes

libbpf error: unknown register name 'r0' in asm
 2020-10-12 20:03 UTC  (12+ messages)

[PATCH v3 0/2] usb: Add driver for USB signal re-mapper
 2020-10-12 20:00 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: Add support for Broadcom USB pin map driver
` [PATCH v3 2/2] usb: Add driver to allow any GPIO to be used for 7211 USB signals

[PLEASE PULL] ia64 for v5.10
 2020-10-12 20:01 UTC  (2+ messages)

[PATCH] gpio: gpio-amd-fch: Fix typo on define of AMD_FCH_GPIO_REG_GPIO55_DEVSLP0
 2020-10-12 19:58 UTC  (6+ messages)

M+ & H bugs with Milestone Movements WW41
 2020-10-12 19:58 UTC 

[dpdk-dev] [PATCH 20.11 00/19] remove make support in DPDK
 2020-10-12 19:57 UTC  (6+ messages)
` [dpdk-dev] [PATCH v6 00/14] "
  ` [dpdk-dev] [PATCH v6 01/14] doc: remove references to make from platforms guides
  ` [dpdk-dev] [PATCH v6 03/14] doc: remove references to make from NICs guides
    ` [dpdk-dev] [EXT] "

[PATCH v14 00/26] Control-flow Enforcement: Shadow Stack
 2020-10-12 19:58 UTC  (3+ messages)
` [PATCH v14 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states

Enhancements/Bugs closed WW41
 2020-10-12 19:57 UTC 

[PATCH 00/10] target/arm: Various v8.1M minor features
 2020-10-12 19:56 UTC  (3+ messages)
` [PATCH 07/10] target/arm: Implement v8.1M low-overhead-loop instructions

[Intel-gfx] [PATCH v2 00/61] drm/i915: Remove obj->mm.lock!
 2020-10-12 19:57 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Remove obj->mm.lock! (rev2)

[PATCH] wg-quick linux: Add strip-and-eval cmd to extract keys from PostUp
 2020-10-12 19:54 UTC  (5+ messages)

Current Autobuilder Intermittent bugs by the WW created or closed
 2020-10-12 19:53 UTC 

[Buildroot] [PATCH 1/2] package/unixodbc: drop non upstreamable patch
 2020-10-12 19:53 UTC  (3+ messages)
` [Buildroot] [PATCH 2/2] package/unixodbc: bump to version 2.3.9

[dpdk-dev] [PATCH v5 01/10] eal: add new x86 cpuid support for WAITPKG
 2020-10-12 19:52 UTC  (5+ messages)
` [dpdk-dev] [PATCH v5 02/10] eal: add power management intrinsics
` [dpdk-dev] [PATCH v5 03/10] eal: add intrinsics support check infrastructure

[Bug 209627] Touchscreen doesn't work anymore since commit 21653a4181ff292480599dad996a2b759ccf050f (regression)
 2020-10-12 19:52 UTC 

[PATCH v2 00/10] DASD FC endpoint security
 2020-10-12 19:50 UTC  (4+ messages)

Current high bug count owners for Yocto Project 3.2 & 3.3
 2020-10-12 19:50 UTC 

[PATCH] iio: adc: mediatek: fix unset field
 2020-10-12 19:46 UTC  (3+ messages)

[PATCH v3 0/4] Test MSR exits to userspace
 2020-10-12 19:47 UTC  (5+ messages)
` [PATCH v3 1/4] selftests: kvm: Fix the segment descriptor layout to match the actual layout
` [PATCH v3 2/4] selftests: kvm: Clear uc so UCALL_NONE is being properly reported
` [PATCH v3 3/4] selftests: kvm: Add exception handling to selftests
` [PATCH v3 4/4] selftests: kvm: Test MSR exiting to userspace

[GIT pull] core/debugobjects for 5.10-rc1
 2020-10-12 19:47 UTC  (8+ messages)
` [GIT pull] irq/core "
` [GIT pull] timers/core "
` [GIT pull] x86/irq "

[GIT pull] x86/entry for 5.10-rc1
 2020-10-12 19:47 UTC  (2+ messages)

[Buildroot] [git commit] package/unixodbc: bump to version 2.3.9
 2020-10-12 19:46 UTC 

[Buildroot] [git commit] package/unixodbc: drop non upstreamable patch
 2020-10-12 19:46 UTC 

[PATCH bpf-next v2] bpf: Lift hashtab key_size limit
 2020-10-12 19:45 UTC  (2+ messages)

[PATCH 01/13] gstreamer1.0: upgrade to version 1.18.0
 2020-10-12 19:45 UTC  (9+ messages)
` [PATCH 05/13] gstreamer1.0-plugins-bad: disable vulkan
  ` [OE-core] "

[PATCH v6 00/10] vfio/fsl-mc: VFIO support for FSL-MC device
 2020-10-12 19:44 UTC  (2+ messages)

[PATCH v2 05/13] reftable: utility functions
 2020-10-12 19:41 UTC  (7+ messages)

[Buildroot] [PATCH] package/apparmor: bump to version 3.0.0
 2020-10-12 19:40 UTC  (2+ messages)

[PATCH] interconnect: qcom: sdm845: Enable keepalive for the MM1 BCM
 2020-10-12 19:40 UTC 

Yocto Project Newcomer & Unassigned Bugs - Help Needed
 2020-10-12 19:39 UTC 

[PATCH 1/2] x86: Remove led/gpio setup from pcengines platform driver
 2020-10-12 19:39 UTC  (4+ messages)

Patchwork now does the right thing with GGG submissions
 2020-10-12 19:38 UTC 

[Intel-gfx] [PATCH] drm/i915: DMA map DSM [stolen memory]
 2020-10-12 19:38 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: DMA map DSM [stolen memory] (rev2)

IRQs in /proc/irq/* that aren't listed in /proc/interrupts?
 2020-10-12 19:37 UTC  (2+ messages)

[dpdk-dev] [RFC PATCH v2] app/testpmd: tx pkt clones parameter in flowgen
 2020-10-12 19:37 UTC  (3+ messages)
  ` [dpdk-dev] [EXT] "

[PATCH] MIPS: ingenic: Remove CPU_SUPPORTS_HUGEPAGES
 2020-10-12 19:37 UTC 

[GIT PULL] x86/asm updates for v5.10
 2020-10-12 19:33 UTC  (5+ messages)

[PATCH] atomics.tbl: Remove executable permission bits
 2020-10-12 19:34 UTC 

[Buildroot] [git commit] package/apparmor: bump to version 3.0.0
 2020-10-12 19:33 UTC 

[xen-unstable-smoke test] 155741: regressions - FAIL
 2020-10-12 19:31 UTC 

[dpdk-dev] [PATCH] EAL: An addition of cache line demote (CLDEMOTE) in rte_prefetch.h
 2020-10-12 19:31 UTC  (4+ messages)
` [dpdk-dev] [PATCH v6] eal: add cache-line demote support

[PATCH 1/9] pseudo: Ignore mismatched inodes from the db
 2020-10-12 19:31 UTC  (5+ messages)
` [PATCH 2/9] pseudo: Add support for ignoring paths from the pseudo DB
` [PATCH 4/9] psuedo: Add tracking of linked files for fds

[igt-dev] [PATCH i-g-t v3] tests/kms_addfb_basic: Renaming tests as legacy tiling
 2020-10-12 19:31 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_addfb_basic: Renaming tests as legacy tiling (rev3)

[GIT PULL] Documentation for 5.10
 2020-10-12 19:30 UTC 

[PATCH 0/2] ci: make the new GitHub workflow logic more defensive
 2020-10-12 19:29 UTC  (4+ messages)
` [PATCH 2/2] ci: make the "skip-if-redundant" check "

[dpdk-dev] [PATCH] test/event_crypto_adapter: fix conf issue
 2020-10-12 19:29 UTC  (7+ messages)

[PATCH v7 00/11] clk: imx8: add new clock binding for better pm support
 2020-10-12 19:28 UTC  (7+ messages)

[dpdk-dev] [PATCH v4 00/11] support match on L3 fragmented packets
 2020-10-12 19:29 UTC  (4+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 10/11] doc: update release notes for MLX5 L3 frag support

[PATCH v2] xfs_scrub: don't use statvfs to collect filesystem summary counts
 2020-10-12 19:29 UTC  (2+ messages)

Regression: epoll edge-triggered (EPOLLET) for pipes/FIFOs
 2020-10-12 19:28 UTC  (5+ messages)

[PATCH -next] arm64: Fix redefinition of init_new_context()
 2020-10-12 19:26 UTC  (3+ messages)

[dpdk-dev] [PATCH] mem: fix allocation failure on non-NUMA kernel
 2020-10-12 19:28 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v3 11/15] MIPS: generic: Add support for Ingenic SoCs
 2020-10-12 19:27 UTC  (2+ messages)
` [PATCH] MIPS: ingenic: Remove CPU_SUPPORTS_HUGEPAGES

[PATCH] imx: cpu: terminate line with CR if invalid temp sensor
 2020-10-12 19:26 UTC 

[PATCH 0/2] Fix new warnings at linux-next
 2020-10-12 19:26 UTC  (3+ messages)
` [PATCH 1/2] MAINTAINERS: fix broken doc refs due to yaml conversion


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.