[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#995125: linux: Realtek ethernet driver r8169 lacks support for chip chip XID 54b



> The upstream commit which appears to add the support is 
> https://git.kernel.org/linus/e6d6ca6e12049dfbff6ac8b029678d2d2c55c34f
> Is this enough?

The nominated patch:
    https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/patch/?id=e6d6ca6e12049dfbff6ac8b029678d2d2c55c34f
appears from inspection to support the chip 0x54b that I reported.

If your question is whether this patch alone suffices, I found
it will not apply cleanly on the version of drivers/net/ethernet/realtek/r8169_main.c 
found in the bullseye 5.10.46 kernel.  I will attach the log from:

debian/bin/test-patches -f amd64 -j 6 ./389cb1ecc86e6c6f210424017cf930a81ddfbf2d..e6d6ca6e12049dfbff6ac8b029678d2d2c55c34f.patch 

I will attempt to identify a small set of predecessor patches that permit the nominated
patch to be installed.

- Randy Wright - rwright@hpe.com
PYTHONHASHSEED=0 debian/bin/gencontrol.py
md5sum debian/bin/gencontrol.py debian/build/version-info debian/templates/control.config.in debian/templates/control.docs.in debian/templates/control.docs.meta.in debian/templates/control.extra.in debian/templates/control.headers.featureset.in debian/templates/control.headers.in debian/templates/control.headers.meta.in debian/templates/control.image-dbg.in debian/templates/control.image-dbg.meta.in debian/templates/control.image.in debian/templates/control.image.meta.in debian/templates/control.image-unsigned.in debian/templates/control.libc-dev.in debian/templates/control.main.in debian/templates/control.signed-template.in debian/templates/control.sourcebin.in debian/templates/control.sourcebin.meta.in debian/templates/control.source.in debian/templates/control.tools-unversioned.in debian/templates/control.tools-versioned.in debian/templates/control.tools-versioned.meta.in debian/templates/docs.meta.maintscript.in debian/templates/headers.meta.maintscript.in debian/templates/headers.postinst.in debian/templates/image-dbg.lintian-overrides.in debian/templates/image-dbg.meta.lintian-overrides.in debian/templates/image-dbg.meta.maintscript.in debian/templates/image.meta.bug-presubj.in debian/templates/image.meta.maintscript.in debian/templates/image.postinst.in debian/templates/image.postrm.in debian/templates/image.preinst.in debian/templates/image.prerm.in debian/templates/perf.lintian-overrides.in debian/templates/perf.meta.maintscript.in debian/templates/sourcebin.meta.maintscript.in debian/templates/tests-control.image.in debian/templates/tests-control.main.in debian/config/defines debian/config/alpha/defines debian/config/amd64/defines debian/config/arm64/defines debian/config/arm64ilp32/defines debian/config/armel/defines debian/config/armhf/defines debian/config/featureset-rt/defines debian/config/hppa/defines debian/config/i386/defines debian/config/ia64/defines debian/config/m68k/defines debian/config/mips64/defines debian/config/mips64el/defines debian/config/mips64r6/defines debian/config/mips64r6el/defines debian/config/mips/defines debian/config/mipsel/defines debian/config/mipsn32/defines debian/config/mipsn32el/defines debian/config/mipsn32r6/defines debian/config/mipsn32r6el/defines debian/config/mipsr6/defines debian/config/mipsr6el/defines debian/config/powerpc/defines debian/config/ppc64/defines debian/config/ppc64el/defines debian/config/riscv64/defines debian/config/s390/defines debian/config/s390x/defines debian/config/sh3/defines debian/config/sh4/defines debian/config/sparc64/defines debian/config/sparc/defines debian/config/x32/defines debian/config/amd64/none/defines debian/config/amd64/rt/defines debian/config/arm64/none/defines debian/config/arm64/rt/defines debian/config/armhf/none/defines debian/config/armhf/rt/defines debian/config/i386/none/defines debian/config/i386/rt/defines debian/config/riscv64/none/defines debian/installer/kernel-versions debian/installer/package-list > debian/control.md5sum

This target is made to fail intentionally, to make sure
that it is NEVER run during the automated build. Please
ignore the following error, the debian/control file has
been generated SUCCESSFULLY.

exit 1
make: *** [debian/rules:122: debian/control-real] Error 1
dh_testdir
rm -rf debian/build debian/stamps debian/lib/python/debian_linux/*.pyc debian/lib/python/debian_linux/__pycache__ $(find debian -maxdepth 1 -type d -name 'linux-*') debian/*-modules-*-di* debian/kernel-image-*-di* debian/*-tmp debian/*.substvars
dh_clean
mkdir -p debian/build
printf >debian/build/version-info 'Source: %s\nVersion: %s\n' linux 5.10.46-5a~test
md5sum --check debian/control.md5sum --status || \
	/usr/bin/make -f debian/rules debian/control-real
dh_testdir
/usr/bin/make -f debian/rules.gen source
make[1]: Entering directory '/usr/src/linux-5.10.46'
/usr/bin/make -f debian/rules.real source-featureset ABINAME='5.10.0-8' FEATURESET='none' SOURCEVERSION='5.10.46-5a~test' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
make[2]: Entering directory '/usr/src/linux-5.10.46'
test -d .pc
set +e; QUILT_PC=.pc quilt unapplied --quiltrc - >/dev/null && echo 'Patch series not fully applied'; test $? -eq 1
File series fully applied, ends at patch debian/overlayfs-permit-mounts-in-userns.patch
mkdir -p 'debian/build'
rm -f 'debian/build/source_none'
ln -s '/usr/src/linux-5.10.46' 'debian/build/source_none'
make[2]: Leaving directory '/usr/src/linux-5.10.46'
/usr/bin/make -f debian/rules.real source-featureset ABINAME='5.10.0-8' FEATURESET='rt' SOURCEVERSION='5.10.46-5a~test' SOURCE_BASENAME='linux' SOURCE_SUFFIX='' UPSTREAMVERSION='5.10' VERSION='5.10'
make[2]: Entering directory '/usr/src/linux-5.10.46'
mkdir -p 'debian/build'
rm -rf 'debian/build/source_rt'
mkdir -p 'debian/build/source_rt'
cp -al 389cb1ecc86e6c6f210424017cf930a81ddfbf2d..e6d6ca6e12049dfbff6ac8b029678d2d2c55c34f.patch arch block certs COPYING CREDITS crypto Documentation drivers fs include init ipc Kbuild Kconfig kernel lib LICENSES MAINTAINERS Makefile mm net README samples scripts security sound test-patches.txt tools usr virt .clang-format .cocciconfig .get_maintainer.ignore .gitattributes .gitignore .mailmap 'debian/build/source_rt'
cd 'debian/build/source_rt' && QUILT_PATCHES='/usr/src/linux-5.10.46/debian/patches-rt' QUILT_PC=.pc quilt push --quiltrc - -a -q --fuzz=0
Applying patch 0001-z3fold-remove-preempt-disabled-sections-for-RT.patch
Applying patch 0002-stop_machine-Add-function-and-caller-debug-info.patch
Applying patch 0003-sched-Fix-balance_callback.patch
Applying patch 0004-sched-hotplug-Ensure-only-per-cpu-kthreads-run-durin.patch
Applying patch 0005-sched-core-Wait-for-tasks-being-pushed-away-on-hotpl.patch
Applying patch 0006-workqueue-Manually-break-affinity-on-hotplug.patch
Applying patch 0007-sched-hotplug-Consolidate-task-migration-on-CPU-unpl.patch
Applying patch 0008-sched-Fix-hotplug-vs-CPU-bandwidth-control.patch
Applying patch 0009-sched-Massage-set_cpus_allowed.patch
Applying patch 0010-sched-Add-migrate_disable.patch
Applying patch 0011-sched-Fix-migrate_disable-vs-set_cpus_allowed_ptr.patch
Applying patch 0012-sched-core-Make-migrate-disable-and-CPU-hotplug-coop.patch
Applying patch 0013-sched-rt-Use-cpumask_any-_distribute.patch
Applying patch 0014-sched-rt-Use-the-full-cpumask-for-balancing.patch
Applying patch 0015-sched-lockdep-Annotate-pi_lock-recursion.patch
Applying patch 0016-sched-Fix-migrate_disable-vs-rt-dl-balancing.patch
Applying patch 0017-sched-proc-Print-accurate-cpumask-vs-migrate_disable.patch
Applying patch 0018-sched-Add-migrate_disable-tracepoints.patch
Applying patch 0019-sched-Deny-self-issued-__set_cpus_allowed_ptr-when-m.patch
Applying patch 0020-sched-Comment-affine_move_task.patch
Applying patch 0021-sched-Unlock-the-rq-in-affine_move_task-error-path.patch
Applying patch 0022-sched-Fix-migration_cpu_stop-WARN.patch
Applying patch 0023-sched-core-Add-missing-completion-for-affine_move_ta.patch
Applying patch 0024-mm-highmem-Un-EXPORT-__kmap_atomic_idx.patch
Applying patch 0025-highmem-Remove-unused-functions.patch
Applying patch 0026-fs-Remove-asm-kmap_types.h-includes.patch
Applying patch 0027-sh-highmem-Remove-all-traces-of-unused-cruft.patch
Applying patch 0028-asm-generic-Provide-kmap_size.h.patch
Applying patch 0029-highmem-Provide-generic-variant-of-kmap_atomic.patch
Applying patch 0030-highmem-Make-DEBUG_HIGHMEM-functional.patch
Applying patch 0031-x86-mm-highmem-Use-generic-kmap-atomic-implementatio.patch
Applying patch 0032-arc-mm-highmem-Use-generic-kmap-atomic-implementatio.patch
Applying patch 0033-ARM-highmem-Switch-to-generic-kmap-atomic.patch
Applying patch 0034-csky-mm-highmem-Switch-to-generic-kmap-atomic.patch
Applying patch 0035-microblaze-mm-highmem-Switch-to-generic-kmap-atomic.patch
Applying patch 0036-mips-mm-highmem-Switch-to-generic-kmap-atomic.patch
Applying patch 0037-nds32-mm-highmem-Switch-to-generic-kmap-atomic.patch
Applying patch 0038-powerpc-mm-highmem-Switch-to-generic-kmap-atomic.patch
Applying patch 0039-sparc-mm-highmem-Switch-to-generic-kmap-atomic.patch
Applying patch 0040-xtensa-mm-highmem-Switch-to-generic-kmap-atomic.patch
Applying patch 0041-highmem-Get-rid-of-kmap_types.h.patch
Applying patch 0042-mm-highmem-Remove-the-old-kmap_atomic-cruft.patch
Applying patch 0043-io-mapping-Cleanup-atomic-iomap.patch
Applying patch 0044-Documentation-io-mapping-Remove-outdated-blurb.patch
Applying patch 0045-highmem-High-implementation-details-and-document-API.patch
Applying patch 0046-sched-Make-migrate_disable-enable-independent-of-RT.patch
Applying patch 0047-sched-highmem-Store-local-kmaps-in-task-struct.patch
Applying patch 0048-mm-highmem-Provide-kmap_local.patch
Applying patch 0049-io-mapping-Provide-iomap_local-variant.patch
Applying patch 0050-x86-crashdump-32-Simplify-copy_oldmem_page.patch
Applying patch 0051-mips-crashdump-Simplify-copy_oldmem_page.patch
Applying patch 0052-ARM-mm-Replace-kmap_atomic_pfn.patch
Applying patch 0053-highmem-Remove-kmap_atomic_pfn.patch
Applying patch 0054-drm-ttm-Replace-kmap_atomic-usage.patch
Applying patch 0055-drm-vmgfx-Replace-kmap_atomic.patch
Applying patch 0056-highmem-Remove-kmap_atomic_prot.patch
Applying patch 0057-drm-qxl-Replace-io_mapping_map_atomic_wc.patch
Applying patch 0058-drm-nouveau-device-Replace-io_mapping_map_atomic_wc.patch
Applying patch 0059-drm-i915-Replace-io_mapping_map_atomic_wc.patch
Applying patch 0060-io-mapping-Remove-io_mapping_map_atomic_wc.patch
Applying patch 0061-mm-highmem-Take-kmap_high_get-properly-into-account.patch
Applying patch 0062-highmem-Don-t-disable-preemption-on-RT-in-kmap_atomi.patch
Applying patch 0063-timers-Move-clearing-of-base-timer_running-under-bas.patch
Applying patch 0064-blk-mq-Don-t-complete-on-a-remote-CPU-in-force-threa.patch
Applying patch 0065-blk-mq-Always-complete-remote-completions-requests-i.patch
Applying patch 0066-blk-mq-Use-llist_head-for-blk_cpu_done.patch
Applying patch 0067-lib-test_lockup-Minimum-fix-to-get-it-compiled-on-PR.patch
Applying patch 0068-timers-Don-t-block-on-expiry_lock-for-TIMER_IRQSAFE.patch
Applying patch 0069-kthread-Move-prio-affinite-change-into-the-newly-cre.patch
Applying patch 0070-genirq-Move-prio-assignment-into-the-newly-created-t.patch
Applying patch 0071-notifier-Make-atomic_notifiers-use-raw_spinlock.patch
Applying patch 0072-rcu-Make-RCU_BOOST-default-on-CONFIG_PREEMPT_RT.patch
Applying patch 0073-rcu-Unconditionally-use-rcuc-threads-on-PREEMPT_RT.patch
Applying patch 0074-rcu-Enable-rcu_normal_after_boot-unconditionally-for.patch
Applying patch 0075-doc-Update-RCU-s-requirements-page-about-the-PREEMPT.patch
Applying patch 0076-doc-Use-CONFIG_PREEMPTION.patch
Applying patch 0077-tracing-Merge-irqflags-preempt-counter.patch
Applying patch 0078-tracing-Inline-tracing_gen_ctx_flags.patch
Applying patch 0079-tracing-Use-in_serving_softirq-to-deduct-softirq-sta.patch
Applying patch 0080-tracing-Remove-NULL-check-from-current-in-tracing_ge.patch
Applying patch 0081-printk-inline-log_output-log_store-in-vprintk_store.patch
Applying patch 0082-printk-remove-logbuf_lock-writer-protection-of-ringb.patch
Applying patch 0083-printk-limit-second-loop-of-syslog_print_all.patch
Applying patch 0084-printk-kmsg_dump-remove-unused-fields.patch
Applying patch 0085-printk-refactor-kmsg_dump_get_buffer.patch
Applying patch 0086-printk-consolidate-kmsg_dump_get_buffer-syslog_print.patch
Applying patch 0087-printk-introduce-CONSOLE_LOG_MAX-for-improved-multi-.patch
Applying patch 0088-printk-use-seqcount_latch-for-clear_seq.patch
Applying patch 0089-printk-use-atomic64_t-for-devkmsg_user.seq.patch
Applying patch 0090-printk-add-syslog_lock.patch
Applying patch 0091-printk-introduce-a-kmsg_dump-iterator.patch
Applying patch 0092-um-synchronize-kmsg_dumper.patch
Applying patch 0093-printk-remove-logbuf_lock.patch
Applying patch 0094-printk-kmsg_dump-remove-_nolock-variants.patch
Applying patch 0095-printk-kmsg_dump-use-kmsg_dump_rewind.patch
Applying patch 0096-printk-console-remove-unnecessary-safe-buffer-usage.patch
Applying patch 0097-printk-track-limit-recursion.patch
Applying patch 0098-printk-remove-safe-buffers.patch
Applying patch 0099-printk-convert-syslog_lock-to-spin_lock.patch
Applying patch 0100-console-add-write_atomic-interface.patch
Applying patch 0101-serial-8250-implement-write_atomic.patch
Applying patch 0102-printk-relocate-printk_delay-and-vprintk_default.patch
Applying patch 0103-printk-combine-boot_delay_msec-into-printk_delay.patch
Applying patch 0104-printk-change-console_seq-to-atomic64_t.patch
Applying patch 0105-printk-introduce-kernel-sync-mode.patch
Applying patch 0106-printk-move-console-printing-to-kthreads.patch
Applying patch 0107-printk-remove-deferred-printing.patch
Applying patch 0108-printk-add-console-handover.patch
Applying patch 0109-printk-add-pr_flush.patch
Applying patch 0110-cgroup-use-irqsave-in-cgroup_rstat_flush_locked.patch
Applying patch 0111-mm-workingset-replace-IRQ-off-check-with-a-lockdep-a.patch
Applying patch 0112-tpm-remove-tpm_dev_wq_lock.patch
Applying patch 0113-shmem-Use-raw_spinlock_t-for-stat_lock.patch
Applying patch 0114-net-Move-lockdep-where-it-belongs.patch
Applying patch 0115-tcp-Remove-superfluous-BH-disable-around-listening_h.patch
Applying patch 0116-parisc-Remove-bogus-__IRQ_STAT-macro.patch
Applying patch 0117-sh-Get-rid-of-nmi_count.patch
Applying patch 0118-irqstat-Get-rid-of-nmi_count-and-__IRQ_STAT.patch
Applying patch 0119-um-irqstat-Get-rid-of-the-duplicated-declarations.patch
Applying patch 0120-ARM-irqstat-Get-rid-of-duplicated-declaration.patch
Applying patch 0121-arm64-irqstat-Get-rid-of-duplicated-declaration.patch
Applying patch 0122-asm-generic-irqstat-Add-optional-__nmi_count-member.patch
Applying patch 0123-sh-irqstat-Use-the-generic-irq_cpustat_t.patch
Applying patch 0124-irqstat-Move-declaration-into-asm-generic-hardirq.h.patch
Applying patch 0125-preempt-Cleanup-the-macro-maze-a-bit.patch
Applying patch 0126-softirq-Move-related-code-into-one-section.patch
Applying patch 0127-sh-irq-Add-missing-closing-parentheses-in-arch_show_.patch
Applying patch 0128-sched-cputime-Remove-symbol-exports-from-IRQ-time-ac.patch
Applying patch 0129-s390-vtime-Use-the-generic-IRQ-entry-accounting.patch
Applying patch 0130-sched-vtime-Consolidate-IRQ-time-accounting.patch
Applying patch 0131-irqtime-Move-irqtime-entry-accounting-after-irq-offs.patch
Applying patch 0132-irq-Call-tick_irq_enter-inside-HARDIRQ_OFFSET.patch
Applying patch 0133-smp-Wake-ksoftirqd-on-PREEMPT_RT-instead-do_softirq.patch
Applying patch 0134-net-arcnet-Fix-RESET-flag-handling.patch
Applying patch 0135-tasklets-Replace-barrier-with-cpu_relax-in-tasklet_u.patch
Applying patch 0136-tasklets-Use-static-inlines-for-stub-implementations.patch
Applying patch 0137-tasklets-Provide-tasklet_disable_in_atomic.patch
Applying patch 0138-tasklets-Use-spin-wait-in-tasklet_disable-temporaril.patch
Applying patch 0139-tasklets-Replace-spin-wait-in-tasklet_unlock_wait.patch
Applying patch 0140-tasklets-Replace-spin-wait-in-tasklet_kill.patch
Applying patch 0141-tasklets-Prevent-tasklet_unlock_spin_wait-deadlock-o.patch
Applying patch 0142-net-jme-Replace-link-change-tasklet-with-work.patch
Applying patch 0143-net-sundance-Use-tasklet_disable_in_atomic.patch
Applying patch 0144-ath9k-Use-tasklet_disable_in_atomic.patch
Applying patch 0145-atm-eni-Use-tasklet_disable_in_atomic-in-the-send-ca.patch
Applying patch 0146-PCI-hv-Use-tasklet_disable_in_atomic.patch
Applying patch 0147-firewire-ohci-Use-tasklet_disable_in_atomic-where-re.patch
Applying patch 0148-tasklets-Switch-tasklet_disable-to-the-sleep-wait-va.patch
Applying patch 0149-softirq-Add-RT-specific-softirq-accounting.patch
Applying patch 0150-irqtime-Make-accounting-correct-on-RT.patch
Applying patch 0151-softirq-Move-various-protections-into-inline-helpers.patch
Applying patch 0152-softirq-Make-softirq-control-and-processing-RT-aware.patch
Applying patch 0153-tick-sched-Prevent-false-positive-softirq-pending-wa.patch
Applying patch 0154-rcu-Prevent-false-positive-softirq-warning-on-RT.patch
Applying patch 0155-chelsio-cxgb-Replace-the-workqueue-with-threaded-int.patch
Applying patch 0156-chelsio-cxgb-Disable-the-card-on-error-in-threaded-i.patch
Applying patch 0157-x86-fpu-Simplify-fpregs_-un-lock.patch
Applying patch 0158-x86-fpu-Make-kernel-FPU-protection-RT-friendly.patch
Applying patch 0159-locking-rtmutex-Remove-cruft.patch
Applying patch 0160-locking-rtmutex-Remove-output-from-deadlock-detector.patch
Applying patch 0161-locking-rtmutex-Move-rt_mutex_init-outside-of-CONFIG.patch
Applying patch 0162-locking-rtmutex-Remove-rt_mutex_timed_lock.patch
Applying patch 0163-locking-rtmutex-Handle-the-various-new-futex-race-co.patch
Applying patch 0164-futex-Fix-bug-on-when-a-requeued-RT-task-times-out.patch
Applying patch 0165-locking-rtmutex-Make-lock_killable-work.patch
Applying patch 0166-locking-spinlock-Split-the-lock-types-header.patch
Applying patch 0167-locking-rtmutex-Avoid-include-hell.patch
Applying patch 0168-lockdep-Reduce-header-files-in-debug_locks.h.patch
Applying patch 0169-locking-split-out-the-rbtree-definition.patch
Applying patch 0170-locking-rtmutex-Provide-rt_mutex_slowlock_locked.patch
Applying patch 0171-locking-rtmutex-export-lockdep-less-version-of-rt_mu.patch
Applying patch 0172-sched-Add-saved_state-for-tasks-blocked-on-sleeping-.patch
Applying patch 0173-locking-rtmutex-add-sleeping-lock-implementation.patch
Applying patch 0174-locking-rtmutex-Allow-rt_mutex_trylock-on-PREEMPT_RT.patch
Applying patch 0175-locking-rtmutex-add-mutex-implementation-based-on-rt.patch
Applying patch 0176-locking-rtmutex-add-rwsem-implementation-based-on-rt.patch
Applying patch 0177-locking-rtmutex-add-rwlock-implementation-based-on-r.patch
Applying patch 0178-locking-rtmutex-wire-up-RT-s-locking.patch
Applying patch 0179-locking-rtmutex-add-ww_mutex-addon-for-mutex-rt.patch
Applying patch 0180-locking-rtmutex-Use-custom-scheduling-function-for-s.patch
Applying patch 0181-signal-Revert-ptrace-preempt-magic.patch
Applying patch 0182-preempt-Provide-preempt_-_-no-rt-variants.patch
Applying patch 0183-mm-vmstat-Protect-per-cpu-variables-with-preempt-dis.patch
Applying patch 0184-mm-memcontrol-Disable-preemption-in-__mod_memcg_lruv.patch
Applying patch 0185-xfrm-Use-sequence-counter-with-associated-spinlock.patch
Applying patch 0186-u64_stats-Disable-preemption-on-32bit-UP-SMP-with-RT.patch
Applying patch 0187-fs-dcache-use-swait_queue-instead-of-waitqueue.patch
Applying patch 0188-fs-dcache-disable-preemption-on-i_dir_seq-s-write-si.patch
Applying patch 0189-net-Qdisc-use-a-seqlock-instead-seqcount.patch
Applying patch 0190-net-Properly-annotate-the-try-lock-for-the-seqlock.patch
Applying patch 0191-kconfig-Disable-config-options-which-are-not-RT-comp.patch
Applying patch 0192-mm-Allow-only-SLUB-on-RT.patch
Applying patch 0193-sched-Disable-CONFIG_RT_GROUP_SCHED-on-RT.patch
Applying patch 0194-net-core-disable-NET_RX_BUSY_POLL-on-RT.patch
Applying patch 0195-efi-Disable-runtime-services-on-RT.patch
Applying patch 0196-efi-Allow-efi-runtime.patch
Applying patch 0197-rt-Add-local-irq-locks.patch
Applying patch 0198-signal-x86-Delay-calling-signals-in-atomic.patch
Applying patch 0199-Split-IRQ-off-and-zone-lock-while-freeing-pages-from.patch
Applying patch 0200-Split-IRQ-off-and-zone-lock-while-freeing-pages-from.patch
Applying patch 0201-mm-SLxB-change-list_lock-to-raw_spinlock_t.patch
Applying patch 0202-mm-SLUB-delay-giving-back-empty-slubs-to-IRQ-enabled.patch
Applying patch 0203-mm-slub-Always-flush-the-delayed-empty-slubs-in-flus.patch
Applying patch 0204-mm-slub-Don-t-resize-the-location-tracking-cache-on-.patch
Applying patch 0205-mm-page_alloc-Use-migrate_disable-in-drain_local_pag.patch
Applying patch 0206-mm-page_alloc-rt-friendly-per-cpu-pages.patch
Applying patch 0207-mm-slub-Make-object_map_lock-a-raw_spinlock_t.patch
Applying patch 0208-slub-Enable-irqs-for-__GFP_WAIT.patch
Applying patch 0209-slub-Disable-SLUB_CPU_PARTIAL.patch
Applying patch 0210-mm-memcontrol-Provide-a-local_lock-for-per-CPU-memcg.patch
Applying patch 0211-mm-memcontrol-Don-t-call-schedule_work_on-in-preempt.patch
Applying patch 0212-mm-memcontrol-Replace-local_irq_disable-with-local-l.patch
Applying patch 0213-mm-zsmalloc-copy-with-get_cpu_var-and-locking.patch
Applying patch 0214-mm-zswap-Use-local-lock-to-protect-per-CPU-data.patch
Applying patch 0215-x86-kvm-Require-const-tsc-for-RT.patch
Applying patch 0216-wait.h-include-atomic.h.patch
Applying patch 0217-sched-Limit-the-number-of-task-migrations-per-batch.patch
Applying patch 0218-sched-Move-mmdrop-to-RCU-on-RT.patch
Applying patch 0219-kernel-sched-move-stack-kprobe-clean-up-to-__put_tas.patch
Applying patch 0220-sched-Do-not-account-rcu_preempt_depth-on-RT-in-migh.patch
Applying patch 0221-sched-Disable-TTWU_QUEUE-on-RT.patch
Applying patch 0222-softirq-Check-preemption-after-reenabling-interrupts.patch
Applying patch 0223-softirq-Disable-softirq-stacks-for-RT.patch
Applying patch 0224-net-core-use-local_bh_disable-in-netif_rx_ni.patch
Applying patch 0225-pid.h-include-atomic.h.patch
Applying patch 0226-ptrace-fix-ptrace-vs-tasklist_lock-race.patch
Applying patch 0227-ptrace-fix-ptrace_unfreeze_traced-race-with-rt-lock.patch
Applying patch 0228-kernel-sched-add-put-get-_cpu_light.patch
Applying patch 0229-trace-Add-migrate-disabled-counter-to-tracing-output.patch
Applying patch 0230-locking-don-t-check-for-__LINUX_SPINLOCK_TYPES_H-on-.patch
Applying patch 0231-locking-Make-spinlock_t-and-rwlock_t-a-RCU-section-o.patch
Applying patch 0232-rcutorture-Avoid-problematic-critical-section-nestin.patch
Applying patch 0233-mm-vmalloc-Another-preempt-disable-region-which-suck.patch
Applying patch 0234-block-mq-do-not-invoke-preempt_disable.patch
Applying patch 0235-md-raid5-Make-raid5_percpu-handling-RT-aware.patch
Applying patch 0236-scsi-fcoe-Make-RT-aware.patch
Applying patch 0237-sunrpc-Make-svc_xprt_do_enqueue-use-get_cpu_light.patch
Applying patch 0238-rt-Introduce-cpu_chill.patch
Applying patch 0239-fs-namespace-Use-cpu_chill-in-trylock-loops.patch
Applying patch 0240-debugobjects-Make-RT-aware.patch
Applying patch 0241-net-Use-skbufhead-with-raw-lock.patch
Applying patch 0242-net-Dequeue-in-dev_cpu_dead-without-the-lock.patch
Applying patch 0243-net-dev-always-take-qdisc-s-busylock-in-__dev_xmit_s.patch
Applying patch 0244-irqwork-push-most-work-into-softirq-context.patch
Applying patch 0245-x86-crypto-Reduce-preempt-disabled-regions.patch
Applying patch 0246-crypto-Reduce-preempt-disabled-regions-more-algos.patch
Applying patch 0247-crypto-limit-more-FPU-enabled-sections.patch
Applying patch 0248-crypto-cryptd-add-a-lock-instead-preempt_disable-loc.patch
Applying patch 0249-panic-skip-get_random_bytes-for-RT_FULL-in-init_oops.patch
Applying patch 0250-x86-stackprotector-Avoid-random-pool-on-rt.patch
Applying patch 0251-random-Make-it-work-on-rt.patch
Applying patch 0252-net-Remove-preemption-disabling-in-netif_rx.patch
Applying patch 0253-lockdep-Make-it-RT-aware.patch
Applying patch 0254-lockdep-selftest-Only-do-hardirq-context-test-for-ra.patch
Applying patch 0255-lockdep-selftest-fix-warnings-due-to-missing-PREEMPT.patch
Applying patch 0256-lockdep-disable-self-test.patch
Applying patch 0257-drm-radeon-i915-Use-preempt_disable-enable_rt-where-.patch
Applying patch 0258-drm-i915-Don-t-disable-interrupts-on-PREEMPT_RT-duri.patch
Applying patch 0259-drm-i915-disable-tracing-on-RT.patch
Applying patch 0260-drm-i915-skip-DRM_I915_LOW_LEVEL_TRACEPOINTS-with-NO.patch
Applying patch 0261-drm-i915-gt-Only-disable-interrupts-for-the-timeline.patch
Applying patch 0262-cpuset-Convert-callback_lock-to-raw_spinlock_t.patch
Applying patch 0263-x86-Allow-to-enable-RT.patch
Applying patch 0264-mm-scatterlist-Do-not-disable-irqs-on-RT.patch
Applying patch 0265-sched-Add-support-for-lazy-preemption.patch
Applying patch 0266-x86-entry-Use-should_resched-in-idtentry_exit_cond_r.patch
Applying patch 0267-x86-Support-for-lazy-preemption.patch
Applying patch 0268-arm-Add-support-for-lazy-preemption.patch
Applying patch 0269-powerpc-Add-support-for-lazy-preemption.patch
Applying patch 0270-arch-arm64-Add-lazy-preempt-support.patch
Applying patch 0271-jump-label-disable-if-stop_machine-is-used.patch
Applying patch 0272-leds-trigger-disable-CPU-trigger-on-RT.patch
Applying patch 0273-tty-serial-omap-Make-the-locking-RT-aware.patch
Applying patch 0274-tty-serial-pl011-Make-the-locking-work-on-RT.patch
Applying patch 0275-ARM-enable-irq-in-translation-section-permission-fau.patch
Applying patch 0276-genirq-update-irq_set_irqchip_state-documentation.patch
Applying patch 0277-KVM-arm-arm64-downgrade-preempt_disable-d-region-to-.patch
Applying patch 0278-arm64-fpsimd-Delay-freeing-memory-in-fpsimd_flush_th.patch
Applying patch 0279-x86-Enable-RT-also-on-32bit.patch
Applying patch 0280-ARM-Allow-to-enable-RT.patch
Applying patch 0281-ARM64-Allow-to-enable-RT.patch
Applying patch 0282-powerpc-traps-Use-PREEMPT_RT.patch
Applying patch 0283-powerpc-pseries-iommu-Use-a-locallock-instead-local_.patch
Applying patch 0284-powerpc-kvm-Disable-in-kernel-MPIC-emulation-for-PRE.patch
Applying patch 0285-powerpc-stackprotector-work-around-stack-guard-init-.patch
Applying patch 0286-powerpc-Avoid-recursive-header-includes.patch
Applying patch 0287-POWERPC-Allow-to-enable-RT.patch
Applying patch 0288-drivers-block-zram-Replace-bit-spinlocks-with-rtmute.patch
Applying patch 0289-tpm_tis-fix-stall-after-iowrite-s.patch
Applying patch 0290-signals-Allow-rt-tasks-to-cache-one-sigqueue-struct.patch
Applying patch 0291-signal-Prevent-double-free-of-user-struct.patch
Applying patch 0292-genirq-Disable-irqpoll-on-rt.patch
Applying patch 0293-sysfs-Add-sys-kernel-realtime-entry.patch
Applying patch 0294-Add-localversion-for-RT-release.patch
Applying patch 0295-net-xfrm-Use-sequence-counter-with-associated-spinlo.patch
Applying patch 0296-Linux-5.10.35-rt39-REBASE.patch
Now at patch 0296-Linux-5.10.35-rt39-REBASE.patch
make[2]: Leaving directory '/usr/src/linux-5.10.46'
make[1]: Leaving directory '/usr/src/linux-5.10.46'
Importing patch /usr/src/linux-5.10.46/389cb1ecc86e6c6f210424017cf930a81ddfbf2d..e6d6ca6e12049dfbff6ac8b029678d2d2c55c34f.patch (stored as debian/patches/test/389cb1ecc86e6c6f210424017cf930a81ddfbf2d..e6d6ca6e12049dfbff6ac8b029678d2d2c55c34f.patch)
Applying patch debian/patches/test/389cb1ecc86e6c6f210424017cf930a81ddfbf2d..e6d6ca6e12049dfbff6ac8b029678d2d2c55c34f.patch
patching file drivers/net/ethernet/realtek/r8169.h
patching file drivers/net/ethernet/realtek/r8169_main.c
Hunk #1 succeeded at 145 (offset -1 lines).
Hunk #2 succeeded at 691 (offset -6 lines).
Hunk #3 FAILED at 764.
Hunk #4 FAILED at 1239.
Hunk #5 succeeded at 1967 (offset 4 lines).
Hunk #6 succeeded at 2314 (offset 76 lines).
Hunk #7 succeeded at 2497 (offset 85 lines).
Hunk #8 succeeded at 3756 (offset 85 lines).
Hunk #9 succeeded at 5226 (offset 109 lines).
2 out of 9 hunks FAILED -- rejects in file drivers/net/ethernet/realtek/r8169_main.c
patching file drivers/net/ethernet/realtek/r8169_phy_config.c
Patch debian/patches/test/389cb1ecc86e6c6f210424017cf930a81ddfbf2d..e6d6ca6e12049dfbff6ac8b029678d2d2c55c34f.patch does not apply (enforce with -f)

Reply to: