File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ and thus removes any access restriction implied by it.
90
90
4. IOC_PR_PREEMPT
91
91
92
92
This ioctl command releases the existing reservation referred to by
93
- old_key and replaces it with a a new reservation of type for the
93
+ old_key and replaces it with a new reservation of type for the
94
94
reservation key new_key.
95
95
96
96
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Prerequisites
24
24
-------------
25
25
26
26
First the prerequisites. Without these you have already failed, because you
27
- will need to add a a 32-bit compat layer:
27
+ will need to add a 32-bit compat layer:
28
28
29
29
* Only use fixed sized integers. To avoid conflicts with typedefs in userspace
30
30
the kernel has special types like __u32, __s64. Use them.
Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ The current Livepatch implementation has several limitations:
377
377
Each function has to handle TOC and save LR before it could call
378
378
the ftrace handler. This operation has to be reverted on return.
379
379
Fortunately, the generic ftrace code has the same problem and all
380
- this is is handled on the ftrace level.
380
+ this is handled on the ftrace level.
381
381
382
382
383
383
+ Kretprobes using the ftrace framework conflict with the patched
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ on the socket thus waking up the application thread. When the application
272
272
sees the error (which may just be a disconnect) it should unattach the
273
273
socket from KCM and then close it. It is assumed that once an error is
274
274
posted on the TCP socket the data stream is unrecoverable (i.e. an error
275
- may have occurred in in the middle of receiving a messssge).
275
+ may have occurred in the middle of receiving a messssge).
276
276
277
277
TCP connection monitoring
278
278
-------------------------
Original file line number Diff line number Diff line change @@ -543,7 +543,7 @@ relevant attribute files are usb2_hardware_lpm and usb3_hardware_lpm.
543
543
When a USB 3.0 lpm-capable device is plugged in to a
544
544
xHCI host which supports link PM, it will check if U1
545
545
and U2 exit latencies have been set in the BOS
546
- descriptor; if the check is is passed and the host
546
+ descriptor; if the check is passed and the host
547
547
supports USB3 hardware LPM, USB3 hardware LPM will be
548
548
enabled for the device and these files will be created.
549
549
The files hold a string value (enable or disable)
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ thp_split_page is incremented every time a huge page is split into base
296
296
reason is that a huge page is old and is being reclaimed.
297
297
This action implies splitting all PMD the page mapped with.
298
298
299
- thp_split_page_failed is is incremented if kernel fails to split huge
299
+ thp_split_page_failed is incremented if kernel fails to split huge
300
300
page. This can happen if the page was pinned by somebody.
301
301
302
302
thp_deferred_split_page is incremented when a huge page is put onto split
You can’t perform that action at this time.
0 commit comments