From: Jiri Slaby <jirislaby@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
Justin Forbes <jforbes@fedoraproject.org>,
Peter Zijlstra <peterz@infradead.org>
Cc: Naresh Kamboju <naresh.kamboju@linaro.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
stable <stable@vger.kernel.org>,
Andrew Morton <akpm@linux-foundation.org>,
Guenter Roeck <linux@roeck-us.net>, Shuah Khan <shuah@kernel.org>,
patches@kernelci.org, lkft-triage@lists.linaro.org,
Pavel Machek <pavel@denx.de>, Jon Hunter <jonathanh@nvidia.com>,
Florian Fainelli <f.fainelli@gmail.com>,
Sudip Mukherjee <sudipm.mukherjee@gmail.com>,
Slade Watkins <slade@sladewatkins.com>,
John Harrison <John.C.Harrison@intel.com>,
Tejas Upadhyay <tejas.upadhyay@intel.com>,
Anusha Srivatsa <anusha.srivatsa@intel.com>,
Jani Nikula <jani.nikula@intel.com>,
Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Subject: Re: [PATCH 5.18 000/231] 5.18.13-rc1 review
Date: Thu, 21 Jul 2022 07:42:11 +0200 [thread overview]
Message-ID: <6cb8a9c9-d256-5db2-e352-e8de1165950c@kernel.org> (raw)
In-Reply-To: <CAHk-=wiu=yk=3xzXk18o5yU6v1wn27rcrOD=vmKm_aLNz=zJ+w@mail.gmail.com>
On 20. 07. 22, 19:28, Linus Torvalds wrote:
> [ Adding PeterZ and Jiri to the participants. ]
>
> Looks like 5.18.13 added that commit 9bb2ec608a20 ("objtool: Update
> Retpoline validation") but I don't see 3131ef39fb03 ("x86/asm/32: Fix
> ANNOTATE_UNRET_SAFE use on 32-bit") in that list.
>
> That said, 3131ef39fb03 should have fixed a completely different issue
> on 32-bit, not the "naked ret" thing.
Right. After applying 3131ef39fb03 on the top of 5.18.12 (or 5.18.13-rc1
too), I'm fine:
https://build.opensuse.org/public/build/Kernel:stable/standard/i586/kernel-pae/_log
I.e. no warnings at all, the kernel compiles and runs fine -- tested in
qemu only. It's gcc12 as can be seen in the log above.
Config:
https://github.com/openSUSE/kernel-source/blob/stable/config/i386/pae
It says:
CONFIG_CC_HAS_SLS=y
CONFIG_CC_HAS_RETURN_THUNK=y
CONFIG_SPECULATION_MITIGATIONS=y
CONFIG_PAGE_TABLE_ISOLATION=y
CONFIG_RETPOLINE=y
CONFIG_RETHUNK=y
CONFIG_CPU_UNRET_ENTRY=y
CONFIG_CPU_IBPB_ENTRY=y
CONFIG_CPU_IBRS_ENTRY=y
CONFIG_ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE=y
Patches:
https://github.com/openSUSE/kernel-source/tree/stable/patches.suse
Apart from others, it contains:
3131ef39fb03 x86/asm/32: Fix ANNOTATE_UNRET_SAFE use on 32-bit
bb06650634d3 KVM: VMX: Convert launched argument to flags
bea7e31a5cac KVM: VMX: Fix IBRS handling after vmexit
8bd200d23ec4 KVM: VMX: Flatten __vmx_vcpu_run()
07853adc29a0 KVM: VMX: Prevent RSB underflow before vmenter
fc02735b14ff KVM: VMX: Prevent guest RSB poisoning attacks with eIBRS
bf5835bcdb96 intel_idle: Disable IBRS during long idle
a09a6e2399ba objtool: Add entry UNRET validation
8faea26e6111 objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}
951ddecf4356 objtool: Treat .text.__x86.* as noinstr
9bb2ec608a20 objtool: Update Retpoline validation
a149180fbcf3 x86: Add magic AMD return-thunk
15e67227c49a x86: Undo return-thunk damage
aa3d480315ba x86: Use return-thunk in asm code
d77cfe594ad5 x86/bpf: Use alternative RET encoding
7fbf47c7ce50 x86/bugs: Add AMD retbleed= boot parameter
f54d45372c6a x86/bugs: Add Cannon lake to RETBleed affected CPU list
3ebc17006888 x86/bugs: Add retbleed=ibpb
0fe4aeea9c01 x86/bugs: Do IBPB fallback check only once
2259da159fbe x86/bugs: Do not enable IBPB-on-entry when IBPB is not
supported
e8ec1b6e08a2 x86/bugs: Enable STIBP for JMP2RET
caa0ff24d5d0 x86/bugs: Keep a per-CPU IA32_SPEC_CTRL value
c779bc1a9002 x86/bugs: Optimize SPEC_CTRL MSR writes
bcf163150cd3 x86/bugs: Remove apostrophe typo
6b80b59b3555 x86/bugs: Report AMD retbleed vulnerability
6ad0ad2bf8a6 x86/bugs: Report Intel retbleed vulnerability
166115c08a9b x86/bugs: Split spectre_v2_select_mitigation() and
spectre_v2_user_select_mitigation()
7a05bc95ed1c x86/common: Stamp out the stepping madness
d7caac991fee x86/cpu/amd: Add Spectral Chicken
26aae8ccbc19 x86/cpu/amd: Enumerate BTC_NO
a883d624aed4 x86/cpufeatures: Move RETPOLINE flags to word 11
2dbb887e875b x86/entry: Add kernel IBRS implementation
7c81c0c9210c x86/entry: Avoid very early RET
64cbd0acb582 x86/entry: Don't call error_entry() for XENPV
2c08b9b38f5b x86/entry: Move PUSH_AND_CLEAR_REGS() back into error_entry
ee774dac0da1 x86/entry: Move PUSH_AND_CLEAR_REGS out of error_entry()
d16e0b266720 x86/entry: Remove UNTRAIN_RET from native_irq_return_ldt
1b331eeea7b8 x86/entry: Remove skip_r11rcx
520a7e80c96d x86/entry: Switch the stack after error_entry() returns
1f001e9da6bb x86/ftrace: Use alternative RET encoding
697977d8415d x86/kexec: Disable RET on kexec
af2e140f3420 x86/kvm: Fix SETcc emulation for return thunks
84e7051c0bc1 x86/kvm: fix FASTOP_SIZE when return thunks are enabled
742ab6df974a x86/kvm/vmx: Make noinstr clean
a1e2c031ec39 x86/mm: Simplify RESERVE_BRK()
d9e9d2300681 x86,objtool: Create .return_sites
f43b9876e857 x86/retbleed: Add fine grained Kconfig knobs
369ae6ffc41a x86/retpoline: Cleanup some #ifdefery
00e1533325fd x86/retpoline: Swizzle retpoline thunk
0b53c374b9ef x86/retpoline: Use -mfunction-return
0ee9073000e8 x86/sev: Avoid using __x86_return_thunk
7c693f54c873 x86/speculation: Add spectre_v2=ibrs option to support
Kernel IBRS
4ad3278df6fe x86/speculation: Disable RRSBA behavior
9756bba28470 x86/speculation: Fill RSB on vmexit for IBRS
b2620facef48 x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=n
56aa4d221f1e x86/speculation: Fix SPEC_CTRL write on SMT state change
e6aa13622ea8 x86/speculation: Fix firmware entry SPEC_CTRL handling
acac5e98ef8d x86/speculation: Remove x86_spec_ctrl_mask
bbb69e8bee1b x86/speculation: Use cached host SPEC_CTRL value for guest
entry/exit
c27c753ea6fd x86/static_call: Serialize __static_call_fixup() properly
ee88d363d156 x86,static_call: Use alternative RET encoding
0aca53c6b522 x86/traps: Use pt_regs directly in fixup_bad_iret()
15583e514eb1 x86/vsyscall_emu/64: Don't use RET in vsyscall emulation
d147553b64ba x86/xen: Add UNTRAIN_RET
b75b7f8ef114 x86/xen: Rename SYS* entry points
Series file:
https://github.com/openSUSE/kernel-source/blob/stable/series.conf
> PeterZ, Jiri, any ideas? Limited quoting below, see thread at
>
> https://lore.kernel.org/all/CA+G9fYsJBBbEXowA-3kxDNqcfbtcqmxBrEnJSkCnLUsMzNfJZw@mail.gmail.com/
>
> for more details.
>
> Linus
>
> On Wed, Jul 20, 2022 at 9:37 AM Justin Forbes <jforbes@fedoraproject.org> wrote:
>>
>> On Tue, Jul 19, 2022 at 12:32:48PM -0700, Linus Torvalds wrote:
>>> On Tue, Jul 19, 2022 at 10:57 AM Naresh Kamboju
>>> <naresh.kamboju@linaro.org> wrote:
>>>>
>>>>
>>>> 2. Large number of build warnings on x86 with gcc-11,
>>>> I do not see these build warnings on mainline,
>>> ..
>>>> 'naked' return found in RETPOLINE build
>>>
>>> Hmm. Does your cross-compiler support '-mfunction-return=thunk-extern'?
>>>
>>> Your build does magic things with 'scripts/kconfig/merge_config.sh',
>>> and I'm wondering if you perhaps end up enabling CONFIG_RETHUNK with a
>>> compiler that doesn't actually support it, or something like that?
>>
>> I am seeing these 'naked' return found in RETPOLINE build on the
>> standard fedora 36 toolchain as well. No cross compiling, nothing fancy.
>> These were not seen with mainline, or with the 5.18.12-rc1 retbleed
>> patches.
>>
>> Justin
regards,
--
js
suse labs
next prev parent reply other threads:[~2022-07-21 5:42 UTC|newest]
Thread overview: 261+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-19 11:51 [PATCH 5.18 000/231] 5.18.13-rc1 review Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 001/231] USB: serial: ftdi_sio: add Belimo device ids Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 002/231] usb: typec: add missing uevent when partner support PD Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 003/231] usb: dwc3: gadget: Fix event pending check Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 004/231] gpio: sim: fix the chip_name configfs item Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 005/231] tty: serial: samsung_tty: set dma burst_size to 1 Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 006/231] x86/xen: Use clear_bss() for Xen PV guests Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 007/231] ALSA: hda - Add fixup for Dell Latitidue E5430 Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 008/231] ALSA: hda/conexant: Apply quirk for another HP ProDesk 600 G3 model Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 009/231] ALSA: hda/realtek: Fix headset mic for Acer SF313-51 Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 010/231] ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc671 Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 011/231] ALSA: hda/realtek: fix mute/micmute LEDs for HP machines Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 012/231] ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc221 Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 013/231] ALSA: hda/realtek - Enable the headset-mic on a Xiaomis laptop Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 014/231] xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 015/231] fix race between exit_itimers() and /proc/pid/timers Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 016/231] mm: userfaultfd: fix UFFDIO_CONTINUE on fallocated shmem pages Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 017/231] mm: sparsemem: fix missing higher order allocation splitting Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 018/231] mm: split huge PUD on wp_huge_pud fallback Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 019/231] mm/damon: use set_huge_pte_at() to make huge pte old Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 020/231] tracing/histograms: Fix memory leak problem Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 021/231] net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointer Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 022/231] ip: fix dflt addr selection for connected nexthop Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 023/231] ARM: 9213/1: Print message about disabled Spectre workarounds only once Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 024/231] ARM: 9214/1: alignment: advance IT state after emulating Thumb instruction Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 025/231] wifi: mac80211: fix queue selection for mesh/OCB interfaces Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 026/231] cgroup: Use separate src/dst nodes when preloading css_sets for migration Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 027/231] btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline extents Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 028/231] btrfs: zoned: fix a leaked bioc in read_zone_info Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 029/231] drm/panfrost: Put mapping instead of shmem obj on panfrost_mmu_map_fault_addr() error Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 030/231] drm/panfrost: Fix shrinker list corruption by madvise IOCTL Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 031/231] fs/remap: constrain dedupe of EOF blocks Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 032/231] nilfs2: fix incorrect masking of permission flags for symlinks Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 033/231] sh: convert nommu io{re,un}map() to static inline functions Greg Kroah-Hartman
2022-07-19 11:51 ` [PATCH 5.18 034/231] Revert "evm: Fix memleak in init_desc" Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 035/231] reset: Fix devm bulk optional exclusive control getter Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 036/231] arm64: dts: ls1028a: Update SFP node to include clock Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 037/231] ARM: dts: imx6qdl-ts7970: Fix ngpio typo and count Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 038/231] riscv: dts: microchip: hook up the mpfs l2cache Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 039/231] spi: amd: Limit max transfer and message size Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 040/231] ARM: 9209/1: Spectre-BHB: avoid pr_info() every time a CPU comes out of idle Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 041/231] ARM: 9210/1: Mark the FDT_FIXED sections as shareable Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 042/231] net/mlx5e: kTLS, Fix build time constant test in TX Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 043/231] net/mlx5e: kTLS, Fix build time constant test in RX Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 044/231] net/mlx5e: Fix enabling sriov while tc nic rules are offloaded Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 045/231] net/mlx5e: CT: Use own workqueue instead of mlx5e priv Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 046/231] net/mlx5e: Fix capability check for updating vnic env counters Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 047/231] net/mlx5e: Ring the TX doorbell on DMA errors Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 048/231] drm/amdgpu: keep fbdev buffers pinned during suspend Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 049/231] drm/amdgpu/display: disable prefer_shadow for generic fb helpers Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 050/231] drm/i915: fix a possible refcount leak in intel_dp_add_mst_connector() Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 051/231] drm/i915/guc: ADL-N should use the same GuC FW as ADL-S Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 052/231] ima: Fix a potential integer overflow in ima_appraise_measurement Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 053/231] ASoC: sgtl5000: Fix noise on shutdown/remove Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 054/231] ASoC: tas2764: Add post reset delays Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 055/231] ASoC: tas2764: Fix and extend FSYNC polarity handling Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 056/231] ASoC: tas2764: Correct playback volume range Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 057/231] ASoC: tas2764: Fix amp gain register offset & default Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 058/231] ASoC: Intel: Skylake: Correct the ssp rate discovery in skl_get_ssp_clks() Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 059/231] ASoC: Intel: Skylake: Correct the handling of fmt_config flexible array Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 060/231] netfilter: ecache: move to separate structure Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 061/231] netfilter: conntrack: split inner loop of list dumping to own function Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 062/231] netfilter: ecache: use dedicated list for event redelivery Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 063/231] netfilter: conntrack: include ecache dying list in dumps Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 064/231] netfilter: conntrack: remove the percpu dying list Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 065/231] netfilter: conntrack: fix crash due to confirmed bit load reordering Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 066/231] net: stmmac: dwc-qos: Disable split header for Tegra194 Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 067/231] net: ethernet: ti: am65-cpsw: Fix devlink port register sequence Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 068/231] net: ocelot: fix wrong time_after usage Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 069/231] sysctl: Fix data races in proc_dointvec() Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 070/231] sysctl: Fix data races in proc_douintvec() Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 071/231] sysctl: Fix data races in proc_dointvec_minmax() Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 072/231] sysctl: Fix data races in proc_douintvec_minmax() Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 073/231] sysctl: Fix data races in proc_doulongvec_minmax() Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 074/231] sysctl: Fix data races in proc_dointvec_jiffies() Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 075/231] tcp: Fix a data-race around sysctl_tcp_max_orphans Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 076/231] inetpeer: Fix data-races around sysctl Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 077/231] net: Fix data-races around sysctl_mem Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 078/231] cipso: Fix data-races around sysctl Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 079/231] icmp: " Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 080/231] ipv4: Fix a data-race around sysctl_fib_sync_mem Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 081/231] ARM: dts: at91: sama5d2: Fix typo in i2s1 node Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 082/231] ARM: dts: sunxi: Fix SPI NOR campatible on Orange Pi Zero Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 083/231] arm64: dts: broadcom: bcm4908: Fix timer node for BCM4906 SoC Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 084/231] arm64: dts: broadcom: bcm4908: Fix cpu node for smp boot Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 085/231] netfilter: nf_log: incorrect offset to network header Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 086/231] nfp: fix issue of skb segments exceeds descriptor limitation Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 087/231] vlan: fix memory leak in vlan_newlink() Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 088/231] netfilter: nf_tables: replace BUG_ON by element length check Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 089/231] RISC-V: KVM: Fix SRCU deadlock caused by kvm_riscv_check_vcpu_requests() Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 090/231] drm/i915/gvt: IS_ERR() vs NULL bug in intel_gvt_update_reg_whitelist() Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 091/231] xen/gntdev: Ignore failure to unmap INVALID_GRANT_HANDLE Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 092/231] mptcp: fix subflow traversal at disconnect time Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 093/231] NFSD: Decode NFSv4 birth time attribute Greg Kroah-Hartman
2022-07-19 11:52 ` [PATCH 5.18 094/231] lockd: set fl_owner when unlocking files Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 095/231] lockd: fix nlm_close_files Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 096/231] net: marvell: prestera: fix missed deinit sequence Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 097/231] ice: handle E822 generic device ID in PLDM header Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 098/231] ice: change devlink code to read NVM in blocks Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 099/231] tracing: Fix sleeping while atomic in kdb ftdump Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 100/231] drm/i915/selftests: fix a couple IS_ERR() vs NULL tests Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 101/231] drm/i915/ttm: fix sg_table construction Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 102/231] drm/i915/gt: Serialize GRDOM access between multiple engine resets Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 103/231] drm/i915/gt: Serialize TLB invalidates with GT resets Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 104/231] drm/i915/selftests: fix subtraction overflow bug Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 105/231] bnxt_en: reclaim max resources if sriov enable fails Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 106/231] bnxt_en: Fix bnxt_reinit_after_abort() code path Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 107/231] bnxt_en: fix livepatch query Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 108/231] bnxt_en: Fix bnxt_refclk_read() Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 109/231] sysctl: Fix data-races in proc_dou8vec_minmax() Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 110/231] sysctl: Fix data-races in proc_dointvec_ms_jiffies() Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 111/231] tcp: Fix a data-race around sysctl_max_tw_buckets Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 112/231] icmp: Fix a data-race around sysctl_icmp_echo_ignore_all Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 113/231] icmp: Fix data-races around sysctl_icmp_echo_enable_probe Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 114/231] icmp: Fix a data-race around sysctl_icmp_echo_ignore_broadcasts Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 115/231] icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 116/231] icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 117/231] icmp: Fix a data-race around sysctl_icmp_ratelimit Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 118/231] icmp: Fix a data-race around sysctl_icmp_ratemask Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 119/231] raw: Fix a data-race around sysctl_raw_l3mdev_accept Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 120/231] tcp: Fix data-races around sysctl_tcp_ecn Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 121/231] tcp: Fix a data-race around sysctl_tcp_ecn_fallback Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 122/231] ipv4: Fix data-races around sysctl_ip_dynaddr Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 123/231] nexthop: Fix data-races around nexthop_compat_mode Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 124/231] net: ftgmac100: Hold reference returned by of_get_child_by_name() Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 125/231] net: stmmac: fix leaks in probe Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 126/231] ima: force signature verification when CONFIG_KEXEC_SIG is configured Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 127/231] ima: Fix potential memory leak in ima_init_crypto() Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 128/231] drm/amd/display: Ignore First MST Sideband Message Return Error Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 129/231] drm/amdkfd: correct the MEC atomic support firmware checking for GC 10.3.7 Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 130/231] drm/amd/display: Only use depth 36 bpp linebuffers on DCN display engines Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 131/231] drm/amd/pm: Prevent divide by zero Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 132/231] drm/amd/display: Ensure valid event timestamp for cursor-only commits Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 133/231] smb3: workaround negprot bug in some Samba servers Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 134/231] sfc: fix use after free when disabling sriov Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 135/231] netfs: do not unlock and put the folio twice Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 136/231] seg6: fix skb checksum evaluation in SRH encapsulation/insertion Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 137/231] seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviors Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 138/231] seg6: bpf: fix skb checksum in bpf_push_seg6_encap() Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 139/231] sfc: fix kernel panic when creating VF Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 140/231] net: atlantic: remove deep parameter on suspend/resume functions Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 141/231] net: atlantic: remove aq_nic_deinit() when resume Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 142/231] KVM: x86: Fully initialize struct kvm_lapic_irq in kvm_pv_kick_cpu_op() Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 143/231] net/tls: Check for errors in tls_device_init Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 144/231] mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGE Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 145/231] x86/kvm: Fix SETcc emulation for return thunks Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 146/231] x86/sev: Avoid using __x86_return_thunk Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 147/231] x86/bugs: Report AMD retbleed vulnerability Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 148/231] objtool: Update Retpoline validation Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 149/231] x86/xen: Rename SYS* entry points Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 150/231] x86/cpu/amd: Add Spectral Chicken Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 151/231] ARM: 9211/1: domain: drop modify_domain() Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 152/231] ARM: 9212/1: domain: Modify Kconfig help text Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 153/231] ASoC: dt-bindings: Fix description for msm8916 Greg Kroah-Hartman
2022-07-19 11:53 ` [PATCH 5.18 154/231] tee: tee_get_drvdata(): fix description of return value Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 155/231] tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push() Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 156/231] tty: use new tty_insert_flip_string_and_push_buffer() in pty_write() Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 157/231] s390/nospec: build expoline.o for modules_prepare target Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 158/231] scsi: megaraid: Clear READ queue maps nr_queues Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 159/231] scsi: ufs: core: Drop loglevel of WriteBoost message Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 160/231] nvme: fix block device naming collision Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 161/231] ksmbd: use SOCK_NONBLOCK type for kernel_accept() Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 162/231] powerpc/xive/spapr: correct bitmap allocation size Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 163/231] vdpa/mlx5: Initialize CVQ vringh only once Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 164/231] vduse: Tie vduse mgmtdev and its device Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 165/231] platform/x86: intel/pmc: Add Alder Lake N support to PMC core driver Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 166/231] virtio_mmio: Add missing PM calls to freeze/restore Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 167/231] virtio_mmio: Restore guest page size on resume Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 168/231] netfilter: nf_tables: avoid skb access on nf_stolen Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 169/231] netfilter: br_netfilter: do not skip all hooks with 0 priority Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 170/231] scsi: hisi_sas: Limit max hw sectors for v3 HW Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 171/231] cpufreq: pmac32-cpufreq: Fix refcount leak bug Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 172/231] platform/x86: thinkpad-acpi: profile capabilities as integer Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 173/231] platform/x86: thinkpad_acpi: do not use PSC mode on Intel platforms Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 174/231] platform/x86: hp-wmi: Ignore Sanitization Mode event Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 175/231] firmware: sysfb: Make sysfb_create_simplefb() return a pdev pointer Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 176/231] firmware: sysfb: Add sysfb_disable() helper function Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 177/231] fbdev: Disable sysfb device registration when removing conflicting FBs Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 178/231] net: tipc: fix possible refcount leak in tipc_sk_create() Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 179/231] NFC: nxp-nci: dont print header length mismatch on i2c error Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 180/231] nvme-tcp: always fail a request when sending it failed Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 181/231] nvme: fix regression when disconnect a recovering ctrl Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 182/231] net: sfp: fix memory leak in sfp_probe() Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 183/231] ASoC: ops: Fix off by one in range control validation Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 184/231] pinctrl: aspeed: Fix potential NULL dereference in aspeed_pinmux_set_mux() Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 185/231] ASoC: Realtek/Maxim SoundWire codecs: disable pm_runtime on remove Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 186/231] ASoC: rt711-sdca-sdw: fix calibrate mutex initialization Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 187/231] ASoC: Intel: sof_sdw: handle errors on card registration Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 188/231] ASoC: rt711: fix calibrate mutex initialization Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 189/231] ASoC: rt7*-sdw: harden jack_detect_handler Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 190/231] ASoC: codecs: rt700/rt711/rt711-sdca: initialize workqueues in probe Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 191/231] ASoC: SOF: Intel: hda-dsp: Expose hda_dsp_core_power_up() Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 192/231] ASoC: SOF: Intel: hda-loader: Make sure that the fw load sequence is followed Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 193/231] ASoC: SOF: Intel: hda-loader: Clarify the cl_dsp_init() flow Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 194/231] ASoC: wcd9335: Remove RX channel from old list before adding it to a new one Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 195/231] ASoC: wcd9335: Fix spurious event generation Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 196/231] ASoC: wcd938x: Fix event generation for some controls Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 197/231] ASoC: Intel: bytcr_wm5102: Fix GPIO related probe-ordering problem Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 198/231] ASoC: wm_adsp: Fix event for preloader Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 199/231] ASoC: wm5110: Fix DRE control Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 200/231] ASoC: cs35l41: Correct some control names Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 201/231] ASoC: rt711-sdca: fix kernel NULL pointer dereference when IO error Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 202/231] ASoC: dapm: Initialise kcontrol data for mux/demux controls Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 203/231] ASoC: cs35l41: Add ASP TX3/4 source to register patch Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 204/231] ASoC: cs47l15: Fix event generation for low power mux control Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 205/231] ASoC: madera: Fix event generation for OUT1 demux Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 206/231] ASoC: madera: Fix event generation for rate controls Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 207/231] irqchip: or1k-pic: Undefine mask_ack for level triggered hardware Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 208/231] pinctrl: imx: Add the zero base flag for imx93 Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 209/231] x86: Clear .brk area at early boot Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 210/231] soc: ixp4xx/npe: Fix unused match warning Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 211/231] ARM: dts: stm32: use the correct clock source for CEC on stm32mp151 Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 212/231] Revert "can: xilinx_can: Limit CANFD brp to 2" Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 213/231] ALSA: usb-audio: Add quirks for MacroSilicon MS2100/MS2106 devices Greg Kroah-Hartman
2022-07-19 11:54 ` [PATCH 5.18 214/231] ALSA: usb-audio: Add quirk for Fiero SC-01 Greg Kroah-Hartman
2022-07-19 11:55 ` [PATCH 5.18 215/231] ALSA: usb-audio: Add quirk for Fiero SC-01 (fw v1.0.0) Greg Kroah-Hartman
2022-07-19 11:55 ` [PATCH 5.18 216/231] nvme-pci: phison e16 has bogus namespace ids Greg Kroah-Hartman
2022-07-19 11:55 ` [PATCH 5.18 217/231] nvme: use struct group for generic command dwords Greg Kroah-Hartman
2022-07-19 11:55 ` [PATCH 5.18 218/231] wireguard: selftests: set fake real time in init Greg Kroah-Hartman
2022-07-19 11:55 ` [PATCH 5.18 219/231] wireguard: selftests: always call kernel makefile Greg Kroah-Hartman
2022-07-19 11:55 ` [PATCH 5.18 220/231] signal handling: dont use BUG_ON() for debugging Greg Kroah-Hartman
2022-07-19 11:55 ` [PATCH 5.18 221/231] ACPI: video: Fix acpi_video_handles_brightness_key_presses() Greg Kroah-Hartman
2022-07-19 11:55 ` [PATCH 5.18 222/231] vt: fix memory overlapping when deleting chars in the buffer Greg Kroah-Hartman
2022-07-19 11:55 ` [PATCH 5.18 223/231] s390/ap: fix error handling in __verify_queue_reservations() Greg Kroah-Hartman
2022-07-19 11:55 ` [PATCH 5.18 224/231] ACPI: CPPC: Fix enabling CPPC on AMD systems with shared memory Greg Kroah-Hartman
2022-07-19 11:55 ` [PATCH 5.18 225/231] serial: 8250: fix return error code in serial8250_request_std_resource() Greg Kroah-Hartman
2022-07-19 11:55 ` [PATCH 5.18 226/231] power: supply: core: Fix boundary conditions in interpolation Greg Kroah-Hartman
2022-07-19 11:55 ` [PATCH 5.18 227/231] serial: stm32: Clear prev values before setting RTS delays Greg Kroah-Hartman
2022-07-19 11:55 ` [PATCH 5.18 228/231] serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle Greg Kroah-Hartman
2022-07-19 11:55 ` [PATCH 5.18 229/231] serial: 8250: Fix PM usage_count for console handover Greg Kroah-Hartman
2022-07-19 11:55 ` [PATCH 5.18 230/231] serial: mvebu-uart: correctly report configured baudrate value Greg Kroah-Hartman
2022-07-19 11:55 ` [PATCH 5.18 231/231] x86/pat: Fix x86_has_pat_wp() Greg Kroah-Hartman
2022-07-19 17:57 ` [PATCH 5.18 000/231] 5.18.13-rc1 review Naresh Kamboju
2022-07-19 19:16 ` Greg Kroah-Hartman
2022-07-19 19:32 ` Linus Torvalds
2022-07-20 3:30 ` Naresh Kamboju
2022-07-20 6:17 ` Naresh Kamboju
2022-07-20 16:37 ` Justin Forbes
2022-07-20 17:28 ` Linus Torvalds
2022-07-20 17:57 ` Justin Forbes
2022-07-20 21:47 ` Peter Zijlstra
2022-07-20 22:00 ` Peter Zijlstra
2022-07-21 5:31 ` Jiri Slaby
2022-07-21 6:07 ` Jiri Slaby
2022-07-21 5:42 ` Jiri Slaby [this message]
2022-07-21 6:05 ` Jiri Slaby
2022-07-21 6:58 ` Jiri Slaby
2022-07-21 7:03 ` Greg Kroah-Hartman
2022-07-20 19:45 ` Greg Kroah-Hartman
2022-07-21 18:36 ` Greg Kroah-Hartman
2022-07-19 21:05 ` Florian Fainelli
2022-07-19 22:51 ` Ron Economos
2022-07-20 6:20 ` Guenter Roeck
2022-07-20 8:40 ` Jon Hunter
2022-07-20 9:10 ` Bagas Sanjaya
2022-07-20 14:46 ` Sudip Mukherjee (Codethink)
2022-07-20 16:05 ` Viktor Jägersküpper
2022-07-20 19:43 ` Greg Kroah-Hartman
-- strict thread matches above, loose matches on Subject: below --
2022-07-19 15:33 Ronald Warsow
2022-07-20 14:35 ` Sudip Mukherjee
2022-07-21 18:37 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6cb8a9c9-d256-5db2-e352-e8de1165950c@kernel.org \
--to=jirislaby@kernel.org \
--cc=John.C.Harrison@intel.com \
--cc=akpm@linux-foundation.org \
--cc=anusha.srivatsa@intel.com \
--cc=daniele.ceraolospurio@intel.com \
--cc=f.fainelli@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=jani.nikula@intel.com \
--cc=jforbes@fedoraproject.org \
--cc=jonathanh@nvidia.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lkft-triage@lists.linaro.org \
--cc=naresh.kamboju@linaro.org \
--cc=patches@kernelci.org \
--cc=pavel@denx.de \
--cc=peterz@infradead.org \
--cc=shuah@kernel.org \
--cc=slade@sladewatkins.com \
--cc=stable@vger.kernel.org \
--cc=sudipm.mukherjee@gmail.com \
--cc=tejas.upadhyay@intel.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.