All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-10 17:31:42 to 2022-05-10 18:23:13 UTC [more...]

[UPDATE][PATCH] thermal: int340x: Mode setting with new OS handshake
 2022-05-10 18:22 UTC 

[PATCH] dt-bindings: clock: stm32mp1: adapt example for "st, stm32mp1-rcc-secure"
 2022-05-10 18:22 UTC  (6+ messages)
  ` [PATCH] dt-bindings: clock: stm32mp1: adapt example for "st,stm32mp1-rcc-secure"

[PATCH v3 0/4] KVM: arm64: vgic: Misc ITS fixes
 2022-05-10 18:21 UTC  (3+ messages)

[PATCH] drm/bridge: simplify the return expression of ps8640_bridge_host_attach
 2022-05-10 18:20 UTC  (4+ messages)

[PATCH v2] http: add custom hostname to IP address resolutions
 2022-05-10 18:20 UTC  (3+ messages)
` [PATCH v3] "

[RFC PATCH 1/4] libselinux: simplify policy path logic to avoid uninitialized read
 2022-05-10 18:20 UTC  (4+ messages)
` [RFC PATCH 2/4] libselinux: add header guard for internal header
` [RFC PATCH 3/4] libselinux: introduce strlcpy
` [RFC PATCH 4/4] libselinux: check for truncations

[UPDATE][PATCH] thermal: int340x: Mode setting with new OS handshake
 2022-05-10 18:20 UTC 

[PATCH v14 0/7] arm64: Reorganize the unwinder and implement stack trace reliability checks
 2022-05-10 18:18 UTC  (7+ messages)
  ` [PATCH v14 1/7] arm64: Split unwind_init()
  ` [PATCH v14 2/7] arm64: Copy the task argument to unwind_state

[BUG] Warning and NULL-ptr dereference in amdgpu driver with 5.18
 2022-05-10 18:17 UTC  (5+ messages)

[PATCH v3] mm: don't be stuck to rmap lock on reclaim path
 2022-05-10 18:16 UTC  (2+ messages)

[PATCH v8 00/27] Introduce power-off+restart call chain API
 2022-05-10 18:14 UTC  (5+ messages)
` [PATCH v8 01/27] notifier: Add atomic_notifier_call_chain_is_empty()

[PATCH v0.5 0/9] i.MX8MP HDMI support
 2022-05-10 18:14 UTC  (11+ messages)
` [PATCH v0.5 1/9] dt-bindings: display: imx: add binding for i.MX8MP HDMI TX
` [PATCH v0.5 5/9] dt-bindings: phy: add binding for the i.MX8MP HDMI PHY

[PATCH] generic/68[3-7]: Add separate sgid stripping sub-tests
 2022-05-10 18:15 UTC  (2+ messages)

[PATCH] rt-tests: Remove classic_pi
 2022-05-10 18:15 UTC 

[PATCH] vfio: Remove VFIO_TYPE1_NESTING_IOMMU
 2022-05-10 18:13 UTC  (7+ messages)

[PATCH 0/2] hyperv compose_msi_msg fixups
 2022-05-10 18:13 UTC  (2+ messages)

[PATCH bpf] bpf_trace: bail out from bpf_kprobe_multi_link_attach when in compat
 2022-05-10 18:10 UTC  (2+ messages)

stable-rc/queue/4.9 baseline: 94 runs, 17 regressions (v4.9.312-66-gf5e9053ba604)
 2022-05-10 18:13 UTC 

[PATCH] Add an "-m" option to "perf buildid-list"
 2022-05-10 18:12 UTC  (3+ messages)

[PATCH RESEND 0/2] j1939: make sure that sent DAT/CTL frames are marked as TX
 2022-05-10 18:12 UTC  (3+ messages)

[RFC PATCH 0/6] Drain remote per-cpu directly v2
 2022-05-10 18:13 UTC  (4+ messages)

[meta-yocto][kirkstone 0/2] Patch review
 2022-05-10 18:10 UTC  (3+ messages)
` [meta-yocto][kirkstone 1/2] yocto-bsps: update to v5.15.36
` [meta-yocto][kirkstone 2/2] poky.conf: bump version for 4.0.1 release

stable-rc/linux-5.10.y baseline: 110 runs, 10 regressions (v5.10.113-201-gb2286cf7a697)
 2022-05-10 18:09 UTC 

[patch 02/14] tmpfs: fix regressions from wider use of ZERO_PAGE
 2022-05-10 18:10 UTC  (11+ messages)
              ` clear_user (was: [patch 02/14] tmpfs: fix regressions from wider use of ZERO_PAGE)

[PATCH V5 00/31] x86/sgx and selftests/sgx: Support SGX2
 2022-05-10 18:09 UTC  (32+ messages)
` [PATCH V5 01/31] x86/sgx: Add short descriptions to ENCLS wrappers
` [PATCH V5 02/31] x86/sgx: Add wrapper for SGX2 EMODPR function
` [PATCH V5 03/31] x86/sgx: Add wrapper for SGX2 EMODT function
` [PATCH V5 04/31] x86/sgx: Add wrapper for SGX2 EAUG function
` [PATCH V5 05/31] x86/sgx: Support loading enclave page without VMA permissions check
` [PATCH V5 06/31] x86/sgx: Export sgx_encl_ewb_cpumask()
` [PATCH V5 07/31] x86/sgx: Rename sgx_encl_ewb_cpumask() as sgx_encl_cpumask()
` [PATCH V5 08/31] x86/sgx: Move PTE zap code to new sgx_zap_enclave_ptes()
` [PATCH V5 09/31] x86/sgx: Make sgx_ipi_cb() available internally
` [PATCH V5 10/31] x86/sgx: Create utility to validate user provided offset and length
` [PATCH V5 11/31] x86/sgx: Keep record of SGX page type
` [PATCH V5 12/31] x86/sgx: Export sgx_encl_{grow,shrink}()
` [PATCH V5 13/31] x86/sgx: Export sgx_encl_page_alloc()
` [PATCH V5 14/31] x86/sgx: Support VA page allocation without reclaiming
` [PATCH V5 15/31] x86/sgx: Support restricting of enclave page permissions
` [PATCH V5 16/31] x86/sgx: Support adding of pages to an initialized enclave
` [PATCH V5 17/31] x86/sgx: Tighten accessible memory range after enclave initialization
` [PATCH V5 18/31] x86/sgx: Support modifying SGX page type
` [PATCH V5 19/31] x86/sgx: Support complete page removal
` [PATCH V5 20/31] x86/sgx: Free up EPC pages directly to support large page ranges
` [PATCH V5 21/31] Documentation/x86: Introduce enclave runtime management section
` [PATCH V5 22/31] selftests/sgx: Add test for EPCM permission changes
` [PATCH V5 23/31] selftests/sgx: Add test for TCS page "
` [PATCH V5 24/31] selftests/sgx: Test two different SGX2 EAUG flows
` [PATCH V5 25/31] selftests/sgx: Introduce dynamic entry point
` [PATCH V5 26/31] selftests/sgx: Introduce TCS initialization enclave operation
` [PATCH V5 27/31] selftests/sgx: Test complete changing of page type flow
` [PATCH V5 28/31] selftests/sgx: Test faulty enclave behavior
` [PATCH V5 29/31] selftests/sgx: Test invalid access to removed enclave page
` [PATCH V5 30/31] selftests/sgx: Test reclaiming of untouched page
` [PATCH V5 31/31] selftests/sgx: Page removal stress test

stable-rc/linux-4.19.y baseline: 118 runs, 19 regressions (v4.19.241-89-g71a9ee8b0cfd)
 2022-05-10 18:09 UTC 

[RFC PATCH bpf-next 0/9] bpf: cgroup hierarchical stats collection
 2022-05-10 18:07 UTC  (3+ messages)
` [RFC PATCH bpf-next 1/9] bpf: introduce CGROUP_SUBSYS_RSTAT program type

[PATCH v4 0/4] KVM: arm64: Do not communicate host pmu event changes by accessing hyp data
 2022-05-10 18:07 UTC  (7+ messages)
` [PATCH v4 3/4] KVM: arm64: Pass pmu events to hyp via vcpu
` [PATCH v4 4/4] KVM: arm64: Reenable pmu in Protected Mode

[PATCH 0/2] Introduce ICSSG based ethernet Driver
 2022-05-10 18:07 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: net: Add ICSSG Ethernet Driver bindings

[PATCH] drm/msm: Fix fb plane offset calculation
 2022-05-10 18:08 UTC  (9+ messages)

[PATCH v3 00/12] initial clock support for exynosauto v9 SoC
 2022-05-10 18:07 UTC  (2+ messages)

[PATCH 5.17 000/140] 5.17.7-rc1 review
 2022-05-10 18:07 UTC  (3+ messages)

[PATCH 4.9 00/66] 4.9.313-rc1 review
 2022-05-10 18:07 UTC  (2+ messages)

[RFC] sched,livepatch: call klp_try_switch_task in __cond_resched
 2022-05-10 18:07 UTC  (9+ messages)

[PATCH 4.19 00/88] 4.19.242-rc1 review
 2022-05-10 18:07 UTC  (2+ messages)

[bitbake][kirkstone][2.0][PATCH 00/18] Patch review
 2022-05-10 18:05 UTC  (19+ messages)
` [bitbake][kirkstone][2.0][PATCH 01/18] providers: use local variable for packages_dynamic pattern
` [bitbake][kirkstone][2.0][PATCH 02/18] tests/parse: Fix one test overwriting another
` [bitbake][kirkstone][2.0][PATCH 03/18] server/process: Drop unused import
` [bitbake][kirkstone][2.0][PATCH 04/18] ui/buildinfohelper: "
` [bitbake][kirkstone][2.0][PATCH 05/18] cooker: Drop unused loop
` [bitbake][kirkstone][2.0][PATCH 06/18] msg: Drop unused local variable
` [bitbake][kirkstone][2.0][PATCH 07/18] buildinfohelper: Drop unused function
` [bitbake][kirkstone][2.0][PATCH 08/18] fetch2/crate: Drop unused import
` [bitbake][kirkstone][2.0][PATCH 09/18] siggen: Drop pointless break statement
` [bitbake][kirkstone][2.0][PATCH 10/18] ui/knotty: Drop pointless pass statement
` [bitbake][kirkstone][2.0][PATCH 11/18] persist_data: Use a valid exception for missing implementation
` [bitbake][kirkstone][2.0][PATCH 12/18] runqueue: Drop pointless variable assignment
` [bitbake][kirkstone][2.0][PATCH 13/18] buildinfohelper: Drop unused variables
` [bitbake][kirkstone][2.0][PATCH 14/18] fetch2/osc: Add missing parameter
` [bitbake][kirkstone][2.0][PATCH 15/18] fetch2/ssh.py: decode path back for ssh
` [bitbake][kirkstone][2.0][PATCH 16/18] runqueue: Fix sig file location when using multiconfig
` [bitbake][kirkstone][2.0][PATCH 17/18] cache: correctly handle file names containing colons
` [bitbake][kirkstone][2.0][PATCH 18/18] fetch/git : Use cat as pager

[PATCH 5.10 00/70] 5.10.115-rc1 review
 2022-05-10 18:06 UTC  (2+ messages)

[mm/page_alloc] f26b3fa046: netperf.Throughput_Mbps -18.0% regression
 2022-05-10 18:05 UTC  (13+ messages)

[RFC PATCH v1 0/8] qapi: add generator for Golang interface
 2022-05-10 18:02 UTC  (5+ messages)

[PATCH v10 0/9] Enable designware PCI EP EDMA locally
 2022-05-10 18:02 UTC  (4+ messages)

[Patch v2] net/netvsc: report correct stats values
 2022-05-10 18:03 UTC  (16+ messages)

[PATCH 0/2] two fixes for md
 2022-05-10 18:02 UTC  (9+ messages)
` [Update PATCH V3] md: don't unregister sync_thread with reconfig_mutex held

[PATCH] drm/amd/pm: add smu pp_feature_mask callback for smu_v13_0_7
 2022-05-10 18:00 UTC 

[External] [PATCH bpf-next v6 0/3] Add source ip in bpf tunnel key
 2022-05-10 18:00 UTC  (2+ messages)

Question about Fluentbit upgrade
 2022-05-10 17:59 UTC  (2+ messages)
` [oe] "

[PATCH v3 0/2] Show statistics for a vdpa device
 2022-05-10 17:58 UTC  (6+ messages)
` [PATCH v3 1/2] vdpa: Add support for querying vendor statistics

[PATCH kernel] KVM: PPC: Book3s: Remove real mode interrupt controller hcalls handlers
 2022-05-10 17:58 UTC  (2+ messages)

[PATCH 00/21] add coccinelle scripts for {bitmap,cpumask,nodes}_empty()
 2022-05-10 17:57 UTC  (5+ messages)
` [PATCH 08/22] bitops: introduce MANY_BITS() macro

[Cluster-devel] [PATCH] gfs2: Use container_of() for gfs2_glock(aspace)
 2022-05-10 17:55 UTC  (7+ messages)
        `  "

Can someone point me in the right direction
 2022-05-10 17:54 UTC  (3+ messages)

kernelci failures due to "pahole" missing
 2022-05-10 17:53 UTC  (6+ messages)

Question about SC16IS752 device tree
 2022-05-10 17:53 UTC  (7+ messages)

+ mm-start-tracking-vmas-with-maple-tree-fix.patch added to mm-unstable branch
 2022-05-10 17:52 UTC 

[PATCH 0/4] perf/arm-cmn: Add CMN-650 and CMN-700
 2022-05-10 17:50 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: Fix 'mixing different enum types' warnings in intel_display_power.c
 2022-05-10 17:50 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Fix 'mixing different enum types' warnings in intel_display_power.c (rev2)

[PATCH 5.15 000/135] 5.15.39-rc1 review
 2022-05-10 17:50 UTC  (2+ messages)

[PATCH v3] PCI: imx6: Fix PERST# start-up sequence
 2022-05-10 17:49 UTC  (5+ messages)

[PATCH bpf-next v6 1/2] bpf: Extend batch operations for map-in-map bpf-maps
 2022-05-10 17:50 UTC  (2+ messages)

[PATCH bpf-next] bpftool: bpf_link_get_from_fd support for LSM programs in lskel
 2022-05-10 17:50 UTC  (2+ messages)

[meta][dunfell][PATCH] libinput: Add fix for CVE-2022-1215
 2022-05-10 17:49 UTC  (4+ messages)
    ` [OE-core] "

[PATCH v4 1/5] arm64: dts: qcom: sc7180: Add wormdingler dts files
 2022-05-10 17:49 UTC  (6+ messages)
` [PATCH v4 2/5] arm64: dts: qcom: sc7180: Add mrbland "
` [PATCH v4 3/5] arm64: dts: qcom: sc7180: Add quackingstick "

Warning fixes for clang + x86_64 allmodconfig on 5.10 and 5.4
 2022-05-10 17:49 UTC 

[PATCH] ls1028a: hdp: Add config support for HDP firmware loading
 2022-05-10 17:47 UTC  (3+ messages)

[PATCH] bpf: KUnit-based soundness tests for tnums
 2022-05-10 17:47 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sc7280: Set modem FW path for Chrome OS boards
 2022-05-10 17:47 UTC 

Covierty Integration / Improvement
 2022-05-10 17:46 UTC  (5+ messages)

[RFC PATCH v4 0/3] fix `sudo make install` regression in maint
 2022-05-10 17:46 UTC  (5+ messages)
` [PATCH "
  ` [PATCH v4 1/3] t: regression git needs safe.directory when using sudo
  ` [PATCH v4 2/3] git-compat-util: avoid failing dir ownership checks if running privileged
  ` [PATCH v4 3/3] t0034: add negative tests and allow git init to mostly work under sudo

[ovmf test] 170304: regressions - FAIL
 2022-05-10 17:46 UTC 

[PATCH] libselinux: free memory in error branch
 2022-05-10 17:45 UTC 

[PATCH] sched: Take thermal pressure into account when determine rt fits capacity
 2022-05-10 17:44 UTC  (12+ messages)

[PATCH] tty: Remove pointless synchronize_irq() in uart_port_shutdown()
 2022-05-10 17:44 UTC  (2+ messages)

iotests and python dependencies
 2022-05-10 17:40 UTC  (4+ messages)

+ vmscan-convert-the-writeback-handling-in-shrink_page_list-to-folios.patch added to mm-unstable branch
 2022-05-10 17:44 UTC  (3+ messages)

[PATCH v2 0/5] Fix bugs in memcontroller cgroup tests
 2022-05-10 17:43 UTC  (10+ messages)
` [PATCH v2 2/5] cgroup: Account for memory_recursiveprot in test_memcg_low()

[PATCH 0/1] Add Zihintpause support
 2022-05-10 17:42 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH net] Documentation: add description for net.core.gro_normal_batch
 2022-05-10 17:42 UTC  (4+ messages)

[PATCH 00/30] The panic notifiers refactor
 2022-05-10 17:40 UTC  (7+ messages)
` [PATCH 23/30] printk: kmsg_dump: Introduce helper to inform number of dumpers

[linux-next:master 9330/10661] drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0_7_ppt.c:1326:12: warning: stack frame size (1040) exceeds limit (1024) in 'smu_v13_0_7_get_power_profile_mode'
 2022-05-10 17:39 UTC 

[PATCH] randomize_kstack: Improve docs on requirements/rationale
 2022-05-10 17:40 UTC 

[PATCH] perf annotate: Add --percent-limit option
 2022-05-10 17:39 UTC  (2+ messages)

[PATCH v6 0/4] thermal: k3_j72xx_bandgap: Add the bandgap driver support
 2022-05-10 17:38 UTC  (6+ messages)
` [PATCH v6 4/4] "

Write to srvio_numvfs triggers kernel panic
 2022-05-10 17:37 UTC  (2+ messages)

[PATCH] linux-user: Add PowerPC ISA 3.1 and MMA to hwcap
 2022-05-10 17:34 UTC  (3+ messages)

[v3 0/3] Add QCOM SNPS PHY overriding params support
 2022-05-10 17:35 UTC  (9+ messages)
` [v3 2/3] phy: qcom-snps: Add support for overriding phy tuning parameters
` [v3 3/3] arm64: dts: qcom: sc7280: Update SNPS Phy params for SC7280 IDP device

[akpm-mm:mm-unstable 338/431] mm/nommu.c:579:2: error: call to undeclared function 'vma_mas_store'; ISO C99 and later do not support implicit function declarations
 2022-05-10 17:35 UTC  (4+ messages)

stable-rc/linux-4.14.y baseline: 104 runs, 16 regressions (v4.14.277-79-ga6b67a30bbcc)
 2022-05-10 17:35 UTC 

[PATCH V2 00/23] perf intel-pt: Better support for perf record --cpu
 2022-05-10 17:32 UTC  (8+ messages)
` [PATCH V2 13/23] perf evlist: Add evlist__add_dummy_on_all_cpus()

[PATCH 0/4] net: dsa: realtek: rtl8365mb: Add SGMII and HSGMII support
 2022-05-10 17:31 UTC  (3+ messages)
` [PATCH 3/4] net: dsa: realtek: rtl8365mb: Add setting MTU

[PATCH 0/8] Utilize iomap interface for PC104 and friends
 2022-05-10 17:31 UTC  (6+ messages)
` [PATCH 2/8] gpio: 104-dio-48e: Utilize iomap interface
` [PATCH 5/8] gpio: gpio-mm: "
` [PATCH 6/8] gpio: ws16c48: "
` [PATCH 7/8] iio: adc: stx104: "
` [PATCH 8/8] iio: dac: cio-dac: "


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.