Linux kernel -stable discussions
 help / color / mirror / Atom feed
From: Conor Dooley <conor.dooley@microchip.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: <stable@vger.kernel.org>, <patches@lists.linux.dev>,
	Alexandre Ghiti <alexghiti@rivosinc.com>,
	Palmer Dabbelt <palmer@rivosinc.com>,
	Sasha Levin <sashal@kernel.org>
Subject: Re: [PATCH 6.1 129/134] riscv: Move early dtb mapping into the fixmap region
Date: Tue, 18 Apr 2023 14:10:54 +0100	[thread overview]
Message-ID: <20230418-tactile-cocoa-4242e87bf994@wendy> (raw)
In-Reply-To: <20230418120317.673170852@linuxfoundation.org>

[-- Attachment #1: Type: text/plain, Size: 12463 bytes --]

On Tue, Apr 18, 2023 at 02:23:05PM +0200, Greg Kroah-Hartman wrote:
> From: Alexandre Ghiti <alexghiti@rivosinc.com>
> 
> [ Upstream commit ef69d2559fe91f23d27a3d6fd640b5641787d22e ]

Hey Greg,

Please check out <e3a6656c-0ec4-9d54-b262-1af08c292ed5@microchip.com>
(I can't find a lore link for stable-commit@vger stuff)
as I am not sure whether it is okay to backport this in isolation.

Cheers,
Conor.

> 
> riscv establishes 2 virtual mappings:
> 
> - early_pg_dir maps the kernel which allows to discover the system
>   memory
> - swapper_pg_dir installs the final mapping (linear mapping included)
> 
> We used to map the dtb in early_pg_dir using DTB_EARLY_BASE_VA, and this
> mapping was not carried over in swapper_pg_dir. It happens that
> early_init_fdt_scan_reserved_mem() must be called before swapper_pg_dir is
> setup otherwise we could allocate reserved memory defined in the dtb.
> And this function initializes reserved_mem variable with addresses that
> lie in the early_pg_dir dtb mapping: when those addresses are reused
> with swapper_pg_dir, this mapping does not exist and then we trap.
> 
> The previous "fix" was incorrect as early_init_fdt_scan_reserved_mem()
> must be called before swapper_pg_dir is set up otherwise we could
> allocate in reserved memory defined in the dtb.
> 
> So move the dtb mapping in the fixmap region which is established in
> early_pg_dir and handed over to swapper_pg_dir.
> 
> Fixes: 922b0375fc93 ("riscv: Fix memblock reservation for device tree blob")
> Fixes: 8f3a2b4a96dc ("RISC-V: Move DT mapping outof fixmap")
> Fixes: 50e63dd8ed92 ("riscv: fix reserved memory setup")
> Reported-by: Conor Dooley <conor.dooley@microchip.com>
> Link: https://lore.kernel.org/all/f8e67f82-103d-156c-deb0-d6d6e2756f5e@microchip.com/
> Signed-off-by: Alexandre Ghiti <alexghiti@rivosinc.com>
> Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
> Tested-by: Conor Dooley <conor.dooley@microchip.com>
> Link: https://lore.kernel.org/r/20230329081932.79831-2-alexghiti@rivosinc.com
> Cc: stable@vger.kernel.org
> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
> Signed-off-by: Sasha Levin <sashal@kernel.org>
> ---
>  Documentation/riscv/vm-layout.rst |  6 +--
>  arch/riscv/include/asm/fixmap.h   |  8 ++++
>  arch/riscv/include/asm/pgtable.h  |  8 +++-
>  arch/riscv/kernel/setup.c         |  1 -
>  arch/riscv/mm/init.c              | 61 +++++++++++++++++--------------
>  5 files changed, 51 insertions(+), 33 deletions(-)
> 
> diff --git a/Documentation/riscv/vm-layout.rst b/Documentation/riscv/vm-layout.rst
> index 3be44e74ec5d6..5462c84f4723f 100644
> --- a/Documentation/riscv/vm-layout.rst
> +++ b/Documentation/riscv/vm-layout.rst
> @@ -47,7 +47,7 @@ RISC-V Linux Kernel SV39
>                                                                | Kernel-space virtual memory, shared between all processes:
>    ____________________________________________________________|___________________________________________________________
>                      |            |                  |         |
> -   ffffffc6fee00000 | -228    GB | ffffffc6feffffff |    2 MB | fixmap
> +   ffffffc6fea00000 | -228    GB | ffffffc6feffffff |    6 MB | fixmap
>     ffffffc6ff000000 | -228    GB | ffffffc6ffffffff |   16 MB | PCI io
>     ffffffc700000000 | -228    GB | ffffffc7ffffffff |    4 GB | vmemmap
>     ffffffc800000000 | -224    GB | ffffffd7ffffffff |   64 GB | vmalloc/ioremap space
> @@ -83,7 +83,7 @@ RISC-V Linux Kernel SV48
>                                                                | Kernel-space virtual memory, shared between all processes:
>    ____________________________________________________________|___________________________________________________________
>                      |            |                  |         |
> -   ffff8d7ffee00000 |  -114.5 TB | ffff8d7ffeffffff |    2 MB | fixmap
> +   ffff8d7ffea00000 |  -114.5 TB | ffff8d7ffeffffff |    6 MB | fixmap
>     ffff8d7fff000000 |  -114.5 TB | ffff8d7fffffffff |   16 MB | PCI io
>     ffff8d8000000000 |  -114.5 TB | ffff8f7fffffffff |    2 TB | vmemmap
>     ffff8f8000000000 |  -112.5 TB | ffffaf7fffffffff |   32 TB | vmalloc/ioremap space
> @@ -119,7 +119,7 @@ RISC-V Linux Kernel SV57
>                                                                | Kernel-space virtual memory, shared between all processes:
>    ____________________________________________________________|___________________________________________________________
>                      |            |                  |         |
> -   ff1bfffffee00000 | -57     PB | ff1bfffffeffffff |    2 MB | fixmap
> +   ff1bfffffea00000 | -57     PB | ff1bfffffeffffff |    6 MB | fixmap
>     ff1bffffff000000 | -57     PB | ff1bffffffffffff |   16 MB | PCI io
>     ff1c000000000000 | -57     PB | ff1fffffffffffff |    1 PB | vmemmap
>     ff20000000000000 | -56     PB | ff5fffffffffffff |   16 PB | vmalloc/ioremap space
> diff --git a/arch/riscv/include/asm/fixmap.h b/arch/riscv/include/asm/fixmap.h
> index 5c3e7b97fcc6f..0a55099bb7349 100644
> --- a/arch/riscv/include/asm/fixmap.h
> +++ b/arch/riscv/include/asm/fixmap.h
> @@ -22,6 +22,14 @@
>   */
>  enum fixed_addresses {
>  	FIX_HOLE,
> +	/*
> +	 * The fdt fixmap mapping must be PMD aligned and will be mapped
> +	 * using PMD entries in fixmap_pmd in 64-bit and a PGD entry in 32-bit.
> +	 */
> +	FIX_FDT_END,
> +	FIX_FDT = FIX_FDT_END + FIX_FDT_SIZE / PAGE_SIZE - 1,
> +
> +	/* Below fixmaps will be mapped using fixmap_pte */
>  	FIX_PTE,
>  	FIX_PMD,
>  	FIX_PUD,
> diff --git a/arch/riscv/include/asm/pgtable.h b/arch/riscv/include/asm/pgtable.h
> index 92ec2d9d7273f..2aeaf8e3a4ab0 100644
> --- a/arch/riscv/include/asm/pgtable.h
> +++ b/arch/riscv/include/asm/pgtable.h
> @@ -87,9 +87,13 @@
>  
>  #define FIXADDR_TOP      PCI_IO_START
>  #ifdef CONFIG_64BIT
> -#define FIXADDR_SIZE     PMD_SIZE
> +#define MAX_FDT_SIZE	 PMD_SIZE
> +#define FIX_FDT_SIZE	 (MAX_FDT_SIZE + SZ_2M)
> +#define FIXADDR_SIZE     (PMD_SIZE + FIX_FDT_SIZE)
>  #else
> -#define FIXADDR_SIZE     PGDIR_SIZE
> +#define MAX_FDT_SIZE	 PGDIR_SIZE
> +#define FIX_FDT_SIZE	 MAX_FDT_SIZE
> +#define FIXADDR_SIZE     (PGDIR_SIZE + FIX_FDT_SIZE)
>  #endif
>  #define FIXADDR_START    (FIXADDR_TOP - FIXADDR_SIZE)
>  
> diff --git a/arch/riscv/kernel/setup.c b/arch/riscv/kernel/setup.c
> index d4a12233e728d..2acf51c235673 100644
> --- a/arch/riscv/kernel/setup.c
> +++ b/arch/riscv/kernel/setup.c
> @@ -280,7 +280,6 @@ void __init setup_arch(char **cmdline_p)
>  #else
>  	unflatten_device_tree();
>  #endif
> -	early_init_fdt_scan_reserved_mem();
>  	misc_mem_init();
>  
>  	init_resources();
> diff --git a/arch/riscv/mm/init.c b/arch/riscv/mm/init.c
> index 50a1b6edd4918..5570c52deb0b5 100644
> --- a/arch/riscv/mm/init.c
> +++ b/arch/riscv/mm/init.c
> @@ -57,7 +57,6 @@ unsigned long empty_zero_page[PAGE_SIZE / sizeof(unsigned long)]
>  EXPORT_SYMBOL(empty_zero_page);
>  
>  extern char _start[];
> -#define DTB_EARLY_BASE_VA      PGDIR_SIZE
>  void *_dtb_early_va __initdata;
>  uintptr_t _dtb_early_pa __initdata;
>  
> @@ -236,6 +235,14 @@ static void __init setup_bootmem(void)
>  	set_max_mapnr(max_low_pfn - ARCH_PFN_OFFSET);
>  
>  	reserve_initrd_mem();
> +
> +	/*
> +	 * No allocation should be done before reserving the memory as defined
> +	 * in the device tree, otherwise the allocation could end up in a
> +	 * reserved region.
> +	 */
> +	early_init_fdt_scan_reserved_mem();
> +
>  	/*
>  	 * If DTB is built in, no need to reserve its memblock.
>  	 * Otherwise, do reserve it but avoid using
> @@ -279,9 +286,6 @@ pgd_t trampoline_pg_dir[PTRS_PER_PGD] __page_aligned_bss;
>  static pte_t fixmap_pte[PTRS_PER_PTE] __page_aligned_bss;
>  
>  pgd_t early_pg_dir[PTRS_PER_PGD] __initdata __aligned(PAGE_SIZE);
> -static p4d_t __maybe_unused early_dtb_p4d[PTRS_PER_P4D] __initdata __aligned(PAGE_SIZE);
> -static pud_t __maybe_unused early_dtb_pud[PTRS_PER_PUD] __initdata __aligned(PAGE_SIZE);
> -static pmd_t __maybe_unused early_dtb_pmd[PTRS_PER_PMD] __initdata __aligned(PAGE_SIZE);
>  
>  #ifdef CONFIG_XIP_KERNEL
>  #define pt_ops			(*(struct pt_alloc_ops *)XIP_FIXUP(&pt_ops))
> @@ -626,9 +630,6 @@ static void __init create_p4d_mapping(p4d_t *p4dp,
>  #define trampoline_pgd_next	(pgtable_l5_enabled ?			\
>  		(uintptr_t)trampoline_p4d : (pgtable_l4_enabled ?	\
>  		(uintptr_t)trampoline_pud : (uintptr_t)trampoline_pmd))
> -#define early_dtb_pgd_next	(pgtable_l5_enabled ?			\
> -		(uintptr_t)early_dtb_p4d : (pgtable_l4_enabled ?	\
> -		(uintptr_t)early_dtb_pud : (uintptr_t)early_dtb_pmd))
>  #else
>  #define pgd_next_t		pte_t
>  #define alloc_pgd_next(__va)	pt_ops.alloc_pte(__va)
> @@ -636,7 +637,6 @@ static void __init create_p4d_mapping(p4d_t *p4dp,
>  #define create_pgd_next_mapping(__nextp, __va, __pa, __sz, __prot)	\
>  	create_pte_mapping(__nextp, __va, __pa, __sz, __prot)
>  #define fixmap_pgd_next		((uintptr_t)fixmap_pte)
> -#define early_dtb_pgd_next	((uintptr_t)early_dtb_pmd)
>  #define create_p4d_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0)
>  #define create_pud_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0)
>  #define create_pmd_mapping(__pmdp, __va, __pa, __sz, __prot) do {} while(0)
> @@ -859,32 +859,28 @@ static void __init create_kernel_page_table(pgd_t *pgdir, bool early)
>   * this means 2 PMD entries whereas for 32-bit kernel, this is only 1 PGDIR
>   * entry.
>   */
> -static void __init create_fdt_early_page_table(pgd_t *pgdir, uintptr_t dtb_pa)
> +static void __init create_fdt_early_page_table(pgd_t *pgdir,
> +					       uintptr_t fix_fdt_va,
> +					       uintptr_t dtb_pa)
>  {
> -#ifndef CONFIG_BUILTIN_DTB
>  	uintptr_t pa = dtb_pa & ~(PMD_SIZE - 1);
>  
> -	create_pgd_mapping(early_pg_dir, DTB_EARLY_BASE_VA,
> -			   IS_ENABLED(CONFIG_64BIT) ? early_dtb_pgd_next : pa,
> -			   PGDIR_SIZE,
> -			   IS_ENABLED(CONFIG_64BIT) ? PAGE_TABLE : PAGE_KERNEL);
> -
> -	if (pgtable_l5_enabled)
> -		create_p4d_mapping(early_dtb_p4d, DTB_EARLY_BASE_VA,
> -				   (uintptr_t)early_dtb_pud, P4D_SIZE, PAGE_TABLE);
> -
> -	if (pgtable_l4_enabled)
> -		create_pud_mapping(early_dtb_pud, DTB_EARLY_BASE_VA,
> -				   (uintptr_t)early_dtb_pmd, PUD_SIZE, PAGE_TABLE);
> +#ifndef CONFIG_BUILTIN_DTB
> +	/* Make sure the fdt fixmap address is always aligned on PMD size */
> +	BUILD_BUG_ON(FIX_FDT % (PMD_SIZE / PAGE_SIZE));
>  
> -	if (IS_ENABLED(CONFIG_64BIT)) {
> -		create_pmd_mapping(early_dtb_pmd, DTB_EARLY_BASE_VA,
> +	/* In 32-bit only, the fdt lies in its own PGD */
> +	if (!IS_ENABLED(CONFIG_64BIT)) {
> +		create_pgd_mapping(early_pg_dir, fix_fdt_va,
> +				   pa, MAX_FDT_SIZE, PAGE_KERNEL);
> +	} else {
> +		create_pmd_mapping(fixmap_pmd, fix_fdt_va,
>  				   pa, PMD_SIZE, PAGE_KERNEL);
> -		create_pmd_mapping(early_dtb_pmd, DTB_EARLY_BASE_VA + PMD_SIZE,
> +		create_pmd_mapping(fixmap_pmd, fix_fdt_va + PMD_SIZE,
>  				   pa + PMD_SIZE, PMD_SIZE, PAGE_KERNEL);
>  	}
>  
> -	dtb_early_va = (void *)DTB_EARLY_BASE_VA + (dtb_pa & (PMD_SIZE - 1));
> +	dtb_early_va = (void *)fix_fdt_va + (dtb_pa & (PMD_SIZE - 1));
>  #else
>  	/*
>  	 * For 64-bit kernel, __va can't be used since it would return a linear
> @@ -1054,7 +1050,8 @@ asmlinkage void __init setup_vm(uintptr_t dtb_pa)
>  	create_kernel_page_table(early_pg_dir, true);
>  
>  	/* Setup early mapping for FDT early scan */
> -	create_fdt_early_page_table(early_pg_dir, dtb_pa);
> +	create_fdt_early_page_table(early_pg_dir,
> +				    __fix_to_virt(FIX_FDT), dtb_pa);
>  
>  	/*
>  	 * Bootime fixmap only can handle PMD_SIZE mapping. Thus, boot-ioremap
> @@ -1096,6 +1093,16 @@ static void __init setup_vm_final(void)
>  	u64 i;
>  
>  	/* Setup swapper PGD for fixmap */
> +#if !defined(CONFIG_64BIT)
> +	/*
> +	 * In 32-bit, the device tree lies in a pgd entry, so it must be copied
> +	 * directly in swapper_pg_dir in addition to the pgd entry that points
> +	 * to fixmap_pte.
> +	 */
> +	unsigned long idx = pgd_index(__fix_to_virt(FIX_FDT));
> +
> +	set_pgd(&swapper_pg_dir[idx], early_pg_dir[idx]);
> +#endif
>  	create_pgd_mapping(swapper_pg_dir, FIXADDR_START,
>  			   __pa_symbol(fixmap_pgd_next),
>  			   PGDIR_SIZE, PAGE_TABLE);
> -- 
> 2.39.2
> 
> 
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2023-04-18 13:11 UTC|newest]

Thread overview: 152+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-18 12:20 [PATCH 6.1 000/134] 6.1.25-rc1 review Greg Kroah-Hartman
2023-04-18 12:20 ` [PATCH 6.1 001/134] Revert "pinctrl: amd: Disable and mask interrupts on resume" Greg Kroah-Hartman
2023-04-18 12:20 ` [PATCH 6.1 002/134] drm/amd/display: Pass the right info to drm_dp_remove_payload Greg Kroah-Hartman
2023-04-18 12:20 ` [PATCH 6.1 003/134] ALSA: emu10k1: fix capture interrupt handler unlinking Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 004/134] ALSA: hda/sigmatel: add pin overrides for Intel DP45SG motherboard Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 005/134] ALSA: i2c/cs8427: fix iec958 mixer control deactivation Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 006/134] ALSA: hda: patch_realtek: add quirk for Asus N7601ZM Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 007/134] ALSA: hda/realtek: Add quirks for Lenovo Z13/Z16 Gen2 Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 008/134] ALSA: firewire-tascam: add missing unwind goto in snd_tscm_stream_start_duplex() Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 009/134] ALSA: emu10k1: dont create old pass-through playback device on Audigy Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 010/134] ALSA: hda/sigmatel: fix S/PDIF out on Intel D*45* motherboards Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 011/134] ALSA: hda/hdmi: disable KAE for Intel DG2 Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 012/134] Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp} Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 013/134] Bluetooth: Fix race condition in hidp_session_thread Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 014/134] bluetooth: btbcm: Fix logic error in forming the board name Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 015/134] Bluetooth: Free potentially unfreed SCO connection Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 016/134] Bluetooth: hci_conn: Fix possible UAF Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 017/134] btrfs: restore the thread_pool= behavior in remount for the end I/O workqueues Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 018/134] btrfs: fix fast csum implementation detection Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 019/134] fbmem: Reject FB_ACTIVATE_KD_TEXT from userspace Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 020/134] mtdblock: tolerate corrected bit-flips Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 021/134] mtd: rawnand: meson: fix bitmask for length in command word Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 022/134] mtd: rawnand: stm32_fmc2: remove unsupported EDO mode Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 023/134] mtd: rawnand: stm32_fmc2: use timings.mode instead of checking tRC_min Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 024/134] KVM: arm64: PMU: Restore the guests EL0 event counting after migration Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 025/134] fbcon: Fix error paths in set_con2fb_map Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 026/134] fbcon: set_con2fb_map needs to set con2fb_map! Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 027/134] drm/i915/dsi: fix DSS CTL register offsets for TGL+ Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 028/134] clk: sprd: set max_register according to mapping range Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 029/134] RDMA/irdma: Do not generate SW completions for NOPs Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 030/134] RDMA/irdma: Fix memory leak of PBLE objects Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 031/134] RDMA/irdma: Increase iWARP CM default rexmit count Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 032/134] RDMA/irdma: Add ipv4 check to irdma_find_listener() Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 033/134] IB/mlx5: Add support for 400G_8X lane speed Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 034/134] RDMA/erdma: Update default EQ depth to 4096 and max_send_wr to 8192 Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 035/134] RDMA/erdma: Inline mtt entries into WQE if supported Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 036/134] RDMA/erdma: Defer probing if netdevice can not be found Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 037/134] clk: rs9: Fix suspend/resume Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 038/134] RDMA/cma: Allow UD qp_type to join multicast only Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 039/134] bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 040/134] LoongArch, bpf: Fix jit to skip speculation barrier opcode Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 041/134] dmaengine: apple-admac: Handle global interrupt flags Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 042/134] dmaengine: apple-admac: Set src_addr_widths capability Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 043/134] dmaengine: apple-admac: Fix current_tx not getting freed Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 044/134] 9p/xen : Fix use after free bug in xen_9pfs_front_remove due to race condition Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 045/134] bpf, arm64: Fixed a BTI error on returning to patched function Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 046/134] KVM: arm64: Initialise hypervisor copies of host symbols unconditionally Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 047/134] KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMs Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 048/134] niu: Fix missing unwind goto in niu_alloc_channels() Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 049/134] tcp: restrict net.ipv4.tcp_app_win Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 050/134] bonding: fix ns validation on backup slaves Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 051/134] iavf: refactor VLAN filter states Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 052/134] iavf: remove active_cvlans and active_svlans bitmaps Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 053/134] net: openvswitch: fix race on port output Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 054/134] Bluetooth: hci_conn: Fix not cleaning up on LE Connection failure Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 055/134] Bluetooth: Fix printing errors if LE Connection times out Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 056/134] Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockopt Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 057/134] Bluetooth: Set ISO Data Path on broadcast sink Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 058/134] drm/armada: Fix a potential double free in an error handling path Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 059/134] qlcnic: check pci_reset_function result Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 060/134] net: wwan: iosm: Fix error handling path in ipc_pcie_probe() Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 061/134] cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 062/134] net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume() Greg Kroah-Hartman
2023-04-18 12:21 ` [PATCH 6.1 063/134] sctp: fix a potential overflow in sctp_ifwdtsn_skip Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 064/134] RDMA/core: Fix GID entry ref leak when create_ah fails Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 065/134] selftests: openvswitch: adjust datapath NL message declaration Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 066/134] udp6: fix potential access to stale information Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 067/134] net: macb: fix a memory corruption in extended buffer descriptor mode Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 068/134] skbuff: Fix a race between coalescing and releasing SKBs Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 069/134] libbpf: Fix single-line struct definition output in btf_dump Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 070/134] ARM: 9290/1: uaccess: Fix KASAN false-positives Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 071/134] ARM: dts: qcom: apq8026-lg-lenok: add missing reserved memory Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 072/134] power: supply: rk817: Fix unsigned comparison with less than zero Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 073/134] power: supply: cros_usbpd: reclassify "default case!" as debug Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 074/134] power: supply: axp288_fuel_gauge: Added check for negative values Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 075/134] selftests/bpf: Fix progs/find_vma_fail1.c build error Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 076/134] wifi: mwifiex: mark OF related data as maybe unused Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 077/134] i2c: imx-lpi2c: clean rx/tx buffers upon new message Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 078/134] i2c: hisi: Avoid redundant interrupts Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 079/134] efi: sysfb_efi: Add quirk for Lenovo Yoga Book X91F/L Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 080/134] block: ublk_drv: mark device as LIVE before adding disk Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 081/134] ACPI: video: Add backlight=native DMI quirk for Acer Aspire 3830TG Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 082/134] drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Book X90F Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 083/134] hwmon: (peci/cputemp) Fix miscalculated DTS for SKX Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 084/134] hwmon: (xgene) Fix ioremap and memremap leak Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 085/134] verify_pefile: relax wrapper length check Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 086/134] asymmetric_keys: log on fatal failures in PE/pkcs7 Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 087/134] nvme: send Identify with CNS 06h only to I/O controllers Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 088/134] wifi: iwlwifi: mvm: fix mvmtxq->stopped handling Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 089/134] wifi: iwlwifi: mvm: protect TXQ list manipulation Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 090/134] drm/amdgpu: add mes resume when do gfx post soft reset Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 091/134] drm/amdgpu: Force signal hw_fences that are embedded in non-sched jobs Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 092/134] drm/amdgpu/gfx: set cg flags to enter/exit safe mode Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 093/134] ACPI: resource: Add Medion S17413 to IRQ override quirk Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 094/134] x86/hyperv: Move VMCB enlightenment definitions to hyperv-tlfs.h Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 095/134] KVM: selftests: Move "struct hv_enlightenments" to x86_64/svm.h Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 096/134] KVM: SVM: Add a proper field for Hyper-V VMCB enlightenments Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 097/134] x86/hyperv: KVM: Rename "hv_enlightenments" to "hv_vmcb_enlightenments" Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 098/134] KVM: SVM: Flush Hyper-V TLB when required Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 099/134] tracing: Add trace_array_puts() to write into instance Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 100/134] tracing: Have tracing_snapshot_instance_cond() write errors to the appropriate instance Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 101/134] maple_tree: fix write memory barrier of nodes once dead for RCU mode Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 102/134] ksmbd: avoid out of bounds access in decode_preauth_ctxt() Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 103/134] riscv: Do not set initial_boot_params to the linear address of the dtb Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 104/134] riscv: add icache flush for nommu sigreturn trampoline Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 105/134] HID: intel-ish-hid: Fix kernel panic during warm reset Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 106/134] net: sfp: initialize sfp->i2c_block_size at sfp allocation Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 107/134] net: phy: nxp-c45-tja11xx: add remove callback Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 108/134] net: phy: nxp-c45-tja11xx: fix unsigned long multiplication overflow Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 109/134] scsi: ses: Handle enclosure with just a primary component gracefully Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 110/134] x86/PCI: Add quirk for AMD XHCI controller that loses MSI-X state in D3hot Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 111/134] cgroup: fix display of forceidle time at root Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 112/134] cgroup/cpuset: Fix partition roots cpuset.cpus update bug Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 113/134] cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach() Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 114/134] drm/amd/pm: correct SMU13.0.7 pstate profiling clock settings Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 115/134] drm/amd/pm: correct SMU13.0.7 max shader clock reporting Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 116/134] mptcp: use mptcp_schedule_work instead of open-coding it Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 117/134] mptcp: stricter state check in mptcp_worker Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 118/134] ubi: Fix failure attaching when vid_hdr offset equals to (sub)page size Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 119/134] ubi: Fix deadlock caused by recursively holding work_sem Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 120/134] i2c: mchp-pci1xxxx: Update Timing registers Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 121/134] powerpc/papr_scm: Update the NUMA distance table for the target node Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 122/134] sched/fair: Fix imbalance overflow Greg Kroah-Hartman
2023-04-18 12:22 ` [PATCH 6.1 123/134] x86/rtc: Remove __init for runtime functions Greg Kroah-Hartman
2023-04-18 12:23 ` [PATCH 6.1 124/134] i2c: ocores: generate stop condition after timeout in polling mode Greg Kroah-Hartman
2023-04-18 12:23 ` [PATCH 6.1 125/134] cifs: fix negotiate context parsing Greg Kroah-Hartman
2023-04-18 12:23 ` [PATCH 6.1 126/134] RISC-V: add infrastructure to allow different str* implementations Greg Kroah-Hartman
2023-04-18 12:23 ` [PATCH 6.1 127/134] purgatory: fix disabling debug info Greg Kroah-Hartman
2023-04-18 13:38   ` Conor Dooley
2023-04-18 15:52     ` Alyssa Ross
2023-04-18 12:23 ` [PATCH 6.1 128/134] Documentation: riscv: Document the sv57 VM layout Greg Kroah-Hartman
2023-04-18 12:23 ` [PATCH 6.1 129/134] riscv: Move early dtb mapping into the fixmap region Greg Kroah-Hartman
2023-04-18 13:10   ` Conor Dooley [this message]
2023-04-19  7:27     ` Greg Kroah-Hartman
2023-04-19  7:55       ` Conor Dooley
2023-04-19  9:36         ` Greg Kroah-Hartman
2023-04-19  9:51           ` Conor Dooley
2023-04-19  9:57             ` Alexandre Ghiti
2023-04-19 10:42               ` Conor.Dooley
2023-04-18 12:23 ` [PATCH 6.1 130/134] nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQN Greg Kroah-Hartman
2023-04-18 12:23 ` [PATCH 6.1 131/134] nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSD Greg Kroah-Hartman
2023-04-18 12:23 ` [PATCH 6.1 132/134] cgroup/cpuset: Skip spread flags update on v2 Greg Kroah-Hartman
2023-04-18 12:23 ` [PATCH 6.1 133/134] cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly Greg Kroah-Hartman
2023-04-18 12:23 ` [PATCH 6.1 134/134] cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methods Greg Kroah-Hartman
2023-04-18 17:15 ` [PATCH 6.1 000/134] 6.1.25-rc1 review Markus Reichelt
2023-04-18 20:38 ` Chris Paterson
2023-04-18 21:22 ` Shuah Khan
2023-04-18 22:32 ` Florian Fainelli
2023-04-19  1:25 ` ogasawara takeshi
2023-04-19  3:35 ` Guenter Roeck
2023-04-19  4:12 ` Bagas Sanjaya
2023-04-19  6:40 ` Naresh Kamboju

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=20230418-tactile-cocoa-4242e87bf994@wendy \
    --to=conor.dooley@microchip.com \
    --cc=alexghiti@rivosinc.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=palmer@rivosinc.com \
    --cc=patches@lists.linux.dev \
    --cc=sashal@kernel.org \
    --cc=stable@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox