Skip to content

Commit ddf9a4c

Browse files
committed
Automatic merge of 'master' into merge (2024-08-05 20:24)
2 parents 7b23713 + de9c2c6 commit ddf9a4c

File tree

331 files changed

+3879
-2298
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

331 files changed

+3879
-2298
lines changed

Documentation/admin-guide/kernel-parameters.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -4798,11 +4798,9 @@
47984798

47994799
profile= [KNL] Enable kernel profiling via /proc/profile
48004800
Format: [<profiletype>,]<number>
4801-
Param: <profiletype>: "schedule", "sleep", or "kvm"
4801+
Param: <profiletype>: "schedule" or "kvm"
48024802
[defaults to kernel profiling]
48034803
Param: "schedule" - profile schedule points.
4804-
Param: "sleep" - profile D-state sleeping (millisecs).
4805-
Requires CONFIG_SCHEDSTATS
48064804
Param: "kvm" - profile VM exits.
48074805
Param: <number> - step/bucket size as a power of 2 for
48084806
statistical time based profiling.

Documentation/arch/arm64/silicon-errata.rst

+18
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,18 @@ stable kernels.
122122
+----------------+-----------------+-----------------+-----------------------------+
123123
| ARM | Cortex-A76 | #1490853 | N/A |
124124
+----------------+-----------------+-----------------+-----------------------------+
125+
| ARM | Cortex-A76 | #3324349 | ARM64_ERRATUM_3194386 |
126+
+----------------+-----------------+-----------------+-----------------------------+
125127
| ARM | Cortex-A77 | #1491015 | N/A |
126128
+----------------+-----------------+-----------------+-----------------------------+
127129
| ARM | Cortex-A77 | #1508412 | ARM64_ERRATUM_1508412 |
128130
+----------------+-----------------+-----------------+-----------------------------+
131+
| ARM | Cortex-A77 | #3324348 | ARM64_ERRATUM_3194386 |
132+
+----------------+-----------------+-----------------+-----------------------------+
133+
| ARM | Cortex-A78 | #3324344 | ARM64_ERRATUM_3194386 |
134+
+----------------+-----------------+-----------------+-----------------------------+
135+
| ARM | Cortex-A78C | #3324346,3324347| ARM64_ERRATUM_3194386 |
136+
+----------------+-----------------+-----------------+-----------------------------+
129137
| ARM | Cortex-A710 | #2119858 | ARM64_ERRATUM_2119858 |
130138
+----------------+-----------------+-----------------+-----------------------------+
131139
| ARM | Cortex-A710 | #2054223 | ARM64_ERRATUM_2054223 |
@@ -138,8 +146,14 @@ stable kernels.
138146
+----------------+-----------------+-----------------+-----------------------------+
139147
| ARM | Cortex-A720 | #3456091 | ARM64_ERRATUM_3194386 |
140148
+----------------+-----------------+-----------------+-----------------------------+
149+
| ARM | Cortex-A725 | #3456106 | ARM64_ERRATUM_3194386 |
150+
+----------------+-----------------+-----------------+-----------------------------+
141151
| ARM | Cortex-X1 | #1502854 | N/A |
142152
+----------------+-----------------+-----------------+-----------------------------+
153+
| ARM | Cortex-X1 | #3324344 | ARM64_ERRATUM_3194386 |
154+
+----------------+-----------------+-----------------+-----------------------------+
155+
| ARM | Cortex-X1C | #3324346 | ARM64_ERRATUM_3194386 |
156+
+----------------+-----------------+-----------------+-----------------------------+
143157
| ARM | Cortex-X2 | #2119858 | ARM64_ERRATUM_2119858 |
144158
+----------------+-----------------+-----------------+-----------------------------+
145159
| ARM | Cortex-X2 | #2224489 | ARM64_ERRATUM_2224489 |
@@ -160,6 +174,8 @@ stable kernels.
160174
+----------------+-----------------+-----------------+-----------------------------+
161175
| ARM | Neoverse-N1 | #1542419 | ARM64_ERRATUM_1542419 |
162176
+----------------+-----------------+-----------------+-----------------------------+
177+
| ARM | Neoverse-N1 | #3324349 | ARM64_ERRATUM_3194386 |
178+
+----------------+-----------------+-----------------+-----------------------------+
163179
| ARM | Neoverse-N2 | #2139208 | ARM64_ERRATUM_2139208 |
164180
+----------------+-----------------+-----------------+-----------------------------+
165181
| ARM | Neoverse-N2 | #2067961 | ARM64_ERRATUM_2067961 |
@@ -170,6 +186,8 @@ stable kernels.
170186
+----------------+-----------------+-----------------+-----------------------------+
171187
| ARM | Neoverse-V1 | #1619801 | N/A |
172188
+----------------+-----------------+-----------------+-----------------------------+
189+
| ARM | Neoverse-V1 | #3324341 | ARM64_ERRATUM_3194386 |
190+
+----------------+-----------------+-----------------+-----------------------------+
173191
| ARM | Neoverse-V2 | #3324336 | ARM64_ERRATUM_3194386 |
174192
+----------------+-----------------+-----------------+-----------------------------+
175193
| ARM | Neoverse-V3 | #3312417 | ARM64_ERRATUM_3194386 |

Documentation/devicetree/bindings/ata/rockchip,dwc-ahci.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ properties:
3535
ports-implemented:
3636
const: 1
3737

38+
power-domains:
39+
maxItems: 1
40+
3841
sata-port@0:
3942
$ref: /schemas/ata/snps,dwc-ahci-common.yaml#/$defs/dwc-ahci-port
4043

Documentation/driver-api/thermal/sysfs-api.rst

+30-35
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Generic Thermal Sysfs driver How To
44

55
Written by Sujith Thomas <[email protected]>, Zhang Rui <[email protected]>
66

7-
Updated: 2 January 2008
8-
97
Copyright (c) 2008 Intel Corporation
108

119

@@ -38,23 +36,23 @@ temperature) and throttle appropriate devices.
3836

3937
::
4038

41-
struct thermal_zone_device
42-
*thermal_zone_device_register(char *type,
43-
int trips, int mask, void *devdata,
44-
struct thermal_zone_device_ops *ops,
45-
const struct thermal_zone_params *tzp,
46-
int passive_delay, int polling_delay))
39+
struct thermal_zone_device *
40+
thermal_zone_device_register_with_trips(const char *type,
41+
const struct thermal_trip *trips,
42+
int num_trips, void *devdata,
43+
const struct thermal_zone_device_ops *ops,
44+
const struct thermal_zone_params *tzp,
45+
unsigned int passive_delay,
46+
unsigned int polling_delay)
4747
48-
This interface function adds a new thermal zone device (sensor) to
48+
This interface function adds a new thermal zone device (sensor) to the
4949
/sys/class/thermal folder as `thermal_zone[0-*]`. It tries to bind all the
50-
thermal cooling devices registered at the same time.
50+
thermal cooling devices registered to it at the same time.
5151

5252
type:
5353
the thermal zone type.
5454
trips:
55-
the total number of trip points this thermal zone supports.
56-
mask:
57-
Bit string: If 'n'th bit is set, then trip point 'n' is writable.
55+
the table of trip points for this thermal zone.
5856
devdata:
5957
device private data
6058
ops:
@@ -67,32 +65,29 @@ temperature) and throttle appropriate devices.
6765
.get_temp:
6866
get the current temperature of the thermal zone.
6967
.set_trips:
70-
set the trip points window. Whenever the current temperature
71-
is updated, the trip points immediately below and above the
72-
current temperature are found.
73-
.get_mode:
74-
get the current mode (enabled/disabled) of the thermal zone.
75-
76-
- "enabled" means the kernel thermal management is
77-
enabled.
78-
- "disabled" will prevent kernel thermal driver action
79-
upon trip points so that user applications can take
80-
charge of thermal management.
81-
.set_mode:
82-
set the mode (enabled/disabled) of the thermal zone.
83-
.get_trip_type:
84-
get the type of certain trip point.
85-
.get_trip_temp:
86-
get the temperature above which the certain trip point
87-
will be fired.
68+
set the trip points window. Whenever the current temperature
69+
is updated, the trip points immediately below and above the
70+
current temperature are found.
71+
.change_mode:
72+
change the mode (enabled/disabled) of the thermal zone.
73+
.set_trip_temp:
74+
set the temperature of a given trip point.
75+
.get_crit_temp:
76+
get the critical temperature for this thermal zone.
8877
.set_emul_temp:
89-
set the emulation temperature which helps in debugging
90-
different threshold temperature points.
78+
set the emulation temperature which helps in debugging
79+
different threshold temperature points.
80+
.get_trend:
81+
get the trend of most recent zone temperature changes.
82+
.hot:
83+
hot trip point crossing handler.
84+
.critical:
85+
critical trip point crossing handler.
9186
tzp:
9287
thermal zone platform parameters.
9388
passive_delay:
94-
number of milliseconds to wait between polls when
95-
performing passive cooling.
89+
number of milliseconds to wait between polls when performing passive
90+
cooling.
9691
polling_delay:
9792
number of milliseconds to wait between polls when checking
9893
whether trip points have been crossed (0 for interrupt driven systems).

Documentation/netlink/specs/ethtool.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1753,6 +1753,7 @@ operations:
17531753
request:
17541754
attributes:
17551755
- header
1756+
- context
17561757
reply:
17571758
attributes:
17581759
- header
@@ -1761,7 +1762,6 @@ operations:
17611762
- indir
17621763
- hkey
17631764
- input_xfrm
1764-
dump: *rss-get-op
17651765
-
17661766
name: plca-get-cfg
17671767
doc: Get PLCA params.

Documentation/networking/ethtool-netlink.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1875,6 +1875,7 @@ Kernel response contents:
18751875

18761876
===================================== ====== ==========================
18771877
``ETHTOOL_A_RSS_HEADER`` nested reply header
1878+
``ETHTOOL_A_RSS_CONTEXT`` u32 context number
18781879
``ETHTOOL_A_RSS_HFUNC`` u32 RSS hash func
18791880
``ETHTOOL_A_RSS_INDIR`` binary Indir table bytes
18801881
``ETHTOOL_A_RSS_HKEY`` binary Hash key bytes

Documentation/userspace-api/media/v4l/pixfmt-yuv-luma.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ are often referred to as greyscale formats.
2121

2222
.. raw:: latex
2323

24-
\scriptsize
24+
\tiny
2525

26-
.. tabularcolumns:: |p{3.6cm}|p{3.0cm}|p{1.3cm}|p{2.6cm}|p{1.3cm}|p{1.3cm}|p{1.3cm}|
26+
.. tabularcolumns:: |p{3.6cm}|p{2.4cm}|p{1.3cm}|p{1.3cm}|p{1.3cm}|p{1.3cm}|p{1.3cm}|p{1.3cm}|p{1.3cm}|
2727

2828
.. flat-table:: Luma-Only Image Formats
2929
:header-rows: 1

Documentation/virt/kvm/api.rst

+7-1
Original file line numberDiff line numberDiff line change
@@ -6368,7 +6368,7 @@ a single guest_memfd file, but the bound ranges must not overlap).
63686368
See KVM_SET_USER_MEMORY_REGION2 for additional details.
63696369

63706370
4.143 KVM_PRE_FAULT_MEMORY
6371-
------------------------
6371+
---------------------------
63726372

63736373
:Capability: KVM_CAP_PRE_FAULT_MEMORY
63746374
:Architectures: none
@@ -6405,6 +6405,12 @@ for the current vCPU state. KVM maps memory as if the vCPU generated a
64056405
stage-2 read page fault, e.g. faults in memory as needed, but doesn't break
64066406
CoW. However, KVM does not mark any newly created stage-2 PTE as Accessed.
64076407

6408+
In the case of confidential VM types where there is an initial set up of
6409+
private guest memory before the guest is 'finalized'/measured, this ioctl
6410+
should only be issued after completing all the necessary setup to put the
6411+
guest into a 'finalized' state so that the above semantics can be reliably
6412+
ensured.
6413+
64086414
In some cases, multiple vCPUs might share the page tables. In this
64096415
case, the ioctl can be called in parallel.
64106416

MAINTAINERS

+2-1
Original file line numberDiff line numberDiff line change
@@ -15936,6 +15936,7 @@ F: include/linux/in.h
1593615936
F: include/linux/indirect_call_wrapper.h
1593715937
F: include/linux/net.h
1593815938
F: include/linux/netdevice.h
15939+
F: include/linux/skbuff.h
1593915940
F: include/net/
1594015941
F: include/uapi/linux/in.h
1594115942
F: include/uapi/linux/net.h
@@ -18556,7 +18557,7 @@ F: drivers/usb/misc/qcom_eud.c
1855618557
QCOM IPA DRIVER
1855718558
M: Alex Elder <[email protected]>
1855818559
18559-
S: Supported
18560+
S: Maintained
1856018561
F: drivers/net/ipa/
1856118562

1856218563
QEMU MACHINE EMULATOR AND VIRTUALIZER SUPPORT

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
VERSION = 6
33
PATCHLEVEL = 11
44
SUBLEVEL = 0
5-
EXTRAVERSION = -rc1
5+
EXTRAVERSION = -rc2
66
NAME = Baby Opossum Posse
77

88
# *DOCUMENTATION*

arch/alpha/include/asm/io.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -534,8 +534,10 @@ extern inline void writeq(u64 b, volatile void __iomem *addr)
534534

535535
#define ioread16be(p) swab16(ioread16(p))
536536
#define ioread32be(p) swab32(ioread32(p))
537+
#define ioread64be(p) swab64(ioread64(p))
537538
#define iowrite16be(v,p) iowrite16(swab16(v), (p))
538539
#define iowrite32be(v,p) iowrite32(swab32(v), (p))
540+
#define iowrite64be(v,p) iowrite64(swab64(v), (p))
539541

540542
#define inb_p inb
541543
#define inw_p inw
@@ -634,8 +636,6 @@ extern void outsl (unsigned long port, const void *src, unsigned long count);
634636
*/
635637
#define ioread64 ioread64
636638
#define iowrite64 iowrite64
637-
#define ioread64be ioread64be
638-
#define iowrite64be iowrite64be
639639
#define ioread8_rep ioread8_rep
640640
#define ioread16_rep ioread16_rep
641641
#define ioread32_rep ioread32_rep

arch/arm/Kconfig

+3-1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ config ARM
8787
select HAVE_ARCH_PFN_VALID
8888
select HAVE_ARCH_SECCOMP
8989
select HAVE_ARCH_SECCOMP_FILTER if AEABI && !OABI_COMPAT
90+
select HAVE_ARCH_STACKLEAK
9091
select HAVE_ARCH_THREAD_STRUCT_WHITELIST
9192
select HAVE_ARCH_TRACEHOOK
9293
select HAVE_ARCH_TRANSPARENT_HUGEPAGE if ARM_LPAE
@@ -116,6 +117,7 @@ config ARM
116117
select HAVE_KERNEL_XZ
117118
select HAVE_KPROBES if !XIP_KERNEL && !CPU_ENDIAN_BE32 && !CPU_V7M
118119
select HAVE_KRETPROBES if HAVE_KPROBES
120+
select HAVE_LD_DEAD_CODE_DATA_ELIMINATION
119121
select HAVE_MOD_ARCH_SPECIFIC
120122
select HAVE_NMI
121123
select HAVE_OPTPROBES if !THUMB2_KERNEL
@@ -736,7 +738,7 @@ config ARM_ERRATA_764319
736738
bool "ARM errata: Read to DBGPRSR and DBGOSLSR may generate Undefined instruction"
737739
depends on CPU_V7
738740
help
739-
This option enables the workaround for the 764319 Cortex A-9 erratum.
741+
This option enables the workaround for the 764319 Cortex-A9 erratum.
740742
CP14 read accesses to the DBGPRSR and DBGOSLSR registers generate an
741743
unexpected Undefined Instruction exception when the DBGSWENABLE
742744
external pin is set to 0, even when the CP14 accesses are performed

arch/arm/boot/compressed/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ OBJS =
99

1010
HEAD = head.o
1111
OBJS += misc.o decompress.o
12+
CFLAGS_decompress.o += $(DISABLE_STACKLEAK_PLUGIN)
1213
ifeq ($(CONFIG_DEBUG_UNCOMPRESS),y)
1314
OBJS += debug.o
1415
AFLAGS_head.o += -DDEBUG

arch/arm/boot/compressed/vmlinux.lds.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ SECTIONS
125125

126126
. = BSS_START;
127127
__bss_start = .;
128-
.bss : { *(.bss) }
128+
.bss : { *(.bss .bss.*) }
129129
_end = .;
130130

131131
. = ALIGN(8); /* the stack must be 64-bit aligned */

arch/arm/boot/dts/arm/versatile-ab.dts

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
clocks = <&xtal24mhz>;
158158
};
159159

160-
pclk: clock-24000000 {
160+
pclk: clock-pclk {
161161
#clock-cells = <0>;
162162
compatible = "fixed-factor-clock";
163163
clock-div = <1>;

arch/arm/include/asm/stacktrace.h

+7
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ struct stackframe {
2626
#endif
2727
};
2828

29+
static inline bool on_thread_stack(void)
30+
{
31+
unsigned long delta = current_stack_pointer ^ (unsigned long)current->stack;
32+
33+
return delta < THREAD_SIZE;
34+
}
35+
2936
static __always_inline
3037
void arm_get_current_stackframe(struct pt_regs *regs, struct stackframe *frame)
3138
{

arch/arm/include/asm/vmlinux.lds.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#define PROC_INFO \
4343
. = ALIGN(4); \
4444
__proc_info_begin = .; \
45-
*(.proc.info.init) \
45+
KEEP(*(.proc.info.init)) \
4646
__proc_info_end = .;
4747

4848
#define IDMAP_TEXT \

arch/arm/kernel/entry-armv.S

+3
Original file line numberDiff line numberDiff line change
@@ -1065,6 +1065,7 @@ vector_addrexcptn:
10651065
.globl vector_fiq
10661066

10671067
.section .vectors, "ax", %progbits
1068+
.reloc .text, R_ARM_NONE, .
10681069
W(b) vector_rst
10691070
W(b) vector_und
10701071
ARM( .reloc ., R_ARM_LDR_PC_G0, .L__vector_swi )
@@ -1078,6 +1079,7 @@ THUMB( .reloc ., R_ARM_THM_PC12, .L__vector_swi )
10781079

10791080
#ifdef CONFIG_HARDEN_BRANCH_HISTORY
10801081
.section .vectors.bhb.loop8, "ax", %progbits
1082+
.reloc .text, R_ARM_NONE, .
10811083
W(b) vector_rst
10821084
W(b) vector_bhb_loop8_und
10831085
ARM( .reloc ., R_ARM_LDR_PC_G0, .L__vector_bhb_loop8_swi )
@@ -1090,6 +1092,7 @@ THUMB( .reloc ., R_ARM_THM_PC12, .L__vector_bhb_loop8_swi )
10901092
W(b) vector_bhb_loop8_fiq
10911093

10921094
.section .vectors.bhb.bpiall, "ax", %progbits
1095+
.reloc .text, R_ARM_NONE, .
10931096
W(b) vector_rst
10941097
W(b) vector_bhb_bpiall_und
10951098
ARM( .reloc ., R_ARM_LDR_PC_G0, .L__vector_bhb_bpiall_swi )

arch/arm/kernel/entry-common.S

+3
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ no_work_pending:
119119

120120
ct_user_enter save = 0
121121

122+
#ifdef CONFIG_GCC_PLUGIN_STACKLEAK
123+
bl stackleak_erase_on_task_stack
124+
#endif
122125
restore_user_regs fast = 0, offset = 0
123126
ENDPROC(ret_to_user_from_irq)
124127
ENDPROC(ret_to_user)

arch/arm/kernel/module.c

-5
Original file line numberDiff line numberDiff line change
@@ -395,11 +395,6 @@ apply_relocate(Elf32_Shdr *sechdrs, const char *strtab, unsigned int symindex,
395395
return 0;
396396
}
397397

398-
struct mod_unwind_map {
399-
const Elf_Shdr *unw_sec;
400-
const Elf_Shdr *txt_sec;
401-
};
402-
403398
static const Elf_Shdr *find_mod_section(const Elf32_Ehdr *hdr,
404399
const Elf_Shdr *sechdrs, const char *name)
405400
{

0 commit comments

Comments
 (0)