~philcox/+git/kreview:master

Last commit made on 2023-05-09
Get this branch:
git clone -b master https://git.launchpad.net/~philcox/+git/kreview
Only Philip Cox can upload to this branch. If you are Philip Cox please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~philcox/+git/kreview

Recent commits

1b7215e... by Jian Hui Lee

Revert "net/core: XDP metadata BTF netlink API"

BugLink: https://bugs.launchpad.net/bugs/2008085

This reverts commit 63f8b332c4af0a3772c18782b18fc8eae945eca9.

This patch causes kernel Oops after running kernel selftest veth.sh

Signed-off-by: Jian Hui Lee <email address hidden>
[jianhui: same as 31d743adde1386400414526f2930149926fd1f6c]

cd2c30e... by Jian Hui Lee

Revert "igc: Add BTF based metadata for XDP"

BugLink: https://bugs.launchpad.net/bugs/2008085

This reverts commit 5c9a945522fad3455f95456b7994bf7a2df77228.

Signed-off-by: Jian Hui Lee <email address hidden>
[jianhui: same as 40cc4cf3f500b6b31f361d8b6eddf462702da2ee]

80018ef... by Jian Hui Lee

Revert "igc: Enable HW RX Timestamp for AF_XDP ZC"

BugLink: https://bugs.launchpad.net/bugs/2008085

This reverts commit c591b94a942f855278b74fdc3d3e2a5c5daf5954.

Signed-off-by: Jian Hui Lee <email address hidden>
[jianhui: same as 23e38882f5ab68034799d1bc8fe437f4181fb5ae]

77a7534... by Jian Hui Lee

Revert "rtnetlink: Fix unchecked return value of dev_xdp_query_md_btf()"

BugLink: https://bugs.launchpad.net/bugs/2008085

This reverts commit 70a79ae217fe1ddd2bf5065d37cdb0b940c99c85.

Signed-off-by: Jian Hui Lee <email address hidden>
[jianhui: same as 33262826f7b0921f9203fdc76c1baa20b7a791f5]

d50d7e6... by Jian Hui Lee

Revert "rtnetlink: Add return value check"

BugLink: https://bugs.launchpad.net/bugs/2008085

This reverts commit 6b9eab733643923ef420e23b00eaf8ea3054733b.

Signed-off-by: Jian Hui Lee <email address hidden>
[jianhui: same as 9efa9cea0471c92587c73bd14340008d24e6e843]

8a2ea00... by Lakshmi Sowjanya D <email address hidden>

ptp: Enable preempt if it is disabled

BugLink: https://bugs.launchpad.net/bugs/2018282

Enable preempt if it is disabled in all the cases. In the existing code,
the preemption isn't enabled though disabled in the case where TGPIO is
disabled which results in crash.

Signed-off-by: Lakshmi Sowjanya D <email address hidden>
(back ported from https://github.com/intel/linux-intel-quilt/tree/mainline-tracking-v5.19-linux-221019T120731Z/patches/0030-ptp-Enable-preempt-if-it-is-disabled.tgpio
[context changes])
Signed-off-by: Philip Cox <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Acked-by: Stefan Bader <email address hidden>

c15af25... by Lakshmi Sowjanya D <email address hidden>

tools: testptp: Update period for periodic output mode

BugLink: https://bugs.launchpad.net/bugs/2018282

Assign perout to period for periodic output mode.

Signed-off-by: Lakshmi Sowjanya D <email address hidden>
(back ported from https://github.com/intel/linux-intel-quilt/tree/mainline-tracking-v5.19-linux-221019T120731Z/patches/0029-tools-testptp-Update-period-for-periodic-output-mode.tgpio
[context changes])
Signed-off-by: Philip Cox <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Acked-by: Stefan Bader <email address hidden>

630bac3... by Lakshmi Sowjanya D <email address hidden>

ptp: Add PTP_EVENT_COUNTER_MODE in v1 valid flags

BugLink: https://bugs.launchpad.net/bugs/2018282

PTP_EVENT_COUNTER_MODE is to be part of PTP_EXTTS_V1_VALID_FLAGS.

Signed-off-by: Lakshmi Sowjanya D <email address hidden>
(back ported from https://github.com/intel/linux-intel-quilt/tree/mainline-tracking-v5.19-linux-221019T120731Z/patches/0028-ptp-Add-PTP_EVENT_COUNTER_MODE-in-v1-valid-flags.tgpio
[context changes])
Signed-off-by: Philip Cox <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Acked-by: Stefan Bader <email address hidden>

2296e73... by Hao Li

drivers/ptp: Add COMPV GPIO Mode for PSE TGPIO

BugLink: https://bugs.launchpad.net/bugs/2018282

In the COMPV GPIO Mode, instead of generating interrupts for each
input event received, each input events will increment the event
counter register only.

The event counter value will be fed as Input Event Counter to the
comparator which then be matched against the programmed COMPV value.
Interrupt will be generated when they matches.

Signed-off-by: Tan, Raymond <email address hidden>
Signed-off-by: Lakshmi Sowjanya D <email address hidden>
Signed-off-by: Hao Li <email address hidden>
(back ported from https://github.com/intel/linux-intel-quilt/tree/mainline-tracking-v5.19-linux-221019T120731Z/patches/0026-drivers-ptp-Add-COMPV-GPIO-Mode-for-PSE-TGPIO.tgpio
[context changes])
Signed-off-by: Philip Cox <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Acked-by: Stefan Bader <email address hidden>

97ecd28... by hkoayx <email address hidden>

ptp: Introduce PTP_PINDESC_INPUTPOLL for Intel PMC TGPIO

BugLink: https://bugs.launchpad.net/bugs/2018282

This patch is to align to the current implementation of Intel PMC TGPIO
usage of INPUTDESC flag for non-interrupt based input. This will be
removed once the migration of TGPIO to GPIO subsystem.

Signed-off-by: Raymond Tan <email address hidden>
Signed-off-by: Lakshmi Sowjanya D <email address hidden>
Signed-off-by: hkoayx <email address hidden>
(back ported from https://github.com/intel/linux-intel-quilt/tree/mainline-tracking-v5.19-linux-221019T120731Z/patches/0025-ptp-Introduce-PTP_PINDESC_INPUTPOLL-for-Intel-PMC-TG.tgpio
[context changes])
Signed-off-by: Philip Cox <email address hidden>
Acked-by: Tim Gardner <email address hidden>
Acked-by: Stefan Bader <email address hidden>