Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72be295f authored by Linux Build Service Account's avatar Linux Build Service Account
Browse files

Merge 74a9f23b on remote branch

Change-Id: I91c8a72e599807acf3ca2b56b69fccf92acb20f6
parents 5223d470 74a9f23b
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -156,3 +156,13 @@ accesses to DMA buffers in both privileged "supervisor" and unprivileged
subsystem that the buffer is fully accessible at the elevated privilege
level (and ideally inaccessible or at least read-only at the
lesser-privileged levels).

DMA_ATTR_PRIVILEGED
-------------------

Some advanced peripherals such as remote processors and GPUs perform
accesses to DMA buffers in both privileged "supervisor" and unprivileged
"user" modes.  This attribute is used to indicate to the DMA-mapping
subsystem that the buffer is fully accessible at the elevated privilege
level (and ideally inaccessible or at least read-only at the
lesser-privileged levels).
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ The beginning of an extended attribute block is in
     - Checksum of the extended attribute block.
   * - 0x14
     - \_\_u32
     - h\_reserved[2]
     - h\_reserved[3]
     - Zero.

The checksum is calculated against the FS UUID, the 64-bit block number
+10 −1
Original line number Diff line number Diff line
@@ -174,7 +174,16 @@ Trees
 - The finalized and tagged releases of all stable kernels can be found
   in separate branches per version at:

	https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
	https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

 - The release candidate of all stable kernel versions can be found at:

        https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/

   .. warning::
      The -stable-rc tree is a snapshot in time of the stable-queue tree and
      will change frequently, hence will be rebased often. It should only be
      used for testing purposes (e.g. to be consumed by CI systems).


Review committee
+4 −0
Original line number Diff line number Diff line
@@ -261,6 +261,10 @@ alc-sense-combo
huawei-mbx-stereo
    Enable initialization verbs for Huawei MBX stereo speakers;
    might be risky, try this at your own risk
alc298-samsung-headphone
    Samsung laptops with ALC298
alc256-samsung-headphone
    Samsung laptops with ALC256

ALC66x/67x/892
==============
+1 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
VERSION = 5
PATCHLEVEL = 4
SUBLEVEL = 180
SUBLEVEL = 191
EXTRAVERSION =
NAME = Kleptomaniac Octopus

Loading