stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Chen Gang <gang.chen.5i5j@gmail.com>
To: Luis Henriques <luis.henriques@canonical.com>
Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org,
	kernel-team@lists.ubuntu.com
Subject: Re: [PATCH 3.11 042/131] avr32: Makefile: add '-D__linux__' flag for gcc-4.4.7 use
Date: Sat, 08 Mar 2014 22:02:54 +0800	[thread overview]
Message-ID: <531B230E.7050809@gmail.com> (raw)
In-Reply-To: <1394029455-23128-43-git-send-email-luis.henriques@canonical.com>


Thanks.

I generated "avr32-linux-" cross compiler, and will use it to compile
kernel again, and try to let it pass allmodconfig (originally, I use
"avr32-" to compile kernel, which has generated various another issues).

Thanks.

On 03/05/2014 10:22 PM, Luis Henriques wrote:
> 3.11.10.6 -stable review patch.  If anyone has any objections, please let me know.
> 
> ------------------
> 
> From: Chen Gang <gang.chen.5i5j@gmail.com>
> 
> commit 8d80390cfc9434d5aa4fb9e5f9768a66b30cb8a6 upstream.
> 
> For avr32 cross compiler, do not define '__linux__' internally, so it
> will cause issue with allmodconfig.
> 
> The related error:
> 
>     CC [M]  fs/coda/psdev.o
>   In file included from include/linux/coda.h:64,
>                    from fs/coda/psdev.c:45:
>   include/uapi/linux/coda.h:221: error: expected specifier-qualifier-list before 'u_quad_t'
> 
> The related toolchain version (which only download, not re-compile):
> 
>   [root@gchen linux-next]# /upstream/toolchain/download/avr32-gnu-toolchain-linux_x86/bin/avr32-gcc -v
>   Using built-in specs.
>   Target: avr32
>   Configured with: /data2/home/toolsbuild/jenkins-knuth/workspace/avr32-gnu-toolchain/src/gcc/configure --target=avr32 --host=i686-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/home/toolsbuild/jenkins-knuth/workspace/avr32-gnu-toolchain/avr32-gnu-toolchain-linux_x86 --enable-languages=c,c++ --disable-nls --disable-libssp --disable-libstdcxx-pch --with-dwarf2 --enable-version-specific-runtime-libs --disable-shared --enable-doc --with-mpfr-lib=/home/toolsbuild/jenkins-knuth/workspace/avr32-gnu-toolchain/avr32-gnu-toolchain-linux_x86/lib --with-mpfr-include=/home/toolsbuild/jenkins-knuth/workspace/avr32-gnu-toolchain/avr32-gnu-toolchain-linux_x86/include --with-gmp=/home/toolsbuild/jenkins-knuth/workspace/avr32-gnu-toolchain/avr32-gnu-toolchain-linux_x86 --with-mpc=/home/toolsbuild/jenkins-knuth/workspace/avr32-gnu-toolchain/avr32-gnu-toolchain-linux_x86 --enable-__cxa_atexit --disable-shared --with-newlib --with-pkgversion=AVR_32_bit_GNU_Toolchain_3.4.2_435 --with-bugurl=http://w
ww
> .atmel.com/avr
>   Thread model: single
>   gcc version 4.4.7 (AVR_32_bit_GNU_Toolchain_3.4.2_435)
> 
> Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
> Acked-by: Hans-Christian Egtvedt <hegtvedt@cisco.com>
> Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
> ---
>  arch/avr32/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/avr32/Makefile b/arch/avr32/Makefile
> index 22fb665..dba48a5 100644
> --- a/arch/avr32/Makefile
> +++ b/arch/avr32/Makefile
> @@ -11,7 +11,7 @@ all: uImage vmlinux.elf
>  
>  KBUILD_DEFCONFIG	:= atstk1002_defconfig
>  
> -KBUILD_CFLAGS	+= -pipe -fno-builtin -mno-pic
> +KBUILD_CFLAGS	+= -pipe -fno-builtin -mno-pic -D__linux__
>  KBUILD_AFLAGS	+= -mrelax -mno-pic
>  KBUILD_CFLAGS_MODULE += -mno-relax
>  LDFLAGS_vmlinux	+= --relax
> 


-- 
Chen Gang

Open, share and attitude like air, water and life which God blessed

  reply	other threads:[~2014-03-08 14:02 UTC|newest]

Thread overview: 133+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-05 14:22 [3.11.y.z extended stable] Linux 3.11.10.6 stable review Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 001/131] ata: enable quirk from jmicron JMB350 for JMB394 Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 002/131] sata_sil: apply MOD15WRITE quirk to TOSHIBA MK2561GSYN Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 003/131] irqchip: orion: clear bridge cause register on init Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 004/131] irqchip: orion: use handle_edge_irq on bridge irqs Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 005/131] irqchip: orion: clear stale interrupts in irq_startup Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 006/131] ARM: 7950/1: mm: Fix stage-2 device memory attributes Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 007/131] ARM: 7953/1: mm: ensure TLB invalidation is complete before enabling MMU Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 008/131] mfd: Update DA9055 i2c device id name Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 009/131] ASoC: da9055: Fix device registration of PMIC and CODEC devices Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 010/131] NFS: Enabling v4.2 should not recompile nfsd and lockd Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 011/131] NFS: Do not set NFS_INO_INVALID_LABEL unless server supports labeled NFS Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 012/131] iommu/arm-smmu: fix pud/pmd entry fill sequence Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 013/131] iommu/arm-smmu: really fix page table locking Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 014/131] iommu/arm-smmu: fix table flushing during initial allocations Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 015/131] ARM: dma-mapping: fix GFP_ATOMIC macro usage Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 016/131] x86: " Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 017/131] SUNRPC: Fix races in xs_nospace() Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 018/131] drm/i915: Add intel_ring_cachline_align() Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 019/131] drm/i915: Prevent MI_DISPLAY_FLIP straddling two cachelines on IVB Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 020/131] can: kvaser_usb: check number of channels returned by HW Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 021/131] ext4: fix xfstest generic/299 block validity failures Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 022/131] ext4: fix error paths in swap_inode_boot_loader() Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 023/131] ext4: don't try to modify s_flags if the the file system is read-only Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 024/131] ASoC: max98090: sync regcache on entering STANDBY Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 025/131] drm/i915/dp: increase native aux defer retry timeout Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 026/131] drm/i915/dp: add native aux defer retry limit Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 027/131] rtlwifi: rtl8192ce: Fix too long disable of IRQs Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 028/131] rtlwifi: Fix incorrect return from rtl_ps_enable_nic() Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 029/131] rtl8187: fix regression on MIPS without coherent DMA Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 030/131] ARM: OMAP2+: gpmc: fix: DT NAND child nodes not probed when MTD_NAND is built as module Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 031/131] ARM: OMAP2+: gpmc: fix: DT ONENAND child nodes not probed when MTD_ONENAND " Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 032/131] PCI: Enable INTx if BIOS left them disabled Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 033/131] cifs: ensure that uncached writes handle unmapped areas correctly Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 034/131] CIFS: Fix too big maxBuf size for SMB3 mounts Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 035/131] ASoC: txx9aclc_ac97: Fix kernel crash on probe Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 036/131] ext4: fix online resize with very large inode tables Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 037/131] ext4: fix online resize with a non-standard blocks per group setting Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 038/131] powerpc/powernv: Rework EEH reset Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 039/131] ext4: don't leave i_crtime.tv_sec uninitialized Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 040/131] ALSA: usb-audio: work around KEF X300A firmware bug Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 041/131] avr32: fix missing module.h causing build failure in mimc200/fram.c Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 042/131] avr32: Makefile: add '-D__linux__' flag for gcc-4.4.7 use Luis Henriques
2014-03-08 14:02   ` Chen Gang [this message]
2014-03-05 14:22 ` [PATCH 3.11 043/131] ARM: 7957/1: add DSB after icache flush in __flush_icache_all() Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 044/131] drm/nouveau: set irq_enabled manually Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 045/131] drm/nv50/disp: use correct register to determine DP display bpp Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 046/131] jbd2: fix use after free in jbd2_journal_start_reserved() Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 047/131] ACPI / PCI: Fix memory leak in acpi_pci_irq_enable() Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 048/131] ahci: disable NCQ on Samsung pci-e SSDs on macbooks Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 049/131] usb: gadget: bcm63xx_udc: fix build failure on DMA channel code Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 050/131] mei: set client's read_cb to NULL when flow control fails Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 051/131] drm/radeon: fix minor typos in si_dpm.c Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 052/131] drm/radeon/si: fix typo in dpm sq ramping setup Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 053/131] drm/radeon/ni: " Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 054/131] USB: serial: option: blacklist interface 4 for Cinterion PHS8 and PXS8 Luis Henriques
2014-03-05 14:22 ` [PATCH 3.11 055/131] workqueue: ensure @task is valid across kthread_stop() Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 056/131] cgroup: update cgroup_enable_task_cg_lists() to grab siglock Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 057/131] hwmon: (max1668) Fix writing the minimum temperature Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 058/131] cpufreq: powernow-k8: Initialize per-cpu data-structures properly Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 059/131] ALSA: hda/ca0132 - setup/cleanup streams Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 060/131] ALSA: hda/ca0132 - Fix recording from mode id 0x8 Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 061/131] ACPI / video: Filter the _BCL table for duplicate brightness values Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 062/131] ALSA: hda - Enable front audio jacks on one HP desktop model Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 063/131] usb: chipidea: need to mask when writting endptflush and endptprime Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 064/131] irqchip: orion: Fix getting generic chip pointer Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 065/131] staging: binder: Fix death notifications Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 066/131] perf: Enforce 1 as lower limit for perf_event_max_sample_rate Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 067/131] 6lowpan: fix lockdep splats Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 068/131] can: add destructor for self generated skbs Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 069/131] ipv4: Fix runtime WARNING in rtmsg_ifa() Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 070/131] net: fix 'ip rule' iif/oif device rename Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 071/131] netpoll: fix netconsole IPv6 setup Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 072/131] net: qmi_wwan: add Netgear Aircard 340U Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 073/131] tcp: tsq: fix nonagle handling Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 074/131] tg3: Fix deadlock in tg3_change_mtu() Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 075/131] net: asix: add missing flag to struct driver_info Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 076/131] usbnet: remove generic hard_header_len check Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 077/131] bonding: 802.3ad: make aggregator_identifier bond-private Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 078/131] ipv4: fix counter in_slow_tot Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 079/131] net: sctp: fix sctp_connectx abi for ia32 emulation/compat mode Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 080/131] net: add and use skb_gso_transport_seglen() Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 081/131] net: core: introduce netif_skb_dev_features Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 082/131] net: ip, ipv6: handle gso skbs in forwarding path Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 083/131] net: use __GFP_NORETRY for high order allocations Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 084/131] ARM: tegra: only run PL310 init on systems with one Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 085/131] fs/proc/proc_devtree.c: remove empty /proc/device-tree when no openfirmware exists Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 086/131] Input: elantech - improve clickpad detection Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 087/131] KVM: MMU: handle invalid root_hpa at __direct_map Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 088/131] KVM: VMX: fix use after free of vmx->loaded_vmcs Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 089/131] Input: wacom - make sure touch_max is set for touch devices Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 090/131] e100: Fix "disabling already-disabled device" warning Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 091/131] bio-integrity: Fix bio_integrity_verify segment start bug Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 092/131] fs: fix iversion handling Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 093/131] ALSA: hda/realtek - Add more entry for enable HP mute led Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 094/131] " Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 095/131] xtensa: introduce spill_registers_kernel macro Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 096/131] dma: ste_dma40: don't dereference free:d descriptor Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 097/131] ARM64: unwind: Fix PC calculation Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 098/131] dm thin: avoid metadata commit if a pool's thin devices haven't changed Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 099/131] iio:gyro: bug on L3GD20H gyroscope support Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 100/131] ASoC: sta32x: Fix array access overflow Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 101/131] ASoC: wm8770: Fix wrong number of enum items Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 102/131] Input - arizona-haptics: Fix double lock of dapm_mutex Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 103/131] ASoC: dapm: Add locking to snd_soc_dapm_xxxx_pin functions Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 104/131] SELinux: bigendian problems with filename trans rules Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 105/131] quota: Fix race between dqput() and dquot_scan_active() Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 106/131] ASoC: sta32x: Fix cache sync Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 107/131] dm thin: fix the error path for the thin device constructor Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 108/131] qla2xxx: Fix kernel panic on selective retransmission request Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 109/131] ASoC: wm8958-dsp: Fix firmware block loading Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 110/131] ALSA: hda - Add a fixup for HP Folio 13 mute LED Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 111/131] i7core_edac: Fix PCI device reference count Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 112/131] i7300_edac: Fix " Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 113/131] ioat: fix tasklet tear down Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 114/131] irq-metag*: stop set_affinity vectoring to offline cpus Luis Henriques
2014-03-05 14:23 ` [PATCH 3.11 115/131] ipc,mqueue: remove limits for the amount of system-wide queues Luis Henriques
2014-03-05 14:24 ` [PATCH 3.11 116/131] PM / hibernate: Fix restore hang in freeze_processes() Luis Henriques
2014-03-05 14:24 ` [PATCH 3.11 117/131] ASoC: da732x: Mark DC offset control registers volatile Luis Henriques
2014-03-05 14:24 ` [PATCH 3.11 118/131] dm mpath: fix stalls when handling invalid ioctls Luis Henriques
2014-03-05 14:24 ` [PATCH 3.11 119/131] ACPI / processor: Rework processor throttling with work_on_cpu() Luis Henriques
2014-03-05 14:24 ` [PATCH 3.11 120/131] USB: ftdi_sio: add Cressi Leonardo PID Luis Henriques
2014-03-05 14:24 ` [PATCH 3.11 121/131] usb: ehci: fix deadlock when threadirqs option is used Luis Henriques
2014-03-05 14:24 ` [PATCH 3.11 122/131] ASoC: sta32x: Fix wrong enum for limiter2 release rate Luis Henriques
2014-03-05 14:24 ` [PATCH 3.11 123/131] perf/x86: Fix event scheduling Luis Henriques
2014-03-05 14:24 ` [PATCH 3.11 124/131] perf: Fix hotplug splat Luis Henriques
2014-03-05 14:24 ` [PATCH 3.11 125/131] kvm: x86: fix emulator buffer overflow (CVE-2014-0049) Luis Henriques
2014-03-05 14:24 ` [PATCH 3.11 126/131] drm/radeon: print the supported atpx function mask Luis Henriques
2014-03-05 14:24 ` [PATCH 3.11 127/131] drm/radeon: fix missing bo reservation Luis Henriques
2014-03-05 14:24 ` [PATCH 3.11 128/131] drm/radeon: disable pll sharing for DP on DCE4.1 Luis Henriques
2014-03-05 14:24 ` [PATCH 3.11 129/131] powerpc/le: Ensure that the 'stop-self' RTAS token is handled correctly Luis Henriques
2014-03-05 14:24 ` [PATCH 3.11 130/131] powerpc/crashdump : Fix page frame number check in copy_oldmem_page Luis Henriques
2014-03-05 14:24 ` [PATCH 3.11 131/131] PCI: mvebu: Use Device ID and revision from underlying endpoint Luis Henriques

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=531B230E.7050809@gmail.com \
    --to=gang.chen.5i5j@gmail.com \
    --cc=kernel-team@lists.ubuntu.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luis.henriques@canonical.com \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).