All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-16 21:48:52 to 2022-07-17 00:22:52 UTC [more...]

[patch 00/38] x86/retbleed: Call depth tracking mitigation
 2022-07-17  0:22 UTC  (40+ messages)
` [patch 01/38] x86/paravirt: Ensure proper alignment
` [patch 02/38] x86/cpu: Use native_wrmsrl() in load_percpu_segment()
` [patch 03/38] x86/modules: Set VM_FLUSH_RESET_PERMS in module_alloc()
` [patch 04/38] x86/vdso: Ensure all kernel code is seen by objtool
` [patch 05/38] btree: Initialize early when builtin
` [patch 06/38] objtool: Allow GS relative relocs
` [patch 07/38] objtool: Track init section
` [patch 08/38] objtool: Add .call_sites section
` [patch 09/38] objtool: Add .sym_sites section
` [patch 10/38] objtool: Add --hacks=skylake
` [patch 11/38] objtool: Allow STT_NOTYPE -> STT_FUNC+0 tail-calls
` [patch 12/38] x86/entry: Make sync_regs() invocation a tail call
` [patch 13/38] x86/modules: Make module_alloc() generally available
` [patch 14/38] x86/Kconfig: Add CONFIG_CALL_THUNKS
` [patch 15/38] x86/retbleed: Add X86_FEATURE_CALL_DEPTH
` [patch 16/38] modules: Make struct module_layout unconditionally available
` [patch 17/38] module: Add arch_data to module_layout
` [patch 18/38] mm/vmalloc: Provide huge page mappings
` [patch 19/38] x86/module: Provide __module_alloc()
` [patch 20/38] x86/alternatives: Provide text_poke_[copy|set]_locked()
` [patch 21/38] x86/entry: Make some entry symbols global
` [patch 22/38] x86/paravirt: Make struct paravirt_call_site unconditionally available
` [patch 23/38] x86/callthunks: Add call patching for call depth tracking
` [patch 24/38] module: Add layout for callthunks tracking
` [patch 25/38] x86/modules: Add call thunk patching
` [patch 26/38] x86/returnthunk: Allow different return thunks
` [patch 27/38] x86/asm: Provide ALTERNATIVE_3
` [patch 28/38] x86/retbleed: Add SKL return thunk
` [patch 29/38] x86/retpoline: Add SKL retthunk retpolines
` [patch 30/38] x86/retbleed: Add SKL call thunk
` [patch 31/38] x86/calldepth: Add ret/call counting for debug
` [patch 32/38] static_call: Add call depth tracking support
` [patch 33/38] kallsyms: Take callthunks into account
` [patch 34/38] x86/orc: Make it callthunk aware
` [patch 35/38] kprobes: Add callthunk blacklisting
` [patch 36/38] x86/ftrace: Make it call depth tracking aware
` [patch 37/38] x86/bpf: Emit call depth accounting if required
` [patch 38/38] x86/retbleed: Add call depth tracking mitigation

include/linux/rculist.h:167:14: warning: Use of memory after it is freed [clang-analyzer-unix.Malloc]
 2022-07-17  0:22 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-07-17  0:16 UTC 

[asahilinux:bluetooth-wip 9/9] drivers/bluetooth/hci_bcm4377.c:886:68: sparse: sparse: incorrect type in assignment (different base types)
 2022-07-17  0:11 UTC 

drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c:3126:34: warning: unused variable 'samsung_jpeg_match'
 2022-07-17  0:11 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-07-17  0:06 UTC 

[BUG] media: cx88-alsa: Found a bug at the probe time
 2022-07-17  0:05 UTC  (3+ messages)

Oh dear - some new problems
 2022-07-17  0:04 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-16 23:56 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-07-16 23:46 UTC 

[PATCH net-next 0/6] net: dsa: always use phylink
 2022-07-16 23:44 UTC  (7+ messages)

[intel-tdx:guest-hardening-rebased 13/23] kernel/dma/swiotlb.c:531:75: warning: suggest parentheses around '-' in operand of '&'
 2022-07-16 23:41 UTC 

fs/io_uring.c:9355:9: warning: variable 'ret' is uninitialized when used here
 2022-07-16 23:41 UTC 

[PATCH 0/2] Fix kernel splats on boot with armada-37xx irqchip driver
 2022-07-16 23:37 UTC  (6+ messages)
` [PATCH 1/2] pinctrl: armada-37xx: make irq_lock a raw spinlock to avoid invalid wait context
` [PATCH 2/2] pinctrl: armada-37xx: use raw spinlocks for regmap "

RTT-PROBE: lore-subspace-rtt
 2022-07-16 23:36 UTC 

[PATCH v2 0/2] fs/lock: Cleanup around flock syscall
 2022-07-16 23:33 UTC  (3+ messages)
` [PATCH v2 1/2] fs/lock: Don't allocate file_lock in flock_make_lock()
` [PATCH v2 2/2] fs/lock: Rearrange ops in flock syscall

[PATCH net] net: dsa: fix bonding with ARP monitoring by updating trans_start manually
 2022-07-16 23:33 UTC  (8+ messages)

[PATCH v2 0/9] Add Xue - console over USB 3 Debug Capability
 2022-07-16 23:32 UTC  (6+ messages)
` [PATCH v2 1/9] drivers/char: Add support for Xue USB3 debugger

[PATCH V16 7/7] PCI: Add quirk for multifunction devices of LS7A
 2022-07-16 23:32 UTC  (2+ messages)

fs/io_uring.c:9355:9: warning: variable 'ret' is uninitialized when used here
 2022-07-16 23:31 UTC 

block/bdev.c:543:11: warning: Parameter 'holder' can be declared with const [constParameter]
 2022-07-16 23:31 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-07-16 23:26 UTC 

[GIT PULL] power-supply changes for 5.19-rc
 2022-07-16 23:24 UTC 

[PATCH v2 0/5] ptrace-vs-PREEMPT_RT and freezer rewrite
 2022-07-16 23:21 UTC  (13+ messages)
` [PATCH v2 2/5] sched,ptrace: Fix ptrace_check_attach() vs PREEMPT_RT
    ` [PATCH 0/9] ptrace: cleaning up ptrace_stop
      ` [PATCH 0/12] "
        ` [PATCH v3 0/11] "
          ` [PATCH v4 0/12] "
            ` [PATCH 0/3] ptrace: Stop supporting SIGKILL for PTRACE_EVENT_EXIT

[PATCH] tools: Fixed MIPS builds due to struct flock re-definition
 2022-07-16 23:21 UTC  (2+ messages)

arm-linux-gnueabi-ld: error: .btf.vmlinux.bin.o is already in final BE8 format
 2022-07-16 23:20 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-07-16 23:16 UTC 

[PATCH v8 5/6] media: dw100: Add i.MX8MP dw100 dewarper driver
 2022-07-16 23:10 UTC  (2+ messages)

[ammarfaizi2-block:axboe/linux-block/for-next 38/112] drivers/block/null_blk/./trace.h:33:1: sparse: sparse: cast to restricted blk_opf_t
 2022-07-16 23:10 UTC 

[PATCH] cyrpto:delete the rebundant word "block" in comments
 2022-07-16 16:56 UTC 

[PATCH] kvm:remove the unexpected word "that" in comments
 2022-07-16 16:50 UTC 

[net-next PATCH v3 0/5] Add MTU change with stmmac interface running
 2022-07-16 23:08 UTC  (12+ messages)
` [net-next PATCH v3 1/5] net: ethernet: stmicro: stmmac: move queue reset to dedicated functions
` [net-next PATCH v3 2/5] net: ethernet: stmicro: stmmac: first disable all queues in release
` [net-next PATCH v3 3/5] net: ethernet: stmicro: stmmac: move dma conf to dedicated struct
` [net-next PATCH v3 4/5] net: ethernet: stmicro: stmmac: generate stmmac dma conf before open
` [net-next PATCH v3 5/5] net: ethernet: stmicro: stmmac: permit MTU change with interface up

[PATCH v7 00/25] Rust support
 2022-07-16 12:42 UTC  (2+ messages)

[PATCH -next] power: supply: ab8500: add missing destroy_workqueue in ab8500_charger_bind
 2022-07-16 23:08 UTC  (4+ messages)

[PATCH] power: ab8500: Remove flush_scheduled_work() call
 2022-07-16 23:08 UTC  (4+ messages)

[PATCH v2] power/supply/olpc_battery: Hold the reference returned by of_find_compatible_node
 2022-07-16 23:07 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-16 23:06 UTC 

[PATCH] mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pte
 2022-07-16 23:06 UTC  (4+ messages)

[PATCH] power: supply: ab8500_fg: drop unexpected word 'is' in the comments
 2022-07-16 23:04 UTC  (2+ messages)

+ lib-lzo-lzo1x_compressc-replace-ternary-operator-with-min-and-min_t.patch added to mm-nonmm-unstable branch
 2022-07-16 23:01 UTC 

[PATCH v2] crypto: testmgr - populate RSA CRT parameters in RSA test vectors
 2022-07-16 23:00 UTC  (3+ messages)

drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c:90:25: warning: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length
 2022-07-16 23:00 UTC 

[PATCH] power: supply: ab8500: Drop external charger leftovers
 2022-07-16 22:58 UTC  (2+ messages)

[PATCH] power: supply: ab8500: Add MAINTAINERS entry
 2022-07-16 22:58 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-16 22:56 UTC 

+ memblockarm64-expand-the-static-memblock-memory-table.patch added to mm-unstable branch
 2022-07-16 22:55 UTC 

+ fs-ocfs2-fix-spelling-typo-in-comment.patch added to mm-nonmm-unstable branch
 2022-07-16 22:52 UTC 

[net-next PATCH v2 3/5] net: ethernet: stmicro: stmmac: move dma conf to dedicated struct
 2022-07-16 22:50 UTC  (5+ messages)

+ mm-remove-obsolete-comment-in-do_fault_around.patch added to mm-unstable branch
 2022-07-16 22:51 UTC 

drivers/mtd/nand/raw/hisi504_nand.c:465:17: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-07-16 22:50 UTC 

[PATCH] config.txt: add completion for include, includeIf
 2022-07-16 22:49 UTC  (3+ messages)
` [PATCH v2] config.txt: document "

[PATCH net-next v3 00/47] [RFT] net: dpaa: Convert to phylink
 2022-07-16 22:47 UTC  (25+ messages)
` [PATCH net-next v3 03/47] dt-bindings: net: Convert FMan MAC bindings to yaml
` [PATCH net-next v3 07/47] net: phy: Add support for rate adaptation
` [PATCH net-next v3 08/47] net: phylink: Support differing link speeds and interface speeds
` [PATCH net-next v3 10/47] net: phylink: Adjust link settings based on rate adaptation
` [PATCH net-next v3 12/47] net: phy: aquantia: Add support for AQR115
` [PATCH net-next v3 14/47] net: phy: aquantia: Add support for rate adaptation

Build warnings in Xen 5.15.y and 5.10.y with retbleed backports
 2022-07-16 22:47 UTC  (6+ messages)

[PATCH] power: supply: Fix typo in power_supply_check_supplies
 2022-07-16 22:47 UTC  (2+ messages)

[PATCH] dt-bindings: power: reset: qcom,pshold: convert to dtschema
 2022-07-16 22:47 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-16 22:46 UTC 

[PATCH] drm/i915/guc: support v69 in parallel to v70
 2022-07-16 22:44 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH net-next v3 06/47] [RFT] phy: fsl: Add Lynx 10G SerDes driver
 2022-07-16 22:39 UTC  (4+ messages)

[Bug 216119] New: 087451f372bf76d breaks hibernation on amdgpu Radeon R9 390
 2022-07-16 22:41 UTC  (3+ messages)
` [Bug 216119] "

[PATCH] drm: Fix EDID firmware load on resume
 2022-07-16 22:39 UTC  (5+ messages)

[PATCH v5 00/13] Add support for AXP192 PMIC
 2022-07-16 22:39 UTC  (3+ messages)
` [PATCH v5 11/13] power: axp20x_battery: Add constant charge current table

Determining cause of md RAID 'recovery interrupted'
 2022-07-16 22:39 UTC  (2+ messages)

[tip:x86/urgent] BUILD SUCCESS bcf163150cd37348a0cb59e95c916a83a9344b0e
 2022-07-16 22:38 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-07-16 22:36 UTC 

[PATCH v9 2/2] iio: light: Add support for ltrf216a sensor
 2022-07-16 22:29 UTC  (2+ messages)

[PATCH v2 0/6] PCI: brcmstb: Re-submit reverted patchset
 2022-07-16 22:24 UTC  (14+ messages)
` [PATCH v2 1/6] PCI: brcmstb: Remove unnecessary forward declarations
` [PATCH v2 2/6] PCI: brcmstb: Split brcm_pcie_setup() into two funcs
` [PATCH v2 3/6] PCI: brcmstb: Add "refusal mode" to preclude PCIe-induced CPU aborts
` [PATCH v2 4/6] PCI: brcmstb: Add mechanism to turn on subdev regulators
` [PATCH v2 5/6] PCI: brcmstb: Add control of subdevice voltage regulators
` [PATCH v2 6/6] PCI: brcmstb: Do not turn off WOL regulators on suspend

[PATCH 0/4] Documentation/amdgpu/display: describe color and blend mode properties mapping
 2022-07-16 22:25 UTC  (5+ messages)
` [PATCH 1/4] Documentation/amdgpu_dm: Add DM color correction documentation
` [PATCH 2/4] Documentation/amdgpu/display: add DC color caps info
` [PATCH 3/4] drm/amd/display: add doc entries for MPC blending configuration
` [PATCH 4/4] Documentation/gpu/amdgpu/amdgpu_dm: add DM docs for pixel blend mode

RTT-PROBE: lore-subspace-rtt
 2022-07-16 22:26 UTC 

[Buildroot] [git commit] package/i2pd: add I2PD_CPE_ID_VENDOR
 2022-07-16 22:23 UTC 

[Buildroot] [git commit] package/assimp: add ASSIMP_CPE_ID_VENDOR
 2022-07-16 22:23 UTC 

[Buildroot] [PATCH 1/1] package/assimp: add ASSIMP_CPE_ID_VENDOR
 2022-07-16 22:23 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/i2pd: add I2PD_CPE_ID_VENDOR
 2022-07-16 22:23 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/wpa_supplicant: fix ifupdown-scripts build
 2022-07-16 22:22 UTC  (2+ messages)

[Buildroot] [git commit] package/wpa_supplicant: fix ifupdown-scripts build
 2022-07-16 22:21 UTC 

[asahilinux:bits/080-wifi 22/29] drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:4075:42: sparse: sparse: incorrect type in assignment (different base types)
 2022-07-16 22:19 UTC 

[usb:usb-testing 50/55] drivers/platform/chrome/cros_typec_switch.c:93:9: error: call to undeclared function 'acpi_evaluate_integer'; ISO C99 and later do not support implicit function declarations
 2022-07-16 22:18 UTC 

[PATCH v4 0/2] power: supply: introduce support for the Qualcomm smb2 charger
 2022-07-16 22:17 UTC  (3+ messages)
` [PATCH v4 1/2] power: supply: add Qualcomm PMI8998 SMB2 Charger driver

RTT-PROBE: lore-subspace-rtt
 2022-07-16 22:16 UTC 

[GIT PULL] Btrfs fixes for 5.19-rc7
 2022-07-16 22:10 UTC  (2+ messages)

[PATCH v3 0/8] rebase: update branches in multi-part topic
 2022-07-16 22:09 UTC  (4+ messages)
` [PATCH v4 00/12] "
  ` [PATCH v4 12/12] sequencer: notify user of --update-refs activity

[git pull] drm fixes for 5.19-rc7
 2022-07-16 22:08 UTC  (5+ messages)

drivers/bus/fsl-mc/dprc.c:494:9: warning: 'strncpy' specified bound 16 equals destination size
 2022-07-16 22:08 UTC 

[Buildroot] [PATCH 1/1] package/wilc-driver: fix kconfig syntax
 2022-07-16 22:08 UTC  (2+ messages)

[Buildroot] [git commit] package/wilc-driver: fix kconfig syntax
 2022-07-16 22:06 UTC 

BUG: unable to handle kernel NULL pointer dereference in sctp_sched_dequeue_common
 2022-07-16 22:06 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-16 22:06 UTC 

[Buildroot] [git commit] package/ola: fix build with musl 1.2.3
 2022-07-16 22:05 UTC 

[Buildroot] [PATCH 1/1] package/ola: fix build with musl 1.2.3
 2022-07-16 22:06 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/openssl: fix libressl dependency
 2022-07-16 22:04 UTC  (2+ messages)

[Buildroot] [git commit] package/openssl: fix libressl dependency
 2022-07-16 22:04 UTC 

[PATCH] thermal/core: Fix refcount bugs in __thermal_cooling_device_register()
 2022-07-16 22:03 UTC  (3+ messages)

[Buildroot] [PATCH] support/testing: add test for pixz
 2022-07-16 22:01 UTC  (2+ messages)

[Buildroot] [PATCH] support/testing: add test for msr-tools
 2022-07-16 22:01 UTC  (2+ messages)

[Buildroot] [git commit] support/testing: add test for pixz
 2022-07-16 21:44 UTC 

[Buildroot] [git commit] support/testing: add test for msr-tools
 2022-07-16 21:48 UTC 

[PATCH v2 25/28] cxl/hdm: Commit decoder state to hardware
 2022-07-16 21:58 UTC 

[PATCH v3 0/2] add support for PON GEN3 device
 2022-07-16 21:58 UTC  (3+ messages)
` [PATCH v3 2/2] power: reset: qcom-pon: add support for qcom,pmk8350-pon compatible string

[PATCH v5 00/12] thermal OF rework
 2022-07-16 21:56 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-07-16 21:56 UTC 

[Intel-gfx] [PATCH 00/12] drm/i915: More VBT stuff
 2022-07-16 21:50 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

sof-client-ipc-flood-test.c:undefined reference to `sof_client_get_fw_state'
 2022-07-16 21:48 UTC 

[PATCH v2] x86/mce: retrieve poison range from hardware whenever supported
 2022-07-16 21:47 UTC  (3+ messages)


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.