summaryrefslogtreecommitdiffstats
path: root/patch-5.12-redhat.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-05-26 07:33:51 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-05-26 07:33:51 -0500
commit800874a6476b2dde2e8875f51337eea25169ce2f (patch)
tree172bc53d3d28e39e6fed77030b00b38588e15950 /patch-5.12-redhat.patch
parentbcfd460728890f1cf88ea2ef5b3eb153db47378f (diff)
downloadkernel-800874a6476b2dde2e8875f51337eea25169ce2f.tar.gz
kernel-800874a6476b2dde2e8875f51337eea25169ce2f.tar.xz
kernel-800874a6476b2dde2e8875f51337eea25169ce2f.zip
kernel-5.12.7-0
* Wed May 26 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.7-0] - Fix up merge issue resulting in dual entries for ALC295_FIXUP_ASUS_DACS (Justin M. Forbes) - powerpc/64s/syscall: Fix ptrace syscall info with scv syscalls (Nicholas Piggin) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'patch-5.12-redhat.patch')
-rw-r--r--patch-5.12-redhat.patch55
1 files changed, 2 insertions, 53 deletions
diff --git a/patch-5.12-redhat.patch b/patch-5.12-redhat.patch
index c8ad8abe9..8392e6139 100644
--- a/patch-5.12-redhat.patch
+++ b/patch-5.12-redhat.patch
@@ -40,8 +40,7 @@
security/lockdown/Kconfig | 13 +++
security/lockdown/lockdown.c | 1 +
security/security.c | 6 +
- sound/pci/hda/patch_realtek.c | 18 +++
- 43 files changed, 670 insertions(+), 193 deletions(-)
+ 42 files changed, 652 insertions(+), 193 deletions(-)
diff --git a/Documentation/admin-guide/kdump/kdump.rst b/Documentation/admin-guide/kdump/kdump.rst
index 75a9dd98e76e..3ff3291551f9 100644
@@ -66,7 +65,7 @@ index 75a9dd98e76e..3ff3291551f9 100644
Boot into System Kernel
diff --git a/Makefile b/Makefile
-index dd021135838b..834afa29b14c 100644
+index 6a73dee7c221..585dfe88d94c 100644
--- a/Makefile
+++ b/Makefile
@@ -495,6 +495,7 @@ KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE
@@ -1635,53 +1634,3 @@ index 5ac96b16f8fa..fc47d6de57ee 100644
#ifdef CONFIG_PERF_EVENTS
int security_perf_event_open(struct perf_event_attr *attr, int type)
{
-diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
-index 1fe70f2fe4fe..af80edb21bbb 100644
---- a/sound/pci/hda/patch_realtek.c
-+++ b/sound/pci/hda/patch_realtek.c
-@@ -5717,6 +5717,18 @@ static void alc_fixup_tpt470_dacs(struct hda_codec *codec,
- spec->gen.preferred_dacs = preferred_pairs;
- }
-
-+static void alc295_fixup_asus_dacs(struct hda_codec *codec,
-+ const struct hda_fixup *fix, int action)
-+{
-+ static const hda_nid_t preferred_pairs[] = {
-+ 0x17, 0x02, 0x21, 0x03, 0
-+ };
-+ struct alc_spec *spec = codec->spec;
-+
-+ if (action == HDA_FIXUP_ACT_PRE_PROBE)
-+ spec->gen.preferred_dacs = preferred_pairs;
-+}
-+
- static void alc_shutup_dell_xps13(struct hda_codec *codec)
- {
- struct alc_spec *spec = codec->spec;
-@@ -6484,6 +6496,7 @@ enum {
- ALC282_FIXUP_ACER_DISABLE_LINEOUT,
- ALC255_FIXUP_ACER_LIMIT_INT_MIC_BOOST,
- ALC256_FIXUP_ACER_HEADSET_MIC,
-+ ALC295_FIXUP_ASUS_DACS,
- ALC285_FIXUP_IDEAPAD_S740_COEF,
- };
-
-@@ -7977,6 +7990,10 @@ static const struct hda_fixup alc269_fixups[] = {
- .chained = true,
- .chain_id = ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC
- },
-+ [ALC295_FIXUP_ASUS_DACS] = {
-+ .type = HDA_FIXUP_FUNC,
-+ .v.func = alc295_fixup_asus_dacs,
-+ },
- [ALC285_FIXUP_IDEAPAD_S740_COEF] = {
- .type = HDA_FIXUP_FUNC,
- .v.func = alc285_fixup_ideapad_s740_coef,
-@@ -8181,6 +8198,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
- SND_PCI_QUIRK(0x1043, 0x1427, "Asus Zenbook UX31E", ALC269VB_FIXUP_ASUS_ZENBOOK),
- SND_PCI_QUIRK(0x1043, 0x1517, "Asus Zenbook UX31A", ALC269VB_FIXUP_ASUS_ZENBOOK_UX31A),
- SND_PCI_QUIRK(0x1043, 0x16e3, "ASUS UX50", ALC269_FIXUP_STEREO_DMIC),
-+ SND_PCI_QUIRK(0x1043, 0x1740, "ASUS UX430UA", ALC295_FIXUP_ASUS_DACS),
- SND_PCI_QUIRK(0x1043, 0x17d1, "ASUS UX431FL", ALC294_FIXUP_ASUS_DUAL_SPK),
- SND_PCI_QUIRK(0x1043, 0x1881, "ASUS Zephyrus S/M", ALC294_FIXUP_ASUS_GX502_PINS),
- SND_PCI_QUIRK(0x1043, 0x18b1, "Asus MJ401TA", ALC256_FIXUP_ASUS_HEADSET_MIC),