[Kernel-packages] [Bug 1825778] Re: False positive test result in run_afpackettests from net in ubuntu_kernel_selftest

2020-02-17 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.15.0-88.88

---
linux (4.15.0-88.88) bionic; urgency=medium

  * bionic/linux: 4.15.0-88.88 -proposed tracker (LP: #1862824)

  * Segmentation fault (kernel oops) with memory-hotplug in
ubuntu_kernel_selftests on Bionic kernel (LP: #1862312)
- Revert "mm/memory_hotplug: fix online/offline_pages called w.o.
  mem_hotplug_lock"
- mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock

linux (4.15.0-87.87) bionic; urgency=medium

  * bionic/linux: 4.15.0-87.87 -proposed tracker (LP: #1861165)

  * Bionic update: upstream stable patchset 2020-01-22 (LP: #1860602)
- scsi: lpfc: Fix discovery failures when target device connectivity bounces
- scsi: mpt3sas: Fix clear pending bit in ioctl status
- scsi: lpfc: Fix locking on mailbox command completion
- Input: atmel_mxt_ts - disable IRQ across suspend
- iommu/tegra-smmu: Fix page tables in > 4 GiB memory
- scsi: target: compare full CHAP_A Algorithm strings
- scsi: lpfc: Fix SLI3 hba in loop mode not discovering devices
- scsi: csiostor: Don't enable IRQs too early
- powerpc/pseries: Mark accumulate_stolen_time() as notrace
- powerpc/pseries: Don't fail hash page table insert for bolted mapping
- powerpc/tools: Don't quote $objdump in scripts
- dma-debug: add a schedule point in debug_dma_dump_mappings()
- clocksource/drivers/asm9260: Add a check for of_clk_get
- powerpc/security/book3s64: Report L1TF status in sysfs
- powerpc/book3s64/hash: Add cond_resched to avoid soft lockup warning
- ext4: update direct I/O read lock pattern for IOCB_NOWAIT
- jbd2: Fix statistics for the number of logged blocks
- scsi: tracing: Fix handling of TRANSFER LENGTH == 0 for READ(6) and 
WRITE(6)
- scsi: lpfc: Fix duplicate unreg_rpi error in port offline flow
- f2fs: fix to update dir's i_pino during cross_rename
- clk: qcom: Allow constant ratio freq tables for rcg
- irqchip/irq-bcm7038-l1: Enable parent IRQ if necessary
- irqchip: ingenic: Error out if IRQ domain creation failed
- fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned 
long
- scsi: lpfc: fix: Coverity: lpfc_cmpl_els_rsp(): Null pointer dereferences
- scsi: ufs: fix potential bug which ends in system hang
- powerpc/pseries/cmm: Implement release() function for sysfs device
- powerpc/security: Fix wrong message when RFI Flush is disable
- scsi: atari_scsi: sun3_scsi: Set sg_tablesize to 1 instead of SG_NONE
- clk: pxa: fix one of the pxa RTC clocks
- bcache: at least try to shrink 1 node in bch_mca_scan()
- HID: logitech-hidpp: Silence intermittent get_battery_capacity errors
- libnvdimm/btt: fix variable 'rc' set but not used
- HID: Improve Windows Precision Touchpad detection.
- scsi: pm80xx: Fix for SATA device discovery
- scsi: ufs: Fix error handing during hibern8 enter
- scsi: scsi_debug: num_tgts must be >= 0
- scsi: NCR5380: Add disconnect_mask module parameter
- scsi: iscsi: Don't send data to unbound connection
- scsi: target: iscsi: Wait for all commands to finish before freeing a
  session
- gpio: mpc8xxx: Don't overwrite default irq_set_type callback
- apparmor: fix unsigned len comparison with less than zero
- scripts/kallsyms: fix definitely-lost memory leak
- cdrom: respect device capabilities during opening action
- perf script: Fix brstackinsn for AUXTRACE
- perf regs: Make perf_reg_name() return "unknown" instead of NULL
- s390/zcrypt: handle new reply code FILTERED_BY_HYPERVISOR
- libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h
- s390/cpum_sf: Check for SDBT and SDB consistency
- ocfs2: fix passing zero to 'PTR_ERR' warning
- kernel: sysctl: make drop_caches write-only
- userfaultfd: require CAP_SYS_PTRACE for UFFD_FEATURE_EVENT_FORK
- x86/mce: Fix possibly incorrect severity calculation on AMD
- net, sysctl: Fix compiler warning when only cBPF is present
- netfilter: nf_queue: enqueue skbs with NULL dst
- ALSA: hda - Downgrade error message for single-cmd fallback
- bonding: fix active-backup transition after link failure
- perf strbuf: Remove redundant va_end() in strbuf_addv()
- Make filldir[64]() verify the directory entry filename is valid
- filldir[64]: remove WARN_ON_ONCE() for bad directory entries
- netfilter: ebtables: compat: reject all padding in matches/watchers
- 6pack,mkiss: fix possible deadlock
- netfilter: bridge: make sure to pull arp header in br_nf_forward_arp()
- inetpeer: fix data-race in inet_putpeer / inet_putpeer
- net: add a READ_ONCE() in skb_peek_tail()
- net: icmp: fix data-race in cmp_global_allow()
- hrtimer: Annotate lockless access to timer->state
- spi: fsl: don't map irq during probe
- tty/serial: atmel: fix out of range clock divider handling
- pinctrl: baytrail: 

[Kernel-packages] [Bug 1825778] Re: False positive test result in run_afpackettests from net in ubuntu_kernel_selftest

2020-02-13 Thread Po-Hsu Lin
** Tags removed: verification-needed-xenial
** Tags added: verification-done-xenial

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1825778

Title:
  False positive test result in run_afpackettests from net in
  ubuntu_kernel_selftest

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Released
Status in linux source package in Bionic:
  Fix Committed
Status in linux source package in Disco:
  Fix Released

Bug description:
  == Justification ==
  The run_afpackettests will be marked as passed regardless the return
  value of those sub-tests in the script:
  
  running psock_tpacket test
  
  [FAIL]
  selftests: run_afpackettests [PASS]

  Fix this by changing the return value for each tests.

  == Fix ==
  * 8c03557 (selftests/net: correct the return value for run_afpackettests)

  This patch has alreay landed on newer releases and D with stable
  updates.
  For X and B this can be backported with the same logic.

  == Test ==
  Tested on a Xenial KVM with this patch applied on these two trees, when
  the test failed the return value will be 1 instead of 0 as expected.

  == Regression Potential ==
  * Low, it's just reflecting the real test return value. We may see this
  test failing on some kernels but it's good as it's reporting a real bug.

  
  == Original Bug Report ==
  The run_afpackettests will be marked as passed regardless the return
  value of those sub-tests in the script:
  
  running psock_tpacket test
  
  [FAIL]
  selftests: run_afpackettests [PASS]

  Fix this by changing the return value for each tests.

  Patch sent to upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1825778/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1825778] Re: False positive test result in run_afpackettests from net in ubuntu_kernel_selftest

2020-02-11 Thread Po-Hsu Lin
** Tags removed: verification-needed-bionic
** Tags added: verification-done-bionic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1825778

Title:
  False positive test result in run_afpackettests from net in
  ubuntu_kernel_selftest

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Released
Status in linux source package in Bionic:
  Fix Committed
Status in linux source package in Disco:
  Fix Released

Bug description:
  == Justification ==
  The run_afpackettests will be marked as passed regardless the return
  value of those sub-tests in the script:
  
  running psock_tpacket test
  
  [FAIL]
  selftests: run_afpackettests [PASS]

  Fix this by changing the return value for each tests.

  == Fix ==
  * 8c03557 (selftests/net: correct the return value for run_afpackettests)

  This patch has alreay landed on newer releases and D with stable
  updates.
  For X and B this can be backported with the same logic.

  == Test ==
  Tested on a Xenial KVM with this patch applied on these two trees, when
  the test failed the return value will be 1 instead of 0 as expected.

  == Regression Potential ==
  * Low, it's just reflecting the real test return value. We may see this
  test failing on some kernels but it's good as it's reporting a real bug.

  
  == Original Bug Report ==
  The run_afpackettests will be marked as passed regardless the return
  value of those sub-tests in the script:
  
  running psock_tpacket test
  
  [FAIL]
  selftests: run_afpackettests [PASS]

  Fix this by changing the return value for each tests.

  Patch sent to upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1825778/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1825778] Re: False positive test result in run_afpackettests from net in ubuntu_kernel_selftest

2020-02-03 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
bionic' to 'verification-done-bionic'. If the problem still exists,
change the tag 'verification-needed-bionic' to 'verification-failed-
bionic'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-bionic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1825778

Title:
  False positive test result in run_afpackettests from net in
  ubuntu_kernel_selftest

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Released
Status in linux source package in Bionic:
  Fix Committed
Status in linux source package in Disco:
  Fix Released

Bug description:
  == Justification ==
  The run_afpackettests will be marked as passed regardless the return
  value of those sub-tests in the script:
  
  running psock_tpacket test
  
  [FAIL]
  selftests: run_afpackettests [PASS]

  Fix this by changing the return value for each tests.

  == Fix ==
  * 8c03557 (selftests/net: correct the return value for run_afpackettests)

  This patch has alreay landed on newer releases and D with stable
  updates.
  For X and B this can be backported with the same logic.

  == Test ==
  Tested on a Xenial KVM with this patch applied on these two trees, when
  the test failed the return value will be 1 instead of 0 as expected.

  == Regression Potential ==
  * Low, it's just reflecting the real test return value. We may see this
  test failing on some kernels but it's good as it's reporting a real bug.

  
  == Original Bug Report ==
  The run_afpackettests will be marked as passed regardless the return
  value of those sub-tests in the script:
  
  running psock_tpacket test
  
  [FAIL]
  selftests: run_afpackettests [PASS]

  Fix this by changing the return value for each tests.

  Patch sent to upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1825778/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1825778] Re: False positive test result in run_afpackettests from net in ubuntu_kernel_selftest

2020-01-27 Thread Launchpad Bug Tracker
This bug was fixed in the package linux - 4.4.0-173.203

---
linux (4.4.0-173.203) xenial; urgency=medium

  * xenial/linux: 4.4.0-173.203 -proposed tracker (LP: #1859718)

  * CVE-2019-14615
- drm/i915/gen9: Clear residual context state on context switch

linux (4.4.0-172.202) xenial; urgency=medium

  * xenial/linux: 4.4.0-172.202 -proposed tracker (LP: #1858594)

  * tools/perf fails to build after Xenial update to 4.4.208 upstream stable
release (LP: #1858798)
- Revert "perf report: Add warning when libunwind not compiled in"

  * CVE-2019-18885
- btrfs: refactor btrfs_find_device() take fs_devices as argument
- btrfs: merge btrfs_find_device and find_device

  *  Integrate Intel SGX driver into linux-azure (LP: #1844245)
- [Packaging] Add systemd service to load intel_sgx

  * Xenial update: 4.4.208 upstream stable release (LP: #1858462)
- btrfs: do not leak reloc root if we fail to read the fs root
- btrfs: handle ENOENT in btrfs_uuid_tree_iterate
- ALSA: hda/ca0132 - Keep power on during processing DSP response
- ALSA: hda/ca0132 - Avoid endless loop
- drm: mst: Fix query_payload ack reply struct
- iio: light: bh1750: Resolve compiler warning and make code more readable
- spi: Add call to spi_slave_abort() function when spidev driver is released
- staging: rtl8188eu: fix possible null dereference
- rtlwifi: prevent memory leak in rtl_usb_probe
- IB/iser: bound protection_sg size by data_sg size
- media: am437x-vpfe: Setting STD to current value is not an error
- media: i2c: ov2659: fix s_stream return value
- media: i2c: ov2659: Fix missing 720p register config
- media: ov6650: Fix stored frame format not in sync with hardware
- tools/power/cpupower: Fix initializer override in hsw_ext_cstates
- usb: renesas_usbhs: add suspend event support in gadget mode
- hwrng: omap3-rom - Call clk_disable_unprepare() on exit only if not idled
- regulator: max8907: Fix the usage of uninitialized variable in
  max8907_regulator_probe()
- media: flexcop-usb: fix NULL-ptr deref in flexcop_usb_transfer_init()
- samples: pktgen: fix proc_cmd command result check logic
- mwifiex: pcie: Fix memory leak in mwifiex_pcie_init_evt_ring
- media: ti-vpe: vpe: fix a v4l2-compliance warning about invalid pixel 
format
- media: ti-vpe: vpe: fix a v4l2-compliance failure about frame sequence
  number
- media: ti-vpe: vpe: Make sure YUYV is set as default format
- extcon: sm5502: Reset registers during initialization
- x86/mm: Use the correct function type for native_set_fixmap()
- perf report: Add warning when libunwind not compiled in
- iio: adc: max1027: Reset the device at probe time
- Bluetooth: hci_core: fix init for HCI_USER_CHANNEL
- drm/gma500: fix memory disclosures due to uninitialized bytes
- x86/ioapic: Prevent inconsistent state when moving an interrupt
- arm64: psci: Reduce the waiting time for cpu_psci_cpu_kill()
- libata: Ensure ata_port probe has completed before detach
- pinctrl: sh-pfc: sh7734: Fix duplicate TCLK1_B
- bnx2x: Fix PF-VF communication over multi-cos queues.
- spi: img-spfi: fix potential double release
- rtlwifi: fix memory leak in rtl92c_set_fw_rsvdpagepkt()
- perf probe: Fix to find range-only function instance
- perf probe: Fix to list probe event with correct line number
- perf probe: Walk function lines in lexical blocks
- perf probe: Fix to probe an inline function which has no entry pc
- perf probe: Fix to show ranges of variables in functions without entry_pc
- perf probe: Fix to show inlined function callsite without entry_pc
- perf probe: Skip overlapped location on searching variables
- perf probe: Return a better scope DIE if there is no best scope
- perf probe: Fix to show calling lines of inlined functions
- perf probe: Skip end-of-sequence and non statement lines
- perf probe: Filter out instances except for inlined subroutine and
  subprogram
- ath10k: fix get invalid tx rate for Mesh metric
- media: pvrusb2: Fix oops on tear-down when radio support is not present
- media: si470x-i2c: add missed operations in remove
- EDAC/ghes: Fix grain calculation
- spi: pxa2xx: Add missed security checks
- ASoC: rt5677: Mark reg RT5677_PWR_ANLG2 as volatile
- parport: load lowlevel driver if ports not found
- cpufreq: Register drivers only after CPU devices have been registered
- x86/crash: Add a forward declaration of struct kimage
- spi: tegra20-slink: add missed clk_unprepare
- btrfs: don't prematurely free work in end_workqueue_fn()
- iwlwifi: check kasprintf() return value
- fbtft: Make sure string is NULL terminated
- crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.c
- crypto: vmx - Avoid weird build failures
- libtraceevent: Fix memory leakage in copy_filter_type
- net: 

[Kernel-packages] [Bug 1825778] Re: False positive test result in run_afpackettests from net in ubuntu_kernel_selftest

2020-01-09 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
xenial' to 'verification-done-xenial'. If the problem still exists,
change the tag 'verification-needed-xenial' to 'verification-failed-
xenial'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-xenial

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1825778

Title:
  False positive test result in run_afpackettests from net in
  ubuntu_kernel_selftest

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Committed
Status in linux source package in Bionic:
  Fix Committed
Status in linux source package in Disco:
  Fix Released

Bug description:
  == Justification ==
  The run_afpackettests will be marked as passed regardless the return
  value of those sub-tests in the script:
  
  running psock_tpacket test
  
  [FAIL]
  selftests: run_afpackettests [PASS]

  Fix this by changing the return value for each tests.

  == Fix ==
  * 8c03557 (selftests/net: correct the return value for run_afpackettests)

  This patch has alreay landed on newer releases and D with stable
  updates.
  For X and B this can be backported with the same logic.

  == Test ==
  Tested on a Xenial KVM with this patch applied on these two trees, when
  the test failed the return value will be 1 instead of 0 as expected.

  == Regression Potential ==
  * Low, it's just reflecting the real test return value. We may see this
  test failing on some kernels but it's good as it's reporting a real bug.

  
  == Original Bug Report ==
  The run_afpackettests will be marked as passed regardless the return
  value of those sub-tests in the script:
  
  running psock_tpacket test
  
  [FAIL]
  selftests: run_afpackettests [PASS]

  Fix this by changing the return value for each tests.

  Patch sent to upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1825778/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1825778] Re: False positive test result in run_afpackettests from net in ubuntu_kernel_selftest

2019-12-25 Thread Po-Hsu Lin
** Changed in: ubuntu-kernel-tests
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1825778

Title:
  False positive test result in run_afpackettests from net in
  ubuntu_kernel_selftest

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Committed
Status in linux source package in Bionic:
  Fix Committed
Status in linux source package in Disco:
  Fix Released

Bug description:
  == Justification ==
  The run_afpackettests will be marked as passed regardless the return
  value of those sub-tests in the script:
  
  running psock_tpacket test
  
  [FAIL]
  selftests: run_afpackettests [PASS]

  Fix this by changing the return value for each tests.

  == Fix ==
  * 8c03557 (selftests/net: correct the return value for run_afpackettests)

  This patch has alreay landed on newer releases and D with stable
  updates.
  For X and B this can be backported with the same logic.

  == Test ==
  Tested on a Xenial KVM with this patch applied on these two trees, when
  the test failed the return value will be 1 instead of 0 as expected.

  == Regression Potential ==
  * Low, it's just reflecting the real test return value. We may see this
  test failing on some kernels but it's good as it's reporting a real bug.

  
  == Original Bug Report ==
  The run_afpackettests will be marked as passed regardless the return
  value of those sub-tests in the script:
  
  running psock_tpacket test
  
  [FAIL]
  selftests: run_afpackettests [PASS]

  Fix this by changing the return value for each tests.

  Patch sent to upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1825778/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1825778] Re: False positive test result in run_afpackettests from net in ubuntu_kernel_selftest

2019-12-10 Thread Kleber Sacilotto de Souza
** Changed in: linux (Ubuntu Xenial)
   Status: In Progress => Fix Committed

** Changed in: linux (Ubuntu Bionic)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1825778

Title:
  False positive test result in run_afpackettests from net in
  ubuntu_kernel_selftest

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  Fix Committed
Status in linux source package in Bionic:
  Fix Committed
Status in linux source package in Disco:
  Fix Released

Bug description:
  == Justification ==
  The run_afpackettests will be marked as passed regardless the return
  value of those sub-tests in the script:
  
  running psock_tpacket test
  
  [FAIL]
  selftests: run_afpackettests [PASS]

  Fix this by changing the return value for each tests.

  == Fix ==
  * 8c03557 (selftests/net: correct the return value for run_afpackettests)

  This patch has alreay landed on newer releases and D with stable
  updates.
  For X and B this can be backported with the same logic.

  == Test ==
  Tested on a Xenial KVM with this patch applied on these two trees, when
  the test failed the return value will be 1 instead of 0 as expected.

  == Regression Potential ==
  * Low, it's just reflecting the real test return value. We may see this
  test failing on some kernels but it's good as it's reporting a real bug.

  
  == Original Bug Report ==
  The run_afpackettests will be marked as passed regardless the return
  value of those sub-tests in the script:
  
  running psock_tpacket test
  
  [FAIL]
  selftests: run_afpackettests [PASS]

  Fix this by changing the return value for each tests.

  Patch sent to upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1825778/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1825778] Re: False positive test result in run_afpackettests from net in ubuntu_kernel_selftest

2019-12-06 Thread Po-Hsu Lin
https://lists.ubuntu.com/archives/kernel-team/2019-December/106195.html

** Description changed:

+ == Justification ==
  The run_afpackettests will be marked as passed regardless the return
  value of those sub-tests in the script:
  
  running psock_tpacket test
  
  [FAIL]
  selftests: run_afpackettests [PASS]
  
  Fix this by changing the return value for each tests.
  
+ == Fix ==
+ * 8c03557 (selftests/net: correct the return value for run_afpackettests)
+ 
+ This patch has alreay landed on newer releases and D with stable
+ updates.
+ For X and B this can be backported with the same logic.
+ 
+ == Test ==
+ Tested on a Xenial KVM with this patch applied on these two trees, when
+ the test failed the return value will be 1 instead of 0 as expected.
+ 
+ == Regression Potential ==
+ * Low, it's just reflecting the real test return value. We may see this
+ test failing on some kernels but it's good as it's reporting a real bug.
+ 
+ 
+ == Original Bug Report ==
+ The run_afpackettests will be marked as passed regardless the return
+ value of those sub-tests in the script:
+ 
+ running psock_tpacket test
+ 
+ [FAIL]
+ selftests: run_afpackettests [PASS]
+ 
+ Fix this by changing the return value for each tests.
+ 
  Patch sent to upstream.

** Changed in: ubuntu-kernel-tests
   Status: New => In Progress

** Changed in: ubuntu-kernel-tests
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: linux (Ubuntu Xenial)
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: linux (Ubuntu Bionic)
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

** Changed in: linux (Ubuntu Xenial)
   Status: New => In Progress

** Changed in: linux (Ubuntu)
   Status: In Progress => Fix Released

** Changed in: linux (Ubuntu Bionic)
   Status: New => In Progress

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1825778

Title:
  False positive test result in run_afpackettests from net in
  ubuntu_kernel_selftest

Status in ubuntu-kernel-tests:
  In Progress
Status in linux package in Ubuntu:
  Fix Released
Status in linux source package in Xenial:
  In Progress
Status in linux source package in Bionic:
  In Progress
Status in linux source package in Disco:
  Fix Released

Bug description:
  == Justification ==
  The run_afpackettests will be marked as passed regardless the return
  value of those sub-tests in the script:
  
  running psock_tpacket test
  
  [FAIL]
  selftests: run_afpackettests [PASS]

  Fix this by changing the return value for each tests.

  == Fix ==
  * 8c03557 (selftests/net: correct the return value for run_afpackettests)

  This patch has alreay landed on newer releases and D with stable
  updates.
  For X and B this can be backported with the same logic.

  == Test ==
  Tested on a Xenial KVM with this patch applied on these two trees, when
  the test failed the return value will be 1 instead of 0 as expected.

  == Regression Potential ==
  * Low, it's just reflecting the real test return value. We may see this
  test failing on some kernels but it's good as it's reporting a real bug.

  
  == Original Bug Report ==
  The run_afpackettests will be marked as passed regardless the return
  value of those sub-tests in the script:
  
  running psock_tpacket test
  
  [FAIL]
  selftests: run_afpackettests [PASS]

  Fix this by changing the return value for each tests.

  Patch sent to upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1825778/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1825778] Re: False positive test result in run_afpackettests from net in ubuntu_kernel_selftest

2019-12-05 Thread Po-Hsu Lin
Cosmic EOL, removed.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1825778

Title:
  False positive test result in run_afpackettests from net in
  ubuntu_kernel_selftest

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  New
Status in linux source package in Bionic:
  New
Status in linux source package in Disco:
  Fix Released

Bug description:
  The run_afpackettests will be marked as passed regardless the return
  value of those sub-tests in the script:
  
  running psock_tpacket test
  
  [FAIL]
  selftests: run_afpackettests [PASS]

  Fix this by changing the return value for each tests.

  Patch sent to upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1825778/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1825778] Re: False positive test result in run_afpackettests from net in ubuntu_kernel_selftest

2019-12-05 Thread Po-Hsu Lin
For Disco, it's fixed with Disco update: 5.0.17 upstream stable release.

** Changed in: linux (Ubuntu Disco)
   Status: New => Fix Released

** No longer affects: linux (Ubuntu Cosmic)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1825778

Title:
  False positive test result in run_afpackettests from net in
  ubuntu_kernel_selftest

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  New
Status in linux source package in Bionic:
  New
Status in linux source package in Disco:
  Fix Released

Bug description:
  The run_afpackettests will be marked as passed regardless the return
  value of those sub-tests in the script:
  
  running psock_tpacket test
  
  [FAIL]
  selftests: run_afpackettests [PASS]

  Fix this by changing the return value for each tests.

  Patch sent to upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1825778/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1825778] Re: False positive test result in run_afpackettests from net in ubuntu_kernel_selftest

2019-09-24 Thread Sean Feole
** Tags added: sru-20190902

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1825778

Title:
  False positive test result in run_afpackettests from net in
  ubuntu_kernel_selftest

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  New
Status in linux source package in Bionic:
  New
Status in linux source package in Cosmic:
  New
Status in linux source package in Disco:
  New

Bug description:
  The run_afpackettests will be marked as passed regardless the return
  value of those sub-tests in the script:
  
  running psock_tpacket test
  
  [FAIL]
  selftests: run_afpackettests [PASS]

  Fix this by changing the return value for each tests.

  Patch sent to upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1825778/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1825778] Re: False positive test result in run_afpackettests from net in ubuntu_kernel_selftest

2019-09-16 Thread Po-Hsu Lin
** Tags added: ubuntu-kernel-selftests

** Tags added: disco xenial

** Tags added: bionic

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1825778

Title:
  False positive test result in run_afpackettests from net in
  ubuntu_kernel_selftest

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  New
Status in linux source package in Bionic:
  New
Status in linux source package in Cosmic:
  New
Status in linux source package in Disco:
  New

Bug description:
  The run_afpackettests will be marked as passed regardless the return
  value of those sub-tests in the script:
  
  running psock_tpacket test
  
  [FAIL]
  selftests: run_afpackettests [PASS]

  Fix this by changing the return value for each tests.

  Patch sent to upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1825778/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1825778] Re: False positive test result in run_afpackettests from net in ubuntu_kernel_selftest

2019-04-29 Thread Po-Hsu Lin
This can only be cherry-picked into D, backport is needed for the rest
of them.

Missing commits (at least for this file) in different releases:

C:
  - 358be656406dce296fafeac7a913ba33e9a66971

B:
  - 358be656406dce296fafeac7a913ba33e9a66971
  - cc30c93fa020e13c91f5076e20062df33f944cdc

X:
  - 358be656406dce296fafeac7a913ba33e9a66971
  - cc30c93fa020e13c91f5076e20062df33f944cdc
  - b24413180f5600bcb3bb70fbed5cf186b60864bd

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1825778

Title:
  False positive test result in run_afpackettests from net in
  ubuntu_kernel_selftest

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  New
Status in linux source package in Bionic:
  New
Status in linux source package in Cosmic:
  New
Status in linux source package in Disco:
  New

Bug description:
  The run_afpackettests will be marked as passed regardless the return
  value of those sub-tests in the script:
  
  running psock_tpacket test
  
  [FAIL]
  selftests: run_afpackettests [PASS]

  Fix this by changing the return value for each tests.

  Patch sent to upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1825778/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1825778] Re: False positive test result in run_afpackettests from net in ubuntu_kernel_selftest

2019-04-29 Thread Po-Hsu Lin
https://github.com/torvalds/linux/commit/8c03557c3f25271e62e39154af66ebdd1b59c9ca

** Also affects: linux (Ubuntu Disco)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Cosmic)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Xenial)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-kernel-tests
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1825778

Title:
  False positive test result in run_afpackettests from net in
  ubuntu_kernel_selftest

Status in ubuntu-kernel-tests:
  New
Status in linux package in Ubuntu:
  In Progress
Status in linux source package in Xenial:
  New
Status in linux source package in Bionic:
  New
Status in linux source package in Cosmic:
  New
Status in linux source package in Disco:
  New

Bug description:
  The run_afpackettests will be marked as passed regardless the return
  value of those sub-tests in the script:
  
  running psock_tpacket test
  
  [FAIL]
  selftests: run_afpackettests [PASS]

  Fix this by changing the return value for each tests.

  Patch sent to upstream.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1825778/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp