Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
340c509
base packaging
Jul 11, 2023
e21051c
UBUNTU: SAUCE: kbuild: add -fcf-protection=none when using retpoline …
Jul 8, 2019
d872e68
UBUNTU: SAUCE: add vmlinux.strip to BOOT_TARGETS1 on powerpc
Sep 9, 2016
910bac8
UBUNTU: SAUCE: tools/hv/lsvmbus -- add manual page
May 27, 2016
c43c4c0
debian changelog
Jul 11, 2023
267cf26
configs (based on Ubuntu-unstable-6.4.0-8.8)
Jul 11, 2023
d6d7090
System76 Linux
jackpot51 Oct 11, 2019
b3f25ed
Add Missing Kernel config. Set all to recommended
13r0ck Dec 13, 2022
42450d4
Additional missing kernel config
13r0ck Feb 9, 2023
9184e6a
chore: Pop packaging
mmstick Jul 6, 2023
00c5e6f
Update debian control file for WireGuard
jacobgkau Apr 12, 2023
7c8ad28
fix: use the requested version of bindgen and rust
mmstick Jun 30, 2023
3dc1fa5
fix: hotfix remove nocf_check attribute for ibt
jglathe Jun 30, 2023
c5b1d7f
fix: add libstdc++-12-dev dependency
mmstick Jul 3, 2023
6f9e60b
DROP ON REBASE: 6.4.3-76060403.202307110536 based on 6.4.3-060403.202…
mmstick Jul 17, 2023
b1ae5bc
ALSA: hda/realtek - Reapply pin fixup for oryp5
crawfxrd Aug 27, 2020
4553b56
pinctrl: Export intel_pinctrl_probe
jackpot51 Sep 14, 2021
ece256e
pinctrl: tigerlake: Workaround for old communities on System76 gaze16
jackpot51 Sep 14, 2021
ad17c5d
Disable tb_acpi_is_native for System76 coreboot machines
jackpot51 Sep 24, 2021
708233d
Mixer-Maps: Add alternate ALC4080
13r0ck Jun 3, 2022
5ff70d1
Rewrite mixer map for TRX40 Aorus Master
13r0ck Jul 28, 2022
b00f1c6
ALSA: hda - Improve 3.5mm hotplug w/ROG strix B550
13r0ck Aug 16, 2022
798d2aa
ALSA: hda/conexant: add a new hda codec CX11970
13r0ck Jan 18, 2023
ab89c90
Enable MGLRU
13r0ck Feb 9, 2023
53ab31a
Revert "misc: rtsx: rts522a rts5228 rts5261 support Runtime PM" (#193)
13r0ck Nov 21, 2022
239aa72
Revert "i2c: acpi: Use ACPI wake capability bit to set wake_irq"
13r0ck Jan 26, 2023
96b873c
video/aperature: Remove sysfb_disable
13r0ck Feb 1, 2023
944e6c6
Add system76-thelio-io driver
jackpot51 Jun 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ modules.order
#
# Debian directory (make deb-pkg)
#
/debian/
#/debian/
/debian/build/
/debian/files

#
# Snap directory (make snap-pkg)
Expand Down
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,12 @@ ifdef CONFIG_INIT_STACK_ALL_PATTERN
KBUILD_CFLAGS += -ftrivial-auto-var-init=pattern
endif

# ensure -fcf-protection is disabled when using retpoline as it is
# incompatible with -mindirect-branch=thunk-extern
ifdef CONFIG_RETPOLINE
KBUILD_CFLAGS += $(call cc-option,-fcf-protection=none,)
endif

# Initialize all stack variables with a zero value.
ifdef CONFIG_INIT_STACK_ALL_ZERO
KBUILD_CFLAGS += -ftrivial-auto-var-init=zero
Expand Down
2 changes: 1 addition & 1 deletion arch/powerpc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ KBUILD_CFLAGS += $(cflags-y)
all: zImage

# With make 3.82 we cannot mix normal and wildcard targets
BOOT_TARGETS1 := zImage zImage.initrd uImage
BOOT_TARGETS1 := zImage zImage.initrd uImage vmlinux.strip
BOOT_TARGETS2 := zImage% dtbImage% treeImage.% cuImage.% simpleImage.% uImage.%

PHONY += $(BOOT_TARGETS1) $(BOOT_TARGETS2)
Expand Down
2 changes: 1 addition & 1 deletion arch/x86/include/asm/ibt.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#define ASM_ENDBR "endbr32\n\t"
#endif

#define __noendbr __attribute__((nocf_check))
#define __noendbr

/*
* Create a dummy function pointer reference to prevent objtool from marking
Expand Down
1 change: 1 addition & 0 deletions debian.master/abi/abiname
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7
29,111 changes: 29,111 additions & 0 deletions debian.master/abi/amd64/generic

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions debian.master/abi/amd64/generic.compiler
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GCC: (Ubuntu 12.3.0-3ubuntu1) 12.3.0
Loading